@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: #de2626;
  color: #ffffff;
}

::selection {
  background: #de2626;
  color: #ffffff;
}

@media (min-device-width: 835px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
/* ============================================
// BASE
// ==========================================*/
html,
body {
  min-width: 1024px;
}
@media (max-width: 834px) {
  html,
  body {
    min-width: inherit;
  }
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #222;
  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;
  }
}
body::before {
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 91%;
  aspect-ratio: 1480/759.5;
  z-index: -1;
  background: url(../img/index/index_bg.png) no-repeat center center/cover;
  opacity: 0.06;
  pointer-events: none;
}

#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%;
  }
}

img {
  vertical-align: bottom;
  border: 0;
}
img:not(.ofi) {
  display: block;
  max-width: 100%;
  height: auto;
}
img.ofi {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

main.main,
main.l-main {
  position: relative;
  z-index: 1;
}

a {
  color: #222;
  -webkit-transition: opacity 0.24s, color 0.24s, -webkit-filter 0.24s;
  transition: opacity 0.24s, color 0.24s, -webkit-filter 0.24s;
  transition: opacity 0.24s, filter 0.24s, color 0.24s;
  transition: opacity 0.24s, filter 0.24s, color 0.24s, -webkit-filter 0.24s;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

/* classes */
img {
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

@media (min-width: 835px) {
  .ro:hover {
    opacity: 0.8;
    -webkit-transition: all 0.16s linear;
    transition: all 0.16s linear;
  }
}

.ro:hover img {
  opacity: 1;
}

.bold {
  font-weight: bold;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

/* fonts */
.eng {
  font-family: "Mohave", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: -0.12em;
}

/* animations */
.anime {
  -webkit-transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.anime.-fadeIn {
  opacity: 0;
}
.anime.-fadeIn.js-active, .js-active > .anime.-fadeIn {
  opacity: 1;
}
.anime.-fadeInBottom {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.anime.-fadeInBottom.js-active, .js-active > .anime.-fadeInBottom {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime.-fadeInTop {
  opacity: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
.anime.-fadeInTop.js-active, .js-active > .anime.-fadeInTop {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime.-fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
.anime.-fadeInLeft.js-active, .js-active > .anime.-fadeInLeft {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.anime.-fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.anime.-fadeInRight.js-active, .js-active > .anime.-fadeInRight {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.anime.-for-boundIn-b-40 span {
  display: inline-block;
  opacity: 0;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(1) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 35ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 35ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(2) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 70ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 70ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(3) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 105ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 105ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(4) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 140ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 140ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(5) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 175ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 175ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(6) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 210ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 210ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(7) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 245ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 245ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(8) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 280ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 280ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(9) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 315ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 315ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(10) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 350ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 350ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(11) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 385ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 385ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(12) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 420ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 420ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(13) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 455ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 455ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(14) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 490ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 490ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(15) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 525ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 525ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(16) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 560ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 560ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(17) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 595ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 595ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(18) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 630ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 630ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(19) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 665ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 665ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(20) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 700ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(21) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 735ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 735ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(22) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 770ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 770ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(23) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 805ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 805ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(24) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 840ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 840ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(25) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 875ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 875ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(26) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 910ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 910ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(27) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 945ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 945ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(28) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 980ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 980ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(29) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1015ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1015ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(30) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1050ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1050ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#ot-sdk-btn-floating.ot-floating-button {
  z-index: 100 !important;
}
#ot-sdk-btn-floating.ot-floating-button .ot-floating-button__front button {
  outline: none !important;
}

.lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
  bottom: 105px;
}
@media (max-width: 834px) {
  .lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
    bottom: 76px;
  }
}

/* ============================================
// loading
// ==========================================*/
/* ============================================
// hamburger
// ==========================================*/
.hamburger {
  position: relative;
  position: fixed;
  inset: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
}
.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 {
  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: 60px 5% 40px;
  }
}
.hamburger__menu__inner {
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.hamburger__menu__logo a {
  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: 19px;
}
.hamburger__menu__logo__img {
  max-width: 297px;
}
@media (max-width: 834px) {
  .hamburger__menu__logo__img {
    max-width: 206px;
  }
}
.hamburger__menu__logo__img img {
  aspect-ratio: 297/32;
}
.hamburger__menu__nav {
  margin-top: 42px;
}
.hamburger__menu__nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 5%;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list {
    gap: 0 3%;
  }
}
.hamburger__menu__nav__list__item {
  margin-top: -1px;
}
.hamburger__menu__nav__list__item a {
  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: 2.5%;
  height: 100%;
  position: relative;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 1em 0.8em;
  font-weight: 700;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.hamburger__menu__nav__list__item a::after {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13px;
          flex: 0 0 13px;
  width: 13px;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/common/arrow.png) center center/contain no-repeat;
          mask: url(../img/common/arrow.png) center center/contain no-repeat;
  background-color: #de2626;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item a::after {
    width: 0 0 11px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11px;
            flex: 0 0 11px;
  }
}
@media (hover: hover) {
  .hamburger__menu__nav__list__item a:hover {
    opacity: 1;
    color: #de2626;
  }
  .hamburger__menu__nav__list__item a:hover::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item a {
    font-weight: 500;
    font-size: 1.3rem;
  }
}
.hamburger__menu__btn__list {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 834px) {
  .hamburger__menu__btn__list {
    margin-top: 36px;
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 834px) {
  .hamburger__menu__btn__list__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.hamburger__menu__btn__list__item a {
  display: block;
  width: 100%;
  padding: 23px 35px 26px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 50px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .hamburger__menu__btn__list__item a {
    width: 240px;
    padding: 18px 24px 20px;
  }
}
@media (hover: hover) {
  .hamburger__menu__btn__list__item a:hover {
    opacity: 1;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-filter: saturate(1.2);
            filter: saturate(1.2);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }
}
.hamburger__menu__btn__list__item.-newgrad a {
  background-color: #00c0d1;
}
.hamburger__menu__btn__list__item.-halfway a {
  background-color: #de2626;
}
.hamburger__menu__btn__list__item.-timejob a {
  padding-left: 38px;
  background-color: #f0830e;
}
.hamburger__menu__close {
  position: fixed;
  top: 16px;
  right: 20px;
  z-index: 100;
  pointer-events: auto;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64px;
  aspect-ratio: 64/48;
  background-color: #222;
  border-radius: 24px;
  -webkit-transition: top 0.3s, right 0.3s, -webkit-filter 0.3s;
  transition: top 0.3s, right 0.3s, -webkit-filter 0.3s;
  transition: filter 0.3s, top 0.3s, right 0.3s;
  transition: filter 0.3s, top 0.3s, right 0.3s, -webkit-filter 0.3s;
}
@media (max-width: 834px) {
  .hamburger__menu__close {
    top: 14px;
    right: 12px;
    width: 48px;
    aspect-ratio: 48/36;
  }
}
.hamburger__menu__close span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #fff;
}
.hamburger__menu__close span:first-child {
  -webkit-transform: translate(0, 1px) rotate(135deg);
          transform: translate(0, 1px) rotate(135deg);
}
.hamburger__menu__close span:last-child {
  -webkit-transform: translate(0, -1px) rotate(-135deg);
          transform: translate(0, -1px) rotate(-135deg);
}
.hamburger::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1113px;
  aspect-ratio: 1113/332;
  background: url(../img/common/illust.png) center center/contain no-repeat;
  z-index: -1;
  pointer-events: none;
}

/* ============================================
// 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: 40px;
  padding-right: 40px;
  z-index: 1;
}
@media (max-width: 834px) {
  .l-container-xl, .l-container-l, .l-container-m, .l-container-s {
    padding-left: 6.25%;
    padding-right: 6.25%;
  }
}

.l-container-s {
  max-width: 1020px;
}
.l-container-m {
  max-width: 1180px;
}
.l-container-l {
  max-width: 1280px;
}
.l-container-xl {
  max-width: 1680px;
}

@-webkit-keyframes loadTxt {
  0% {
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%);
  }
}

@keyframes loadTxt {
  0% {
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%);
  }
}
@-webkit-keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes fadeUpDeco {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpDeco {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce-in-fwd {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  72% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  81% {
    -webkit-transform: scale(0.84);
    transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  89% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  95% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-in-fwd {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  72% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  81% {
    -webkit-transform: scale(0.84);
    transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  89% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  95% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@-webkit-keyframes fadein-scale-mvImg {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadein-scale-mvImg {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fadein-b-40 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadein-b-40 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*--------------------
	ぶるぶるアニメーション
--------------------*/
@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  1% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  6% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  11% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  16% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  21% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes buruburu {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  1% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  6% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  11% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  16% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  21% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes fadeInSlideOnce {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    visibility: visible;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    visibility: visible;
  }
}
@keyframes fadeInSlideOnce {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    visibility: visible;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    visibility: visible;
  }
}
@-webkit-keyframes fadeInSlideAndShake {
  0% {
    -webkit-transform: translateX(500%);
            transform: translateX(500%);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  70% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  80% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  90% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInSlideAndShake {
  0% {
    -webkit-transform: translateX(500%);
            transform: translateX(500%);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  70% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  80% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  90% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInSlideOnce {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    visibility: visible;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    visibility: visible;
  }
}
@-webkit-keyframes brakeInCopy {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(0px) rotate(0deg);
            transform: translateX(100px) translateY(0px) rotate(0deg);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) rotate(-6deg);
            transform: translateX(0px) translateY(0px) rotate(-6deg);
  }
  55% {
    -webkit-transform: translateX(-3px) translateY(1px) rotate(4deg);
            transform: translateX(-3px) translateY(1px) rotate(4deg);
  }
  70% {
    -webkit-transform: translateX(2px) translateY(-1px) rotate(-2deg);
            transform: translateX(2px) translateY(-1px) rotate(-2deg);
  }
  85% {
    -webkit-transform: translateX(-1px) translateY(1px) rotate(1deg);
            transform: translateX(-1px) translateY(1px) rotate(1deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
            transform: translateX(0px) translateY(0px) rotate(0deg);
  }
}
@keyframes brakeInCopy {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(0px) rotate(0deg);
            transform: translateX(100px) translateY(0px) rotate(0deg);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) rotate(-6deg);
            transform: translateX(0px) translateY(0px) rotate(-6deg);
  }
  55% {
    -webkit-transform: translateX(-3px) translateY(1px) rotate(4deg);
            transform: translateX(-3px) translateY(1px) rotate(4deg);
  }
  70% {
    -webkit-transform: translateX(2px) translateY(-1px) rotate(-2deg);
            transform: translateX(2px) translateY(-1px) rotate(-2deg);
  }
  85% {
    -webkit-transform: translateX(-1px) translateY(1px) rotate(1deg);
            transform: translateX(-1px) translateY(1px) rotate(1deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
            transform: translateX(0px) translateY(0px) rotate(0deg);
  }
}
@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}
/*-------------------------------------------------------
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 16px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
}
@media (min-width: 835px) {
  body select:hover,
  body search:hover,
  body input:hover {
    background: rgb(249.9, 249.9, 249.9);
  }
}
@media (max-width: 834px) {
  body select,
  body search,
  body input {
    padding: 10px 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:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=checkbox] + label::after {
  top: 15px;
  left: 18px;
  z-index: 2;
  width: 5px;
  height: 9px;
  color: #bdbdbd;
  border-bottom: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 834px) {
  body input[type=checkbox] + label::after {
    top: 11px;
    left: 13px;
    width: 4px;
    height: 7px;
  }
}
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: #de2626;
  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: #de2626 transparent transparent transparent;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  opacity: 0;
}
.search__tab__item.-active {
  font-weight: bold;
  color: #de2626;
}
.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;
}
.custom-form .custom-form_parts:first-child {
  margin-top: 0;
}
.custom-form .parts_ttl {
  font-weight: 600;
  margin-bottom: 14px;
  line-height: 1.5;
}
.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: #de2626;
  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: #de2626;
}
.custom-form .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 834px) {
  .custom-form .category_list {
    gap: 0.5em;
  }
}
.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 #222222;
  font-weight: 500;
  border-radius: 5px;
  line-height: 1.55;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .custom-form select:hover, .custom-form option:hover,
  .custom-form .searchWord:hover {
    background: #f5f5f5;
  }
}
.custom-form .searchWord {
  font-size: 1.6rem;
  font-weight: 400;
}
.custom-form .pull-down {
  position: relative;
}
.custom-form .pull-down::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  right: 30px;
  top: calc(50% - 4px);
  border: 2px solid #003288;
  border-top-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
@media (max-width: 834px) {
  .custom-form .pull-down::after {
    width: 8px;
    height: 8px;
    right: 16px;
  }
}
@media (max-width: 834px) {
  .custom-form .pull-down select {
    font-size: 1.4rem !important;
  }
}
.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: #de2626;
  }
}
.custom-form .selCity-box {
  margin-top: 13px;
}
.custom-form .selCity_alert {
  font-size: 1.4rem;
  color: #6c6c6c;
  display: block;
}
@media (max-width: 834px) {
  .custom-form .selCity_alert {
    font-size: 1.4rem;
  }
}
.custom-form input[type=checkbox] + label {
  display: block;
  padding: 14px 22px 17px;
  padding-left: 38px;
  background-color: #fff;
  border: #dedede solid 1px;
  border-radius: 60px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .custom-form input[type=checkbox] + label {
    padding: 14px 18px 16px;
    padding-left: 35px;
  }
}
@media (max-width: 834px) {
  .custom-form input[type=checkbox] + label {
    font-size: 1.4rem;
    padding: 9px 14px 11px;
    padding-left: 26px;
  }
}
@media (hover: hover) {
  .custom-form input[type=checkbox] + label:hover {
    border: #de2626 1px solid;
    color: #de2626;
  }
  .custom-form input[type=checkbox] + label:hover::after {
    color: #de2626;
  }
}
.custom-form input[type=checkbox]:checked + label {
  background-color: #de2626;
  color: #fff;
}
.custom-form input[type=checkbox]:checked + label::after {
  color: #fff;
}
.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;
  }
}
@media (max-width: 834px) {
  .custom-form .custom-form_searth_btn {
    margin-top: 24px;
  }
}
.custom-form .btn_cover {
  position: relative;
  z-index: 1;
  min-width: 172px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .custom-form .btn_cover {
    width: 240px;
  }
}
.custom-form .btn_cover::before {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 1/1;
  background-image: url(../img/common/icon_search05.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 42px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 834px) {
  .custom-form .btn_cover::before {
    left: 70px;
    width: 16px;
  }
}
.custom-form .btn_cover input[type=submit] {
  height: 100%;
  background-color: #de2626;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  line-height: 1;
  padding: 20px 22px 23px 42px !important;
  border-radius: 60px;
}
@media (max-width: 834px) {
  .custom-form .btn_cover input[type=submit] {
    font-size: 1.4rem !important;
    padding: 18px 24px 22px 36px !important;
  }
}
@media (min-width: 835px) {
  .custom-form .btn_cover input[type=submit]:hover {
    -webkit-filter: saturate(120%);
            filter: saturate(120%);
  }
}
.custom-form .searchWordWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.custom-form .-searchArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 834px) {
  .custom-form .-searchArea {
    display: block;
  }
}
.custom-form .form__toggle__input {
  display: none;
}
.custom-form .form__toggle__input.-show {
  display: block;
}
.custom-form .custom-form_parts .parts_ttl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
.custom-form .custom-form_parts .parts_ttl::before {
  content: "";
  display: block;
  pointer-events: none;
}
.custom-form .custom-form_parts.-area .parts_ttl::before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  width: 15px;
  aspect-ratio: 15/22;
  background: url(../img/common/icon_search01.png) center center/contain no-repeat;
}
.custom-form .custom-form_parts.-job .parts_ttl::before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19.5px;
          flex: 0 0 19.5px;
  width: 19.5px;
  aspect-ratio: 19.5/22.5;
  background: url(../img/common/icon_search02.png) center center/contain no-repeat;
}
.custom-form .custom-form_parts.-employ .parts_ttl::before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22.5px;
          flex: 0 0 22.5px;
  width: 22.5px;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_search03.png) center center/contain no-repeat;
}
.custom-form .custom-form_parts.-searchArea .parts_ttl::before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_search04.png) center center/contain no-repeat;
}

/* ============================================
// MODULES
// ==========================================*/
/*--------------------
	commonTitle
--------------------*/
.commonTitle .eng {
  position: relative;
  display: inline-block;
  font-size: 8rem;
  color: #de2626;
  font-family: "Mohave", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.001em;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .commonTitle .eng {
    font-size: 6.6rem;
  }
}
@media (max-width: 834px) {
  .commonTitle .eng {
    font-size: 3.8rem;
  }
}
.commonTitle .eng::after {
  content: "";
  display: block;
  margin-top: -5px;
  width: 100%;
  height: 3px;
  background-color: #de2626;
}
@media (max-width: 834px) {
  .commonTitle .eng::after {
    height: 2px;
    margin-top: -2px;
  }
}
.commonTitle .ja {
  font-weight: 600;
  margin-top: 6px;
}
@media (max-width: 834px) {
  .commonTitle .ja {
    margin-top: 3px;
  }
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 22px;
}
@media (max-width: 834px) {
  .section-title {
    gap: 10px;
  }
}
.section-title .eng {
  color: #de2626;
  font-family: "Mohave", sans-serif;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 0.001em;
  line-height: 1;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .section-title .eng {
    font-size: 5rem;
  }
}
@media (max-width: 834px) {
  .section-title .eng {
    font-size: 3.2rem;
  }
}
.section-title .ja {
  font-weight: 700;
}

/*--------------------
commonBtn
--------------------*/
.commonBtn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f5;
  line-height: 1;
  font-weight: 500;
  padding: 26px 26px 28px 30px;
  border-radius: 35px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #dedede;
}
@media (max-width: 834px) {
  .commonBtn a {
    padding: 21px 20px 23px 30px;
  }
}
.commonBtn a::after {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13px;
          flex: 0 0 13px;
  width: 13px;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/common/arrow.png) no-repeat center center/contain;
          mask: url(../img/common/arrow.png) no-repeat center center/contain;
  background-color: #de2626;
  margin-top: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .commonBtn a::after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11px;
            flex: 0 0 11px;
    width: 11px;
  }
}
@media (hover: hover) {
  .commonBtn a:hover {
    opacity: 1;
    background-color: #de2626;
    color: #fff;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }
  .commonBtn a:hover::after {
    background-color: #fff;
  }
}

.page_back {
  margin-inline: auto;
}
.page_back a {
  position: relative;
  display: inline-block;
  min-width: 270px;
  background: #de2626;
  color: #fff;
  border-radius: 500px;
  padding: 1.2em 36px 1.3em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}
.page_back a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 1.4em;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
  width: 13px;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13px;
          flex: 0 0 13px;
  -webkit-mask: url(../img/common/arrow.png) no-repeat center center/contain;
          mask: url(../img/common/arrow.png) no-repeat center center/contain;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: none;
}
@media (max-width: 834px) {
  .page_back a {
    padding: 1.1em 36px 1.2em;
    min-width: 240px;
  }
}
@media (hover: hover) {
  .page_back a:hover {
    opacity: 1;
    color: #fff;
    -webkit-filter: saturate(1.2);
            filter: saturate(1.2);
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }
  .page_back a:hover::before {
    background-color: #fff;
  }
}

/*--------------------
	pageHeader
--------------------*/
.pageHeader {
  border-bottom: #dedede 1px solid;
}
.pageHeader__inner {
  max-width: 1380px;
  margin-top: 92px;
  padding: 0 4.27% 89px;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .pageHeader__inner {
    margin-top: 80px;
  }
}
@media (max-width: 834px) {
  .pageHeader__inner {
    gap: 12px;
    margin-top: 36px;
    padding-bottom: 46px;
  }
}
.pageHeader__inner::before, .pageHeader__inner::after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
}
.pageHeader__inner::before {
  left: 48px;
  bottom: 0;
  width: 260px;
  aspect-ratio: 375/175;
  background: url(../img/common/pageHeader_img02.png?251112) center center/contain no-repeat;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .pageHeader__inner::before {
    width: 230px;
  }
}
@media (max-width: 834px) {
  .pageHeader__inner::before {
    width: 100px;
    left: 2%;
    bottom: 0;
  }
}
.pageHeader__inner::after {
  right: 100px;
  bottom: -5px;
  width: 100px;
  aspect-ratio: 628/907;
  background: url(../img/common/character.png?251112) center center/contain no-repeat;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .pageHeader__inner::after {
    width: 90px;
  }
}
@media (max-width: 834px) {
  .pageHeader__inner::after {
    width: 45px;
    right: 5%;
    bottom: -5px;
  }
}
.pageHeader__title {
  max-width: 48.5vw;
  margin: 0 auto;
  text-align: center;
}
.pageHeader__title .eng {
  display: inline-block;
  position: relative;
  color: #de2626;
  font-size: 8rem;
  font-weight: 600;
  font-family: "Mohave", sans-serif;
  line-height: 1;
  letter-spacing: 0.001em;
}
@media screen and (min-width: 835px) and (max-width: 1300px) {
  .pageHeader__title .eng {
    font-size: 7.2rem;
    letter-spacing: 0.01em;
  }
}
@media (max-width: 834px) {
  .pageHeader__title .eng {
    font-size: 4rem;
    letter-spacing: 0.01em;
  }
}
.pageHeader__title .eng::after {
  content: "";
  display: block;
  margin-top: -8px;
  width: 100%;
  height: 3px;
  background-color: #de2626;
}
@media (max-width: 834px) {
  .pageHeader__title .eng::after {
    height: 2px;
    margin-top: -1px;
  }
}
.pageHeader__title .ja {
  margin-top: 17px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 834px) {
  .pageHeader__title .ja {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

/*--------------------
	job_count_pager
--------------------*/
body .job_count_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .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: 5px;
}
body .job_count_pager .pagination ul li {
  text-align: center;
  font-size: 1.4rem;
}
body .job_count_pager .pagination ul li a, body .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: #eee;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #dedede;
}
body .job_count_pager .pagination ul li a:hover,
body .job_count_pager .pagination ul li em {
  color: #ffffff;
  background: #de2626;
  border: #de2626 1px solid;
}
body .job_count_pager .pagination ul .number {
  display: none;
}
@media (min-width: 835px) {
  body .job_count_pager .pagination ul .number {
    display: inline-block;
  }
}
body .job_count_pager .pagination ul .number.current {
  display: inline-block;
}
body .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) {
  body .job_count_pager.contents_top {
    margin-bottom: 20px;
  }
}
body .job_count_pager.contents_top .pagination {
  padding-top: 0;
}
body .job_count_pager.contents_top .pagination a, body .job_count_pager.contents_top .pagination em {
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin: 0 2px;
}
body .job_count_pager.contents_bottom {
  display: block;
  padding: 72px 0 0;
}
@media (max-width: 834px) {
  body .job_count_pager.contents_bottom {
    padding: 32px 0 0;
    margin-bottom: 24px;
  }
}

/*--------------------
	breadcrumb
--------------------*/
.breadcrumb {
  max-width: 1380px;
  position: relative;
  margin: 0 auto;
  padding: 30px 40px;
  z-index: 1;
}
@media (max-width: 834px) {
  .breadcrumb {
    padding: 14px 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: 600;
  color: #222;
  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: #222;
}

/* ============================================
// HEADER
// ==========================================*/
.header__inner {
  padding: 40px 48px 0;
}
@media (max-width: 834px) {
  .header__inner {
    padding: 14px 12px 0;
  }
}
.header__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__head .btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header__head .btnList__item a {
  display: block;
  width: 100%;
  padding: 16px 35px 18px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 24px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 835px) and (max-width: 1100px) {
  .header__head .btnList__item a {
    padding: 16px 20px 18px;
  }
}
@media (max-width: 834px) {
  .header__head .btnList__item a {
    display: none;
  }
}
@media (hover: hover) {
  .header__head .btnList__item a:hover {
    opacity: 1;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-filter: saturate(1.2);
            filter: saturate(1.2);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }
}
.header__head .btnList__item.-newgrad a {
  background-color: #00c0d1;
}
.header__head .btnList__item.-halfway a {
  background-color: #de2626;
}
.header__head .btnList__item.-timejob a {
  padding-left: 38px;
  background-color: #f0830e;
}
@media screen and (min-width: 835px) and (max-width: 1100px) {
  .header__head .btnList__item.-timejob a {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1010px) {
  .header__head .btnList {
    display: none;
  }
}
.header__logo {
  margin-top: 8px;
}
.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
}
@media (max-width: 834px) {
  .header__logo a {
    gap: 10px;
  }
}
.header__logo__img {
  max-width: 297px;
}
@media (max-width: 834px) {
  .header__logo__img {
    max-width: 206px;
  }
}
.header__logo__img img {
  aspect-ratio: 297/32;
}
.header__logo__text {
  position: relative;
  font-family: "Mohave", sans-serif;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 834px) {
  .header__logo__text {
    font-size: 1.1rem;
  }
}
.header__logo__text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222;
}
@media (max-width: 834px) {
  .header__logo__text::after {
    bottom: -4px;
  }
}
.header__nav {
  margin-top: 26px;
}
@media (max-width: 834px) {
  .header__nav {
    margin-top: 0;
    visibility: hidden;
    display: none;
  }
}
.header__nav__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;
}
.header__nav__list__item {
  border-right: 1px solid #dedede;
  padding: 0 2%;
  text-align: center;
  padding: 0 2.85%;
}
@media screen and (min-width: 835px) and (max-width: 1340px) {
  .header__nav__list__item {
    padding: 0 1.8%;
  }
}
.header__nav__list__item:last-child {
  border-right: none;
  padding-right: 0;
}
.header__nav__list__item:first-child {
  padding-left: 0;
}
.header__nav__list__item a {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 835px) and (max-width: 1100px) {
  .header__nav__list__item a {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .header__nav__list__item a:hover {
    opacity: 1;
    color: #de2626;
  }
}
.header__rightContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 834px) {
  .header__rightContents {
    gap: 0;
  }
}
.header__hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64px;
          flex: 0 0 64px;
  width: 64px;
  aspect-ratio: 64/48;
  background-color: #222222;
  border-radius: 24px;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: #222 solid 2px;
}
@media (max-width: 834px) {
  .header__hamburger {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
    width: 48px;
    gap: 6px;
  }
}
.header__hamburger span {
  width: 18px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .header__hamburger span {
    width: 15px;
    height: 1px;
    margin-top: -2px;
  }
}
@media (hover: hover) {
  .header__hamburger:hover {
    background-color: #fff;
  }
  .header__hamburger:hover span {
    background-color: #222;
  }
}

