@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: #464aa0;
  color: #ffffff;
}

::selection {
  background: #464aa0;
  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: 400;
  color: #161616;
  line-height: 2;
  letter-spacing: 0.05em;
  word-break: break-word;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 834px) {
  body {
    font-size: 1.4rem;
  }
}

#container {
  width: 100%;
  overflow: hidden;
}

.innerWrap {
  max-width: 1280px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 834px) {
  .innerWrap {
    padding: 0 6.25%;
  }
}

main.main,
main.l-main {
  position: relative;
  z-index: 2;
  padding: 80px 0;
}
@media (max-width: 834px) {
  main.main,
  main.l-main {
    padding: 48px 0;
  }
}

a {
  color: #000;
  -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: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: -0.12em;
}

/* animations */
.anime {
  -webkit-transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.anime.-fadeIn {
  opacity: 0.01;
}
.anime.-fadeIn.js-active, .js-active > .anime.-fadeIn {
  opacity: 1;
}
.anime.-fadeInBottom {
  opacity: 0.01;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.anime.-fadeInBottom.js-active, .js-active > .anime.-fadeInBottom {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime.-fadeInTop {
  opacity: 0.01;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
.anime.-fadeInTop.js-active, .js-active > .anime.-fadeInTop {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime.-fadeInLeft {
  opacity: 0.01;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
.anime.-fadeInLeft.js-active, .js-active > .anime.-fadeInLeft {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.anime.-fadeInRight {
  opacity: 0.01;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.anime.-fadeInRight.js-active, .js-active > .anime.-fadeInRight {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#ot-sdk-btn-floating.ot-floating-button .ot-floating-button__front button {
  outline: none !important;
}

.lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
  bottom: 105px;
}
@media (max-width: 834px) {
  .lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
    bottom: 76px;
  }
}

/* ============================================
// loading
// ==========================================*/
/* ============================================
// hamburger
// ==========================================*/
body:has(.hamburger.js-open) {
  overflow: hidden;
}

.hamburger {
  position: fixed;
  inset: 0;
  z-index: 2147483649;
  background: #fff;
  opacity: 0;
  visibility: hidden;
}
.hamburger::before {
  content: "";
  display: block;
  background-image: url(../img/common/footer_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.7;
}
.hamburger__btn {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
}
@media (any-hover: hover) {
  .hamburger__btn:hover {
    opacity: 1;
  }
  .hamburger__btn:hover .hamburger__btn__line {
    -webkit-filter: saturate(1.2);
            filter: saturate(1.2);
  }
}
@media (max-width: 1180px) {
  .hamburger__btn {
    display: block;
  }
}
@media (max-width: 834px) {
  .hamburger__btn {
    top: 10px;
    right: 10px;
  }
}
.hamburger__btn__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64px;
  height: 64px;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  background-color: #464aa0;
  border-radius: 10px;
}
@media (max-width: 834px) {
  .hamburger__btn__line {
    width: 58px;
    height: 58px;
    border-radius: 8px;
  }
}
.hamburger__btn__line span {
  width: 24px;
  height: 1px;
  margin: 3px 0;
  background: white;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
@media (max-width: 834px) {
  .hamburger__btn__line span {
    width: 20px;
    height: 1px;
    margin: 2px 0;
  }
}
.js-loaded .hamburger {
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.hamburger.js-open {
  opacity: 1;
  visibility: visible;
}
.hamburger__menu {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px;
  overflow-y: auto;
}
@media (max-width: 834px) {
  .hamburger__menu {
    padding: 48px;
  }
}
.hamburger__menu__inner {
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: auto;
}
.hamburger__menu__logo {
  margin-bottom: 32px;
}
.hamburger__menu__logo a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  color: #ffffff;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .hamburger__menu__logo a {
    gap: 16px;
  }
}
.hamburger__menu__logo a .text {
  color: #161616;
  font-weight: bold;
}
@media (max-width: 834px) {
  .hamburger__menu__logo img {
    width: 150px;
  }
}
.hamburger__menu__logo .txt {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400;
  color: #161616;
  line-height: 1;
  padding: 4px 15px 5px;
  border: 1px solid;
}
.hamburger__menu__nav__list {
  border-top: 1px solid #e5e5e5;
}
.hamburger__menu__nav__list__item {
  border-bottom: 1px solid #e5e5e5;
}
.hamburger__menu__nav__list__item a {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #161616;
  padding: 16px 24px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item a {
    font-size: 1.4rem;
    padding: 14px 22px;
  }
}
@media (any-hover: hover) {
  .hamburger__menu__nav__list__item a:hover {
    opacity: 1;
    color: #464aa0;
  }
}
.hamburger__menu__close {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 100;
}
@media (any-hover: hover) {
  .hamburger__menu__close:hover {
    opacity: 1;
  }
  .hamburger__menu__close:hover .hamburger__menu__close__line {
    -webkit-filter: saturate(1.2);
            filter: saturate(1.2);
  }
}
@media (max-width: 834px) {
  .hamburger__menu__close {
    right: 10px;
    top: 10px;
  }
}
.hamburger__menu__close__line {
  position: relative;
  width: 64px;
  height: 64px;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  background-color: #464aa0;
  border-radius: 10px;
}
@media (max-width: 834px) {
  .hamburger__menu__close__line {
    width: 58px;
    height: 58px;
    border-radius: 8px;
  }
}
.hamburger__menu__close__line span {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 24px;
  height: 1px;
  background: #fff;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  rotate: 45deg;
}
@media (max-width: 834px) {
  .hamburger__menu__close__line span {
    width: 20px;
    height: 1px;
  }
}
.hamburger__menu__close__line span:nth-child(2) {
  rotate: -45deg;
}

/* ============================================
// container base (liquid)
// ==========================================*/
.l-container-xl, .l-container-l, .l-container-m, .l-container-s {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 834px) {
  .l-container-xl, .l-container-l, .l-container-m, .l-container-s {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.l-container-s {
  max-width: 1040px;
}
.l-container-m {
  max-width: 1200px;
}
.l-container-l {
  max-width: 1300px;
}
.l-container-xl {
  max-width: 1400px;
}

@media (max-width: 834px) {
  .forPc {
    display: none;
  }
}

.forSp {
  display: none;
}
@media (max-width: 834px) {
  .forSp {
    display: block;
  }
}

/*-------------------------------------------------------
form base setting（kyujin.scssと記述被らないように注意）
-------------------------------------------------------*/
body.iPhone select,
body.iPhone input,
body.iPhone textarea {
  font-size: 16px !important;
}

body input,
body button,
body textarea,
body select {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  line-height: inherit;
  text-overflow: "";
}
body input::-ms-expand,
body button::-ms-expand,
body textarea::-ms-expand,
body select::-ms-expand {
  display: none;
}
body input::-ms-reveal,
body button::-ms-reveal,
body textarea::-ms-reveal,
body select::-ms-reveal {
  visibility: hidden;
}
body input::-ms-clear,
body button::-ms-clear,
body textarea::-ms-clear,
body select::-ms-clear {
  visibility: hidden;
}
body input[type=text],
body input[type=submit],
body input[type=search],
body input[type=button],
body select,
body textarea {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  border: none;
  outline: none;
  transition: all 0.2s;
}
body input[type=search] {
  cursor: auto;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-appearance: textfield;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body input[type=search]:focus {
  outline-offset: -2px;
}
body input[type=search]::-webkit-search-decoration {
  display: none;
}
body select,
body search,
body input {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 15px 28px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
}
@media (max-width: 834px) {
  body select,
  body search,
  body input {
    padding: 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: 64px !important;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}
body input[type=text],
body input[type=search],
body input[type=submit] {
  padding: 15px 20px !important;
  background: #fff;
}
@media (min-width: 835px) {
  body input[type=text]:hover,
  body input[type=search]:hover,
  body input[type=submit]:hover {
    background: #ffffff;
  }
}
@media (max-width: 834px) {
  body input[type=text],
  body input[type=search],
  body input[type=submit] {
    padding: 14px 16px !important;
  }
}
body input[type=checkbox] {
  display: none;
}
body input[type=checkbox] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: relative;
  cursor: pointer;
  line-height: 1.5;
  padding-left: 22px;
  transition: all 0.2s;
}
@media (max-width: 834px) {
  body input[type=checkbox] + label {
    padding-left: 20px;
  }
}
body input[type=checkbox] + label:before,
body input[type=checkbox] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=checkbox] + label a:link,
body input[type=checkbox] + label a:visited {
  color: #222;
}
body input[type=checkbox]:checked + label:after {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  opacity: 1;
}
body input[type=radio] {
  display: none;
}
body input[type=radio] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  cursor: pointer;
  display: block;
  line-height: 1.5;
  padding: 0 15px 0 1.5em;
  position: relative;
  transition: all 0.2s;
}
body input[type=radio] + label:before,
body input[type=radio] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=radio] + label:before {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  height: 13px;
  left: 0;
  top: 3px;
  width: 13px;
  z-index: 0;
}
body input[type=radio] + label:after {
  background: #00a1e9;
  border-radius: 50%;
  height: 7px;
  left: 3px;
  opacity: 0;
  top: 6px;
  width: 7px;
  z-index: 2;
}
body input[type=radio] + label a:link,
body input[type=radio] + label a:visited {
  color: #222;
}
body input[type=radio]:checked + label:after {
  opacity: 1;
}

/*------------------------------------------
	form custom setting（適宜変更ください）
------------------------------------------*/
.search__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .search__tab {
    gap: 0 20px;
    margin-bottom: 24px;
  }
}
.search__tab__item {
  position: relative;
  text-align: center;
  width: 100%;
  color: #bebaba;
  padding: 12px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  cursor: pointer;
}
.search__tab__item::before {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  background: #464aa0;
  opacity: 0;
}
.search__tab__item::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -2px;
  border-style: solid;
  border-width: 8px 10.5px 0 10.5px;
  border-color: #464aa0 transparent transparent transparent;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  opacity: 0;
}
.search__tab__item.-active {
  font-weight: bold;
  color: #464aa0;
}
.search__tab__item.-active::before, .search__tab__item.-active::after {
  opacity: 1;
}

.custom-form {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.custom-form .custom-form_parts {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .custom-form .custom-form_parts {
    margin-top: 8px;
  }
}
.custom-form .custom-form_parts:first-child {
  margin-top: 0;
}
.custom-form .parts_ttl {
  font-weight: 500;
  margin-bottom: 5px;
}
.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: #464aa0;
  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: #464aa0;
}
.custom-form .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  padding: 24px 28px;
  background: #ffffff;
  border: 1px solid #d7d2d2;
}
@media (max-width: 834px) {
  .custom-form .category_list {
    gap: 0.5em 1em;
    padding: 16px 20px;
  }
}
.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 #d7d2d2;
}
.custom-form .searchWord {
  font-weight: 400;
}
.custom-form .pull-down {
  position: relative;
}
.custom-form .pull-down::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 38px;
  width: 9px;
  height: 9px;
  border-right: 2px solid #003288;
  border-top: 2px solid #003288;
  border-bottom: none;
  display: inline-block;
  -webkit-transform: rotate(135deg) translate(calc(-50% - 4px));
          transform: rotate(135deg) translate(calc(-50% - 4px));
}
@media (max-width: 834px) {
  .custom-form .pull-down::after {
    right: 28px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #003288;
    border-top: 2px solid #003288;
  }
}
.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: #464aa0;
  }
}
.custom-form .selCity-box {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .custom-form .selCity-box {
    margin-top: 10px;
  }
}
.custom-form .selCity_alert {
  color: #464aa0;
  display: block;
}
@media (max-width: 834px) {
  .custom-form .selCity_alert {
    font-size: 1.4rem;
  }
}
.custom-form .-freeword .searchWord {
  margin-top: 0;
}
.custom-form .-freeword .form_parts_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 834px) {
  .custom-form .-freeword .form_parts_inner {
    display: block;
  }
}
.custom-form .custom-form_searth_btn {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .custom-form .custom-form_searth_btn {
    margin-top: 24px;
  }
}
.custom-form .btn_cover {
  position: relative;
  z-index: 1;
  width: 360px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .custom-form .btn_cover {
    width: 300px;
  }
}
.custom-form .btn_cover::before {
  content: "";
  display: block;
  width: 21px;
  aspect-ratio: 21/22;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 128px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 834px) {
  .custom-form .btn_cover::before {
    left: 110px;
    width: 16px;
  }
}
.custom-form .btn_cover::after {
  content: "";
  position: absolute;
  inset: 2px;
  border: 1px solid #ffffff;
  pointer-events: none;
}
.custom-form .btn_cover input[type=submit] {
  height: 100%;
  background-color: #464aa0;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 20px 21px 20px 31px !important;
}
@media (max-width: 834px) {
  .custom-form .btn_cover input[type=submit] {
    font-size: 1.4rem !important;
    padding: 16px 24px 16px 48px !important;
  }
}
@media (min-width: 835px) {
  .custom-form .btn_cover input[type=submit]:hover {
    -webkit-filter: saturate(120%);
            filter: saturate(120%);
  }
}
.custom-form .form__toggle__input {
  display: none;
}
.custom-form .form__toggle__input.-show {
  display: block;
}

