@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;
  word-break: break-word;
}

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;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

::-moz-selection {
  background: #15a6d6;
  color: #ffffff;
}

::selection {
  background: #15a6d6;
  color: #ffffff;
}

@media (min-device-width: 769px) {
  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.5rem;
  font-weight: 500;
  color: #333;
  line-height: 2;
  letter-spacing: 0.075em;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 834px) {
  body {
    font-size: 1.4rem;
  }
}

#container {
  width: 100%;
}

.innerWrap {
  max-width: 1280px;
  position: relative;
  z-index: 1;
  margin-inline: auto;
  padding-inline: 40px;
}
@media (max-width: 834px) {
  .innerWrap {
    padding-inline: 6.25%;
  }
}
.innerWrap.-frontPage {
  max-width: 1740px;
  padding-inline: 70px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.6;
}

a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (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;
}

.spCont {
  display: none;
}
@media (max-width: 834px) {
  .spCont {
    display: block;
  }
}

.pcCont {
  display: block;
}
@media (max-width: 834px) {
  .pcCont {
    display: none;
  }
}

/* fonts */
.eng {
  font-family: "Niconne", sans-serif;
  font-weight: 700;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: -0.12em;
}

/* animations */
.anime {
  -webkit-transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.anime.-fadeIn {
  opacity: 0;
}
.anime.-fadeIn.js-active, .js-active > .anime.-fadeIn {
  opacity: 1;
}
.anime.-fadeInBottom {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.anime.-fadeInBottom.js-active, .js-active > .anime.-fadeInBottom {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime.-fadeInTop {
  opacity: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
.anime.-fadeInTop.js-active, .js-active > .anime.-fadeInTop {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime.-fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
.anime.-fadeInLeft.js-active, .js-active > .anime.-fadeInLeft {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.anime.-fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.anime.-fadeInRight.js-active, .js-active > .anime.-fadeInRight {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#ot-sdk-btn-floating.ot-floating-button .ot-floating-button__front button {
  outline: none;
  -webkit-transition: z-index 0.3s !important;
  transition: z-index 0.3s !important;
}

@media (max-width: 834px) {
  .js-open ~ #onetrust-consent-sdk #ot-sdk-btn-floating.ot-floating-button {
    z-index: 490;
    -webkit-transition: z-index 0.3s !important;
    transition: z-index 0.3s !important;
  }
}

@media (max-width: 834px) {
  .lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
    bottom: 90px;
    left: 8px !important;
  }
}

/* ============================================
// loading
// ==========================================*/
/* ============================================
// hamburger
// ==========================================*/
.hamburger {
  position: fixed;
  inset: 0;
  z-index: 700;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
}
.js-loaded .hamburger {
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.hamburger.js-open {
  opacity: 1;
  visibility: visible;
}
.hamburger::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  max-width: 1338px;
  aspect-ratio: 1338/2208;
  background: url(../img/common/deco_hamburger01.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
.hamburger::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35%;
  max-width: 1338px;
  aspect-ratio: 1338/2208;
  background: url(../img/common/deco_hamburger02.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: -2;
}
.hamburger__menu {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px;
  overflow-y: auto;
}
@media (max-width: 834px) {
  .hamburger__menu {
    padding: 48px 6.25%;
  }
}
.hamburger__menu__inner {
  width: 100%;
  max-width: 480px;
  margin: auto;
}
.hamburger__menu__logo a {
  position: relative;
  display: block;
  max-width: 145px;
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .hamburger__menu__logo a {
    max-width: 116px;
  }
}
.hamburger__menu__logo a::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 48px);
  height: calc(100% + 32px);
  inset: -16px -23px;
  background-color: #90ee90;
}
@media (max-width: 834px) {
  .hamburger__menu__logo a::before {
    width: calc(100% + 32px);
    height: calc(100% + 16px);
    inset: -9px -15px;
  }
}
.hamburger__menu__logo img {
  aspect-ratio: 145/61;
  z-index: 1;
  position: relative;
}
.hamburger__menu__nav {
  margin-top: 32px;
}
@media (max-width: 834px) {
  .hamburger__menu__nav {
    margin-top: 24px;
  }
}
.hamburger__menu__nav__list__item:first-child a {
  margin-top: 0;
}
.hamburger__menu__nav__list__item a {
  display: block;
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid rgba(51, 51, 51, 0.25);
  padding: 8px 16px 8px;
  margin-top: 8px;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item a {
    padding: 6px 12px;
    margin-top: 6px;
  }
}
@media (hover:hover) {
  .hamburger__menu__nav__list__item a:hover {
    opacity: 1;
    border-bottom: 1px solid #90ee90;
  }
  .hamburger__menu__nav__list__item a:hover .text {
    color: #90ee90;
  }
  .hamburger__menu__nav__list__item a:hover .text::after {
    background-color: #90ee90;
  }
}
.hamburger__menu__nav__list__item a .text {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.hamburger__menu__nav__list__item a span {
  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;
}
.hamburger__menu__nav__list__item a span::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  aspect-ratio: 16/6;
  -webkit-mask: url(../img/common/icon_arrow.png) center center/contain no-repeat;
          mask: url(../img/common/icon_arrow.png) center center/contain no-repeat;
  background-color: #585858;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.hamburger__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 73px;
  aspect-ratio: 73/68;
  -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: 5px;
  position: fixed;
  right: 40px;
  top: 43px;
  z-index: 900;
  font-size: 1.2rem;
  color: #ffffff;
  letter-spacing: 0.025em;
  cursor: pointer;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
@media (max-width: 834px) {
  .hamburger__btn {
    width: 56px;
    right: 16px;
    top: 24px;
  }
}
.js-scrolled .hamburger__btn {
  top: 11px;
}
.hamburger__btn span {
  width: 14px;
  height: 1px;
  background: #ffffff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 1;
  pointer-events: none;
}
.hamburger__btn .hamburgerSvg {
  position: absolute;
  inset: 0;
}
.hamburger__btn .hamburgerSvg .animatedPath {
  -webkit-transition: d 0.4s ease;
  transition: d 0.4s ease;
}
@media (hover:hover) {
  .hamburger__btn .hamburgerSvg:hover .animatedPath {
    d: path("M171.811,112.87c-17.791,57.292-47.348,52.911-87,52.911-41,0-65.609-3.607-80.478-43.52C-14.247,72.389,30.942,14.465,63.832,2.413c38.873-14.245,131.066,36.109,107.979,110.457Z");
  }
}
.hamburger__btn.js-open {
  gap: 0;
  top: 43px;
}
.hamburger__btn.js-open span {
  width: 16px;
}
.hamburger__btn.js-open span:nth-child(1) {
  -webkit-transform: translate(0, 1px) rotate(45deg);
          transform: translate(0, 1px) rotate(45deg);
}
.hamburger__btn.js-open span:nth-child(2) {
  opacity: 0;
}
.hamburger__btn.js-open span:nth-child(3) {
  -webkit-transform: translate(0, -1px) rotate(-45deg);
          transform: translate(0, -1px) rotate(-45deg);
}

/*------------------------------
form base setting
------------------------------*/
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: 13px 20px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
}
@media (max-width: 834px) {
  body select,
  body search,
  body input {
    padding: 8px 16px !important;
  }
}
body select,
body input[type=text],
body input[type=search] {
  font-size: 1.4rem;
}
@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: 13px 20px !important;
  background: #fff;
}
@media (min-width: 835px) {
  body input[type=text]:hover,
  body input[type=search]:hover,
  body input[type=submit]:hover {
    background: #ffffff;
  }
}
@media (max-width: 834px) {
  body input[type=text],
  body input[type=search],
  body input[type=submit] {
    padding: 14px 16px !important;
  }
}
body input[type=checkbox] {
  display: none;
}
body input[type=checkbox] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: relative;
  cursor: pointer;
  line-height: 1.5;
  padding-left: 22px;
  transition: all 0.2s;
}
@media (max-width: 834px) {
  body input[type=checkbox] + label {
    padding-left: 20px;
  }
}
body input[type=checkbox] + label 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_body {
  margin-top: 32px;
  z-index: 2;
  position: relative;
}
@media (max-width: 834px) {
  .search_body {
    margin-top: 0;
  }
}

.custom-form {
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .custom-form {
    background-size: 100% auto;
  }
}
.custom-form .custom-form_inner {
  padding-inline: 6%;
}
.custom-form .custom-form_parts {
  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;
  padding: 10px 0;
}
@media (max-width: 834px) {
  .custom-form .custom-form_parts {
    display: block;
    padding: 6px 0 12px;
  }
}
@media (min-width: 835px) {
  .custom-form .custom-form_parts:nth-child(1) .parts_ttl, .custom-form .custom-form_parts:last-child .parts_ttl {
    padding: 11px 0;
  }
}
.custom-form .parts_ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 118px;
          flex: 0 0 118px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  padding: 11px 0;
  text-shadow: 0px 0px 16px rgb(103, 237, 103);
  color: #fff;
}
@media (max-width: 834px) {
  .custom-form .parts_ttl {
    font-size: 1.5rem;
    padding: 0;
    margin-bottom: 4px;
  }
}
.custom-form .parts_ttl .ico {
  font-size: 0;
  margin-right: 8px;
}
.custom-form .form_parts_inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.custom-form .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.custom-form .category_list li label {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 15.5px 20px;
  padding-right: 18px;
  border: 1px solid #fff;
}
@media (max-width: 834px) {
  .custom-form .category_list li label {
    padding: 8px 16px;
  }
}
.custom-form select,
.custom-form option,
.custom-form .searchWord {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (hover:hover) {
  .custom-form select:hover,
  .custom-form option:hover,
  .custom-form .searchWord:hover {
    background-color: #efefef;
  }
}
.custom-form select {
  background: #ffffff;
  font-weight: 600;
  letter-spacing: 0.075em;
}
.custom-form .pull-down {
  position: relative;
}
.custom-form .pull-down::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 21px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #90ee90;
  border-right: 2px solid #90ee90;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
@media (max-width: 834px) {
  .custom-form .pull-down::after {
    right: 20px;
  }
}
.custom-form input[type=checkbox] + label a:link,
.custom-form input[type=checkbox] + label a:visited {
  color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 835px) {
  .custom-form input[type=checkbox] + label a:link:hover,
  .custom-form input[type=checkbox] + label a:visited:hover {
    color: #15a6d6;
  }
}
.custom-form .selCity-box {
  margin-top: 16px;
}
.custom-form .selCity_alert {
  color: #15a6d6;
  display: block;
}
@media (max-width: 834px) {
  .custom-form .selCity_alert {
    font-size: 1.4rem;
  }
}
.custom-form input[type=checkbox] + label {
  background-color: #ffffff;
}
@media (hover:hover) {
  .custom-form input[type=checkbox] + label:hover {
    background-color: #efefef;
  }
}
.custom-form input[type=checkbox] + label .check {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  top: 1px;
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #d9d9d9;
  position: relative;
  margin-right: 3px;
}
@media (max-width: 834px) {
  .custom-form input[type=checkbox] + label .check {
    margin-right: 4px;
  }
}
.custom-form input[type=checkbox] + label .check::before, .custom-form input[type=checkbox] + label .check::after {
  content: "";
  background: #15a6d6;
  display: block;
  opacity: 0;
  position: absolute;
  z-index: 10;
}
.custom-form input[type=checkbox] + label .check::before {
  width: 4px;
  height: 2px;
  top: 7px;
  left: 3px;
  -webkit-transform: rotate(55deg) scaleX(0);
          transform: rotate(55deg) scaleX(0);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.custom-form input[type=checkbox] + label .check::after {
  width: 2px;
  height: 10px;
  top: 1px;
  left: 4px;
  -webkit-transform: rotate(45deg) scaleY(0);
          transform: rotate(45deg) scaleY(0);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.custom-form input[type=checkbox]:checked + label {
  color: #ffffff;
  background-color: #90ee90;
  text-shadow: 0px 0px 16px rgb(103, 237, 103);
}
.custom-form input[type=checkbox]:checked + label .check {
  background-color: #faf869;
}
.custom-form input[type=checkbox]:checked + label .check::before, .custom-form input[type=checkbox]:checked + label .check::after {
  opacity: 1;
  background-color: #333;
  translate: 0 -1px;
}
.custom-form input[type=checkbox]:checked + label .check::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  translate: 0 -1px;
}
.custom-form input[type=checkbox]:checked + label .check::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  translate: 0 -2px;
}
.custom-form .custom-form_searth_btn {
  display: block;
  max-width: 293px;
  width: 100%;
  margin: 40px auto -40px;
}
@media (max-width: 834px) {
  .custom-form .custom-form_searth_btn {
    margin: 24px auto -30px;
    max-width: 240px;
  }
}
.custom-form .custom-form_searth_btn .btn_cover {
  display: block;
  position: relative;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
.custom-form .custom-form_searth_btn .btn_cover:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 7.15em;
  -webkit-transform: translateY(calc(-50% + 5px));
          transform: translateY(calc(-50% + 5px));
  width: 1.5em;
  height: 1.5em;
  background: url("../img/index/search_icon.png") no-repeat center center/contain;
  pointer-events: none;
}
@media (max-width: 834px) {
  .custom-form .custom-form_searth_btn .btn_cover:before {
    left: 69px;
    width: 18px;
    height: 18px;
    -webkit-transform: translateY(calc(-50% + 2px));
            transform: translateY(calc(-50% + 2px));
  }
}
.custom-form .custom-form_searth_btn .btn_cover input[type=submit] {
  cursor: pointer;
  color: #90ee90;
  padding: 34px 16px 28px 40px !important;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border-radius: 500px;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .custom-form .custom-form_searth_btn .btn_cover input[type=submit] {
    padding: 16px 16px 16px 40px !important;
  }
}
@media (hover:hover) {
  .custom-form .custom-form_searth_btn .btn_cover input[type=submit]:hover + .commonBtn02Svg .animatedPath01 {
    d: path("M326.804,90.199c0,11.81-122.609,21.374-142.957,20.393-15.824-.763-52.204-21.436-73.043-21.436-22.547,0-40.301-16.977-55.594-23.336-16.785-6.979-31.494-17.766-27.282-27.979,5.267-12.772,21.35-13.865,34.187-20.55,15.706-8.179,21.1,1.952,47.124,1.952,23.647,0,42.911-10.023,58.407-3.105,15.497,6.918,159.158,63.505,159.158,74.061Z");
  }
  .custom-form .custom-form_searth_btn .btn_cover input[type=submit]:hover + .commonBtn02Svg .animatedPath02 {
    d: path("M56.87,108.038c36.274,5.475,146.803-9.379,177.065-8.094,29.937,1.271,45.961,16.526,85.304,11.957,28.761-3.341,53.217-23.826,53.217-53.217h0c0-29.391-35.109-54-73.457-57.913-38.348-3.913-69.239,8.391-128.717,7.87-61.261-.537-91.826-3.652-91.826-3.652C37.761,6.031,0,29.292,0,58.683v4.853c4.536,27.13,29.217,40.328,56.87,44.502Z");
  }
}
.custom-form .custom-form_searth_btn .btn_cover .commonBtn02Svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.custom-form .custom-form_searth_btn .btn_cover .commonBtn02Svg .animatedPath01,
.custom-form .custom-form_searth_btn .btn_cover .commonBtn02Svg .animatedPath02 {
  -webkit-transition: d 0.3s ease;
  transition: d 0.3s ease;
}

/* ============================================
// MODULES
// ==========================================*/
/*--------------------
	pageHeader
--------------------*/
.pageHeader {
  position: relative;
  overflow: hidden;
}
.pageHeader::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: min(784px, 68%);
  aspect-ratio: 609/1005;
  background: url(../img/common/deco_lower_pageheader01.png) center center/contain no-repeat;
  z-index: 2;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  -webkit-animation: videoDeco01 300ms ease 800ms both;
          animation: videoDeco01 300ms ease 800ms both;
  pointer-events: none;
}
.pageHeader::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(800px, 67%);
  aspect-ratio: 890/1472;
  background: url(../img/common/deco_lower_pageheader02.png) center center/contain no-repeat;
  z-index: 3;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  -webkit-animation: videoDeco02 300ms ease 1000ms both;
          animation: videoDeco02 300ms ease 1000ms both;
  pointer-events: none;
}
.pageHeader__inner {
  position: relative;
  height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .pageHeader__inner {
    height: 240px;
  }
}
.pageHeader__inner::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  background-color: #ddfadd;
  -webkit-transition: background-color 800ms ease;
  transition: background-color 800ms ease;
  z-index: 1;
  pointer-events: none;
}
.pageHeader__inner .bgImg {
  position: absolute;
  inset: 0;
}
.pageHeader__inner .title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 4;
  margin-top: 8px;
  margin-left: 10%;
  -webkit-filter: drop-shadow(0 0 8px #90ee90);
          filter: drop-shadow(0 0 8px #90ee90);
}
@media (max-width: 834px) {
  .pageHeader__inner .title {
    gap: 2px;
  }
}
.pageHeader__inner .title::before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  width: 71px;
  aspect-ratio: 71/100;
  background: url(../img/common/deco_common_title.png) center center/contain no-repeat;
  z-index: 0;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
@media (max-width: 834px) {
  .pageHeader__inner .title::before {
    width: 40px;
    top: -7px;
    left: -14px;
  }
}
.pageHeader__inner .title .eng {
  font-family: "Niconne", sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #333;
  line-height: 1;
  -webkit-transform: translateY(24px) rotate(-8deg);
          transform: translateY(24px) rotate(-8deg);
  padding-left: 0.555556em;
  -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);
  opacity: 0;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
@media (max-width: 834px) {
  .pageHeader__inner .title .eng {
    font-size: 2.6rem;
    padding-left: 0;
    margin-left: -6px;
  }
}
.pageHeader__inner .title .ja {
  font-size: 3.8rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #fff;
  padding-left: 1.238096em;
  -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);
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  opacity: 0;
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
@media (max-width: 834px) {
  .pageHeader__inner .title .ja {
    font-size: 2.4rem;
    padding-left: 0;
  }
}

.js-loaded .pageHeader::before {
  -webkit-animation: videoDeco01 300ms ease 300ms both;
          animation: videoDeco01 300ms ease 300ms both;
}
.js-loaded .pageHeader::after {
  -webkit-animation: videoDeco02 300ms ease 600ms both;
          animation: videoDeco02 300ms ease 600ms both;
}
.js-loaded .pageHeader__inner::before {
  background-color: transparent;
}
.js-loaded .pageHeader__inner .title::before {
  -webkit-animation: copyDeco 300ms ease 200ms both;
          animation: copyDeco 300ms ease 200ms both;
}
.js-loaded .pageHeader__inner .title .eng {
  opacity: 1;
  -webkit-transform: translateY(0px) rotate(-8deg);
          transform: translateY(0px) rotate(-8deg);
}
.js-loaded .pageHeader__inner .title .ja {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/*--------------------
	breadcrumb (common)
--------------------*/
.breadcrumb {
  padding: 16px 40px;
  text-align: end;
}
@media (max-width: 834px) {
  .breadcrumb {
    padding: 6px 16px;
  }
}
.breadcrumb_list {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  white-space: nowrap;
}
.breadcrumb_list_item {
  display: inline;
  font-size: 1.2rem;
  font-weight: 400;
  color: #888;
  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: #888;
}

/*--------------------
	breadcrumb-d (詳細ページ)
--------------------*/
/*--------------------
	commonTitle
--------------------*/
.commonTitle01__inner {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media (max-width: 834px) {
  .commonTitle01__inner {
    gap: 8px;
  }
}
.commonTitle01__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  width: 71px;
  aspect-ratio: 71/100;
  background: url(../img/common/deco_common_title.png) center center/contain no-repeat;
  z-index: -1;
}
@media (max-width: 834px) {
  .commonTitle01__inner::before {
    width: 40px;
    top: -7px;
    left: -14px;
  }
}
.commonTitle01__inner .eng {
  font-family: "Niconne", sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #333;
  line-height: 1;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  padding-left: 0.555556em;
}
@media (max-width: 834px) {
  .commonTitle01__inner .eng {
    font-size: 2.6rem;
    padding-left: 0;
    margin-left: -6px;
  }
}
.commonTitle01__inner .ja {
  font-size: 4.2rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #90ee90;
  padding-left: 1.238096em;
}
@media (max-width: 834px) {
  .commonTitle01__inner .ja {
    font-size: 2.6rem;
    padding-left: 0;
  }
}
.commonTitle01__inner .ja.-fz28 {
  font-size: 2.8rem;
  padding-left: 1.857144em;
}
@media (max-width: 834px) {
  .commonTitle01__inner .ja.-fz28 {
    font-size: 2rem;
    padding-left: 0;
  }
}

/*--------------------
	commonBtn
--------------------*/
.commonBtn01 {
  position: relative;
  max-width: 293px;
  width: 100%;
}
@media (max-width: 834px) {
  .commonBtn01 {
    max-width: 240px;
  }
}
.commonBtn01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (hover:hover) {
  .commonBtn01 a:hover {
    opacity: 1;
  }
}
.commonBtn01 a .text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 700;
  -webkit-transform: translate(-50%, calc(-50% + 4px));
          transform: translate(-50%, calc(-50% + 4px));
  font-size: 1.4rem;
  color: #fff;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 48px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .commonBtn01 a .text {
    padding-inline: 36px;
    font-size: 1.3rem;
    -webkit-transform: translate(-50%, calc(-50% + 3px));
            transform: translate(-50%, calc(-50% + 3px));
  }
}
.commonBtn01 a .icon {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(calc(-50% + 4px));
          transform: translateY(calc(-50% + 4px));
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .commonBtn01 a .icon {
    right: 20px;
    right: 16px;
  }
}
.commonBtn01 a .icon::before {
  content: "";
  display: block;
  width: 17px;
  aspect-ratio: 17/7;
  background: url(../img/common/icon_arrow.png) center center/contain no-repeat;
}
.commonBtn01 a .commonBtn01Svg {
  width: 100%;
}
.commonBtn01 a .commonBtn01Svg .animatedPath01,
.commonBtn01 a .commonBtn01Svg .animatedPath02 {
  -webkit-transition: d 0.3s ease;
  transition: d 0.3s ease;
}
@media (hover:hover) {
  .commonBtn01 a .commonBtn01Svg:hover .animatedPath01 {
    d: path("M326.804,90.199c0,11.81-122.609,21.374-142.957,20.393-15.824-.763-52.204-21.436-73.043-21.436-22.547,0-40.301-16.977-55.594-23.336-16.785-6.979-31.494-17.766-27.282-27.979,5.267-12.772,21.35-13.865,34.187-20.55,15.706-8.179,21.1,1.952,47.124,1.952,23.647,0,42.911-10.023,58.407-3.105,15.497,6.918,159.158,63.505,159.158,74.061Z");
  }
  .commonBtn01 a .commonBtn01Svg:hover .animatedPath02 {
    d: path("M56.87,108.038c36.274,5.475,146.803-9.379,177.065-8.094,29.937,1.271,45.961,16.526,85.304,11.957,28.761-3.341,53.217-23.826,53.217-53.217h0c0-29.391-35.109-54-73.457-57.913-38.348-3.913-69.239,8.391-128.717,7.87-61.261-.537-91.826-3.652-91.826-3.652C37.761,6.031,0,29.292,0,58.683v4.853c4.536,27.13,29.217,40.328,56.87,44.502Z");
  }
}