.header.fixHeader {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  -webkit-transform: translate(0, -110px);
          transform: translate(0, -110px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.header.fixHeader.js-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.header.fixHeader .header__nav {
  visibility: hidden;
  display: none;
}
.header.fixHeader .header__inner {
  background-color: #fff;
  padding: 16px 20px;
}
@media (max-width: 834px) {
  .header.fixHeader .header__inner {
    padding: 14px 12px;
  }
}

.header:not(.fixHeader) .header__hamburger {
  visibility: hidden;
  display: none;
}
@media screen and (max-width: 1010px) {
  .header:not(.fixHeader) .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: inherit;
  }
}

/* ============================================
// RECRUIT
// ==========================================*/
.sec__recruit {
  position: relative;
  background-color: #de2626;
  margin-bottom: -40px;
}
.sec__recruit::before, .sec__recruit::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  top: 0;
  translate: 0 -40px;
  aspect-ratio: 1/1;
  background: url(../img/common/bg_deco.png) center/cover no-repeat;
  pointer-events: none;
  z-index: 1;
}
@media screen and (min-width: 835px) and (max-width: 1099px) {
  .sec__recruit::before, .sec__recruit::after {
    top: 1px;
  }
}
@media (max-width: 834px) {
  .sec__recruit::before, .sec__recruit::after {
    width: 20px;
    translate: 0 -20px;
  }
}
.sec__recruit::before {
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.sec__recruit::after {
  right: 0;
}
.sec__recruit__title {
  position: absolute;
  top: -5px;
  left: 50%;
  font-family: "Mohave", sans-serif;
  font-size: 10rem;
  color: #fff;
  font-weight: 600;
  opacity: 0.15;
  line-height: 1;
  letter-spacing: 0.001em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
@media (max-width: 834px) {
  .sec__recruit__title {
    font-size: 6rem;
  }
}
.sec__recruit__inner {
  padding-top: 112px;
  padding-bottom: 64px;
}
@media screen and (min-width: 835px) and (max-width: 1099px) {
  .sec__recruit__inner {
    padding-bottom: 124px;
  }
}
@media (max-width: 834px) {
  .sec__recruit__inner {
    padding-top: 56px;
    padding-inline: 4%;
  }
}
.sec__recruit__inner::before, .sec__recruit__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  pointer-events: none;
  z-index: 2;
}
.sec__recruit__inner::before {
  left: -22px;
  width: 99px;
  aspect-ratio: 99/312;
  background: url(../img/common/recruit_illust01.png) center/cover no-repeat;
}
@media screen and (min-width: 835px) and (max-width: 1279px) {
  .sec__recruit__inner::before {
    left: 1%;
  }
}
@media screen and (min-width: 835px) and (max-width: 1180px) {
  .sec__recruit__inner::before {
    width: 72px;
    left: 2%;
  }
}
@media (max-width: 834px) {
  .sec__recruit__inner::before {
    width: 45px;
    left: 4%;
  }
}
.sec__recruit__inner::after {
  right: -18px;
  width: 136px;
  aspect-ratio: 137/311;
  background: url(../img/common/recruit_illust02.png?251112) center/cover no-repeat;
}
@media screen and (min-width: 835px) and (max-width: 1279px) {
  .sec__recruit__inner::after {
    right: 1%;
  }
}
@media screen and (min-width: 835px) and (max-width: 1180px) {
  .sec__recruit__inner::after {
    right: 2%;
    width: 92px;
  }
}
@media (max-width: 834px) {
  .sec__recruit__inner::after {
    width: 62px;
    right: 4%;
  }
}
.sec__recruit .copy {
  color: #fff;
  font-size: 4.2rem;
  line-height: 1;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin-bottom: 80px;
}
@media screen and (min-width: 835px) and (max-width: 1180px) {
  .sec__recruit .copy {
    font-size: 3.9rem;
    margin-bottom: 70px;
  }
}
@media (max-width: 834px) {
  .sec__recruit .copy {
    font-size: 2.3rem;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
.sec__recruit .entryContents {
  background-color: #fff;
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .sec__recruit .entryContents {
    display: block;
    border-radius: 15px;
  }
}
.sec__recruit .entryContents__item {
  height: 100%;
  border-left: #dedede solid 1px;
}
@media (max-width: 834px) {
  .sec__recruit .entryContents__item {
    border-left: none;
    border-top: rgba(221, 238, 221, 0.9333333333) solid 1px;
  }
}
.sec__recruit .entryContents__item a {
  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;
  padding: 81px 30px 81px 54px;
  height: 100%;
}
@media screen and (min-width: 835px) and (max-width: 1150px) {
  .sec__recruit .entryContents__item a {
    padding: 76px 8%;
  }
}
@media (max-width: 834px) {
  .sec__recruit .entryContents__item a {
    padding: 28px 7.8% 32px;
  }
}
@media (hover: hover) {
  .sec__recruit .entryContents__item a:hover {
    opacity: 1;
  }
  .sec__recruit .entryContents__item a:hover .entryContents__item__arrow {
    -webkit-transform: translate(5px);
            transform: translate(5px);
  }
}
.sec__recruit .entryContents__item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.45;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .sec__recruit .entryContents__item__text {
    font-size: 1.6rem;
  }
}
.sec__recruit .entryContents__item__arrow {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55.5px;
          flex: 0 0 55.5px;
  width: 55.5px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 835px) and (max-width: 1150px) {
  .sec__recruit .entryContents__item__arrow {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
    width: 48px;
  }
}
@media (max-width: 834px) {
  .sec__recruit .entryContents__item__arrow {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34px;
            flex: 0 0 34px;
    width: 34px;
  }
}
.sec__recruit .entryContents__item__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 13px;
  aspect-ratio: 1/1;
  background: url(../img/common/arrow.png) center/cover no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 834px) {
  .sec__recruit .entryContents__item__arrow::before {
    width: 11px;
  }
}
.sec__recruit .entryContents__item.-newgrad .entryContents__item__arrow {
  background-color: #00c0d1;
}
@media (hover: hover) {
  .sec__recruit .entryContents__item.-newgrad a:hover .entryContents__item__text {
    color: #00c0d1;
  }
}
.sec__recruit .entryContents__item.-halfway .entryContents__item__arrow {
  background-color: #de2626;
}
@media (hover: hover) {
  .sec__recruit .entryContents__item.-halfway a:hover .entryContents__item__text {
    color: #de2626;
  }
}
.sec__recruit .entryContents__item.-timejob .entryContents__item__arrow {
  background-color: #f0830e;
}
@media (hover: hover) {
  .sec__recruit .entryContents__item.-timejob a:hover .entryContents__item__text {
    color: #f0830e;
  }
}
.sec__recruit .entryContents__item:first-child {
  border-left: none;
}
@media (max-width: 834px) {
  .sec__recruit .entryContents__item:first-child {
    border-top: none;
  }
}
.sec__recruit .otherContents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9.6%;
  max-width: 970px;
  margin: 56px auto 0;
  z-index: 1;
}
@media screen and (min-width: 835px) and (max-width: 1099px) {
  .sec__recruit .otherContents {
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 834px) {
  .sec__recruit .otherContents {
    display: block;
    margin-top: 36px;
  }
}
.sec__recruit .otherContents__mainBtn a {
  min-width: 546px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 60px;
}
@media (max-width: 834px) {
  .sec__recruit .otherContents__mainBtn a {
    min-width: inherit;
  }
}
@media (hover: hover) {
  .sec__recruit .otherContents__mainBtn a:hover {
    opacity: 1;
  }
  .sec__recruit .otherContents__mainBtn a:hover .text::after {
    -webkit-transform: translate(5px) translateY(-50%);
            transform: translate(5px) translateY(-50%);
  }
}
.sec__recruit .otherContents__mainBtn a .text {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  margin-left: 36px;
  font-size: 1.8rem;
  font-weight: 600;
  padding-right: 68px;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .sec__recruit .otherContents__mainBtn a .text {
    font-size: 1.4rem;
    margin-left: 12px;
    padding-right: 40px;
  }
}
.sec__recruit .otherContents__mainBtn a .text::after {
  content: "";
  position: absolute;
  right: 44px;
  top: 50%;
  display: block;
  width: 13px;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/common/arrow.png) center/cover no-repeat;
          mask: url(../img/common/arrow.png) center/cover no-repeat;
  background-color: #de2626;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .sec__recruit .otherContents__mainBtn a .text::after {
    width: 11px;
    right: 20px;
  }
}
.sec__recruit .otherContents__mainBtn a .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.81%;
          flex: 0 0 47.81%;
  margin-top: -18px;
  max-width: 261px;
  aspect-ratio: 261/138;
}
@media (max-width: 834px) {
  .sec__recruit .otherContents__mainBtn a .img {
    margin-top: -12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 51.015%;
            flex: 0 0 51.015%;
    max-width: 176px;
  }
}
.sec__recruit .otherContents__subBtn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
}
@media (max-width: 834px) {
  .sec__recruit .otherContents__subBtn {
    margin-top: 26px;
  }
}
.sec__recruit .otherContents__subBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
@media (max-width: 834px) {
  .sec__recruit .otherContents__subBtn a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 14px;
  }
}
.sec__recruit .otherContents__subBtn a::before {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 40/35;
  background: url(../img/common/icon_faq.png) center/cover no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .sec__recruit .otherContents__subBtn a::before {
    width: 32px;
  }
}
.sec__recruit .otherContents__subBtn a .text {
  font-size: 1.8rem;
  color: #fff;
  padding-bottom: 4px;
  border-bottom: #fff 1px solid;
}
@media (max-width: 834px) {
  .sec__recruit .otherContents__subBtn a .text {
    font-size: 1.6rem;
  }
}
.sec__recruit .otherContents__subBtn a .arrow {
  position: relative;
  display: block;
  width: 55.5px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .sec__recruit .otherContents__subBtn a .arrow {
    width: 36px;
  }
}
.sec__recruit .otherContents__subBtn a .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 13px;
  aspect-ratio: 1/1;
  background-color: #de2626;
  -webkit-mask: url(../img/common/arrow.png) center/cover no-repeat;
          mask: url(../img/common/arrow.png) center/cover no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 834px) {
  .sec__recruit .otherContents__subBtn a .arrow::after {
    width: 11px;
  }
}
@media (hover: hover) {
  .sec__recruit .otherContents__subBtn a:hover {
    opacity: 1;
  }
  .sec__recruit .otherContents__subBtn a:hover .arrow {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.sec__recruit .forFamily a {
  padding: 44px 0 85px;
  display: block;
  background-color: #c72222;
}
.sec__recruit .forFamily a .text {
  position: relative;
  max-width: 970px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .sec__recruit .forFamily a .text {
    font-size: 1.6rem;
    padding: 0 100px;
  }
}
.sec__recruit .forFamily a .text::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -47px;
  display: block;
  width: 135px;
  aspect-ratio: 135/95;
  background: url(../img/common/recruit_illust03.png) center/cover no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .sec__recruit .forFamily a .text::before {
    width: 85px;
    left: 20px;
  }
}
.sec__recruit .forFamily a .text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 18px;
  aspect-ratio: 1/1;
  background: url(../img/common/arrow.png) center/cover no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .sec__recruit .forFamily a .text::after {
    width: 14px;
    right: 25px;
  }
}
@media (hover: hover) {
  .sec__recruit .forFamily a:hover {
    opacity: 1;
    -webkit-filter: saturate(90%);
            filter: saturate(90%);
  }
  .sec__recruit .forFamily a:hover .text::after {
    -webkit-transform: translate(5px) translateY(-50%);
            transform: translate(5px) translateY(-50%);
  }
}

/* ============================================
// FOOTER
// ==========================================*/
.footer {
  position: relative;
  background-color: #fff;
  border-radius: 40px 40px 0 0;
  z-index: 1;
}
@media (max-width: 834px) {
  .footer {
    border-radius: 20px 20px 0 0;
  }
}
.footer__inner {
  padding-top: 100px;
}
@media (max-width: 834px) {
  .footer__inner {
    padding-top: 50px;
    padding-inline: 4.27%;
  }
}
.footer__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
}
@media (max-width: 834px) {
  .footer__logo a {
    gap: 8px;
  }
}
.footer__logo__img {
  max-width: 297px;
}
@media (max-width: 834px) {
  .footer__logo__img {
    width: 190px;
  }
}
.footer__logo__img img {
  aspect-ratio: 297/32;
}
.footer__logo__text {
  position: relative;
  font-family: "Mohave", sans-serif;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 834px) {
  .footer__logo__text {
    font-size: 1.1rem;
  }
}
.footer__logo__text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222;
}
.footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8%;
  margin-top: 62px;
  padding-bottom: 100px;
}
@media screen and (min-width: 835px) and (max-width: 1269px) {
  .footer__contents {
    gap: 3%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 834px) {
  .footer__contents {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding-bottom: 72px;
  }
}
.footer__contents__item:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38%;
          flex: 0 0 38%;
}
@media screen and (min-width: 835px) and (max-width: 1269px) {
  .footer__contents__item:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}
@media (max-width: 834px) {
  .footer__contents__item:first-child {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
}
.footer__contents__item:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}
@media (max-width: 834px) {
  .footer__contents__item:last-child {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
}
.footer__contents__jobSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media (max-width: 834px) {
  .footer__contents__jobSearch {
    gap: 20px;
  }
}
.footer__contents__jobSearch__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (max-width: 834px) {
  .footer__contents__jobSearch__item {
    display: block;
  }
}
.footer__contents__jobSearch__item__title {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
@media (max-width: 834px) {
  .footer__contents__jobSearch__item__title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 5px;
  }
}
.footer__contents .jobSearchList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__contents .jobSearchList__item a {
  opacity: 0.8;
  padding-bottom: 4px;
  color: #666666;
  font-size: 1.5rem;
  border-bottom: #666666 1px solid;
  line-height: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .footer__contents .jobSearchList__item a {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .footer__contents .jobSearchList__item a:hover {
    opacity: 1;
    color: #de2626;
    border-bottom: #de2626 solid 1px;
  }
}
.footer__contents .navArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media (max-width: 834px) {
  .footer__contents .navArea {
    gap: 10px;
    margin-top: -4px;
  }
}
.footer__contents .navArea .navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 28px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 834px) {
  .footer__contents .navArea .navList {
    gap: 10px;
  }
}
.footer__contents .navArea .navList__item a {
  font-weight: 500;
  padding-bottom: 4px;
  font-size: 1.5rem;
  line-height: 1;
  border-bottom: #222 solid 1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .footer__contents .navArea .navList__item a {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .footer__contents .navArea .navList__item a:hover {
    opacity: 1;
    color: #de2626;
    border-bottom: #de2626 solid 1px;
  }
}
.footer__contents__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 834px) {
  .footer__contents__title {
    font-weight: 700;
    margin-bottom: 24px;
  }
}
.footer__contents__title::before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6px;
          flex: 0 0 6px;
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #de2626;
  pointer-events: none;
  margin-top: 3px;
}
.footer__bottom {
  padding: 48px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .footer__bottom {
    display: block;
    padding: 20px 0 80px;
  }
}
.footer__bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  display: block;
  background-color: #dedede;
  width: 1000%;
  height: 1px;
}
.footer__bottom__copyright {
  font-size: 1.3rem;
  line-height: 1;
}
@media (max-width: 834px) {
  .footer__bottom__copyright {
    font-size: 1.2rem;
  }
}
.footer__bottom__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  line-height: 1;
}
@media (max-width: 834px) {
  .footer__bottom__right {
    margin-top: 5px;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__bottom__right .corporateBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  line-height: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .footer__bottom__right .corporateBtn a {
    gap: 5px;
  }
}
@media (hover: hover) {
  .footer__bottom__right .corporateBtn a:hover {
    opacity: 1;
    color: #de2626;
  }
}
.footer__bottom__right .corporateBtn a::after {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/common/external.png) center/cover no-repeat;
          mask: url(../img/common/external.png) center/cover no-repeat;
  background-color: #222;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .footer__bottom__right .corporateBtn a::after {
    width: 10px;
    background-color: #de2626;
  }
}
@media (max-width: 834px) {
  .footer__bottom__right .corporateBtn a {
    font-size: 1.2rem;
  }
}
.footer__bottom__ga a {
  font-size: 1.3rem;
  color: #999;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media (max-width: 834px) {
  .footer__bottom__ga a {
    font-size: 1.1rem;
  }
}