/* ============================================
// MODULES
// ==========================================*/
.floating-rec {
  position: fixed;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  z-index: 999;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 1024px) {
  .floating-rec {
    top: 40%;
  }
}
@media (max-width: 834px) {
  .floating-rec {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    top: initial;
    bottom: 0;
    translate: 0;
  }
}
.floating-rec a {
  position: relative;
  display: block;
}
@media (any-hover: hover) {
  .floating-rec a:hover {
    opacity: 1;
  }
  .floating-rec a:hover::before, .floating-rec a:hover::after {
    background-color: #fff;
  }
  .floating-rec a:hover .text {
    color: #464aa0;
    background-color: #fff;
  }
  .floating-rec a:hover .text::before {
    background-color: #464aa0;
  }
}
.floating-rec a .text {
  clip-path: polygon(0 6.666666%, 100% 0, 100% 100%, 0 93.333334%);
  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: 0.875em;
  color: #fff;
  font-weight: bold;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  background-color: #464aa0;
  min-height: 300px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.5em;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
}
@media (max-width: 834px) {
  .floating-rec a .text {
    clip-path: polygon(4.7619% 0, 100% 0, 100% 100%, 0 100%);
    font-size: 1.5rem;
    min-height: initial;
    padding: 12px 1.5em;
    width: 189px;
    gap: 8px;
  }
}
.floating-rec a .text::before {
  content: "";
  aspect-ratio: 37/37;
  width: 19px;
  -webkit-mask-image: url(../img/common/ico_rec.png);
          mask-image: url(../img/common/ico_rec.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (max-width: 834px) {
  .floating-rec a .text::before {
    width: 14px;
  }
}

.is-hide .floating-rec {
  opacity: 0;
  visibility: hidden;
}

.commonTitle__inner {
  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;
}
.commonTitle__inner::before {
  content: "";
  aspect-ratio: 78/74;
  width: 39px;
  background-image: url(../img/common/title_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 834px) {
  .commonTitle__inner::before {
    width: 27.3px;
    margin-bottom: 8px;
  }
}
.commonTitle .ttl-sub {
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1.4;
  margin-top: 0.75em;
}
.commonTitle .ttl-eng {
  font-family: "Lato", sans-serif;
  font-size: 5.2rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .commonTitle .ttl-eng {
    font-size: 3.2rem;
    line-height: 1.3;
  }
}
.commonTitle .ttl-ja {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
}
@media (max-width: 834px) {
  .commonTitle .ttl-ja {
    font-size: 1.4rem;
  }
}
.commonTitle.-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.commonTitle.-left::before {
  content: "";
  aspect-ratio: 78/74;
  width: 39px;
  background-image: url(../img/common/title_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 834px) {
  .commonTitle.-left::before {
    width: 27.3px;
    margin-bottom: 8px;
  }
}
.commonTitle.-left .commonTitle__inner {
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.commonTitle.-left .commonTitle__inner::before {
  display: none;
}

.commonBtn01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 280px;
  color: #fff;
  font-weight: bold;
  padding: 20px 28px;
  border: solid 1px #464aa0;
  border-radius: 60px;
  background-color: #464aa0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .commonBtn01 a:hover {
    opacity: 1;
    background-color: #fff;
    color: #464aa0;
  }
}
@media (max-width: 834px) {
  .commonBtn01 a {
    width: 220px;
    padding: 16px 24px;
  }
}

.commonBtn02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
@media (any-hover: hover) {
  .commonBtn02 a:hover {
    opacity: 1;
  }
  .commonBtn02 a:hover .text {
    color: #464aa0;
  }
  .commonBtn02 a:hover .arrow {
    background-color: #fff;
  }
  .commonBtn02 a:hover .arrow::before {
    background-color: #464aa0;
  }
}
@media (max-width: 834px) {
  .commonBtn02 a {
    gap: 10px;
  }
}
.commonBtn02 a .text {
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 834px) {
  .commonBtn02 a .text {
    font-size: 1.4rem;
  }
}
.commonBtn02 a .arrow {
  position: relative;
  aspect-ratio: 1/1;
  width: 39px;
  border: solid 1px #464aa0;
  border-radius: 50%;
  background-color: #464aa0;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (max-width: 834px) {
  .commonBtn02 a .arrow {
    width: 37px;
  }
}
.commonBtn02 a .arrow::before {
  content: "";
  display: block;
  aspect-ratio: 26/16;
  width: 12px;
  -webkit-mask-image: url(../img/common/arrow.png);
          mask-image: url(../img/common/arrow.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  rotate: 90deg;
  translate: -50% -50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (max-width: 834px) {
  .commonBtn02 a .arrow::before {
    width: 10px;
  }
}

.page-header {
  position: relative;
  margin-top: 175px;
  z-index: 10;
}
@media (max-width: 1240px) {
  .page-header {
    margin-top: clamp(132px, 13.3064516129vw, 165px);
  }
}
@media (max-width: 834px) {
  .page-header {
    margin-top: 110px;
  }
}
.page-header .commonTitle .ttl-eng {
  text-align: center;
}
@media (max-width: 834px) {
  .page-header .commonTitle .ttl-eng {
    margin-bottom: 0.2em;
  }
}
.page-header .commonTitle .ttl-ja {
  text-align: center;
}

.breadcrumb {
  position: relative;
  padding: 8px 40px 11px;
  z-index: 10;
  margin-bottom: 90px;
}
@media (max-width: 834px) {
  .breadcrumb {
    padding: 6px 16px;
  }
}
.breadcrumb_list {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  white-space: nowrap;
}
.breadcrumb_list_item {
  display: inline;
  font-size: 1.2rem;
  font-weight: 500;
  color: #161616;
  line-height: 1;
  margin: 0 2px;
}
@media (max-width: 834px) {
  .breadcrumb_list_item {
    font-size: 1.1rem;
  }
}
.breadcrumb_list_item::after {
  content: ">";
  margin-left: 7px;
}
.breadcrumb_list_item:last-child::after {
  display: none;
}
.breadcrumb_list_item a {
  color: #161616;
}

.job_count_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.job_count_pager .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.job_count_pager .pagination ul li {
  text-align: center;
}
.job_count_pager .pagination ul li a, .job_count_pager .pagination ul li em {
  display: block;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.job_count_pager .pagination ul li a:hover,
.job_count_pager .pagination ul li em {
  color: #fff;
  background: #464aa0;
}
.job_count_pager .pagination ul .number {
  display: none;
}
@media (min-width: 835px) {
  .job_count_pager .pagination ul .number {
    display: inline-block;
  }
}
.job_count_pager .pagination ul .number.current {
  display: inline-block;
}

.job_count_pager.contents_top {
  margin-bottom: 30px;
}
@media (max-width: 834px) {
  .job_count_pager.contents_top {
    margin-bottom: 24px;
  }
}
.job_count_pager.contents_top .pagination ul li a, .job_count_pager.contents_top .pagination ul li em {
  margin: 0 2px;
}

.job_count_pager.contents_bottom {
  display: block;
  padding-top: 64px;
}
@media (max-width: 834px) {
  .job_count_pager.contents_bottom {
    padding-top: 40px;
  }
}
.job_count_pager.contents_bottom .pagination ul li {
  font-size: 13px;
}
.job_count_pager.contents_bottom .pagination ul li a, .job_count_pager.contents_bottom .pagination ul li em {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 4px;
}
@media (max-width: 834px) {
  .job_count_pager.contents_bottom .pagination ul li a, .job_count_pager.contents_bottom .pagination ul li em {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}

/* ============================================
// HEADER
// ==========================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header__inner {
  position: relative;
}
.header__logo {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 50px 56px;
  border-bottom-right-radius: 25px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .header__logo {
    padding: 14px 16px 8px;
    background: rgba(255, 255, 255, 0.95);
    border-bottom-right-radius: 15px;
  }
}
.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__logo a .text {
  margin-top: 0.533333em;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 834px) {
  .header__logo a .text {
    font-size: 1rem;
  }
}
.header__logo a .logo img {
  width: 210px;
  display: block;
  height: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .header__logo a .logo img {
    width: 115.5px;
  }
}
.header__logo a .text {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__nav {
  background-color: #fff;
  margin-left: auto;
  padding-right: 56px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.4375em;
}
@media (max-width: 1350px) {
  .header__nav__list {
    gap: 20px;
  }
}
@media (max-width: 1180px) {
  .header__nav__list {
    display: none;
  }
}
.header__nav__list__item a {
  position: relative;
  display: block;
  font-weight: bold;
  padding: 50px 0;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media (max-width: 1280px) {
  .header__nav__list__item a {
    font-size: 1.4rem;
  }
}
@media (any-hover: hover) {
  .header__nav__list__item a:hover {
    opacity: 1;
    color: #464aa0;
  }
  .header__nav__list__item a:hover::before {
    opacity: 1;
  }
}
.header__nav__list__item a::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #464aa0;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}

.js-scrolled .header__logo {
  padding: 20px 30px;
}
@media (max-width: 834px) {
  .js-scrolled .header__logo {
    padding: 16px;
  }
}
.js-scrolled .header__logo .logo img {
  width: 147px;
}
@media (max-width: 834px) {
  .js-scrolled .header__logo .logo img {
    width: 126px;
  }
}
.js-scrolled .header__logo .text {
  font-size: 1.4rem;
}
@media (max-width: 834px) {
  .js-scrolled .header__logo .text {
    font-size: 1rem;
  }
}
.js-scrolled .header__nav {
  padding-right: 30px;
}
.js-scrolled .header__nav__list__item a {
  padding: 20px 0;
}

/* ============================================
// RECRUIT
// ==========================================*/
.sec-recruit {
  position: relative;
  padding-bottom: 100px;
  padding-top: 110px;
  z-index: 2;
}
@media (max-width: 834px) {
  .sec-recruit {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.sec-recruit::before {
  content: "";
  aspect-ratio: 3025/241;
  width: 1513px;
  width: clamp(1210.4px, 105.0694444444vw, 1513px);
  background-image: url(../img/common/recruit_text.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  pointer-events: none;
}
@media (max-width: 834px) {
  .sec-recruit::before {
    width: 106%;
    top: -30px;
  }
}
.sec-recruit a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  border-radius: 25px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .sec-recruit a:hover {
    opacity: 1;
    translate: 0 -5%;
    background-color: rgba(248, 248, 248, 0.8);
  }
  .sec-recruit a:hover .sec-recruit__copy {
    color: #464aa0;
  }
  .sec-recruit a:hover .ttlArea {
    -webkit-filter: saturate(1.2);
            filter: saturate(1.2);
  }
}
@media (max-width: 834px) {
  .sec-recruit a {
    border-radius: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-recruit a::before {
  content: "";
  aspect-ratio: 286/98;
  width: 286px;
  width: clamp(228.8px, 19.8611111111vw, 286px);
  background-image: url(../img/common/nuve_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width: 834px) {
  .sec-recruit a::before {
    width: 143px;
    bottom: 65px;
  }
}
.sec-recruit__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.4rem;
  font-size: clamp(2.38rem, 2.3611111111vw, 34px);
  font-weight: bold;
  line-height: 1.7;
  padding: 110px;
  padding-right: 80px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 834px) {
  .sec-recruit__copy {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: clamp(20px, 5.3333333333vw, 22px);
    padding: 20px;
    height: 180px;
  }
}
.sec-recruit .ttlArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36.18644%;
          flex: 0 0 36.18644%;
  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: 40px;
  background-color: #464aa0;
  height: auto;
  width: 100%;
  padding: 60px;
  overflow: hidden;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media (max-width: 834px) {
  .sec-recruit .ttlArea {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
  }
}
.sec-recruit .ttlArea__h {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.636363em;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  z-index: 1;
}
@media (max-width: 834px) {
  .sec-recruit .ttlArea__h {
    font-size: 1.4rem;
  }
}
.sec-recruit .ttlArea__h::before {
  content: "";
  aspect-ratio: 20/20;
  width: 0.90909em;
  background-image: url(../img/common/ico_rec.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.sec-recruit .ttlArea .circle {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .sec-recruit .ttlArea .circle {
    position: absolute;
    top: 50%;
    right: 20px;
    translate: 0 -50%;
  }
}
.sec-recruit .ttlArea .circle .arrow {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  width: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 834px) {
  .sec-recruit .ttlArea .circle .arrow {
    width: 38px;
  }
}
.sec-recruit .ttlArea .circle .arrow::before {
  content: "";
  display: block;
  aspect-ratio: 26/16;
  width: 12px;
  background-image: url(../img/common/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  rotate: 90deg;
  translate: -50% -50%;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (max-width: 834px) {
  .sec-recruit .ttlArea .circle .arrow::before {
    width: 10px;
  }
}

/* ============================================
// FOOTER
// ==========================================*/
.footer {
  position: relative;
  padding-bottom: 80px;
  z-index: 1;
}
@media (max-width: 834px) {
  .footer {
    padding-bottom: 114px;
  }
  .footer::after {
    background-color: #f2fbff;
    position: absolute;
    inset: 0;
    z-index: -9999;
  }
}
.footer::before {
  content: "";
  display: block;
  aspect-ratio: 1440/1788;
  width: 100vw;
  min-width: 1024px;
  background-image: url(../img/common/footer_bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  translate: -50%;
  position: absolute;
  left: 50%;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.5;
}
@media (max-width: 1024px) {
  .footer::before {
    width: 1440px;
  }
}
@media (max-width: 834px) {
  .footer::before {
    aspect-ratio: 375/1498;
    width: 100%;
    min-width: initial;
    background-image: url(../img/common/sp_footer_bg.jpg);
    background-position: center bottom;
  }
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 130px;
  margin-bottom: 70px;
}
@media (max-width: 834px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }
}
.footer__top .footer-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  gap: 0.722222em;
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .footer__top .footer-ttl {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.footer__top .footer-ttl::before {
  content: "";
  aspect-ratio: 78/74;
  width: 1.388888em;
  background-image: url(../img/common/title_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.footer__top .siteMap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}
.footer__top .siteMap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 40px;
}
@media (max-width: 834px) {
  .footer__top .siteMap__list {
    gap: 8px 18px;
  }
}
.footer__top .siteMap__list .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 185px;
          flex: 0 0 185px;
}
@media (max-width: 1024px) {
  .footer__top .siteMap__list .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
}
@media (max-width: 834px) {
  .footer__top .siteMap__list .item {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.footer__top .siteMap__list .item a {
  font-weight: bold;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (any-hover: hover) {
  .footer__top .siteMap__list .item a:hover {
    opacity: 1;
    color: #464aa0;
  }
}
.footer__top .search__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 834px) {
  .footer__top .search__group {
    gap: 20px;
  }
}
.footer__top .search__group__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 834px) {
  .footer__top .search__group__wrapper {
    gap: 8px;
  }
}
.footer__top .search__group .heading {
  font-weight: bold;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 68px;
          flex: 0 0 68px;
}
.footer__top .search__group .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: 8px 23px;
}
@media (max-width: 834px) {
  .footer__top .search__group .list {
    gap: 5px 18px;
  }
}
.footer__top .search__group .list a {
  color: rgba(22, 22, 22, 0.8);
  text-decoration: underline;
}
.footer__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}
@media (max-width: 834px) {
  .footer__middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
    gap: 20px;
  }
}
@media (max-width: 834px) {
  .footer__middle .footer__logo a img {
    width: 93.6px;
  }
}
.footer__middle .footer__brand {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  background-color: #fff;
  border-radius: 5px;
  padding: 30px 40px;
}
@media (max-width: 834px) {
  .footer__middle .footer__brand {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    gap: 20px;
  }
}
.footer__middle .footer__brand .brandLogo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.371134%;
          flex: 0 0 12.371134%;
}
@media (max-width: 834px) {
  .footer__middle .footer__brand .brandLogo img {
    width: 96px;
  }
}
.footer__middle .footer__brand .desc {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
}
@media (max-width: 834px) {
  .footer__middle .footer__brand .desc {
    font-size: 1.4rem;
  }
}
.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 (max-width: 834px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.footer__bottom .copyright {
  font-size: 1.4rem;
  font-weight: 500;
  color: rgba(22, 22, 22, 0.8);
}
@media (max-width: 834px) {
  .footer__bottom .copyright {
    font-size: 1.2rem;
  }
}
.footer__bottom .linkArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
}
@media (max-width: 834px) {
  .footer__bottom .linkArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
}
.footer__bottom .linkArea .ga a {
  font-size: 1.4rem;
  color: rgba(22, 22, 22, 0.8);
  font-weight: 500;
  text-decoration: underline;
}
@media (max-width: 834px) {
  .footer__bottom .linkArea .ga a {
    font-size: 1.2rem;
  }
}
.footer__bottom .linkArea .corpo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  font-size: 1.4rem;
  color: rgba(22, 22, 22, 0.8);
  font-weight: 500;
  text-decoration: underline;
}
@media (max-width: 834px) {
  .footer__bottom .linkArea .corpo a {
    font-size: 1.2rem;
  }
}
.footer__bottom .linkArea .corpo a::after {
  content: "";
  aspect-ratio: 28/28;
  width: 1em;
  background-image: url(../img/common/ico_external.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/* ============================================
// PAGETOP
// ==========================================*/
.pagetop {
  position: absolute;
  bottom: 280px;
  right: 50px;
}
@media (max-width: 834px) {
  .pagetop {
    bottom: -30px;
    translate: 0 100%;
    right: 5%;
  }
}
@media (any-hover: hover) {
  .pagetop a:hover {
    opacity: 1;
  }
  .pagetop a:hover .arrow {
    translate: 0 -10%;
  }
}
.pagetop a .arrow {
  display: block;
  position: relative;
  aspect-ratio: 1/1;
  width: 56px;
  border-radius: 50%;
  background-color: #000;
  -webkit-transition: translate 0.3s ease;
  transition: translate 0.3s ease;
}
@media (max-width: 834px) {
  .pagetop a .arrow {
    width: 50px;
  }
}
.pagetop a .arrow::before {
  content: "";
  display: block;
  aspect-ratio: 26/16;
  width: 14px;
  background-image: url(../img/common/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  translate: -50% -50%;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (max-width: 834px) {
  .pagetop a .arrow::before {
    width: 11px;
  }
}

/* ============================================
// INDEX
// ==========================================*/
.front-page {
  /*--------------------
    mainVisual
  --------------------*/
}
.front-page main {
  padding: 0;
}
.front-page .mainVisual {
  position: relative;
  overflow: hidden;
  margin-top: 132px;
  -webkit-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
}
@media (max-width: 1240px) {
  .front-page .mainVisual {
    margin-top: 102px;
  }
}
@media (max-width: 834px) {
  .front-page .mainVisual {
    margin-top: 0;
  }
}
.front-page .mainVisual__inner {
  position: relative;
}
.front-page .mainVisual__inner::before {
  content: "";
  aspect-ratio: 160/56;
  width: clamp(128px, 19.1846522782vw, 160px);
  background-image: url(../img/index/otomo_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 70px;
  right: 150px;
  pointer-events: none;
  opacity: 0.01;
  -webkit-transition: opacity 1s ease 0.5s;
  transition: opacity 1s ease 0.5s;
  z-index: 1;
}
@media (max-width: 834px) {
  .front-page .mainVisual__inner::before {
    width: 80px;
    right: 5%;
    bottom: 30px;
  }
}
.front-page .mainVisual__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  position: absolute;
  bottom: 70px;
  left: 5.555555%;
  width: 100%;
  max-width: clamp(263.2px, 26.1111111111vw, 376px);
}
@media (max-width: 834px) {
  .front-page .mainVisual__copy {
    max-width: 180.48px;
    gap: 10px;
    bottom: 40px;
  }
}
.front-page .mainVisual__copy__h {
  position: relative;
  z-index: 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: 30px;
}
@media (max-width: 834px) {
  .front-page .mainVisual__copy__h {
    gap: 10px;
  }
}
.front-page .mainVisual__copy__h::before {
  content: "";
  aspect-ratio: 1115/1376;
  width: clamp(446px, 77.4305555556vw, 1115px);
  background-image: url(../img/index/copy_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 140%;
  left: -120%;
  translate: 0 -50%;
  pointer-events: none;
  z-index: -1;
  -webkit-filter: blur(50em);
          filter: blur(50em);
  -webkit-transition: -webkit-filter 0.5s ease-in-out 1s;
  transition: -webkit-filter 0.5s ease-in-out 1s;
  transition: filter 0.5s ease-in-out 1s;
  transition: filter 0.5s ease-in-out 1s, -webkit-filter 0.5s ease-in-out 1s;
}
@media (max-width: 834px) {
  .front-page .mainVisual__copy__h::before {
    top: 110%;
    left: -80%;
  }
}
.front-page .mainVisual__copy__h span {
  position: relative;
  overflow: hidden;
}
.front-page .mainVisual__copy__h span::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 1px;
  left: 0;
  translate: -100%;
  -webkit-transition: translate 1s ease-in-out 0.5s;
  transition: translate 1s ease-in-out 0.5s;
}
.front-page .mainVisual__copy__h span img {
  translate: 0 100%;
  -webkit-transition: 0.5s ease 0.5s;
  transition: 0.5s ease 0.5s;
}
.front-page .mainVisual__copy__eng {
  position: relative;
  z-index: 1;
  aspect-ratio: 515/32;
  width: clamp(206.4px, 17.9166666667vw, 258px);
  opacity: 0.01;
  -webkit-transition: opacity 0.3s ease 0.8s;
  transition: opacity 0.3s ease 0.8s;
}
@media (max-width: 834px) {
  .front-page .mainVisual__copy__eng {
    width: 154.8px;
  }
}
.front-page .mainVisual__copy__eng img {
  display: block;
  width: 100%;
  height: auto;
  max-width: initial;
}
.front-page .mainVisual__pic .img {
  width: 100%;
}
.front-page .mainVisual__pic .img img {
  max-height: calc(100dvh - 123px);
  aspect-ratio: 1440/815;
  -o-object-position: bottom;
     object-position: bottom;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s;
}
@media (max-width: 834px) {
  .front-page .mainVisual__pic .img img {
    max-height: initial;
    min-height: 400px;
  }
}
.front-page .mainVisual__movie {
  max-height: calc(100vh - 132px);
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s;
}
@media (max-width: 834px) {
  .front-page .mainVisual__movie {
    aspect-ratio: 16/9;
    min-height: 350px;
  }
}
@media (max-width: 834px) {
  .front-page .mainVisual__movie .movie {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50%;
    z-index: -1;
  }
}
.front-page .mainVisual__movie .movie .vimeo {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .mainVisual__movie .movie .vimeo {
    width: auto;
  }
}
.front-page.js-loaded .mainVisual__inner::before {
  opacity: 1;
}
.front-page.js-loaded .mainVisual__copy__h::before {
  -webkit-filter: blur(0);
          filter: blur(0);
}
.front-page.js-loaded .mainVisual__copy__h span::before {
  content: "";
  translate: 100%;
}
.front-page.js-loaded .mainVisual__copy__h span img {
  translate: 0;
}
.front-page.js-loaded .mainVisual__copy__eng {
  opacity: 1;
}
.front-page.js-loaded .mainVisual__pic .img img {
  opacity: 1;
}
.front-page.js-loaded .mainVisual__movie {
  opacity: 1;
}
.front-page .sec-message {
  position: relative;
  padding-top: 150px;
  padding-bottom: 160px;
}
@media (max-width: 834px) {
  .front-page .sec-message {
    padding-top: 60px;
    padding-bottom: 130px;
    margin-bottom: 60px;
  }
}
.front-page .sec-message::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/index/gradation_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-blend-mode: darken;
  position: absolute;
  left: 0;
  right: 0;
  top: -20%;
  z-index: -99;
  pointer-events: none;
}
.front-page .sec-message::after {
  content: "";
  aspect-ratio: 267/92;
  width: 267px;
  background-image: url(../img/common/nuve_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec-message::after {
    width: 133.5px;
  }
}
.front-page .sec-message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(50px, 6.9444444444vw, 90px);
  max-width: 1100px;
}
@media (max-width: 1024px) {
  .front-page .sec-message__inner {
    gap: 70px;
  }
}
@media (max-width: 834px) {
  .front-page .sec-message__inner {
    display: block;
  }
}
.front-page .sec-message__content {
  width: 100%;
}
.front-page .sec-message__content .imgArea {
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 834px) {
  .front-page .sec-message__content .imgArea {
    margin-bottom: 30px;
  }
}
.front-page .sec-message__content .imgArea .ttl-eng {
  font-family: "Lato", sans-serif;
  font-size: 7.2rem;
  letter-spacing: 0.075em;
  font-weight: 900;
  line-height: 1;
  z-index: 2;
  position: absolute;
  top: 30px;
  left: -50px;
  translate: 0 -100%;
}
@media (max-width: 834px) {
  .front-page .sec-message__content .imgArea .ttl-eng {
    font-size: 4.2rem;
    left: -3%;
    top: 10px;
  }
}
.front-page .sec-message__content .imgArea .img {
  overflow: hidden;
  border-radius: 25px;
  width: 100%;
  max-width: 760px;
}
@media (max-width: 834px) {
  .front-page .sec-message__content .imgArea .img {
    border-radius: 15px;
  }
}
.front-page .sec-message__content .imgArea .img img {
  aspect-ratio: 760/360;
}
.front-page .sec-message__content .desc {
  font-weight: bold;
  line-height: 2.8;
}
@media (max-width: 834px) {
  .front-page .sec-message__content .desc {
    line-height: 2.3;
  }
}
.front-page .sec-message .titleArea {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 1024px) {
  .front-page .sec-message .titleArea {
    margin-right: 50px;
  }
}
@media (max-width: 834px) {
  .front-page .sec-message .titleArea {
    margin-right: 0;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}
.front-page .sec-message .titleArea__inner .message__ttl {
  position: relative;
  font-size: 4rem;
  font-size: clamp(32px, 2.7777777778vw, 40px);
  font-weight: bold;
  line-height: 1.8;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}
@media (max-width: 1024px) {
  .front-page .sec-message .titleArea__inner .message__ttl {
    font-size: 3.2rem;
  }
}
@media (max-width: 834px) {
  .front-page .sec-message .titleArea__inner .message__ttl {
    font-size: 2rem;
    line-height: 1.7;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
  }
}
.front-page .sec-message .titleArea__inner .message__ttl::before {
  content: "";
  aspect-ratio: 78/74;
  width: 39px;
  background-image: url(../img/common/title_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -20px;
  right: 0;
  translate: 100% -100%;
}
@media (max-width: 834px) {
  .front-page .sec-message .titleArea__inner .message__ttl::before {
    width: 27px;
    right: -10px;
    top: -10px;
    translate: 100%;
  }
}
.front-page .sec-message .imgDeco {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 280px;
}
@media (max-width: 834px) {
  .front-page .sec-message .imgDeco {
    max-width: 140px;
    bottom: -30px;
  }
}
.front-page .sec-message .imgDeco .img {
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
@media (max-width: 834px) {
  .front-page .sec-message .imgDeco .img {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}
.front-page .sec-message .imgDeco .img img {
  aspect-ratio: 280/250;
}
.front-page .sec-discover {
  position: relative;
  padding-top: 150px;
  padding-bottom: 160px;
}
@media (max-width: 834px) {
  .front-page .sec-discover {
    padding-top: 60px;
    padding-bottom: 80px;
    margin-bottom: 60px;
  }
}
.front-page .sec-discover::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/index/gradation_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-blend-mode: darken;
  position: absolute;
  left: 0;
  right: 0;
  top: -10%;
  z-index: -99;
  pointer-events: none;
}
.front-page .sec-discover::after {
  content: "";
  aspect-ratio: 267/92;
  width: 267px;
  background-image: url(../img/common/nuve_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec-discover::after {
    width: 133.5px;
  }
}
.front-page .sec-discover .titleArea {
  margin-bottom: 80px;
}
@media (max-width: 834px) {
  .front-page .sec-discover .titleArea {
    margin-bottom: 20px;
  }
}
.front-page .sec-discover .titleArea__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 834px) {
  .front-page .sec-discover .titleArea__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 70px;
  }
}
.front-page .sec-discover .titleArea__imgArea .ttl-eng {
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: clamp(57.6px, 5vw, 72px);
  font-weight: 900;
  line-height: 1;
  z-index: 2;
  translate: -5%;
}
@media (max-width: 834px) {
  .front-page .sec-discover .titleArea__imgArea .ttl-eng {
    translate: -3%;
    font-size: 3.8rem;
  }
}
.front-page .sec-discover .titleArea__imgArea .img {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  width: 100%;
  max-width: 680px;
  margin-top: -20px;
  z-index: 1;
}
@media (max-width: 834px) {
  .front-page .sec-discover .titleArea__imgArea .img {
    max-width: 380px;
    margin: 0 auto;
    margin-top: -20px;
  }
}
.front-page .sec-discover .titleArea__imgArea .img img {
  aspect-ratio: 760/360;
}
.front-page .sec-discover .titleArea .discover__ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  font-size: clamp(30.4px, 2.6388888889vw, 38px);
  line-height: 1.7;
  font-weight: bold;
  text-align: right;
  margin-right: 4.166666%;
  margin-top: 4%;
}
@media (max-width: 834px) {
  .front-page .sec-discover .titleArea .discover__ttl {
    font-size: 2.2rem;
    text-align: center;
    margin-top: 0;
    margin-right: 0;
  }
}
.front-page .sec-discover .titleArea .discover__ttl::before {
  content: "";
  aspect-ratio: 78/74;
  width: 39px;
  background-image: url(../img/common/title_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -10px;
  translate: 100% -100%;
}
@media (max-width: 834px) {
  .front-page .sec-discover .titleArea .discover__ttl::before {
    width: 27.3px;
    right: 50%;
    top: -10px;
    translate: 50% -100%;
  }
}
.front-page .sec-discover .discover__list {
  position: relative;
}
@media (min-width: 835px) {
  .front-page .sec-discover .discover__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
}
.front-page .sec-discover .discover__list__wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.front-page .sec-discover .discover__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.9565217%;
}
@media (min-width: 835px) {
  .front-page .sec-discover .discover__list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 80px) / 3);
            flex: 0 0 calc((100% - 80px) / 3);
  }
}
@media (max-width: 834px) {
  .front-page .sec-discover .discover__list__item {
    gap: 5%;
  }
}
.front-page .sec-discover .discover__list__item .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.573289%;
          flex: 0 0 32.573289%;
}
@media (max-width: 834px) {
  .front-page .sec-discover .discover__list__item .imgArea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    -ms-flex: 0 0 27%;
        flex: 0 0 27%;
  }
}
.front-page .sec-discover .discover__list__item .imgArea .img {
  width: 100%;
  max-width: 120px;
  border-radius: 50%;
  overflow: hidden;
}
.front-page .sec-discover .discover__list__item .imgArea .img img {
  aspect-ratio: 120/120;
}
.front-page .sec-discover .discover__list__item .textArea {
  width: 100%;
}
.front-page .sec-discover .discover__list__item .textArea .hd {
  font-size: clamp(16.2px, 1.25vw, 18px);
  font-weight: bold;
  line-height: 1.7;
}
@media (max-width: 834px) {
  .front-page .sec-discover .discover__list__item .textArea .hd {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.front-page .sec-discover .discover__list__item .textArea .desc {
  font-weight: bold;
}
.front-page .sec-discover .swiper-pagination {
  bottom: -40px;
}
@media (min-width: 835px) {
  .front-page .sec-discover .swiper-pagination {
    display: none !important;
  }
}
.front-page .sec-discover .swiper-pagination .swiper-pagination-bullet {
  margin-left: 5px;
  margin-right: 5px;
  background: #464aa0;
}
.front-page .sec-information {
  margin-bottom: 130px;
}
@media (max-width: 834px) {
  .front-page .sec-information {
    margin-bottom: 60px;
  }
}
.front-page .sec-information .commonTitle {
  margin-bottom: 50px;
}
@media (max-width: 834px) {
  .front-page .sec-information .commonTitle {
    margin-bottom: 30px;
  }
}
.front-page .sec-information .commonTitle .ttl-eng {
  font-size: 4rem;
}
@media (max-width: 834px) {
  .front-page .sec-information .commonTitle .ttl-eng {
    font-size: 3.2rem;
  }
}
.front-page .sec-information .commonTitle .ttl-ja {
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .front-page .sec-information .commonTitle .ttl-ja {
    font-size: 1.4rem;
  }
}
.front-page .sec-information .information__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3%;
  margin-bottom: 45px;
}
@media (max-width: 834px) {
  .front-page .sec-information .information__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    margin-bottom: 20px;
  }
}
.front-page .sec-information .information__list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.33%;
          flex: 0 0 31.33%;
}
@media (max-width: 834px) {
  .front-page .sec-information .information__list__item {
    width: 100%;
    max-width: 336px;
  }
}
.front-page .sec-information .information__list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (any-hover: hover) {
  .front-page .sec-information .information__list__item a:hover {
    opacity: 1;
  }
  .front-page .sec-information .information__list__item a:hover .imgArea .img img {
    scale: 1.1;
  }
  .front-page .sec-information .information__list__item a:hover .info-ttl {
    color: #464aa0;
  }
}
.front-page .sec-information .information__list__item a .imgArea {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 145px;
          flex: 0 0 145px;
}
@media (max-width: 834px) {
  .front-page .sec-information .information__list__item a .imgArea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
  }
}
.front-page .sec-information .information__list__item a .imgArea .tag {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.front-page .sec-information .information__list__item a .imgArea .tag__txt {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  background-color: #464aa0;
  border-radius: 2px;
  padding: 0.6153846em 0.76923em;
}
@media (max-width: 834px) {
  .front-page .sec-information .information__list__item a .imgArea .tag__txt {
    font-size: 1.2rem;
  }
}
.front-page .sec-information .information__list__item a .imgArea .img {
  width: 100%;
  overflow: hidden;
  border: solid 1px #e5e5e5;
  border-radius: 15px;
  height: 100%;
}
@media (max-width: 834px) {
  .front-page .sec-information .information__list__item a .imgArea .img {
    max-width: 336px;
    border-radius: 10px;
  }
}
.front-page .sec-information .information__list__item a .imgArea .img img {
  aspect-ratio: 336/200;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
.front-page .sec-information .information__list__item a .info-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 834px) {
  .front-page .sec-information .information__list__item a .info-ttl {
    font-size: 1.4rem;
  }
}
.front-page .sec-information .information__list__item a .date {
  font-family: "Lato", sans-serif;
  color: #929292;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: auto;
}
.front-page .sec-information .commonBtn02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.front-page .sec-charm {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 834px) {
  .front-page .sec-charm {
    padding-bottom: 60px;
  }
}
.front-page .sec-charm::before {
  content: "";
  aspect-ratio: 404/807;
  width: clamp(202px, 28.0555555556vw, 404px);
  background-image: url(../img/index/charm_deco01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -50%;
  right: 0;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .front-page .sec-charm::before {
    width: 161.6px;
    top: -20%;
  }
}
.front-page .sec-charm::after {
  content: "";
  aspect-ratio: 473/956;
  width: clamp(378.4px, 32.8472222222vw, 473px);
  background-image: url(../img/index/charm_deco02.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -70%;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .front-page .sec-charm::after {
    width: 236.5px;
    bottom: -20%;
  }
}
.front-page .sec-charm__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.333333%;
}
@media (max-width: 834px) {
  .front-page .sec-charm__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.front-page .sec-charm__pic {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.416666%;
          flex: 0 0 48.416666%;
}
@media (max-width: 834px) {
  .front-page .sec-charm__pic {
    width: 380px;
    width: clamp(300px, 47.9616306954vw, 400px);
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.front-page .sec-charm__pic .img-car {
  width: 100%;
}
@media (max-width: 834px) {
  .front-page .sec-charm__pic .img-car {
    max-width: clamp(280px, 69.6642685851vw, 581px);
  }
}
.front-page .sec-charm__pic .img-car img {
  aspect-ratio: 581/600;
}
.front-page .sec-charm__pic .img {
  width: 100%;
  max-width: 280px;
  max-width: clamp(196px, 19.4444444444vw, 280px);
  position: absolute;
  top: -60px;
  right: 40px;
  overflow: hidden;
  border-radius: 25px;
}
@media (max-width: 834px) {
  .front-page .sec-charm__pic .img {
    max-width: 140px;
    border-radius: 15px;
    top: -40px;
    right: 20px;
  }
}
.front-page .sec-charm__pic .img img {
  aspect-ratio: 280/200;
}
.front-page .sec-charm .textArea {
  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;
  margin-right: 151px;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (max-width: 834px) {
  .front-page .sec-charm .textArea {
    margin-right: 0;
  }
}
.front-page .sec-charm .textArea .commonTitle {
  margin-bottom: 50px;
}
@media (max-width: 834px) {
  .front-page .sec-charm .textArea .commonTitle {
    margin-bottom: 30px;
  }
}
.front-page .sec-charm .textArea .desc {
  font-weight: bold;
  margin-bottom: 50px;
}
@media (max-width: 834px) {
  .front-page .sec-charm .textArea .desc {
    margin-bottom: 30px;
  }
}
.front-page .sec-charm:not(:has(.sec-charm__pic)) .sec-charm__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.front-page .sec-charm:not(:has(.sec-charm__pic)) .textArea {
  margin-right: 0;
}
.front-page .sec-movie {
  padding-bottom: 120px;
}
@media (max-width: 834px) {
  .front-page .sec-movie {
    padding-bottom: 60px;
  }
}
.front-page .sec-movie .commonTitle {
  margin-bottom: 56px;
}
@media (max-width: 834px) {
  .front-page .sec-movie .commonTitle {
    margin-bottom: 32px;
  }
}
.front-page .sec-movie__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 834px) {
  .front-page .sec-movie__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 20px;
    padding: 0 2.5%;
  }
}
.front-page .sec-movie__content .movie__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 720px;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .front-page .sec-movie__content .movie__item {
    width: 100%;
  }
}
.front-page .sec-movie__content .movie__item .movie {
  aspect-ratio: 16/9;
  width: 100%;
}
.front-page .sec-movie__content .movie__item .movie iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.front-page .sec-movie__content .movie__item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(1.9rem, 1.6923076923vw, 2.2rem);
  font-weight: 700;
  margin-top: 0.8em;
}
@media (max-width: 834px) {
  .front-page .sec-movie__content .movie__item .title {
    font-size: 1.6rem;
    margin-top: 0.6em;
  }
}
.front-page .sec-interview {
  position: relative;
  padding-bottom: 160px;
}
@media (max-width: 834px) {
  .front-page .sec-interview {
    padding-bottom: 60px;
  }
}
.front-page .sec-interview .commonTitle {
  margin-bottom: 140px;
}
@media (max-width: 834px) {
  .front-page .sec-interview .commonTitle {
    margin-bottom: 120px;
  }
}
.front-page .sec-interview .interview__list__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
}
@media (any-hover: hover) {
  .front-page .sec-interview .interview__list__item a:hover {
    opacity: 1;
  }
  .front-page .sec-interview .interview__list__item a:hover .imgArea .img img {
    scale: 1.1;
  }
}
@media (max-width: 834px) {
  .front-page .sec-interview .interview__list__item a {
    max-width: 330px;
    margin: 0 auto;
  }
}
.front-page .sec-interview .interview__list__item a .imgArea {
  position: relative;
}
.front-page .sec-interview .interview__list__item a .imgArea .info {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.3s ease 0.3s;
  transition: 0.3s ease 0.3s;
}
@media (max-width: 834px) {
  .front-page .sec-interview .interview__list__item a .imgArea .info {
    left: 20px;
    bottom: 10px;
  }
}
.front-page .sec-interview .interview__list__item a .imgArea .info .tag__txt {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #464aa0;
  border-radius: 5px;
  padding: 0.6153846em 0.76923em;
  margin-bottom: 10px;
}
@media (max-width: 834px) {
  .front-page .sec-interview .interview__list__item a .imgArea .info .tag__txt {
    font-size: 1.2rem;
  }
}
.front-page .sec-interview .interview__list__item a .imgArea .info .nameBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.3125em;
}
.front-page .sec-interview .interview__list__item a .imgArea .info .nameBox .name {
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
}
@media (max-width: 834px) {
  .front-page .sec-interview .interview__list__item a .imgArea .info .nameBox .name {
    font-size: 1.8rem;
  }
}
.front-page .sec-interview .interview__list__item a .imgArea .info .nameBox .note {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
}
@media (max-width: 834px) {
  .front-page .sec-interview .interview__list__item a .imgArea .info .nameBox .note {
    font-size: 1.2rem;
  }
}
.front-page .sec-interview .interview__list__item a .imgArea .img {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  z-index: 1;
}
@media (max-width: 834px) {
  .front-page .sec-interview .interview__list__item a .imgArea .img {
    border-radius: 15px;
  }
}
.front-page .sec-interview .interview__list__item a .imgArea .img::before {
  content: "";
  aspect-ratio: 1/1;
  width: clamp(454.8px, 52.6388888889vw, 758px);
  background-image: url(../img/index/interview_gradation_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  translate: -50% 50%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.front-page .sec-interview .interview__list__item a .imgArea .img::after {
  content: "";
  display: block;
  width: 100%;
  height: 170px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec-interview .interview__list__item a .imgArea .img::after {
    height: 90px;
  }
}
.front-page .sec-interview .interview__list__item a .imgArea .img img {
  aspect-ratio: 560/330;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
.front-page .sec-interview .interview__list__item a .lead {
  position: relative;
  min-width: 358px;
  background-color: #fff;
  border-radius: 10px;
  opacity: 0;
  padding: 1.333333em 1.666666em;
  -webkit-transition: 0.3s ease 0.3s;
  transition: 0.3s ease 0.3s;
}
@media (max-width: 834px) {
  .front-page .sec-interview .interview__list__item a .lead {
    min-width: initial;
    padding: 20px;
  }
}
.front-page .sec-interview .interview__list__item a .lead::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 1.111111em;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  background-color: #fff;
  position: absolute;
  left: 40px;
  bottom: 1px;
  translate: 0 100%;
}
.front-page .sec-interview .interview__list__item a .lead__wrapper {
  position: absolute;
  top: 8px;
  left: -20px;
  translate: 0 -90%;
  z-index: 2;
  -webkit-transition: 0.3s ease 0.3s;
  transition: 0.3s ease 0.3s;
}
@media (max-width: 834px) {
  .front-page .sec-interview .interview__list__item a .lead__wrapper {
    top: 5px;
    left: -10px;
  }
}
.front-page .sec-interview .interview__list__item a .lead__txt {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 834px) {
  .front-page .sec-interview .interview__list__item a .lead__txt {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.front-page .sec-interview .interview__list__item.swiper-slide-active a {
  -webkit-filter: drop-shadow(0px 24px 40px rgba(70, 74, 160, 0.1));
          filter: drop-shadow(0px 24px 40px rgba(70, 74, 160, 0.1));
}
.front-page .sec-interview .interview__list__item.swiper-slide-active a .imgArea .info {
  opacity: 1;
}
.front-page .sec-interview .interview__list__item.swiper-slide-active a .imgArea .img::before {
  opacity: 1;
}
.front-page .sec-interview .interview__list__item.swiper-slide-active a .imgArea .img::after {
  opacity: 1;
}
.front-page .sec-interview .interview__list__item.swiper-slide-active a .lead {
  opacity: 1;
}
.front-page .sec-interview .interview__list__item.swiper-slide-active a .lead__wrapper {
  translate: 0 -100%;
}
.front-page .sec-interview .swiper-interview {
  position: relative;
}
.front-page .sec-interview .controller {
  width: 100%;
  max-width: 734px;
  max-width: clamp(513.8px, 59.1935483871vw, 734px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec-interview .controller {
    max-width: 330px;
    translate: 0;
    position: initial;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 8px;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.front-page .sec-interview .controller .swiper-btn-prev,
.front-page .sec-interview .controller .swiper-btn-next {
  position: relative;
  aspect-ratio: 1/1;
  width: 56px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (max-width: 834px) {
  .front-page .sec-interview .controller .swiper-btn-prev,
  .front-page .sec-interview .controller .swiper-btn-next {
    width: 42px;
  }
}
@media (any-hover: hover) {
  .front-page .sec-interview .controller .swiper-btn-prev:hover,
  .front-page .sec-interview .controller .swiper-btn-next:hover {
    background-color: #464aa0;
  }
  .front-page .sec-interview .controller .swiper-btn-prev:hover::before,
  .front-page .sec-interview .controller .swiper-btn-next:hover::before {
    background-color: #fff;
  }
}
.front-page .sec-interview .controller .swiper-btn-prev::before,
.front-page .sec-interview .controller .swiper-btn-next::before {
  content: "";
  display: block;
  aspect-ratio: 26/16;
  width: 13px;
  -webkit-mask-image: url(../img/common/arrow.png);
          mask-image: url(../img/common/arrow.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #464aa0;
  rotate: 90deg;
  translate: -50% -50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (max-width: 834px) {
  .front-page .sec-interview .controller .swiper-btn-prev::before,
  .front-page .sec-interview .controller .swiper-btn-next::before {
    width: 12px;
  }
}
.front-page .sec-interview .controller .swiper-btn-prev::before {
  scale: -1;
}
.front-page .sec-interview .controller .swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
  pointer-events: none;
}
.front-page .sec-interview .commonBtn01 {
  margin: 0 auto;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .front-page .sec-interview .commonBtn01 {
    margin-top: 40px;
  }
}
.front-page .flow-work {
  position: relative;
  margin-bottom: 160px;
}
@media (max-width: 834px) {
  .front-page .flow-work {
    margin-bottom: 80px;
  }
}
.front-page .flow-work::before {
  content: "";
  aspect-ratio: 1440/1485;
  height: 103.125vw;
  background-image: url(../img/index/gradation_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  z-index: -99;
  pointer-events: none;
}
@media (max-width: 1330px) {
  .front-page .flow-work::before {
    height: 1485px;
  }
}
@media (max-width: 834px) {
  .front-page .flow-work::before {
    aspect-ratio: initial;
    width: 100%;
    height: 170%;
    background-size: 100% 100%;
  }
}
.front-page .flow-work__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 834px) {
  .front-page .flow-work__inner {
    padding-right: 4%;
    padding-left: 4%;
  }
}
.front-page .flow-work__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 834px) {
  .front-page .flow-work__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.front-page .flow-work__content:has(.btnArea a:hover) .imgArea img {
  scale: 1.05;
}
.front-page .flow-work__content:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 834px) {
  .front-page .flow-work__content:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.front-page .flow-work__content:nth-child(even) .btnArea a {
  background-color: #41bfd9;
}
.front-page .flow-work__content .btnArea {
  width: 100%;
}
.front-page .flow-work__content .btnArea a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #464aa0;
  height: 100%;
  min-height: 269px;
  border-radius: 25px;
  padding: 40px;
  overflow: hidden;
}
@media (any-hover: hover) {
  .front-page .flow-work__content .btnArea a:hover {
    opacity: 1;
  }
  .front-page .flow-work__content .btnArea a:hover::before {
    -webkit-filter: blur(2em);
            filter: blur(2em);
    opacity: 1;
  }
}
@media (max-width: 834px) {
  .front-page .flow-work__content .btnArea a {
    border-radius: 15px;
    padding: 20px;
    max-width: 350px;
    min-height: 230px;
    margin: 0 auto;
  }
}
.front-page .flow-work__content .btnArea a::before {
  content: "";
  width: 200%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  inset: -1%;
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-filter 0.3s ease 0.1s;
  transition: opacity 0.3s ease, -webkit-filter 0.3s ease 0.1s;
  transition: opacity 0.3s ease, filter 0.3s ease 0.1s;
  transition: opacity 0.3s ease, filter 0.3s ease 0.1s, -webkit-filter 0.3s ease 0.1s;
  pointer-events: none;
}
.front-page .flow-work__content .btnArea a .content-ttl {
  position: relative;
  color: #fff;
  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;
  z-index: 1;
}
.front-page .flow-work__content .btnArea a .content-ttl .ttl-eng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Lato", sans-serif;
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .front-page .flow-work__content .btnArea a .content-ttl .ttl-eng {
    font-size: 2.8rem;
    line-height: 1.3;
  }
}
.front-page .flow-work__content .btnArea a .content-ttl .ttl-eng .ttl-sub {
  font-size: 2rem;
}
@media (max-width: 834px) {
  .front-page .flow-work__content .btnArea a .content-ttl .ttl-eng .ttl-sub {
    font-size: 1.6rem;
  }
}
.front-page .flow-work__content .btnArea a .content-ttl .ttl-ja {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 834px) {
  .front-page .flow-work__content .btnArea a .content-ttl .ttl-ja {
    font-size: 1.3rem;
  }
}
.front-page .flow-work__content .btnArea a .circle {
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 1;
}
@media (max-width: 834px) {
  .front-page .flow-work__content .btnArea a .circle {
    bottom: 20px;
    right: 20px;
  }
}
.front-page .flow-work__content .btnArea a .circle .arrow {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  width: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 834px) {
  .front-page .flow-work__content .btnArea a .circle .arrow {
    width: 38px;
  }
}
.front-page .flow-work__content .btnArea a .circle .arrow::before {
  content: "";
  display: block;
  aspect-ratio: 26/16;
  width: 12px;
  background-image: url(../img/common/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  rotate: 90deg;
  translate: -50% -50%;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (max-width: 834px) {
  .front-page .flow-work__content .btnArea a .circle .arrow::before {
    width: 10px;
  }
}
.front-page .flow-work__content .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43.636363%;
          flex: 0 0 43.636363%;
}
.front-page .flow-work__content .imgArea .img {
  width: 100%;
  max-width: 567px;
  overflow: hidden;
  border-radius: 25px;
}
@media (max-width: 834px) {
  .front-page .flow-work__content .imgArea .img {
    border-radius: 15px;
    max-width: 350px;
    margin: 0 auto;
  }
}
.front-page .flow-work__content .imgArea .img img {
  aspect-ratio: 480/320;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
.front-page .separate {
  position: relative;
  aspect-ratio: 1440/550;
  width: 100%;
  height: 100%;
  max-height: clamp(440px, 38.1944444444vw, 550px);
  overflow: hidden;
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  .front-page .separate {
    margin-bottom: 60px;
  }
}
.front-page .separate__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
.front-page .separate__bg {
  display: block;
  aspect-ratio: 1440/977;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/index/separate.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width: 590px) {
  .front-page .separate__bg {
    aspect-ratio: 375/877;
    background-image: url(../img/index/sp_separate.jpg);
  }
}

/* ============================================
// RECRUIT
// ==========================================*/
.lower-kyujin_l .btn,
.lower-kyujin_d .btn {
  border-radius: 100px;
  font-size: 1.6rem;
  border: solid 1px #464aa0;
}
@media (any-hover: hover) {
  .lower-kyujin_l .btn:hover,
  .lower-kyujin_d .btn:hover {
    opacity: 1;
    color: #464aa0;
    background-color: #fff;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_l .btn,
  .lower-kyujin_d .btn {
    font-size: 1.5rem;
  }
}
@media (any-hover: hover) {
  .lower-kyujin_l .btn_external:hover,
  .lower-kyujin_d .btn_external:hover {
    color: #464aa0 !important;
    background-color: #fff;
  }
  .lower-kyujin_l .btn_external:hover::after,
  .lower-kyujin_d .btn_external:hover::after {
    background: #464aa0;
  }
}
.lower-kyujin_l .btn_external:after,
.lower-kyujin_d .btn_external:after {
  top: 13px;
  right: 19px;
  -webkit-mask-image: url(../img/kyujin/ico_custom_blank_white.png);
          mask-image: url(../img/kyujin/ico_custom_blank_white.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (max-width: 834px) {
  .lower-kyujin_l .btn_external:after,
  .lower-kyujin_d .btn_external:after {
    top: 50%;
    right: 17px;
    translate: 0 -50%;
  }
}
.lower-kyujin_l .btn_secondary,
.lower-kyujin_d .btn_secondary {
  background: #41bfd9;
  border-color: #41bfd9;
}
@media (any-hover: hover) {
  .lower-kyujin_l .btn_secondary:hover,
  .lower-kyujin_d .btn_secondary:hover {
    color: #41bfd9 !important;
  }
}
.lower-kyujin_l .gMap_link::before,
.lower-kyujin_d .gMap_link::before {
  background: url(../img/kyujin/ico_custom_location_color.png) no-repeat center center/contain;
}
.lower-kyujin_l .job_employmenttype_list_item,
.lower-kyujin_d .job_employmenttype_list_item {
  border-radius: 500px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  border: 1px solid;
  border-radius: 500px;
  padding: 0.539em 0.85em;
  height: auto;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_employmenttype_list_item,
  .lower-kyujin_d .job_employmenttype_list_item {
    font-size: 1.2rem;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_l .breadcrumb,
  .lower-kyujin_d .breadcrumb {
    margin-bottom: 40px;
  }
}

/*--------------------
求人一覧
--------------------*/
.lower-kyujin_l .l-main {
  position: relative;
  padding: 60px 0;
}
@media (max-width: 834px) {
  .lower-kyujin_l .l-main {
    padding-top: 30px;
    padding-bottom: 24px;
  }
}
.lower-kyujin_l .l-main::before {
  content: "";
  background-image: url(../img/index/gradation_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  inset: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  z-index: -99;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-kyujin_l .l-main::before {
    top: -5%;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_l .kyujin_container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.lower-kyujin_l .search_panel {
  padding: 0;
  margin: 0;
  border: none;
}
.lower-kyujin_l .search_panel .search_body {
  padding: 40px 70px;
  background-color: rgba(255, 255, 255, 0.4);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media (max-width: 1320px) {
  .lower-kyujin_l .search_panel .search_body {
    padding: 40px;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel .search_body {
    padding: 20px 4%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
.lower-kyujin_l .search-toggle {
  position: relative;
  left: 0;
  top: 0;
  width: auto;
  max-width: inherit;
  background: #464aa0;
  -webkit-transform: none;
          transform: none;
  border: solid 1px #464aa0;
  border-radius: 15px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .lower-kyujin_l .search-toggle:hover {
    opacity: 1;
    background-color: #fff;
  }
  .lower-kyujin_l .search-toggle:hover .toggle_txt {
    color: #464aa0;
  }
  .lower-kyujin_l .search-toggle:hover .toggle_trigger_txt_ico {
    background-color: #464aa0;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle {
    border-radius: 10px;
    margin: 0;
  }
}
.lower-kyujin_l .search-toggle .toggle_txt {
  font-size: 1.5rem;
  padding: 1em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle .toggle_txt {
    font-size: 1.4rem;
    padding: 0.88em 1em;
  }
}
.lower-kyujin_l .search-toggle .toggle_txt .pannel-open {
  display: block;
}
.lower-kyujin_l .search-toggle .toggle_txt .pannel-close {
  display: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger {
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  background: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger::before {
  display: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico {
  width: 16px;
  height: 1px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@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 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: transparent;
}
.lower-kyujin_l .search-toggle.js-active .toggle_txt .pannel-open {
  display: none;
}
.lower-kyujin_l .search-toggle.js-active .toggle_txt .pannel-close {
  display: block;
}
.lower-kyujin_l .search-toggle.js-active .toggle_trigger_txt_ico:nth-of-type(2) {
  -webkit-transform: translateX(-50%) rotate(0);
          transform: translateX(-50%) rotate(0);
}
.lower-kyujin_l .checkWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 0 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 834px) {
  .lower-kyujin_l .checkWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.lower-kyujin_l .checkWrapper .custom-form_parts {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  -ms-flex-preferred-size: initial;
      flex-basis: initial;
}
@media (max-width: 1024px) {
  .lower-kyujin_l .checkWrapper .custom-form_parts {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_l .checkWrapper .custom-form_parts {
    min-width: initial;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_l .checkWrapper .custom-form_parts:first-child {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.lower-kyujin_l .custom-form {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.lower-kyujin_l .custom-form .parts_ttl {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25em;
  font-weight: bold;
}
@media (max-width: 834px) {
  .lower-kyujin_l .custom-form .parts_ttl {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    font-size: 1.4rem;
    translate: initial;
    gap: 0.6em;
  }
}
.lower-kyujin_l .custom-form .parts_ttl::before {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: initial;
  height: auto;
  border: none;
  border-radius: initial;
  margin-right: 0;
}
.lower-kyujin_l .custom-form .parts_ttl.-location::before {
  content: "";
  aspect-ratio: 30/44;
  width: 0.9375em;
  background-image: url(../img/kyujin/ico_location.png);
  margin-right: 0.5em;
}
.lower-kyujin_l .custom-form .parts_ttl.-jobs::before {
  content: "";
  aspect-ratio: 39/45;
  width: 1.25em;
  background-image: url(../img/kyujin/ico_job.png);
  margin-right: 0.1875em;
}
@media (max-width: 834px) {
  .lower-kyujin_l .custom-form .parts_ttl.-employ {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.lower-kyujin_l .custom-form .parts_ttl.-employ::before {
  content: "";
  aspect-ratio: 45/45;
  width: 1.4375em;
  background-image: url(../img/kyujin/ico_employ.png);
}
.lower-kyujin_l .custom-form .parts_ttl.-freewords::before {
  content: "";
  aspect-ratio: 40/40;
  width: 1.25em;
  background-image: url(../img/kyujin/ico_freeword.png);
  margin-right: 0.1875em;
}
.lower-kyujin_l .custom-form .category_list {
  padding: 0;
  background: initial;
  border: none;
  gap: 10px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .custom-form .category_list {
    gap: 7px;
  }
}
.lower-kyujin_l .custom-form .category_list li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  padding-left: 18px;
  padding-right: 20px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .custom-form .category_list li label {
    padding-left: 14px;
    padding-right: 16px;
    gap: 5px;
  }
}
.lower-kyujin_l .custom-form select {
  border: none;
  border-radius: 5px;
}
.lower-kyujin_l .custom-form .searchWord {
  border: none;
  border-radius: 5px;
}
.lower-kyujin_l input[type=checkbox] + label {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #fff;
}
@media (any-hover: hover) {
  .lower-kyujin_l input[type=checkbox] + label:hover {
    background-color: #ecedfd;
  }
}
.lower-kyujin_l .custom-form_parts {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border: none;
  margin-top: 0;
  padding: 16px 0;
  gap: 5px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .custom-form_parts {
    gap: 14px;
    padding: 10px 0;
  }
}
.lower-kyujin_l .custom-form_searth_btn {
  margin-top: 0;
}
.lower-kyujin_l .custom-form_searth_btn .btn_cover {
  width: 280px;
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .lower-kyujin_l .custom-form_searth_btn .btn_cover {
    width: 220px;
    font-size: 1.5rem;
  }
}
.lower-kyujin_l .custom-form_searth_btn .btn_cover::before {
  content: "";
  width: 1.125em;
  height: auto;
  -webkit-mask-image: url(../img/common/ico_rec.png);
          mask-image: url(../img/common/ico_rec.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  left: 31%;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.lower-kyujin_l .custom-form_searth_btn .btn_cover::after {
  display: none;
}
@media (any-hover: hover) {
  .lower-kyujin_l .custom-form_searth_btn .btn_cover:hover {
    opacity: 1;
  }
  .lower-kyujin_l .custom-form_searth_btn .btn_cover:hover::before {
    left: 31%;
    background-color: #464aa0;
  }
}
.lower-kyujin_l .custom-form_searth_btn .btn_cover input[type=submit] {
  border-radius: 100px;
  border: solid 1px #464aa0;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}
@media (any-hover: hover) {
  .lower-kyujin_l .custom-form_searth_btn .btn_cover input[type=submit]:hover {
    -webkit-filter: initial;
            filter: initial;
    background-color: #fff;
    color: #464aa0;
  }
}
.lower-kyujin_l .form_parts_inner {
  width: 100%;
}
.lower-kyujin_l .form_parts_inner.-searchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .form_parts_inner.-searchBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.lower-kyujin_l input[type=checkbox] + label {
  border-radius: 60px;
  background-color: #fff;
}
.lower-kyujin_l input[type=checkbox] + label .text {
  font-weight: 500;
}
@media (max-width: 834px) {
  .lower-kyujin_l input[type=checkbox] + label .text {
    font-size: 1.4rem;
  }
}
.lower-kyujin_l input[type=checkbox] + label .check {
  background: initial;
}
.lower-kyujin_l input[type=checkbox] + label .check::before {
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}
.lower-kyujin_l input[type=checkbox] + label .check::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.lower-kyujin_l input[type=checkbox] + label .check::before,
.lower-kyujin_l input[type=checkbox] + label .check::after {
  background: #a2a4cf;
  opacity: 1;
}
.lower-kyujin_l input[type=checkbox]:checked + label .check::before,
.lower-kyujin_l input[type=checkbox]:checked + label .check::after {
  background-color: #fff;
}
.lower-kyujin_l input[type=checkbox]:checked + label {
  background-color: #464aa0;
}
.lower-kyujin_l .job_result_total {
  padding: 44px 0 24px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_result_total {
    padding: 24px 0 16px;
  }
}
.lower-kyujin_l .job_count_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lower-kyujin_l .job_count_pager .result_total_all {
  color: #464aa0;
}
.lower-kyujin_l .job_count_pager .result_total_current {
  font-weight: bold;
}
.lower-kyujin_l .job_count_pager .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2px;
}
.lower-kyujin_l .job_count_pager .pagination ul li {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}
.lower-kyujin_l .job_count_pager .pagination ul li a,
.lower-kyujin_l .job_count_pager .pagination ul li em {
  display: block;
  width: 40px;
  height: 40px;
  font-weight: 500;
  font-style: normal;
  line-height: 40px;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lower-kyujin_l .job_count_pager .pagination ul li a:hover,
.lower-kyujin_l .job_count_pager .pagination ul li em {
  color: #ffffff;
  background: #464aa0;
}
.lower-kyujin_l .job_count_pager .pagination ul .number {
  display: none;
}
@media (min-width: 835px) {
  .lower-kyujin_l .job_count_pager .pagination ul .number {
    display: inline-block;
  }
}
.lower-kyujin_l .job_count_pager .pagination ul .number.current {
  display: inline-block;
}
.lower-kyujin_l .job_count_pager.contents_top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_count_pager.contents_top {
    margin-bottom: 20px;
  }
}
.lower-kyujin_l .job_count_pager.contents_top .pagination {
  padding-top: 0;
}
.lower-kyujin_l .job_count_pager.contents_top .pagination a,
.lower-kyujin_l .job_count_pager.contents_top .pagination em {
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin: 0 2px;
}
.lower-kyujin_l .job_count_pager.contents_bottom {
  display: block;
  padding: 60px 0 0;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_count_pager.contents_bottom {
    padding: 48px 0 0;
    margin-bottom: 24px;
  }
}
@media (any-hover: hover) {
  .lower-kyujin_l .job_count_pager.contents_bottom .pager_next .btn:hover {
    color: #464aa0 !important;
  }
}
.lower-kyujin_l article.job {
  font-weight: 400;
  margin-top: 30px;
  padding: 50px;
  border-radius: 25px;
  background-color: #fff;
  border: none;
}
@media (max-width: 834px) {
  .lower-kyujin_l article.job {
    margin-top: 20px;
    padding: 30px 7%;
    border-radius: 15px;
  }
}
.lower-kyujin_l article.job:first-child {
  margin-top: 0;
  border: none;
}
.lower-kyujin_l article.job .job_outline-head {
  padding: 0;
  border: none;
}
.lower-kyujin_l article.job .job_outline_item_ttl span {
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .lower-kyujin_l article.job .job_outline_item_ttl span {
    font-size: 1.4rem;
  }
}
.lower-kyujin_l article.job .job_outline_item_txt {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 834px) {
  .lower-kyujin_l article.job .job_outline_item_txt {
    font-size: 1.4rem;
  }
}

/*--------------------
求人詳細
--------------------*/
.lower-kyujin_d .l-main {
  position: relative;
  padding-top: 200px;
}
.lower-kyujin_d .l-main::before {
  content: "";
  background-image: url(../img/index/gradation_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  inset: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  z-index: -99;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-kyujin_d .l-main::before {
    top: -5%;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_d .l-main {
    padding-top: 100px;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin_container {
    padding-right: 3%;
    padding-left: 3%;
  }
}
.lower-kyujin_d .footer {
  padding-bottom: 174px;
}
.lower-kyujin_d .pagetop {
  bottom: 303px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .pagetop {
    bottom: -30px;
  }
}
.lower-kyujin_d .outline_ttl,
.lower-kyujin_d .appeal_ttl {
  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;
  color: #161616;
  font-size: 3.4rem;
  margin-bottom: 24px;
  padding: 0;
}
@media (max-width: 834px) {
  .lower-kyujin_d .outline_ttl,
  .lower-kyujin_d .appeal_ttl {
    padding: 1em 0;
    padding-bottom: 0;
    font-size: 2.4rem;
  }
}
.lower-kyujin_d .outline_ttl::before,
.lower-kyujin_d .appeal_ttl::before {
  content: "";
  aspect-ratio: 78/74;
  width: 0.941176em;
  background-image: url(../img/common/title_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.lower-kyujin_d .outline_ttl::after,
.lower-kyujin_d .appeal_ttl::after {
  display: none;
}
.lower-kyujin_d .job {
  position: relative;
  padding: 50px 4.5%;
  border: none;
  border-radius: 25px;
  background-color: #fff;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job {
    border-radius: 15px;
    padding: 28px 7% 20px;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_d .job_body_block {
    margin: 20px 0;
  }
}
.lower-kyujin_d .job_workplace_txt {
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job_workplace_txt {
    font-size: 1.4rem;
  }
}
.lower-kyujin_d .job_lead {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job_lead {
    font-size: 1.4rem;
  }
}
.lower-kyujin_d .job_outline-head {
  border-color: #e5e5e5;
}
@media (max-width: 480px) {
  .lower-kyujin_d .job_outline-head {
    border-radius: 8px;
    background-color: #fff;
  }
}
.lower-kyujin_d .job_outline-head .job_outline_item_txt {
  padding-top: 4px;
}
.lower-kyujin_d .job_outline:not(.job_outline-head) .job_outline_item {
  border-color: #e5e5e5;
}
.lower-kyujin_d .job_outline:not(.job_outline-head) .job_outline_item:first-child {
  border-top: 1px solid #e5e5e5;
}
@media (min-width: 835px) {
  .lower-kyujin_d .job_outline:not(.job_outline-head) .job_outline_item_ttl, .lower-kyujin_d .job_outline:not(.job_outline-head) .job_outline_item_txt {
    padding-block: 24px;
  }
}
.lower-kyujin_d .job_outline:not(.job_outline-head) .job_outline_item_ttl {
  position: relative;
  border-bottom: 1px #464aa0;
}
.lower-kyujin_d .job_outline:not(.job_outline-head) .job_outline_item_ttl::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #464aa0;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job_outline:not(.job_outline-head) .job_outline_item_ttl::before {
    display: none;
  }
}
.lower-kyujin_d .job_outline:not(.job_outline-head) .job_outline_item_ttl span {
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job_outline:not(.job_outline-head) .job_outline_item_ttl span {
    font-size: 1.5rem;
  }
}
.lower-kyujin_d .job_outline:not(.job_outline-head) .job_outline_item_txt {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job_outline:not(.job_outline-head) .job_outline_item_txt {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .lower-kyujin_d .job_outline:not(.job_outline-head) .job_outline_item_txt {
    padding: 3px 0 15px;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_d .appeal_list_item:first-child {
    border-top: 1px solid #e5e5e5;
  }
}
.lower-kyujin_d .appeal_list_item_head {
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .lower-kyujin_d .appeal_list_item_head {
    font-size: 1.4rem;
  }
}
.lower-kyujin_d .appeal_list_item_detail_txt {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 834px) {
  .lower-kyujin_d .appeal_list_item_detail_txt {
    font-size: 1.4rem;
  }
}
.lower-kyujin_d .page_back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .page_back {
    margin-top: 0;
    padding: 50px 0;
    padding-bottom: 0;
  }
}
.lower-kyujin_d .page_back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 280px;
  color: #fff;
  font-weight: bold;
  padding: 20px 28px;
  border: solid 1px #464aa0;
  border-radius: 60px;
  background-color: #464aa0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .lower-kyujin_d .page_back a:hover {
    opacity: 1;
    background-color: #fff;
    color: #464aa0;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_d .page_back a {
    width: 220px;
    padding: 16px 24px;
  }
}
.lower-kyujin_d .fixed_conversion {
  z-index: 99;
}
.lower-kyujin_d .fixed_conversion .conversion a {
  border-radius: 50px;
  border: #464aa0 solid 1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .conversion a {
    padding: 7px 0;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .conversion a span {
    font-size: 1.5rem;
  }
}
.lower-kyujin_d .fixed_conversion .conversion a::after {
  top: 8px;
  right: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: initial;
  -webkit-mask-image: url(../img/kyujin/ico_custom_blank_white.png);
          mask-image: url(../img/kyujin/ico_custom_blank_white.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .conversion a::after {
    right: 20px;
    top: calc(50% + 2px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (any-hover: hover) {
  .lower-kyujin_d .fixed_conversion .conversion a:hover {
    opacity: 1;
    color: #464aa0;
    background-color: #fff;
  }
  .lower-kyujin_d .fixed_conversion .conversion a:hover::after {
    background-color: #464aa0;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .phone {
    background: initial;
    -ms-flex-preferred-size: 41%;
        flex-basis: 41%;
    margin-right: 8px;
  }
}
@media (max-width: 768px) {
  .lower-kyujin_d .fixed_conversion .phone {
    -ms-flex-preferred-size: 186px;
        flex-basis: 186px;
  }
}
.lower-kyujin_d .fixed_conversion .phone .btn_phone {
  padding: 0;
}
.lower-kyujin_d .fixed_conversion .phone .btn_phone .phone_num {
  color: #fff;
}
.lower-kyujin_d .fixed_conversion .phone .btn_phone .phone_num::before {
  background-image: url(../img/kyujin/ico_custom_tel_white.png);
}
.lower-kyujin_d .fixed_conversion .phone .btn_phone .phone_notes {
  color: #fff;
}
@media (min-width: 481px) {
  .lower-kyujin_d .movie_wrap {
    display: none !important;
  }
}
.lower-kyujin_d .movie_wrap.forPC {
  display: none !important;
}
@media (min-width: 481px) {
  .lower-kyujin_d .movie_wrap.forPC {
    display: block !important;
  }
}

/* ============================================
// INTERVIEW
// ==========================================*/
.lower-interview_l .l-main {
  padding: 0;
}
.lower-interview_l .interview__container {
  position: relative;
  padding-bottom: 100px;
  padding-top: 80px;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__container {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.lower-interview_l .interview__container::before {
  content: "";
  background-image: url(../img/index/gradation_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  inset: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  z-index: -99;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__container::before {
    top: -5%;
  }
}
.lower-interview_l .interview__container .interview-movie {
  padding-bottom: clamp(119px, 11.8055555556vw, 170px);
}
@media (max-width: 834px) {
  .lower-interview_l .interview__container .interview-movie {
    padding-bottom: 110px;
  }
}
.lower-interview_l .interview__container .interview-movie .movie-ttl {
  position: relative;
  text-align: center;
}
.lower-interview_l .interview__container .interview-movie .movie-ttl::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 180px;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, color-stop(33%, #55a2cf), color-stop(33%, #3f459c), color-stop(66%, #3f459c), color-stop(66%, #41bfd9));
  background: linear-gradient(to left, #55a2cf 33%, #3f459c 33%, #3f459c 66%, #41bfd9 66%);
  position: absolute;
  bottom: -5px;
  left: 50%;
  translate: -50%;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__container .interview-movie .movie-ttl::before {
    width: 140px;
  }
}
.lower-interview_l .interview__container .interview-movie .movie-ttl .ttl-ja {
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__container .interview-movie .movie-ttl .ttl-ja {
    font-size: 1.8rem;
  }
}
.lower-interview_l .interview__container .interview-movie .movie_wrap {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__container .interview-movie .movie_wrap {
    margin-top: 30px;
  }
}
.lower-interview_l .interview__container .interview-movie .movie_wrap .movie {
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16/9;
  max-width: 680px;
}
.lower-interview_l .interview__container .interview-movie .movie_wrap iframe {
  width: 100%;
  height: 100%;
}
.lower-interview_l .interview__container .interview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 140px 6.333333%;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__container .interview__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 120px;
  }
}
.lower-interview_l .interview__container .interview__list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46.8333334%;
          flex: 0 0 46.8333334%;
}
.lower-interview_l .interview__container .interview__list__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
}
@media (any-hover: hover) {
  .lower-interview_l .interview__container .interview__list__item a:hover {
    opacity: 1;
  }
  .lower-interview_l .interview__container .interview__list__item a:hover .imgArea .img img {
    scale: 1.1;
  }
}
@media (max-width: 834px) {
  .lower-interview_l .interview__container .interview__list__item a {
    max-width: 330px;
    margin: 0 auto;
  }
}
.lower-interview_l .interview__container .interview__list__item a .imgArea {
  position: relative;
}
.lower-interview_l .interview__container .interview__list__item a .imgArea .info {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 2;
  -webkit-transition: 0.3s ease 0.3s;
  transition: 0.3s ease 0.3s;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__container .interview__list__item a .imgArea .info {
    left: 20px;
    bottom: 10px;
  }
}
.lower-interview_l .interview__container .interview__list__item a .imgArea .info .tag__txt {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #464aa0;
  border-radius: 5px;
  padding: 0.6153846em 0.76923em;
  margin-bottom: 10px;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__container .interview__list__item a .imgArea .info .tag__txt {
    font-size: 1.2rem;
  }
}
.lower-interview_l .interview__container .interview__list__item a .imgArea .info .nameBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.3125em;
}
.lower-interview_l .interview__container .interview__list__item a .imgArea .info .nameBox .name {
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__container .interview__list__item a .imgArea .info .nameBox .name {
    font-size: 1.8rem;
  }
}
.lower-interview_l .interview__container .interview__list__item a .imgArea .info .nameBox .note {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__container .interview__list__item a .imgArea .info .nameBox .note {
    font-size: 1.2rem;
  }
}
.lower-interview_l .interview__container .interview__list__item a .imgArea .img {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__container .interview__list__item a .imgArea .img {
    border-radius: 15px;
  }
}
.lower-interview_l .interview__container .interview__list__item a .imgArea .img::before {
  content: "";
  aspect-ratio: 1/1;
  width: clamp(454.8px, 52.6388888889vw, 758px);
  background-image: url(../img/index/interview_gradation_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  translate: -50% 50%;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.lower-interview_l .interview__container .interview__list__item a .imgArea .img::after {
  content: "";
  display: block;
  width: 100%;
  height: 170px;
  height: clamp(136px, 11.8055555556vw, 170px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__container .interview__list__item a .imgArea .img::after {
    height: 90px;
  }
}
.lower-interview_l .interview__container .interview__list__item a .imgArea .img img {
  aspect-ratio: 560/330;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
.lower-interview_l .interview__container .interview__list__item a .lead {
  position: relative;
  min-width: 358px;
  background-color: #fff;
  border-radius: 10px;
  padding: 1.333333em 1.666666em;
  -webkit-transition: 0.3s ease 0.3s;
  transition: 0.3s ease 0.3s;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__container .interview__list__item a .lead {
    min-width: initial;
    padding: 20px;
  }
}
.lower-interview_l .interview__container .interview__list__item a .lead::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 1.111111em;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  background-color: #fff;
  position: absolute;
  left: 40px;
  bottom: 1px;
  translate: 0 100%;
}
.lower-interview_l .interview__container .interview__list__item a .lead__wrapper {
  position: absolute;
  top: 0;
  left: -20px;
  translate: 0 -90%;
  z-index: 2;
  -webkit-transition: 0.3s ease 0.3s;
  transition: 0.3s ease 0.3s;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__container .interview__list__item a .lead__wrapper {
    top: -5px;
    left: -10px;
  }
}
.lower-interview_l .interview__container .interview__list__item a .lead__txt {
  position: relative;
  font-size: 1.8rem;
  font-size: clamp(14.4px, 1.25vw, 18px);
  font-weight: bold;
  line-height: 1.7;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__container .interview__list__item a .lead__txt {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.lower-interview_l .interview__container .commonBtn01 {
  margin: 0 auto;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__container .commonBtn01 {
    margin-top: 40px;
  }
}

.lower-interview_d .l-main {
  padding: 0;
}
.lower-interview_d .interview__main {
  position: relative;
  padding-top: 280px;
  padding-bottom: 100px;
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  .lower-interview_d .interview__main {
    padding-top: 260px;
  }
}
@media (max-width: 1024px) {
  .lower-interview_d .interview__main {
    padding-top: 220px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main {
    padding-top: 100px;
    padding-bottom: 60px;
    margin-bottom: 20px;
  }
}
.lower-interview_d .interview__main:not(:has(.imgArea)) .interview__main__inner {
  max-width: 1100px;
}
.lower-interview_d .interview__main:not(:has(.imgArea)) .interview__main__content__prof__lead__h {
  font-size: 4.2rem;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main:not(:has(.imgArea)) .interview__main__content__prof__lead__h {
    font-size: 2rem;
  }
}
.lower-interview_d .interview__main::before {
  content: "";
  background-image: url(../img/index/gradation_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  inset: 0;
  z-index: -99;
  pointer-events: none;
}
.lower-interview_d .interview__main__inner {
  position: relative;
}
.lower-interview_d .interview__main__inner::after {
  content: "INTERVIEW";
  font-family: "Lato", sans-serif;
  color: transparent;
  font-weight: 900;
  font-size: clamp(112px, 11.1111111111vw, 160px);
  letter-spacing: 0.075em;
  line-height: 1;
  -webkit-text-stroke: 1px #464aa0;
  position: absolute;
  top: -10px;
  left: 0;
  translate: 0 -100%;
  pointer-events: none;
  z-index: -1;
  opacity: 0.3;
}
@media (max-width: 1280px) {
  .lower-interview_d .interview__main__inner::after {
    font-size: clamp(92.8px, 9.0625vw, 116px);
  }
}
@media (max-width: 1024px) {
  .lower-interview_d .interview__main__inner::after {
    top: -30px;
    left: initial;
    right: 0;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner::after {
    display: none;
  }
}
.lower-interview_d .interview__main__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.153846%;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.lower-interview_d .interview__main__content__prof {
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
}
.lower-interview_d .interview__main__content__prof__lead {
  margin-bottom: 50px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__content__prof__lead {
    margin-bottom: 20px;
  }
}
.lower-interview_d .interview__main__content__prof__lead__h {
  position: relative;
  font-size: clamp(34px, 2.7777777778vw, 40px);
  font-weight: bold;
  line-height: 1.7;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__content__prof__lead__h {
    font-size: 2.4rem;
  }
}
.lower-interview_d .interview__main__content__prof__lead__h br {
  display: none;
}
.lower-interview_d .interview__main__content__prof__lead__h::before {
  content: "";
  width: 1.0625em;
  aspect-ratio: 34/28;
  background-image: url(../img/interview/lead_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  translate: -100% -100%;
  z-index: -1;
  pointer-events: none;
}
.lower-interview_d .interview__main__content__prof .tag {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  background-color: #464aa0;
  border-radius: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.666666em 0.923076em;
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__content__prof .tag {
    font-size: 1.2rem;
    margin-bottom: 16px;
  }
}
.lower-interview_d .interview__main__content__prof .note {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__content__prof .note {
    font-size: 1.3rem;
  }
}
.lower-interview_d .interview__main__content__prof .nameBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1em;
}
.lower-interview_d .interview__main__content__prof .nameBox .name {
  font-size: clamp(19.6px, 1.9444444444vw, 28px);
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__content__prof .nameBox .name {
    font-size: 2rem;
  }
}
.lower-interview_d .interview__main__content__prof .nameBox .join {
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__content__prof .nameBox .join {
    font-size: 1.2rem;
  }
}
.lower-interview_d .interview__main__content .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 53.333333%;
          flex: 0 0 53.333333%;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__content .imgArea {
    margin-bottom: 30px;
  }
}
.lower-interview_d .interview__main__content .imgArea .img {
  width: 100%;
  max-width: 640px;
  border-radius: 25px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__content .imgArea .img {
    max-width: 380px;
    border-radius: 15px;
    margin: 0 auto;
  }
}
.lower-interview_d .interview__main__content .imgArea .img img {
  aspect-ratio: 640/427;
}
.lower-interview_d .interview__topic__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
  counter-reset: topic-list;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topic__list {
    gap: 50px;
  }
}
.lower-interview_d .interview__topic__list__item {
  position: relative;
  counter-increment: topic-list;
}
.lower-interview_d .interview__topic__list__item:nth-child(even)::before {
  content: "";
  aspect-ratio: 956/956;
  width: clamp(669.2px, 66.3888888889vw, 956px);
  background-image: url(../img/interview/interview_topic_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -30%;
  right: 30%;
  pointer-events: none;
  z-index: -1;
  translate: 100%;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topic__list__item:nth-child(even)::before {
    width: 382.4px;
    translate: 50%;
    bottom: initial;
    top: -10%;
    right: 0;
  }
}
.lower-interview_d .interview__topic__list__item:nth-child(even) .topic-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topic__list__item:nth-child(even) .topic-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lower-interview_d .interview__topic__list__item .numBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topic__list__item .numBox {
    margin-bottom: 20px;
  }
}
.lower-interview_d .interview__topic__list__item .numBox .hd {
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.075em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topic__list__item .numBox .hd {
    font-size: 1.3rem;
  }
}
.lower-interview_d .interview__topic__list__item .numBox .hd::after {
  content: "";
  height: 2px;
  width: 3.785714em;
  background: -webkit-gradient(linear, left top, right top, from(#41bfd9), color-stop(30%, #3f459c), color-stop(70%, #55a2cf));
  background: linear-gradient(90deg, #41bfd9 0% 30%, #3f459c 30% 70%, #55a2cf 70% 100%);
  border-radius: 10px;
  pointer-events: none;
}
.lower-interview_d .interview__topic__list__item .numBox span::before {
  content: counter(topic-list, decimal-leading-zero);
  font-family: "Lato", sans-serif;
  font-size: 4.1rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topic__list__item .numBox span::before {
    font-size: 3rem;
  }
}
.lower-interview_d .interview__topic__list__item .topic-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topic__list__item .topic-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.lower-interview_d .interview__topic__list__item .topic-content .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
}
.lower-interview_d .interview__topic__list__item .topic-content .textArea .topic-content__ttl {
  color: #464aa0;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topic__list__item .topic-content .textArea .topic-content__ttl {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
.lower-interview_d .interview__topic__list__item .topic-content .textArea .desc {
  font-weight: 500;
}
.lower-interview_d .interview__topic__list__item .topic-content .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45.454545%;
          flex: 0 0 45.454545%;
}
.lower-interview_d .interview__topic__list__item .topic-content .imgArea .img {
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  border-radius: 25px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topic__list__item .topic-content .imgArea .img {
    max-width: 330px;
    border-radius: 15px;
  }
}
.lower-interview_d .interview__topic__list__item .topic-content .imgArea .img img {
  aspect-ratio: 500/355;
}
.lower-interview_d .interview__oneday {
  position: relative;
  padding-top: 130px;
  padding-bottom: 100px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__oneday {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.lower-interview_d .interview__oneday:not(:has(.imgArea)) .timeline {
  margin-right: 0;
}
.lower-interview_d .interview__oneday::before {
  content: "";
  background-image: url(../img/index/gradation_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  height: calc(100% + 240px);
  top: 0;
  left: 0;
  right: 0;
  z-index: -99;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__oneday::before {
    height: calc(100% + 160px);
  }
}
.lower-interview_d .interview__oneday::after {
  content: "";
  aspect-ratio: 286/98;
  width: clamp(200.2px, 19.8611111111vw, 286px);
  background-image: url(../img/common/nuve_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -50px;
  right: 0;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__oneday::after {
    display: none;
  }
}
.lower-interview_d .interview__oneday__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__oneday__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding-right: 4%;
    padding-left: 4%;
  }
}
.lower-interview_d .interview__oneday__ttlArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 39.6666666667%;
          flex: 0 0 39.6666666667%;
}
.lower-interview_d .interview__oneday__ttlArea .commonTitle {
  margin-bottom: 50px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__oneday__ttlArea .commonTitle {
    margin-bottom: 30px;
  }
}
.lower-interview_d .interview__oneday__ttlArea .imgArea .img {
  width: 100%;
  max-width: 476px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__oneday__ttlArea .imgArea .img {
    max-width: 333.2px;
  }
}
.lower-interview_d .interview__oneday__ttlArea .imgArea .img img {
  aspect-ratio: 952/654;
}
.lower-interview_d .interview__oneday .timeline {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  margin-right: 2em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__oneday .timeline {
    margin-right: 0;
    border-radius: 15px;
  }
}
.lower-interview_d .interview__oneday .timeline::before {
  content: "";
  border: solid 1px #464aa0;
  border-radius: 25px;
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__oneday .timeline::before {
    border-radius: 15px;
  }
}
.lower-interview_d .interview__oneday .timelineWrapper {
  width: 100%;
}
.lower-interview_d .interview__oneday .timeline__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #fff;
}
.lower-interview_d .interview__oneday .timeline__item::before {
  content: "";
  width: calc(100% - 1px);
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.lower-interview_d .interview__oneday .timeline__item:last-child::before {
  display: none;
}
.lower-interview_d .interview__oneday .timeline__item .timeArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 172px;
          flex: 0 0 172px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.444444em;
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
  padding: 20px 40px;
  background-color: #464aa0;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__oneday .timeline__item .timeArea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 115px;
            flex: 0 0 115px;
    font-size: 1.5rem;
    padding: 18px;
  }
}
.lower-interview_d .interview__oneday .timeline__item .timeArea::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  aspect-ratio: 18/18;
  width: 1em;
  background-image: url(../img/interview/ico_time.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.lower-interview_d .interview__oneday .timeline__item .txtArea {
  padding: 20px 40px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__oneday .timeline__item .txtArea {
    padding: 18px;
  }
}
.lower-interview_d .interview__oneday .timeline__item .txtArea .txt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__oneday .timeline__item .txtArea .txt {
    font-size: 1.5rem;
  }
}
.lower-interview_d .interview__bottom {
  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;
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__bottom {
    margin-bottom: 60px;
  }
}
.lower-interview_d .interview__bottom .commonBtn01 {
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__bottom .commonBtn01 {
    margin-bottom: 18px;
  }
}
.lower-interview_d .interview__bottom .date {
  font-size: 1.3rem;
  font-weight: 500;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__bottom .date {
    font-size: 1.2rem;
  }
}

/* ============================================
// ブログページ
// ==========================================*/
.lower-information .l-main::before {
  content: "";
  background-image: url(../img/index/gradation_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  inset: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  z-index: -99;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-information .l-main::before {
    top: -5%;
  }
}
@media (max-width: 1500px) {
  .lower-information .floating-rec {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    top: initial;
    bottom: 0;
    translate: 0;
  }
}
@media (max-width: 1500px) {
  .lower-information .floating-rec a .text {
    clip-path: polygon(4.7619% 0, 100% 0, 100% 100%, 0 100%);
    min-height: initial;
    padding: 18px 1.5em;
    width: 200px;
  }
}
@media (max-width: 834px) {
  .lower-information .floating-rec a .text {
    padding: 12px 1.5em;
    width: 189px;
  }
}
.lower-information .blog {
  /*------------------------------
    一覧ページ
  ------------------------------*/
  /*------------------------------
    詳細ページ
  ------------------------------*/
  /*------------------------------
    サイドナビ
  ------------------------------*/
}
.lower-information .blog.-detail {
  margin-top: 120px;
}
@media (max-width: 834px) {
  .lower-information .blog.-detail {
    margin-top: 60px;
  }
}
.lower-information .blog__container {
  max-width: 1380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 834px) {
  .lower-information .blog__container {
    display: block;
    padding: 0;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
  }
}
.lower-information .blog__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 310px - 20px);
          flex: 0 0 calc(100% - 310px - 20px);
  background-color: #fff;
  padding: 64px;
  border-radius: 25px;
}
@media (max-width: 834px) {
  .lower-information .blog__main {
    border-radius: 0;
    padding: 40px 5%;
  }
}
.lower-information .blog__side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 310px;
          flex: 0 0 310px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 30px;
  background-color: #fff;
  border-radius: 25px;
}
@media (max-width: 834px) {
  .lower-information .blog__side {
    margin-top: 20px;
    border-radius: 0;
    padding: 40px 5%;
    padding-top: 0;
  }
}
.lower-information .blog__categoryTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.4em;
  font-size: 1.8em;
  font-weight: 700;
  color: #161616;
  line-height: 1.5;
  padding-bottom: 24px;
  border-bottom: 1px solid #464aa0;
}
.lower-information .blog__categoryTitle::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  aspect-ratio: 78/74;
  width: 1.083333328em;
  background-image: url(../img/common/title_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  translate: 0 0.1em;
}
@media (max-width: 834px) {
  .lower-information .blog__categoryTitle {
    font-size: 1.45em;
    padding-bottom: 16px;
  }
}
.lower-information .blog__articles__item {
  border-bottom: 1px solid #e5e5e5;
}
.lower-information .blog__articles__item a {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  padding: 32px 0;
  padding-right: 64px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-information .blog__articles__item a {
    gap: 20px;
    padding: 20px 0;
  }
}
.lower-information .blog__articles__item a::after {
  content: "";
  width: 13px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #464aa0;
  -webkit-mask: url(../img/common/arrow.png) center center/contain no-repeat;
          mask: url(../img/common/arrow.png) center center/contain no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  rotate: 90deg;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-information .blog__articles__item a::after {
    display: none;
  }
}
@media (any-hover: hover) {
  .lower-information .blog__articles__item a:hover {
    color: #464aa0;
  }
  .lower-information .blog__articles__item a:hover::after {
    -webkit-transform: translate(0, -4px);
            transform: translate(0, -4px);
  }
}
.lower-information .blog__articles__item .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  max-width: 160px;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 834px) {
  .lower-information .blog__articles__item .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
  }
}
.lower-information .blog__articles__item .img img {
  width: 100%;
}
.lower-information .blog__articles__item .body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: center;
      align-self: center;
}
.lower-information .blog__articles__item .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em 0.8em;
  margin-bottom: 0.7em;
}
@media (max-width: 834px) {
  .lower-information .blog__articles__item .status {
    margin-bottom: 0.35em;
  }
}
.lower-information .blog__articles__item .date {
  font-family: "Lato", sans-serif;
  font-size: 0.9em;
  color: #929292;
  font-weight: bold;
}
.lower-information .blog__articles__item .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 5px;
}
.lower-information .blog__articles__item .category__item {
  background-color: #464aa0;
  color: #fff;
  font-size: 0.7em;
  line-height: 1;
  padding: 0.5em 0.8em;
  border-radius: 2px;
}
.lower-information .blog__articles__item .title {
  font-size: 1.35em;
  font-weight: 700;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 834px) {
  .lower-information .blog__articles__item .title {
    font-size: 1.18em;
  }
}
.lower-information .blog__articles__item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  margin-top: 1em;
}
@media (max-width: 834px) {
  .lower-information .blog__articles__item .content {
    gap: 20px;
    margin-top: 0.8em;
  }
}
.lower-information .blog__articles__item .content .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  max-width: 200px;
}
@media (max-width: 834px) {
  .lower-information .blog__articles__item .content .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
  }
}
.lower-information .blog__articles__item .content .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 0.95em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media (max-width: 834px) {
  .lower-information .blog__articles__item .content .txt {
    -webkit-line-clamp: 3;
  }
}
.lower-information .blog__article__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 56px;
  padding-bottom: 20px;
  border-bottom: 1px solid #464aa0;
}
@media (max-width: 834px) {
  .lower-information .blog__article__title {
    margin-bottom: 32px;
    padding-bottom: 16px;
  }
}
.lower-information .blog__article__title .date {
  font-family: "Lato", sans-serif;
  color: #929292;
  font-weight: bold;
}
.lower-information .blog__article__title .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 5px;
}
.lower-information .blog__article__title .category__item {
  background-color: #464aa0;
  color: #fff;
  font-size: 0.8em;
  line-height: 1;
  padding: 0.5em 0.8em;
  border-radius: 2px;
}
.lower-information .blog__article__title .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-size: 1.8em;
  font-weight: 700;
  color: #161616;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-information .blog__article__title .title {
    font-size: 1.45em;
  }
}
.lower-information .blog__article__body {
  padding: 0 0 56px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 834px) {
  .lower-information .blog__article__body {
    padding: 0 0 32px;
  }
}
.lower-information .blog__article__body .photo__item {
  max-width: 640px;
  max-height: 480px;
  text-align: center;
  margin: 48px auto;
  overflow: hidden;
  border-radius: 25px;
}
@media (max-width: 834px) {
  .lower-information .blog__article__body .photo__item {
    margin: 24px auto;
    border-radius: 15px;
  }
}
.lower-information .blog__article__body .photo__item img {
  display: inline-block;
  max-width: 100%;
  max-height: 480px;
  -o-object-fit: contain;
     object-fit: contain;
}
.lower-information .blog__article__body .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}
.lower-information .blog__article__body .media .movie {
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16/9;
  max-width: 640px;
  width: 100%;
  font-size: 0;
}
.lower-information .blog__article__body .media iframe {
  width: 100%;
  height: 100%;
}
.lower-information .blog__article__body .hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  font-size: 1.5em;
  font-weight: 700;
  color: #161616;
  line-height: 1.6;
}
.lower-information .blog__article__body .hd::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  aspect-ratio: 1/4;
  width: 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #55a2cf), color-stop(33%, #3f459c), color-stop(66%, #3f459c), color-stop(66%, #41bfd9));
  background: linear-gradient(to bottom, #55a2cf 33%, #3f459c 33%, #3f459c 66%, #41bfd9 66%);
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-information .blog__article__body .hd::before {
    width: 2px;
  }
}
@media (max-width: 834px) {
  .lower-information .blog__article__body .hd {
    font-size: 1.4em;
  }
}
.lower-information .blog__article__body .hd + .text {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-information .blog__article__body .hd + .text {
    margin-top: 10px;
  }
}
.lower-information .blog__article__body .text {
  margin: 48px 0;
}
@media (max-width: 834px) {
  .lower-information .blog__article__body .text {
    margin: 24px 0;
  }
}
.lower-information .blog__article__body .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(70, 74, 160, 0.15)));
  background: linear-gradient(transparent 60%, rgba(70, 74, 160, 0.15) 60%);
}
.lower-information .blog__article__body .strong {
  font-weight: 700;
  color: #464aa0;
}
.lower-information .blog__article__body .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.2em;
  margin: 48px 0;
}
@media (max-width: 834px) {
  .lower-information .blog__article__body .link {
    gap: 0.4em;
    margin: 20px 0;
  }
}
.lower-information .blog__article__body .link:last-child {
  margin-bottom: 0;
}
.lower-information .blog__article__body .link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 700;
  color: #464aa0;
  gap: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-information .blog__article__body .link a::before {
  content: "";
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
  width: 1em;
  margin-top: 0.45em;
  background: #464aa0;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/information/ico_link.svg);
          mask-image: url(../img/information/ico_link.svg);
}
@media (max-width: 834px) {
  .lower-information .blog__article__body .link a::before {
    margin-top: 0.35em;
  }
}
.lower-information .blog__article__body .link a[target=_blank]::before {
  -webkit-mask-image: url(../img/information/ico_external.svg);
          mask-image: url(../img/information/ico_external.svg);
}
@media (any-hover: hover) {
  .lower-information .blog__article__body .link a:hover {
    opacity: 0.7;
  }
}
.lower-information .blog__side__block {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-information .blog__side__block {
    margin-top: 30px;
  }
}
.lower-information .blog__side__block:first-child {
  margin-top: 0;
}
.lower-information .blog__side__block .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-size: 1.3em;
  font-weight: 700;
  color: #464aa0;
  line-height: 1.6;
  margin-bottom: 0.6em;
}
@media (max-width: 834px) {
  .lower-information .blog__side__block .title {
    gap: 8px;
  }
}
.lower-information .blog__side__block .list__item {
  border-bottom: 1px solid #e5e5e5;
}
.lower-information .blog__side__block .list__item:first-child {
  border-top: 1px solid #e5e5e5;
}
.lower-information .blog__side__block .list__item a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1em 0.5em;
  padding-right: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 500;
}
.lower-information .blog__side__block .list__item a::after {
  content: "";
  width: 12px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #464aa0;
  -webkit-mask: url(../img/common/arrow.png) center center/contain no-repeat;
          mask: url(../img/common/arrow.png) center center/contain no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  rotate: 90deg;
  pointer-events: none;
}
@media (any-hover: hover) {
  .lower-information .blog__side__block .list__item a:hover {
    color: #464aa0;
  }
  .lower-information .blog__side__block .list__item a:hover::after {
    -webkit-transform: translate(0, -4px);
            transform: translate(0, -4px);
  }
}
.lower-information .commonBtn01.-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}
.lower-information .job_count_pager .pagination ul li em,
.lower-information .job_count_pager .pagination ul li a {
  border: solid 1px #e5e5e5;
}

/* ============================================
// CHARM
// ==========================================*/
.lower-charm .l-main {
  padding-bottom: 100px;
}
@media (max-width: 834px) {
  .lower-charm .l-main {
    padding-bottom: 60px;
  }
}
.lower-charm .charm-lead .leadText {
  font-weight: 500;
  width: 100%;
  max-width: 785px;
  margin: 0 auto;
}
.lower-charm .charm-point {
  position: relative;
  padding-bottom: 130px;
  padding-top: 120px;
}
@media (max-width: 834px) {
  .lower-charm .charm-point {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media (max-width: 834px) {
  .lower-charm .charm-point__inner {
    padding-right: 4%;
    padding-left: 4%;
  }
}
.lower-charm .charm-point::before {
  content: "";
  background-image: url(../img/charm/charm_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  inset: 0;
  top: -5%;
  z-index: -99;
  pointer-events: none;
}
.lower-charm .charm-point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 110px;
  counter-reset: charm-list;
}
@media (max-width: 834px) {
  .lower-charm .charm-point__list {
    gap: 30px;
  }
}
.lower-charm .charm-point__list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(63.2px, 5.4861111111vw, 79px);
  padding: 70px 80px;
  padding-left: 0;
  counter-increment: charm-list;
}
@media (max-width: 834px) {
  .lower-charm .charm-point__list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding: 20px 5%;
    padding-top: 80px;
    overflow: hidden;
    border-radius: 15px;
  }
}
.lower-charm .charm-point__list__item::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #464aa0;
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 295px;
  z-index: -1;
  translate: -100%;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-charm .charm-point__list__item::before {
    display: none;
  }
}
.lower-charm .charm-point__list__item::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  inset: 0;
  z-index: -2;
  border-radius: 25px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-charm .charm-point__list__item::after {
    border-radius: 15px;
  }
}
.lower-charm .charm-point__list__item .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45.267857%;
          flex: 0 0 45.267857%;
  margin-top: -106px;
}
@media (max-width: 834px) {
  .lower-charm .charm-point__list__item .imgArea {
    position: relative;
    margin-top: 0;
  }
}
@media (max-width: 834px) {
  .lower-charm .charm-point__list__item .imgArea::before {
    content: "";
    width: 100vw;
    height: 1000px;
    background-color: #464aa0;
    position: absolute;
    bottom: 50%;
    left: 50%;
    translate: -50%;
    z-index: -1;
  }
}
.lower-charm .charm-point__list__item .imgArea .img {
  width: 100%;
  max-width: 507px;
  overflow: hidden;
  border-radius: 25px;
}
@media (max-width: 834px) {
  .lower-charm .charm-point__list__item .imgArea .img {
    max-width: 317px;
    margin: 0 auto;
    border-radius: 15px;
  }
}
.lower-charm .charm-point__list__item .imgArea .img img {
  aspect-ratio: 507/338;
}
.lower-charm .charm-point__list__item .textArea {
  width: 100%;
}
.lower-charm .charm-point__list__item .textArea .point-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.555555em;
  font-size: 3.6rem;
  font-size: clamp(28.8px, 2.5vw, 36px);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media (max-width: 834px) {
  .lower-charm .charm-point__list__item .textArea .point-hd {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
.lower-charm .charm-point__list__item .textArea .point-hd::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  width: 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #55a2cf), color-stop(33%, #3f459c), color-stop(66%, #3f459c), color-stop(66%, #41bfd9));
  background: linear-gradient(to bottom, #55a2cf 33%, #3f459c 33%, #3f459c 66%, #41bfd9 66%);
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-charm .charm-point__list__item .textArea .point-hd::before {
    width: 2px;
  }
}
.lower-charm .charm-point__list__item .textArea .desc {
  font-weight: 500;
}
.lower-charm .charm-point__list__item .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.5em;
  position: absolute;
  bottom: -40px;
  left: -60px;
  pointer-events: none;
}
@media (max-width: 1380px) {
  .lower-charm .charm-point__list__item .num {
    left: 0;
  }
}
@media (max-width: 834px) {
  .lower-charm .charm-point__list__item .num {
    bottom: initial;
    top: 4%;
    left: 5%;
  }
}
.lower-charm .charm-point__list__item .num::after {
  content: counter(charm-list, decimal-leading-zero);
  font-family: "Lato", sans-serif;
  color: transparent;
  -webkit-text-stroke: 0.5px rgb(255, 255, 255);
  font-weight: 900;
  font-size: 11rem;
  letter-spacing: 0;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-charm .charm-point__list__item .num::after {
    font-size: 4rem;
    line-height: 1;
  }
}
.lower-charm .charm-point__list__item .num__s {
  display: block;
  aspect-ratio: 97/21;
  width: 97px;
  background-image: url(../img/charm/charm_text.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 834px) {
  .lower-charm .charm-point__list__item .num__s {
    width: 58.2px;
  }
}
.lower-charm .charm-point__list__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 70px 80px;
  padding-right: 0;
}
@media (max-width: 834px) {
  .lower-charm .charm-point__list__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 5%;
    padding-top: 80px;
  }
}
.lower-charm .charm-point__list__item:nth-child(even)::before {
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  left: -295px;
  translate: 100%;
  background-color: #41bfd9;
}
@media (max-width: 834px) {
  .lower-charm .charm-point__list__item:nth-child(even) .imgArea::before {
    background-color: #41bfd9;
  }
}
.lower-charm .charm-point__list__item:nth-child(even) .num {
  left: initial;
  right: -60px;
}
@media (max-width: 1380px) {
  .lower-charm .charm-point__list__item:nth-child(even) .num {
    right: 0;
  }
}
@media (max-width: 834px) {
  .lower-charm .charm-point__list__item:nth-child(even) .num {
    right: initial;
    top: 4%;
    left: 5%;
  }
}
@media (max-width: 834px) {
  .lower-charm .charm-point__list__item:nth-child(even):not(:has(.imgArea)) {
    padding-top: 100px;
  }
}
@media (max-width: 834px) {
  .lower-charm .charm-point__list__item:nth-child(even):not(:has(.imgArea))::before {
    display: block;
    clip-path: initial;
    left: 0;
    top: 0;
    height: 80px;
    translate: 0;
  }
}
.lower-charm .charm-point__list__item:nth-child(even):not(:has(.imgArea)) .textArea {
  margin-left: initial;
  margin-right: 30.25%;
}
@media (max-width: 834px) {
  .lower-charm .charm-point__list__item:nth-child(even):not(:has(.imgArea)) .textArea {
    margin-right: 0;
  }
}
@media (max-width: 834px) {
  .lower-charm .charm-point__list__item:not(:has(.imgArea)) {
    padding-top: 100px;
  }
}
@media (max-width: 834px) {
  .lower-charm .charm-point__list__item:not(:has(.imgArea))::before {
    display: block;
    clip-path: initial;
    left: 0;
    top: 0;
    height: 80px;
    translate: 0;
  }
}
.lower-charm .charm-point__list__item:not(:has(.imgArea)) .textArea {
  margin-left: 34.25%;
}
@media (max-width: 834px) {
  .lower-charm .charm-point__list__item:not(:has(.imgArea)) .textArea {
    margin-left: 0;
  }
}
.lower-charm .charm-interview {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 834px) {
  .lower-charm .charm-interview {
    margin-bottom: 60px;
  }
}
.lower-charm .charm-interview::before {
  content: "";
  aspect-ratio: 807/807;
  width: 807px;
  width: clamp(645.6px, 56.0416666667vw, 807px);
  background-image: url(../img/common/gradation_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -5%;
  right: 0;
  translate: 50%;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-charm .charm-interview::before {
    top: 0;
    width: 484.2px;
  }
}
.lower-charm .charm-interview .commonTitle {
  margin-bottom: 60px;
}
@media (max-width: 834px) {
  .lower-charm .charm-interview .commonTitle {
    margin-bottom: 40px;
  }
}
.lower-charm .charm-interview__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(64px, 5.5555555556vw, 80px);
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .lower-charm .charm-interview__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.lower-charm .charm-interview__content .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.090909%;
          flex: 0 0 33.090909%;
}
@media (max-width: 834px) {
  .lower-charm .charm-interview__content .imgArea {
    width: 100%;
    max-width: 264px;
    margin: 0 auto;
  }
}
.lower-charm .charm-interview__content .imgArea .img {
  width: 100%;
  max-width: 364px;
  overflow: hidden;
  border-radius: 25px;
}
@media (max-width: 834px) {
  .lower-charm .charm-interview__content .imgArea .img {
    max-width: 264px;
    margin: 0 auto;
    border-radius: 15px;
  }
}
.lower-charm .charm-interview__content .imgArea .img img {
  aspect-ratio: 364/480;
}
.lower-charm .charm-interview__content .imgArea .prof {
  position: relative;
  padding-left: 14px;
  margin-top: 20px;
}
.lower-charm .charm-interview__content .imgArea .prof::before {
  content: "";
  display: block;
  width: 3px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #55a2cf), color-stop(33%, #3f459c), color-stop(66%, #3f459c), color-stop(66%, #41bfd9));
  background: linear-gradient(to bottom, #55a2cf 33%, #3f459c 33%, #3f459c 66%, #41bfd9 66%);
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 834px) {
  .lower-charm .charm-interview__content .imgArea .prof::before {
    width: 2px;
  }
}
.lower-charm .charm-interview__content .imgArea .prof .position {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.8571428em;
}
@media (max-width: 834px) {
  .lower-charm .charm-interview__content .imgArea .prof .position {
    font-size: 1.3rem;
  }
}
.lower-charm .charm-interview__content .imgArea .prof .name {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-charm .charm-interview__content .imgArea .prof .name {
    font-size: 1.6rem;
  }
}
.lower-charm .charm-interview__content .textArea {
  margin-right: 30px;
  width: 100%;
}
@media (max-width: 834px) {
  .lower-charm .charm-interview__content .textArea {
    margin-right: 0;
  }
}
.lower-charm .charm-interview__content .textArea .hd {
  position: relative;
  font-size: clamp(25.6px, 2.2222222222vw, 32px);
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .lower-charm .charm-interview__content .textArea .hd {
    font-size: 2rem;
    line-height: 1.7;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.lower-charm .charm-interview__content .textArea .hd::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 180px;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, color-stop(33%, #55a2cf), color-stop(33%, #3f459c), color-stop(66%, #3f459c), color-stop(66%, #41bfd9));
  background: linear-gradient(to left, #55a2cf 33%, #3f459c 33%, #3f459c 66%, #41bfd9 66%);
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-charm .charm-interview__content .textArea .hd::before {
    width: 140px;
  }
}
.lower-charm .charm-interview__content .textArea .desc {
  font-weight: 500;
}
.lower-charm .charm-movie {
  margin-top: 60px;
}
@media (max-width: 834px) {
  .lower-charm .charm-movie {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.lower-charm .charm-movie .movie-ttl {
  position: relative;
  text-align: center;
}
.lower-charm .charm-movie .movie-ttl::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 180px;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, color-stop(33%, #55a2cf), color-stop(33%, #3f459c), color-stop(66%, #3f459c), color-stop(66%, #41bfd9));
  background: linear-gradient(to left, #55a2cf 33%, #3f459c 33%, #3f459c 66%, #41bfd9 66%);
  position: absolute;
  bottom: -5px;
  left: 50%;
  translate: -50%;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-charm .charm-movie .movie-ttl::before {
    width: 140px;
  }
}
.lower-charm .charm-movie .movie-ttl .ttl-ja {
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 834px) {
  .lower-charm .charm-movie .movie-ttl .ttl-ja {
    font-size: 1.8rem;
  }
}
.lower-charm .charm-movie .movie_wrap {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-charm .charm-movie .movie_wrap {
    margin-top: 30px;
  }
}
.lower-charm .charm-movie .movie_wrap .movie {
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16/9;
  max-width: 680px;
}
.lower-charm .charm-movie .movie_wrap iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 834px) {
  .lower-charm .charm-outline__inner {
    padding-right: 4%;
    padding-left: 4%;
  }
}
.lower-charm .charm-outline .commonTitle {
  margin-bottom: 50px;
}
@media (max-width: 834px) {
  .lower-charm .charm-outline .commonTitle {
    margin-bottom: 30px;
  }
}
.lower-charm .charm-outline .outline__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  padding: 60px;
  border-radius: 25px;
}
@media (max-width: 834px) {
  .lower-charm .charm-outline .outline__list {
    padding: 40px 5%;
    border-radius: 15px;
  }
}
.lower-charm .charm-outline .outline__list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: solid 2px #e5e5e5;
  padding: 1.25em 0;
}
@media (max-width: 834px) {
  .lower-charm .charm-outline .outline__list__item {
    border-width: 1px;
  }
}
.lower-charm .charm-outline .outline__list__item:first-child {
  padding-top: 0;
}
.lower-charm .charm-outline .outline__list__item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 136px;
  height: 2px;
  background: #464aa0;
}
@media (max-width: 834px) {
  .lower-charm .charm-outline .outline__list__item::before {
    width: 78px;
    height: 1px;
    bottom: -1px;
  }
}
.lower-charm .charm-outline .outline__list__item .hd {
  font-weight: bold;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 137px;
          flex: 0 0 137px;
}
@media (max-width: 834px) {
  .lower-charm .charm-outline .outline__list__item .hd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 78px;
            flex: 0 0 78px;
  }
}
.lower-charm .charm-outline .outline__list__item .txt {
  padding-left: 40px;
}
@media (max-width: 834px) {
  .lower-charm .charm-outline .outline__list__item .txt {
    padding-left: 20px;
  }
}
.lower-charm .charm-outline .outline__list__item .-mail {
  text-decoration: underline;
}
.lower-charm .movie-outlineWrap {
  position: relative;
}
.lower-charm .movie-outlineWrap::before {
  content: "";
  background-image: url(../img/charm/charm_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  inset: 0;
  bottom: -80px;
  z-index: -99;
  pointer-events: none;
  opacity: 0.625;
}
@media (max-width: 834px) {
  .lower-charm .movie-outlineWrap::before {
    bottom: -5%;
  }
}

/* ============================================
// FLOW
// ==========================================*/
.lower-flow .flow-lead {
  margin-bottom: 100px;
}
@media (max-width: 834px) {
  .lower-flow .flow-lead {
    margin-bottom: 60px;
  }
}
.lower-flow .flow-lead__inner {
  max-width: 920px;
}
.lower-flow .flow-lead .leadText {
  font-weight: 500;
  width: 100%;
}
.lower-flow .flow-lead .anchorLink {
  margin-top: 30px;
}
@media (max-width: 834px) {
  .lower-flow .flow-lead .anchorLink {
    margin-top: 24px;
  }
}
.lower-flow .flow-lead .anchorLink .list {
  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: 50px;
}
@media (max-width: 834px) {
  .lower-flow .flow-lead .anchorLink .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
  }
}
.lower-flow .flow-lead .anchorLink .list .item .commonBtn02 .arrow::before {
  rotate: 180deg;
}
@media (max-width: 834px) {
  .lower-flow .flow-lead .anchorLink .list .item .commonBtn02 a {
    width: 220px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.lower-flow .flow-content {
  position: relative;
  padding-bottom: 140px;
}
@media (max-width: 834px) {
  .lower-flow .flow-content {
    padding-bottom: 60px;
  }
}
.lower-flow .flow-content:first-child::before {
  content: "";
  background-image: url(../img/index/gradation_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  inset: 0;
  top: -10%;
  z-index: -99;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-flow .flow-content:first-child::before {
    bottom: -3%;
  }
}
.lower-flow .flow-content:last-child {
  padding-bottom: 80px;
}
@media (max-width: 834px) {
  .lower-flow .flow-content:last-child {
    padding-bottom: 0;
  }
}
.lower-flow .flow-content .commonTitle {
  margin-bottom: 50px;
}
@media (max-width: 834px) {
  .lower-flow .flow-content .commonTitle {
    margin-bottom: 40px;
  }
}
.lower-flow .flow-content__lead {
  margin-bottom: 80px;
}
@media (max-width: 834px) {
  .lower-flow .flow-content__lead {
    margin-bottom: 50px;
  }
}
.lower-flow .flow-content__lead__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
@media (max-width: 834px) {
  .lower-flow .flow-content__lead__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.lower-flow .flow-content__lead__inner .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43.636363%;
          flex: 0 0 43.636363%;
}
.lower-flow .flow-content__lead__inner .imgArea .img {
  width: 100%;
  max-width: 480px;
  overflow: hidden;
  border-radius: 25px;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .lower-flow .flow-content__lead__inner .imgArea .img {
    max-width: 300px;
    border-radius: 15px;
  }
}
.lower-flow .flow-content__lead__inner .imgArea .img img {
  aspect-ratio: 480/340;
}
.lower-flow .flow-content__lead__inner .textArea {
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
}
.lower-flow .flow-content__lead__inner .textArea .desc {
  font-weight: 500;
}
.lower-flow .flow-content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media (max-width: 834px) {
  .lower-flow .flow-content__list {
    gap: 30px;
    padding-right: 4%;
    padding-left: 4%;
  }
}
.lower-flow .flow-content__list__item {
  position: relative;
}
.lower-flow .flow-content__list__item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 33px 0 33px;
  border-color: #464aa0 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -20px;
  translate: -50% 100%;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-flow .flow-content__list__item::before {
    border-width: 11px 23px 0 23px;
    bottom: -10px;
  }
}
.lower-flow .flow-content__list__item__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  overflow: hidden;
  border-radius: 25px;
  background-clip: padding-box;
  border: solid 1px transparent;
}
@media (max-width: 834px) {
  .lower-flow .flow-content__list__item__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 15px;
  }
}
.lower-flow .flow-content__list__item .numArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.941569%;
          flex: 0 0 14.941569%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #464aa0;
}
@media (max-width: 834px) {
  .lower-flow .flow-content__list__item .numArea {
    padding: 14px;
  }
}
.lower-flow .flow-content__list__item .numArea .week {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .lower-flow .flow-content__list__item .numArea .week {
    font-size: 1.4rem;
  }
}
.lower-flow .flow-content__list__item .numArea .num {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .lower-flow .flow-content__list__item .numArea .num {
    font-size: 2.8rem;
  }
}
.lower-flow .flow-content__list__item .numArea:not(:has(.num)) .week {
  font-size: 3rem;
}
@media (max-width: 834px) {
  .lower-flow .flow-content__list__item .numArea:not(:has(.num)) .week {
    font-size: 2.4rem;
  }
}
.lower-flow .flow-content__list__item .body {
  position: relative;
  width: 100%;
}
.lower-flow .flow-content__list__item .body__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  padding: 60px;
}
@media (max-width: 1024px) {
  .lower-flow .flow-content__list__item .body__inner {
    gap: 50px;
    padding: 50px;
  }
}
@media (max-width: 834px) {
  .lower-flow .flow-content__list__item .body__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    padding-top: 26px;
    padding-bottom: 60px;
    gap: 20px;
  }
}
.lower-flow .flow-content__list__item .body .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.685205%;
          flex: 0 0 16.685205%;
}
.lower-flow .flow-content__list__item .body .imgArea .img {
  width: 100%;
  max-width: 150px;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 834px) {
  .lower-flow .flow-content__list__item .body .imgArea .img {
    margin: 0 auto;
    max-width: 90px;
  }
}
.lower-flow .flow-content__list__item .body .imgArea .img img {
  aspect-ratio: 150/150;
}
.lower-flow .flow-content__list__item .body .textArea {
  width: 100%;
}
.lower-flow .flow-content__list__item .body .textArea .hd {
  font-size: 2.8rem;
  font-weight: bold;
}
@media (max-width: 834px) {
  .lower-flow .flow-content__list__item .body .textArea .hd {
    font-size: 2.2rem;
  }
}
.lower-flow .flow-content__list__item .body .textArea .desc {
  font-weight: bold;
}
.lower-flow .flow-content__list__item .memo {
  position: relative;
  background-color: #fff;
  border: solid 1px #464aa0;
  border-radius: 10px;
  padding: 30px 40px;
  margin-right: 60px;
  margin-left: calc(14.941569% + 60px);
  margin-top: -20px;
}
@media (max-width: 834px) {
  .lower-flow .flow-content__list__item .memo {
    width: 90%;
    margin: 0 auto;
    border-radius: 8px;
    padding: 20px;
    margin-top: -30px;
  }
}
.lower-flow .flow-content__list__item .memo .hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5833333em;
  color: #464aa0;
  font-size: 2.4rem;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  line-height: 1;
  padding: 0 0.2em;
  position: absolute;
  top: -17px;
  left: 30px;
  background-color: #fff;
}
@media (max-width: 834px) {
  .lower-flow .flow-content__list__item .memo .hd {
    font-size: 1.8rem;
    top: -14px;
  }
}
.lower-flow .flow-content__list__item .memo .hd::after {
  content: "";
  aspect-ratio: 38/34;
  width: 1.5833333em;
  -webkit-mask-image: url(../img/flow/ico_memo.png);
          mask-image: url(../img/flow/ico_memo.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #464aa0;
  pointer-events: none;
}
.lower-flow .flow-content__list__item .memo .desc {
  font-weight: 500;
}
.lower-flow .flow-content__list__item:last-child::before {
  display: none;
}
.lower-flow .flow-content__list__item:not(:has(.memo))::before {
  bottom: 0;
}
@media (max-width: 834px) {
  .lower-flow .flow-content__list__item:not(:has(.memo)) .flow-content__list__item__box .body__inner {
    padding-bottom: 20px;
  }
}
.lower-flow .flow-content:nth-child(2) {
  position: relative;
}
.lower-flow .flow-content:nth-child(2)::before {
  content: "";
  aspect-ratio: 807/807;
  width: 807px;
  width: clamp(645.6px, 56.0416666667vw, 807px);
  background-image: url(../img/common/gradation_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 10%;
  right: 0;
  translate: 50%;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-flow .flow-content:nth-child(2)::before {
    width: 403.5px;
    top: 0;
  }
}
.lower-flow .flow-content:nth-child(2)::after {
  content: "";
  aspect-ratio: 807/807;
  width: 807px;
  width: clamp(645.6px, 56.0416666667vw, 807px);
  background-image: url(../img/common/gradation_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  translate: -50% 30%;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-flow .flow-content:nth-child(2)::after {
    width: 403.5px;
  }
}
.lower-flow .flow-content:nth-child(2) .flow-content__list__item::before {
  border-color: #41bfd9 transparent transparent transparent;
}
.lower-flow .flow-content:nth-child(2) .flow-content__list__item__box {
  border: solid 1px #e5e5e5;
}
.lower-flow .flow-content:nth-child(2) .flow-content__list__item__box .numArea {
  background-color: #41bfd9;
}
.lower-flow .flow-content:nth-child(2) .flow-content__list__item .memo {
  border-color: #23a7c2;
}
.lower-flow .flow-content:nth-child(2) .flow-content__list__item .memo .hd {
  color: #23a7c2;
}
.lower-flow .flow-content:nth-child(2) .flow-content__list__item .memo .hd::after {
  background-color: #23a7c2;
}

/* ============================================
// workstyle
// ==========================================*/
.lower-workstyle .l-main {
  padding-bottom: 110px;
}
@media (max-width: 834px) {
  .lower-workstyle .l-main {
    padding-top: 48px;
    padding-bottom: 60px;
  }
}
.lower-workstyle .workstyle__container {
  position: relative;
}
.lower-workstyle .workstyle__container::before {
  content: "";
  background-image: url(../img/charm/charm_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  inset: 0;
  z-index: -99;
  pointer-events: none;
  opacity: 0.375;
}
@media (max-width: 834px) {
  .lower-workstyle .workstyle__container::before {
    top: -5%;
  }
}
.lower-workstyle .workstyle-lead {
  margin-bottom: 80px;
}
@media (max-width: 834px) {
  .lower-workstyle .workstyle-lead {
    margin-bottom: 50px;
  }
}
.lower-workstyle .workstyle-lead__inner {
  max-width: 920px;
}
.lower-workstyle .workstyle-lead .leadText {
  font-weight: 500;
}
@media (max-width: 834px) {
  .lower-workstyle .workstyle-case__inner {
    padding-right: 4%;
    padding-left: 4%;
  }
}
.lower-workstyle .workstyle-case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 105px;
}
@media (max-width: 834px) {
  .lower-workstyle .workstyle-case__list {
    gap: 50px;
  }
}
.lower-workstyle .workstyle-case__list__item .case-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 36px;
}
@media (max-width: 834px) {
  .lower-workstyle .workstyle-case__list__item .case-lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.lower-workstyle .workstyle-case__list__item .case-lead .imgArea {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22.272727%;
          flex: 0 0 22.272727%;
}
@media (max-width: 834px) {
  .lower-workstyle .workstyle-case__list__item .case-lead .imgArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    width: 100%;
  }
}
.lower-workstyle .workstyle-case__list__item .case-lead .imgArea .name {
  position: absolute;
  top: 20px;
  right: 0;
  translate: 100%;
}
@media (max-width: 834px) {
  .lower-workstyle .workstyle-case__list__item .case-lead .imgArea .name {
    position: initial;
    translate: initial;
    top: initial;
    right: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.lower-workstyle .workstyle-case__list__item .case-lead .imgArea .name__p {
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  background-color: #464aa0;
  padding: 0.6111111em 1em;
  border-radius: 5px;
}
@media (max-width: 834px) {
  .lower-workstyle .workstyle-case__list__item .case-lead .imgArea .name__p {
    font-size: 1.4rem;
  }
}
.lower-workstyle .workstyle-case__list__item .case-lead .imgArea .name__p::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 11px 5px 0;
  border-color: transparent #464aa0 transparent transparent;
  position: absolute;
  top: 50%;
  left: 1px;
  translate: -100% -50%;
}
@media (max-width: 834px) {
  .lower-workstyle .workstyle-case__list__item .case-lead .imgArea .name__p::before {
    display: none;
  }
}
.lower-workstyle .workstyle-case__list__item .case-lead .imgArea .img {
  width: 100%;
  max-width: 245px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-workstyle .workstyle-case__list__item .case-lead .imgArea .img {
    max-width: 171.5px;
  }
}
.lower-workstyle .workstyle-case__list__item .case-lead .imgArea .img img {
  aspect-ratio: 245/245;
}
.lower-workstyle .workstyle-case__list__item .case-lead .textArea {
  margin-top: 7%;
  width: 100%;
}
@media (max-width: 1200px) {
  .lower-workstyle .workstyle-case__list__item .case-lead .textArea {
    margin-top: 8%;
  }
}
@media (max-width: 834px) {
  .lower-workstyle .workstyle-case__list__item .case-lead .textArea {
    margin-top: 0;
  }
}
.lower-workstyle .workstyle-case__list__item .case-lead .textArea .name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .lower-workstyle .workstyle-case__list__item .case-lead .textArea .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.lower-workstyle .workstyle-case__list__item .case-lead .textArea .name__p {
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  background-color: #464aa0;
  padding: 0.6111111em 1em;
  border-radius: 5px;
}
@media (max-width: 834px) {
  .lower-workstyle .workstyle-case__list__item .case-lead .textArea .name__p {
    font-size: 1.4rem;
  }
}
.lower-workstyle .workstyle-case__list__item .case-lead .textArea .copy {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media (max-width: 834px) {
  .lower-workstyle .workstyle-case__list__item .case-lead .textArea .copy {
    font-size: 2.4rem;
    line-height: 1.7;
  }
}
.lower-workstyle .workstyle-case__list__item .case-lead .textArea .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
}
@media (max-width: 834px) {
  .lower-workstyle .workstyle-case__list__item .case-lead .textArea .tag {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 10px;
  }
}
.lower-workstyle .workstyle-case__list__item .case-lead .textArea .tag__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #464aa0;
  border-radius: 50px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-workstyle .workstyle-case__list__item .case-lead .textArea .tag__item {
    max-width: 320px;
  }
}
.lower-workstyle .workstyle-case__list__item .case-lead .textArea .tag__item__hd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.714285em 1.357142em;
  background-color: #464aa0;
}
.lower-workstyle .workstyle-case__list__item .case-lead .textArea .tag__item__hd::before {
  content: "";
  display: block;
  width: 9999px;
  height: 9999px;
  background-color: #464aa0;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  translate: 0 -50%;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-workstyle .workstyle-case__list__item .case-lead .textArea .tag__item__hd {
    font-size: 1.3rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.lower-workstyle .workstyle-case__list__item .case-lead .textArea .tag__item__txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 5px 1.357142em;
  background-color: #fff;
}
@media (max-width: 834px) {
  .lower-workstyle .workstyle-case__list__item .case-lead .textArea .tag__item__txt {
    font-size: 1.3rem;
    width: 100%;
  }
}
.lower-workstyle .workstyle-case__list__item .case-intro {
  padding: 40px 46px;
  border-top: solid 1px #464aa0;
}
@media (max-width: 834px) {
  .lower-workstyle .workstyle-case__list__item .case-intro {
    padding: 30px 0;
  }
}
.lower-workstyle .workstyle-case__list__item .case-intro__hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 0.625em;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 10px;
}
@media (max-width: 834px) {
  .lower-workstyle .workstyle-case__list__item .case-intro__hd {
    font-size: 2rem;
  }
}
.lower-workstyle .workstyle-case__list__item .case-intro__hd::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  aspect-ratio: 40/32;
  width: 1.666666em;
  -webkit-mask-image: url(../img/workstyle/ico_taxi.png);
          mask-image: url(../img/workstyle/ico_taxi.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #464aa0;
  pointer-events: none;
}
.lower-workstyle .workstyle-case__list__item .case-intro__desc {
  font-weight: 500;
}
.lower-workstyle .workstyle-case__list__item .case-schedule {
  background-color: #fff;
  border: solid 1px #464aa0;
  border-radius: 25px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-workstyle .workstyle-case__list__item .case-schedule {
    border-radius: 15px;
  }
}
.lower-workstyle .workstyle-case__list__item .case-schedule__hd {
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  background-color: #464aa0;
  line-height: 1.7;
  padding: 0.7142857em 50px;
}
@media (max-width: 834px) {
  .lower-workstyle .workstyle-case__list__item .case-schedule__hd {
    font-size: 2rem;
    padding: 0.7142857em 5%;
  }
}
.lower-workstyle .workstyle-case__list__item .case-schedule .timeline {
  padding: 40px 50px;
}
@media (max-width: 834px) {
  .lower-workstyle .workstyle-case__list__item .case-schedule .timeline {
    padding: 30px 5%;
  }
}
.lower-workstyle .workstyle-case__list__item .case-schedule .timeline__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 28px;
  -webkit-column-gap: 2.57%;
     -moz-column-gap: 2.57%;
          column-gap: 2.57%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  padding: 10px 0;
}
@media (max-width: 834px) {
  .lower-workstyle .workstyle-case__list__item .case-schedule .timeline__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    overflow: initial;
    padding: 0;
  }
}
.lower-workstyle .workstyle-case__list__item .case-schedule .timeline__list__item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17.941712%;
          flex: 0 0 17.941712%;
  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;
  min-height: 116px;
  min-height: clamp(92.8px, 8.0555555556vw, 116px);
  border: solid 1px #464aa0;
  border-radius: 10px;
  padding: 24px clamp(16.8px, 1.6666666667vw, 24px);
  background-color: #fff;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-workstyle .workstyle-case__list__item .case-schedule .timeline__list__item {
    padding: 5%;
    min-height: initial;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
  }
}
.lower-workstyle .workstyle-case__list__item .case-schedule .timeline__list__item::before {
  content: "";
  width: 15.141414%;
  height: 2px;
  background-color: #464aa0;
  position: absolute;
  top: 50%;
  right: -1px;
  translate: 100% -50%;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-workstyle .workstyle-case__list__item .case-schedule .timeline__list__item::before {
    top: initial;
    bottom: 0;
    left: 50%;
    width: 2px;
    height: 20px;
    translate: -50% 100%;
  }
}
.lower-workstyle .workstyle-case__list__item .case-schedule .timeline__list__item .time {
  position: absolute;
  top: -8px;
  left: 14px;
  background-color: #fff;
  padding: 0 0.3em;
}
.lower-workstyle .workstyle-case__list__item .case-schedule .timeline__list__item .time .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.444444em;
  font-family: "Lato", sans-serif;
  color: #464aa0;
  font-size: clamp(14.4px, 1.25vw, 18px);
  line-height: 1;
  font-weight: 900;
}
.lower-workstyle .workstyle-case__list__item .case-schedule .timeline__list__item .time .num::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  aspect-ratio: 36/36;
  width: 1em;
  -webkit-mask-image: url(../img/workstyle/ico_time.png);
          mask-image: url(../img/workstyle/ico_time.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #464aa0;
  pointer-events: none;
}
.lower-workstyle .workstyle-case__list__item .case-schedule .timeline__list__item .txt {
  font-size: 2rem;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 834px) {
  .lower-workstyle .workstyle-case__list__item .case-schedule .timeline__list__item .txt {
    font-size: 1.5rem;
  }
}
.lower-workstyle .workstyle-case__list__item .case-schedule .timeline__list__item:last-child::before {
  display: none;
}/*# sourceMappingURL=style.css.map */