.commonBtn02 {
  position: relative;
  max-width: 293px;
  width: 100%;
}
.commonBtn02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (hover:hover) {
  .commonBtn02 a:hover {
    opacity: 1;
  }
}
.commonBtn02 a .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% + 4px));
          transform: translate(-50%, calc(-50% + 4px));
  font-size: 1.4rem;
  font-weight: 700;
  color: #90ee90;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 48px;
  pointer-events: none;
}
.commonBtn02 a .icon {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.commonBtn02 a .icon::before {
  content: "";
  display: block;
  width: 17px;
  aspect-ratio: 17/7;
  background: url(../img/common/icon_arrow.png) center center/contain no-repeat;
}
.commonBtn02 a .commonBtn02Svg {
  width: 100%;
}
.commonBtn02 a .commonBtn02Svg .animatedPath01,
.commonBtn02 a .commonBtn02Svg .animatedPath02 {
  -webkit-transition: d 0.3s ease;
  transition: d 0.3s ease;
}
@media (hover:hover) {
  .commonBtn02 a .commonBtn02Svg:hover .animatedPath01 {
    d: path("M326.804,90.199c0,11.81-122.609,21.374-142.957,20.393-15.824-.763-52.204-21.436-73.043-21.436-22.547,0-40.301-16.977-55.594-23.336-16.785-6.979-31.494-17.766-27.282-27.979,5.267-12.772,21.35-13.865,34.187-20.55,15.706-8.179,21.1,1.952,47.124,1.952,23.647,0,42.911-10.023,58.407-3.105,15.497,6.918,159.158,63.505,159.158,74.061Z");
  }
  .commonBtn02 a .commonBtn02Svg:hover .animatedPath02 {
    d: path("M56.87,108.038c36.274,5.475,146.803-9.379,177.065-8.094,29.937,1.271,45.961,16.526,85.304,11.957,28.761-3.341,53.217-23.826,53.217-53.217h0c0-29.391-35.109-54-73.457-57.913-38.348-3.913-69.239,8.391-128.717,7.87-61.261-.537-91.826-3.652-91.826-3.652C37.761,6.031,0,29.292,0,58.683v4.853c4.536,27.13,29.217,40.328,56.87,44.502Z");
  }
}

.commonBtn03 {
  width: 100%;
  max-width: 222px;
}
@media (max-width: 834px) {
  .commonBtn03 {
    max-width: 192px;
  }
}
.commonBtn03 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .commonBtn03 a {
    gap: 8px;
  }
}
@media (hover:hover) {
  .commonBtn03 a:hover {
    opacity: 1;
  }
  .commonBtn03 a:hover .text::before {
    width: 50%;
    opacity: 0.5;
  }
  .commonBtn03 a:hover .commonBtn03Svg {
    width: 100%;
  }
  .commonBtn03 a:hover .commonBtn03Svg .animatedPath {
    d: path("M171.811,112.87c-17.791,57.292-47.348,52.911-87,52.911-41,0-65.609-3.607-80.478-43.52C-14.247,72.389,30.942,14.465,63.832,2.413c38.873-14.245,131.066,36.109,107.979,110.457Z");
  }
}
.commonBtn03 a .text {
  position: relative;
  font-weight: 700;
}
.commonBtn03 a .text::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: #333;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.commonBtn03 a .icon {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 63px;
          flex: 0 0 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 834px) {
  .commonBtn03 a .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
  }
}
.commonBtn03 a .icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 17px;
  aspect-ratio: 17/7;
  background: url(../img/common/icon_arrow.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .commonBtn03 a .commonBtn03Svg {
    max-width: 48px;
    width: 100%;
  }
}
.commonBtn03 a .commonBtn03Svg .animatedPath {
  -webkit-transition: d 0.3s ease;
  transition: d 0.3s ease;
}

/*--------------------
	job_count_pager
--------------------*/
/* ============================================
// HEADER
// ==========================================*/
.header {
  position: fixed;
  left: 50%;
  z-index: 500;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 48px 143px 16px 50px;
  -webkit-transition: background 0.3s ease, padding 0.3s ease, top 0.3s ease;
  transition: background 0.3s ease, padding 0.3s ease, top 0.3s ease;
}
@media (max-width: 1140px) {
  .header {
    padding: 48px 136px 16px 40px;
  }
}
@media (max-width: 834px) {
  .header {
    padding: 32px 5% 16px 5%;
  }
}
.js-scrolled .header {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  -webkit-box-shadow: 0 0 12px rgba(51, 51, 51, 0.2);
          box-shadow: 0 0 12px rgba(51, 51, 51, 0.2);
  padding: 16px 143px 16px 24px;
}
@media (max-width: 1140px) {
  .js-scrolled .header {
    padding: 16px 136px 16px 24px;
  }
}
@media (max-width: 834px) {
  .js-scrolled .header {
    padding: 16px 5% 16px 20px;
  }
}
.js-scrolled .header__logo a {
  max-width: 145px;
}
@media (max-width: 834px) {
  .js-scrolled .header__logo a {
    max-width: 104px;
  }
}
.js-scrolled .header__logo a::before {
  background-color: #90ee90;
}
.js-scrolled .header__logo a img {
  -webkit-filter: none;
          filter: none;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 145px;
          flex: 0 0 145px;
}
.header__logo a {
  position: relative;
  display: block;
  max-width: 145px;
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .header__logo a {
    max-width: 104px;
  }
}
.header__logo a::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 64px);
  height: calc(100% + 32px);
  inset: -16px -32px;
  background-color: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (max-width: 834px) {
  .header__logo a::before {
    width: calc(100% + 40px);
    height: calc(100% + 32px);
    inset: -16px -19px;
  }
}
.header__logo a img {
  position: relative;
  aspect-ratio: 145/61;
  -webkit-filter: drop-shadow(0 0 16px #0075a9);
          filter: drop-shadow(0 0 16px #0075a9);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media (max-width: 1050px) {
  .header__nav {
    display: none;
  }
}
.header__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 1140px) {
  .header__nav__list {
    gap: 16px;
  }
}
@media (hover:hover) {
  .header__nav__list__item a:hover {
    opacity: 1;
  }
  .header__nav__list__item a:hover .text {
    color: #90ee90;
    border-bottom: 1px solid #90ee90;
  }
}
.header__nav__list__item a .text {
  font-weight: 700;
  letter-spacing: 0.1em;
  -webkit-transition: color 0.3s ease, border-bottom 0.3s ease;
  transition: color 0.3s ease, border-bottom 0.3s ease;
}
.header__nav__list__item.-instagram a {
  display: block;
  max-width: 33px;
  width: 100%;
}
@media (hover:hover) {
  .header__nav__list__item.-instagram a:hover {
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
}
.header__nav__list__item.-instagram a img {
  aspect-ratio: 1/1;
}

/* ============================================
// 採用情報
// ==========================================*/
.front__recruit {
  z-index: 2;
  position: relative;
  margin-bottom: -132px;
}
.front__recruit::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 134px;
  right: 0;
  width: 331px;
  aspect-ratio: 331/487;
  background: url(../img/index/facilityfaq_deco.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
.front__recruit .recruit__inner .contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #90ee90;
  min-height: 264px;
  padding-inline: 8.334%;
  padding: 24px 8.334%;
}
@media (max-width: 1160px) {
  .front__recruit .recruit__inner .contents {
    padding-inline: 6%;
  }
}
@media (max-width: 834px) {
  .front__recruit .recruit__inner .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 32px 6% 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.front__recruit .recruit__inner .contents::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-clip-path: polygon(28% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(28% 0, 100% 0, 100% 100%, 0% 100%);
}
.front__recruit .recruit__inner .contents .commonTitle01 {
  position: absolute;
  top: -35px;
  left: 50px;
  z-index: 1;
}
@media (max-width: 834px) {
  .front__recruit .recruit__inner .contents .commonTitle01 {
    top: -22px;
    left: 6%;
  }
}
.front__recruit .recruit__inner .contents .commonTitle01__inner::before {
  top: -16px;
  left: 10px;
}
@media (max-width: 834px) {
  .front__recruit .recruit__inner .contents .commonTitle01__inner::before {
    top: -12px;
    left: -14px;
  }
}
.front__recruit .recruit__inner .contents .commonTitle01__inner .eng {
  font-size: 5.4rem;
}
@media (max-width: 834px) {
  .front__recruit .recruit__inner .contents .commonTitle01__inner .eng {
    font-size: 3.2rem;
  }
}
.front__recruit .recruit__inner .contents .heading {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #fff;
  max-width: 140px;
}
@media (max-width: 834px) {
  .front__recruit .recruit__inner .contents .heading {
    font-size: 2.4rem;
  }
}
.front__recruit .recruit__inner .contents .textArea {
  max-width: 387px;
}
@media (max-width: 834px) {
  .front__recruit .recruit__inner .contents .textArea {
    max-width: 100%;
    margin-top: 16px;
  }
}
.front__recruit .recruit__inner .contents .textArea .title {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: clamp(2.6rem, 2.5vw, 2.8rem);
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .front__recruit .recruit__inner .contents .textArea .title {
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.front__recruit .recruit__inner .contents .textArea .lead {
  font-size: clamp(1.45rem, 1.28vw, 1.5rem);
  color: #fff;
  margin-top: 14px;
}
@media (max-width: 834px) {
  .front__recruit .recruit__inner .contents .textArea .lead {
    font-size: 1.4rem;
    margin-top: 2px;
  }
}
@media (max-width: 1160px) {
  .front__recruit .recruit__inner .contents .commonBtn02 {
    max-width: 230px;
  }
}
@media (max-width: 834px) {
  .front__recruit .recruit__inner .contents .commonBtn02 {
    max-width: 240px;
    margin-top: 16px;
  }
}
.front__recruit .recruit__inner .contents .commonBtn02 a .text {
  gap: 12px;
  padding-inline: 16px;
}
@media (max-width: 1160px) {
  .front__recruit .recruit__inner .contents .commonBtn02 a .text {
    gap: 8px;
  }
}
.front__recruit .recruit__inner .contents .commonBtn02 a .text::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 21px;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_loupe.png) center center/contain no-repeat;
}
@media (max-width: 1160px) {
  .front__recruit .recruit__inner .contents .commonBtn02 a .text::before {
    width: 18px;
  }
}

/* ============================================
// FOOTER
// ==========================================*/
.footer {
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 341px;
  aspect-ratio: 341/562;
  background: url(../img/common/deco_footer01.png) center center/contain no-repeat;
  pointer-events: none;
}
.footer::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 168px;
  aspect-ratio: 168/277;
  background: url(../img/common/deco_footer02.png) center center/contain no-repeat;
  pointer-events: none;
}
.footer__inner {
  padding-top: 221px;
  padding-bottom: 96px;
}
@media (max-width: 834px) {
  .footer__inner {
    padding-top: 160px;
    padding-bottom: 72px;
  }
}
.footer .footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 4.167%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .footer .footer__top {
    -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;
  }
}
.footer .footer__top .footer__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
@media (max-width: 834px) {
  .footer .footer__top .footer__logo {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
}
.footer .footer__top .footer__logo a {
  width: 100%;
  background: #90ee90;
  display: grid;
  place-content: center;
  max-width: 184px;
  min-height: 96px;
}
@media (max-width: 834px) {
  .footer .footer__top .footer__logo a {
    max-width: 170px;
    min-height: 88px;
  }
}
.footer .footer__top .footer__logo a img {
  max-width: 145px;
  aspect-ratio: 145/61;
}
@media (max-width: 834px) {
  .footer .footer__top .footer__logo a img {
    max-width: 120px;
  }
}
.footer .footer__top .footer__nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 605px;
          flex: 0 0 605px;
  -ms-flex: 0 0 670px;
      flex: 0 0 670px;
}
@media (max-width: 834px) {
  .footer .footer__top .footer__nav {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 16px;
  }
}
.footer .footer__top .footer__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1120px) {
  .footer .footer__top .footer__nav__list {
    gap: 8px 24px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 834px) {
  .footer .footer__top .footer__nav__list {
    margin-top: 16px;
    gap: 8px 24px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (hover:hover) {
  .footer .footer__top .footer__nav__list__item a:hover {
    opacity: 1;
  }
  .footer .footer__top .footer__nav__list__item a:hover .text {
    color: #90ee90;
    border-bottom: 1px solid #90ee90;
  }
}
.footer .footer__top .footer__nav__list__item a .text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  -webkit-transition: color 0.3s ease, border-bottom 0.3s ease;
  transition: color 0.3s ease, border-bottom 0.3s ease;
}
@media (max-width: 834px) {
  .footer .footer__top .footer__nav__list__item a .text {
    font-size: 1.5rem;
  }
}
.footer .footer__bottom {
  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;
  padding-right: 4.167%;
  margin-top: 40px;
}
@media (max-width: 834px) {
  .footer .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-right: 0;
    margin-top: 24px;
  }
}
.footer .footer__bottom__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
@media (max-width: 834px) {
  .footer .footer__bottom__left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    margin-top: 24px;
    gap: 2px;
  }
}
.footer .footer__bottom__left .corporate a {
  max-width: 258px;
  width: 100%;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e5e5e5;
  padding-inline: 10.44%;
  background: #fff;
}
@media (max-width: 834px) {
  .footer .footer__bottom__left .corporate a {
    max-width: 210px;
    min-height: 64px;
    padding-inline: 20px;
  }
}
.footer .footer__bottom__left .corporate a .text {
  font-size: 1.4rem;
  color: #8c8c8c;
  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;
  width: 100%;
}
@media (max-width: 834px) {
  .footer .footer__bottom__left .corporate a .text {
    font-size: 1.3rem;
  }
}
.footer .footer__bottom__left .corporate a .text::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  aspect-ratio: 12/10;
  background: url(../img/common/icon_external.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .footer .footer__bottom__left .corporate a .text::after {
    width: 10px;
  }
}
.footer .footer__bottom__left .ga {
  margin-top: 12px;
}
@media (max-width: 834px) {
  .footer .footer__bottom__left .ga {
    margin-top: 10px;
  }
}
.footer .footer__bottom__left .ga a {
  font-size: clamp(1.1rem, 1vw, 1.3rem);
  letter-spacing: 0.1em;
  color: #8c8c8c;
}
@media (max-width: 834px) {
  .footer .footer__bottom__left .ga a {
    font-size: 1.2rem;
  }
}
.footer .footer__bottom__left .copyright {
  font-size: clamp(1.1rem, 1vw, 1.3rem);
  letter-spacing: 0.1em;
  color: #8c8c8c;
}
@media (max-width: 834px) {
  .footer .footer__bottom__left .copyright {
    font-size: 1.2rem;
  }
}
.footer .footer__bottom__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 801.4px;
          flex: 0 0 801.4px;
}
@media (max-width: 1240px) {
  .footer .footer__bottom__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 629.4px;
            flex: 0 0 629.4px;
  }
}
@media (max-width: 834px) {
  .footer .footer__bottom__right {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.footer .footer__bottom__right .search__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .footer__bottom__right .search__group:nth-child(n+2) {
  margin-top: 14px;
}
@media (max-width: 834px) {
  .footer .footer__bottom__right .search__group:nth-child(n+2) {
    margin-top: 8px;
  }
}
@media (max-width: 1240px) {
  .footer .footer__bottom__right .search__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 834px) {
  .footer .footer__bottom__right .search__group {
    gap: 0;
  }
}
.footer .footer__bottom__right .search__group .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #90ee90;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 172px;
          flex: 0 0 172px;
}
@media (max-width: 834px) {
  .footer .footer__bottom__right .search__group .heading {
    font-size: 1.3rem;
    gap: 6px;
  }
}
.footer .footer__bottom__right .search__group .heading::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  aspect-ratio: 1/1;
  background: #faf869;
  border-radius: 50%;
}
@media (max-width: 1240px) {
  .footer .footer__bottom__right .search__group .heading {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.footer .footer__bottom__right .search__group .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 834px) {
  .footer .footer__bottom__right .search__group .list {
    gap: 2px 16px;
  }
}
.footer .footer__bottom__right .search__group .list__item a {
  font-size: 1.4rem;
  font-weight: 600;
  -webkit-transition: color 0.3s ease, border-bottom 0.3s ease;
  transition: color 0.3s ease, border-bottom 0.3s ease;
}
@media (max-width: 834px) {
  .footer .footer__bottom__right .search__group .list__item a {
    font-size: 1.3rem;
  }
}
@media (hover:hover) {
  .footer .footer__bottom__right .search__group .list__item a {
    opacity: 1;
  }
  .footer .footer__bottom__right .search__group .list__item a:hover {
    color: #90ee90;
    border-bottom: 1px solid #90ee90;
  }
}
.footer .footer__bottom__right .sns {
  margin-top: 32px;
}
.footer .footer__bottom__right .sns .heading {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #8c8c8c;
  margin-bottom: 8px;
}
@media (max-width: 834px) {
  .footer .footer__bottom__right .sns .heading {
    font-size: 1.1rem;
    margin-bottom: 3px;
  }
}
.footer .footer__bottom__right .sns .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.7%;
}
.footer .footer__bottom__right .sns .list__item {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  max-width: 258px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 258px;
          flex: 0 0 258px;
}
@media (max-width: 834px) {
  .footer .footer__bottom__right .sns .list__item {
    max-width: 248px;
  }
}
@media (max-width: 613px) {
  .footer .footer__bottom__right .sns .list__item:nth-child(n+2) {
    border-top: none;
  }
}
@media (min-width: 1240px) {
  .footer .footer__bottom__right .sns .list__item:nth-child(n+4) {
    border-top: none;
  }
}
@media (max-width: 1240px) {
  .footer .footer__bottom__right .sns .list__item:nth-child(n+3) {
    border-top: none;
  }
}
.footer .footer__bottom__right .sns .list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 15px 2%;
  height: 100%;
}
@media (max-width: 834px) {
  .footer .footer__bottom__right .sns .list__item a {
    padding: 9.5px 2.5%;
  }
}
.footer .footer__bottom__right .sns .list__item a .icon {
  max-width: 29px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29px;
          flex: 0 0 29px;
}
.footer .footer__bottom__right .sns .list__item a .icon img {
  aspect-ratio: 1/1;
}
.footer .footer__bottom__right .sns .list__item a .text {
  color: #8c8c8c;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .footer .footer__bottom__right .sns .list__item a .text {
    font-size: 1.3rem;
  }
}