/* ============================================
// PAGETOP
// ==========================================*/
.pagetop {
  position: absolute;
  bottom: 140px;
  right: 46px;
  z-index: 99;
}
@media (max-width: 834px) {
  .pagetop {
    right: 4%;
    bottom: 162px;
  }
}
.pagetop a {
  position: relative;
  display: block;
  width: 53px;
  aspect-ratio: 1/1;
  background-color: #de2626;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 100;
}
.pagetop a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  aspect-ratio: 1/1;
  background-color: #fff;
  -webkit-mask: url(../img/common/arrow02.png) center/cover no-repeat;
          mask: url(../img/common/arrow02.png) center/cover no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 834px) {
  .pagetop a {
    width: 44px;
  }
}
@media (hover: hover) {
  .pagetop a:hover {
    opacity: 1;
    -webkit-filter: saturate(1.2);
            filter: saturate(1.2);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }
}
.pagetop::after {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  width: 2px;
  height: 30px;
  background-color: #dedede;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
@media (max-width: 834px) {
  .pagetop::after {
    height: 16px;
  }
}

/* ============================================
// INDEX
// ==========================================*/
.front-page .sec__news__inner {
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 115px;
  gap: 40px;
}
@media (max-width: 834px) {
  .front-page .sec__news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    gap: 0;
  }
}
.front-page .sec__news .textArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
@media (max-width: 834px) {
  .front-page .sec__news .textArea {
    display: contents;
  }
}
@media (max-width: 834px) {
  .front-page .sec__news .textArea .commonTitle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.front-page .sec__news .textArea .commonBtn {
  margin-top: 46px;
}
@media (max-width: 834px) {
  .front-page .sec__news .textArea .commonBtn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 32px;
  }
}
.front-page .sec__news .newsList {
  max-width: 800px;
  width: 100%;
}
.front-page .sec__news .newsList__item {
  position: relative;
  border-bottom: #dedede 1px solid;
}
.front-page .sec__news .newsList__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
  padding: 30px 20px 30px 0;
}
@media (max-width: 834px) {
  .front-page .sec__news .newsList__item a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 18px 18px 0;
    gap: 10px;
  }
}
@media (hover: hover) {
  .front-page .sec__news .newsList__item a:hover {
    opacity: 1;
  }
  .front-page .sec__news .newsList__item a:hover .text {
    color: #de2626;
  }
  .front-page .sec__news .newsList__item a:hover::after {
    -webkit-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
  }
}
.front-page .sec__news .newsList__item a .dateWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 184px;
          flex: 0 0 184px;
  gap: 36px;
}
@media (max-width: 834px) {
  .front-page .sec__news .newsList__item a .dateWrap {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    gap: 12px;
  }
}
.front-page .sec__news .newsList__item a .date {
  color: #666666;
  font-family: "Mohave", sans-serif;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 834px) {
  .front-page .sec__news .newsList__item a .date {
    margin-top: 2px;
    font-size: 1.3rem;
  }
}
.front-page .sec__news .newsList__item a .tag {
  display: inline-block;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  padding: 7px 10px 8px;
  background-color: #222;
  border-radius: 4px;
}
@media (max-width: 834px) {
  .front-page .sec__news .newsList__item a .tag {
    font-size: 1rem;
    padding: 5px 8px 6px;
  }
}
.front-page .sec__news .newsList__item a .text {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: 400;
}
@media (max-width: 834px) {
  .front-page .sec__news .newsList__item a .text {
    -webkit-line-clamp: 2;
    line-height: 1.7;
  }
}
.front-page .sec__news .newsList__item a::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  width: 15px;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/common/arrow.png) center center/contain no-repeat;
          mask: url(../img/common/arrow.png) center center/contain no-repeat;
  background-color: #de2626;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .front-page .sec__news .newsList__item a::after {
    width: 12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12px;
            flex: 0 0 12px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__news .newsList {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.front-page .sec__search__inner {
  margin-top: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .front-page .sec__search__inner {
    display: block;
    margin-top: 48px;
    padding-inline: 4.8%;
  }
}
.front-page .sec__search .search__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 640px;
}
.front-page .sec__search .search__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media (max-width: 834px) {
  .front-page .sec__search .search__head {
    gap: 12px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__search .search__head .commonTitle .eng {
    font-size: 3.6rem;
  }
}
@media (max-width: 834px) {
  .front-page .sec__search .search__head .commonTitle .ja {
    font-size: 1.35rem;
    margin-top: 5px;
  }
}
.front-page .sec__search .search__head .commonBtn {
  margin-top: 12px;
}
@media (max-width: 834px) {
  .front-page .sec__search .search__head .commonBtn {
    margin-top: 0;
    margin-right: -1.5%;
  }
}
@media (max-width: 834px) {
  .front-page .sec__search .search__head .commonBtn a {
    font-size: 1.3rem;
    gap: 14px;
    padding: 19.8px 14px 23px 20px;
  }
}
.front-page .sec__search .search__body {
  margin-top: 60px;
}
@media (max-width: 834px) {
  .front-page .sec__search .search__body {
    margin-top: 24px;
  }
}
.front-page .sec__search .imgBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.5%;
          flex: 0 0 32.5%;
}
@media (max-width: 834px) {
  .front-page .sec__search .imgBox {
    max-width: 390px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 50px auto 0;
  }
}
@media (max-width: 834px) {
  .front-page .sec__search .imgBox__inner {
    margin-top: 8px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
}
.front-page .sec__search .imgBox__img img {
  aspect-ratio: 390/258;
}
@media (max-width: 834px) {
  .front-page .sec__search .imgBox__img img {
    border-radius: 6px;
  }
}
.front-page .sec__search .imgBox__img:first-child img {
  border-radius: 40px 40px 0 0;
}
@media (max-width: 834px) {
  .front-page .sec__search .imgBox__img:first-child img {
    border-radius: 6px;
  }
}
.front-page .sec__search .imgBox__img:last-child img {
  border-radius: 0 0 40px 40px;
}
@media (max-width: 834px) {
  .front-page .sec__search .imgBox__img:last-child img {
    border-radius: 6px;
  }
}
.front-page .sec__about {
  position: relative;
  margin-top: 215px;
  background-color: #f5f5f5;
}
@media (max-width: 834px) {
  .front-page .sec__about {
    margin-top: 100px;
  }
}
.front-page .sec__about__inner {
  padding-top: 22px;
  max-width: 1180px;
  padding-bottom: 138px;
}
@media (max-width: 834px) {
  .front-page .sec__about__inner {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.front-page .sec__about .about__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .front-page .sec__about .about__head {
    display: block;
  }
}
.front-page .sec__about .about__head::after {
  content: "";
  margin-top: -150px;
  margin-right: -50px;
  display: block;
  width: 375px;
  aspect-ratio: 375/266;
  background: url(../img/index/aboutUs_illust.png?251112) center/cover no-repeat;
  pointer-events: none;
}
@media screen and (min-width: 835px) and (max-width: 1299px) {
  .front-page .sec__about .about__head::after {
    margin-top: -100px;
    margin-right: 1%;
    width: 320px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__about .about__head::after {
    position: absolute;
    top: -50px;
    right: 4%;
    margin-top: 0;
    margin-right: 0;
    width: 150px;
  }
}
.front-page .sec__about .about__contents {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
}
@media (max-width: 834px) {
  .front-page .sec__about .about__contents {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 32px;
    gap: 27px;
  }
}
@media (hover: hover) {
  .front-page .sec__about .about__contents a:hover {
    opacity: 1;
  }
  .front-page .sec__about .about__contents a:hover .imgArea img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .front-page .sec__about .about__contents a:hover .textArea .eng {
    color: #de2626;
  }
  .front-page .sec__about .about__contents a:hover .textArea .ja {
    color: #de2626;
  }
  .front-page .sec__about .about__contents a:hover .textArea .textArea__arrow {
    background-color: #de2626;
  }
  .front-page .sec__about .about__contents a:hover .textArea .textArea__arrow::before {
    background-color: #fff;
  }
}
.front-page .sec__about .about__contents__item .imgArea {
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url(../img/index/about_imgBg.svg);
          mask-image: url(../img/index/about_imgBg.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.front-page .sec__about .about__contents__item .imgArea img {
  aspect-ratio: 500/252;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.front-page .sec__about .about__contents__item .textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
@media (max-width: 834px) {
  .front-page .sec__about .about__contents__item .textArea {
    margin-top: 11px;
  }
}
.front-page .sec__about .about__contents__item .textArea__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 14px;
}
@media (max-width: 834px) {
  .front-page .sec__about .about__contents__item .textArea__title {
    gap: 10px;
  }
}
.front-page .sec__about .about__contents__item .textArea__title .eng {
  font-family: "Mohave", sans-serif;
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.01em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .front-page .sec__about .about__contents__item .textArea__title .eng {
    font-size: 3.2rem;
  }
}
.front-page .sec__about .about__contents__item .textArea__title .ja {
  font-weight: 600;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.front-page .sec__about .about__contents__item .textArea__arrow {
  position: relative;
  display: block;
  width: 55.5px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .front-page .sec__about .about__contents__item .textArea__arrow {
    width: 44px;
  }
}
.front-page .sec__about .about__contents__item .textArea__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 13px;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/common/arrow.png) center center/contain no-repeat;
          mask: url(../img/common/arrow.png) center center/contain no-repeat;
  background-color: #de2626;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .front-page .sec__about .about__contents__item .textArea__arrow::before {
    width: 11px;
  }
}
.front-page .sec__about::before {
  content: "";
  position: absolute;
  top: -100px;
  right: 50%;
  display: block;
  width: 1480px;
  aspect-ratio: 1480/100;
  pointer-events: none;
  background: url(../img/index/aboutbg.png) center/cover no-repeat;
}
@media (max-width: 834px) {
  .front-page .sec__about::before {
    width: 720px;
    top: -48px;
  }
}
.front-page .sec__interview__inner {
  margin-top: 120px;
  padding-bottom: 108px;
}
@media (max-width: 834px) {
  .front-page .sec__interview__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    padding-bottom: 0;
  }
}
.front-page .sec__interview .interview__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .front-page .sec__interview .interview__head {
    display: contents;
  }
}
.front-page .sec__interview .interview__head .commonTitle .ja {
  margin-top: 10px;
}
@media (max-width: 834px) {
  .front-page .sec__interview .interview__head .commonTitle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.front-page .sec__interview .interview__head .commonBtn {
  margin-top: 6px;
}
@media (max-width: 834px) {
  .front-page .sec__interview .interview__head .commonBtn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 15px auto 0;
  }
}
.front-page .sec__interview .interview__body {
  position: relative;
}
@media (max-width: 834px) {
  .front-page .sec__interview .interview__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
  }
}
.front-page .sec__interview .interview__body .interviewList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}
.front-page .sec__interview .interview__body .interviewList__item {
  width: 300px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-inline: 31px;
}
@media (max-width: 834px) {
  .front-page .sec__interview .interview__body .interviewList__item {
    width: 270px;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    padding-bottom: 78px;
    margin-inline: 10px;
  }
}
.front-page .sec__interview .interview__body .interviewList__item .imgArea {
  width: 270px;
  overflow: hidden;
  border-radius: 20px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .front-page .sec__interview .interview__body .interviewList__item .imgArea {
    width: 300px;
    border-radius: 15px;
  }
}
.front-page .sec__interview .interview__body .interviewList__item .imgArea img {
  display: block;
  aspect-ratio: 300/380;
  border-radius: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .front-page .sec__interview .interview__body .interviewList__item .imgArea img {
    border-radius: 15px;
  }
}
.front-page .sec__interview .interview__body .interviewList__item .copyArea {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  position: absolute;
  top: -117px;
  right: -29px;
  max-width: 310px;
  background-color: #de2626;
  padding: 26px 10% 25px;
  border-radius: 20px;
  margin: 0 -5px;
  z-index: 2;
}
@media (max-width: 834px) {
  .front-page .sec__interview .interview__body .interviewList__item .copyArea {
    top: -70px;
    left: 15px;
    right: -15px;
    border-radius: 15px;
    padding: 18px 6% 21px;
    margin: 0;
  }
}
.front-page .sec__interview .interview__body .interviewList__item .copyArea__text {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #fff;
}
@media (max-width: 834px) {
  .front-page .sec__interview .interview__body .interviewList__item .copyArea__text {
    font-size: 1.6rem;
  }
}
.front-page .sec__interview .interview__body .interviewList__item .copyArea::after {
  content: "";
  position: absolute;
  right: 60px;
  bottom: -12px;
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid #de2626;
  border-right: 12px solid transparent;
}
.front-page .sec__interview .interview__body .interviewList__item .infoArea {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
.front-page .sec__interview .interview__body .interviewList__item .infoArea .jobs {
  display: inline-block;
  color: #de2626;
  line-height: 1;
  background-color: #fff;
  border: #de2626 1px solid;
  padding: 9px 19px 10px;
  border-radius: 50px;
}
.front-page .sec__interview .interview__body .interviewList__item .infoArea__arrow {
  position: relative;
  display: block;
  width: 55.5px;
  aspect-ratio: 1/1;
  background-color: #f5f5f5;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .front-page .sec__interview .interview__body .interviewList__item .infoArea__arrow {
    width: 48px;
  }
}
.front-page .sec__interview .interview__body .interviewList__item .infoArea__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 13px;
  aspect-ratio: 1/1;
  background-color: #de2626;
  -webkit-transition: 0.4;
  transition: 0.4;
  -webkit-mask: url(../img/common/arrow.png) center/cover no-repeat;
          mask: url(../img/common/arrow.png) center/cover no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 834px) {
  .front-page .sec__interview .interview__body .interviewList__item .infoArea__arrow::after {
    width: 11px;
  }
}
.front-page .sec__interview .interview__body .interviewList__item .infoArea__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}
.front-page .sec__interview .interview__body .interviewList__item .infoArea__inner .profileBox .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 834px) {
  .front-page .sec__interview .interview__body .interviewList__item .infoArea__inner .profileBox .name {
    font-size: 1.9rem;
  }
}
.front-page .sec__interview .interview__body .interviewList__item .infoArea__inner .profileBox .name .types {
  font-size: 1.6rem;
  font-weight: 500;
}
.front-page .sec__interview .interview__body .interviewList__item .infoArea__inner .profileBox .info {
  margin-top: 18px;
  font-size: 1.4rem;
  color: #999999;
  line-height: 1;
  display: block;
}
@media (max-width: 834px) {
  .front-page .sec__interview .interview__body .interviewList__item .infoArea__inner .profileBox .info {
    margin-top: 14px;
    font-size: 1.2rem;
  }
}
@media (max-width: 834px) {
  .front-page .sec__interview .interview__body .interviewList__item .infoArea__inner {
    margin-top: 12px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__interview .interview__body .interviewList__item .infoArea {
    position: absolute;
    bottom: 22px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__interview .interview__body .interviewList__item.swiper-slide-active {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.front-page .sec__interview .interview__body .interviewList__item.swiper-slide-active .imgArea {
  -webkit-transform: scale(1.1111);
          transform: scale(1.1111);
}
@media (max-width: 834px) {
  .front-page .sec__interview .interview__body .interviewList__item.swiper-slide-active .imgArea {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.front-page .sec__interview .interview__body .interviewList__item.swiper-slide-active .copyArea {
  opacity: 1;
}
.front-page .sec__interview .interview__body .interviewList__item.swiper-slide-active .infoArea {
  opacity: 1;
}
@media (max-width: 834px) {
  .front-page .sec__interview .interview__body .interviewList__item.swiper-slide-active .infoArea {
    display: block;
  }
}
.front-page .sec__interview .interview__body .interviewList__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (hover: hover) {
  .front-page .sec__interview .interview__body .interviewList__item a:hover {
    opacity: 1;
  }
  .front-page .sec__interview .interview__body .interviewList__item a:hover .imgArea img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .front-page .sec__interview .interview__body .interviewList__item a:hover .infoArea .infoArea__arrow {
    background-color: #de2626;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .front-page .sec__interview .interview__body .interviewList__item a:hover .infoArea .infoArea__arrow::after {
    background-color: #fff;
  }
}
.front-page .sec__interview .interview__body .interviewList__item:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) .imgArea {
  margin-left: -4px;
}
.front-page .sec__interview .interview__body .swiper-pagination {
  bottom: -116px;
  top: auto;
  right: 0;
  left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .front-page .sec__interview .interview__body .swiper-pagination {
    position: relative;
    inset: 0 auto;
    width: 100%;
    margin-top: 10px;
  }
}
.front-page .sec__interview .interview__body .swiper-pagination span {
  background-color: #e5e5e5;
  opacity: 1;
}
.front-page .sec__interview .interview__body .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #de2626;
}
.front-page .sec__interview .interview__body .swiper-button-prev, .front-page .sec__interview .interview__body .swiper-button-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(calc(-50% - 20px));
          transform: translateY(calc(-50% - 20px));
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .front-page .sec__interview .interview__body .swiper-button-prev, .front-page .sec__interview .interview__body .swiper-button-next {
    width: 54px;
    height: 54px;
  }
}
.front-page .sec__interview .interview__body .swiper-button-prev::after, .front-page .sec__interview .interview__body .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 13px;
  aspect-ratio: 1/1;
  background-color: #de2626;
  -webkit-mask: url(../img/common/arrow.png) center/cover no-repeat;
          mask: url(../img/common/arrow.png) center/cover no-repeat;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .front-page .sec__interview .interview__body .swiper-button-prev::after, .front-page .sec__interview .interview__body .swiper-button-next::after {
    width: 11px;
  }
}
@media (hover: hover) {
  .front-page .sec__interview .interview__body .swiper-button-prev:hover, .front-page .sec__interview .interview__body .swiper-button-next:hover {
    background-color: #de2626;
  }
  .front-page .sec__interview .interview__body .swiper-button-prev:hover::after, .front-page .sec__interview .interview__body .swiper-button-next:hover::after {
    background-color: #fff;
  }
}
.front-page .sec__interview .interview__body .swiper-button-prev {
  left: 26%;
  -webkit-transform: translateY(calc(-50% - 20px)) rotate(180deg);
          transform: translateY(calc(-50% - 20px)) rotate(180deg);
}
@media screen and (min-width: 835px) and (max-width: 1050px) {
  .front-page .sec__interview .interview__body .swiper-button-prev {
    left: 22%;
  }
}
@media (max-width: 834px) {
  .front-page .sec__interview .interview__body .swiper-button-prev {
    left: 0;
  }
}
.front-page .sec__interview .interview__body .swiper-button-next {
  right: 26%;
}
@media screen and (min-width: 835px) and (max-width: 1050px) {
  .front-page .sec__interview .interview__body .swiper-button-next {
    right: 22%;
  }
}
@media (max-width: 834px) {
  .front-page .sec__interview .interview__body .swiper-button-next {
    right: 0;
  }
}
.front-page .sec__interview .interview__body::before, .front-page .sec__interview .interview__body::after {
  content: "";
  position: absolute;
  bottom: -104px;
  display: block;
  background-color: #dedede;
  height: 1px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec__interview .interview__body::before, .front-page .sec__interview .interview__body::after {
    display: none;
  }
}
.front-page .sec__interview .interview__body::before {
  left: -50%;
  width: calc(150% - 110px);
}
.front-page .sec__interview .interview__body::after {
  width: calc(50% - 25px);
  right: -50%;
}
@media (max-width: 834px) {
  .front-page .sec__tour__inner {
    margin-top: 36px;
    padding-inline: 4%;
  }
}
.front-page .sec__tour .tour__head {
  position: relative;
  margin-top: -58px;
  margin-bottom: -72px;
  z-index: 2;
}
@media (max-width: 834px) {
  .front-page .sec__tour .tour__head {
    margin-top: 0;
    margin-bottom: -40px;
  }
}
.front-page .sec__tour .tour__head__copy {
  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: 15px;
  margin-bottom: 12px;
}
.front-page .sec__tour .tour__head__copy .text {
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 834px) {
  .front-page .sec__tour .tour__head__copy .text {
    font-size: 1.7rem;
  }
}
.front-page .sec__tour .tour__head__copy::before, .front-page .sec__tour .tour__head__copy::after {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background-color: #222222;
}
@media (max-width: 834px) {
  .front-page .sec__tour .tour__head__copy::before, .front-page .sec__tour .tour__head__copy::after {
    height: 20px;
  }
}
.front-page .sec__tour .tour__head__copy::before {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.front-page .sec__tour .tour__head__copy::after {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.front-page .sec__tour .tour__head__eng {
  font-family: "Mohave", sans-serif;
  letter-spacing: 0.01em;
  font-size: 11rem;
  font-weight: 600;
  color: #de2626;
  text-align: center;
  line-height: 1;
}
@media (max-width: 834px) {
  .front-page .sec__tour .tour__head__eng {
    font-size: 4.8rem;
  }
}
.front-page .sec__tour .tour__head__eng .frame {
  -webkit-text-stroke: 2px #de2626;
  paint-order: stroke;
  color: #fff;
}
.front-page .sec__tour .tour__head__ja {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.front-page .sec__tour .tour__head__ja .text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  padding: 8px 10px;
  background-color: #de2626;
}
@media (max-width: 834px) {
  .front-page .sec__tour .tour__head__ja .text {
    font-size: 1.25rem;
    padding: 7px 10px;
  }
}
.front-page .sec__tour .tour__mainImg {
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url(../img/index/tour_imgBg.svg);
          mask-image: url(../img/index/tour_imgBg.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (max-width: 834px) {
  .front-page .sec__tour .tour__mainImg {
    -webkit-mask-image: url(../img/index/about_imgBg_sp.svg);
            mask-image: url(../img/index/about_imgBg_sp.svg);
    height: 196px;
  }
}
.front-page .sec__tour .tour__mainImg img {
  aspect-ratio: 1096/400;
}
@media (max-width: 834px) {
  .front-page .sec__tour .tour__mainImg img {
    -o-object-position: 75% 0;
       object-position: 75% 0;
  }
}
.front-page .sec__tour .tour__subImg {
  margin-top: -54px;
  max-width: 180px;
  aspect-ratio: 180/232;
}
@media (max-width: 834px) {
  .front-page .sec__tour .tour__subImg {
    max-width: 80px;
    position: absolute;
    margin-top: 0;
    bottom: 60px;
    z-index: 1;
  }
}
.front-page .sec__tour .tour__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -127px;
  z-index: 2;
}
@media screen and (min-width: 835px) and (max-width: 1099px) {
  .front-page .sec__tour .tour__bottom {
    margin-top: -95px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__tour .tour__bottom {
    display: block;
    margin-top: 40px;
  }
}
.front-page .sec__tour .tour__bottom::before {
  content: "";
  margin-left: -110px;
  display: block;
  width: 480px;
  aspect-ratio: 480/158;
  background: url(../img/index/tour_illust.png?251112) center/cover no-repeat;
  pointer-events: none;
}
@media screen and (min-width: 835px) and (max-width: 1460px) {
  .front-page .sec__tour .tour__bottom::before {
    margin-left: -30px;
  }
}
@media screen and (min-width: 835px) and (max-width: 1099px) {
  .front-page .sec__tour .tour__bottom::before {
    width: 400px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__tour .tour__bottom::before {
    margin-left: 0;
    width: 180px;
    position: absolute;
    top: -72px;
    right: 0;
  }
}
.front-page .sec__tour .tour__bottom .commonBtn {
  margin-right: 30px;
  padding: 20px;
  border-radius: 100px;
  background-color: #fff;
}
@media (max-width: 834px) {
  .front-page .sec__tour .tour__bottom .commonBtn {
    background-color: transparent;
    padding: 0;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.front-page .main {
  padding-top: 88px;
  padding-bottom: 120px;
}
@media (max-width: 834px) {
  .front-page .main {
    padding-top: 48px;
    padding-bottom: 56px;
  }
}

/*--------------------
  mainVisual
--------------------*/
.mainVisual {
  position: relative;
}
.mainVisual__inner {
  padding-bottom: 108px;
}
@media screen and (max-width: 460px) {
  .mainVisual__inner {
    max-width: 600px;
    padding-inline: 4%;
    padding-bottom: 32px;
  }
}
.mainVisual__inner::after {
  content: "";
  position: absolute;
  left: -50%;
  bottom: 0;
  background-color: #de2626;
  width: 1000%;
  height: clamp(214px, 50.8vh, 465px);
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .mainVisual__inner::after {
    height: clamp(260px, 26.482vh, 460px);
  }
}
.mainVisual .mv_hero {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 460px) {
  .mainVisual .mv_hero {
    max-width: 390px;
  }
}
.mainVisual .mv_hero::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1240px;
  aspect-ratio: 1240/542;
  display: block;
  background: url(../img/index/fv_bg02.svg) center center/contain no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
}
@media screen and (min-width: 1150px) and (max-width: 1300px) {
  .mainVisual .mv_hero::before {
    width: clamp(975px, 94.8vw, 1240px);
  }
}
@media screen and (min-width: 835px) and (max-width: 1149px) {
  .mainVisual .mv_hero::before {
    width: clamp(975px, 93.8vw, 1240px);
  }
}
@media screen and (min-width: 461px) and (max-width: 834px) {
  .mainVisual .mv_hero::before {
    width: 88.2vw;
  }
}
@media screen and (max-width: 460px) {
  .mainVisual .mv_hero::before {
    width: clamp(210px, 94.5vw, 390px);
    aspect-ratio: 804/508;
    background: url(../img/index/fv_bg02_sp.svg) center center/contain no-repeat;
  }
}
.mainVisual .mv_hero::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 1200px;
  aspect-ratio: 1200/500;
  background: url(../img/index/fv_bg.png) center center/contain no-repeat;
  z-index: 0;
  pointer-events: none;
}
@media screen and (min-width: 835px) and (max-width: 1300px) {
  .mainVisual .mv_hero::after {
    width: clamp(940px, 92vw, 1200px);
  }
}
@media screen and (min-width: 461px) and (max-width: 834px) {
  .mainVisual .mv_hero::after {
    width: 86.8vw;
  }
}
@media screen and (max-width: 460px) {
  .mainVisual .mv_hero::after {
    width: 101%;
    aspect-ratio: 776/480;
    background: url(../img/index/fv_bg_sp.png) center center/contain no-repeat;
    height: clamp(210px, 25.5vh, 480px);
    border-radius: 22px;
  }
}
.mainVisual .mv_hero .slideContainer {
  position: relative;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url(../img/index/fv_bg.svg);
          mask-image: url(../img/index/fv_bg.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  z-index: 1;
  overflow: hidden;
  aspect-ratio: 1200/500;
}
@media screen and (max-width: 460px) {
  .mainVisual .mv_hero .slideContainer {
    -webkit-mask-position: top center;
            mask-position: top center;
    -webkit-mask-image: url(../img/index/fv_bg_sp.svg);
            mask-image: url(../img/index/fv_bg_sp.svg);
    aspect-ratio: 776/480;
  }
}
.mainVisual .mv_hero .swiper-slide {
  overflow: hidden;
}
.mainVisual .mv_hero .img {
  overflow: hidden;
}
@media screen and (min-width: 835px) and (max-width: 1300px) {
  .mainVisual .mv_hero .img {
    width: clamp(940px, 92.6vw, 1200px);
  }
}
@media screen and (min-width: 461px) and (max-width: 834px) {
  .mainVisual .mv_hero .img {
    width: 87.7vw;
  }
}
@media screen and (max-width: 460px) {
  .mainVisual .mv_hero .img {
    height: clamp(210px, 27vh, 480px);
  }
}
.mainVisual .mv_hero .img img {
  aspect-ratio: 1200/500;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 18px;
}
.mainVisual .mv_hero .character {
  position: absolute;
  z-index: 2;
  right: 40px;
  bottom: 60px;
}
@media (max-width: 834px) {
  .mainVisual .mv_hero .character {
    right: 0;
    bottom: -10px;
  }
}
.mainVisual .mv_hero .character img {
  width: 133px;
}
@media (max-width: 834px) {
  .mainVisual .mv_hero .character img {
    width: 79.8px;
  }
}
.mainVisual .copyArea {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 460px) {
  .mainVisual .copyArea {
    display: block;
  }
}
.mainVisual .copyArea .copyBox {
  position: relative;
  margin-top: -80px;
  z-index: 2;
}
@media (max-width: 834px) {
  .mainVisual .copyArea .copyBox {
    margin-top: -28px;
  }
}
.mainVisual .copyArea .copyBox__mainCopy {
  max-width: 701px;
}
@media screen and (max-width: 460px) {
  .mainVisual .copyArea .copyBox__mainCopy {
    max-width: 260px;
  }
}
.mainVisual .copyArea .copyBox__mainCopy img {
  aspect-ratio: 701/203;
}
.mainVisual .copyArea .copyBox__text {
  display: block;
  padding-top: 15px;
  margin-left: 10px;
  font-family: "Mohave", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 834px) {
  .mainVisual .copyArea .copyBox__text {
    padding-top: 12px;
    font-size: 1.3rem;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.mainVisual .copyArea .handle {
  position: relative;
  margin-top: -94px;
}
@media (max-width: 834px) {
  .mainVisual .copyArea .handle {
    margin: -52px 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.mainVisual .copyArea .handle .img {
  max-width: 453px;
}
@media screen and (max-width: 460px) {
  .mainVisual .copyArea .handle .img {
    max-width: 148px;
  }
}
.mainVisual .copyArea .handle .img img {
  aspect-ratio: 453/248;
}
.mainVisual .copyArea .handle::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 50%;
  display: block;
  width: 420px;
  aspect-ratio: 420/141;
  background: url(../img/index/fv_drive_bg.png) no-repeat center center/contain;
  pointer-events: none;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 834px) {
  .mainVisual .copyArea .handle::before {
    display: none;
  }
}
.mainVisual .buruburu {
  -webkit-animation: buruburu 3.2s ease;
          animation: buruburu 3.2s ease;
}
.mainVisual .bgArea {
  max-width: 1200px;
  opacity: 0.6;
}
.mainVisual .bgArea_shift {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
  width: 117px;
  aspect-ratio: 117/148.5;
  background: url(../img/index/fv_shift.png) center center/contain no-repeat;
  pointer-events: none;
}
@media screen and (min-width: 461px) and (max-width: 1199px) {
  .mainVisual .bgArea_shift {
    width: 85px;
  }
}
@media screen and (max-width: 460px) {
  .mainVisual .bgArea_shift {
    width: 40px;
  }
}
.mainVisual .bgArea::before, .mainVisual .bgArea::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 484px;
  aspect-ratio: 484/50;
  background: url(../img/index/fv_shift02.png) center center/contain no-repeat;
  pointer-events: none;
}
@media screen and (min-width: 461px) and (max-width: 1199px) {
  .mainVisual .bgArea::before, .mainVisual .bgArea::after {
    width: 35%;
  }
}
@media screen and (max-width: 460px) {
  .mainVisual .bgArea::before, .mainVisual .bgArea::after {
    width: 120px;
  }
}
.mainVisual .bgArea::before {
  left: 40px;
}
@media (max-width: 834px) {
  .mainVisual .bgArea::before {
    left: 6%;
  }
}
.mainVisual .bgArea::after {
  right: 40px;
}
@media (max-width: 834px) {
  .mainVisual .bgArea::after {
    right: 6%;
  }
}
.mainVisual::before, .mainVisual::after {
  content: "";
  position: absolute;
  bottom: -40px;
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  background: url(../img/common/bg_deco.png) center/cover no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .mainVisual::before, .mainVisual::after {
    width: 20px;
    bottom: -20px;
  }
}
.mainVisual::before {
  left: 0;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.mainVisual::after {
  right: 0;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

/* ============================================
// FVアニメーション
// ==========================================*/
.front-page .mainVisual .slideContainer {
  opacity: 0;
  visibility: hidden;
}
.front-page .mainVisual .character {
  opacity: 0;
}
.front-page .mainVisual .copyBox {
  opacity: 0;
  -webkit-transform: translateX(100px) rotate(0deg);
          transform: translateX(100px) rotate(0deg);
  -webkit-transform-origin: 30% 70%;
          transform-origin: 30% 70%;
  will-change: transform, opacity;
}
.front-page.js-loaded .slideContainer {
  opacity: 0;
  -webkit-animation: fadeInSlideOnce 1.5s ease-out forwards;
          animation: fadeInSlideOnce 1.5s ease-out forwards;
}
.front-page.js-loaded .character {
  -webkit-animation: bounce-in-top 1s 1.4s forwards;
          animation: bounce-in-top 1s 1.4s forwards;
}
.front-page.js-loaded .copyBox {
  -webkit-animation: brakeInCopy 0.95s ease-out 1.4s forwards;
          animation: brakeInCopy 0.95s ease-out 1.4s forwards;
}

/* ============================================
// RECRUIT
// ==========================================*/
/*--------------------
求人一覧
--------------------*/
.lower-kyujin_l .kyujin_container {
  padding-bottom: 50px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .kyujin_container {
    padding-bottom: 20px;
  }
}
.lower-kyujin_l .search_panel {
  position: relative;
  padding-top: 80px;
  margin: 0 auto 60px;
  border: none;
  max-width: 1100px;
}
.lower-kyujin_l .search_panel::before {
  content: "";
  display: block;
  position: absolute;
  margin: 0 calc(50% - 70vw);
  top: 0;
  left: -40%;
  bottom: 0;
  background-color: #f7f7f7;
  width: 200vw;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel {
    padding: 25px 0 20px;
    margin-bottom: 30px;
  }
}
.lower-kyujin_l .search-toggle {
  position: relative;
  left: 0;
  top: 0;
  width: auto;
  max-width: inherit;
  background: #de2626;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 40px;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(4, 13, 64, 0.08);
          box-shadow: 0px 0px 24px 0px rgba(4, 13, 64, 0.08);
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle {
    margin: 0;
  }
}
.lower-kyujin_l .search-toggle .toggle_txt {
  font-size: 1.5rem;
  padding: 1.25em;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle .toggle_txt {
    font-size: 1.4rem;
    padding: 0.88em 1em;
  }
}
.lower-kyujin_l .search-toggle .toggle_txt .pannel-open {
  display: block;
}
.lower-kyujin_l .search-toggle .toggle_txt .pannel-close {
  display: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger {
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  background: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger::before {
  display: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico {
  width: 16px;
  height: 1px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle .toggle_trigger_txt_ico {
    width: 12px;
  }
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico:nth-of-type(1) {
  margin: 0;
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico:nth-of-type(2) {
  margin: 0;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.lower-kyujin_l .search-toggle.js-active {
  border-radius: 20px 20px 0 0;
}
.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);
}
@media (hover: hover) {
  .lower-kyujin_l .search-toggle:hover {
    opacity: 1;
    -webkit-filter: saturate(120%);
            filter: saturate(120%);
  }
}
.lower-kyujin_l .search_body {
  position: relative;
  z-index: 1;
  padding: 24px 64px 48px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
  border-radius: 0 0 20px 20px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_body {
    padding: 16px 5% 32px;
  }
}
.lower-kyujin_l .job_result_total {
  padding: 44px 0 24px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_result_total {
    padding: 16px 0 16px;
  }
}
.lower-kyujin_l article.job {
  font-weight: 400;
  margin-top: 40px;
  padding: 50px;
  border: 1px solid #dedede;
  border-radius: 25px;
  background-color: #fff;
}
@media (max-width: 834px) {
  .lower-kyujin_l article.job {
    margin-top: 15px;
    padding: 30px 7%;
    border-radius: 15px;
  }
}
.lower-kyujin_l article.job:first-child {
  margin-top: 0;
}
.lower-kyujin_l .custom-form_parts {
  gap: 14px;
  margin-top: 0;
  padding: 18px 0;
}
.lower-kyujin_l .custom-form_parts .searchWordWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 834px) {
  .lower-kyujin_l .custom-form_parts .searchWordWrap {
    display: block;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_l .custom-form_parts .custom-form_searth_btn {
    max-width: inherit;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_l .custom-form_parts {
    margin-top: 10px;
    padding: 0;
    gap: 10px;
  }
}
.lower-kyujin_l .job_head .job_employmenttype_list_item {
  padding: 0 0.8em;
  border-radius: 100px;
  height: 26px;
}
.lower-kyujin_l .job .gMap_link:before {
  background: url("../img/kyujin/ico_custom_location_color.png") no-repeat center center/contain;
}

/*--------------------
求人詳細
--------------------*/
.lower-kyujin_d .kyujin_container {
  padding-top: 64px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin_container {
    padding-top: 0;
  }
}
.lower-kyujin_d .job_head .job_employmenttype_list_item {
  padding: 0 0.8em;
  border-radius: 100px;
  height: 26px;
}
.lower-kyujin_d .job .job_body_block:not(.job_body_head) {
  position: relative;
  background-color: #fff;
  padding: 64px 4.5% 80px;
  margin-top: 80px;
  border: 1px solid #dedede;
  border-radius: 30px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job .job_body_block:not(.job_body_head) {
    padding: 22px 6% 20px;
    border-radius: 15px;
    margin-top: 44px;
    margin-bottom: 10px;
  }
}
.lower-kyujin_d .job .gMap_link:before {
  background: url("../img/kyujin/ico_custom_location_color.png") no-repeat center center/contain;
}
.lower-kyujin_d .footer {
  padding-bottom: 92px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .footer {
    padding-bottom: 68px;
  }
}
.lower-kyujin_d .pagetop {
  bottom: 232px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .pagetop {
    bottom: 230px;
  }
}
.lower-kyujin_d .pagetop__inner {
  bottom: 92px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .pagetop__inner {
    bottom: 68px;
  }
}
.lower-kyujin_d main.l-main {
  padding-bottom: 50px;
}
@media (max-width: 834px) {
  .lower-kyujin_d main.l-main {
    padding-top: 6%;
    padding-bottom: 0;
  }
}
.lower-kyujin_d .outline_ttl,
.lower-kyujin_d .appeal_ttl {
  position: absolute;
  left: 50%;
  top: 0;
  white-space: nowrap;
  color: #de2626;
  font-size: 3.6rem;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0 1em;
  margin-top: -4px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .outline_ttl,
  .lower-kyujin_d .appeal_ttl {
    font-size: 2.2rem;
    padding: 0 0.7em;
  }
}
.lower-kyujin_d .outline_ttl::before,
.lower-kyujin_d .appeal_ttl::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: calc(100% - 2em);
  height: 2px;
  background-color: #de2626;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 834px) {
  .lower-kyujin_d .outline_ttl::before,
  .lower-kyujin_d .appeal_ttl::before {
    width: calc(100% - 1.4em);
    bottom: -10px;
  }
}
.lower-kyujin_d .outline_ttl::after,
.lower-kyujin_d .appeal_ttl::after {
  top: auto;
  bottom: -4px;
  height: calc(50% + 1px);
  background-color: #fff;
}
.lower-kyujin_d .job_outline {
  text-align: left;
}
.lower-kyujin_d .job_outline_item_ttl {
  position: relative;
}
.lower-kyujin_d .job_outline_item_ttl::before {
  content: "";
  display: inline-block;
  width: 7.42px;
  height: 7.42px;
  position: relative;
  top: 0;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  border-radius: 50%;
  margin-right: 8px;
  background-color: #f0830e;
}
.lower-kyujin_d .appeal_list_item_head {
  color: #de2626 !important;
}
.lower-kyujin_d .conversion .btn_conversion {
  padding: 10px 0;
}
@media (max-width: 834px) {
  .lower-kyujin_d .conversion .btn_conversion span {
    font-size: 1.4rem;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_d .conversion .btn_conversion::after {
    top: 50%;
    right: 17px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.lower-kyujin_l .sec__recruit .entryContents, .lower-kyujin_d .sec__recruit .entryContents {
  display: none;
  visibility: hidden;
}

/* ============================================
// ブログページ
// ==========================================*/
.lower-news .news {
  /*------------------------------
    一覧ページ
  ------------------------------*/
  /*------------------------------
    詳細ページ
  ------------------------------*/
  /*------------------------------
    サイドナビ
  ------------------------------*/
}
.lower-news .news__container {
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
  margin: 0 auto;
  padding: 80px 40px;
}
@media (max-width: 834px) {
  .lower-news .news__container {
    display: block;
    padding: 32px 4.27% 40px;
  }
}
.lower-news .news__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 300px - 80px);
          flex: 0 0 calc(100% - 300px - 80px);
}
.lower-news .news__side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}
@media (max-width: 834px) {
  .lower-news .news__side {
    margin-top: 40px;
  }
}
.lower-news .news__categoryTitle {
  font-size: 1.8em;
  font-weight: 700;
  color: #de2626;
  line-height: 1.5;
  padding-bottom: 24px;
  border-bottom: 1px solid;
}
@media (max-width: 834px) {
  .lower-news .news__categoryTitle {
    font-size: 1.45em;
    padding-bottom: 16px;
  }
}
.lower-news .news__articles__item {
  border-bottom: 1px solid #dedede;
}
.lower-news .news__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-news .news__articles__item a {
    gap: 20px;
    padding: 20px 0;
  }
}
.lower-news .news__articles__item a::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  translate: 0 -50%;
  z-index: -1;
  background: #de2626;
  -webkit-mask: url(../img/common/arrow.png) center/cover no-repeat;
          mask: url(../img/common/arrow.png) center/cover no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-news .news__articles__item a::after {
    display: none;
  }
}
@media (any-hover: hover) {
  .lower-news .news__articles__item a:hover {
    opacity: 1;
    color: #de2626;
  }
  .lower-news .news__articles__item a:hover::after {
    -webkit-transform: translate(4px, 0);
            transform: translate(4px, 0);
  }
}
.lower-news .news__articles__item .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  max-width: 160px;
}
@media (max-width: 834px) {
  .lower-news .news__articles__item .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
  }
}
.lower-news .news__articles__item .img img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 834px) {
  .lower-news .news__articles__item .img img {
    border-radius: 10px;
  }
}
.lower-news .news__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-news .news__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-news .news__articles__item .status {
    margin-bottom: 0.35em;
  }
}
.lower-news .news__articles__item .date {
  font-size: 1.6rem;
  color: #666666;
  font-family: "Mohave", sans-serif;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-news .news__articles__item .date {
    font-size: 1.3rem;
  }
}
.lower-news .news__articles__item .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 5px;
}
.lower-news .news__articles__item .category__item {
  background-color: #222;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0.6em 1em 0.6em;
  border-radius: 4px;
}
@media (max-width: 834px) {
  .lower-news .news__articles__item .category__item {
    font-size: 1rem;
    padding: 0.5em 0.8em 0.6em;
  }
}
.lower-news .news__articles__item .title {
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 834px) {
  .lower-news .news__articles__item .title {
    font-size: 1.05em;
  }
}
.lower-news .news__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-news .news__articles__item .content {
    gap: 20px;
    margin-top: 0.8em;
  }
}
.lower-news .news__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-news .news__articles__item .content .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
  }
}
.lower-news .news__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-news .news__articles__item .content .txt {
    -webkit-line-clamp: 3;
  }
}
.lower-news .news__article__title {
  position: relative;
  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 #de2626;
}
@media (max-width: 834px) {
  .lower-news .news__article__title {
    margin-bottom: 32px;
    padding-bottom: 16px;
    gap: 8px 12px;
  }
}
.lower-news .news__article__title .date {
  color: #666666;
  font-family: "Mohave", sans-serif;
  font-weight: 400;
}
@media (max-width: 834px) {
  .lower-news .news__article__title .date {
    font-size: 1.3rem;
  }
}
.lower-news .news__article__title .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 5px;
}
.lower-news .news__article__title .category__item {
  background-color: #222;
  color: #fff;
  font-size: 0.8em;
  line-height: 1;
  padding: 0.5em 0.8em;
  border-radius: 4px;
}
.lower-news .news__article__title .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 81%;
          flex: 0 0 81%;
  font-size: 1.8em;
  font-weight: 700;
  color: #de2626;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-news .news__article__title .title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 84%;
            flex: 0 0 84%;
    font-size: 1.29em;
    margin-left: -2px;
  }
}
.lower-news .news__article__title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 8px;
  right: 0;
  width: 150px;
  aspect-ratio: 528/196;
  background: url(../img/common/pageHeader_img01.png) center center/contain no-repeat;
  pointer-events: none;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-news .news__article__title::after {
    width: 117px;
  }
}
@media (max-width: 834px) {
  .lower-news .news__article__title::after {
    width: 69px;
    right: -6px;
    bottom: 3px;
  }
}
.lower-news .news__article__body {
  padding: 0 0 56px;
  border-bottom: 1px solid #dedede;
}
@media (max-width: 834px) {
  .lower-news .news__article__body {
    padding: 0 0 32px;
  }
}
.lower-news .news__article__body .photo__item {
  max-width: 640px;
  max-height: 480px;
  text-align: center;
  margin: 48px auto;
}
@media (max-width: 834px) {
  .lower-news .news__article__body .photo__item {
    margin: 24px auto;
  }
}
.lower-news .news__article__body .photo__item img {
  display: inline-block;
  max-width: 100%;
  max-height: 480px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 30px;
}
@media (max-width: 834px) {
  .lower-news .news__article__body .photo__item img {
    border-radius: 15px;
  }
}
.lower-news .news__article__body .hd {
  font-size: 1.5em;
  font-weight: 700;
  color: #de2626;
  line-height: 1.6;
  padding-left: 0.6em;
  border-left: 4px double;
}
@media (max-width: 834px) {
  .lower-news .news__article__body .hd {
    font-size: 1.4em;
  }
}
.lower-news .news__article__body .hd + .text {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-news .news__article__body .hd + .text {
    margin-top: 10px;
  }
}
.lower-news .news__article__body .text {
  margin: 48px 0;
}
@media (max-width: 834px) {
  .lower-news .news__article__body .text {
    margin: 24px 0;
  }
}
.lower-news .news__article__body .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(240, 131, 14, 0.2)));
  background: linear-gradient(transparent 60%, rgba(240, 131, 14, 0.2) 60%);
}
.lower-news .news__article__body .strong {
  font-weight: 700;
  color: #f0830e;
}
.lower-news .news__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-news .news__article__body .link {
    gap: 0.4em;
    margin: 20px 0;
  }
}
.lower-news .news__article__body .link:last-child {
  margin-bottom: 0;
}
.lower-news .news__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: #de2626;
  gap: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 1.5;
}
.lower-news .news__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: #de2626;
  -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/news/ico_link.svg);
          mask-image: url(../img/news/ico_link.svg);
}
@media (max-width: 834px) {
  .lower-news .news__article__body .link a::before {
    margin-top: 0.35em;
  }
}
.lower-news .news__article__body .link a[target=_blank]::before {
  -webkit-mask-image: url(../img/news/ico_external.svg);
          mask-image: url(../img/news/ico_external.svg);
}
@media (any-hover: hover) {
  .lower-news .news__article__body .link a:hover {
    opacity: 0.7;
  }
}
.lower-news .news__main .page_back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 50px;
}
@media (max-width: 834px) {
  .lower-news .news__main .page_back {
    margin-top: 34px;
  }
}
.lower-news .news__side {
  position: relative;
  padding: 50px 0 0 40px;
}
@media (max-width: 834px) {
  .lower-news .news__side {
    padding: 40px 0 0;
  }
}
.lower-news .news__side::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  max-width: 348px;
  height: calc(100% + 60px);
  border-radius: 30px;
  z-index: -1;
  background-color: #fff;
  pointer-events: none;
  border: #dedede 1px solid;
}
@media screen and (min-width: 835px) and (max-width: 1310px) {
  .lower-news .news__side::before {
    border-radius: 30px 0 0 30px;
    border-right: none;
  }
}
@media (max-width: 834px) {
  .lower-news .news__side::before {
    border-radius: 20px 20px 0 0;
    max-width: inherit;
    height: calc(100% + 40px);
    width: 100vw;
    left: -4.27%;
  }
}
.lower-news .news__side__block {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-news .news__side__block {
    margin-top: 30px;
  }
}
.lower-news .news__side__block:first-child {
  margin-top: 0;
}
.lower-news .news__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: #de2626;
  line-height: 1.6;
  margin-bottom: 0.6em;
}
.lower-news .news__side__block .list__item {
  border-bottom: 1px solid #dedede;
}
.lower-news .news__side__block .list__item:first-child {
  border-top: 1px solid #dedede;
}
.lower-news .news__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: 600;
}
.lower-news .news__side__block .list__item a::after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  right: 10px;
  top: 50%;
  bottom: 0;
  z-index: -1;
  background: #de2626;
  -webkit-mask: url(../img/common/arrow.png) center/cover no-repeat;
          mask: url(../img/common/arrow.png) center/cover no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  translate: 0 -50%;
}
@media (any-hover: hover) {
  .lower-news .news__side__block .list__item a:hover {
    opacity: 1;
    color: #de2626;
  }
  .lower-news .news__side__block .list__item a:hover::after {
    -webkit-transform: translate(4px, 0);
            transform: translate(4px, 0);
  }
}