.lower-kyujin_l .footer__inner,
.lower-kyujin_d .footer__inner,
.lower-whatsnew .footer__inner {
  padding-top: 64px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .footer__inner,
  .lower-kyujin_d .footer__inner,
  .lower-whatsnew .footer__inner {
    padding-top: 40px;
  }
}

/* ============================================
// PAGETOP
// ==========================================*/
.pagetop {
  width: 72px;
  aspect-ratio: 72/68;
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 834px) {
  .pagetop {
    width: 64px;
    right: 12px;
    bottom: 12px;
  }
}
.js-scrolled .pagetop {
  opacity: 1;
}
.pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (hover: hover) {
  .pagetop a:hover {
    opacity: 1;
  }
}
@media (hover: hover) and (hover:hover) {
  .pagetop a:hover .pageTopSvg:hover .animatedPath {
    d: path("M171.811,112.87c-17.791,57.292-47.348,52.911-87,52.911-41,0-65.609-3.607-80.478-43.52C-14.247,72.389,30.942,14.465,63.832,2.413c38.873-14.245,131.066,36.109,107.979,110.457Z");
  }
}
.pagetop a .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.pagetop a .icon::before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 16/6;
  background: url(../img/common/icon_arrow.png) center center/contain no-repeat;
  z-index: 1;
}
.pagetop a .pageTopSvg {
  width: 100%;
}
.pagetop a .pageTopSvg .animatedPath {
  -webkit-transition: d 0.4s ease;
  transition: d 0.4s ease;
}