/* ============================================
// よくある質問ページ
// ==========================================*/
.lower-faq .faq {
  /*------------------------------
    アンカー
  ------------------------------*/
  /*------------------------------
    コンテンツエリア
  ------------------------------*/
}
.lower-faq .faq__container {
  padding: 68px 40px 80px;
}
@media (max-width: 834px) {
  .lower-faq .faq__container {
    padding: 30px 4.27% 40px;
  }
}
.lower-faq .faq__anchor .anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2em;
  font-weight: 700;
  gap: 1em;
  padding-bottom: 24px;
}
@media screen and (min-width: 835px) and (max-width: 1099px) {
  .lower-faq .faq__anchor .anchors {
    padding-bottom: 0;
  }
}
@media (max-width: 834px) {
  .lower-faq .faq__anchor .anchors {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 8px;
    font-size: 1.1em;
    padding-bottom: 0;
  }
}
.lower-faq .faq__anchor .anchors__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  font-size: 1.5rem;
  color: #222;
  color: #fff;
  line-height: 1.6;
  padding: 16px 18px 18px 24px;
  background-color: #de2626;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 32px;
}
.lower-faq .faq__anchor .anchors__item a .circle {
  position: relative;
  display: block;
  width: 26px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 834px) {
  .lower-faq .faq__anchor .anchors__item a .circle {
    width: 20px;
  }
}
.lower-faq .faq__anchor .anchors__item a .circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  aspect-ratio: 1/1;
  background: #de2626;
  -webkit-mask: url(../img/common/arrow02.png) center/cover no-repeat;
          mask: url(../img/common/arrow02.png) center/cover no-repeat;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  z-index: 2;
}
@media (max-width: 834px) {
  .lower-faq .faq__anchor .anchors__item a .circle::after {
    width: 8px;
  }
}
@media (max-width: 834px) {
  .lower-faq .faq__anchor .anchors__item a {
    gap: 20px;
    font-size: 1.3rem;
    padding: 11px 13px 12px 20px;
  }
}
@media (any-hover: hover) {
  .lower-faq .faq__anchor .anchors__item a:hover {
    opacity: 1;
    -webkit-filter: saturate(1.2);
            filter: saturate(1.2);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }
}
.lower-faq .faq__contents {
  text-align: center;
}
.lower-faq .faq__contents:not(.js-tab-target) {
  padding-top: 76px;
}
@media (max-width: 834px) {
  .lower-faq .faq__contents:not(.js-tab-target) {
    padding-top: 40px;
  }
}
.lower-faq .faq__catTitle {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 2.25em;
  font-weight: 800;
  color: #de2626;
  line-height: 1.3;
  border-bottom: #de2626 3px solid;
}
@media screen and (min-width: 835px) and (max-width: 1099px) {
  .lower-faq .faq__catTitle {
    font-size: 2em;
  }
}
@media (max-width: 834px) {
  .lower-faq .faq__catTitle {
    padding-bottom: 6px;
    font-size: 2.1rem;
    font-weight: 700;
    border-bottom: #de2626 2px solid;
  }
}
.lower-faq .faq__list {
  margin-top: 36px;
  border: 1px solid #dedede;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
}
@media (max-width: 834px) {
  .lower-faq .faq__list {
    border-radius: 12px;
    margin-top: 18px;
  }
}
.lower-faq .faq__list__item {
  text-align: left;
  padding: 0 3.2em;
  border-bottom: 1px solid #dedede;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item {
    padding: 0 12px;
  }
}
.lower-faq .faq__list__item:last-child {
  border-bottom: none;
}
.lower-faq .faq__list__item .q {
  position: relative;
  z-index: 1;
  padding: 2.1em 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .q {
    padding: 1.5em 0;
  }
}
.lower-faq .faq__list__item .q::before, .lower-faq .faq__list__item .q::after {
  content: "";
  width: 1em;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  background: #de2626;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .q::before, .lower-faq .faq__list__item .q::after {
    right: 5px;
  }
}
.lower-faq .faq__list__item .q::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.lower-faq .faq__list__item .q p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.6em;
  font-size: 1.18em;
  font-weight: 600;
  color: #222;
  line-height: 1.7;
  padding-right: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .q p {
    gap: 0.5em;
    padding-right: 24px;
    font-size: 1.06em;
  }
}
.lower-faq .faq__list__item .q p::before {
  content: "Q";
  padding-top: 3px;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2em;
          flex: 0 0 2em;
  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;
  font-family: "Mohave", sans-serif;
  font-size: 1.8rem;
  color: #ffffff;
  line-height: 1;
  padding-top: 0.1em;
  background: #de2626;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .q p::before {
    padding-top: 1px;
    font-size: 1.3rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.85em;
            flex: 0 0 1.85em;
    margin-top: 2px;
  }
}
@media (any-hover: hover) {
  .lower-faq .faq__list__item .q p:hover {
    opacity: 1;
    color: #de2626;
  }
}
.lower-faq .faq__list__item .a {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: 0fr;
  background-color: #f5f5f5;
  border-radius: 15px;
  padding-inline: 2.3%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .a {
    padding-inline: 16px;
    border-radius: 10px;
    font-size: 1.3rem;
  }
}
.lower-faq .faq__list__item .a p {
  overflow-y: hidden;
}
.lower-faq .faq__list__item .a .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(240, 131, 14, 0.2)));
  background: linear-gradient(transparent 60%, rgba(240, 131, 14, 0.2) 60%);
}
.lower-faq .faq__list__item .a .strong {
  font-weight: 700;
  color: #f0830e;
}
.lower-faq .faq__list__item .a .link {
  display: block;
  margin-top: 5px;
}
.lower-faq .faq__list__item .a .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: #de2626;
  gap: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 1.8;
}
.lower-faq .faq__list__item .a .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: #de2626;
  -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/faq/ico_link.svg);
          mask-image: url(../img/faq/ico_link.svg);
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .a .link a::before {
    margin-top: 0.35em;
  }
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .a .link a {
    line-height: 1.5;
  }
}
.lower-faq .faq__list__item .a .link a[target=_blank]::before {
  -webkit-mask-image: url(../img/faq/ico_external.svg);
          mask-image: url(../img/faq/ico_external.svg);
}
@media (any-hover: hover) {
  .lower-faq .faq__list__item .a .link a:hover {
    opacity: 0.7;
  }
}
.lower-faq .faq__list__item.-open .q::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.lower-faq .faq__list__item.-open .a {
  grid-template-rows: 1fr;
  padding-block: 20px;
  margin-bottom: 2.1em;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item.-open .a {
    padding-block: 17px;
  }
}

.lower-interview_l .interview__tab__inner {
  margin-top: 76px;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__tab__inner {
    margin-top: 40px;
    padding-inline: 4.27%;
  }
}
.lower-interview_l .interview__tab .tabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__tab .tabList {
    gap: 0.5em;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (max-width: 834px) {
  .lower-interview_l .interview__tab .tabList .btn-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
  }
}
.lower-interview_l .interview__tab .tabList .btn-item a {
  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;
  color: #666666;
  line-height: 1;
  font-weight: 700;
  background-color: #fff;
  border: #f2f2f2 1px solid;
  padding: 25px;
  width: 100%;
  min-width: 214px;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .lower-interview_l .interview__tab .tabList .btn-item a:hover {
    opacity: 0.7;
    color: #de2626;
    border: #de2626 1px solid;
  }
}
@media (max-width: 834px) {
  .lower-interview_l .interview__tab .tabList .btn-item a {
    height: 100%;
    padding: 18px 10px 20px;
    min-width: inherit;
    font-size: 1.3rem;
    font-weight: 500;
  }
}
.lower-interview_l .interview__tab .tabList .btn-item .active {
  color: #de2626;
  border: #de2626 1px solid;
}
.lower-interview_l .interview-listArea__inner {
  margin-top: 82px;
  padding-bottom: 80px;
}
@media screen and (min-width: 835px) and (max-width: 1100px) {
  .lower-interview_l .interview-listArea__inner {
    margin-top: 156px;
  }
}
@media (max-width: 834px) {
  .lower-interview_l .interview-listArea__inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0;
    padding-inline: 4.27%;
    padding-bottom: 40px;
  }
}
.lower-interview_l .interview-listArea .interview-list {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 84px 5.955%;
}
@media screen and (min-width: 835px) and (max-width: 1100px) {
  .lower-interview_l .interview-listArea .interview-list {
    gap: 130px 5.5%;
  }
}
@media (max-width: 834px) {
  .lower-interview_l .interview-listArea .interview-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.lower-interview_l .interview-listArea .interview-list__item {
  position: relative;
  max-width: 323px;
}
@media (max-width: 834px) {
  .lower-interview_l .interview-listArea .interview-list__item {
    max-width: 264px;
    padding-top: 45px;
  }
}
.lower-interview_l .interview-listArea .interview-list__item .copyArea {
  opacity: 0;
  visibility: hidden;
  max-width: 323px;
  position: absolute;
  right: -20px;
  top: -104px;
  background-color: #de2626;
  padding: 22px 8.2% 26px;
  border-radius: 20px;
  z-index: 2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1100px) {
  .lower-interview_l .interview-listArea .interview-list__item .copyArea {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 835px) and (max-width: 1100px) {
  .lower-interview_l .interview-listArea .interview-list__item .copyArea {
    max-width: 285px;
    padding: 18px 7.2% 22px;
    top: -82px;
  }
}
@media (max-width: 834px) {
  .lower-interview_l .interview-listArea .interview-list__item .copyArea {
    position: relative;
    top: inherit;
    right: inherit;
    padding: 16px 6% 19px;
    border-radius: 15px;
    margin-bottom: -25px;
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}
.lower-interview_l .interview-listArea .interview-list__item .copyArea__text {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (min-width: 835px) and (max-width: 1100px) {
  .lower-interview_l .interview-listArea .interview-list__item .copyArea__text {
    font-size: 1.02em;
  }
}
@media (max-width: 834px) {
  .lower-interview_l .interview-listArea .interview-list__item .copyArea__text {
    font-size: 1.1em;
  }
}
.lower-interview_l .interview-listArea .interview-list__item .copyArea::after {
  content: "";
  position: absolute;
  right: 60px;
  bottom: -12px;
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid #de2626;
  border-right: 12px solid transparent;
}
.lower-interview_l .interview-listArea .interview-list__item .infoArea {
  max-width: 282px;
  position: relative;
  margin-top: -22px;
  margin-left: 20px;
  z-index: 1;
}
.lower-interview_l .interview-listArea .interview-list__item .infoArea .jobs {
  display: inline-block;
  color: #de2626;
  line-height: 1;
  background-color: #fff;
  border: #de2626 1px solid;
  padding: 9px 19px 10px;
  font-weight: 600;
  border-radius: 50px;
}
.lower-interview_l .interview-listArea .interview-list__item .infoArea__arrow {
  position: relative;
  display: block;
  width: 55.5px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-interview_l .interview-listArea .interview-list__item .infoArea__arrow {
    width: 48px;
  }
}
.lower-interview_l .interview-listArea .interview-list__item .infoArea__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 13px;
  aspect-ratio: 1/1;
  background-color: #de2626;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-mask: url(../img/common/arrow.png) center/cover no-repeat;
          mask: url(../img/common/arrow.png) center/cover no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 834px) {
  .lower-interview_l .interview-listArea .interview-list__item .infoArea__arrow::after {
    width: 11px;
  }
}
.lower-interview_l .interview-listArea .interview-list__item .infoArea__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}
.lower-interview_l .interview-listArea .interview-list__item .infoArea__inner .profileBox .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-interview_l .interview-listArea .interview-list__item .infoArea__inner .profileBox .name {
    font-size: 1.9rem;
  }
}
.lower-interview_l .interview-listArea .interview-list__item .infoArea__inner .profileBox .name .types {
  font-size: 1.6rem;
  font-weight: 600;
}
.lower-interview_l .interview-listArea .interview-list__item .infoArea__inner .profileBox .info {
  margin-top: 18px;
  font-size: 1.4rem;
  color: #999999;
  line-height: 1.3;
  display: block;
}
@media (max-width: 834px) {
  .lower-interview_l .interview-listArea .interview-list__item .infoArea__inner .profileBox .info {
    margin-top: 14px;
    font-size: 1.2rem;
  }
}
@media (max-width: 834px) {
  .lower-interview_l .interview-listArea .interview-list__item .infoArea__inner {
    margin-top: 12px;
  }
}
.lower-interview_l .interview-listArea .interview-list__item .imgArea {
  max-width: 323px;
  overflow: hidden;
  border-radius: 20px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-interview_l .interview-listArea .interview-list__item .imgArea img {
  display: block;
  aspect-ratio: 323/410;
  border-radius: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-interview_l .interview-listArea .interview-list__item .imgArea img {
    border-radius: 15px;
  }
}
@media (hover: hover) {
  .lower-interview_l .interview-listArea .interview-list__item a:hover {
    opacity: 1;
  }
  .lower-interview_l .interview-listArea .interview-list__item a:hover .imgArea img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .lower-interview_l .interview-listArea .interview-list__item a:hover .copyArea {
    opacity: 1;
    visibility: visible;
  }
  .lower-interview_l .interview-listArea .interview-list__item a:hover .infoArea .infoArea__arrow {
    background-color: #de2626;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .lower-interview_l .interview-listArea .interview-list__item a:hover .infoArea .infoArea__arrow::after {
    background-color: #fff;
  }
}
.lower-interview_l .interview-noResult {
  display: none;
  text-align: center;
  margin-top: -40px;
  padding-bottom: 80px;
}
@media (max-width: 834px) {
  .lower-interview_l .interview-noResult {
    margin-top: 10px;
    padding-bottom: 40px;
  }
}

.lower-interview_d .interview__container__inner {
  margin-top: 102px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__container__inner {
    margin-top: 24px;
  }
}
.lower-interview_d .interview__main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5.33%;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-interview_d .interview__main__inner {
    gap: 4.5%;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner {
    display: block;
    padding-inline: 4.27%;
  }
}
.lower-interview_d .interview__main__inner .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 51.667%;
          flex: 0 0 51.667%;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-interview_d .interview__main__inner .imgArea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}
.lower-interview_d .interview__main__inner .imgArea img {
  aspect-ratio: 640/443;
  border-radius: 40px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .imgArea img {
    border-radius: 15px;
  }
}
.lower-interview_d .interview__main__inner .textArea {
  margin-top: -16px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .textArea {
    margin-top: 20px;
  }
}
.lower-interview_d .interview__main__inner .textArea .copy {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.813;
  letter-spacing: 0.075em;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-interview_d .interview__main__inner .textArea .copy {
    font-size: 2.7rem;
    line-height: 1.7;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .textArea .copy {
    font-size: 1.42em;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
}
.lower-interview_d .interview__main__inner .textArea .info {
  margin-top: 38px;
}
@media screen and (max-width: 1199px) {
  .lower-interview_d .interview__main__inner .textArea .info {
    margin-top: 22px;
  }
}
.lower-interview_d .interview__main__inner .textArea .info .jobs {
  display: inline-block;
  color: #de2626;
  line-height: 1;
  background-color: #fff;
  border: #de2626 1px solid;
  padding: 9px 19px 12px;
  border-radius: 50px;
  font-weight: 600;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .textArea .info .jobs {
    font-size: 1.3rem;
    padding: 7px 19px 8px;
  }
}
.lower-interview_d .interview__main__inner .textArea .info .name {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .textArea .info .name {
    margin-top: 13px;
    font-size: 2rem;
    gap: 8px;
  }
}
.lower-interview_d .interview__main__inner .textArea .info .name .types {
  font-size: 1.8rem;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .textArea .info .name .types {
    font-size: 1.5rem;
  }
}
.lower-interview_d .interview__main__inner .textArea .info .info {
  margin-top: 16px;
  display: block;
  color: #999999;
  line-height: 1.2;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .textArea .info .info {
    margin-top: 10px;
    font-size: 1.3rem;
  }
}
.lower-interview_d .interview__main__inner .textArea .profile {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .textArea .profile {
    margin-top: 24px;
  }
}
.lower-interview_d .interview__main__inner .textArea .profile__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #de2626;
  font-size: 2.4rem;
  font-family: "Mohave", sans-serif;
  font-weight: 600;
  letter-spacing: 0.001em;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .textArea .profile__title {
    font-size: 2.1rem;
  }
}
.lower-interview_d .interview__main__inner .textArea .profile__title::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 1px;
  background-color: #de2626;
}
.lower-interview_d .interview__main__inner .textArea .profile__text {
  margin-top: 9px;
  letter-spacing: 0.075em;
}
.lower-interview_d .interview__trigger {
  margin-top: 117px;
  position: relative;
  background-color: #de2626;
  padding-bottom: 52px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__trigger {
    margin-top: 74px;
    padding-bottom: 40px;
  }
}
.lower-interview_d .interview__trigger::before {
  content: "";
  position: absolute;
  top: 1px;
  translate: 0 -100%;
  right: 50%;
  display: block;
  width: 1040px;
  aspect-ratio: 1040/63;
  background: url(../img/interview/topic_bg.png) right/cover no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__trigger::before {
    width: 650px;
  }
}
.lower-interview_d .interview__trigger__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 22px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__trigger__title {
    display: block;
  }
}
.lower-interview_d .interview__trigger__title .eng {
  color: #fff;
  font-family: "Mohave", sans-serif;
  font-weight: 600;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 0.001em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__trigger__title .eng {
    font-size: 3.2rem;
  }
}
.lower-interview_d .interview__trigger__title .ja {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__trigger__title .ja {
    font-size: 1.55rem;
    line-height: 1.8;
    font-weight: 700;
  }
}
.lower-interview_d .interview__trigger__text {
  color: #fff;
  font-weight: 400;
  margin-top: 26px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
  .lower-interview_d .interview__trigger__text {
    letter-spacing: 0.05em;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__trigger__text {
    margin-top: 16px;
  }
}
.lower-interview_d .interview__topics__inner {
  max-width: 1340px;
  padding-inline: 70px;
}
@media screen and (max-width: 1199px) {
  .lower-interview_d .interview__topics__inner {
    padding-inline: 6.25%;
  }
}
.lower-interview_d .interview__topics .interviewList__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 56px;
  padding-top: 132px;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-interview_d .interview__topics .interviewList__item {
    padding-top: 80px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics .interviewList__item {
    margin: 0 auto;
    padding-top: 56px;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lower-interview_d .interview__topics .interviewList__item .imgArea {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-interview_d .interview__topics .interviewList__item .imgArea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics .interviewList__item .imgArea {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    max-width: 300px;
    margin: 20px auto 0;
  }
}
.lower-interview_d .interview__topics .interviewList__item .imgArea::after {
  content: "";
  position: absolute;
  bottom: -30px;
  display: block;
  pointer-events: none;
  z-index: 2;
}
.lower-interview_d .interview__topics .interviewList__item .imgArea .image {
  max-width: 416px;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
  .lower-interview_d .interview__topics .interviewList__item .imgArea .image {
    width: inherit;
  }
}
.lower-interview_d .interview__topics .interviewList__item .imgArea .image img {
  aspect-ratio: 640/461;
}
.lower-interview_d .interview__topics .interviewList__item .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: -9px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics .interviewList__item .textArea {
    display: contents;
  }
}
.lower-interview_d .interview__topics .interviewList__item .textArea .tag {
  position: absolute;
  top: -40px;
  left: -50px;
  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;
  padding-top: 3px;
  width: 60px;
  height: 60px;
  font-size: 3rem;
  font-family: "Mohave", sans-serif;
  font-weight: 600;
  border-radius: 50%;
  color: #de2626;
  letter-spacing: 0.001em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics .interviewList__item .textArea .tag {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 2px;
    top: -26px;
    left: -18px;
    width: 40px;
    height: 40px;
    font-size: 1.65rem;
  }
}
.lower-interview_d .interview__topics .interviewList__item .textArea .tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid red;
  border-bottom-color: transparent; /* 欠けた部分 */
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); /* 欠ける位置を調整 */
}
.lower-interview_d .interview__topics .interviewList__item .textArea__leadBox {
  position: relative;
}
.lower-interview_d .interview__topics .interviewList__item .textArea__lead {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-interview_d .interview__topics .interviewList__item .textArea__lead {
    font-size: 2.6rem;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics .interviewList__item .textArea__lead {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 1.85rem;
    margin-left: 16px;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}
.lower-interview_d .interview__topics .interviewList__item .textArea__text {
  margin-top: 14px;
  letter-spacing: 0.1em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics .interviewList__item .textArea__text {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 24px;
    line-height: 1.8;
    letter-spacing: 0.075em;
  }
}
.lower-interview_d .interview__topics .interviewList__item:nth-child(odd) .imgArea .image {
  -webkit-mask-position: right center;
          mask-position: right center;
  -webkit-mask-image: url(../img/interview/topic_imgBg.svg);
          mask-image: url(../img/interview/topic_imgBg.svg);
}
.lower-interview_d .interview__topics .interviewList__item:nth-child(odd) .imgArea::after {
  left: -30px;
  width: 99px;
  aspect-ratio: 354/152;
  background: url(../img/interview/interview_car01.png?251112) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics .interviewList__item:nth-child(odd) .imgArea::after {
    width: 68px;
    left: -12px;
    bottom: -8px;
  }
}
.lower-interview_d .interview__topics .interviewList__item:nth-child(even) {
  -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__topics .interviewList__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lower-interview_d .interview__topics .interviewList__item:nth-child(even) .imgArea::after {
  right: -30px;
  width: 98px;
  aspect-ratio: 315/168;
  background: url(../img/interview/interview_car02.png?251112) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics .interviewList__item:nth-child(even) .imgArea::after {
    width: 68px;
    right: -12px;
    bottom: -8px;
  }
}
.lower-interview_d .interview__topics .interviewList__item:nth-child(even) .imgArea .image {
  -webkit-mask-position: left center;
          mask-position: left center;
  -webkit-mask-image: url(../img/interview/topic_imgBg02.svg);
          mask-image: url(../img/interview/topic_imgBg02.svg);
}
.lower-interview_d .interview__topics .interviewList__item:first-child {
  padding-top: 130px;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-interview_d .interview__topics .interviewList__item:first-child {
    padding-top: 100px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics .interviewList__item:first-child {
    padding-top: 50px;
  }
}
.lower-interview_d .interview__message__inner {
  max-width: 1182px;
  margin-top: 110px;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-interview_d .interview__message__inner {
    margin-top: 90px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message__inner {
    margin-top: 52px;
    padding-inline: 4.27%;
  }
}
.lower-interview_d .interview__message__contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  background-color: #fff;
  border: #de2626 2px solid;
  border-radius: 202px;
  padding: 54px 5.63% 60px 9.98%;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-interview_d .interview__message__contents {
    gap: 36px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-radius: 30px;
    padding: 32px 6% 36px;
    gap: 0;
  }
}
.lower-interview_d .interview__message__contents .imgArea {
  max-width: 283px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30.563%;
          flex: 0 0 30.563%;
}
.lower-interview_d .interview__message__contents .imgArea img {
  aspect-ratio: 283/283;
  border-radius: 50%;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-interview_d .interview__message__contents .imgArea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32.802%;
            flex: 0 0 32.802%;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message__contents .imgArea {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 205px;
    margin: 22px auto 0;
  }
}
.lower-interview_d .interview__message__contents .textArea {
  margin: 35px 0 30px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message__contents .textArea {
    display: contents;
    margin: 0;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message__contents .textArea .section-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.lower-interview_d .interview__message__contents .textArea__text {
  margin-top: 28px;
  letter-spacing: 0.1em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message__contents .textArea__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 20px;
  }
}
.lower-interview_d .interview__message__contents::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -20px;
  display: block;
  width: 240px;
  aspect-ratio: 480/158;
  background: url(../img/interview/interview_illustrat01.png?251112) center center/contain no-repeat;
  pointer-events: none;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-interview_d .interview__message__contents::before {
    width: 180px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message__contents::before {
    width: 140px;
    top: -28px;
    right: -10px;
    left: auto;
  }
}
.lower-interview_d .interview__bottom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  padding-bottom: 80px;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-interview_d .interview__bottom__inner {
    padding-bottom: 50px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__bottom__inner {
    margin-top: 24px;
    padding-bottom: 50px;
  }
}
.lower-interview_d .interview__bottom .interview_page_back a {
  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-interview_d .interview__bottom .interview_page_back a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 14px;
  }
}
.lower-interview_d .interview__bottom .interview_page_back a .arrow {
  position: relative;
  display: block;
  width: 55.5px;
  aspect-ratio: 1/1;
  background-color: #f5f5f5;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__bottom .interview_page_back a .arrow {
    width: 44px;
  }
}
.lower-interview_d .interview__bottom .interview_page_back a .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 13px;
  aspect-ratio: 1/1;
  background-color: #de2626;
  -webkit-mask: url(../img/common/arrow.png) center/cover no-repeat;
          mask: url(../img/common/arrow.png) center/cover no-repeat;
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__bottom .interview_page_back a .arrow::after {
    width: 11px;
  }
}
.lower-interview_d .interview__bottom .interview_page_back a .text {
  font-weight: 600;
  border-bottom: #222 1px solid;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .lower-interview_d .interview__bottom .interview_page_back a:hover {
    opacity: 1;
  }
  .lower-interview_d .interview__bottom .interview_page_back a:hover .text {
    color: #de2626;
    border-bottom: #de2626 1px solid;
  }
  .lower-interview_d .interview__bottom .interview_page_back a:hover .arrow {
    background-color: #de2626;
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  .lower-interview_d .interview__bottom .interview_page_back a:hover .arrow::after {
    background-color: #fff;
  }
}
.lower-interview_d .interview__bottom .date {
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__bottom .date {
    font-size: 1.3rem;
  }
}

.lower-vision .vision__main {
  position: relative;
}
.lower-vision .vision__main::after {
  content: "";
  position: absolute;
  left: 36.62%;
  bottom: 76px;
  display: block;
  width: 1480px;
  aspect-ratio: 1480/390;
  background: url(../img/vision/vision_bg.png) left/cover no-repeat;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-vision .vision__main::after {
    width: 740px;
    left: 15%;
    bottom: 30px;
  }
}
.lower-vision .vision__main__inner {
  margin-top: 80px;
}
@media (max-width: 834px) {
  .lower-vision .vision__main__inner {
    margin-top: 32px;
    padding-inline: 4.27%;
  }
}
.lower-vision .vision__main__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 834px) {
  .lower-vision .vision__main__contents {
    display: block;
  }
}
.lower-vision .vision__main__contents .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 53%;
          flex: 0 0 53%;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-vision .vision__main__contents .imgArea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.lower-vision .vision__main__contents .imgArea img {
  aspect-ratio: 636/477;
  border-radius: 40px;
}
@media (max-width: 834px) {
  .lower-vision .vision__main__contents .imgArea img {
    border-radius: 20px;
  }
}
.lower-vision .vision__main__contents .textArea {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  padding-bottom: 50px;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-vision .vision__main__contents .textArea {
    padding-bottom: 60px;
  }
}
@media (max-width: 834px) {
  .lower-vision .vision__main__contents .textArea {
    margin-top: 18px;
    padding-bottom: 22px;
  }
}
.lower-vision .vision__main__contents .textArea .copyArea {
  position: relative;
  margin-left: -83px;
  z-index: 2;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-vision .vision__main__contents .textArea .copyArea {
    margin-left: -64px;
  }
}
@media (max-width: 834px) {
  .lower-vision .vision__main__contents .textArea .copyArea {
    margin-left: 0;
  }
}
.lower-vision .vision__main__contents .textArea .copy {
  display: inline;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 600;
  background-color: #de2626;
  padding: 1px 15px 6px;
  line-height: 1.9;
  letter-spacing: 0.13em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (min-width: 1200px) and (max-width: 1269px) {
  .lower-vision .vision__main__contents .textArea .copy {
    font-size: 1.82em;
  }
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-vision .vision__main__contents .textArea .copy {
    font-size: 1.6em;
    line-height: 1.95;
  }
}
@media (max-width: 834px) {
  .lower-vision .vision__main__contents .textArea .copy {
    font-size: 1.4em;
    padding: 1.5px 10px 4px;
    line-height: 2;
    letter-spacing: 0.075em;
  }
}
@media (max-width: 834px) {
  .lower-vision .vision__main__contents .textArea .copy br {
    display: none;
  }
}
.lower-vision .vision__main__contents .textArea .info {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin-left: 40px;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-vision .vision__main__contents .textArea .info {
    margin-top: 30px;
  }
}
@media (max-width: 834px) {
  .lower-vision .vision__main__contents .textArea .info {
    margin-top: 18px;
    gap: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 0;
  }
}
.lower-vision .vision__main__contents .textArea .info__position {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 834px) {
  .lower-vision .vision__main__contents .textArea .info__position {
    font-size: 1.3rem;
  }
}
.lower-vision .vision__main__contents .textArea .info__name {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 834px) {
  .lower-vision .vision__main__contents .textArea .info__name {
    font-size: 2rem;
  }
}
.lower-vision .vision__main__sub {
  max-width: 1100px;
  margin: -17px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .lower-vision .vision__main__sub {
    margin-top: 0;
  }
}
@media (max-width: 834px) {
  .lower-vision .vision__main__sub {
    display: block;
  }
}
.lower-vision .vision__main__sub::after {
  content: "";
  display: block;
  margin-top: 17px;
  width: 422px;
  aspect-ratio: 422/100;
  background: url(../img/vision/vision_illust01.png?251112) center/cover no-repeat;
  pointer-events: none;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-vision .vision__main__sub::after {
    width: 364px;
  }
}
@media (max-width: 834px) {
  .lower-vision .vision__main__sub::after {
    width: 210px;
    margin-top: 30px;
  }
}
.lower-vision .vision__main__sub .imgList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 62px;
  padding-bottom: 108px;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-vision .vision__main__sub .imgList {
    gap: 4.5%;
  }
}
@media (max-width: 834px) {
  .lower-vision .vision__main__sub .imgList {
    gap: 4%;
    padding-bottom: 30px;
  }
}
.lower-vision .vision__main__sub .imgList__item:first-child {
  translate: 0 108px;
  max-width: 262px;
}
@media (max-width: 834px) {
  .lower-vision .vision__main__sub .imgList__item:first-child {
    translate: 0 30px;
  }
}
.lower-vision .vision__main__sub .imgList__item:first-child img {
  aspect-ratio: 262/182;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .lower-vision .vision__main__sub .imgList__item:first-child img {
    border-radius: 15px;
  }
}
.lower-vision .vision__main__sub .imgList__item:last-child {
  max-width: 252px;
}
.lower-vision .vision__main__sub .imgList__item:last-child img {
  aspect-ratio: 252/267;
  border-radius: 30px;
}
@media (max-width: 834px) {
  .lower-vision .vision__main__sub .imgList__item:last-child img {
    border-radius: 15px;
  }
}
.lower-vision .vision__topics__inner {
  margin-top: 56px;
  margin-bottom: 115px;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-vision .vision__topics__inner {
    margin-bottom: 80px;
  }
}
@media (max-width: 834px) {
  .lower-vision .vision__topics__inner {
    margin-top: 36px;
    margin-bottom: 40px;
  }
}
.lower-vision .vision__topics .topicList__item {
  padding-top: 56px;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-vision .vision__topics .topicList__item {
    padding-top: 36px;
  }
}
@media (max-width: 834px) {
  .lower-vision .vision__topics .topicList__item {
    padding-top: 25px;
  }
}
.lower-vision .vision__topics .topicList__item:first-child {
  padding-top: 0;
}
.lower-vision .vision__topics .topicList__item .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 27px;
}
@media (max-width: 834px) {
  .lower-vision .vision__topics .topicList__item .tab {
    gap: 15px;
  }
}
.lower-vision .vision__topics .topicList__item .tab__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-vision .vision__topics .topicList__item .tab__inner::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4%;
          flex: 0 0 4%;
  display: block;
  margin-top: -9px;
  width: 100%;
  height: 1px;
  background-color: #de2626;
}
.lower-vision .vision__topics .topicList__item .tab__text {
  font-family: "Mohave", sans-serif;
  font-size: 1.8rem;
  color: #de2626;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.001em;
}
@media (max-width: 834px) {
  .lower-vision .vision__topics .topicList__item .tab__text {
    font-weight: 600;
  }
}
.lower-vision .vision__topics .topicList__item .tab::after {
  content: "";
  margin-top: 10px;
  display: block;
  width: 48px;
  aspect-ratio: 48/26;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-vision .vision__topics .topicList__item .tab::after {
    width: 38px;
    margin-top: 7px;
  }
}
.lower-vision .vision__topics .topicList__item .lead {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.62;
  text-align: center;
  padding-top: 50px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-vision .vision__topics .topicList__item .lead {
    padding-top: 32px;
  }
}
@media (max-width: 834px) {
  .lower-vision .vision__topics .topicList__item .lead {
    font-size: 2rem;
    text-align: left;
    padding-top: 16px;
    line-height: 1.55;
  }
}
@media (max-width: 834px) {
  .lower-vision .vision__topics .topicList__item .lead br {
    display: none;
  }
}
.lower-vision .vision__topics .topicList__item .text {
  max-width: 980px;
  margin: 30px auto 0;
  letter-spacing: 0.1em;
}
@media (max-width: 834px) {
  .lower-vision .vision__topics .topicList__item .text {
    margin-top: 18px;
  }
}
.lower-vision .vision__topics .topicList__item .imgArea {
  max-width: 640px;
  margin: 70px auto 0;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-vision .vision__topics .topicList__item .imgArea {
    margin-top: 56px;
  }
}
@media (max-width: 834px) {
  .lower-vision .vision__topics .topicList__item .imgArea {
    margin-top: 22px;
  }
}
.lower-vision .vision__topics .topicList__item .imgArea img {
  aspect-ratio: 640/427;
  border-radius: 40px;
}
@media (max-width: 834px) {
  .lower-vision .vision__topics .topicList__item .imgArea img {
    border-radius: 15px;
  }
}
.lower-vision .vision__topics .topicList__item:nth-child(odd) .tab::after {
  background: url(../img/vision/vision_illust02.png) center/cover no-repeat;
}
.lower-vision .vision__topics .topicList__item:nth-child(even) .tab {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.lower-vision .vision__topics .topicList__item:nth-child(even) .tab__inner {
  text-align: right;
}
.lower-vision .vision__topics .topicList__item:nth-child(even) .tab::after {
  background: url(../img/vision/vision_illust03.png) center/cover no-repeat;
}
.lower-vision .vision__message {
  position: relative;
}
.lower-vision .vision__message::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #fff;
  width: 100vw;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.lower-vision .vision__message__inner {
  padding-top: 88px;
  padding-bottom: 70px;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-vision .vision__message__inner {
    padding-top: 64px;
    padding-bottom: 56px;
  }
}
@media (max-width: 834px) {
  .lower-vision .vision__message__inner {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.lower-vision .vision__message__contents {
  max-width: 950px;
  margin: 56px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8.63%;
}
@media (max-width: 834px) {
  .lower-vision .vision__message__contents {
    display: block;
    margin-top: 24px;
  }
}
.lower-vision .vision__message__contents__img {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
@media (max-width: 834px) {
  .lower-vision .vision__message__contents__img {
    max-width: 264px;
    margin: 0 auto;
  }
}
.lower-vision .vision__message__contents__img img {
  aspect-ratio: 380/469;
  border-radius: 30px;
}
@media (max-width: 834px) {
  .lower-vision .vision__message__contents__img img {
    border-radius: 15px;
  }
}
.lower-vision .vision__message__contents__img::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -38px;
  display: block;
  width: 120px;
  aspect-ratio: 326/170;
  background: url(../img/vision/vision_illust04.png?251112) center/cover no-repeat;
  pointer-events: none;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-vision .vision__message__contents__img::after {
    right: -20px;
    bottom: -20px;
  }
}
@media (max-width: 834px) {
  .lower-vision .vision__message__contents__img::after {
    width: 80px;
    bottom: -10px;
    right: -10px;
  }
}
.lower-vision .vision__message__contents__text {
  letter-spacing: 0.1em;
  line-height: 2.5;
}
@media (max-width: 834px) {
  .lower-vision .vision__message__contents__text {
    line-height: 2;
    margin-top: 25px;
  }
}
.lower-vision .vision__policy {
  padding-top: 80px;
  margin-bottom: 100px;
}
@media (max-width: 834px) {
  .lower-vision .vision__policy {
    padding-top: 60px;
    margin-bottom: 50px;
  }
}
@media (max-width: 834px) {
  .lower-vision .vision__policy__inner {
    padding-right: 5%;
    padding-left: 5%;
  }
}
.lower-vision .vision__policy .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 834px) {
  .lower-vision .vision__policy .section-title {
    margin-bottom: 24px;
  }
}
.lower-vision .vision__policy__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 834px) {
  .lower-vision .vision__policy__lead {
    text-align: left;
    margin-bottom: 18px;
  }
}
.lower-vision .vision__policy__lead__p {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
}
@media (max-width: 834px) {
  .lower-vision .vision__policy__lead__p {
    font-size: 1.8rem;
  }
}
@media (max-width: 834px) {
  .lower-vision .vision__policy__lead__p br {
    display: none;
  }
}
.lower-vision .vision__policy__content {
  margin-bottom: 60px;
}
@media (max-width: 834px) {
  .lower-vision .vision__policy__content {
    margin-bottom: 40px;
  }
}
.lower-vision .vision__policy__content .textArea {
  max-width: 980px;
  margin: 30px auto 0;
  letter-spacing: 0.1em;
}
@media (max-width: 834px) {
  .lower-vision .vision__policy__content .textArea {
    margin-top: 18px;
  }
}
.lower-vision .vision__policy__content .textArea .desc {
  line-height: 2.5;
}
@media (max-width: 834px) {
  .lower-vision .vision__policy__content .textArea .desc {
    line-height: 2;
  }
}
.lower-vision .vision__policy__chart {
  margin-bottom: 60px;
}
@media (max-width: 834px) {
  .lower-vision .vision__policy__chart {
    margin-bottom: 30px;
  }
}
.lower-vision .vision__policy__chart__inner {
  max-width: 980px;
  margin: 0 auto;
}
.lower-vision .vision__policy__chart .chart-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .lower-vision .vision__policy__chart .chart-ttl {
    margin-bottom: 18px;
  }
}
.lower-vision .vision__policy__chart .chart-ttl__h {
  font-size: 2.6rem;
  font-weight: bold;
}
@media (max-width: 834px) {
  .lower-vision .vision__policy__chart .chart-ttl__h {
    font-size: 2rem;
  }
}
.lower-vision .vision__policy__chart .annotation {
  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: 2em;
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .lower-vision .vision__policy__chart .annotation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    margin-bottom: 18px;
  }
}
.lower-vision .vision__policy__chart .annotation__p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  gap: 0.7142857em;
}
@media (max-width: 834px) {
  .lower-vision .vision__policy__chart .annotation__p {
    font-size: 1.2rem;
  }
}
.lower-vision .vision__policy__chart .annotation__p:nth-child(1) span {
  background-color: #de2626;
}
.lower-vision .vision__policy__chart .annotation__p:nth-child(2) span {
  background-color: #00c0d1;
}
.lower-vision .vision__policy__chart .annotation__p span {
  display: block;
  aspect-ratio: 1/1;
  width: 1em;
  background-color: #dedede;
  border-radius: 50%;
}
.lower-vision .vision__policy__chart__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.lower-vision .vision__policy__chart__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  background-color: #f5f5f5;
  padding: 40px;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .lower-vision .vision__policy__chart__list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    gap: 70px;
    border-radius: 10px;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
.lower-vision .vision__policy__chart__list__item .category__partner {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lower-vision .vision__policy__chart__list__item .category__partner::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 0 32px 14px;
  border-color: transparent transparent transparent #de2626;
  position: absolute;
  right: -21px;
  top: 50%;
  translate: 100% -50%;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-vision .vision__policy__chart__list__item .category__partner::before {
    border-width: 14px 32px 0 32px;
    border-color: #de2626 transparent transparent transparent;
    top: initial;
    bottom: -20px;
    right: 50%;
    translate: 50% 100%;
  }
}
.lower-vision .vision__policy__chart__list__item .category__partner__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  gap: 1.25em;
}
.lower-vision .vision__policy__chart__list__item .category__partner__item:nth-child(1) {
  position: relative;
  padding-bottom: 26px;
  border-bottom: solid 1px #dedede;
}
@media (max-width: 834px) {
  .lower-vision .vision__policy__chart__list__item .category__partner__item:nth-child(1) {
    padding-bottom: 20px;
  }
}
.lower-vision .vision__policy__chart__list__item .category__partner__item:nth-child(1) .hd {
  background-color: #de2626;
}
.lower-vision .vision__policy__chart__list__item .category__partner__item:nth-child(2) {
  position: relative;
  padding-top: 26px;
}
@media (max-width: 834px) {
  .lower-vision .vision__policy__chart__list__item .category__partner__item:nth-child(2) {
    padding-top: 20px;
  }
}
.lower-vision .vision__policy__chart__list__item .category__partner__item:nth-child(2) .hd {
  background-color: #00c0d1;
}
.lower-vision .vision__policy__chart__list__item .category__partner__item .cross {
  display: block;
  position: absolute;
  bottom: -23px;
  left: 50%;
  translate: -50% 0;
  background-color: #f5f5f5;
}
.lower-vision .vision__policy__chart__list__item .category__partner__item .cross span {
  position: relative;
  display: block;
  width: 3em;
  height: 3em;
}
.lower-vision .vision__policy__chart__list__item .category__partner__item .cross span::before, .lower-vision .vision__policy__chart__list__item .category__partner__item .cross span::after {
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  background-color: #222;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  pointer-events: none;
}
.lower-vision .vision__policy__chart__list__item .category__partner__item .cross span::before {
  rotate: 45deg;
}
.lower-vision .vision__policy__chart__list__item .category__partner__item .cross span::after {
  rotate: -45deg;
}
.lower-vision .vision__policy__chart__list__item .category__partner__item .hd {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #dedede;
  aspect-ratio: 1/1;
  width: 80px;
  border-radius: 10px;
}
@media (max-width: 834px) {
  .lower-vision .vision__policy__chart__list__item .category__partner__item .hd {
    width: 64px;
    font-size: 1.3rem;
    border-radius: 6px;
  }
}
.lower-vision .vision__policy__chart__list__item .category__partner__item .text {
  -ms-flex-item-align: center;
      align-self: center;
}
.lower-vision .vision__policy__chart__list__item .category__future {
  padding: 1.5em;
  background-color: #fff;
  border-radius: 15px;
}
@media (max-width: 834px) {
  .lower-vision .vision__policy__chart__list__item .category__future {
    padding-top: 2em;
    border-radius: 10px;
  }
}
.lower-vision .vision__policy__chart__list__item .category__future__item {
  position: relative;
}
.lower-vision .vision__policy__chart__list__item .category__future__item .hd {
  color: #fff;
  font-weight: bold;
  background-color: #f0830e;
  padding: 0.4em 1em;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 1em;
}
@media (max-width: 834px) {
  .lower-vision .vision__policy__chart__list__item .category__future__item .hd {
    font-size: 1.3rem;
    border-radius: 6px;
    position: absolute;
    top: -10px;
    left: 50%;
    width: 100%;
    translate: -50% -100%;
  }
}
.lower-vision .vision__policy__chart__list__item .category__future__item .text {
  font-size: 1.5rem;
}
@media (max-width: 834px) {
  .lower-vision .vision__policy__chart__list__item .category__future__item .text {
    font-size: 1.4rem;
  }
}
.lower-vision .vision__policy__message {
  text-align: center;
}
@media (max-width: 834px) {
  .lower-vision .vision__policy__message {
    text-align: left;
  }
}
.lower-vision .vision__policy__message p {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.8;
}
@media (max-width: 834px) {
  .lower-vision .vision__policy__message p {
    font-size: 1.6rem;
  }
}
@media (max-width: 834px) {
  .lower-vision .vision__policy__message p br {
    display: none;
  }
}

.lower-family .family__lead__inner {
  margin-top: 80px;
  max-width: 900px;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-family .family__lead__inner {
    margin-top: 60px;
  }
}
@media (max-width: 834px) {
  .lower-family .family__lead__inner {
    margin-top: 30px;
  }
}
.lower-family .family__lead .leadTxt {
  text-align: center;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .lower-family .family__lead .leadTxt {
    text-align: left;
  }
}
@media (max-width: 834px) {
  .lower-family .family__lead .leadTxt br {
    display: none;
  }
}
.lower-family .family__contents__inner {
  padding-top: 80px;
  margin-bottom: 84px;
}
@media screen and (min-width: 835px) and (max-width: 1230px) {
  .lower-family .family__contents__inner {
    padding-top: 100px;
    margin-bottom: 50px;
  }
}
@media (max-width: 834px) {
  .lower-family .family__contents__inner {
    padding-top: 68px;
    padding-inline: 4.27%;
    margin-bottom: 42px;
  }
}
.lower-family .family__contents .contentsList {
  position: relative;
  background-color: #fff;
  border-radius: 40px;
  border: #dedede 1px solid;
}
@media (max-width: 834px) {
  .lower-family .family__contents .contentsList {
    border-radius: 15px;
  }
}
.lower-family .family__contents .contentsList::before, .lower-family .family__contents .contentsList::after {
  content: "";
  position: absolute;
  display: block;
  top: 1px;
  pointer-events: none;
}
.lower-family .family__contents .contentsList::before {
  translate: 0 -93px;
  left: 48px;
  width: 98px;
  aspect-ratio: 98/104;
  background: url(../img/family/family_illust01.png) left/cover no-repeat;
}
@media (max-width: 834px) {
  .lower-family .family__contents .contentsList::before {
    width: 50px;
    left: 18px;
    translate: 0 -49px;
  }
}
.lower-family .family__contents .contentsList::after {
  translate: 0 -89px;
  right: 49px;
  width: 128px;
  aspect-ratio: 128/90;
  background: url(../img/family/family_illust02.png) left/cover no-repeat;
}
@media (max-width: 834px) {
  .lower-family .family__contents .contentsList::after {
    width: 65px;
    right: 18px;
    translate: 0 -46.7px;
  }
}
.lower-family .family__contents .contentsList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4.6%;
  border-bottom: #dedede 1px solid;
  padding: 5.009%;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-family .family__contents .contentsList__item {
    gap: 3.8%;
    padding: 40px 4.2%;
  }
}
@media (max-width: 834px) {
  .lower-family .family__contents .contentsList__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 22px 4.695% 28px;
    gap: 18px;
  }
}
.lower-family .family__contents .contentsList__item .iconArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  width: 140px;
  height: 140px;
  background-color: #f5f5f5;
  border-radius: 10px;
}
@media (max-width: 834px) {
  .lower-family .family__contents .contentsList__item .iconArea {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 92px;
    height: 92px;
    margin: 0 auto;
    border-radius: 6px;
  }
}
.lower-family .family__contents .contentsList__item .iconArea .icon {
  max-width: 93px;
}
@media (max-width: 834px) {
  .lower-family .family__contents .contentsList__item .iconArea .icon {
    max-width: 62px;
  }
}
.lower-family .family__contents .contentsList__item .iconArea .icon img {
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1281px) {
  .lower-family .family__contents .contentsList__item .textArea {
    margin-top: -5px;
  }
}
.lower-family .family__contents .contentsList__item .textArea .titleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
}
@media (max-width: 834px) {
  .lower-family .family__contents .contentsList__item .textArea .titleArea {
    gap: 8px;
  }
}
.lower-family .family__contents .contentsList__item .textArea .titleArea .num {
  margin-top: 4.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
  width: 44px;
  aspect-ratio: 44/32;
  background: url(../img/family/item_num.png) left/cover no-repeat;
}
@media (max-width: 834px) {
  .lower-family .family__contents .contentsList__item .textArea .titleArea .num {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33px;
            flex: 0 0 33px;
    width: 33px;
  }
}
.lower-family .family__contents .contentsList__item .textArea .titleArea .num__text {
  color: #fff;
  font-family: "Mohave", sans-serif;
  font-size: 1.9rem;
  line-height: 1;
  padding-right: 4px;
  padding-top: 2px;
}
@media (max-width: 834px) {
  .lower-family .family__contents .contentsList__item .textArea .titleArea .num__text {
    font-size: 1.25rem;
    padding-top: 2.5px;
  }
}
.lower-family .family__contents .contentsList__item .textArea .titleArea .title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .lower-family .family__contents .contentsList__item .textArea .titleArea .title {
    font-size: 1.35em;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
}
.lower-family .family__contents .contentsList__item .textArea .text {
  margin-top: 14px;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .lower-family .family__contents .contentsList__item .textArea .text {
    margin-top: 10px;
    letter-spacing: 0.05em;
  }
}
.lower-family .family__contents .contentsList__item:last-child {
  border-bottom: none;
}