/* ============================================
// INDEX
// ==========================================*/
.front-page #container {
  overflow: hidden;
}
.front-page .mv {
  position: relative;
}
.front-page .mv::before {
  content: "";
  display: block;
  position: absolute;
  top: 84%;
  right: 0;
  width: 444px;
  aspect-ratio: 444/736;
  background: url(../img/index/philosophy_bg.png) center center/contain no-repeat;
  pointer-events: none;
}
.front-page .mv__inner {
  position: relative;
}
.front-page .mv__inner .video {
  position: relative;
  max-height: 100vh;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 84%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 84%, 0 100%);
}
.front-page .mv__inner .video::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  background: #ddfadd;
  -webkit-transition: background 1200ms ease;
  transition: background 1200ms ease;
  z-index: 1;
}
.front-page .mv__inner .video__inner {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  min-height: 360px;
}
.front-page .mv__inner .video__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.15;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 1200px) {
  .front-page .mv__inner .video__inner::before {
    opacity: 0.2;
  }
}
.front-page .mv__inner .video__inner iframe {
  width: auto;
  height: 100%;
  aspect-ratio: 16/9;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
}
.front-page .mv__inner .video__inner .videoDeco01 {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 20%;
  z-index: 2;
}
.front-page .mv__inner .video__inner .videoDeco01 .img {
  max-width: 305px;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  -webkit-animation: videoDeco01 300ms ease 800ms both;
          animation: videoDeco01 300ms ease 800ms both;
}
@-webkit-keyframes videoDeco01 {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes videoDeco01 {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
.front-page .mv__inner .video__inner .videoDeco01 .img img {
  aspect-ratio: 305/503;
}
.front-page .mv__inner .video__inner .videoDeco02 {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 25%;
  z-index: 2;
}
.front-page .mv__inner .video__inner .videoDeco02 .img {
  max-width: 445px;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  -webkit-animation: videoDeco02 300ms ease 1000ms both;
          animation: videoDeco02 300ms ease 1000ms both;
}
@-webkit-keyframes videoDeco02 {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes videoDeco02 {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
.front-page .mv__inner .video__inner .videoDeco02 .img img {
  aspect-ratio: 445/739;
}
.front-page .mv__inner .copy {
  position: absolute;
  bottom: 25%;
  left: 7.8%;
  z-index: 3;
}
@media (max-width: 834px) {
  .front-page .mv__inner .copy {
    bottom: 18%;
    left: 4%;
  }
}
.front-page .mv__inner .copy .title__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-filter: drop-shadow(2px 4px 7px #fff);
          filter: drop-shadow(2px 4px 7px #fff);
}
.front-page .mv__inner .copy .title__inner .copy01 {
  z-index: 1;
  padding-left: 44px;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
@media (max-width: 834px) {
  .front-page .mv__inner .copy .title__inner .copy01 {
    padding-left: 16px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.front-page .mv__inner .copy .title__inner .copy01 .mvSvg {
  width: 100%;
  max-width: 308px;
  height: auto;
  aspect-ratio: 308/122;
  stroke-width: 0.5px;
  fill: transparent;
  stroke-dasharray: 560px;
  stroke-dashoffset: 560px;
  -webkit-animation: mv_line_animation 1.5s ease-in both;
          animation: mv_line_animation 1.5s ease-in both;
}
@-webkit-keyframes mv_line_animation {
  0% {
    stroke-dashoffset: 560px;
    fill: transparent;
  }
  60% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #333;
  }
}
@keyframes mv_line_animation {
  0% {
    stroke-dashoffset: 560px;
    fill: transparent;
  }
  60% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #333;
  }
}
@media (max-width: 834px) {
  .front-page .mv__inner .copy .title__inner .copy01 .mvSvg {
    max-width: 160px;
  }
}
.front-page .mv__inner .copy .title__inner .copy01 .mvSvg path {
  stroke: #333;
}
@media (max-width: 834px) {
  .front-page .mv__inner .copy .title__inner .copy01 .mvSvg path {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
.front-page .mv__inner .copy .title__inner .copy02 {
  z-index: 1;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #333;
  -webkit-transform: rotate(-6.54deg);
          transform: rotate(-6.54deg);
  padding-left: 1.4em;
  line-height: 1.6;
  opacity: 0;
  -webkit-animation: copy02 1s ease 800ms both;
          animation: copy02 1s ease 800ms both;
}
@media (max-width: 834px) {
  .front-page .mv__inner .copy .title__inner .copy02 {
    font-size: 1.4rem;
    margin-top: -14px;
  }
}
@-webkit-keyframes copy02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes copy02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.front-page .mv__inner .copy .title__inner .copyDeco {
  position: absolute;
  z-index: 0;
  top: -5px;
  left: 28px;
  width: 392px;
}
@media (max-width: 834px) {
  .front-page .mv__inner .copy .title__inner .copyDeco {
    top: -6px;
    left: 9px;
  }
}
.front-page .mv__inner .copy .title__inner .copyDeco .img {
  max-width: 377px;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-animation: copyDeco 0.3s ease 1.5s both;
          animation: copyDeco 0.3s ease 1.5s both;
}
@media (max-width: 834px) {
  .front-page .mv__inner .copy .title__inner .copyDeco .img {
    max-width: 185px;
  }
}
@-webkit-keyframes copyDeco {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes copyDeco {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
.front-page .mv__inner .copy .title__inner .copyDeco .img img {
  aspect-ratio: 392/136;
}
.front-page .mv__recruit {
  position: absolute;
  top: 71%;
  right: 7.7%;
  width: 100%;
  max-width: 203px;
  aspect-ratio: 203/196;
  z-index: 2;
}
@media (max-width: 834px) {
  .front-page .mv__recruit {
    max-width: 112px;
    top: 82%;
    z-index: 2;
  }
}
.front-page .mv__recruit a {
  position: relative;
  display: grid;
  place-content: center;
  height: 100%;
}
@media (hover:hover) {
  .front-page .mv__recruit a:hover {
    opacity: 1;
  }
}
.front-page .mv__recruit a .text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #333;
  text-align: center;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .mv__recruit a .text {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 700;
    gap: 6px;
  }
}
.front-page .mv__recruit a .text::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 58px;
  aspect-ratio: 58/57;
  background: url(../img/index/mv_recruit_textdeco.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .front-page .mv__recruit a .text::before {
    width: 28px;
  }
}
.front-page .mv__recruit a .mvRecSvg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.front-page .mv__recruit a .mvRecSvg .animatedPath01,
.front-page .mv__recruit a .mvRecSvg .animatedPath02 {
  -webkit-transition: d 0.3s ease;
  transition: d 0.3s ease;
}
@media (hover:hover) {
  .front-page .mv__recruit a .mvRecSvg:hover {
    opacity: 1;
  }
  .front-page .mv__recruit a .mvRecSvg:hover .animatedPath01 {
    d: path("M201.13,187.609c-32.655,10.936-56.024,31.996-87.804,28.739-24.283-2.488-70.716-6.538-82.37-30.13C14.913,153.739,4.07,135.416,2,110.375c-2.571-31.106,10.327-40.469,34.126-64.269C57.968,24.264,85.39,3.326,114.015,3.696c27.674.357,34.739,33.45,55.854,54.565,20.964,20.964,53.498,28.483,54,55.957.527,28.822.111,65.739-22.739,73.391Z");
  }
  .front-page .mv__recruit a .mvRecSvg:hover .animatedPath02 {
    d: path("M226.652,110c0,34.438-19.486,60.743-44.261,80.913-18.93,15.412-39.426,29.087-65.739,29.087-27.094,0-38.352-28.105-57.522-44.348C35.317,155.475,0,143.657,0,110c0-30.889,10.845-57.194,31.348-77.174C51.168,13.51,86.79,0,116.652,0c29.648,0,57.697,9.842,77.478,28.913,20.753,20.008,32.522,49.983,32.522,81.087Z");
  }
}
.front-page .mv__recruit .deco {
  display: block;
  aspect-ratio: 1/1;
  width: 250px;
  height: auto;
  background: url(../img/index/mv_recruit_deco.png) center center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-animation: decoRotate infinite 15s linear;
          animation: decoRotate infinite 15s linear;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .mv__recruit .deco {
    width: 136px;
  }
}
@-webkit-keyframes decoRotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes decoRotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.front-page .main {
  overflow: hidden;
}
.front-page .front__philosophy .philosophy__inner {
  padding-top: 40px;
}
.front-page .front__philosophy .philosophy__inner .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7%;
}
@media (max-width: 1520px) {
  .front-page .front__philosophy .philosophy__inner .contents {
    gap: 5.2%;
  }
}
@media (max-width: 1415px) {
  .front-page .front__philosophy .philosophy__inner .contents {
    gap: 4.3%;
  }
}
@media (max-width: 1220px) {
  .front-page .front__philosophy .philosophy__inner .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 60px;
  }
}
@media (max-width: 834px) {
  .front-page .front__philosophy .philosophy__inner .contents {
    gap: 24px;
  }
}
.front-page .front__philosophy .philosophy__inner .contents .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 11.9%;
  width: 100%;
}
@media (max-width: 1520px) {
  .front-page .front__philosophy .philosophy__inner .contents .textArea {
    gap: 7.8%;
  }
}
@media (max-width: 1415px) {
  .front-page .front__philosophy .philosophy__inner .contents .textArea {
    gap: 7.8%;
  }
}
.front-page .front__philosophy .philosophy__inner .contents .textArea .leadText {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: end;
  line-height: 2.88;
  margin-left: -40px;
}
@media (max-width: 1220px) {
  .front-page .front__philosophy .philosophy__inner .contents .textArea .leadText {
    margin-inline: auto;
    text-align: center;
  }
}
@media (max-width: 834px) {
  .front-page .front__philosophy .philosophy__inner .contents .textArea .leadText {
    font-size: 1.5rem;
    text-align: start;
    line-height: 2.5;
  }
}
.front-page .front__philosophy .philosophy__inner .contents .imgArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 590px;
  margin-right: -12.5%;
}
@media (max-width: 1520px) {
  .front-page .front__philosophy .philosophy__inner .contents .imgArea {
    margin-right: -100px;
  }
}
@media (max-width: 1415px) {
  .front-page .front__philosophy .philosophy__inner .contents .imgArea {
    margin-right: -60px;
    max-width: 560px;
  }
}
@media (max-width: 1340px) {
  .front-page .front__philosophy .philosophy__inner .contents .imgArea {
    margin-right: -40px;
    max-width: 488px;
  }
}
@media (max-width: 1220px) {
  .front-page .front__philosophy .philosophy__inner .contents .imgArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-inline: auto;
    gap: 56px;
    width: 100%;
    max-width: 616px;
  }
}
@media (max-width: 834px) {
  .front-page .front__philosophy .philosophy__inner .contents .imgArea {
    gap: 4%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.front-page .front__philosophy .philosophy__inner .contents .imgArea .swiper {
  max-width: 590px;
}
@media (max-width: 834px) {
  .front-page .front__philosophy .philosophy__inner .contents .imgArea .swiper {
    max-width: 320px;
    margin-inline: 0;
  }
}
.front-page .front__philosophy .philosophy__inner .contents .imgArea .swiper .swiper-wrapper .swiper-slide .img {
  max-width: 590px;
}
.front-page .front__philosophy .philosophy__inner .contents .imgArea .swiper .swiper-wrapper .swiper-slide .img img {
  aspect-ratio: 590/720;
}
.front-page .front__philosophy .philosophy__inner .contents .leadTitle {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 4.2rem;
  line-height: 1.7;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: 50px;
}
@media (max-width: 834px) {
  .front-page .front__philosophy .philosophy__inner .contents .leadTitle {
    font-size: 2.4rem;
    margin-top: 0;
  }
}
.front-page .front__philosophy .philosophy__inner .contents .leadTitle .em {
  color: #90ee90;
}
.front-page .front__whatsnew {
  position: relative;
}
.front-page .front__whatsnew::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 486px;
  aspect-ratio: 486/906;
  background: url(../img/index/whatsnew_bg.png) center center/contain no-repeat;
  pointer-events: none;
}
.front-page .front__whatsnew .whatsnew__inner {
  max-width: 1180px;
  padding-top: 72px;
  padding-bottom: 90px;
}
@media (max-width: 834px) {
  .front-page .front__whatsnew .whatsnew__inner {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.front-page .front__whatsnew .whatsnew__inner .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.front-page .front__whatsnew .whatsnew__inner .list {
  padding: 0 6.183% 0 7.455%;
  margin-top: 12px;
}
@media (max-width: 834px) {
  .front-page .front__whatsnew .whatsnew__inner .list {
    padding: 0;
    margin-top: 8px;
  }
}
.front-page .front__whatsnew .whatsnew__inner .list__item {
  border-bottom: 1px solid rgba(0, 212, 208, 0.3);
}
.front-page .front__whatsnew .whatsnew__inner .list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.35%;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 834px) {
  .front-page .front__whatsnew .whatsnew__inner .list__item a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (hover:hover) {
  .front-page .front__whatsnew .whatsnew__inner .list__item a:hover {
    opacity: 1;
    background-color: rgba(144, 238, 144, 0.2);
  }
}
.front-page .front__whatsnew .whatsnew__inner .list__item a .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 834px) {
  .front-page .front__whatsnew .whatsnew__inner .list__item a .imgArea {
    max-width: 24%;
  }
}
.front-page .front__whatsnew .whatsnew__inner .list__item a .imgArea .img {
  max-width: 100px;
  border: 1px solid #e5e5e5;
}
.front-page .front__whatsnew .whatsnew__inner .list__item a .imgArea .img img {
  aspect-ratio: 100/67;
}
.front-page .front__whatsnew .whatsnew__inner .list__item a .textArea {
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.front-page .front__whatsnew .whatsnew__inner .list__item a .textArea .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
}
.front-page .front__whatsnew .whatsnew__inner .list__item a .textArea .info .date {
  font-size: 1.3rem;
  font-weight: 400;
  color: #999;
  margin-top: 2px;
}
@media (max-width: 834px) {
  .front-page .front__whatsnew .whatsnew__inner .list__item a .textArea .info .date {
    font-size: 1.2rem;
    margin-top: -1px;
  }
}
.front-page .front__whatsnew .whatsnew__inner .list__item a .textArea .info .typeWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.front-page .front__whatsnew .whatsnew__inner .list__item a .textArea .info .typeWrap .type {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  background: #6ce0de;
  border-radius: 500px;
  padding: 0.292em 1.134em;
}
@media (max-width: 834px) {
  .front-page .front__whatsnew .whatsnew__inner .list__item a .textArea .info .typeWrap .type {
    font-size: 1rem;
    padding: 0.1em 1em;
  }
}
.front-page .front__whatsnew .whatsnew__inner .list__item a .textArea .lead {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 834px) {
  .front-page .front__whatsnew .whatsnew__inner .list__item a .textArea .lead {
    font-size: 1.4rem;
    margin-top: 2px;
  }
}
@media (max-width: 834px) {
  .front-page .front__whatsnew .whatsnew__inner .commonBtn03 {
    margin-left: auto;
    margin-top: 16px;
  }
}
.front-page .front__jobSearch {
  position: relative;
  background: rgba(144, 238, 144, 0.8);
}
.front-page .front__jobSearch::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 334px;
  aspect-ratio: 334/551;
  background: url(../img/index/search_bg.png) center center/contain no-repeat;
}
.front-page .front__jobSearch .jobSearch__inner {
  padding-top: 90px;
  padding-bottom: 120px;
}
@media (max-width: 834px) {
  .front-page .front__jobSearch .jobSearch__inner {
    padding-inline: 4%;
    padding-top: 56px;
    padding-bottom: 80px;
  }
}
.front-page .front__jobSearch .jobSearch__content {
  border: 1px solid #fff;
}
.front-page .front__jobSearch .jobSearch__content .commonTitle01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -16px;
}
@media (max-width: 834px) {
  .front-page .front__jobSearch .jobSearch__content .commonTitle01 {
    margin-top: -10px;
  }
}
.front-page .front__jobSearch .jobSearch__content .commonTitle01__inner .ja {
  color: #fff;
  text-shadow: 0px 0px 16px rgb(103, 237, 103);
}
.front-page .front__voice {
  position: relative;
}
.front-page .front__voice::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 841px;
  aspect-ratio: 841/511;
  background: url(../img/index/voice_bg.jpg) center center/contain no-repeat;
  pointer-events: none;
}
.front-page .front__voice::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 125px;
  left: 0;
  width: 100%;
  aspect-ratio: 1920/417;
  background: url(../img/index/voice_bg_line.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .front__voice::after {
    bottom: 8px;
    width: 1920px;
  }
}
.front-page .front__voice .voice__inner {
  max-width: 1180px;
  padding-top: 90px;
  padding-bottom: 70px;
}
@media (max-width: 834px) {
  .front-page .front__voice .voice__inner {
    padding-top: 40px;
    padding-bottom: 24px;
  }
}
.front-page .front__voice .voice__inner .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .front-page .front__voice .voice__inner .heading {
    -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;
  }
}
.front-page .front__voice .voice__inner .heading .lead {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54.3%;
          flex: 0 0 54.3%;
}
@media (max-width: 834px) {
  .front-page .front__voice .voice__inner .heading .lead {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 8px;
  }
}
.front-page .front__voice .voice__inner .heading .lead .caution {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #28bebb;
  color: #6ce0de;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 10px;
  padding: 4px 10px;
}
.front-page .front__voice .voice__inner .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 5%;
  padding-inline: 4.546%;
  margin-top: 60px;
}
@media (max-width: 834px) {
  .front-page .front__voice .voice__inner .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin-top: 24px;
  }
}
.front-page .front__voice .voice__inner .list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  opacity: 1;
  margin-inline: auto;
}
.front-page .front__voice .voice__inner .list__item .movie {
  position: relative;
  aspect-ratio: 300/533;
  max-width: 300px;
  background: rgba(144, 238, 144, 0.3);
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .front__voice .voice__inner .list__item .movie {
    max-width: 240px;
  }
}
.front-page .front__voice .voice__inner .list__item .movie .thumb {
  position: absolute;
  inset: -1px;
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media (hover:hover) {
  .front-page .front__voice .voice__inner .list__item .movie .thumb:hover {
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
  }
  .front-page .front__voice .voice__inner .list__item .movie .thumb:hover + .btn .movieBtnSvg .animatedPath {
    d: path("M171.811,112.87c-17.791,57.292-47.348,52.911-87,52.911-41,0-65.609-3.607-80.478-43.52C-14.247,72.389,30.942,14.465,63.832,2.413c38.873-14.245,131.066,36.109,107.979,110.457Z");
  }
}
.front-page .front__voice .voice__inner .list__item .movie .thumb.play {
  visibility: hidden;
  opacity: 0;
}
.front-page .front__voice .voice__inner .list__item .movie .thumb.play + .btn {
  visibility: hidden;
  opacity: 0;
}
.front-page .front__voice .voice__inner .list__item .movie .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 73px;
  aspect-ratio: 73/68;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  cursor: pointer;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .front__voice .voice__inner .list__item .movie .btn {
    width: 64px;
  }
}
.front-page .front__voice .voice__inner .list__item .movie .btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(-50% + 2px), -50%);
          transform: translate(calc(-50% + 2px), -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 9px solid #fff;
  border-right: 0;
  pointer-events: none;
}
.front-page .front__voice .voice__inner .list__item .movie .btn .movieBtnSvg {
  width: 100%;
}
.front-page .front__voice .voice__inner .list__item .movie .btn .movieBtnSvg .animatedPath {
  -webkit-transition: d 0.3s ease;
  transition: d 0.3s ease;
}
.front-page .front__voice .voice__inner .list__item .movie iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.front-page .front__interview {
  position: relative;
}
.front-page .front__interview::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 120px;
  left: 0;
  width: 100%;
  aspect-ratio: 1920/416;
  background: url(../img/index/interview_bg.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .front__interview::before {
    width: 1920px;
    bottom: 0;
  }
}
.front-page .front__interview .interview__inner {
  position: relative;
  padding-top: 70px;
  padding-bottom: 360px;
}
@media (max-width: 1520px) {
  .front-page .front__interview .interview__inner {
    padding-bottom: 260px;
  }
}
@media (max-width: 834px) {
  .front-page .front__interview .interview__inner {
    padding-top: 32px;
    padding-bottom: 240px;
  }
}
.front-page .front__interview .interview__inner .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10.2%;
}
@media (max-width: 1520px) {
  .front-page .front__interview .interview__inner .contents {
    gap: 7%;
  }
}
@media (max-width: 1415px) {
  .front-page .front__interview .interview__inner .contents {
    gap: 5.5%;
  }
}
.front-page .front__interview .interview__inner .contents .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52.5%;
          flex: 0 0 52.5%;
  margin-left: -150px;
}
@media (max-width: 1520px) {
  .front-page .front__interview .interview__inner .contents .imgArea {
    margin-left: -100px;
  }
}
@media (max-width: 1415px) {
  .front-page .front__interview .interview__inner .contents .imgArea {
    margin-left: -40px;
  }
}
@media (max-width: 834px) {
  .front-page .front__interview .interview__inner .contents .imgArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: auto;
    margin-top: 16px;
  }
}
.front-page .front__interview .interview__inner .contents .imgArea .img {
  max-width: 630px;
}
.front-page .front__interview .interview__inner .contents .imgArea .img img {
  aspect-ratio: 630/440;
}
.front-page .front__interview .interview__inner .contents .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.front-page .front__interview .interview__inner .contents .textArea .commonTitle01__inner .ja {
  font-size: clamp(3.6rem, 3.3vw, 4.2rem);
}
@media (max-width: 834px) {
  .front-page .front__interview .interview__inner .contents .textArea .commonTitle01__inner .ja {
    font-size: 2.6rem;
  }
}
.front-page .front__interview .interview__inner .contents .textArea .lead {
  margin-top: 38px;
}
@media (max-width: 834px) {
  .front-page .front__interview .interview__inner .contents .textArea .lead {
    margin-top: 24px;
  }
}
.front-page .front__interview .interview__inner .contents .textArea .commonBtn01 {
  margin-top: 52px;
}
@media (max-width: 834px) {
  .front-page .front__interview .interview__inner .contents .textArea .commonBtn01 {
    margin-top: 32px;
    margin-inline: auto;
  }
}
.front-page .front__interview .interview__inner .contents .textArea .commonBtn01__inner .ja {
  font-size: clamp(3.6rem, 3.3vw, 4.2rem);
}
@media (max-width: 834px) {
  .front-page .front__interview .interview__inner .contents .textArea .imgArea .img {
    margin-inline: auto;
  }
}
.front-page .front__interview .interview__inner .deco .bgImg01 {
  max-width: 400px;
  position: absolute;
  bottom: 0;
  right: 29.7%;
}
@media (max-width: 1520px) {
  .front-page .front__interview .interview__inner .deco .bgImg01 {
    max-width: 340px;
    bottom: -34px;
  }
}
@media (max-width: 834px) {
  .front-page .front__interview .interview__inner .deco .bgImg01 {
    max-width: 240px;
    bottom: 0;
  }
}
.front-page .front__interview .interview__inner .deco .bgImg01 img {
  aspect-ratio: 400/270;
}
.front-page .front__interview .interview__inner .deco .bgImg02 {
  max-width: 230px;
  position: absolute;
  bottom: 192px;
  right: 0;
}
@media (max-width: 1520px) {
  .front-page .front__interview .interview__inner .deco .bgImg02 {
    max-width: 195.5px;
    bottom: 60px;
  }
}
@media (max-width: 834px) {
  .front-page .front__interview .interview__inner .deco .bgImg02 {
    max-width: 138px;
    bottom: 88px;
  }
}
.front-page .front__interview .interview__inner .deco .bgImg02 img {
  aspect-ratio: 230/190;
}
.front-page .front__slide {
  position: relative;
  z-index: 2;
}
.front-page .front__slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  aspect-ratio: 1920/416;
  background: url(../img/index/ticker_bg.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .front__slide::before {
    top: 0;
    width: 960px;
  }
}
.front-page .front__slide .slide__inner {
  padding-top: 120px;
}
@media (max-width: 834px) {
  .front-page .front__slide .slide__inner {
    padding-top: 48px;
  }
}
.front-page .front__slide .slide__inner .ticker {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  width: 140vw;
  margin: 0 calc(50% - 70vw);
}
.front-page .front__slide .slide__inner .ticker__list__item {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.front-page .front__slide .slide__inner .ticker__list__item .img {
  max-width: 434px;
  -webkit-clip-path: polygon(0 0, 100% 9.1%, 100% 100%, 0 90.8%);
          clip-path: polygon(0 0, 100% 9.1%, 100% 100%, 0 90.8%);
}
@media (max-width: 834px) {
  .front-page .front__slide .slide__inner .ticker__list__item .img {
    max-width: 160px;
  }
}
.front-page .front__slide .slide__inner .ticker__list__item .img img {
  aspect-ratio: 434/412;
}
.front-page .front__feature {
  position: relative;
  margin-top: -20px;
}
.front-page .front__feature::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -23%;
  left: 0;
  width: 100%;
  aspect-ratio: 1920/416;
  background: url(../img/index/feature_bg.png) center center/contain no-repeat;
  z-index: 2;
  -webkit-clip-path: polygon(0 0, 100% 35.2%, 100% 100%, 0 64.8%);
          clip-path: polygon(0 0, 100% 35.2%, 100% 100%, 0 64.8%);
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .front__feature::after {
    width: 1920px;
    z-index: -1;
  }
}
@media (max-width: 834px) {
  .front-page .front__feature .feature__inner {
    padding-top: 48px;
    padding-bottom: 24px;
  }
}
.front-page .front__feature .feature__inner .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7.2%;
}
@media (max-width: 1520px) {
  .front-page .front__feature .feature__inner .contents {
    gap: 5.9%;
  }
}
.front-page .front__feature .feature__inner .contents .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 128px;
  padding-bottom: 17%;
}
@media (max-width: 1520px) {
  .front-page .front__feature .feature__inner .contents .textArea {
    margin-top: 8%;
    padding-bottom: 13%;
  }
}
@media (max-width: 834px) {
  .front-page .front__feature .feature__inner .contents .textArea {
    margin-top: 0;
    padding-bottom: 0;
  }
}
.front-page .front__feature .feature__inner .contents .textArea .lead {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .front-page .front__feature .feature__inner .contents .textArea .lead {
    margin-top: 24px;
  }
}
.front-page .front__feature .feature__inner .contents .textArea .commonBtn01 {
  margin-top: 50px;
}
@media (max-width: 834px) {
  .front-page .front__feature .feature__inner .contents .textArea .commonBtn01 {
    margin-top: 32px;
    margin-inline: auto;
  }
}
@media (max-width: 834px) {
  .front-page .front__feature .feature__inner .contents .textArea .imgArea .img {
    margin-inline: auto;
  }
}
.front-page .front__feature .feature__inner .contents .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 59.9%;
          flex: 0 0 59.9%;
  margin-right: -150px;
}
@media (max-width: 1520px) {
  .front-page .front__feature .feature__inner .contents .imgArea {
    margin-right: -40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52%;
            flex: 0 0 52%;
  }
}
@media (max-width: 834px) {
  .front-page .front__feature .feature__inner .contents .imgArea {
    margin-inline: auto;
    width: 75%;
    margin-top: 16px;
  }
}
.front-page .front__feature .feature__inner .contents .imgArea .img {
  max-width: 722px;
}
@media (max-width: 834px) {
  .front-page .front__feature .feature__inner .contents .imgArea .img {
    max-width: 400px;
  }
}
.front-page .front__feature .feature__inner .contents .imgArea .img img {
  aspect-ratio: 722/863;
}
.front-page .front__facilityFaq {
  position: relative;
  z-index: 3;
}
.front-page .front__facilityFaq .facilityFaq__inner {
  padding-bottom: 176px;
}
@media (max-width: 834px) {
  .front-page .front__facilityFaq .facilityFaq__inner {
    padding-top: 16px;
    padding-bottom: 64px;
  }
}
.front-page .front__facilityFaq .facilityFaq__inner .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5.3%;
}
@media (max-width: 834px) {
  .front-page .front__facilityFaq .facilityFaq__inner .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.front-page .front__facilityFaq .facilityFaq__inner .contents .facilityArea,
.front-page .front__facilityFaq .facilityFaq__inner .contents .faqArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.35%;
          flex: 0 0 47.35%;
}
.front-page .front__facilityFaq .facilityFaq__inner .contents .facilityArea .imgArea .commonTitle01,
.front-page .front__facilityFaq .facilityFaq__inner .contents .faqArea .imgArea .commonTitle01 {
  position: relative;
  z-index: 1;
  bottom: -12px;
  left: 7.4%;
}
.front-page .front__facilityFaq .facilityFaq__inner .contents .facilityArea .imgArea .commonTitle01__inner::before,
.front-page .front__facilityFaq .facilityFaq__inner .contents .faqArea .imgArea .commonTitle01__inner::before {
  top: -34px;
}
@media (max-width: 834px) {
  .front-page .front__facilityFaq .facilityFaq__inner .contents .facilityArea .imgArea .commonTitle01__inner::before,
  .front-page .front__facilityFaq .facilityFaq__inner .contents .faqArea .imgArea .commonTitle01__inner::before {
    top: -20px;
    left: -19px;
  }
}
.front-page .front__facilityFaq .facilityFaq__inner .contents .facilityArea .imgArea .img,
.front-page .front__facilityFaq .facilityFaq__inner .contents .faqArea .imgArea .img {
  max-width: 568px;
  margin-inline: auto;
}
.front-page .front__facilityFaq .facilityFaq__inner .contents .facilityArea .imgArea .img img,
.front-page .front__facilityFaq .facilityFaq__inner .contents .faqArea .imgArea .img img {
  aspect-ratio: 568/353;
}
.front-page .front__facilityFaq .facilityFaq__inner .contents .facilityArea .textArea,
.front-page .front__facilityFaq .facilityFaq__inner .contents .faqArea .textArea {
  margin-top: 28px;
}
@media (max-width: 834px) {
  .front-page .front__facilityFaq .facilityFaq__inner .contents .facilityArea .textArea,
  .front-page .front__facilityFaq .facilityFaq__inner .contents .faqArea .textArea {
    margin-top: 16px;
  }
}
.front-page .front__facilityFaq .facilityFaq__inner .contents .facilityArea .textArea .heading,
.front-page .front__facilityFaq .facilityFaq__inner .contents .faqArea .textArea .heading {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #90ee90;
}
@media (max-width: 834px) {
  .front-page .front__facilityFaq .facilityFaq__inner .contents .facilityArea .textArea .heading,
  .front-page .front__facilityFaq .facilityFaq__inner .contents .faqArea .textArea .heading {
    font-size: 2.4rem;
  }
}
.front-page .front__facilityFaq .facilityFaq__inner .contents .facilityArea .textArea .lead,
.front-page .front__facilityFaq .facilityFaq__inner .contents .faqArea .textArea .lead {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .front-page .front__facilityFaq .facilityFaq__inner .contents .facilityArea .textArea .lead,
  .front-page .front__facilityFaq .facilityFaq__inner .contents .faqArea .textArea .lead {
    margin-top: 8px;
  }
}
.front-page .front__facilityFaq .facilityFaq__inner .contents .facilityArea .textArea .commonBtn01,
.front-page .front__facilityFaq .facilityFaq__inner .contents .faqArea .textArea .commonBtn01 {
  margin-top: 42px;
}
@media (max-width: 834px) {
  .front-page .front__facilityFaq .facilityFaq__inner .contents .facilityArea .textArea .commonBtn01,
  .front-page .front__facilityFaq .facilityFaq__inner .contents .faqArea .textArea .commonBtn01 {
    margin-top: 32px;
    margin-inline: auto;
  }
}
@media (max-width: 834px) {
  .front-page .front__facilityFaq .facilityFaq__inner .contents .faqArea {
    margin-top: 40px;
  }
}
.front-page .front__recruit::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 134px;
  right: 0;
  width: 331px;
  aspect-ratio: 331/487;
  background: url(../img/index/facilityfaq_deco.png) center center/contain no-repeat;
  pointer-events: none;
}

body.js-loaded .mv .mv__inner .video::before {
  background: transparent;
}

/* ============================================
// RECRUIT
// ==========================================*/
/*--------------------
求人一覧
--------------------*/
.lower-kyujin_l .l-main {
  overflow: hidden;
}
.lower-kyujin_l .search_panel::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 334px;
  margin: 0 calc(50% - 50vw);
  aspect-ratio: 334/551;
  background: url(../img/index/search_bg.png) center center/contain no-repeat;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1040px) {
  .lower-kyujin_l .search_panel::before {
    margin: auto;
    left: -50px;
  }
}
.lower-kyujin_l .search_panel::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 140vw;
  margin: 0 calc(50% - 70vw);
  height: 100%;
  background: rgba(144, 238, 144, 0.8);
  pointer-events: none;
}
.lower-kyujin_l .search-toggle {
  position: relative;
  left: 0;
  top: 0;
  width: auto;
  max-width: inherit;
  background: #fff;
  -webkit-transform: none;
          transform: none;
  z-index: 1;
  border-radius: 16px;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle {
    margin: 0;
    border-radius: 8px;
  }
}
@media (hover:hover) {
  .lower-kyujin_l .search-toggle:hover {
    background-color: #faf869;
  }
  .lower-kyujin_l .search-toggle:hover .toggle_txt {
    color: #333;
  }
  .lower-kyujin_l .search-toggle:hover .toggle_trigger_txt_ico {
    background: #333;
  }
}
.lower-kyujin_l .search-toggle .toggle_txt {
  font-size: 1.5rem;
  padding: 1em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle .toggle_txt {
    font-size: 1.4rem;
    padding: 0.88em 1em;
  }
}
.lower-kyujin_l .search-toggle .toggle_txt .pannel-open {
  display: block;
}
.lower-kyujin_l .search-toggle .toggle_txt .pannel-close {
  display: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger {
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  background: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger::before {
  display: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico {
  width: 16px;
  height: 1px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@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: 24px 24px 0 0;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle.js-active {
    border-radius: 16px 16px 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);
}
.lower-kyujin_l .search_body {
  margin-top: 0;
}
.lower-kyujin_l .search_body .custom-form_inner {
  padding-top: 40px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_body .custom-form_inner {
    padding-top: 8px;
  }
}
.lower-kyujin_l .job_result_total {
  padding: 40px 0 0;
  z-index: 1;
  position: relative;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_result_total {
    padding: 24px 0 16px;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_list {
    margin-top: 24px;
  }
}
.lower-kyujin_l article.job {
  font-weight: 400;
  padding: 50px;
  border-bottom: 1px solid rgba(0, 212, 208, 0.3);
}
@media (max-width: 834px) {
  .lower-kyujin_l article.job {
    padding: 32px 1%;
  }
  .lower-kyujin_l article.job:first-child {
    padding-top: 8px;
  }
}
.lower-kyujin_l article.job .job_body_head_img a {
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media (hover:hover) {
  .lower-kyujin_l article.job .job_body_head_img a:hover {
    opacity: 1;
  }
}

/*--------------------
求人詳細
--------------------*/
.lower-kyujin_d {
  position: relative;
}
.lower-kyujin_d .breadcrumb {
  margin: 130px 0 20px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .breadcrumb {
    margin: 90px 0 20px;
  }
}
.lower-kyujin_d .breadcrumb::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: min(784px, 68%);
  aspect-ratio: 609/1005;
  background: url(../img/common/deco_lower_pageheader03.png) center center/contain no-repeat;
  z-index: -1;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  -webkit-animation: videoDeco01 300ms ease 800ms both;
          animation: videoDeco01 300ms ease 800ms both;
  pointer-events: none;
}
.lower-kyujin_d .footer {
  padding-bottom: 92px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .footer {
    padding-bottom: 82px;
  }
}
.lower-kyujin_d .pagetop {
  bottom: 100px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .pagetop {
    bottom: 90px;
  }
}
.lower-kyujin_d main.l-main {
  padding-bottom: 50px;
  overflow: hidden;
  z-index: 4;
  position: relative;
}
@media (max-width: 834px) {
  .lower-kyujin_d main.l-main {
    padding-bottom: 32px;
  }
}
.lower-kyujin_d main.l-main::before {
  content: "";
  display: block;
  position: absolute;
  top: 310px;
  right: 0;
  width: 444px;
  aspect-ratio: 444/736;
  background: url(../img/kyujin/kyujin_bg_top.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-kyujin_d main.l-main::before {
    display: none;
  }
}
.lower-kyujin_d main.l-main::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 486px;
  aspect-ratio: 486/906;
  background: url(../img/kyujin/kyujin_bg_bottom.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-kyujin_d main.l-main::after {
    width: min(486px, 50%);
  }
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin_container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
.lower-kyujin_d .kyujin_container .job {
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 4.5%;
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin_container .job {
    padding: 6% 4.5%;
  }
}
.lower-kyujin_d .kyujin_container .job_body .appeal {
  margin-bottom: 24px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin_container .job_body .appeal {
    margin-bottom: 8px;
  }
}
.lower-kyujin_d .outline_ttl,
.lower-kyujin_d .appeal_ttl {
  color: #fff;
  z-index: 1;
}
.lower-kyujin_d .outline_ttl::before,
.lower-kyujin_d .appeal_ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 53%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
}
.lower-kyujin_d .outline_ttl::after,
.lower-kyujin_d .appeal_ttl::after {
  background: #90ee90;
}
@media (hover:hover) {
  .lower-kyujin_d .fixed_conversion_inner .conversion .btn_conversion:hover {
    opacity: 1;
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}

/*--------------------
新着求人情報
--------------------*/
.lower-whatsnew .pageHeader__inner .title {
  gap: 6px;
}
.lower-whatsnew .l-main {
  overflow: hidden;
}
.lower-whatsnew .kyujin_container {
  padding-top: 48px;
}
@media (max-width: 834px) {
  .lower-whatsnew .kyujin_container {
    padding-top: 24px;
  }
}

.lower-interview_l .l-main,
.lower-interview_d .l-main {
  overflow: hidden;
}
.lower-interview_l .interview__container,
.lower-interview_d .interview__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 70px 40px;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__container,
  .lower-interview_d .interview__container {
    padding: 40px 20px;
  }
}

/* ============================================
// インタビュー一覧ページ
// ==========================================*/
.lower-interview_l {
  /*------------------------------
    インタビュー一覧
  ------------------------------*/
}
.lower-interview_l .interviews {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 0 5%;
  position: relative;
  z-index: 10;
}
@media (max-width: 640px) {
  .lower-interview_l .interviews {
    grid-template-columns: none;
  }
}
.lower-interview_l .interviews__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  margin: 25px 0 80px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item {
    margin: 20px;
  }
}
@media (max-width: 640px) {
  .lower-interview_l .interviews__item:first-child a {
    margin-top: 0;
  }
  .lower-interview_l .interviews__item:last-child a {
    margin-bottom: 0;
  }
}
.lower-interview_l .interviews__item::before {
  content: "";
  position: absolute;
  top: 16%;
  left: -500%;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1000%;
  height: 300px;
  z-index: -1;
  background: #ddfadd;
  pointer-events: none;
  -webkit-transform: skew(-6deg, -6deg);
          transform: skew(-6deg, -6deg);
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item::before {
    height: 200px;
  }
}
.lower-interview_l .interviews__item:nth-child(3n)::before, .lower-interview_l .interviews__item:nth-child(3n-1)::before {
  display: none;
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item:nth-child(3n)::before, .lower-interview_l .interviews__item:nth-child(3n-1)::before {
    display: block;
  }
}
.lower-interview_l .interviews__item:nth-child(3n-2)::before {
  display: block;
}
.lower-interview_l .interviews__item a {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover:hover) {
  .lower-interview_l .interviews__item a:hover {
    color: #15a6d6;
  }
  .lower-interview_l .interviews__item a:hover .imgArea img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.lower-interview_l .interviews__item .imgArea {
  aspect-ratio: 348/396;
  margin-bottom: 1.25em;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item .imgArea {
    margin: 0 auto 0.8em;
  }
}
.lower-interview_l .interviews__item .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-interview_l .interviews__item .imgArea::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -11px;
  width: 85px;
  aspect-ratio: 1/1;
  background: #90ee90;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: -1;
}
.lower-interview_l .interviews__item .bodyArea {
  display: contents;
}
.lower-interview_l .interviews__item .bodyArea .job {
  font-size: 0.9375em;
  color: #50bfdb;
  line-height: 1.5;
  margin-bottom: 0.3em;
  padding: 0.2em 1em;
  border: 1px solid #50bfdb;
  border-radius: 20px;
  background-color: #ffffff;
}
.lower-interview_l .interviews__item .bodyArea .copy {
  font-size: 1.467em;
  font-weight: 700;
  line-height: 1.65;
  margin: 0.3em 0 0.9em;
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item .bodyArea .copy {
    font-size: 1.333em;
    margin-bottom: 0.5em;
  }
}
.lower-interview_l .interviews__item .bodyArea .name {
  font-size: 1.2em;
  font-weight: 700;
  margin-right: 15px;
}
.lower-interview_l .interviews__item .bodyArea .name small {
  font-size: 0.8em;
  margin-left: 0.3em;
}
.lower-interview_l .interviews__item .bodyArea .join {
  font-size: 0.867em;
  color: #7a7a7a;
}

/* ============================================
// インタビュー詳細ページ
// ==========================================*/
.lower-interview_d .breadcrumb {
  margin: 130px 0 20px;
}
@media (max-width: 834px) {
  .lower-interview_d .breadcrumb {
    margin: 90px 0 20px;
  }
}
.lower-interview_d .breadcrumb::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: min(784px, 68%);
  aspect-ratio: 609/1005;
  background: url(../img/common/deco_lower_pageheader03.png) center center/contain no-repeat;
  z-index: -1;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  -webkit-animation: videoDeco01 300ms ease 800ms both;
          animation: videoDeco01 300ms ease 800ms both;
  pointer-events: none;
}
.lower-interview_d .commonTitle02 {
  text-align: center;
}
.lower-interview_d .commonTitle02 .title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 100;
  text-align: left;
}
@media (max-width: 834px) {
  .lower-interview_d .commonTitle02 .title {
    gap: 2px;
  }
}
.lower-interview_d .commonTitle02 .title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 71px;
  aspect-ratio: 71/100;
  background: url(../img/common/deco_common_title.png) center center/contain no-repeat;
  z-index: 0;
}
@media (max-width: 834px) {
  .lower-interview_d .commonTitle02 .title::before {
    width: 40px;
    top: -7px;
    left: -14px;
  }
}
.lower-interview_d .commonTitle02 .title .eng {
  font-family: "Niconne", sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #333;
  line-height: 1;
  -webkit-transform: translateY(24px) rotate(-8deg);
          transform: translateY(24px) rotate(-8deg);
  padding-left: 0.555556em;
  -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);
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
@media (max-width: 834px) {
  .lower-interview_d .commonTitle02 .title .eng {
    font-size: 2.6rem;
    padding-left: 0;
    margin-left: -6px;
    margin-top: -21px;
  }
}
.lower-interview_d .commonTitle02 .title .ja {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #fff;
  padding-left: 1.238096em;
  -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);
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
@media (max-width: 834px) {
  .lower-interview_d .commonTitle02 .title .ja {
    font-size: 2.4rem;
    padding-left: 0;
  }
}
.lower-interview_d .interview {
  /*------------------------------
    メインエリア
  ------------------------------*/
  /*------------------------------
    入社のきっかけ
  ------------------------------*/
  /*------------------------------
    インタビューコンテンツ（通常）
  ------------------------------*/
  /*------------------------------
    一日の流れ
  ------------------------------*/
  /*------------------------------
    メッセージ
  ------------------------------*/
  /*------------------------------
    戻るボタン／取材日
  ------------------------------*/
}
.lower-interview_d .interview__container {
  padding-top: 0;
}
.lower-interview_d .interview__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5%;
  padding-top: 20px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main {
    display: block;
    padding-top: 0;
  }
}
.lower-interview_d .interview__main .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  aspect-ratio: 580/410;
  max-width: 580px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .imgArea {
    margin: 0 auto 1.5em;
  }
}
.lower-interview_d .interview__main .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-interview_d .interview__main .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: -0.5em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea {
    margin-top: 0;
  }
}
.lower-interview_d .interview__main .txtArea .copy {
  font-size: 2.267em;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 1em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea .copy {
    font-size: 1.5em;
  }
}
.lower-interview_d .interview__main .txtArea .job {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9375em;
  color: #50bfdb;
  line-height: 1.5;
  margin-bottom: 0.3em;
  padding: 0.2em 1em;
  border: 1px solid #50bfdb;
  border-radius: 20px;
  background: #ffffff;
}
.lower-interview_d .interview__main .txtArea .nameWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 20px;
}
.lower-interview_d .interview__main .txtArea .name {
  font-size: 1.2em;
  font-weight: 700;
}
.lower-interview_d .interview__main .txtArea .name small {
  font-size: 0.8em;
  margin-left: 0.3em;
}
.lower-interview_d .interview__main .txtArea .join {
  font-size: 0.867em;
}
.lower-interview_d .interview__main .txtArea .profile {
  margin-top: 1.2em;
  padding-top: 1.2em;
  border-top: 1px solid #eee;
  position: relative;
}
.lower-interview_d .interview__main .txtArea .profile::before {
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  right: 0;
  width: 65px;
  aspect-ratio: 65/100;
  background: url(../img/interview_d/deco.png) center center/contain no-repeat;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea .profile::before {
    top: -40px;
    width: 50px;
  }
}
.lower-interview_d .interview__main .txtArea .profile .hd {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.15em;
  font-weight: 700;
}
.lower-interview_d .interview__main .txtArea .profile .hd::before {
  content: "";
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.6em;
          flex: 0 0 0.6em;
  width: 2em;
  margin-top: 0.6em;
  background: #90ee90;
  border-radius: 50%;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea .profile .hd::before {
    margin-top: 0.62em;
  }
}
.lower-interview_d .interview__trigger {
  position: relative;
  margin-top: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__trigger {
    margin: 2em -20px 0;
    padding: 0 1.7em;
    border-left: none;
    border-right: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lower-interview_d .interview__trigger .hd {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21%;
          flex: 0 0 21%;
  font-size: 1.2em;
  font-weight: 700;
  color: #ffffff;
  padding: 0.5em 0.5em 0.5em;
  background: #90ee90;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: -1;
  gap: 0.5em;
}
.lower-interview_d .interview__trigger .hd::before {
  content: "";
  background: url(../img/interview_d/icon.png) center center/contain no-repeat;
  aspect-ratio: 30/35;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.6em;
          flex: 0 0 1.6em;
}
.lower-interview_d .interview__trigger .txt {
  padding: 50px;
  border: 2px solid #90ee90;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__trigger .txt {
    padding: 20px;
  }
}
.lower-interview_d .interview__topics {
  margin-top: 100px;
}
@media (max-width: 1200px) {
  .lower-interview_d .interview__topics {
    margin-top: 90px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics {
    margin-top: 48px;
  }
}
.lower-interview_d .interview__topics__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6%;
  padding: 4em 0;
  counter-increment: topic-num;
}
@media (max-width: 1200px) {
  .lower-interview_d .interview__topics__item {
    padding: 2.4em 0;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item {
    display: block;
    margin-bottom: 40px;
    padding: 0;
    border-bottom: none;
  }
}
@media (min-width: 835px) {
  .lower-interview_d .interview__topics__item:first-child {
    padding-top: 0;
  }
  .lower-interview_d .interview__topics__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .lower-interview_d .interview__topics__item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item:last-child {
    margin-bottom: 0;
  }
}
.lower-interview_d .interview__topics__item .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38%;
          flex: 0 0 38%;
  aspect-ratio: 920/660;
  background: #f5f5f5;
  position: relative;
}
.lower-interview_d .interview__topics__item .imgArea::before {
  content: "";
  display: block;
  position: absolute;
  background: #ddfadd;
  top: 30%;
  left: 25%;
  right: -1000%;
  height: 88%;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .imgArea::before {
    top: 20%;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .imgArea {
    margin-bottom: 1.5em;
  }
}
.lower-interview_d .interview__topics__item .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-interview_d .interview__topics__item .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  margin-top: 30px;
}
.lower-interview_d .interview__topics__item .txtArea::before {
  content: "" counter(topic-num, decimal-leading-zero);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 900;
  font-size: 5.333em;
  color: rgba(144, 238, 144, 0.5);
  line-height: 1;
  position: absolute;
  top: -40px;
  left: -24px;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .txtArea::before {
    top: 0;
    left: 0;
    font-size: 3.333em;
  }
}
.lower-interview_d .interview__topics__item .txtArea .lead {
  font-size: 1.733em;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 1em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .txtArea .lead {
    font-size: 1.3em;
    padding-top: 1.3em;
  }
}
.lower-interview_d .interview__topics__item .txtArea .txt {
  font-size: 1.067em;
}
.lower-interview_d .interview__topics__item:nth-child(even) .imgArea::before {
  right: 90px;
  left: -1000px;
  background: #caecf4;
}
.lower-interview_d .interview__topics__item:nth-child(even) .txtArea::before {
  color: #caecf4;
}
.lower-interview_d .interview__schedule {
  position: relative;
  z-index: 1;
  margin: 160px auto 0;
  padding: 70px 0 120px;
  max-width: 1100px;
}
@media (max-width: 1200px) {
  .lower-interview_d .interview__schedule {
    margin-top: 80px;
    padding-bottom: 100px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule {
    margin-top: 48px;
    padding: 20px 0 50px;
  }
}
.lower-interview_d .interview__schedule::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  left: -2000px;
  right: -2000px;
  background: #a6f1a6;
}
.lower-interview_d .interview__schedule .body {
  background: #ffffff;
  margin-top: 60px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .body {
    margin-top: 40px;
  }
}
.lower-interview_d .interview__schedule .body::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/interview_d/schedule_deco01.png);
  top: -230px;
  right: -1000px;
  left: 80%;
  width: min(784px, 68%);
  aspect-ratio: 390/640;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .body::before {
    top: -135px;
    left: 65%;
  }
}
.lower-interview_d .interview__schedule .body::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/interview_d/schedule_deco02.png);
  bottom: -120px;
  right: 86%;
  width: min(784px, 68%);
  aspect-ratio: 390/640;
}
@media (max-width: 1200px) {
  .lower-interview_d .interview__schedule .body::after {
    bottom: -100px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .body::after {
    bottom: -50px;
    right: 65%;
  }
}
.lower-interview_d .interview__schedule .timeline {
  position: relative;
  z-index: 1;
}
.lower-interview_d .interview__schedule .timeline::before {
  content: "";
  width: 1px;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 170px;
  background: #90ee90;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline::before {
    left: 20px;
  }
}
.lower-interview_d .interview__schedule .timeline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 0;
  border-bottom: 1px solid #eee;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item {
    display: block;
    padding: 1.3em 0;
  }
}
.lower-interview_d .interview__schedule .timeline__item:first-child {
  padding-top: 3.333em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item:first-child {
    padding-top: 1.3em;
  }
}
.lower-interview_d .interview__schedule .timeline__item:last-child {
  border-bottom: none;
  padding-bottom: 3.333em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item:last-child {
    padding-bottom: 1.3em;
  }
}
.lower-interview_d .interview__schedule .timeline__item .timeArea {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.1875em;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 60px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item .timeArea {
    display: block;
    font-size: 1em;
    margin-bottom: 0.2em;
    padding-left: 40px;
  }
}
.lower-interview_d .interview__schedule .timeline__item .timeArea::before, .lower-interview_d .interview__schedule .timeline__item .timeArea::after {
  content: "";
  aspect-ratio: 1/1;
  width: 0.9em;
  position: absolute;
  right: 0;
  top: 0.3em;
  border-radius: 50%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item .timeArea::before, .lower-interview_d .interview__schedule .timeline__item .timeArea::after {
    right: inherit;
    left: 20px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.lower-interview_d .interview__schedule .timeline__item .timeArea::after {
  background: #90ee90;
  -webkit-transform: translate(57%, 0) scale(0.6);
          transform: translate(57%, 0) scale(0.6);
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item .timeArea::after {
    -webkit-transform: translate(-47%, 0) scale(0.6);
            transform: translate(-47%, 0) scale(0.6);
  }
}
.lower-interview_d .interview__schedule .timeline__item .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item .txtArea {
    padding-left: 40px;
    padding-right: 20px;
  }
}
.lower-interview_d .interview__schedule .timeline__item .txtArea .hd {
  font-size: 1.1875em;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item .txtArea .hd {
    font-size: 1.125em;
  }
}
.lower-interview_d .interview__schedule .timeline__item .txtArea .txt {
  margin-top: 0.25em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item .txtArea .txt {
    font-size: 0.95em;
  }
}
.lower-interview_d .interview__message {
  margin-top: 90px;
  max-width: 1100px;
  position: relative;
  z-index: 100;
}
@media (max-width: 1200px) {
  .lower-interview_d .interview__message {
    margin-top: 80px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message {
    margin-top: 48px;
  }
}
.lower-interview_d .interview__message .commonTitle02 {
  text-align: left;
  margin-top: -20px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .commonTitle02 {
    text-align: center;
  }
}
.lower-interview_d .interview__message .commonTitle02 .title .ja {
  color: #333;
}
.lower-interview_d .interview__message .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
  margin-top: -4px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.lower-interview_d .interview__message .body .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  aspect-ratio: 1/1;
  position: relative;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .body .imgArea {
    width: 50%;
    max-width: 240px;
    margin: 4em auto 2em;
  }
}
.lower-interview_d .interview__message .body .imgArea::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -6%;
  right: -6%;
  width: 80%;
  aspect-ratio: 1/1;
  background: #90ee90;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
  z-index: -1;
}
.lower-interview_d .interview__message .body .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-interview_d .interview__message .body .txtArea {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 4em 3.5em;
  border: 2px solid #eee;
  background-color: #ffffff;
  z-index: 10;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .body .txtArea {
    padding: 2em;
  }
}
.lower-interview_d .interview__message .body .txtArea::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  aspect-ratio: 13/24;
  background: #eeeeee;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .body .txtArea::before {
    left: 0;
    right: 0;
    top: 1px;
    bottom: inherit;
    margin: 0 auto;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
            clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    width: 24px;
    aspect-ratio: 24/13;
  }
}
.lower-interview_d .interview__message .body .txtArea::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  aspect-ratio: 13/24;
  background: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .body .txtArea::after {
    left: 0;
    right: 0;
    top: 4px;
    bottom: inherit;
    margin: 0 auto;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
            clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    width: 24px;
    aspect-ratio: 24/13;
  }
}
.lower-interview_d .interview__bottom {
  margin-top: 90px;
  position: relative;
  z-index: 100;
}
@media (max-width: 1200px) {
  .lower-interview_d .interview__bottom {
    margin-top: 60px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__bottom {
    margin-top: 48px;
  }
}
.lower-interview_d .interview__bottom .backBtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.lower-interview_d .interview__bottom .backBtn a .icon {
  left: 24px;
}
.lower-interview_d .interview__bottom .backBtn a .icon::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.lower-interview_d .interview__bottom .date {
  display: block;
  text-align: center;
  font-size: 0.9em;
  color: rgba(51, 51, 51, 0.8);
  margin-top: 1.2em;
}

/* ============================================
// よくある質問ページ
// ==========================================*/
.lower-faq .l-main {
  overflow: unset;
}
.lower-faq .faq {
  /*------------------------------
    タブ
  ------------------------------*/
  /*------------------------------
    アンカー
  ------------------------------*/
  /*------------------------------
    コンテンツエリア
  ------------------------------*/
}
.lower-faq .faq__container {
  position: relative;
}
.lower-faq .faq__container::before {
  content: "";
  background: url(../img/faq/faq_deco.png) center center/contain no-repeat;
  position: absolute;
  top: -62px;
  left: 0;
  width: 446%;
  aspect-ratio: 446/736;
  z-index: -1;
  pointer-events: none;
  max-width: 30%;
}
@media (max-width: 834px) {
  .lower-faq .faq__container::before {
    max-width: 50%;
  }
}
.lower-faq .faq__contents__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-faq .faq__contents__wrapper {
    padding: 40px 20px;
  }
}
.lower-faq .faq__tab .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .lower-faq .faq__tab .tabs {
    gap: 10px;
    margin-bottom: 24px;
  }
}
.lower-faq .faq__tab .tabs__item {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.6;
  padding: 1.2em;
  background: #f5f5f5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
@media (hover: hover) {
  .lower-faq .faq__tab .tabs__item:hover {
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
    opacity: 1;
    background-color: #dddddd;
  }
  .lower-faq .faq__tab .tabs__item:hover::after {
    background-color: #dddddd;
  }
}
@media (max-width: 834px) {
  .lower-faq .faq__tab .tabs__item {
    font-size: 0.9em;
    padding: 1em;
  }
}
.lower-faq .faq__tab .tabs__item::after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: 1px;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
          clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: #f5f5f5;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-faq .faq__tab .tabs__item::after {
    width: 12px;
    height: 6px;
  }
}
.lower-faq .faq__tab .tabs__item.-active {
  color: #ffffff;
  background: #90ee90;
}
.lower-faq .faq__tab .tabs__item.-active::after {
  background: #90ee90;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.js-tab-target {
  opacity: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-tab-target.-active {
  height: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.lower-faq .faq__anchor .anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2em;
  font-weight: 700;
  gap: 1em 2em;
}
@media (max-width: 834px) {
  .lower-faq .faq__anchor .anchors {
    font-size: 1.1em;
    gap: 0.5em 1em;
  }
}
.lower-faq .faq__anchor .anchors__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.4em;
  color: #15a6d6;
  line-height: 1.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-faq .faq__anchor .anchors__item 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.2em;
  background: #15a6d6;
  -webkit-mask: url(../img/faq/ico_anchor.svg) center center/contain no-repeat;
          mask: url(../img/faq/ico_anchor.svg) center center/contain no-repeat;
}
@media (hover:hover) {
  .lower-faq .faq__anchor .anchors__item a:hover {
    color: rgba(21, 166, 214, 0.7);
  }
}
.lower-faq .faq__contents:not(.js-tab-target) {
  padding-top: 64px;
}
@media (max-width: 834px) {
  .lower-faq .faq__contents:not(.js-tab-target) {
    padding-top: 32px;
  }
}
.lower-faq .faq__catTitle {
  font-size: 1.9em;
  font-weight: 700;
  color: #15a6d6;
  line-height: 1.6;
  margin-bottom: 0.7em;
}
@media (max-width: 834px) {
  .lower-faq .faq__catTitle {
    font-size: 1.6em;
    padding: 0 20px;
  }
}
.lower-faq .faq__list {
  position: relative;
  z-index: 100;
}
@media (max-width: 834px) {
  .lower-faq .faq__list {
    border-left: none;
    border-right: none;
  }
}
.lower-faq .faq__list__item {
  padding: 0 3.2em;
  border: 1px solid #eee;
  margin-bottom: 30px;
  background: #ffffff;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item {
    padding: 1.333em;
    margin-bottom: 10px;
  }
}
.lower-faq .faq__list__item .q {
  position: relative;
  z-index: 1;
  padding: 1.867em 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .q {
    padding: 0;
  }
}
.lower-faq .faq__list__item .q::before, .lower-faq .faq__list__item .q::after {
  content: "";
  width: 1.1em;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  background: #15a6d6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.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.5em;
  font-size: 1.2em;
  font-weight: 700;
  padding-right: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .q p {
    font-size: 1.072em;
    padding-right: 30px;
    line-height: 1.8;
  }
}
.lower-faq .faq__list__item .q p::before {
  content: "Q";
  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: "Red Hat Display", sans-serif;
  font-size: 1.1em;
  color: #ffffff;
  line-height: 1;
  padding-top: 0.1em;
  background: #90ee90;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .q p::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.8em;
            flex: 0 0 1.8em;
    padding-top: 0;
    font-size: 0.9em;
  }
}
@media (hover:hover) {
  .lower-faq .faq__list__item .q p:hover {
    color: rgba(21, 166, 214, 0.7);
  }
}
.lower-faq .faq__list__item .a {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 3.333em;
  background: rgba(144, 238, 144, 0.13);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .a {
    padding: 0 20px;
  }
}
.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(250, 248, 105, 0.8)));
  background: linear-gradient(transparent 60%, rgba(250, 248, 105, 0.8) 60%);
}
.lower-faq .faq__list__item .a .strong {
  font-weight: 700;
  color: #90ee90;
}
.lower-faq .faq__list__item .a .link {
  display: block;
  padding-top: 6px;
}
.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: #15a6d6;
  gap: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.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: #15a6d6;
  -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;
  }
}
.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 (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-top: 2em;
  padding-bottom: 2em;
  margin-bottom: 2.4em;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item.-open .a {
    margin-top: 1.5em;
    padding-bottom: 1.5em;
    margin-bottom: 0;
    padding-top: 1.5em;
  }
}