.effort__anchors__inner {
  margin-top: 77px;
}
@media screen and (min-width: 835px) and (max-width: 1180px) {
  .effort__anchors__inner {
    margin-top: 58px;
  }
}
@media (max-width: 834px) {
  .effort__anchors__inner {
    margin-top: 36px;
    padding-inline: 4.27%;
  }
}
.effort__anchors .anchors {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 38px;
}
@media screen and (min-width: 835px) and (max-width: 1180px) {
  .effort__anchors .anchors {
    gap: 25px;
  }
}
@media (max-width: 834px) {
  .effort__anchors .anchors {
    gap: 8px 12px;
  }
}
.effort__anchors .anchors__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-weight: bold;
  letter-spacing: 0.075em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 835px) and (max-width: 1180px) {
  .effort__anchors .anchors__item a {
    font-size: 1.45rem;
    gap: 10px;
  }
}
@media (max-width: 834px) {
  .effort__anchors .anchors__item a {
    gap: 6px;
    font-size: 1.3rem;
  }
}
.effort__anchors .anchors__item a .circle {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
  width: 36px;
  aspect-ratio: 1/1;
  background-color: #de2626;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 835px) and (max-width: 1180px) {
  .effort__anchors .anchors__item a .circle {
    width: 26px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26px;
            flex: 0 0 26px;
  }
}
@media (max-width: 834px) {
  .effort__anchors .anchors__item a .circle {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
            flex: 0 0 18px;
    width: 18px;
  }
}
.effort__anchors .anchors__item a .circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  aspect-ratio: 1/1;
  background: #fff;
  -webkit-mask: url(../img/common/arrow02.png) center/cover no-repeat;
          mask: url(../img/common/arrow02.png) center/cover no-repeat;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  z-index: 2;
}
@media screen and (min-width: 835px) and (max-width: 1180px) {
  .effort__anchors .anchors__item a .circle::after {
    width: 10px;
  }
}
@media (max-width: 834px) {
  .effort__anchors .anchors__item a .circle::after {
    width: 8px;
  }
}
@media (hover: hover) {
  .effort__anchors .anchors__item a:hover {
    opacity: 1;
    color: #de2626;
  }
  .effort__anchors .anchors__item a:hover .circle {
    -webkit-filter: saturate(1.2);
            filter: saturate(1.2);
  }
}
.effort__contents {
  position: relative;
  margin-top: -100px;
  padding-top: 100px;
  /*-------------------------------
    ここから背景・タイトルについてのCSS
  -------------------------------*/
}
@media (max-width: 834px) {
  .effort__contents {
    padding-top: 48px;
  }
}
.effort__contents::before, .effort__contents::after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
}
.effort__contents::before {
  top: 1px;
  right: 47%;
  width: 1480px;
  aspect-ratio: 1480/100;
  -webkit-mask: url(../img/effort/contents_bg.svg) right/cover no-repeat;
          mask: url(../img/effort/contents_bg.svg) right/cover no-repeat;
}
@media (max-width: 834px) {
  .effort__contents::before {
    width: 720px;
  }
}
.effort__contents::after {
  inset: 0;
  translate: 0 100px;
  width: 100vw;
  height: calc(100% - 100px);
}
@media (max-width: 834px) {
  .effort__contents::after {
    translate: 0 48px;
    height: calc(100% - 48px);
  }
}
.effort__contents__inner {
  padding-bottom: 220px;
}
@media screen and (min-width: 835px) and (max-width: 1180px) {
  .effort__contents__inner {
    padding-bottom: 170px;
  }
}
@media (max-width: 834px) {
  .effort__contents__inner {
    padding-inline: 4.27%;
    padding-bottom: 140px;
  }
}
.effort__contents .section-title {
  width: 52.5%;
  margin-top: -16px;
  margin-bottom: 50px;
  gap: 6px 22px;
}
@media screen and (min-width: 835px) and (max-width: 1100px) {
  .effort__contents .section-title {
    margin-bottom: 45px;
    margin-top: -32px;
  }
}
@media (max-width: 834px) {
  .effort__contents .section-title {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    margin-top: -8px;
    margin-bottom: 24px;
  }
}
@media (max-width: 834px) {
  .effort__contents .section-title .ja {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.6;
    translate: 0 -3px;
  }
}
.effort__contents .trainingList__item {
  padding: 56px 5% 60px;
  background-color: #fff;
  border-radius: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) and (max-width: 1180px) {
  .effort__contents .trainingList__item {
    padding: 44px 3.9% 42px;
    border-radius: 20px;
    margin-bottom: 28px;
  }
}
@media (max-width: 834px) {
  .effort__contents .trainingList__item {
    padding: 24px 4.669% 26px;
    border-radius: 15px;
    margin-bottom: 20px;
  }
}
.effort__contents .trainingList__item .mainBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4.63%;
}
@media screen and (min-width: 835px) and (max-width: 1180px) {
  .effort__contents .trainingList__item .mainBox {
    gap: 45px;
  }
}
@media (max-width: 834px) {
  .effort__contents .trainingList__item .mainBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 834px) {
  .effort__contents .trainingList__item .mainBox .textArea {
    display: contents;
  }
}
.effort__contents .trainingList__item .mainBox .textArea__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 13px;
}
@media screen and (min-width: 1180px) {
  .effort__contents .trainingList__item .mainBox .textArea__title {
    margin-top: -4px;
  }
}
@media (max-width: 834px) {
  .effort__contents .trainingList__item .mainBox .textArea__title {
    gap: 8px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.effort__contents .trainingList__item .mainBox .textArea__title::before {
  content: "";
  margin-top: 9px;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43px;
          flex: 0 0 43px;
  width: 43px;
  aspect-ratio: 43/23;
  background: url(../img/effort/effort_deco02.png) center/cover no-repeat;
}
@media (max-width: 834px) {
  .effort__contents .trainingList__item .mainBox .textArea__title::before {
    margin-top: 6px;
    width: 33px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33px;
            flex: 0 0 33px;
  }
}
.effort__contents .trainingList__item .mainBox .textArea__title__text {
  font-size: 2.8rem;
  font-weight: 700;
  color: #de2626;
  line-height: 1.4;
  letter-spacing: 0.075em;
}
@media screen and (min-width: 835px) and (max-width: 1180px) {
  .effort__contents .trainingList__item .mainBox .textArea__title__text {
    letter-spacing: 0.05em;
    font-size: 2.7rem;
  }
}
@media (max-width: 834px) {
  .effort__contents .trainingList__item .mainBox .textArea__title__text {
    font-size: 1.38em;
    letter-spacing: 0.025em;
    line-height: 1.3;
  }
}
.effort__contents .trainingList__item .mainBox .textArea__text {
  margin-top: 26px;
}
@media screen and (min-width: 1180px) {
  .effort__contents .trainingList__item .mainBox .textArea__text {
    letter-spacing: 0.1em;
  }
}
@media (max-width: 834px) {
  .effort__contents .trainingList__item .mainBox .textArea__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 19px;
    letter-spacing: 0.05em;
  }
}
.effort__contents .trainingList__item .mainBox .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
  max-width: 380px;
}
@media (max-width: 834px) {
  .effort__contents .trainingList__item .mainBox .imgArea {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 280px;
    margin: 20px auto 0;
  }
}
.effort__contents .trainingList__item .mainBox .imgArea img {
  aspect-ratio: 380/280;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .effort__contents .trainingList__item .mainBox .imgArea img {
    border-radius: 15px;
  }
}
.effort__contents .trainingList__item .topicArea {
  position: relative;
}
.effort__contents .trainingList__item .topicArea .topicTitle {
  position: absolute;
  left: 0;
  top: -26px;
  display: inline-block;
  background-color: #de2626;
  border-radius: 6px;
  padding: 9px 25px 7px;
}
@media (max-width: 834px) {
  .effort__contents .trainingList__item .topicArea .topicTitle {
    top: -22px;
    padding: 6px 16px;
  }
}
.effort__contents .trainingList__item .topicArea .topicTitle__text {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 834px) {
  .effort__contents .trainingList__item .topicArea .topicTitle__text {
    font-size: 1.6rem;
  }
}
.effort__contents .trainingList__item .topicArea .topicTitle::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: -12px;
  display: block;
  border-right: 12px solid #de2626;
  border-bottom: 12px solid transparent;
  border-left: 12px solid transparent;
}
@media (max-width: 834px) {
  .effort__contents .trainingList__item .topicArea .topicTitle::after {
    bottom: -10px;
    border-right: 10px solid #de2626;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
  }
}
.effort__contents .trainingList__item .topicArea .sectionList {
  border-radius: 20px;
  background-color: #f5f5f5;
}
@media (max-width: 834px) {
  .effort__contents .trainingList__item .topicArea .sectionList {
    border-radius: 15px;
  }
}
.effort__contents .trainingList__item .topicArea .sectionList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  padding: 42px 5.556% 42px 4.63%;
  border-bottom: #dedede solid 1px;
}
@media (max-width: 834px) {
  .effort__contents .trainingList__item .topicArea .sectionList__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 26px 5.2% 28px;
    gap: 14px;
  }
}
@media (max-width: 834px) {
  .effort__contents .trainingList__item .topicArea .sectionList__item .textArea {
    display: contents;
  }
}
.effort__contents .trainingList__item .topicArea .sectionList__item .textArea .hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .effort__contents .trainingList__item .topicArea .sectionList__item .textArea .hd {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 1.8rem;
    gap: 7px;
  }
}
.effort__contents .trainingList__item .topicArea .sectionList__item .textArea .hd::before {
  content: "";
  display: block;
  margin-top: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #de2626;
}
@media (max-width: 834px) {
  .effort__contents .trainingList__item .topicArea .sectionList__item .textArea .hd::before {
    margin-top: 10px;
  }
}
.effort__contents .trainingList__item .topicArea .sectionList__item .textArea .text {
  margin-top: 14px;
}
@media (max-width: 834px) {
  .effort__contents .trainingList__item .topicArea .sectionList__item .textArea .text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0;
  }
}
@media (max-width: 834px) {
  .effort__contents .trainingList__item .topicArea .sectionList__item .textArea .text br {
    display: none;
  }
}
.effort__contents .trainingList__item .topicArea .sectionList__item .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  max-width: 300px;
  margin-block: 6px;
}
@media (max-width: 834px) {
  .effort__contents .trainingList__item .topicArea .sectionList__item .imgArea {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 280px;
    margin: 2px auto 4px;
  }
}
.effort__contents .trainingList__item .topicArea .sectionList__item .imgArea img {
  aspect-ratio: 300/220;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .effort__contents .trainingList__item .topicArea .sectionList__item .imgArea img {
    border-radius: 15px;
  }
}
@media (max-width: 834px) {
  .effort__contents .trainingList__item .topicArea .sectionList__item:first-child {
    padding-top: 22px;
  }
}
.effort__contents .trainingList__item .topicArea .sectionList__item:last-child {
  border-bottom: none;
}
.effort__contents .trainingList__item:last-child {
  margin-bottom: 0;
}
.effort__contents .trainingList .topicArea {
  margin-top: 35px;
}
@media (max-width: 834px) {
  .effort__contents .trainingList .topicArea {
    margin-top: 24px;
  }
}
.effort__contents .trainingList .trainingList__item:has(.topicArea .topicTitle) .topicArea {
  margin-top: 66px;
}
@media (max-width: 834px) {
  .effort__contents .trainingList .trainingList__item:has(.topicArea .topicTitle) .topicArea {
    margin-top: 46px;
  }
}
@media (max-width: 834px) {
  .effort__contents .trainingList .trainingList__item:has(.topicArea .topicTitle) .topicArea .sectionList__item:first-child {
    padding-top: 34px;
  }
}
.effort__contents .careerList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5%;
}
@media screen and (min-width: 835px) and (max-width: 1180px) {
  .effort__contents .careerList {
    gap: 3.6%;
  }
}
@media (max-width: 834px) {
  .effort__contents .careerList {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.effort__contents .careerList__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  grid-row-gap: 0;
  background-color: #fff;
  border-radius: 40px;
  padding: 32px 8.78% 50px;
}
@media screen and (min-width: 835px) and (max-width: 1100px) {
  .effort__contents .careerList__item {
    border-radius: 25px;
  }
}
@media (max-width: 834px) {
  .effort__contents .careerList__item {
    border-radius: 15px;
    grid-template-columns: repeat(1, 1fr);
    padding: 23px 5.2% 28px;
  }
}
.effort__contents .careerList__item .tag {
  text-align: center;
}
.effort__contents .careerList__item .tag .eng {
  position: relative;
  color: #de2626;
  font-family: "Mohave", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.002em;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 834px) {
  .effort__contents .careerList__item .tag .eng {
    font-size: 1.55rem;
  }
}
.effort__contents .careerList__item .tag .eng::before {
  content: "";
  position: absolute;
  top: -9px;
  left: -15px;
  display: block;
  width: 15px;
  aspect-ratio: 15/13.5;
  background: url(../img/effort/effort_deco01.png) center/cover no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .effort__contents .careerList__item .tag .eng::before {
    width: 13px;
    left: -12px;
  }
}
.effort__contents .careerList__item .title {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-row-gap: 0;
  margin-top: 2px;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.3;
  letter-spacing: 0.075em;
  text-align: center;
}
@media (max-width: 834px) {
  .effort__contents .careerList__item .title {
    font-size: 1.56em;
    margin-top: 0;
  }
}
.effort__contents .careerList__item .imgArea {
  max-width: 320px;
  margin: 27px auto 0;
}
@media (max-width: 834px) {
  .effort__contents .careerList__item .imgArea {
    max-width: 280px;
    margin-top: 19px;
  }
}
.effort__contents .careerList__item .imgArea img {
  aspect-ratio: 320/220;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .effort__contents .careerList__item .imgArea img {
    border-radius: 15px;
  }
}
.effort__contents .careerList__item .textArea {
  margin-top: 22px;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .effort__contents .careerList__item .textArea {
    gap: 19px;
  }
}
.effort__contents .welfareList__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
  padding: 50px 5%;
  border-radius: 30px;
  background-color: #fff;
  border: #dedede 1px solid;
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) and (max-width: 1180px) {
  .effort__contents .welfareList__item {
    border-radius: 25px;
    margin-bottom: 28px;
  }
}
@media (max-width: 834px) {
  .effort__contents .welfareList__item {
    display: block;
    border-radius: 15px;
    padding: 23px 4.695% 52px;
    margin-bottom: 22px;
  }
}
.effort__contents .welfareList__item:last-child {
  margin-bottom: 0;
}
.effort__contents .welfareList__item .iconArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  width: 140px;
  aspect-ratio: 1/1;
  border-radius: 10px;
  background-color: #f5f5f5;
}
@media (max-width: 834px) {
  .effort__contents .welfareList__item .iconArea {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 92px;
    margin: 0 auto;
    border-radius: 6px;
  }
}
.effort__contents .welfareList__item .iconArea .icon {
  max-width: 94px;
}
@media (max-width: 834px) {
  .effort__contents .welfareList__item .iconArea .icon {
    max-width: 62px;
  }
}
.effort__contents .welfareList__item .iconArea .icon img {
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1180px) {
  .effort__contents .welfareList__item .textArea {
    margin-top: -4px;
  }
}
.effort__contents .welfareList__item .textArea .title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #de2626;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .effort__contents .welfareList__item .textArea .title {
    margin-top: 18px;
    font-size: 2rem;
    text-align: center;
  }
}
.effort__contents .welfareList__item .textArea .text {
  margin-top: 20px;
  padding-bottom: 12px;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .effort__contents .welfareList__item .textArea .text {
    margin-top: 8px;
    letter-spacing: 0.05em;
    padding-bottom: 0;
  }
}
.effort__contents .welfareList__item .num {
  position: absolute;
  right: 4.27%;
  bottom: -10px;
  color: #de2626;
  font-size: 5rem;
  font-family: "Mohave", sans-serif;
  font-weight: 600;
  line-height: 1;
  opacity: 15%;
  letter-spacing: 0.001em;
}
@media (max-width: 834px) {
  .effort__contents .welfareList__item .num {
    font-size: 4rem;
    bottom: -8px;
    right: 4%;
  }
}
.effort__contents.-training .effort__contents__inner::after {
  content: "";
  position: absolute;
  bottom: -17px;
  right: 40px;
  display: block;
  width: 169px;
  aspect-ratio: 169/175;
  background: url(../img/effort/effort_illust01.png) center/cover no-repeat;
  pointer-events: none;
}
@media screen and (min-width: 835px) and (max-width: 1180px) {
  .effort__contents.-training .effort__contents__inner::after {
    width: 135px;
  }
}
@media (max-width: 834px) {
  .effort__contents.-training .effort__contents__inner::after {
    width: 68px;
    right: 4.27%;
    bottom: 45px;
  }
}
.effort__contents.-training .section-title {
  margin-top: -20px;
  margin-bottom: 60px;
}
@media screen and (min-width: 835px) and (max-width: 1100px) {
  .effort__contents.-training .section-title {
    margin-top: -32px;
    margin-bottom: 46px;
  }
}
@media (max-width: 834px) {
  .effort__contents.-training .section-title {
    margin-top: -16px;
    margin-bottom: 24px;
  }
}
.effort__contents.-welfare .effort__contents__inner::before {
  content: "";
  position: absolute;
  top: -120px;
  right: 40px;
  display: block;
  width: 165px;
  aspect-ratio: 165/134;
  background: url(../img/effort/effort_illust02.png?251112) center/cover no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .effort__contents.-welfare .effort__contents__inner::before {
    width: 100px;
    top: -41px;
    right: 5%;
  }
}
.effort__contents.-welfare .effort__contents__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 40px;
  width: 127px;
  aspect-ratio: 354/152;
  background: url(../img/effort/effort_illust03.png?251112) center/cover no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .effort__contents.-welfare .effort__contents__inner::after {
    width: 70px;
    right: 4.27%;
  }
}
.effort__contents:first-child {
  margin-top: 64px;
}
@media (max-width: 834px) {
  .effort__contents:first-child {
    margin-top: 40px;
  }
}
.effort__contents:last-child .effort__contents__inner {
  padding-bottom: 120px;
}
@media (max-width: 834px) {
  .effort__contents:last-child .effort__contents__inner {
    padding-bottom: 84px;
  }
}
.effort__contents:nth-child(3n+1)::before, .effort__contents:nth-child(3n+1)::after {
  background-color: #de2626;
}
.effort__contents:nth-child(3n+1) .section-title .eng, .effort__contents:nth-child(3n+1) .section-title .ja {
  color: #fff;
}
.effort__contents:nth-child(3n+2)::before, .effort__contents:nth-child(3n+2)::after {
  background-color: #f5f5f5;
}
.effort__contents:nth-child(3n+2) .effort__contents__inner {
  padding-bottom: 120px;
}
@media screen and (min-width: 835px) and (max-width: 1100px) {
  .effort__contents:nth-child(3n+2) .effort__contents__inner {
    padding-bottom: 80px;
  }
}
@media (max-width: 834px) {
  .effort__contents:nth-child(3n+2) .effort__contents__inner {
    padding-bottom: 40px;
  }
}
.effort__contents:nth-child(3n) {
  margin-top: 0;
}
.effort__contents:nth-child(3n)::before {
  top: 0;
  right: auto;
  left: 50.7%;
  -webkit-mask: url(../img/effort/contents_bg02.svg) right/cover no-repeat;
          mask: url(../img/effort/contents_bg02.svg) right/cover no-repeat;
  background-color: #f5f5f5;
}

.lower-newgrad .pageHeader__title {
  max-width: 56vw;
}
.lower-newgrad .newgrad__container .job-description {
  margin-top: 80px;
  padding-bottom: 140px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .job-description {
    margin-top: 40px;
    padding-bottom: 60px;
  }
}
.lower-newgrad .newgrad__container .job-description::before {
  position: absolute;
  content: "";
  background-image: url(../img/newgrad/job-description_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: -5px;
  right: 8.7%;
  width: 100%;
  max-width: 120px;
  aspect-ratio: 326/170;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .job-description::before {
    width: 68px;
    right: 6%;
  }
}
.lower-newgrad .newgrad__container .job-description__inner {
  max-width: 1180px;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .job-description__inner {
    padding: 0 5%;
  }
}
.lower-newgrad .newgrad__container .job-description__list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 40px;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .job-description__list {
    margin-top: 24px;
    gap: 16px;
  }
}
.lower-newgrad .newgrad__container .job-description__list__item {
  background-color: #fff;
  border: 1px solid #dedede;
  overflow: hidden;
  border-radius: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .job-description__list__item {
    border-radius: 15px;
  }
}
@media (any-hover: hover) {
  .lower-newgrad .newgrad__container .job-description__list__item:hover {
    border-color: #de2626;
  }
  .lower-newgrad .newgrad__container .job-description__list__item:hover .img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .lower-newgrad .newgrad__container .job-description__list__item:hover .circle {
    -webkit-filter: saturate(120%);
            filter: saturate(120%);
  }
  .lower-newgrad .newgrad__container .job-description__list__item:hover .hd {
    -webkit-filter: saturate(120%);
            filter: saturate(120%);
  }
}
.lower-newgrad .newgrad__container .job-description__list__item .ttlArea {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 50px 50px 50px 70px;
  gap: 65px;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .job-description__list__item .ttlArea {
    padding: 16px;
    gap: 5%;
  }
}
.lower-newgrad .newgrad__container .job-description__list__item .ttlArea .img {
  max-width: 320px;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 320/240;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.85%;
          flex: 0 0 31.85%;
}
.lower-newgrad .newgrad__container .job-description__list__item .ttlArea .hd {
  font-size: 2.8rem;
  line-height: 1.7;
  color: #de2626;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .job-description__list__item .ttlArea .hd {
    font-size: 1.5rem;
  }
}
.lower-newgrad .newgrad__container .job-description__list__item .ttlArea .circle {
  position: relative;
  background-color: #de2626;
  display: block;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  margin-left: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .job-description__list__item .ttlArea .circle {
    width: 34px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34px;
            flex: 0 0 34px;
  }
}
.lower-newgrad .newgrad__container .job-description__list__item .ttlArea .circle::before, .lower-newgrad .newgrad__container .job-description__list__item .ttlArea .circle::after {
  content: "";
  width: 2rem;
  height: 2px;
  position: absolute;
  right: 50%;
  top: 50%;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .job-description__list__item .ttlArea .circle::before, .lower-newgrad .newgrad__container .job-description__list__item .ttlArea .circle::after {
    width: 1.6rem;
    height: 1px;
  }
}
.lower-newgrad .newgrad__container .job-description__list__item .ttlArea .circle::before {
  translate: 50% -50%;
}
.lower-newgrad .newgrad__container .job-description__list__item .ttlArea .circle::after {
  translate: 50% -50%;
  rotate: 90deg;
}
.lower-newgrad .newgrad__container .job-description__list__item .txtArea {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-top: 1px solid rgba(222, 38, 38, 0);
}
.lower-newgrad .newgrad__container .job-description__list__item .txtArea__list {
  overflow-y: hidden;
  -webkit-transition: 1s;
  transition: 1s;
}
.lower-newgrad .newgrad__container .job-description__list__item .txtArea__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ddd;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .job-description__list__item .txtArea__list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lower-newgrad .newgrad__container .job-description__list__item .txtArea__list__item:first-child {
  border-top: none;
}
.lower-newgrad .newgrad__container .job-description__list__item .txtArea__list__item .term {
  background: #de2626;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 233px;
          flex: 0 0 233px;
  padding: 40px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .job-description__list__item .txtArea__list__item .term {
    font-size: 1.4rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 10px 5%;
  }
  .lower-newgrad .newgrad__container .job-description__list__item .txtArea__list__item .term br {
    display: none;
  }
}
.lower-newgrad .newgrad__container .job-description__list__item .txtArea__list__item .desc {
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  padding: 40px 60px 40px 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .job-description__list__item .txtArea__list__item .desc {
    font-size: 1.4rem;
    padding: 16px 5%;
  }
}
.lower-newgrad .newgrad__container .job-description__list__item .txtArea__list__item .desc a {
  color: #de2626;
}
.lower-newgrad .newgrad__container .job-description__list__item.-open .ttlArea .circle::after {
  rotate: 0deg;
}
.lower-newgrad .newgrad__container .job-description__list__item.-open .txtArea {
  grid-template-rows: 1fr;
  border-top: 1px solid #dedede;
}
.lower-newgrad .newgrad__container .selection-flow {
  background-color: #de2626;
  padding: 120px 0 140px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .selection-flow {
    padding: 50px 0 60px;
  }
}
.lower-newgrad .newgrad__container .selection-flow::before {
  position: absolute;
  content: "";
  background-image: url(../img/newgrad/selection-flow_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: -15px;
  right: 5.3%;
  width: 100%;
  max-width: 146px;
  aspect-ratio: 146/151;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .selection-flow::before {
    max-width: 90px;
  }
}
.lower-newgrad .newgrad__container .selection-flow__inner {
  max-width: 1180px;
}
.lower-newgrad .newgrad__container .selection-flow .section-title .eng {
  color: #fff;
}
.lower-newgrad .newgrad__container .selection-flow .section-title .ja {
  color: #fff;
}
.lower-newgrad .newgrad__container .selection-flow__list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 60px;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .selection-flow__list {
    margin-top: 24px;
    gap: 30px;
  }
}
.lower-newgrad .newgrad__container .selection-flow__list__item {
  background-color: #fff;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.1%;
  position: relative;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .selection-flow__list__item {
    border-radius: 15px;
    padding: 24px 5%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.lower-newgrad .newgrad__container .selection-flow__list__item::after {
  position: absolute;
  content: "";
  width: 21px;
  aspect-ratio: 1/1;
  background: url(../img/newgrad/section-flow_arrow.png) center/contain no-repeat;
  bottom: -39.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .selection-flow__list__item::after {
    width: 14px;
    bottom: -22px;
  }
}
.lower-newgrad .newgrad__container .selection-flow__list__item:last-child::after {
  display: none;
}
.lower-newgrad .newgrad__container .selection-flow__list__item .iconArea {
  aspect-ratio: 1/1;
  max-width: 120px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .selection-flow__list__item .iconArea {
    margin: 0 auto;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 92px;
  }
}
.lower-newgrad .newgrad__container .selection-flow__list__item .iconArea img {
  border-radius: 10px;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .selection-flow__list__item .iconArea img {
    border-radius: 6px;
  }
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .selection-flow__list__item .textArea {
    display: contents;
  }
}
.lower-newgrad .newgrad__container .selection-flow__list__item .textArea .hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.7;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .selection-flow__list__item .textArea .hd {
    font-size: 1.35em;
    letter-spacing: 0.04em;
    line-height: 1.5;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.lower-newgrad .newgrad__container .selection-flow__list__item .textArea .hd .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
  width: 44px;
  aspect-ratio: 44/32;
  background: url(../img/newgrad/item_num.png) left/contain no-repeat;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .selection-flow__list__item .textArea .hd .num {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33px;
            flex: 0 0 33px;
    width: 33px;
    margin-top: 0px;
  }
}
.lower-newgrad .newgrad__container .selection-flow__list__item .textArea .hd .num__text {
  color: #fff;
  font-family: "Mohave", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 4px;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .selection-flow__list__item .textArea .hd .num__text {
    font-size: 1.3rem;
  }
}
.lower-newgrad .newgrad__container .selection-flow__list__item .textArea .text {
  font-weight: 400;
  margin-top: 10px;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .selection-flow__list__item .textArea .text {
    margin-top: 0;
    width: 100%;
  }
}
.lower-newgrad .newgrad__container .offer-flow {
  padding: 120px 0 140px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .offer-flow {
    padding: 50px 0 60px;
  }
}
.lower-newgrad .newgrad__container .offer-flow::before {
  position: absolute;
  content: "";
  background-image: url(../img/newgrad/offer-flow_deco02.png?251112);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: -5px;
  left: 12.09%;
  width: 100%;
  max-width: 127px;
  aspect-ratio: 354/152;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .offer-flow::before {
    width: 68px;
    left: 6%;
  }
}
.lower-newgrad .newgrad__container .offer-flow__inner {
  max-width: 1180px;
}
.lower-newgrad .newgrad__container .offer-flow__list {
  margin-top: 60px;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 30px;
  padding: 70px 80px 70px 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 70px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .offer-flow__list {
    margin-top: 24px;
    border-radius: 15px;
    padding: 24px 5.5%;
    gap: 32px;
  }
}
.lower-newgrad .newgrad__container .offer-flow__list::before {
  position: absolute;
  content: "";
  background-image: url(../img/newgrad/offer-flow_deco01.png?251112);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: -134px;
  right: 6.36%;
  width: 100%;
  max-width: 165px;
  aspect-ratio: 165/134;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .offer-flow__list::before {
    display: none;
  }
}
.lower-newgrad .newgrad__container .offer-flow__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .offer-flow__list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.lower-newgrad .newgrad__container .offer-flow__list__item:last-child .numArea .line {
  bottom: 0px;
}
.lower-newgrad .newgrad__container .offer-flow__list__item .numArea {
  position: absolute;
  top: 0;
  bottom: 0;
}
.lower-newgrad .newgrad__container .offer-flow__list__item .numArea .num {
  font-family: "Mohave", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  position: relative;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: -80px;
  color: #de2626;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .offer-flow__list__item .numArea .num {
    font-size: 1.8rem;
    left: 0px;
    width: 38px;
    height: 38px;
  }
}
.lower-newgrad .newgrad__container .offer-flow__list__item .numArea .num::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #de2626;
  border-bottom-color: transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.lower-newgrad .newgrad__container .offer-flow__list__item .numArea .line {
  display: block;
  width: 1px;
  background-color: #de2626;
  position: absolute;
  left: -50px;
  top: calc(20px + 6rem);
  bottom: -50px;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .offer-flow__list__item .numArea .line {
    display: none;
  }
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .offer-flow__list__item .textArea {
    display: contents;
  }
}
.lower-newgrad .newgrad__container .offer-flow__list__item .textArea .hdArea {
  color: #de2626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.lower-newgrad .newgrad__container .offer-flow__list__item .textArea .hdArea .hd {
  font-size: 2.8rem;
  line-height: 1.7;
  font-weight: bold;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .offer-flow__list__item .textArea .hdArea .hd {
    font-size: 1.35em;
    margin-left: 48px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.lower-newgrad .newgrad__container .offer-flow__list__item .textArea .text {
  font-weight: 400;
  margin-top: 16px;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .offer-flow__list__item .textArea .text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.lower-newgrad .newgrad__container .offer-flow__list__item .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36.3%;
          flex: 0 0 36.3%;
  aspect-ratio: 320/240;
  max-width: 320px;
  margin-left: 7.2%;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .offer-flow__list__item .imgArea {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 16px;
  }
}
.lower-newgrad .newgrad__container .offer-flow__list__item .imgArea img {
  border-radius: 10px;
}
.lower-newgrad .newgrad__container .movie {
  padding: 120px 0 140px;
  background-color: #de2626;
  position: relative;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .movie {
    padding: 50px 0 60px;
  }
}
.lower-newgrad .newgrad__container .movie::before {
  position: absolute;
  content: "";
  background-image: url(../img/newgrad/movie_deco.png?251112);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: -5px;
  right: 9.32%;
  width: 100%;
  max-width: 131px;
  aspect-ratio: 365/168;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .movie::before {
    width: 68px;
    right: 6%;
  }
}
.lower-newgrad .newgrad__container .movie .section-title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lower-newgrad .newgrad__container .movie .section-title .eng {
  color: #fff;
}
.lower-newgrad .newgrad__container .movie .section-title .ja {
  color: #fff;
}
.lower-newgrad .newgrad__container .movie .movie__contents__item {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16/9;
  max-width: 950px;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .movie .movie__contents__item {
    margin-top: 24px;
  }
}
.lower-newgrad .newgrad__container .movie iframe {
  width: 100%;
  height: 100%;
}
.lower-newgrad .newgrad__container .jobs {
  padding: 120px 0 140px;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .jobs {
    padding: 50px 0 60px;
  }
}
.lower-newgrad .newgrad__container .jobs__inner {
  max-width: 1180px;
}
.lower-newgrad .newgrad__container .jobs__list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 40px;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .jobs__list {
    margin-top: 24px;
    gap: 16px;
  }
}
.lower-newgrad .newgrad__container .jobs__list__item {
  background-color: #de2626;
  overflow: hidden;
  border-radius: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .jobs__list__item {
    border-radius: 15px;
  }
}
@media (any-hover: hover) {
  .lower-newgrad .newgrad__container .jobs__list__item:hover {
    -webkit-filter: saturate(120%);
            filter: saturate(120%);
  }
}
.lower-newgrad .newgrad__container .jobs__list__item .ttlArea {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 36px 40px 36px 60px;
  gap: 65px;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .jobs__list__item .ttlArea {
    padding: 16px 4% 16px 6%;
  }
}
.lower-newgrad .newgrad__container .jobs__list__item .ttlArea .img {
  max-width: 320px;
}
.lower-newgrad .newgrad__container .jobs__list__item .ttlArea .img img {
  aspect-ratio: 320/240;
  border-radius: 10px;
}
.lower-newgrad .newgrad__container .jobs__list__item .ttlArea .hd {
  font-size: 2.8rem;
  line-height: 1.7;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .jobs__list__item .ttlArea .hd {
    font-size: 1.35em;
  }
}
.lower-newgrad .newgrad__container .jobs__list__item .ttlArea .circle {
  position: relative;
  background-color: #fff;
  display: block;
  width: 46px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46px;
          flex: 0 0 46px;
  margin-left: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .jobs__list__item .ttlArea .circle {
    width: 34px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34px;
            flex: 0 0 34px;
  }
}
.lower-newgrad .newgrad__container .jobs__list__item .ttlArea .circle::before, .lower-newgrad .newgrad__container .jobs__list__item .ttlArea .circle::after {
  content: "";
  width: 1.8rem;
  height: 2px;
  position: absolute;
  right: 50%;
  top: 50%;
  background: #de2626;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .jobs__list__item .ttlArea .circle::before, .lower-newgrad .newgrad__container .jobs__list__item .ttlArea .circle::after {
    width: 1.6rem;
    height: 1px;
  }
}
.lower-newgrad .newgrad__container .jobs__list__item .ttlArea .circle::before {
  translate: 50% -50%;
}
.lower-newgrad .newgrad__container .jobs__list__item .ttlArea .circle::after {
  translate: 50% -50%;
  rotate: 90deg;
}
.lower-newgrad .newgrad__container .jobs__list__item .txtArea {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
}
.lower-newgrad .newgrad__container .jobs__list__item .txtArea__list {
  overflow-y: hidden;
  -webkit-transition: 1s;
  transition: 1s;
}
.lower-newgrad .newgrad__container .jobs__list__item .txtArea__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 50px 60px;
  gap: 4.29%;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .jobs__list__item .txtArea__list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 5%;
  }
}
.lower-newgrad .newgrad__container .jobs__list__item .txtArea__list__item:first-child {
  border-top: none;
}
.lower-newgrad .newgrad__container .jobs__list__item .txtArea__list__item .img {
  aspect-ratio: 240/170;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24.53%;
          flex: 0 0 24.53%;
  max-width: 240px;
  margin: 0 auto;
}
.lower-newgrad .newgrad__container .jobs__list__item .txtArea__list__item .img img {
  border-radius: 10px;
}
.lower-newgrad .newgrad__container .jobs__list__item .txtArea__list__item .text {
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .jobs__list__item .txtArea__list__item .text {
    font-size: 1.4rem;
    margin-top: 16px;
  }
}
.lower-newgrad .newgrad__container .jobs__list__item .txtArea__list__item .text a {
  color: #de2626;
}
.lower-newgrad .newgrad__container .jobs__list__item.-open .ttlArea .circle::after {
  rotate: 0deg;
}
.lower-newgrad .newgrad__container .jobs__list__item.-open .txtArea {
  grid-template-rows: 1fr;
  border: 1px solid #dedede;
  border-top: none;
}
.lower-newgrad .newgrad__container .entry {
  padding: 120px 0 140px;
  background-color: #f5f5f5;
  position: relative;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .entry {
    padding: 50px 0 70px;
  }
}
.lower-newgrad .newgrad__container .entry::before {
  position: absolute;
  content: "";
  background-image: url(../img/newgrad/entry_deco02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: -5px;
  left: 6.01%;
  width: 100%;
  max-width: 98px;
  aspect-ratio: 98/104;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .entry::before {
    max-width: 64px;
  }
}
.lower-newgrad .newgrad__container .entry::after {
  position: absolute;
  content: "";
  background-image: url(../img/newgrad/entry_deco01.png?251112);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: -67px;
  right: 9.45%;
  width: 100%;
  max-width: 238px;
  aspect-ratio: 375/266;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .entry::after {
    max-width: 100px;
    top: -30px;
    right: 6%;
  }
}
.lower-newgrad .newgrad__container .entry__inner {
  max-width: 1180px;
}
.lower-newgrad .newgrad__container .entry__inner .section-title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lower-newgrad .newgrad__container .entry__btnList {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.6%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .entry__btnList {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.lower-newgrad .newgrad__container .entry__btnList__item {
  width: 30.9333333333%;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .entry__btnList__item {
    width: 100%;
  }
}
.lower-newgrad .newgrad__container .entry__btnList__item a {
  background-color: #fff;
  position: relative;
  width: 100%;
  max-width: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 33px 50px;
  border-radius: 100px;
  font-weight: bold;
  border: 1px solid #dedede;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .entry__btnList__item a {
    padding: 13px 16px;
    margin: 0 auto;
  }
}
.lower-newgrad .newgrad__container .entry__btnList__item a::after {
  position: absolute;
  content: "";
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/common/arrow.png) no-repeat center center/contain;
          mask: url(../img/common/arrow.png) no-repeat center center/contain;
  background-color: #de2626;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-newgrad .newgrad__container .entry__btnList__item a::after {
    right: 20px;
  }
}
@media (hover: hover) {
  .lower-newgrad .newgrad__container .entry__btnList__item a:hover {
    opacity: 1;
    background-color: #de2626;
    color: #fff;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }
  .lower-newgrad .newgrad__container .entry__btnList__item a:hover::after {
    background-color: #fff;
  }
}
.lower-newgrad .fixed_conversion {
  background-color: rgba(19, 11, 8, 0.6);
  position: fixed;
  bottom: 0;
  z-index: 998;
  left: 0;
  right: 0;
  padding: 24px 0;
}
@media (max-width: 834px) {
  .lower-newgrad .fixed_conversion {
    padding: 12px 0;
  }
}
.lower-newgrad .fixed_conversion__inner {
  max-width: 1045px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .lower-newgrad .fixed_conversion__inner {
    padding-left: 3%;
    padding-right: 3%;
  }
}
.lower-newgrad .fixed_conversion__btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.06%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .lower-newgrad .fixed_conversion__btnList {
    gap: 5px;
  }
}
.lower-newgrad .fixed_conversion__btnList__item {
  width: 31.2933333333%;
}
@media (max-width: 834px) {
  .lower-newgrad .fixed_conversion__btnList__item {
    width: calc((100% - 12px) / 3);
  }
}
.lower-newgrad .fixed_conversion__btnList__item a {
  background-color: #cd0000;
  position: relative;
  width: 100%;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 50px;
  border-radius: 100px;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  font-size: 1.5rem;
}
.lower-newgrad .fixed_conversion__btnList__item a br {
  display: none;
}
@media (max-width: 834px) {
  .lower-newgrad .fixed_conversion__btnList__item a br {
    display: block;
  }
}
@media (max-width: 965px) {
  .lower-newgrad .fixed_conversion__btnList__item a {
    font-size: 1.4rem;
    padding: 20px 32px;
  }
}
@media (max-width: 834px) {
  .lower-newgrad .fixed_conversion__btnList__item a {
    gap: 5px;
    font-size: 1.2rem;
    border-radius: 5px;
    padding: 8px 4px;
    line-height: 1.3;
    text-align: center;
  }
}
.lower-newgrad .fixed_conversion__btnList__item a::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/common/arrow.png) no-repeat center center/contain;
          mask: url(../img/common/arrow.png) no-repeat center center/contain;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 965px) {
  .lower-newgrad .fixed_conversion__btnList__item a::after {
    right: 16px;
  }
}
@media (max-width: 834px) {
  .lower-newgrad .fixed_conversion__btnList__item a::after {
    display: none;
  }
}
@media (hover: hover) {
  .lower-newgrad .fixed_conversion__btnList__item a:hover {
    opacity: 1;
    background-color: #fff;
    color: #de2626;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }
  .lower-newgrad .fixed_conversion__btnList__item a:hover::after {
    background-color: #de2626;
  }
}
.lower-newgrad .footer {
  padding-bottom: 134px;
}
@media (max-width: 834px) {
  .lower-newgrad .footer {
    padding-bottom: 64px;
  }
}
.lower-newgrad .pagetop {
  bottom: 274px;
}
@media (max-width: 834px) {
  .lower-newgrad .pagetop {
    bottom: 226px;
  }
}
.lower-newgrad #ot-sdk-btn-floating.ot-floating-button {
  bottom: 130px;
}
@media (max-width: 834px) {
  .lower-newgrad #ot-sdk-btn-floating.ot-floating-button {
    bottom: 80px;
  }
}

/* ============================================
// 数字で見るページ
// ==========================================*/
.lower-data {
  --engFont: "Mohave", sans-serif;
  --gapX: 30px;
  --gapY: 30px;
  --borderWidth: 1px;
  --borderRadius: 20px;
  --titleSize: 2.2rem;
  --numberingSize: 2rem;
  --dataNumSize72: 7.2rem;
  --dataNumSize42: 4.2rem;
  --dataNumColor: $txt-color;
  --doughnutChartSize: 198px;
  --tipsColor01: #de2626;
  --tipsColor02: #f0830e;
  --tipsColor03: #00c0d1;
}
.lower-data .data__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 96px 40px 80px;
  /*------------------------------
    項目ごとの設定
  ------------------------------*/
}
@media (max-width: 834px) {
  .lower-data .data__container {
    padding: 40px 6.25%;
  }
}
.lower-data .data__container .data__body {
  position: relative;
}
@media (min-width: 835px) {
  .lower-data .data__container .data__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: var(--gapY) var(--gapX);
  }
}
@media (min-width: 835px) and (max-width: 1200px) {
  .lower-data .data__container .data__body {
    --gapX: 24px;
    --gapY: 24px;
  }
}
@media (max-width: 834px) {
  .lower-data .data__container .data__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 24px;
  }
}
.lower-data .data__container .data__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background: #fff;
  border: var(--borderWidth) solid #dedede;
  border-radius: var(--borderRadius);
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block {
    width: 100%;
    border-radius: 10px;
  }
}
@media (max-width: 834px) and (max-width: 834px) {
  .lower-data .data__container .data__block {
    border-radius: 6px;
  }
}
@media (min-width: 835px) {
  .lower-data .data__container .data__block.-one {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - var(--gapX) * 2 / 3);
            flex: 0 0 calc(33.3333333333% - var(--gapX) * 2 / 3);
    max-width: calc(33.3333333333% - var(--gapX) * 2 / 3);
  }
  .lower-data .data__container .data__block.-two {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(66.6666666667% - var(--gapX) / 2);
            flex: 0 0 calc(66.6666666667% - var(--gapX) / 2);
    max-width: calc(66.6666666667% - var(--gapX) / 2);
  }
  .lower-data .data__container .data__block.-two + .-one {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - var(--gapX) / 2);
            flex: 0 0 calc(33.3333333333% - var(--gapX) / 2);
    max-width: calc(33.3333333333% - var(--gapX) / 2);
  }
  .lower-data .data__container .data__block.-half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - var(--gapX) / 2);
            flex: 0 0 calc(50% - var(--gapX) / 2);
    max-width: calc(50% - var(--gapX) / 2);
  }
  .lower-data .data__container .data__block.-full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.lower-data .data__container .data__block .head {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lower-data .data__container .data__block .head .num {
  font-family: var(--engFont);
  font-size: var(--numberingSize);
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  position: absolute;
  z-index: 1;
  left: clamp(0px, 1.2307692308vw, 16px);
  top: -6px;
  width: clamp(2.3em, 2vw, 2.6em);
  aspect-ratio: 1/1;
  background: #de2626;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.15em;
}
@media (max-width: 1150px) {
  .lower-data .data__container .data__block .head .num {
    left: 0;
    width: 2.3em;
  }
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .head .num {
    scale: 0.8;
    width: 2.6em;
    -webkit-transform-origin: left;
            transform-origin: left;
    top: -10px;
    left: -6px;
  }
}
.lower-data .data__container .data__block .head .title {
  font-size: clamp(1.95rem, 1.6923076923vw, var(--titleSize));
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.496em clamp(30px, 3.6923076923vw, 48px);
  background: #f5f5f5;
  border-radius: 10px;
  margin: 16px 16px 0;
  text-align: center;
}
@media (max-width: 1150px) {
  .lower-data .data__container .data__block .head .title {
    font-size: 1.95rem;
    padding: 0.496em 30px;
  }
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .head .title {
    font-size: calc(var(--titleSize) * 0.8);
    padding: 0.496em 32px;
    margin: 12px 12px 0;
    border-radius: 6px;
  }
  .lower-data .data__container .data__block .head .title br {
    display: none;
  }
}
.lower-data .data__container .data__block .head .title-sub {
  font-size: calc(var(--titleSize) * 0.636363);
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .head .title-sub {
    font-size: calc(var(--titleSize) * 0.8 * 0.636363);
  }
}
.lower-data .data__container .data__block .body {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: auto;
  padding: 40px clamp(19.6px, 2.1538461538vw, 28px);
  min-height: 240px;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .body {
    min-height: 180px;
    padding: 20px 6.25%;
  }
}
.lower-data .data__container .data__block .body.-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .body.-horizontal {
    gap: 16px;
  }
}
.lower-data .data__container .data__block .body.-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .body.-vertical {
    gap: 14px;
  }
}
.lower-data .data__container .data__block .body .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lower-data .data__container .data__block .body .img img {
  width: auto;
  max-height: 100%;
}
.lower-data .data__container .data__block .body .annotation {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #999999;
  line-height: 1.6;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .body .annotation {
    font-size: 1.2rem;
  }
}
.lower-data .data__container .data__block .body .label {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .body .label {
    font-size: 1.6rem;
  }
}
.lower-data .data__container .data__block .data__multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10%;
}
.lower-data .data__container .data__block .data .body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  margin: 0;
}
.lower-data .data__container .data__block .data .num {
  font-size: calc(var(--dataNumSize72) * 0.25);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .data .num {
    font-size: calc(var(--dataNumSize72) * 0.25 * 0.9);
  }
}
.lower-data .data__container .data__block .data .num b {
  font-size: var(--dataNumSize72);
  font-weight: 700;
  color: var(--dataNumColor);
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .data .num b {
    font-size: calc(var(--dataNumSize72) * 0.7);
  }
}
.lower-data .data__container .data__block:has(.line-chart) .line-chart {
  width: 100%;
}
.lower-data .data__container .data__block:has(.line-chart) .line-chart .chart {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
}
.lower-data .data__container .data__block:has(.line-chart) .line-chart .chart .line {
  width: 100%;
  height: var(--balanceChartHeight);
  -webkit-transition: width 1.3s ease;
  transition: width 1.3s ease;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block:has(.line-chart) .line-chart .chart .line {
    height: calc(var(--balanceChartHeight) * 0.65);
  }
}
.lower-data .data__container .data__block:has(.line-chart) .line-chart .chart .line:nth-child(2n+1) {
  background: var(--balanceChartColor01);
}
.lower-data .data__container .data__block:has(.line-chart) .line-chart .chart .line:nth-child(2n+2) {
  background: var(--balanceChartColor02);
}
.lower-data .data__container .data__block:has(.line-chart) .dataTitle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.lower-data .data__container .data__block:has(.line-chart) .dataTitle__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  font-weight: 700;
}
.lower-data .data__container .data__block:has(.line-chart) .dataTitle__item:first-child {
  color: var(--balanceChartColor01);
}
.lower-data .data__container .data__block:has(.line-chart) .dataTitle__item:last-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  color: var(--balanceChartColor02);
}
.lower-data .data__container .data__block:has(.line-chart) .dataTitle__item img {
  width: 48px;
}
.lower-data .data__container .data__block:has(.line-chart) .data {
  width: 100%;
}
.lower-data .data__container .data__block:has(.line-chart) .data__multi {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lower-data .data__container .data__block:has(.line-chart) .data__multi .separate {
  font-family: var(--engFont);
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1;
}
.lower-data .data__container .data__block .pie-chart {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--pieChartSize);
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .pie-chart {
    width: calc(var(--pieChartSize) * 0.88);
  }
}
.lower-data .data__container .data__block .pie-chart .chart {
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  margin: 0 auto;
  border-radius: 50%;
}
.lower-data .data__container .data__block .pie-chart .chart::before {
  content: "";
  position: absolute;
  inset: 6px;
  z-index: -1;
  border-radius: 50%;
  background: #f0f7f9;
}
.lower-data .data__container .data__block .pie-chart .chart canvas {
  position: absolute;
  inset: 0;
}
.lower-data .data__container .data__block .doughnut-chart {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--doughnutChartSize);
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .doughnut-chart {
    width: calc(var(--doughnutChartSize) * 0.75);
  }
}
.lower-data .data__container .data__block .doughnut-chart .chart {
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
}
.lower-data .data__container .data__block .doughnut-chart .chart::before {
  content: "";
  position: absolute;
  inset: 17.68%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
}
.lower-data .data__container .data__block .doughnut-chart .chart canvas {
  position: absolute;
  inset: 0;
}
.lower-data .data__container .data__block .doughnut-chart .chart .num {
  position: absolute;
  inset: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  font-size: calc(var(--dataNumSize72) * 0.25 * 0.9);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .doughnut-chart .chart .num {
    font-size: calc(var(--dataNumSize72) * 0.25 * 0.8);
  }
}
.lower-data .data__container .data__block .doughnut-chart .chart .num b {
  font-family: var(--engFont);
  font-size: calc(var(--dataNumSize72) * 0.7);
  font-weight: 700;
  color: var(--dataNumColor);
  letter-spacing: -0.05em;
  margin-right: 4px;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .doughnut-chart .chart .num b {
    font-size: calc(var(--dataNumSize72) * 0.7 * 0.7);
  }
}
.lower-data .data__container .data__block .doughnut-chart .chart .ico {
  position: absolute;
  z-index: 2;
  left: 16px;
  bottom: 0;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .doughnut-chart .chart .ico {
    left: 8px;
  }
}
.lower-data .data__container .data__block .doughnut-chart .chart .ico img {
  height: 56px;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .doughnut-chart .chart .ico img {
    height: 44px;
  }
}
.lower-data .data__container .data__block .bar-chart {
  width: 100%;
  max-width: 400px;
}
.lower-data .data__container .data__block .bar-chart canvas {
  aspect-ratio: 3/2;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .bar-chart canvas {
    aspect-ratio: 2/1.2;
  }
}
.lower-data .data__container .data__block .bar-chart canvas.verticalBarChart {
  aspect-ratio: 1/1;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .bar-chart canvas.verticalBarChart {
    aspect-ratio: 3/2;
  }
}
.lower-data .data__container .data__block .tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.7em;
  width: 100%;
}
@media (min-width: 1201px) {
  .lower-data .data__container .data__block .tips {
    padding-inline: 9.6%;
  }
}
.lower-data .data__container .data__block .tips__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  gap: 10px;
}
.lower-data .data__container .data__block .tips__item::before {
  content: "";
  aspect-ratio: 1/1;
  width: 0.625em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.625em;
          flex: 0 0 0.625em;
  margin-top: 0.2em;
}
.lower-data .data__container .data__block .tips__item b {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.lower-data .data__container .data__block .tips__item .ratio {
  font-size: 1.4rem;
  font-weight: 700;
}
.lower-data .data__container .data__block .tips__item:nth-child(5n+1)::before {
  background: var(--tipsColor01);
}
.lower-data .data__container .data__block .tips__item:nth-child(5n+2)::before {
  background: var(--tipsColor02);
}
.lower-data .data__container .data__block .tips__item:nth-child(5n+3)::before {
  background: var(--tipsColor03);
}
.lower-data .data__container .data__block .tips__text {
  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;
  width: 100%;
}
.lower-data .data__container .data__block .tips__text .line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: #e5e5e5;
  margin-inline: 14px;
}
.lower-data .data__container .data__block .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 15px;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .list {
    gap: 10px;
  }
}
.lower-data .data__container .data__block .list__item {
  position: relative;
  font-weight: 700;
  color: #ffffff;
  padding: 0.65em 1.1em;
  background: #de2626;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .list__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.2rem;
  }
}
.lower-data .data__container .data__block .list__item::after {
  content: "";
  aspect-ratio: 10/7;
  width: 10px;
  position: absolute;
  bottom: 1px;
  right: 20px;
  background: #de2626;
  translate: 0 100%;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.lower-data .data__container .data__block .list__item:nth-child(even) {
  background: #f0830e;
}
.lower-data .data__container .data__block .list__item:nth-child(even)::after {
  background: #f0830e;
}
.lower-data .data__container .data__date {
  text-align: right;
  margin-top: 16px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #999999;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__date {
    font-size: 1.2rem;
    margin-top: 16px;
  }
}
.lower-data .data__container #data01 .body .img {
  max-width: 166px;
  aspect-ratio: 166/67;
}
@media (min-width: 835px) {
  .lower-data .data__container #data01 .body .img {
    margin-bottom: 28px;
  }
}
@media (max-width: 834px) {
  .lower-data .data__container #data01 .body .img {
    max-width: 116.2px;
  }
}
.lower-data .data__container #data02 .body__block--01 {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px 24px;
  width: 100%;
  max-width: 270px;
}
@media (min-width: 835px) {
  .lower-data .data__container #data02 .body__block--01 {
    margin-right: 2%;
    margin-left: auto;
  }
}
@media (max-width: 834px) {
  .lower-data .data__container #data02 .body__block--01 {
    gap: 6px 16px;
  }
}
.lower-data .data__container #data02 .body__block--01 .img {
  height: auto;
  max-width: 92px;
  aspect-ratio: 92/76;
}
@media (max-width: 834px) {
  .lower-data .data__container #data02 .body__block--01 .img {
    max-width: 64.4px;
  }
}
.lower-data .data__container #data02 .body__block--02 {
  width: 100%;
}
.lower-data .data__container #data02 .body__block--02 .data-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #dedede;
  padding: 16px 3% 16px 5%;
}
@media (max-width: 834px) {
  .lower-data .data__container #data02 .body__block--02 .data-wrapper {
    padding: 12px 3% 12px 5%;
  }
}
.lower-data .data__container #data02 .body__block--02 .data-wrapper:first-child {
  border-top: none;
}
.lower-data .data__container #data02 .body__block--02 .img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.lower-data .data__container #data02 .body__block--02 .img-wrapper .img {
  height: auto;
  width: 18px;
  aspect-ratio: 18/33;
}
@media (max-width: 834px) {
  .lower-data .data__container #data02 .body__block--02 .img-wrapper .img {
    max-width: 14.4px;
  }
}
.lower-data .data__container #data02 .body__block--02 .img-wrapper .gender {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.lower-data .data__container #data02 .body__block--02 .data .num {
  font-size: 1.4rem;
}
@media (max-width: 834px) {
  .lower-data .data__container #data02 .body__block--02 .data .num {
    font-size: 1.3rem;
  }
}
.lower-data .data__container #data02 .body__block--02 .data b {
  font-size: var(--dataNumSize42);
}
@media (max-width: 834px) {
  .lower-data .data__container #data02 .body__block--02 .data b {
    font-size: calc(var(--dataNumSize42) * 0.7);
  }
}
.lower-data .data__container #data03 .body .img {
  max-width: 90px;
  aspect-ratio: 90/130;
}
@media (max-width: 834px) {
  .lower-data .data__container #data03 .body .img {
    max-width: 63px;
    margin-left: -8px;
  }
}
.lower-data .data__container #data03 .body .data {
  margin-right: -24px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data03 .body .data {
    margin-top: -8px;
    margin-right: -8px;
  }
}
.lower-data .data__container #data04 .body .img {
  max-width: 176px;
  aspect-ratio: 176/130;
}
@media (max-width: 834px) {
  .lower-data .data__container #data04 .body .img {
    max-width: 123.2px;
  }
}
.lower-data .data__container #data05 .body .img {
  max-width: 138px;
  aspect-ratio: 138/130;
}
@media (max-width: 834px) {
  .lower-data .data__container #data05 .body .img {
    max-width: 96.6px;
  }
}
.lower-data .data__container #data05 .body .data .num {
  font-size: 1.6rem;
}
.lower-data .data__container #data06 .body .img {
  max-width: 132px;
  aspect-ratio: 1/1;
}
@media (max-width: 834px) {
  .lower-data .data__container #data06 .body .img {
    max-width: 92.4px;
  }
}
.lower-data .data__container #data07 .body {
  gap: 20px;
}
.lower-data .data__container #data07 .body .pie-chart {
  max-width: 171px;
  width: 100%;
}
@media (max-width: 834px) {
  .lower-data .data__container #data07 .body .pie-chart {
    max-width: 120px;
  }
}
.lower-data .data__container #data08 .body {
  gap: 20px;
}
@media (min-width: 835px) {
  .lower-data .data__container #data08 .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.lower-data .data__container #data08 .body .bar-chart {
  width: 100%;
  max-width: 390px;
}
.lower-data .data__container #data08 .body .bar-chart canvas {
  width: 100% !important;
}
@media (min-width: 835px) {
  .lower-data .data__container #data08 .body .bar-chart canvas {
    margin-left: auto;
    height: 280px !important;
  }
}
.lower-data .data__container #data08 .body .data {
  position: relative;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 18px 4% 38px;
  max-width: 268px;
  width: 100%;
}
@media (min-width: 835px) {
  .lower-data .data__container #data08 .body .data {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39%;
            flex: 0 0 39%;
  }
}
.lower-data .data__container #data08 .body .data::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  translate: 0 -50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 26px solid #f5f5f5;
  border-left: 0;
}
@media (max-width: 834px) {
  .lower-data .data__container #data08 .body .data::before {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 50%;
    translate: -50% 0;
    border-right: 10.8px solid transparent;
    border-left: 10.8px solid transparent;
    border-bottom: 15.6px solid #f5f5f5;
    border-top: 0;
  }
}
.lower-data .data__container #data08 .body .data .label {
  font-size: 1.6rem;
  color: #fff;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  background: #00c0d1;
  border-radius: 5px;
  padding: 0.326em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lower-data .data__container #data08 .body .data .img {
  max-width: 80px;
  aspect-ratio: 80/43;
  margin-inline: auto;
  margin-top: 30px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data08 .body .data .img {
    max-width: 56px;
  }
}
.lower-data .data__container #data08 .body .data .num {
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.lower-data .data__container #data08 .body .data b {
  font-size: 6.8rem;
  font-size: 5.6rem;
  font-size: clamp(5.6rem, 5.2307692308vw, 6.8rem);
}
@media (max-width: 834px) {
  .lower-data .data__container #data08 .body .data b {
    font-size: 5.1rem;
  }
}
.lower-data .data__container #data09 .body {
  position: relative;
  overflow: hidden;
}
.lower-data .data__container #data09 .body::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  width: 358px;
  aspect-ratio: 358/408;
  background: url(../img/data/illust-japan.png) no-repeat center center/contain;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-data .data__container #data09 .body::before {
    max-width: 200px;
    width: 61.4065180103%;
    top: auto;
    bottom: 20px;
  }
}
.lower-data .data__container #data09 .body .data__list {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(2, 190px);
  gap: 20px;
  margin-right: auto;
}
@media (max-width: 834px) {
  .lower-data .data__container #data09 .body .data__list {
    width: 100%;
    gap: 10px;
    grid-template-columns: repeat(2, calc(50% - 5px));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    width: 75%;
  }
}
.lower-data .data__container #data09 .body .data__item {
  background: #f5f5f5;
  border-radius: 5px;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.27;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.848em 1em;
}
@media (max-width: 834px) {
  .lower-data .data__container #data09 .body .data__item {
    font-size: 1.5rem;
    padding: 0.6em;
    background-color: rgba(245, 245, 245, 0.92);
  }
}
.lower-data .data__container #data09 .body .data__prefecture {
  position: relative;
  padding-left: 1em;
}
.lower-data .data__container #data09 .body .data__prefecture::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 0.6818181818em;
  aspect-ratio: 15/19;
  background: url(../img/data/illust_daga_09.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-data .data__container #data09 .body .data__prefecture::before {
    top: 0.25em;
  }
}
.lower-data .data__container #data09 .body .data__count {
  display: block;
  font-size: 1.4rem;
  margin-top: 8px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data09 .body .data__count {
    display: inline;
  }
}
@media (min-width: 835px) {
  .lower-data .data__container #data10 .body {
    gap: 30px;
    margin-top: 24px;
  }
}
@media (max-width: 834px) {
  .lower-data .data__container #data10 .body {
    gap: 20px;
  }
}
.lower-data .data__container #data10 .body__block--01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 100%;
  max-width: 411px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data10 .body__block--01 {
    gap: 8px;
  }
}
.lower-data .data__container #data10 .body__block--01 .stat-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lower-data .data__container #data10 .body__block--01 .stat-item .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  background: #00c0d1;
  border-radius: 5px;
  padding: 0.2em 1em;
  min-height: 36px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data10 .body__block--01 .stat-item .label {
    font-size: 1.5rem;
    min-height: 32px;
  }
}
.lower-data .data__container #data10 .body__block--01 .stat-item--retirement02 .label {
  background: #de2626;
}
.lower-data .data__container #data10 .body__block--01 .data {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 10px;
}
.lower-data .data__container #data10 .body__block--01 .data .num {
  font-size: 2.8rem;
}
@media (max-width: 834px) {
  .lower-data .data__container #data10 .body__block--01 .data .num {
    font-size: 1.6rem;
  }
}
.lower-data .data__container #data10 .body__block--01 .data b {
  font-size: 6.8rem;
}
@media (max-width: 834px) {
  .lower-data .data__container #data10 .body__block--01 .data b {
    font-size: min(12vw, 4.6rem);
  }
}
.lower-data .data__container #data10 .body__block--02 {
  width: 100%;
  max-width: 411px;
  overflow: hidden;
}
.lower-data .data__container #data10 .body__block--02 .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  background: #f0830e;
  border-radius: 5px;
  padding: 0.1em 1em;
  min-height: 36px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data10 .body__block--02 .label {
    font-size: 1.5rem;
    min-height: 32px;
  }
}
.lower-data .data__container #data10 .body__block--02 .recruitment__list {
  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;
  margin-right: -1px;
}
.lower-data .data__container #data10 .body__block--02 .recruitment__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #dedede;
  border-top: none;
  border-bottom: none;
  -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
  margin-top: 15px;
  margin-left: -1px;
}
.lower-data .data__container #data10 .body__block--02 .recruitment__term {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #999999;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-data .data__container #data10 .body__block--02 .recruitment__term {
    font-size: 1.5rem;
  }
}
.lower-data .data__container #data10 .body__block--02 .recruitment__desc {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.lower-data .data__container #data10 .body__block--02 .recruitment__desc .data .num {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media (max-width: 834px) {
  .lower-data .data__container #data10 .body__block--02 .recruitment__desc .data .num {
    font-size: 1.3rem;
  }
}
.lower-data .data__container #data10 .body__block--02 .recruitment__desc .data b {
  font-size: 3rem;
}
@media (min-width: 835px) {
  .lower-data .data__container #data11 {
    min-height: 584px;
  }
}
.lower-data .data__container #data11 .body {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 40px 4%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1110px) {
  .lower-data .data__container #data11 .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 834px) {
  .lower-data .data__container #data11 .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 32px 3%;
  }
}
.lower-data .data__container #data11 .body__block--01 {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 380px;
}
@media (min-width: 835px) {
  .lower-data .data__container #data11 .body__block--01 {
    margin-top: -50px;
    margin-right: auto;
  }
}
@media (max-width: 1110px) and (min-width: 835px) {
  .lower-data .data__container #data11 .body__block--01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
    max-width: 100%;
    margin-top: 0px;
    margin-right: 0;
    padding-block: 50px;
  }
}
.lower-data .data__container #data11 .body__block--01::before {
  content: "";
  position: absolute;
  top: calc(50% + 24px);
  left: 50%;
  translate: -50% -50%;
  width: 300px;
  aspect-ratio: 300/484;
  background: url(../img/data/illust_daga_07_bg.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 1110px) {
  .lower-data .data__container #data11 .body__block--01::before {
    width: 150px;
    top: 50%;
  }
}
@media (max-width: 834px) {
  .lower-data .data__container #data11 .body__block--01::before {
    top: 50%;
    width: 132px;
  }
}
.lower-data .data__container #data11 .body__block--01 .img {
  max-width: 256px;
  aspect-ratio: 256/131;
}
@media (max-width: 834px) {
  .lower-data .data__container #data11 .body__block--01 .img {
    max-width: 153.6px;
  }
}
.lower-data .data__container #data11 .body__block--01 .data {
  margin-top: 16px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data11 .body__block--01 .data {
    margin-top: 10px;
  }
}
.lower-data .data__container #data11 .body__block--01 .data .label {
  max-width: 260px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data11 .body__block--01 .data .label {
    max-width: 160px;
  }
}
.lower-data .data__container #data11 .body__block--01 .data .num {
  font-size: 2.4rem;
}
@media (max-width: 834px) {
  .lower-data .data__container #data11 .body__block--01 .data .num {
    font-size: 1.6rem;
  }
}
.lower-data .data__container #data11 .body__block--02 {
  max-width: clamp(530px, 58.75vw, 705px);
  width: 100%;
}
@media (max-width: 1110px) {
  .lower-data .data__container #data11 .body__block--02 {
    max-width: 100%;
  }
}
@media (max-width: 834px) {
  .lower-data .data__container #data11 .body__block--02 {
    margin-top: 18px;
  }
}
.lower-data .data__container #data11 .body__block--02 .list-wrapper {
  position: relative;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 17px min(5vw, 50px) 10px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data11 .body__block--02 .list-wrapper {
    padding: 16px 12px 0;
    border-radius: 6px;
  }
}
.lower-data .data__container #data11 .body__block--02 .list-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  translate: 0 -50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-right: 26px solid #f5f5f5;
  border-left: 0;
}
@media (max-width: 1110px) and (min-width: 835px) {
  .lower-data .data__container #data11 .body__block--02 .list-wrapper::before {
    top: 0;
    right: 50%;
    translate: 0 -100%;
    rotate: 90deg;
    margin-top: 15px;
  }
}
@media (max-width: 834px) {
  .lower-data .data__container #data11 .body__block--02 .list-wrapper::before {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 50%;
    translate: -50% 0;
    border-right: 11.4px solid transparent;
    border-left: 11.4px solid transparent;
    border-bottom: 15.6px solid #f5f5f5;
    border-top: 0;
  }
}
.lower-data .data__container #data11 .body__block--02 .list-wrapper .sublabe {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  background: #00c0d1;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.7em 1em;
}
@media (max-width: 834px) {
  .lower-data .data__container #data11 .body__block--02 .list-wrapper .sublabe {
    font-size: 1.6rem;
    border-radius: 6px;
  }
}
.lower-data .data__container #data11 .body__block--02 .list-wrapper .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 9.1%;
  padding: 30px 0;
}
@media (max-width: 600px) {
  .lower-data .data__container #data11 .body__block--02 .list-wrapper .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px 9%;
    padding: 16px 3%;
  }
}
.lower-data .data__container #data11 .body__block--02 .list-wrapper .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lower-data .data__container #data11 .body__block--02 .list-wrapper .item-name {
  position: relative;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  padding-left: 1em;
  white-space: nowrap;
}
@media (max-width: 834px) {
  .lower-data .data__container #data11 .body__block--02 .list-wrapper .item-name {
    max-width: 117px;
  }
}
.lower-data .data__container #data11 .body__block--02 .list-wrapper .item-name::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 0.375em;
  aspect-ratio: 1/1;
  background: #de2626;
  border-radius: 50%;
}
.lower-data .data__container #data11 .body__block--02 .list-wrapper .item-line {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lower-data .data__container #data11 .body__block--02 .list-wrapper .item-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 1px;
  background: #dedede;
}
.lower-data .data__container #data11 .body__block--02 .list-wrapper .item .data .num {
  font-size: 1.4rem;
}
@media (max-width: 834px) {
  .lower-data .data__container #data11 .body__block--02 .list-wrapper .item .data .num {
    font-size: 1.3rem;
  }
}
.lower-data .data__container #data11 .body__block--02 .list-wrapper .item .data b {
  font-size: 2.4rem;
}
@media (max-width: 834px) {
  .lower-data .data__container #data11 .body__block--02 .list-wrapper .item .data b {
    font-size: 2.2rem;
  }
}
.lower-data .data__container #data11 .body .annotation {
  margin-top: 14px;
  margin-right: 10px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data11 .body .annotation {
    margin-top: 10px;
    margin-right: 8px;
  }
}
.lower-data .data__container #data12 .body {
  height: 100%;
}
.lower-data .data__container #data12 .body .data-table {
  margin-top: 56px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data12 .body .data-table {
    margin-top: 16px;
  }
}
.lower-data .data__container #data12 .body .data-table .header-cell {
  padding-inline: clamp(10px, 0.9615384615vw, 12.5px);
}
@media (max-width: 600px) {
  .lower-data .data__container #data12 .body .data-table .header-cell {
    padding-inline: 3px;
  }
}
.lower-data .data__container #data12 .body .data-table .header-cell--woman .header-cell__text {
  background: #de2626;
}
.lower-data .data__container #data12 .body .data-table .header-cell--total .header-cell__text {
  background: #f0830e;
}
.lower-data .data__container #data12 .body .data-table .header-cell--spacer {
  width: 0;
}
.lower-data .data__container #data12 .body .data-table .header-cell--spacer .header-cell__text {
  background: none;
}
.lower-data .data__container #data12 .body .data-table .header-cell__text {
  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-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  background: #00c0d1;
  border-radius: 5px;
  padding: 0.1em 1em;
  width: clamp(80px, 7.6923076923vw, 100px);
  min-height: 30px;
}
@media (max-width: 600px) {
  .lower-data .data__container #data12 .body .data-table .header-cell__text {
    width: 60px;
    min-height: 29px;
    font-size: 1.2rem;
    padding-inline: 0.5em;
  }
}
.lower-data .data__container #data12 .body .data-table .body-row {
  border-top: 1px solid #dedede;
  height: 81px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data12 .body .data-table .body-row {
    height: 64px;
  }
}
.lower-data .data__container #data12 .body .data-table .body-row:first-child {
  border-top: none;
}
.lower-data .data__container #data12 .body .data-table .body-label {
  padding-right: clamp(14.4px, 1.3846153846vw, 18px);
}
@media (max-width: 600px) {
  .lower-data .data__container #data12 .body .data-table .body-label {
    padding-right: 0;
  }
}
.lower-data .data__container #data12 .body .data-table .body-label__text {
  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-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  background: #f5f5f5;
  border-radius: 5px;
  width: 81px;
  min-height: 38px;
}
@media (max-width: 600px) {
  .lower-data .data__container #data12 .body .data-table .body-label__text {
    font-size: 1.2rem;
    width: 50px;
  }
}
@media (min-width: 835px) {
  .lower-data .data__container #data12 .body .data-table .data {
    margin-top: -10px;
  }
}
.lower-data .data__container #data12 .body .data-table .num {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .lower-data .data__container #data12 .body .data-table .num {
    font-size: 1.3rem;
  }
}
.lower-data .data__container #data12 .body .data-table b {
  font-size: var(--dataNumSize42);
}
@media (max-width: 834px) {
  .lower-data .data__container #data12 .body .data-table b {
    font-size: calc(var(--dataNumSize42) * 0.7);
  }
}
.lower-data .data__container #data12 .body .annotation {
  margin-top: auto;
}
.lower-data .data__container #data13 .body .doughnut-chart-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.1%;
  width: 100%;
}
.lower-data .data__container #data13 .body .chart .chart-img {
  max-width: 68px;
  aspect-ratio: 68/61;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 834px) {
  .lower-data .data__container #data13 .body .chart .chart-img {
    max-width: 56px;
  }
}
.lower-data .data__container #data13 .body .gender {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 14px;
}
.lower-data .data__container #data13 .body .data {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.lower-data .data__container #data13 .body .data b {
  font-size: 4.4rem;
}
@media (max-width: 834px) {
  .lower-data .data__container #data13 .body .data b {
    font-size: 4rem;
  }
}