.lower-feature {
  /*------------------------------
    尚紫会の歩み
  ------------------------------*/
  /*------------------------------
    尚紫会の特徴
  ------------------------------*/
}
.lower-feature .history,
.lower-feature .feature {
  margin-bottom: 120px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-feature .history,
  .lower-feature .feature {
    margin-bottom: 50px;
  }
}
.lower-feature .history__inner,
.lower-feature .feature__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 40px;
}
@media (max-width: 834px) {
  .lower-feature .history__inner,
  .lower-feature .feature__inner {
    padding: 40px 20px;
    margin-bottom: 20px;
  }
}
.lower-feature .history__inner .commonTitle01__inner,
.lower-feature .feature__inner .commonTitle01__inner {
  gap: 13px;
}
@media (min-width: 835px) {
  .lower-feature .history__inner .commonTitle01__inner,
  .lower-feature .feature__inner .commonTitle01__inner {
    margin-right: 60px;
  }
}
.lower-feature .history__inner .commonTitle01 .ja,
.lower-feature .feature__inner .commonTitle01 .ja {
  color: #333;
  font-size: 3.2rem;
}
@media (max-width: 834px) {
  .lower-feature .history__inner .commonTitle01 .ja,
  .lower-feature .feature__inner .commonTitle01 .ja {
    font-size: 2.4rem;
    padding: 0;
  }
}
.lower-feature .sec__history {
  position: relative;
}
.lower-feature .sec__history::before {
  content: "";
  background: url(../img/feature/history_deco.png) center center/contain no-repeat;
  position: absolute;
  top: -62px;
  left: 0;
  width: min(784px, 50%);
  aspect-ratio: 446/736;
  z-index: -1;
  pointer-events: none;
  max-width: 30%;
}
@media (max-width: 834px) {
  .lower-feature .sec__history::before {
    max-width: 50%;
  }
}
@media (max-width: 1200px) {
  .lower-feature .sec__history .history {
    margin-bottom: 50px;
  }
}
@media (max-width: 834px) {
  .lower-feature .sec__history .history {
    margin-bottom: 10px;
  }
}
.lower-feature .sec__history .history__list {
  margin-top: 50px;
}
@media (max-width: 834px) {
  .lower-feature .sec__history .history__list {
    margin-top: 20px;
  }
}
.lower-feature .sec__history .history__list__item {
  padding-top: 90px;
  position: relative;
}
@media (max-width: 1200px) {
  .lower-feature .sec__history .history__list__item {
    padding-top: 60px;
  }
}
@media (max-width: 834px) {
  .lower-feature .sec__history .history__list__item {
    padding-top: 50px;
  }
}
.lower-feature .sec__history .history__list__item::before {
  content: "";
  display: block;
  border: 1px solid #e2e2e2;
  position: absolute;
  top: 0;
  left: 30px;
  height: 100%;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-feature .sec__history .history__list__item::before {
    left: 18px;
  }
}
.lower-feature .sec__history .history__list__item:first-child {
  padding-top: 0;
}
.lower-feature .sec__history .history__list__item:first-child::before {
  top: 20px;
}
@media (min-width: 835px) {
  .lower-feature .sec__history .history__list__item:last-child::before {
    height: 100px;
  }
}
.lower-feature .sec__history .history__list__item:last-child .imgArea .img {
  margin-bottom: 0;
}
.lower-feature .sec__history .history__list__item .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media (max-width: 834px) {
  .lower-feature .sec__history .history__list__item .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.lower-feature .sec__history .history__list__item .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
}
.lower-feature .sec__history .history__list__item .textArea .leadArea {
  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-feature .sec__history .history__list__item .textArea .leadArea {
    gap: 10px;
  }
}
.lower-feature .sec__history .history__list__item .textArea .icon {
  width: 64px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 834px) {
  .lower-feature .sec__history .history__list__item .textArea .icon {
    width: 40px;
  }
}
.lower-feature .sec__history .history__list__item .textArea .icon img {
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.lower-feature .sec__history .history__list__item .textArea .lead {
  font-size: 2.6rem;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 834px) {
  .lower-feature .sec__history .history__list__item .textArea .lead {
    font-size: 1.8rem;
  }
}
.lower-feature .sec__history .history__list__item .textArea .text {
  margin-left: 83px;
  margin-top: 10px;
}
@media (min-width: 835px) {
  .lower-feature .sec__history .history__list__item .textArea .text {
    font-size: 1.6rem;
  }
}
@media (max-width: 834px) {
  .lower-feature .sec__history .history__list__item .textArea .text {
    margin-left: 50px;
  }
}
.lower-feature .sec__history .history__list__item .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
}
.lower-feature .sec__history .history__list__item .imgArea .img {
  max-width: 414px;
  position: relative;
  margin-bottom: 20px;
}
.lower-feature .sec__history .history__list__item .imgArea .img::before {
  content: "";
  display: block;
  position: absolute;
  background: #ddfadd;
  top: 30%;
  left: 25%;
  right: -1000%;
  height: 86%;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-feature .sec__history .history__list__item .imgArea .img::before {
    top: 23%;
  }
}
.lower-feature .sec__history .history__list__item .imgArea .img img {
  aspect-ratio: 414/286;
}
.lower-feature .sec__feature .feature {
  background: #a6f1a6;
  position: relative;
}
.lower-feature .sec__feature .feature::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/feature/feature_deco_bg.png) center center/contain no-repeat;
  top: 0;
  left: 0;
  width: min(784px, 30%);
  aspect-ratio: 446/736;
  pointer-events: none;
}
@media (min-width: 835px) {
  .lower-feature .sec__feature .feature__inner {
    padding-top: 80px;
    padding-bottom: 150px;
  }
}
@media (max-width: 1200px) {
  .lower-feature .sec__feature .feature__inner {
    padding-bottom: 100px;
  }
}
@media (max-width: 834px) {
  .lower-feature .sec__feature .feature__inner {
    padding-bottom: 30px;
  }
}
.lower-feature .sec__feature .feature__inner .commonTitle01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lower-feature .sec__feature .feature__inner .commonTitle01 .ja {
  color: #fff;
}
.lower-feature .sec__feature .feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 4.1%;
  margin-top: 50px;
  position: relative;
  z-index: 5;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .lower-feature .sec__feature .feature__list {
    margin-top: 20px;
    gap: 30px;
  }
}
.lower-feature .sec__feature .feature__list__item {
  background: #fff;
  width: calc((100% - 50px) / 2);
  counter-increment: mycounter;
}
@media (max-width: 834px) {
  .lower-feature .sec__feature .feature__list__item {
    width: 100%;
  }
}
.lower-feature .sec__feature .feature__list__item .contents {
  padding: 50px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-feature .sec__feature .feature__list__item .contents {
    padding: 20px;
  }
}
.lower-feature .sec__feature .feature__list__item .contents::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/feature/feature_deco.png) center center/contain no-repeat;
  top: -25px;
  left: -23px;
  width: 85px;
  height: 100px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-feature .sec__feature .feature__list__item .contents::before {
    left: -16px;
    width: 45px;
    height: 80px;
  }
}
.lower-feature .sec__feature .feature__list__item .leadArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  gap: 10px;
}
.lower-feature .sec__feature .feature__list__item .leadArea::before {
  content: counter(mycounter, decimal-leading-zero);
  position: absolute;
  top: -30%;
  left: -5%;
  font-size: 8rem;
  font-weight: 900;
  font-family: "Red Hat Display", sans-serif;
  color: #ddfadd;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-feature .sec__feature .feature__list__item .leadArea::before {
    font-size: 4rem;
    top: -10%;
    left: 0;
  }
}
.lower-feature .sec__feature .feature__list__item .leadArea .lead {
  font-size: 2.6rem;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 80%;
          flex: 1 1 80%;
  z-index: 1;
  padding-top: 13px;
}
@media (max-width: 834px) {
  .lower-feature .sec__feature .feature__list__item .leadArea .lead {
    font-size: 1.8rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 70%;
            flex: 1 1 70%;
  }
}
.lower-feature .sec__feature .feature__list__item .leadArea .pc {
  display: inline;
}
@media (max-width: 1200px) {
  .lower-feature .sec__feature .feature__list__item .leadArea .pc {
    display: none;
  }
}
.lower-feature .sec__feature .feature__list__item .leadArea .icon {
  width: 104px;
  height: 104px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 834px) {
  .lower-feature .sec__feature .feature__list__item .leadArea .icon {
    width: 65px;
    height: 65px;
  }
}
.lower-feature .sec__feature .feature__list__item .text {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-feature .sec__feature .feature__list__item .text {
    margin-top: 10px;
  }
}