.lower-history .pageHeader__title {
  max-width: 100%;
}
.lower-history .history__container .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 60px;
}
@media (max-width: 834px) {
  .lower-history .history__container .section-title {
    padding: 30px 5%;
  }
}
.lower-history .history__container .section-title .title {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-history .history__container .section-title .title {
    font-size: min(8vw, 3rem);
  }
}
.lower-history .history__container .section-title .copy {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  background-color: #de2626;
  color: #fff;
  padding: 0.5em 2em;
  border-radius: 5px;
}
@media (max-width: 834px) {
  .lower-history .history__container .section-title .copy {
    font-size: 1.4rem;
    font-size: min(3.8vw, 1.4rem);
    border-radius: 3px;
  }
}
.lower-history .history__container .section-title .copy span {
  display: block;
  position: relative;
}
.lower-history .history__container .section-title .copy span::before, .lower-history .history__container .section-title .copy span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 1px;
  background: #fff;
}
.lower-history .history__container .section-title .copy span::before {
  right: 100%;
  margin-right: 0.5em;
}
.lower-history .history__container .section-title .copy span::after {
  left: 100%;
  margin-left: 0.5em;
}
.lower-history .history__container .selection-history .history-group {
  position: relative;
  padding-inline: 50px;
  padding-block: 80px;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group {
    padding-inline: 30px 0;
    padding-block: 30px;
  }
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group__inner {
    padding-left: 4%;
    padding-left: 15px;
  }
}
.lower-history .history__container .selection-history .history-group .year {
  position: relative;
  font-size: 6.4rem;
  color: #de2626;
  line-height: 1;
  margin-bottom: 0.5em;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group .year {
    font-size: 3.4rem;
  }
}
.lower-history .history__container .selection-history .history-group .year .eng {
  position: relative;
  top: 0.1em;
  letter-spacing: normal;
  font-size: 1.71875em;
  font-weight: 600;
  font-style: italic;
  margin-right: 0.1em;
}
.lower-history .history__container .selection-history .history-group .year::before, .lower-history .history__container .selection-history .history-group .year::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 100%;
  -webkit-transform: translate(-54.5px, -50%);
          transform: translate(-54.5px, -50%);
  margin-top: 60px;
  border-radius: 50%;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group .year::before, .lower-history .history__container .selection-history .history-group .year::after {
    margin-top: 30px;
    -webkit-transform: translate(-14px, -50%) scale(0.7);
            transform: translate(-14px, -50%) scale(0.7);
  }
}
.lower-history .history__container .selection-history .history-group .year::before {
  width: 22px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 1px solid #de2626;
}
.lower-history .history__container .selection-history .history-group .year::after {
  width: 13px;
  aspect-ratio: 1/1;
  background-color: #de2626;
  margin-right: 4px;
}
.lower-history .history__container .selection-history .history-group .shd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7em;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.3em;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group .shd {
    font-size: 1.5rem;
  }
}
.lower-history .history__container .selection-history .history-group .shd::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  position: relative;
  top: 0.5em;
  width: 0.6em;
  height: 0.6em;
  border-radius: 100px;
  background-color: #de2626;
}
.lower-history .history__container .selection-history .history-group .copy {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.8em;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group .copy {
    font-size: 2.6rem;
  }
}
.lower-history .history__container .selection-history .history-group .sub-copy {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  color: #de2626;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group .sub-copy {
    font-size: 1.8rem;
  }
}
.lower-history .history__container .selection-history .history-group .list {
  position: relative;
  background-color: #f5f5f5;
  border-radius: 10px;
  border: 1px solid #dedede;
  padding: 30px 40px;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group .list {
    border-radius: 5px;
    padding: 20px 7%;
  }
}
.lower-history .history__container .selection-history .history-group .list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-weight: bold;
  line-height: 1.6;
}
.lower-history .history__container .selection-history .history-group .list__item:not(:first-child) {
  margin-top: 15px;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group .list__item:not(:first-child) {
    margin-top: 5px;
  }
}
.lower-history .history__container .selection-history .history-group .list__item::before {
  content: "";
  display: block;
  position: relative;
  top: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.8em;
  height: 0.8em;
  background: url(../img/history/ico-arrow.png) no-repeat center center/contain;
}
.lower-history .history__container .selection-history .history-group .list2 {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #dedede;
  padding: 30px 40px;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group .list2 {
    border-radius: 5px;
    padding: 20px 7%;
  }
}
.lower-history .history__container .selection-history .history-group .list2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  position: relative;
  line-height: 1.6;
}
.lower-history .history__container .selection-history .history-group .list2__item:not(:first-child) {
  margin-top: 15px;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group .list2__item:not(:first-child) {
    margin-top: 5px;
  }
}
.lower-history .history__container .selection-history .history-group .list2__item .hd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-weight: bold;
  color: #de2626;
}
.lower-history .history__container .selection-history .history-group .list2__item .hd::before {
  content: "";
  display: block;
  position: relative;
  top: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.8em;
  height: 0.8em;
  background: url(../img/history/ico-arrow.png) no-repeat center center/contain;
}
.lower-history .history__container .selection-history .history-group .historyLine {
  position: absolute;
  z-index: 3;
  width: 1px;
  height: calc(100% + 80px + 80px);
  top: 0;
  left: 0;
  margin-top: -80px;
  margin-left: -26px;
  background-color: #de2626;
  -webkit-transition: scale 1s 0.3s;
  transition: scale 1s 0.3s;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  scale: 1 0;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group .historyLine {
    height: calc(100% + 40px + 40px);
    margin-top: -40px;
    margin-left: -10px;
  }
}
.lower-history .history__container .selection-history .history-group .historyLine.js-active {
  scale: 1 1;
}
@media (min-width: 835px) {
  .lower-history .history__container .selection-history .history-group .read {
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
}
.lower-history .history__container .selection-history .history-group.-group01 {
  margin-top: 100px;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group01 {
    margin-top: 50px;
  }
}
.lower-history .history__container .selection-history .history-group.-group01::before, .lower-history .history__container .selection-history .history-group.-group01::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
}
.lower-history .history__container .selection-history .history-group.-group01::before {
  bottom: 100%;
  right: 65%;
  width: 1480px;
  aspect-ratio: 1480/100;
  -webkit-mask: url(../img/history/contents_bg.svg) right/cover no-repeat;
          mask: url(../img/history/contents_bg.svg) right/cover no-repeat;
  background-color: #f5f5f5;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group01::before {
    width: 720px;
  }
}
.lower-history .history__container .selection-history .history-group.-group01::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
@media (min-width: 835px) {
  .lower-history .history__container .selection-history .history-group.-group01 .history-group__inner {
    margin-top: -80px;
  }
}
@media (min-width: 835px) {
  .lower-history .history__container .selection-history .history-group.-group01 .history-group__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7%;
  }
}
.lower-history .history__container .selection-history .history-group.-group01 .history-group__image {
  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-flex: 0;
      -ms-flex: 0 0 47.834%;
          flex: 0 0 47.834%;
}
@media (min-width: 835px) {
  .lower-history .history__container .selection-history .history-group.-group01 .history-group__image {
    margin-top: -40px;
  }
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group01 .history-group__image {
    margin-top: 40px;
  }
}
.lower-history .history__container .selection-history .history-group.-group01 .history-group__image .img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group01 .history-group__image .img {
    border-radius: 10px;
  }
}
.lower-history .history__container .selection-history .history-group.-group01 .history-group__image .img:not(:first-child) {
  margin-top: 80px;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group01 .history-group__image .img:not(:first-child) {
    margin-top: 20px;
  }
}
.lower-history .history__container .selection-history .history-group.-group01 .history-group__image .img.-img1 {
  max-width: 574px;
}
.lower-history .history__container .selection-history .history-group.-group01 .history-group__image .img.-img1 img {
  aspect-ratio: 574/373;
}
.lower-history .history__container .selection-history .history-group.-group01 .history-group__image .img.-img2 {
  max-width: 392px;
  width: 68.2926829268%;
  aspect-ratio: 392/282;
  margin-left: auto;
}
.lower-history .history__container .selection-history .history-group.-group01 .history-group__image .img.-img3 {
  overflow: visible;
  border-radius: 0;
  width: 35.7142857143%;
  margin-top: -50px;
  margin-left: -20px;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group01 .history-group__image .img.-img3 {
    margin-left: 0;
  }
}
.lower-history .history__container .selection-history .history-group.-group01 .historyLine {
  margin-top: 60px;
  height: calc(100% + 20px);
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group01 .historyLine {
    margin-top: 30px;
  }
}
.lower-history .history__container .selection-history .history-group.-group02::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 59%;
  scale: -1 1;
  width: 1480px;
  aspect-ratio: 1480/100;
  -webkit-mask: url(../img/history/contents_bg02.svg) right/cover no-repeat;
          mask: url(../img/history/contents_bg02.svg) right/cover no-repeat;
  background-color: #f5f5f5;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group02::before {
    width: 720px;
  }
}
.lower-history .history__container .selection-history .history-group.-group02 .history-group__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
.lower-history .history__container .selection-history .history-group.-group02 .history-group__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 835px) {
  .lower-history .history__container .selection-history .history-group.-group02 .history-group__block {
    gap: 7%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group02 .history-group__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.lower-history .history__container .selection-history .history-group.-group02 .history-group__block.-block1 .history-group__image {
  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-flex: 0;
      -ms-flex: 0 0 34.167%;
          flex: 0 0 34.167%;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group02 .history-group__block.-block1 .history-group__image {
    margin-bottom: 30px;
  }
}
.lower-history .history__container .selection-history .history-group.-group02 .history-group__block.-block1 .history-group__image .img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group02 .history-group__block.-block1 .history-group__image .img {
    border-radius: 10px;
  }
}
.lower-history .history__container .selection-history .history-group.-group02 .history-group__block.-block1 .history-group__image .img.-img1 {
  max-width: 410px;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group02 .history-group__block.-block1 .history-group__image .img.-img1 {
    max-width: 300;
    width: 80%;
  }
}
.lower-history .history__container .selection-history .history-group.-group02 .history-group__block.-block1 .history-group__image .img.-img1 img {
  aspect-ratio: 410/480;
}
.lower-history .history__container .selection-history .history-group.-group02 .history-group__block.-block2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 100px;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group02 .history-group__block.-block2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}
.lower-history .history__container .selection-history .history-group.-group02 .history-group__block.-block2 .history-group__text {
  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 (min-width: 835px) {
  .lower-history .history__container .selection-history .history-group.-group02 .history-group__block.-block2 .history-group__text .list {
    margin-block: 10px;
  }
}
.lower-history .history__container .selection-history .history-group.-group02 .history-group__block.-block2 .history-group__image {
  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-flex: 0;
      -ms-flex: 0 0 41.917%;
          flex: 0 0 41.917%;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group02 .history-group__block.-block2 .history-group__image {
    margin-top: 30px;
  }
}
.lower-history .history__container .selection-history .history-group.-group02 .history-group__block.-block2 .history-group__image .img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group02 .history-group__block.-block2 .history-group__image .img {
    border-radius: 10px;
  }
}
.lower-history .history__container .selection-history .history-group.-group02 .history-group__block.-block2 .history-group__image .img.-img1 {
  max-width: 503px;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group02 .history-group__block.-block2 .history-group__image .img.-img1 {
    max-width: 300px;
    width: 70%;
  }
}
.lower-history .history__container .selection-history .history-group.-group02 .history-group__block.-block2 .history-group__image .img.-img1 img {
  aspect-ratio: 503/373;
}
.lower-history .history__container .selection-history .history-group.-group02 .history-group__block.-block2 .history-group__image .img.-img2 {
  overflow: visible;
  border-radius: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 45.9244532803%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: 35px;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group02 .history-group__block.-block2 .history-group__image .img.-img2 {
    margin-top: -20px;
    margin-right: 0;
    width: 32.1471172962%;
  }
}
.lower-history .history__container .selection-history .history-group.-group03::before, .lower-history .history__container .selection-history .history-group.-group03::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
}
.lower-history .history__container .selection-history .history-group.-group03::before {
  bottom: 100%;
  right: 40%;
  width: 1480px;
  aspect-ratio: 1480/100;
  -webkit-mask: url(../img/history/contents_bg.svg) right/cover no-repeat;
          mask: url(../img/history/contents_bg.svg) right/cover no-repeat;
  background-color: #f5f5f5;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group03::before {
    width: 720px;
  }
}
.lower-history .history__container .selection-history .history-group.-group03::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 1200px;
  background-color: #f5f5f5;
  border-radius: 0 0 40px 40px;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group03::after {
    height: 50%;
    border-radius: 0 0 20px 20px;
  }
}
@media (min-width: 835px) {
  .lower-history .history__container .selection-history .history-group.-group03 .history-group__inner {
    margin-top: -100px;
  }
}
.lower-history .history__container .selection-history .history-group.-group03 .history-group__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group03 .history-group__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.lower-history .history__container .selection-history .history-group.-group03 .history-group__block.-block1 .history-group__image {
  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-flex: 0;
      -ms-flex: 0 0 37.334%;
          flex: 0 0 37.334%;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group03 .history-group__block.-block1 .history-group__image {
    margin-bottom: 20px;
  }
}
.lower-history .history__container .selection-history .history-group.-group03 .history-group__block.-block1 .history-group__image .img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group03 .history-group__block.-block1 .history-group__image .img {
    border-radius: 10px;
  }
}
.lower-history .history__container .selection-history .history-group.-group03 .history-group__block.-block1 .history-group__image .img.-img1 {
  max-width: 448px;
}
.lower-history .history__container .selection-history .history-group.-group03 .history-group__block.-block1 .history-group__image .img.-img1 img {
  aspect-ratio: 448/365;
}
.lower-history .history__container .selection-history .history-group.-group03 .history-group__block.-block1 .history-group__text {
  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 (min-width: 835px) {
  .lower-history .history__container .selection-history .history-group.-group03 .history-group__block.-block1 .history-group__text .list2 {
    margin-block: 10px;
  }
}
.lower-history .history__container .selection-history .history-group.-group03 .history-group__block.-block2 {
  display: block;
  max-width: 1100px;
  margin-top: 50px;
  margin-inline: auto;
}
.lower-history .history__container .selection-history .history-group.-group03 .history-group__block.-block2 .read.-after {
  margin-top: 50px;
  max-width: 980px;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group03 .history-group__block.-block2 .read.-after {
    margin-top: 20px;
  }
}
.lower-history .history__container .selection-history .history-group.-group03 .example {
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #dedede;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group03 .example {
    border-radius: 15px;
  }
}
.lower-history .history__container .selection-history .history-group.-group03 .example__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  background-color: #de2626;
  padding: 0.7em 1em;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group03 .example__ttl {
    font-size: 2rem;
  }
}
.lower-history .history__container .selection-history .history-group.-group03 .exampleList__item {
  padding: 50px;
}
@media (min-width: 835px) {
  .lower-history .history__container .selection-history .history-group.-group03 .exampleList__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5%;
  }
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group03 .exampleList__item {
    padding: 25px 7%;
  }
}
.lower-history .history__container .selection-history .history-group.-group03 .exampleList__item:not(:last-child) {
  border-bottom: 1px solid #dedede;
}
.lower-history .history__container .selection-history .history-group.-group03 .exampleList .imgArea {
  max-width: 180px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19%;
          flex: 0 0 19%;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group03 .exampleList .imgArea {
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
    width: 23%;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
  }
}
.lower-history .history__container .selection-history .history-group.-group03 .exampleList .imgArea .img {
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group03 .exampleList .imgArea .img {
    border-radius: 5px;
  }
}
.lower-history .history__container .selection-history .history-group.-group03 .exampleList .imgArea img {
  aspect-ratio: 1/1;
}
.lower-history .history__container .selection-history .history-group.-group03 .exampleList .textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group03 .exampleList .textArea {
    gap: 5px;
    display: inline;
  }
}
.lower-history .history__container .selection-history .history-group.-group03 .exampleList .textArea .hd {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: #de2626;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group03 .exampleList .textArea .hd {
    font-size: 1.8rem;
    margin-bottom: 0.5em;
  }
}
.lower-history .history__container .selection-history .history-group.-group04 .year .eng {
  font-style: normal;
}
@media (min-width: 835px) {
  .lower-history .history__container .selection-history .history-group.-group04 .year .eng {
    font-size: 10.2rem;
  }
}
.lower-history .history__container .selection-history .history-group.-group04 .history-group__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group04 .history-group__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.lower-history .history__container .selection-history .history-group.-group04 .history-group__block.-block1 {
  gap: 11%;
}
.lower-history .history__container .selection-history .history-group.-group04 .history-group__block.-block1 .history-group__image {
  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-flex: 0;
      -ms-flex: 0 0 34.167%;
          flex: 0 0 34.167%;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group04 .history-group__block.-block1 .history-group__image {
    max-width: 300px;
    width: 80%;
    margin-bottom: 30px;
  }
}
.lower-history .history__container .selection-history .history-group.-group04 .history-group__block.-block1 .history-group__image .img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group04 .history-group__block.-block1 .history-group__image .img {
    border-radius: 10px;
  }
}
.lower-history .history__container .selection-history .history-group.-group04 .history-group__block.-block1 .history-group__image .img.-img1 {
  max-width: 448px;
}
.lower-history .history__container .selection-history .history-group.-group04 .history-group__block.-block1 .history-group__image .img.-img1 img {
  aspect-ratio: 410/480;
}
.lower-history .history__container .selection-history .history-group.-group04 .history-group__block.-block1 .history-group__text {
  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) {
  .lower-history .history__container .selection-history .history-group.-group04 .history-group__block.-block1 .history-group__text {
    gap: 15px;
  }
}
.lower-history .history__container .selection-history .history-group.-group04 .history-group__block.-block1 .history-group__text .copy {
  margin-bottom: 0;
}
@media (min-width: 835px) {
  .lower-history .history__container .selection-history .history-group.-group04 .history-group__block.-block1 .history-group__text .sub-copy {
    margin-block: 10px;
  }
}
.lower-history .history__container .selection-history .history-group.-group04 .history-group__block.-block1 .history-group__text .list2 {
  margin-block: 10px;
}
.lower-history .history__container .selection-history .history-group.-group04 .history-group__block.-block2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 100px;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group04 .history-group__block.-block2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
}
.lower-history .history__container .selection-history .history-group.-group04 .history-group__block.-block2 .history-group__image {
  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-flex: 0;
      -ms-flex: 0 0 38.75%;
          flex: 0 0 38.75%;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group04 .history-group__block.-block2 .history-group__image {
    margin-top: 30px;
  }
}
.lower-history .history__container .selection-history .history-group.-group04 .history-group__block.-block2 .history-group__image .img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group04 .history-group__block.-block2 .history-group__image .img {
    border-radius: 10px;
  }
}
.lower-history .history__container .selection-history .history-group.-group04 .history-group__block.-block2 .history-group__image .img:not(:first-child) {
  margin-top: 80px;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group04 .history-group__block.-block2 .history-group__image .img:not(:first-child) {
    margin-top: 20px;
  }
}
.lower-history .history__container .selection-history .history-group.-group04 .history-group__block.-block2 .history-group__image .img.-img1 {
  max-width: 465px;
}
.lower-history .history__container .selection-history .history-group.-group04 .history-group__block.-block2 .history-group__image .img.-img1 img {
  aspect-ratio: 465/302;
}
.lower-history .history__container .selection-history .history-group.-group04 .history-group__block.-block2 .history-group__image .img.-img2 {
  max-width: 363px;
  aspect-ratio: 363/229;
  margin-left: auto;
}
@media (min-width: 835px) {
  .lower-history .history__container .selection-history .history-group.-group04 .history-group__block.-block2 .history-group__image .img.-img2 {
    width: 78.064516129%;
  }
}
.lower-history .history__container .selection-history .history-group.-group04 .history-group__block.-block2 .history-group__text {
  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;
}
.lower-history .history__container .selection-history .history-group.-group04 .history-group__block.-block2 .history-group__text .copy {
  margin-bottom: 0;
}
@media (min-width: 835px) {
  .lower-history .history__container .selection-history .history-group.-group04 .history-group__block.-block2 .history-group__text .list {
    margin-block: 10px;
  }
}
.lower-history .history__container .selection-history .history-group.-group04 .historyLine {
  height: 140px;
}
@media (max-width: 834px) {
  .lower-history .history__container .selection-history .history-group.-group04 .historyLine {
    height: 70px;
  }
}
.lower-history .history__container .section-end {
  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;
  gap: 30px;
  padding: 60px;
}
@media (max-width: 834px) {
  .lower-history .history__container .section-end {
    padding: 30px 5%;
    gap: 20px;
  }
}
.lower-history .history__container .section-end .copy {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 834px) {
  .lower-history .history__container .section-end .copy {
    font-size: 2.6rem;
  }
}
@media (max-width: 834px) {
  .lower-history .history__container .section-end .img {
    max-width: 154.2px;
  }
}/*# sourceMappingURL=style.css.map */