/* ============================================
// lower-data
// ==========================================*/
.lower-data {
  /*------------------------------
    共通設定
  ------------------------------*/
  /*------------------------------
    アイテム個別の設定
  ------------------------------*/
}
@media (max-width: 630px) {
  .lower-data .pageHeader__inner .bgImg {
    inset: 0 0 0 -34%;
  }
}
@media (max-width: 500px) {
  .lower-data .pageHeader__inner .bgImg {
    inset: 0 0 0 -104%;
  }
}
.lower-data .l-main {
  overflow: hidden;
  position: relative;
  background: url(../img/data/data_bg01.png) top left/auto no-repeat;
}
@media (max-width: 834px) {
  .lower-data .l-main {
    background-size: max(33vw, 150px);
  }
}
.lower-data .l-main::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 15%;
  width: 518px;
  aspect-ratio: 518/1107;
  background: url(../img/data/data_bg02.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .lower-data .l-main::before {
    width: max(33vw, 150px);
  }
}
.lower-data .l-main::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 15%;
  width: 518px;
  aspect-ratio: 518/1107;
  background: url(../img/data/data_bg03.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .lower-data .l-main::after {
    width: max(33vw, 150px);
  }
}
.lower-data .sec__dataContainer {
  position: relative;
  z-index: 3;
}
.lower-data .sec__dataContainer__inner {
  position: relative;
  z-index: 1;
  padding-top: 64px;
  padding-bottom: 80px;
}
@media (max-width: 834px) {
  .lower-data .sec__dataContainer__inner {
    padding-top: 24px;
    padding-bottom: 40px;
  }
}
.lower-data .sec__dataContainer .data__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px 4%;
}
@media (max-width: 834px) {
  .lower-data .sec__dataContainer .data__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
  }
}
.lower-data .sec__dataContainer .data__block {
  position: relative;
  padding: 48px 0;
  border: 1px solid #dbdbdb;
  background: #fff;
}
.lower-data .sec__dataContainer .data__block::after {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -21px;
  width: 71px;
  aspect-ratio: 71/100;
  background: url(../img/data/deco_line.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .lower-data .sec__dataContainer .data__block::after {
    top: -12px;
    left: -16px;
    width: 56px;
  }
}
@media (max-width: 834px) {
  .lower-data .sec__dataContainer .data__block {
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 835px) {
  .lower-data .sec__dataContainer .data__block.-one {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30.667%;
            flex: 0 0 30.667%;
  }
  .lower-data .sec__dataContainer .data__block.-two {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65.334%;
            flex: 0 0 65.334%;
  }
  .lower-data .sec__dataContainer .data__block.-half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  .lower-data .sec__dataContainer .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 .sec__dataContainer .data__block__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 5%;
  gap: 48px;
}
@media (max-width: 834px) {
  .lower-data .sec__dataContainer .data__block__inner {
    padding: 24px 6% 32px;
    gap: 24px;
  }
}
.lower-data .sec__dataContainer .data__block .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;
  gap: 4px;
}
@media (max-width: 834px) {
  .lower-data .sec__dataContainer .data__block .title {
    gap: 2px;
  }
}
.lower-data .sec__dataContainer .data__block .title .num {
  font-family: "Red Hat Display", serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #79e279;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-data .sec__dataContainer .data__block .title .num {
    font-size: 1.3rem;
  }
}
.lower-data .sec__dataContainer .data__block .title .heading {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.085em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 834px) {
  .lower-data .sec__dataContainer .data__block .title .heading {
    font-size: 2rem;
  }
}
.lower-data .sec__dataContainer .data__block .title .heading::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 -10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(64%, transparent), color-stop(64%, rgba(144, 238, 144, 0.46)));
  background: linear-gradient(transparent 64%, rgba(144, 238, 144, 0.46) 64%);
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-data .sec__dataContainer .data__block .title .heading::before {
    content: none;
  }
}
@media (max-width: 834px) {
  .lower-data .sec__dataContainer .data__block .title .heading span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(144, 238, 144, 0.46)));
    background: linear-gradient(transparent 60%, rgba(144, 238, 144, 0.46) 60%);
    padding-bottom: 2px;
  }
}
.lower-data .sec__dataContainer .data__block .body {
  position: relative;
  z-index: 1;
  width: 100%;
}
.lower-data .sec__dataContainer .data__block .body.-horizontal {
  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: 7.4%;
}
@media (max-width: 834px) {
  .lower-data .sec__dataContainer .data__block .body.-horizontal {
    gap: 6%;
  }
}
.lower-data .sec__dataContainer .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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 834px) {
  .lower-data .sec__dataContainer .data__block .body.-vertical {
    gap: 16px;
  }
}
.lower-data .sec__dataContainer .data__block .body .data.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lower-data .sec__dataContainer .data__block .body .data__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10%;
}
.lower-data .sec__dataContainer .data__block .body .data__item .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;
  color: #fff;
  line-height: 1.5;
  padding: 0.25em 0.8em;
  background: #79e279;
  border-radius: 8px;
  width: 100%;
  max-width: 110px;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-data .sec__dataContainer .data__block .body .data__item .text {
    max-width: 104px;
    border-radius: 4px;
  }
}
.lower-data .sec__dataContainer .data__block .body .data__item:nth-child(2n) .text {
  background: #6cdfdd;
}
.lower-data .sec__dataContainer .data__block .body .num {
  font-size: 2rem;
  letter-spacing: 0.025em;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-data .sec__dataContainer .data__block .body .num {
    font-size: 1.6rem;
  }
}
.lower-data .sec__dataContainer .data__block .body .num b {
  font-family: "Red Hat Display", serif;
  font-size: 4.8rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  margin-right: 4px;
}
@media (max-width: 834px) {
  .lower-data .sec__dataContainer .data__block .body .num b {
    font-size: 4rem;
    margin-right: 3px;
  }
}
.lower-data .sec__dataContainer .data__block .body .num.-middle {
  font-size: clamp(2.1rem, 1.8vw, 2.4rem);
  font-weight: 700;
}
@media (max-width: 834px) {
  .lower-data .sec__dataContainer .data__block .body .num.-middle {
    font-size: 1.6rem;
  }
}
.lower-data .sec__dataContainer .data__block .body .num.-middle b {
  font-size: clamp(5rem, 4.8vw, 6.4rem);
  margin-right: 2px;
}
@media (max-width: 834px) {
  .lower-data .sec__dataContainer .data__block .body .num.-middle b {
    font-size: 4rem;
  }
}
.lower-data .sec__dataContainer .data__block .body .num.-large {
  font-size: clamp(2.4rem, 2.3vw, 2.6rem);
  font-weight: 700;
  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;
  gap: 2%;
}
@media (max-width: 834px) {
  .lower-data .sec__dataContainer .data__block .body .num.-large {
    font-size: 1.8rem;
  }
}
.lower-data .sec__dataContainer .data__block .body .num.-large b {
  font-size: clamp(8rem, 7vw, 10rem);
  letter-spacing: 0.05em;
  margin-right: 0;
}
@media (max-width: 834px) {
  .lower-data .sec__dataContainer .data__block .body .num.-large b {
    font-size: 6.4rem;
  }
}
.lower-data .sec__dataContainer .data__block .body .categoryArea {
  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;
}
.lower-data .sec__dataContainer .data__block .body .categoryArea .categoryWrap .category {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  color: #87e887;
}
@media (max-width: 834px) {
  .lower-data .sec__dataContainer .data__block .body .categoryArea .categoryWrap .category {
    font-size: 1.5rem;
  }
}
.lower-data .sec__dataContainer .data__block .body .categoryArea .categoryWrap:nth-child(2n) .category {
  color: #6cdfdd;
}
.lower-data .sec__dataContainer .data__block .body .categoryArea.-colorRev .categoryWrap .category {
  color: #6cdfdd;
}
.lower-data .sec__dataContainer .data__block .body .categoryArea.-colorRev .categoryWrap:nth-child(2n) .category {
  color: #87e887;
}
.lower-data .sec__dataContainer .data__block .tips {
  max-width: 208px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 208px;
          flex: 0 0 208px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.2em 1.5em;
  text-align: left;
}
@media (max-width: 834px) {
  .lower-data .sec__dataContainer .data__block .tips {
    max-width: 192px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 192px;
            flex: 0 0 192px;
    gap: 0;
  }
}
.lower-data .sec__dataContainer .data__block .tips__item {
  position: relative;
  font-weight: 700;
  padding-left: 22px;
}
@media (max-width: 834px) {
  .lower-data .sec__dataContainer .data__block .tips__item {
    font-size: 1.4rem;
  }
}
.lower-data .sec__dataContainer .data__block .tips__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  aspect-ratio: 1/1;
  width: 13px;
  background: #000;
}
@media (max-width: 834px) {
  .lower-data .sec__dataContainer .data__block .tips__item:before {
    top: 8px;
  }
}
.lower-data .sec__dataContainer .data__block .tips__item b {
  font-family: "Red Hat Display", serif;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  line-height: 1;
  position: relative;
  top: 1px;
}
@media (max-width: 834px) {
  .lower-data .sec__dataContainer .data__block .tips__item b {
    font-size: 1.5rem;
  }
}
.lower-data .sec__dataContainer .data__block .tips__item span {
  font-family: "Red Hat Display", serif;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  position: relative;
  top: 1px;
}
@media (max-width: 834px) {
  .lower-data .sec__dataContainer .data__block .tips__item span {
    font-size: 1.4rem;
  }
}
.lower-data .sec__dataContainer .data__block .tips__item:nth-child(7n+1):before {
  background: #57dca5;
}
.lower-data .sec__dataContainer .data__block .tips__item:nth-child(7n+2):before {
  background: #90ee90;
}
.lower-data .sec__dataContainer .data__block .tips__item:nth-child(7n+3):before {
  background: #57dcda;
}
.lower-data .sec__dataContainer .data__block .tips__item:nth-child(7n+4):before {
  background: #74f1ef;
}
.lower-data .sec__dataContainer .data__block .tips__item:nth-child(7n+5):before {
  background: #57a2dc;
}
.lower-data .sec__dataContainer .data__block .tips__item:nth-child(7n+6):before {
  background: #a5b4f0;
}
.lower-data .sec__dataContainer .data__block .tips__item:nth-child(7n+7):before {
  background: #44cdfa;
}
.lower-data .sec__dataContainer .data__block .lineChartWrap .chart {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  background: #eeeeee;
}
@media (max-width: 834px) {
  .lower-data .sec__dataContainer .data__block .lineChartWrap .chart {
    max-width: inherit;
  }
}
.lower-data .sec__dataContainer .data__block .lineChartWrap .chart .line {
  width: 100%;
  height: 44px;
  -webkit-transition: width 1.3s ease;
  transition: width 1.3s ease;
}
@media (max-width: 834px) {
  .lower-data .sec__dataContainer .data__block .lineChartWrap .chart .line {
    height: 40px;
  }
}
.lower-data .sec__dataContainer .data__block .lineChartWrap .chart .line:nth-child(1) {
  background: #90ee90;
}
.lower-data .sec__dataContainer .data__block .lineChartWrap .chart .line:nth-child(2) {
  background: #74f1ef;
}
.lower-data .sec__dataContainer .data__block .lineChartWrap .chart.-colorRev .line:nth-child(1) {
  background: #74f1ef;
}
.lower-data .sec__dataContainer .data__block .lineChartWrap .chart.-colorRev .line:nth-child(2) {
  background: #90ee90;
}
.lower-data .sec__dataContainer .data__block .bar-chart {
  width: 100%;
  max-width: 456px;
  margin: 0 auto;
}
.lower-data .sec__dataContainer .data__block .bar-chart .chart {
  position: relative;
  z-index: 1;
  aspect-ratio: 456/192;
}
.lower-data .sec__dataContainer .data__block .bar-chart .chart canvas {
  width: 100%;
  height: 100%;
}
.lower-data .sec__dataContainer .data__block .bar-chart.-vertical {
  max-width: 480px;
}
.lower-data .sec__dataContainer .data__block .bar-chart.-vertical .chart {
  aspect-ratio: 480/400;
}
.lower-data .sec__dataContainer .data__block .doughnutChartWrap,
.lower-data .sec__dataContainer .data__block .pieChartWrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 220px;
}
@media (max-width: 834px) {
  .lower-data .sec__dataContainer .data__block .doughnutChartWrap,
  .lower-data .sec__dataContainer .data__block .pieChartWrap {
    max-width: 180px;
  }
}
.lower-data .sec__dataContainer .data__block .doughnutChartWrap .chart,
.lower-data .sec__dataContainer .data__block .pieChartWrap .chart {
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  border-radius: 50%;
}
.lower-data .sec__dataContainer .data__block .doughnutChartWrap .chart::before,
.lower-data .sec__dataContainer .data__block .pieChartWrap .chart::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 50%;
}
.lower-data .sec__dataContainer .data__block .doughnutChartWrap .chart canvas,
.lower-data .sec__dataContainer .data__block .pieChartWrap .chart canvas {
  position: absolute;
  inset: 0;
}
.lower-data .sec__dataContainer .data__block .doughnutChartWrap .chart .num,
.lower-data .sec__dataContainer .data__block .pieChartWrap .chart .num {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 2.4rem;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 834px) {
  .lower-data .sec__dataContainer .data__block .doughnutChartWrap .chart .num,
  .lower-data .sec__dataContainer .data__block .pieChartWrap .chart .num {
    font-size: 1.6rem;
  }
}
.lower-data .sec__dataContainer .data__block .doughnutChartWrap .chart .num b,
.lower-data .sec__dataContainer .data__block .pieChartWrap .chart .num b {
  font-family: "Red Hat Display", serif;
  font-size: 5.6rem;
  font-weight: 900;
  letter-spacing: 0;
  margin-right: 4px;
}
@media (max-width: 834px) {
  .lower-data .sec__dataContainer .data__block .doughnutChartWrap .chart .num b,
  .lower-data .sec__dataContainer .data__block .pieChartWrap .chart .num b {
    font-size: 4rem;
  }
}
.lower-data .sec__dataContainer .data__block .pieChartWrap .chart::before {
  background: #eee;
}
.lower-data .sec__dataContainer .data__date {
  text-align: right;
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-data .sec__dataContainer .data__date {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
.lower-data #gendar .body .flex {
  max-width: 280px;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-data #gendar .body .flex {
    max-width: 100%;
  }
}
.lower-data #gendar .body .lineChartWrap {
  margin-top: 7px;
}
@media (max-width: 834px) {
  .lower-data #gendar .body .lineChartWrap {
    margin-top: 4px;
  }
}
.lower-data #gendar .body .categoryArea {
  margin-top: 5px;
  max-width: 280px;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-data #gendar .body .categoryArea {
    max-width: 100%;
    margin-top: 2px;
  }
}
.lower-data #length {
  background: #fff url(../img/data/data02_bg.png) bottom -27px right -16px/auto no-repeat;
}
@media (max-width: 834px) {
  .lower-data #length {
    background-size: 104px;
    background-position: bottom -13px right -9px;
  }
}
.lower-data #length .data__block__inner {
  gap: 40px;
}
@media (max-width: 834px) {
  .lower-data #length .data__block__inner {
    gap: 16px;
  }
}
.lower-data #staff .body .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px 2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 834px) {
  .lower-data #staff .body .flex {
    gap: 8px 6%;
  }
}
.lower-data #staff .body .flex .data__item {
  min-width: clamp(112px, 10vw, 131px);
  gap: 12px;
}
@media (max-width: 834px) {
  .lower-data #staff .body .flex .data__item {
    gap: 8px;
    max-width: 112px;
  }
}
.lower-data #staff .body .flex .data__item .text {
  max-width: clamp(112px, 10vw, 130px);
  min-width: 112px;
}
@media (max-width: 834px) {
  .lower-data #age .data__block__inner {
    gap: 8px;
  }
}
@media (max-width: 834px) {
  .lower-data #age .data__block__inner .body .bar-chart .chart {
    margin: 0 -9%;
  }
}
.lower-data #type .data__block__inner {
  gap: 36px;
}
@media (max-width: 834px) {
  .lower-data #type .data__block__inner {
    gap: 24px;
  }
}
@media (max-width: 500px) {
  .lower-data #type .data__block__inner .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.lower-data #overTime {
  background: #fff url(../img/data/data06_bg.png) bottom -10px right -20px/auto no-repeat;
}
@media (max-width: 834px) {
  .lower-data #overTime {
    background-size: 104px;
    background-position: bottom -4px right -8px;
  }
}
.lower-data #overTime .data__block__inner {
  gap: 40px;
}
@media (max-width: 834px) {
  .lower-data #overTime .data__block__inner {
    gap: 16px;
  }
}
.lower-data #overTime .data__block__inner .body .num b {
  letter-spacing: 0.005em;
}
.lower-data #systems .data__block__inner {
  gap: 40px;
}
@media (max-width: 834px) {
  .lower-data #systems .data__block__inner {
    gap: 24px;
  }
}
.lower-data #systems .body .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 696px;
  margin-inline: auto;
  margin-bottom: 24px;
  gap: 16px 12px;
}
@media (max-width: 834px) {
  .lower-data #systems .body .list {
    gap: 8px;
    margin-bottom: 0;
  }
}
.lower-data #systems .body .list__item {
  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.4rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #fff;
  background: #79e279;
  border-radius: 500px;
  min-height: 36px;
  line-height: 1.6;
  padding: 0.4em 1.235em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 834px) {
  .lower-data #systems .body .list__item {
    font-size: 1.3rem;
  }
}
.lower-data #systems .body .list__item:nth-child(2n) {
  background: #6cdfdd;
}
.lower-data #experience .data__block__inner,
.lower-data #maternity .data__block__inner {
  gap: 36px;
}
@media (max-width: 834px) {
  .lower-data #experience .data__block__inner,
  .lower-data #maternity .data__block__inner {
    gap: 32px;
  }
}
.lower-data #experience .body .flex,
.lower-data #maternity .body .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6%;
}
@media (max-width: 834px) {
  .lower-data #experience .body .flex,
  .lower-data #maternity .body .flex {
    gap: 5%;
  }
}
.lower-data #experience .body .flex .data__item,
.lower-data #maternity .body .flex .data__item {
  width: 100%;
  max-width: 200px;
}
.lower-data #experience .body .flex .data__item .doughnutChartWrap,
.lower-data #maternity .body .flex .data__item .doughnutChartWrap {
  max-width: 200px;
}
.lower-data #experience .body .flex .data__item .doughnutChartWrap .chart,
.lower-data #maternity .body .flex .data__item .doughnutChartWrap .chart {
  max-width: 200px;
  margin-top: 18px;
}
@media (max-width: 834px) {
  .lower-data #experience .body .flex .data__item .doughnutChartWrap .chart,
  .lower-data #maternity .body .flex .data__item .doughnutChartWrap .chart {
    margin-top: 12px;
  }
}
.lower-data #experience .body .flex .data__item .doughnutChartWrap .chart .num,
.lower-data #maternity .body .flex .data__item .doughnutChartWrap .chart .num {
  width: 100%;
  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;
}
.lower-data #experience .body .flex .data__item .doughnutChartWrap .chart .num b,
.lower-data #maternity .body .flex .data__item .doughnutChartWrap .chart .num b {
  margin-right: 2px;
}
.lower-data #senior .data__block__inner {
  gap: 46px;
}
@media (max-width: 834px) {
  .lower-data #senior .data__block__inner {
    gap: 24px;
  }
}
.lower-data #senior .body .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.5%;
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
  margin-bottom: 24px;
}
@media (max-width: 834px) {
  .lower-data #senior .body .flex {
    gap: 5%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-bottom: 0;
  }
}
@media (max-width: 550px) {
  .lower-data #senior .body .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
}
.lower-data #senior .body .flex .data__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  max-width: 289px;
  gap: 4%;
}
@media (max-width: 834px) {
  .lower-data #senior .body .flex .data__item {
    max-width: 207px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.lower-data #senior .body .flex .data__item .imgArea {
  max-width: 133px;
}
@media (max-width: 834px) {
  .lower-data #senior .body .flex .data__item .imgArea {
    max-width: 104px;
  }
}
@media (max-width: 500px) {
  .lower-data #senior .body .flex .data__item .imgArea {
    max-width: 80px;
  }
}
.lower-data #senior .body .flex .data__item .numArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 144px;
          flex: 0 0 144px;
}
@media (max-width: 834px) {
  .lower-data #senior .body .flex .data__item .numArea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 96px;
            flex: 0 0 96px;
  }
}
.lower-data #senior .body .flex .data__item .numArea .num {
  font-size: 2.6rem;
  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;
  margin-top: 4px;
}
@media (max-width: 834px) {
  .lower-data #senior .body .flex .data__item .numArea .num {
    font-size: 1.6rem;
    margin-top: 8px;
  }
}
.lower-data #senior .body .flex .data__item .numArea .num b {
  font-size: 7.6rem;
}
@media (max-width: 834px) {
  .lower-data #senior .body .flex .data__item .numArea .num b {
    font-size: 4rem;
  }
}
.lower-data #career {
  background: #fff url(../img/data/data11_bg.png) bottom -26px right -20px/auto no-repeat;
}
@media (max-width: 834px) {
  .lower-data #career {
    background-size: 104px;
    background-position: bottom -4px right -4px;
  }
}
.lower-data #career .data__block__inner {
  gap: 40px;
}
@media (max-width: 834px) {
  .lower-data #career .data__block__inner {
    gap: 16px;
  }
}
.lower-data #career .body .num {
  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;
  font-size: 3.2rem;
}
@media (max-width: 834px) {
  .lower-data #career .body .num {
    font-size: 1.8rem;
  }
}
.lower-data #career .body .num b {
  font-size: clamp(8.6rem, 8vw, 9.6rem);
  margin-right: 12px;
}
@media (max-width: 834px) {
  .lower-data #career .body .num b {
    font-size: 6.4rem;
  }
}
.lower-data #animal .body .data,
.lower-data #nature .body .data {
  max-width: 376px;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-data #animal .body .data,
  .lower-data #nature .body .data {
    max-width: 100%;
  }
}
.lower-data #animal .body .lineChartWrap,
.lower-data #nature .body .lineChartWrap {
  margin-top: 7px;
}
@media (max-width: 834px) {
  .lower-data #animal .body .lineChartWrap,
  .lower-data #nature .body .lineChartWrap {
    margin-top: 4px;
  }
}
.lower-data #animal .body .lineChartWrap .chart,
.lower-data #nature .body .lineChartWrap .chart {
  max-width: 376px;
}
@media (max-width: 834px) {
  .lower-data #animal .body .lineChartWrap .chart,
  .lower-data #nature .body .lineChartWrap .chart {
    max-width: 100%;
  }
}
.lower-data #animal .body .lineChartWrap .chart .line,
.lower-data #nature .body .lineChartWrap .chart .line {
  height: 54px;
}
@media (max-width: 834px) {
  .lower-data #animal .body .lineChartWrap .chart .line,
  .lower-data #nature .body .lineChartWrap .chart .line {
    height: 40px;
  }
}
.lower-data #animal .body .categoryArea,
.lower-data #nature .body .categoryArea {
  margin-top: 4px;
  max-width: 468px;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-data #animal .body .categoryArea,
  .lower-data #nature .body .categoryArea {
    margin-top: 6px;
    max-width: 100%;
  }
}
.lower-data #animal .body .categoryArea .categoryWrap,
.lower-data #nature .body .categoryArea .categoryWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media (max-width: 834px) {
  .lower-data #animal .body .categoryArea .categoryWrap,
  .lower-data #nature .body .categoryArea .categoryWrap {
    gap: 8px;
  }
}
.lower-data #animal .body .categoryArea .categoryWrap .img.-dog,
.lower-data #nature .body .categoryArea .categoryWrap .img.-dog {
  max-width: 36px;
}
@media (max-width: 834px) {
  .lower-data #animal .body .categoryArea .categoryWrap .img.-dog,
  .lower-data #nature .body .categoryArea .categoryWrap .img.-dog {
    max-width: 30px;
  }
}
.lower-data #animal .body .categoryArea .categoryWrap .img.-cat,
.lower-data #nature .body .categoryArea .categoryWrap .img.-cat {
  max-width: 32px;
}
@media (max-width: 834px) {
  .lower-data #animal .body .categoryArea .categoryWrap .img.-cat,
  .lower-data #nature .body .categoryArea .categoryWrap .img.-cat {
    max-width: 26px;
  }
}
.lower-data #animal .body .categoryArea .categoryWrap .img.-sea,
.lower-data #nature .body .categoryArea .categoryWrap .img.-sea {
  max-width: 32px;
}
@media (max-width: 834px) {
  .lower-data #animal .body .categoryArea .categoryWrap .img.-sea,
  .lower-data #nature .body .categoryArea .categoryWrap .img.-sea {
    max-width: 26px;
  }
}
.lower-data #animal .body .categoryArea .categoryWrap .img.-mountain,
.lower-data #nature .body .categoryArea .categoryWrap .img.-mountain {
  max-width: 35px;
}
@media (max-width: 834px) {
  .lower-data #animal .body .categoryArea .categoryWrap .img.-mountain,
  .lower-data #nature .body .categoryArea .categoryWrap .img.-mountain {
    max-width: 28px;
  }
}
.lower-data #previous .data__block__inner {
  gap: 24px;
}
@media (max-width: 834px) {
  .lower-data #previous .data__block__inner {
    gap: 16px;
  }
}
.lower-data #reasons {
  background: #fff url(../img/data/data15_bg.png) bottom -20px right -30px/auto no-repeat;
}
@media (max-width: 834px) {
  .lower-data #reasons {
    background-size: 104px;
    background-position: bottom -6px right -10px;
  }
}
.lower-data #reasons .data__block__inner {
  gap: 40px;
}
@media (max-width: 834px) {
  .lower-data #reasons .data__block__inner {
    gap: 24px;
  }
}
.lower-data #reasons .body .list {
  max-width: 424px;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-data #reasons .body .list {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.lower-data #reasons .body .list__item {
  position: relative;
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  line-height: 1.6;
  padding-left: 56px;
}
@media (max-width: 834px) {
  .lower-data #reasons .body .list__item {
    font-size: 1.6rem;
    padding-left: 42px;
  }
}
.lower-data #reasons .body .list__item .num {
  position: absolute;
  top: 18px;
  left: 0;
  width: 41px;
  font-family: "Red Hat Display", serif;
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  color: #fff;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .lower-data #reasons .body .list__item .num {
    width: 32px;
    font-size: 1rem;
    top: 8px;
  }
}
.lower-data #reasons .body .list__item .num::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 41px;
  aspect-ratio: 41/33;
  background: url(../img/data/crown_illust01.png) center center/contain no-repeat;
  -webkit-transform: translate(-50%, calc(-50% - 5px));
          transform: translate(-50%, calc(-50% - 5px));
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-data #reasons .body .list__item .num::before {
    width: 32px;
    -webkit-transform: translate(-50%, calc(-50% - 4px));
            transform: translate(-50%, calc(-50% - 4px));
  }
}
.lower-data #reasons .body .list__item:nth-child(n+2) {
  margin-top: 24px;
}
@media (max-width: 834px) {
  .lower-data #reasons .body .list__item:nth-child(n+2) {
    margin-top: 16px;
  }
}
.lower-data #reasons .body .list__item:nth-child(2) .num::before {
  background: url(../img/data/crown_illust02.png) center center/contain no-repeat;
}
.lower-data #reasons .body .list__item:nth-child(3) .num::before {
  background: url(../img/data/crown_illust03.png) center center/contain no-repeat;
}
.lower-data #reasons .body .list__item:nth-child(n+4) {
  font-weight: 700;
}
.lower-data #reasons .body .list__item:nth-child(n+4) .num::before {
  width: 36px;
  aspect-ratio: 1/1;
  background: url(../img/data/circle_illust.png) center center/contain no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 834px) {
  .lower-data #reasons .body .list__item:nth-child(n+4) .num::before {
    width: 28px;
  }
}/*# sourceMappingURL=style.css.map */