@charset "UTF-8";
/* ============================================
// normalize.css v3.0.2 | MIT License | git.io/normalize
// ==========================================*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: border-box; /* 2 */
  box-sizing: border-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ============================================
// RESET
// ==========================================*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  outline: none;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

::-moz-selection {
  background: #00ab4c;
  color: #ffffff;
}

::selection {
  background: #00ab4c;
  color: #ffffff;
}

@media (min-device-width: 835px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
/* ============================================
// BASE
// ==========================================*/
html,
body {
  min-width: 1024px;
}
@media (max-width: 834px) {
  html,
  body {
    min-width: inherit;
  }
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #5d756b;
  line-height: 2;
  letter-spacing: 0.075em;
  word-break: break-word;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 834px) {
  body {
    font-size: 1.4rem;
  }
}

body:has(.hamburger.js-open) {
  overflow: hidden;
}

#container {
  width: 100%;
  overflow: hidden;
}

.innerWrap {
  max-width: 1280px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 834px) {
  .innerWrap {
    padding: 0 6.25%;
  }
}

main.main,
main.l-main {
  position: relative;
  z-index: 1;
}

a {
  color: #5d756b;
  -webkit-transition: opacity 0.24s, color 0.24s, -webkit-filter 0.24s;
  transition: opacity 0.24s, color 0.24s, -webkit-filter 0.24s;
  transition: opacity 0.24s, filter 0.24s, color 0.24s;
  transition: opacity 0.24s, filter 0.24s, color 0.24s, -webkit-filter 0.24s;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

/* classes */
img {
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

@media (min-width: 835px) {
  .ro:hover {
    opacity: 0.8;
    -webkit-transition: all 0.16s linear;
    transition: all 0.16s linear;
  }
}

.ro:hover img {
  opacity: 1;
}

.bold {
  font-weight: bold;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

/* fonts */
.eng {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: -0.12em;
}

/* animations */
.anime {
  -webkit-transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.anime.-fadeIn {
  opacity: 0.1;
}
.anime.-fadeIn.js-active, .js-active > .anime.-fadeIn {
  opacity: 1;
}
.anime.-fadeInBottom {
  opacity: 0.1;
  -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.1;
  -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.1;
  -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.1;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.anime.-fadeInRight.js-active, .js-active > .anime.-fadeInRight {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#ot-sdk-btn-floating.ot-floating-button .ot-floating-button__front button {
  outline: none !important;
}

.lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
  bottom: 105px;
}
@media (max-width: 834px) {
  .lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
    bottom: 76px;
  }
}

/* ============================================
// loading
// ==========================================*/
#loading {
  opacity: 1;
  display: none;
  display: block;
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.js-ready #loading .loading_logo {
  opacity: 1;
}
.js-loaded #loading {
  opacity: 0;
}
.js-loaded #loading .loading_inner::before {
  opacity: 0;
}
.js-loaded #loading .loading_logo {
  opacity: 0;
}
.front-page.once #loading {
  display: block;
}
#loading .loading_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
#loading .loading_inner::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#loading .loading_logo {
  position: absolute;
  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: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#loading .loading_logo .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 834px) {
  #loading .loading_logo .logo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#loading .loading_logo .logo .img {
  width: 100%;
  max-width: 175px;
  -webkit-transform: 0.3s ease;
          transform: 0.3s ease;
}
@media (max-width: 834px) {
  #loading .loading_logo .logo .img {
    max-width: 122.5px;
  }
}
#loading .loading_logo .logo .site {
  font-size: 1.3rem;
  color: #8ac63f;
  background-color: #fff;
  font-weight: bold;
  line-height: 1;
  border: solid 1px #8ac63f;
  padding: 0.76923em 1.23em;
  -webkit-transform: 0.3s ease;
          transform: 0.3s ease;
}
@media (max-width: 834px) {
  #loading .loading_logo .logo .site {
    font-size: 1.2rem;
  }
}
#loading .loading_text {
  position: absolute;
  top: calc(50% + 70px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 834px) {
  #loading .loading_text {
    top: calc(50% + 60px);
  }
}
#loading .loading_text .ttl-color {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 2.8rem;
  display: inline-block;
  -webkit-transform: translate(0, 105%);
          transform: translate(0, 105%);
  -webkit-animation: loadTxt 1s linear infinite;
          animation: loadTxt 1s linear infinite;
  color: #00ab4c;
}
@media (max-width: 834px) {
  #loading .loading_text .ttl-color {
    font-size: 2rem;
  }
}
#loading .loading_text .ttl-color:nth-child(2) {
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
}
#loading .loading_text .ttl-color:nth-child(3) {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}
#loading .loading_text .ttl-color:nth-child(4) {
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
}
#loading .loading_text .ttl-color:nth-child(5) {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}
#loading .loading_text .ttl-color:nth-child(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#loading .loading_text .ttl-color:nth-child(7) {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}
#loading .loading_text .ttl-color:nth-child(8) {
  -webkit-animation-delay: 0.42s;
          animation-delay: 0.42s;
}
#loading .loading_text .ttl-color:nth-child(9) {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
#loading .loading_text .ttl-color:nth-child(10) {
  -webkit-animation-delay: 0.54s;
          animation-delay: 0.54s;
}
#loading .loading_text .ttl-color:nth-child(11) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#loading .loading_text .ttl-color:nth-child(12) {
  -webkit-animation-delay: 0.66s;
          animation-delay: 0.66s;
}
#loading .loading_text .ttl-color:nth-child(13) {
  -webkit-animation-delay: 0.72s;
          animation-delay: 0.72s;
}
#loading .loading_text .ttl-color:nth-child(14) {
  -webkit-animation-delay: 0.78s;
          animation-delay: 0.78s;
}

/* ============================================
// hamburger
// ==========================================*/
.hamburger {
  position: fixed;
  inset: 0;
  z-index: 2147483648;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 834px) {
  .hamburger {
    background-position: bottom right;
    background-size: 70%;
  }
}
.hamburger::after {
  content: "";
  aspect-ratio: 214/140;
  width: 214px;
  background-image: url(../img/common/search_deco02.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: fixed;
  pointer-events: none;
  bottom: 10%;
  right: 10%;
  z-index: -1;
  opacity: 0.2;
}
@media (max-width: 834px) {
  .hamburger::after {
    width: 171.2px;
    bottom: 3%;
    right: 3%;
  }
}
.js-loaded .hamburger {
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.hamburger.js-open {
  opacity: 1;
  visibility: visible;
}
.hamburger__menu {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px;
  overflow-y: auto;
}
@media (max-width: 834px) {
  .hamburger__menu {
    padding: 48px;
  }
}
.hamburger__menu__inner {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: auto;
}
@media (max-width: 834px) {
  .hamburger__menu__inner {
    max-width: 440px;
  }
}
.hamburger__menu__logo {
  margin-bottom: 32px;
}
@media (max-width: 834px) {
  .hamburger__menu__logo {
    margin-bottom: 22px;
  }
}
.hamburger__menu__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  color: #ffffff;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .hamburger__menu__logo a {
    gap: 10px;
  }
}
.hamburger__menu__logo img {
  width: 232px;
}
@media (max-width: 834px) {
  .hamburger__menu__logo img {
    width: 172px;
  }
}
.hamburger__menu__logo .site {
  font-size: 1.3rem;
  color: #8ac63f;
  font-weight: bold;
  line-height: 1;
  border: solid 1px #8ac63f;
  padding: 0.76923em 1.23em;
}
@media (max-width: 834px) {
  .hamburger__menu__logo .site {
    font-size: 1.2rem;
  }
}
.hamburger__menu__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list {
    display: block;
    border-top: 1px solid rgba(138, 198, 63, 0.3);
  }
}
.hamburger__menu__nav__list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  border-bottom: 1px solid rgba(138, 198, 63, 0.3);
}
@media (min-width: 835px) {
  .hamburger__menu__nav__list__item:nth-child(-n+2) {
    border-top: 1px solid rgba(138, 198, 63, 0.3);
  }
}
.hamburger__menu__nav__list__item a {
  position: relative;
  display: block;
  color: #003d25;
  font-weight: 500;
  padding: 16px 24px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item a {
    padding: 12px 18px;
  }
}
@media (any-hover: hover) {
  .hamburger__menu__nav__list__item a:hover {
    opacity: 1;
    color: #00ab4c;
  }
  .hamburger__menu__nav__list__item a:hover::before {
    border-color: transparent transparent transparent #00ab4c;
  }
}
.hamburger__menu__nav__list__item a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #8ac63f;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item a::before {
    right: 20px;
    border-width: 5px 0 5px 6px;
  }
}
.hamburger__menu__close {
  position: fixed;
  top: -1px;
  right: -1px;
  z-index: 100;
  aspect-ratio: 1/1;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8ac63f;
  background: transparent;
  border: 1px solid;
  pointer-events: auto;
  -webkit-transition: background 0.24s, color 0.3s ease, -webkit-filter 0.24s;
  transition: background 0.24s, color 0.3s ease, -webkit-filter 0.24s;
  transition: background 0.24s, filter 0.24s, color 0.3s ease;
  transition: background 0.24s, filter 0.24s, color 0.3s ease, -webkit-filter 0.24s;
  cursor: pointer;
}
@media (max-width: 834px) {
  .hamburger__menu__close {
    width: 70px;
  }
}
.hamburger__menu__close .closeIco {
  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;
  aspect-ratio: 1/1;
  width: 28px;
}
@media (max-width: 834px) {
  .hamburger__menu__close .closeIco {
    width: 20px;
  }
}
.hamburger__menu__close .closeIco .icon {
  position: relative;
}
.hamburger__menu__close .closeIco .icon::after, .hamburger__menu__close .closeIco .icon::before {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background-color: #8ac63f;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .hamburger__menu__close .closeIco .icon::after, .hamburger__menu__close .closeIco .icon::before {
    width: 20px;
  }
}
.hamburger__menu__close .closeIco .icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media (any-hover: hover) {
  .hamburger__menu__close:hover {
    background: #00ab4c;
    color: #00ab4c;
  }
  .hamburger__menu__close:hover .closeIco .icon::after, .hamburger__menu__close:hover .closeIco .icon::before {
    background-color: #fff;
  }
}
.hamburger__menu__close__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
}
@media (max-width: 834px) {
  .hamburger__menu__close__txt {
    gap: 6px;
    font-size: 1.1rem;
    margin-bottom: 4px;
  }
}
.hamburger__btn {
  position: fixed;
  top: -1px;
  right: -1px;
  aspect-ratio: 1/1;
  width: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#00ab4c), to(#8ac63f));
  background: linear-gradient(90deg, #00ab4c 0%, #8ac63f 100%);
  cursor: pointer;
  border: solid 1px #8ac63f;
  z-index: 999;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: none;
}
@media (max-width: 834px) {
  .hamburger__btn {
    display: block;
    width: 70px;
  }
}
@media (any-hover: hover) {
  .hamburger__btn:hover {
    background-color: #fff;
    border-color: #00ab4c;
  }
  .hamburger__btn:hover .hamburger__btn__txt {
    color: #00ab4c;
  }
  .hamburger__btn:hover .hamburger__btn__txt .line::before, .hamburger__btn:hover .hamburger__btn__txt .line::after {
    background-color: #00ab4c;
  }
}
.hamburger__btn__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  color: #8ac63f;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 834px) {
  .hamburger__btn__txt {
    font-size: 1.1rem;
  }
}
.hamburger__btn__txt .line {
  display: block;
  width: 18px;
  height: 1px;
  background-color: #fff;
}

/* ============================================
// inquiry
// ==========================================*/
.inquiry {
  position: fixed;
  top: 30%;
  right: -1px;
  z-index: 999;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
@media (max-width: 834px) {
  .inquiry {
    top: 15%;
  }
}
.inquiry a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: #0cc8d9;
  padding: 1.25em 0.5em;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: solid 1px #0cc8d9;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (max-width: 834px) {
  .inquiry a {
    gap: 7px;
    padding: 12px 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
}
@media (any-hover: hover) {
  .inquiry a:hover {
    opacity: 1;
    background-color: #fff;
    color: #0cc8d9;
  }
  .inquiry a:hover::after {
    background-color: #0cc8d9;
  }
  .inquiry a:hover .text {
    color: #0cc8d9;
  }
}
.inquiry a::after {
  content: "";
  aspect-ratio: 20/14;
  width: 1.25em;
  -webkit-mask-image: url(../img/common/ico_inquiry.png);
          mask-image: url(../img/common/ico_inquiry.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.inquiry a .text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 834px) {
  .inquiry a .text {
    font-size: 1.4rem;
  }
}
.inquiry a .text span {
  text-orientation: upright;
}

.is-hide .inquiry {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  visibility: hidden;
  opacity: 0;
}

/* ============================================
// container base (liquid)
// ==========================================*/
.l-container-xl, .l-container-l, .l-container-m, .l-container-s {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 834px) {
  .l-container-xl, .l-container-l, .l-container-m, .l-container-s {
    padding-left: 6.25%;
    padding-right: 6.25%;
  }
}

.l-container-s {
  max-width: 1080px;
}
.l-container-m {
  max-width: 1240px;
}
.l-container-l {
  max-width: 1340px;
}
.l-container-xl {
  max-width: 1740px;
}

@-webkit-keyframes loadTxt {
  0% {
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%);
  }
}

@keyframes loadTxt {
  0% {
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%);
  }
}
@-webkit-keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes fadeUpDeco {
  0% {
    opacity: 0.1;
    translate: 0 40px;
  }
  40% {
    translate: 0 -24px;
  }
  50% {
    opacity: 1;
    translate: 0 -24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes fadeUpDeco {
  0% {
    opacity: 0.1;
    translate: 0 40px;
  }
  40% {
    translate: 0 -24px;
  }
  50% {
    opacity: 1;
    translate: 0 -24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@-webkit-keyframes bounce-in-fwd {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0.1;
  }
  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  72% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  81% {
    -webkit-transform: scale(0.84);
    transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  89% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  95% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-in-fwd {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0.1;
  }
  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  72% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  81% {
    -webkit-transform: scale(0.84);
    transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  89% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  95% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@-webkit-keyframes copyAnime {
  0% {
    opacity: 0.1;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-filter: blur(1em);
            filter: blur(1em);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes copyAnime {
  0% {
    opacity: 0.1;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-filter: blur(1em);
            filter: blur(1em);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    opacity: 0;
    -webkit-filter: blur(1em);
            filter: blur(1em);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    opacity: 0;
    -webkit-filter: blur(1em);
            filter: blur(1em);
  }
}
/*-------------------------------------------------------
form base setting（kyujin.scssと記述被らないように注意）
-------------------------------------------------------*/
body.iPhone select,
body.iPhone input,
body.iPhone textarea {
  font-size: 16px !important;
}

body input,
body button,
body textarea,
body select {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  line-height: inherit;
  text-overflow: "";
}
body input::-ms-expand,
body button::-ms-expand,
body textarea::-ms-expand,
body select::-ms-expand {
  display: none;
}
body input::-ms-reveal,
body button::-ms-reveal,
body textarea::-ms-reveal,
body select::-ms-reveal {
  visibility: hidden;
}
body input::-ms-clear,
body button::-ms-clear,
body textarea::-ms-clear,
body select::-ms-clear {
  visibility: hidden;
}
body input[type=text],
body input[type=submit],
body input[type=search],
body input[type=button],
body select,
body textarea {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  border: none;
  outline: none;
  transition: all 0.2s;
}
body input[type=search] {
  cursor: auto;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-appearance: textfield;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body input[type=search]:focus {
  outline-offset: -2px;
}
body input[type=search]::-webkit-search-decoration {
  display: none;
}
body select,
body search,
body input {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 10px 24px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: #f1f4f3;
}
@media (min-width: 835px) {
  body select:hover,
  body search:hover,
  body input:hover {
    background: rgba(0, 171, 76, 0.1);
  }
}
@media (max-width: 834px) {
  body select,
  body search,
  body input {
    padding: 8px 16px !important;
  }
}
@media (max-width: 834px) {
  body select,
  body input[type=text],
  body input[type=search] {
    font-size: 1.6rem;
  }
}
body select {
  padding-right: 64px !important;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}
body input[type=text],
body input[type=search],
body input[type=submit] {
  padding: 15px 20px !important;
  background: #f1f4f3;
}
@media (min-width: 835px) {
  body input[type=text]:hover,
  body input[type=search]:hover,
  body input[type=submit]:hover {
    background: rgba(0, 171, 76, 0.1);
  }
}
@media (max-width: 834px) {
  body input[type=text],
  body input[type=search],
  body input[type=submit] {
    padding: 14px 16px !important;
  }
}
body input[type=checkbox] {
  display: none;
}
body input[type=checkbox] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: relative;
  cursor: pointer;
  line-height: 1.5;
  padding-left: 22px;
  transition: all 0.2s;
}
@media (max-width: 834px) {
  body input[type=checkbox] + label {
    padding-left: 20px;
  }
}
body input[type=checkbox] + label:before, body input[type=checkbox] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=checkbox] + label::before {
  left: 20px;
  top: 0;
  width: 1em;
  height: 1em;
  border: 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 834px) {
  body input[type=checkbox] + label::before {
    left: 16px;
  }
}
body input[type=checkbox] + label::after {
  top: 5px;
  left: 4px;
  z-index: 2;
  width: 3px;
  height: 6px;
  color: #7f7f7f;
  border-bottom: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
body input[type=checkbox] + label a:link,
body input[type=checkbox] + label a:visited {
  color: #222;
}
body input[type=checkbox]:checked + label:after {
  -webkit-transform: rotate(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（適宜変更ください）
------------------------------------------*/
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 100px;
  max-width: 960px;
  margin: 0 auto;
}
.tabs_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  background-color: #f2f2f5;
  padding: 20px 30px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (any-hover: hover) {
  .tabs_item:hover {
    background-color: #e9e9e9;
  }
}
@media (max-width: 834px) {
  .tabs_item {
    padding: 10px;
    gap: 6px;
  }
}
.tabs_item::before {
  content: "";
  aspect-ratio: 16/23;
  width: 1em;
  -webkit-mask-image: url(../img/common/ico_location.png);
          mask-image: url(../img/common/ico_location.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #00ab4c;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.tabs_item .text {
  color: #00ab4c;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 834px) {
  .tabs_item .text {
    font-size: 1.5rem;
  }
}
.tabs_item.is-active {
  color: #fff;
  background-color: #00ab4c;
}
.tabs_item.is-active::before {
  background-color: #fff;
}
.tabs_item.is-active .text {
  color: #fff;
}
.tabs_item:nth-child(2)::before {
  aspect-ratio: 25/21;
  width: 1.5625em;
  -webkit-mask-image: url(../img/common/ico_facility.png);
          mask-image: url(../img/common/ico_facility.png);
}

.tab_contents {
  display: none;
}
.tab_contents.is-show {
  display: block;
}

.custom-form {
  position: relative;
  z-index: 1;
  font-weight: normal;
}
.custom-form .custom-form_parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 40px;
  gap: 36px;
}
@media (max-width: 834px) {
  .custom-form .custom-form_parts {
    display: block;
    margin-top: 10px;
  }
}
.custom-form .custom-form_parts:first-child {
  margin-top: 0;
}
.custom-form .parts_ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #003d25;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 834px) {
  .custom-form .parts_ttl {
    font-size: 1.4rem;
    gap: 8px;
    margin-bottom: 5px;
  }
}
.custom-form .category_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  color: #00ab4c;
  margin-top: 8px;
}
@media (max-width: 834px) {
  .custom-form .category_title {
    margin-top: 4px;
  }
}
.custom-form .category_title::before {
  content: "";
  width: 5px;
  height: 2px;
  margin-top: 2px;
  margin-right: 6px;
  background: #00ab4c;
}
.custom-form .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
.custom-form .category_list li label {
  color: #003d25;
  font-size: 1.4rem;
  display: block;
  padding: 12px 24px;
  padding-left: 45px;
  background-color: #fff;
  border: solid 1px #b3cbc2;
  border-radius: 60px;
  font-weight: bold;
}
@media (any-hover: hover) {
  .custom-form .category_list li label:hover {
    background-color: rgba(0, 171, 76, 0.1);
  }
}
@media (max-width: 834px) {
  .custom-form .category_list li label {
    font-size: 1.4rem;
    padding: 8px 16px;
    padding-left: 35px;
  }
}
.custom-form select, .custom-form option,
.custom-form .searchWord {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  border: 1px solid #b3cbc2;
  border-radius: 5px;
  font-weight: 500;
}
.custom-form .searchWord {
  font-weight: 400;
  border-radius: 60px;
}
.custom-form .searchWord::-webkit-input-placeholder {
  color: #a4a8b2;
}
.custom-form .searchWord::-moz-placeholder {
  color: #a4a8b2;
}
.custom-form .searchWord:-ms-input-placeholder {
  color: #a4a8b2;
}
.custom-form .searchWord::-ms-input-placeholder {
  color: #a4a8b2;
}
.custom-form .searchWord::placeholder {
  color: #a4a8b2;
}
.custom-form .pull-down {
  position: relative;
}
.custom-form .pull-down::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 28px;
  top: calc(50% - 4px);
  border: 1px solid #5d756b;
  border-top-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
@media (max-width: 834px) {
  .custom-form .pull-down::after {
    right: 20px;
  }
}
.custom-form input[type=checkbox] + label a:link,
.custom-form input[type=checkbox] + label a:visited {
  color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 835px) {
  .custom-form input[type=checkbox] + label a:link:hover,
  .custom-form input[type=checkbox] + label a:visited:hover {
    color: #00ab4c;
  }
}
.custom-form .selCity-box {
  margin-top: 4px;
}
.custom-form .selCity_alert {
  font-size: 1.4rem;
  color: #00ab4c;
  font-weight: bold;
  display: block;
}
@media (max-width: 834px) {
  .custom-form .selCity_alert {
    font-size: 1.4rem;
  }
}
.custom-form input[type=checkbox] + label::before {
  top: 50%;
  background-color: #d6e1dc;
  border-radius: 50%;
  border: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.custom-form input[type=checkbox] + label::after {
  top: 18px;
  left: 25px;
  color: #d6e1dc;
}
@media (max-width: 834px) {
  .custom-form input[type=checkbox] + label::after {
    top: 14px;
    left: 20px;
  }
}
.custom-form input[type=checkbox]:checked + label {
  background: #00ab4c;
  border-color: #00ab4c;
}
.custom-form input[type=checkbox]:checked + label::before {
  background: #fff;
}
.custom-form input[type=checkbox]:checked + label::after {
  color: #ae7634;
}
.custom-form input[type=checkbox]:checked + label .text {
  color: #fff;
}
.custom-form .-freeword {
  margin-bottom: 56px;
}
@media (max-width: 834px) {
  .custom-form .-freeword {
    margin-bottom: 0;
  }
}
.custom-form .-freeword .searchWord {
  margin-top: 0;
}
.custom-form .-freeword .form_parts_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  gap: 10px;
}
@media (max-width: 834px) {
  .custom-form .-freeword .form_parts_inner {
    display: block;
  }
}
.custom-form .btn_cover {
  position: relative;
  z-index: 1;
  width: 300px;
  display: block;
  margin: 0 auto;
}
.custom-form .btn_cover::before {
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: solid 1px #00ab4c;
  border-radius: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 834px) {
  .custom-form .btn_cover::before {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
  }
}
@media (any-hover: hover) {
  .custom-form .btn_cover:hover::before {
    width: 100%;
    height: 100%;
  }
  .custom-form .btn_cover:hover input[type=submit] {
    background-position: right center;
  }
}
@media (max-width: 834px) {
  .custom-form .btn_cover {
    width: 200px;
    margin-top: 20px;
  }
}
.custom-form .btn_cover input[type=submit] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  color: #fff;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#00ab4c), color-stop(50%, #8ac63f), to(#00ab4c));
  background: linear-gradient(90deg, #00ab4c 0%, #8ac63f 50%, #00ab4c 100%);
  background-size: 200% 100%;
  border-radius: 100px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 0.875em 1.25em !important;
}
@media (max-width: 834px) {
  .custom-form .btn_cover input[type=submit] {
    font-size: 1.4rem !important;
    width: 200px;
  }
}
.custom-form .form__toggle__input {
  display: none;
}
.custom-form .form__toggle__input.-show {
  display: block;
}

.form_toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.form_toggle_wrap {
  border: solid 1px #333;
  border-radius: 20px;
  overflow: hidden;
}
.form_toggle_wrap .titleArea {
  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: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 80px;
  padding: 16px 30px;
}
@media (any-hover: hover) {
  .form_toggle_wrap .titleArea:hover {
    background-color: rgba(0, 171, 76, 0.1);
  }
  .form_toggle_wrap .titleArea:hover .title_text {
    color: #fff;
  }
}
@media (max-width: 834px) {
  .form_toggle_wrap .titleArea {
    height: 60px;
    padding: 10px;
  }
}
.form_toggle_wrap .titleArea .title {
  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) {
  .form_toggle_wrap .titleArea .title {
    gap: 8px;
  }
}
.form_toggle_wrap .titleArea .title_logo {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .form_toggle_wrap .titleArea .title_logo {
    width: 122px;
    padding: 6px;
  }
}
.form_toggle_wrap .titleArea .title_logo img {
  max-height: 28px;
}
.form_toggle_wrap .titleArea .title_text {
  color: #fff;
  font-weight: bold;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.form_toggle_wrap .titleArea .icon {
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  background-color: #00ab4c;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (max-width: 834px) {
  .form_toggle_wrap .titleArea .icon {
    width: 24px;
    height: 24px;
  }
}
.form_toggle_wrap .titleArea .icon::before, .form_toggle_wrap .titleArea .icon::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 834px) {
  .form_toggle_wrap .titleArea .icon::before, .form_toggle_wrap .titleArea .icon::after {
    width: 12px;
  }
}
.form_toggle_wrap .titleArea .icon::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.form_toggle_wrap dd {
  display: none;
  padding: 20px;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
@media (max-width: 834px) {
  .form_toggle_wrap dd {
    padding: 8px 10px;
  }
}
.form_toggle_wrap dd .check_box ul li {
  margin-right: 10px;
}
.form_toggle_wrap dd .check_box ul li label {
  margin-bottom: 10px !important;
}
@media (max-width: 834px) {
  .form_toggle_wrap dd .check_box ul li label {
    margin-bottom: 4px !important;
  }
}
.form_toggle_wrap[data-shopshow=true] .titleArea {
  border-bottom: solid 1px #e5e5e5;
}
.form_toggle_wrap[data-shopshow=true] .titleArea .title_text {
  color: #fff;
}
.form_toggle_wrap[data-shopshow=true] .titleArea .icon {
  background-color: #f2f2f5;
}
.form_toggle_wrap[data-shopshow=true] .titleArea .icon::after, .form_toggle_wrap[data-shopshow=true] .titleArea .icon::before {
  background-color: #00ab4c;
}
.form_toggle_wrap[data-shopshow=true] .titleArea .icon::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.form_toggle_wrap[data-shopshow=true] .titleArea .icon::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.form_toggle_wrap[data-shopshow=true] dd {
  border-color: #00ab4c;
  border-top: none;
}

/* ============================================
// MODULES
// ==========================================*/
.commonBtn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  color: #fff;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#00ab4c), color-stop(50%, #8ac63f), to(#00ab4c));
  background: linear-gradient(90deg, #00ab4c 0%, #8ac63f 50%, #00ab4c 100%);
  background-size: 200% 100%;
  border-radius: 100px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 1em 1.25em;
}
@media (max-width: 834px) {
  .commonBtn a {
    width: 190px;
    padding: 1em;
  }
}
@media (any-hover: hover) {
  .commonBtn a:hover {
    opacity: 1;
    background-position: right center;
  }
  .commonBtn a:hover::before {
    width: 100%;
    height: 100%;
  }
}
.commonBtn a::before {
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: solid 1px #00ab4c;
  border-radius: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 834px) {
  .commonBtn a::before {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
  }
}
.commonBtn.-recruit a::before {
  border-color: #fff;
}

.commonBtn02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
@media (any-hover: hover) {
  .commonBtn02 a:hover {
    opacity: 1;
  }
  .commonBtn02 a:hover .text {
    color: #00ab4c;
  }
  .commonBtn02 a:hover .circle {
    background-position: right center;
  }
  .commonBtn02 a:hover .circle::after {
    width: 100%;
    height: 100%;
  }
}
.commonBtn02 a .text {
  color: #003d25;
  font-weight: bold;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.commonBtn02 a .circle {
  display: block;
  position: relative;
  aspect-ratio: 44/44;
  width: 44px;
  background: -webkit-gradient(linear, left top, right top, from(#00ab4c), color-stop(50%, #8ac63f), to(#00ab4c));
  background: linear-gradient(90deg, #00ab4c 0%, #8ac63f 50%, #00ab4c 100%);
  background-size: 200% 100%;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .commonBtn02 a .circle {
    width: 42px;
  }
}
.commonBtn02 a .circle::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 834px) {
  .commonBtn02 a .circle::before {
    border-width: 5px 0 5px 6px;
  }
}
.commonBtn02 a .circle::after {
  content: "";
  aspect-ratio: 1/1;
  width: calc(100% + 6px);
  border-radius: 50%;
  border: solid 1px #00ab4c;
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.commonTitle_sub {
  color: #003d25;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media (max-width: 834px) {
  .commonTitle_sub {
    font-size: 1.4rem;
  }
}
.commonTitle_en {
  color: #8ac63f;
  font-family: "Montserrat Alternates", sans-serif;
  line-height: 1.25;
  font-size: 8rem;
  font-weight: bold;
}
@media (max-width: 834px) {
  .commonTitle_en {
    font-size: 4.6rem;
  }
}
.commonTitle_ja {
  color: #003d25;
  font-weight: bold;
}
.commonTitle.-white .commonTitle_ja, .commonTitle.-white .commonTitle_en {
  color: #fff;
}
.commonTitle.-center .commonTitle_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagetop {
  position: absolute;
  bottom: 34px;
  right: 34px;
}
@media (max-width: 834px) {
  .pagetop {
    bottom: 24px;
    right: 14px;
  }
}
.pagetop a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  background: -webkit-gradient(linear, left bottom, left top, from(#00ab4c), color-stop(50%, #8ac63f), to(#00ab4c));
  background: linear-gradient(0deg, #00ab4c 0%, #8ac63f 50%, #00ab4c 100%);
  background-size: 100% 200%;
  border-radius: 100px;
  width: 50px;
  height: 150px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .pagetop a {
    width: 40px;
    height: 130px;
  }
}
@media (any-hover: hover) {
  .pagetop a:hover {
    opacity: 1;
    background-position: bottom center;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  .pagetop a:hover::after {
    width: 100%;
    height: 100%;
  }
}
.pagetop a::before {
  content: "";
  aspect-ratio: 10/16;
  width: 10px;
  background-image: url(../img/common/top_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 834px) {
  .pagetop a::before {
    width: 8px;
  }
}
.pagetop a::after {
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: solid 1px #00ab4c;
  border-radius: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 834px) {
  .pagetop a::after {
    width: calc(100% + 7px);
    height: calc(100% + 7px);
  }
}
.pagetop a .text {
  color: #fff;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
}
@media (max-width: 834px) {
  .pagetop a .text {
    font-size: 1.2rem;
  }
}

.breadcrumb {
  position: relative;
  background: #fff;
  z-index: 1;
  margin-top: 320px;
}
@media (max-width: 834px) {
  .breadcrumb {
    margin-top: 430px;
    margin-bottom: -80px;
  }
}
.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: #5d756b;
  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: #5d756b;
}

.pageHeader {
  position: relative;
  width: 100%;
  padding-top: 158px;
  margin-bottom: 210px;
}
@media (max-width: 1280px) {
  .pageHeader {
    margin-bottom: 140px;
  }
}
@media (max-width: 834px) {
  .pageHeader {
    padding-top: 90px;
    margin-bottom: 100px;
  }
}
.pageHeader_inner {
  max-width: 1440px;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .pageHeader_inner {
    padding-right: 4%;
    padding-left: 4%;
  }
}
.pageHeader_pic .img {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  height: clamp(180px, 32.3353293413vw, 360px);
}
@media (max-width: 1280px) {
  .pageHeader_pic .img {
    height: clamp(160px, 25vw, 360px);
  }
}
@media (max-width: 834px) {
  .pageHeader_pic .img {
    border-radius: 15px;
  }
}
.pageHeader_pic .img img {
  aspect-ratio: 1360/360;
}
.pageHeader_ttl {
  position: absolute;
  bottom: 0;
  left: 40px;
  translate: 0 50%;
}
@media (max-width: 834px) {
  .pageHeader_ttl {
    left: 4%;
  }
}
.pageHeader_ttl .commonTitle {
  position: relative;
  background-color: #fff;
  padding-left: 90px;
  padding-right: 40px;
  padding-top: 30px;
  border-top-right-radius: 30px;
}
@media (max-width: 834px) {
  .pageHeader_ttl .commonTitle {
    padding-left: 40px;
    padding-right: 20px;
    padding-top: 14px;
    border-top-right-radius: 15px;
  }
}
.pageHeader_ttl .commonTitle::before {
  content: "";
  aspect-ratio: 1/1;
  width: 30px;
  background-image: url(../img/index/radius.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 41%;
  right: 0;
  translate: 100% -50%;
  scale: 1 -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .pageHeader_ttl .commonTitle::before {
    width: 15px;
  }
}
.pageHeader_ttl .commonTitle::after {
  content: "";
  aspect-ratio: 1/1;
  width: 30px;
  background-image: url(../img/index/radius.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 -100%;
  scale: 1 -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .pageHeader_ttl .commonTitle::after {
    width: 15px;
    top: 1px;
    left: -1px;
  }
}
@media (max-width: 834px) {
  .pageHeader_ttl .commonTitle_en {
    font-size: 3.6rem;
  }
}

.lower-kyujin_l .commonTitle_en, .lower-whatsnew .commonTitle_en, .lower-interview_l .commonTitle_en, .lower-jobs .commonTitle_en, .lower-faq .commonTitle_en, .lower-faq .commonTitle_en, .lower-data .commonTitle_en {
  position: relative;
}
.lower-kyujin_l .commonTitle_en::before, .lower-whatsnew .commonTitle_en::before, .lower-interview_l .commonTitle_en::before, .lower-jobs .commonTitle_en::before, .lower-faq .commonTitle_en::before, .lower-faq .commonTitle_en::before, .lower-data .commonTitle_en::before {
  content: "";
  aspect-ratio: 1/1;
  width: 0.6em;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -0.25em;
  translate: -100%;
  pointer-events: none;
}
.lower-kyujin_l .commonTitle.js-active .commonTitle_en::before, .lower-whatsnew .commonTitle.js-active .commonTitle_en::before, .lower-interview_l .commonTitle.js-active .commonTitle_en::before, .lower-jobs .commonTitle.js-active .commonTitle_en::before, .lower-faq .commonTitle.js-active .commonTitle_en::before, .lower-faq .commonTitle.js-active .commonTitle_en::before, .lower-data .commonTitle.js-active .commonTitle_en::before {
  -webkit-animation: bounce-in-fwd 0.8s both 0.3s;
          animation: bounce-in-fwd 0.8s both 0.3s;
}

.lower-kyujin_l .commonTitle_en::before, .lower-whatsnew .commonTitle_en::before {
  background-image: url(../img/index/title_deco_newjobs.png);
}

.lower-interview_l .commonTitle_en::before {
  background-image: url(../img/index/title_deco_interview.png);
}

.lower-jobs .commonTitle_en::before {
  background-image: url(../img/index/title_deco_jobs.png);
}

.lower-faq .commonTitle_en::before {
  background-image: url(../img/index/title_deco_faq.png);
}

.lower-data .commonTitle_en::before {
  background-image: url(../img/index/title_deco_data.png);
}

@media (max-width: 834px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}
@media (max-width: 834px) {
  br.sp {
    display: inline-block;
  }
}

/* ============================================
// HEADER
// ==========================================*/
.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header_inner {
  width: 100%;
  max-width: initial;
  padding: 0 50px;
  padding-top: 20px;
  margin: 0 auto;
  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;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .header_inner {
    padding: 14px 2%;
  }
}
.header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 834px) {
  .header .logo a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.header .logo a .img {
  width: 100%;
  max-width: 175px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .header .logo a .img {
    max-width: 122.5px;
  }
}
.header .logo a .site {
  font-size: 1.3rem;
  color: #8ac63f;
  background-color: #fff;
  font-weight: bold;
  line-height: 1;
  border: solid 1px #8ac63f;
  padding: 0.76923em 1.23em;
  -webkit-transform: 0.3s ease;
          transform: 0.3s ease;
}
@media (max-width: 834px) {
  .header .logo a .site {
    font-size: 1.2rem;
  }
}
@media (max-width: 834px) {
  .header_nav {
    display: none;
  }
}
.header_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.header_nav_list_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #003d25;
  font-weight: bold;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header_nav_list_item a::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
  aspect-ratio: 16/8;
  display: block;
  width: 1em;
  -webkit-mask-image: url(../img/common/ico_leaf.png);
          mask-image: url(../img/common/ico_leaf.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #00ab4c;
}
@media (any-hover: hover) {
  .header_nav_list_item a:hover {
    opacity: 1;
    color: #00ab4c;
  }
}
.header_nav_list_item a .text {
  text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff; /* 文字の影 */
}
.header_nav_list_item.-recruit a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #5d756b;
  background-color: #8ac63f;
  padding: 9px 23px;
  border-radius: 10px;
  border: solid 1px #8ac63f;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .header_nav_list_item.-recruit a:hover {
    border-color: #003d25;
    background-color: #fff;
    color: #003d25;
  }
  .header_nav_list_item.-recruit a:hover::before {
    background-color: #003d25;
  }
}

.fixHeader {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  translate: 0 -50%;
  opacity: 0;
}
.fixHeader .header_inner {
  padding: 12px 2.24% 13px 2.396%;
}
.fixHeader .logo a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.fixHeader .logo a .img {
  max-width: 140px;
}
@media (max-width: 834px) {
  .fixHeader .logo a .img {
    max-width: 105px;
  }
}
.fixHeader .logo a .site {
  padding: 0.538461em 1em;
}
.fixHeader.js-active {
  opacity: 1;
  translate: 0;
}

.sec_recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: url(../img/common/recruit_bg.jpg?250603);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
  margin-bottom: 200px;
}
@media (max-width: 834px) {
  .sec_recruit {
    height: 300px;
    margin-bottom: 320px;
  }
}
.sec_recruit::before {
  content: "";
  width: 100%;
  aspect-ratio: 1440/207;
  -webkit-mask-image: url(../img/common/common_top_shape.svg);
          mask-image: url(../img/common/common_top_shape.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  position: absolute;
  top: -1px;
  left: 0;
}
.sec_recruit::after {
  content: "";
  width: 100%;
  aspect-ratio: 1440/153;
  -webkit-mask-image: url(../img/common/common_bottom_shape.svg);
          mask-image: url(../img/common/common_bottom_shape.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.sec_recruit_inner {
  height: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 834px) {
  .sec_recruit_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.sec_recruit .textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  position: absolute;
  bottom: 30%;
  left: 17%;
  translate: 0 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 171, 76, 0.8)), to(rgba(0, 171, 76, 0.8)));
  background: linear-gradient(rgba(0, 171, 76, 0.8), rgba(0, 171, 76, 0.8));
  padding: 40px 60px;
  border-radius: 30px;
}
@media (max-width: 834px) {
  .sec_recruit .textArea {
    gap: 30px;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    padding: 30px 5%;
    padding-bottom: 40px;
    width: 100%;
    translate: -50% 100%;
    left: 50%;
    bottom: 16%;
    border-radius: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec_recruit .textArea .desc {
  color: #fff;
}
.sec_recruit .recruit_deco01 {
  position: absolute;
  top: 25%;
  left: 60px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: clamp(23rem, -9rem + 31.25vw, 36rem);
  pointer-events: none;
}
@media (max-width: 834px) {
  .sec_recruit .recruit_deco01 {
    width: 162px;
    left: 0;
    top: 16%;
  }
}
.sec_recruit .recruit_deco01 .img {
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 834px) {
  .sec_recruit .recruit_deco01 .img {
    border-radius: 10px;
  }
}
.sec_recruit .recruit_deco01 img {
  aspect-ratio: 360/252;
}
.sec_recruit .recruit_deco02 {
  position: absolute;
  bottom: 45%;
  right: 5%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 1;
  width: clamp(349.6px, 30.3472222222vw, 437px);
  pointer-events: none;
}
@media (max-width: 834px) {
  .sec_recruit .recruit_deco02 {
    width: 196.65px;
    right: 0;
    bottom: -125px;
    translate: 0 100%;
  }
}
.sec_recruit .recruit_deco02 .img {
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 834px) {
  .sec_recruit .recruit_deco02 .img {
    border-radius: 10px;
  }
}
.sec_recruit .recruit_deco02 img {
  aspect-ratio: 437/303;
}

.footer {
  padding-top: 120px;
  padding-bottom: 160px;
}
@media (max-width: 834px) {
  .footer {
    padding-bottom: 80px;
  }
}
.footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px;
  margin-bottom: 4em;
}
@media (max-width: 834px) {
  .footer_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-bottom: 40px;
  }
}
.footer_top .logo {
  -ms-flex-item-align: center;
      align-self: center;
}
.footer_top .logo a .img {
  width: 100%;
  max-width: 175px;
}
@media (max-width: 834px) {
  .footer_top .logo a .img {
    max-width: 140px;
  }
}
.footer_nav {
  margin-right: 50px;
}
@media (max-width: 834px) {
  .footer_nav {
    margin-right: 0;
  }
}
.footer_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 40px;
}
@media (max-width: 834px) {
  .footer_nav_list {
    gap: 8px 24px;
  }
}
@media (any-hover: hover) {
  .footer_nav_list a:hover {
    opacity: 1;
  }
  .footer_nav_list a:hover .text {
    color: #00ab4c;
  }
}
.footer_nav_list a .text {
  color: #003d25;
  font-weight: bold;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer_search {
  background-color: #f1f4f3;
  padding: 60px;
  border-radius: 20px;
  margin-bottom: 4em;
}
@media (max-width: 834px) {
  .footer_search {
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 10px;
  }
}
.footer_search .search_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .footer_search .search_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.footer_search .search_contents:last-child {
  margin-bottom: 0;
}
.footer_search .search_contents .head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 136px;
          flex: 0 0 136px;
  color: #00ab4c;
  font-weight: bold;
}
@media (max-width: 834px) {
  .footer_search .search_contents .head {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.footer_search .search_contents .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 1.125em;
}
@media (max-width: 834px) {
  .footer_search .search_contents .list {
    gap: 4px 10px;
  }
}
.footer_search .search_contents .list_item a {
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 834px) {
  .footer_search .search_contents .list_item a {
    line-height: 1.5;
  }
}
.footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .footer_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.footer_corpo .corporate a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  border: solid 1px #b3cbc2;
  border-radius: 60px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1.285714em 1em;
}
@media (max-width: 834px) {
  .footer_corpo .corporate a {
    padding: 0.8em 1em;
    width: 230px;
  }
}
.footer_corpo .corporate a::before {
  content: "";
  aspect-ratio: 11/8;
  width: 0.785714em;
  background-image: url(../img/common/external.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 20px;
}
.footer_ga {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 834px) {
  .footer_ga {
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer_ga .ga a {
  color: #b3cbc2;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 0.583333em;
}
.footer_ga .copyright {
  color: #b3cbc2;
  font-size: 1.2rem;
  font-weight: bold;
}

/* ============================================
// INDEX
// ==========================================*/
@media (max-width: 834px) {
  .front-page .forPc {
    display: none;
  }
}
.front-page .commonTitle_en {
  position: relative;
}
.front-page .commonTitle_en::before {
  content: "";
  aspect-ratio: 1/1;
  width: 0.6em;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -0.25em;
  translate: -100%;
  pointer-events: none;
}
.front-page .commonTitle.-interview .commonTitle_en::before {
  background-image: url(../img/index/title_deco_interview.png);
}
.front-page .commonTitle.-data .commonTitle_en::before {
  background-image: url(../img/index/title_deco_data.png);
}
.front-page .commonTitle.-jobs .commonTitle_en::before {
  background-image: url(../img/index/title_deco_jobs.png);
}
.front-page .commonTitle.-faq .commonTitle_en::before {
  background-image: url(../img/index/title_deco_faq.png);
}
.front-page .commonTitle.-movie .commonTitle_en::before {
  background-image: url(../img/index/title_deco_movie.png);
}
.front-page .commonTitle.-newjobs .commonTitle_en::before {
  background-image: url(../img/index/title_deco_newjobs.png);
}
.front-page .commonTitle.js-active .commonTitle_en::before {
  -webkit-animation: bounce-in-fwd 0.8s both 0.3s;
          animation: bounce-in-fwd 0.8s both 0.3s;
}
.front-page.js-loaded .mainVisual_movie .movie::after {
  opacity: 1;
}
.front-page.js-loaded .mainVisual_movie .movie iframe {
  opacity: 1;
}
.front-page.js-loaded .mainVisual_copy {
  -webkit-animation: copyAnime 0.8s both 0.3s, fadeOut 1.5s both 4s;
          animation: copyAnime 0.8s both 0.3s, fadeOut 1.5s both 4s;
  opacity: 0;
}
.front-page .mainVisual {
  position: relative;
  margin-top: 80px;
}
@media (max-width: 1280px) {
  .front-page .mainVisual {
    margin-top: 60px;
  }
}
@media (max-width: 834px) {
  .front-page .mainVisual {
    margin-top: 80px;
  }
}
.front-page .mainVisual_inner {
  position: relative;
}
.front-page .mainVisual_inner::before {
  content: "";
  width: 100%;
  aspect-ratio: 1440/207;
  -webkit-mask-image: url(../img/common/common_top_shape.svg);
          mask-image: url(../img/common/common_top_shape.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
}
.front-page .mainVisual_inner::after {
  content: "";
  width: 100%;
  aspect-ratio: 1440/153;
  -webkit-mask-image: url(../img/common/common_bottom_shape.svg);
          mask-image: url(../img/common/common_bottom_shape.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.front-page .mainVisual_movie .movie {
  overflow: hidden;
  height: 100%;
  max-height: 780px;
  background-color: #00ab4c;
}
@media (max-width: 480px) {
  .front-page .mainVisual_movie .movie {
    min-height: 380px;
  }
}
.front-page .mainVisual_movie .movie::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(101, 81, 70, 0.1);
  position: absolute;
  inset: 0;
  opacity: 0.1;
  -webkit-transition: opacity 0.3s ease 1s;
  transition: opacity 0.3s ease 1s;
}
.front-page .mainVisual_movie .movie iframe {
  position: relative;
  opacity: 0.1;
  -webkit-transition: 0.3s ease 1s;
  transition: 0.3s ease 1s;
  aspect-ratio: 16/9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
@media (max-width: 480px) {
  .front-page .mainVisual_movie .movie iframe {
    width: auto;
    min-height: 380px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.front-page .mainVisual_copy {
  position: absolute;
  top: 20%;
  right: 50%;
  translate: 50%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
@media (max-width: 1024px) {
  .front-page .mainVisual_copy {
    top: 13%;
  }
}
@media (max-width: 834px) {
  .front-page .mainVisual_copy {
    top: initial;
    bottom: 20%;
  }
}
.front-page .mainVisual_copy_h {
  display: block;
  width: 598px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
@media (max-width: 834px) {
  .front-page .mainVisual_copy_h {
    width: 299px;
  }
}
.front-page .sec_search {
  margin-top: -80px;
}
@media (max-width: 834px) {
  .front-page .sec_search {
    margin-top: 0;
  }
}
@media (max-width: 834px) {
  .front-page .sec_search_inner {
    padding-right: 4%;
    padding-left: 4%;
  }
}
.front-page .sec_search_recruit_btn {
  position: absolute;
  top: -100px;
  right: 100px;
}
@media (max-width: 1100px) {
  .front-page .sec_search_recruit_btn {
    top: -60px;
  }
}
@media (max-width: 834px) {
  .front-page .sec_search_recruit_btn {
    right: 0;
    top: -70px;
  }
}
.front-page .sec_search_recruit_btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  width: 200px;
  width: clamp(180px, 13.888888vw, 200px);
  border: solid 1px #fff;
  border-radius: 50%;
  background-color: #00ab4c;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
}
@media (any-hover: hover) {
  .front-page .sec_search_recruit_btn a:hover {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-filter: saturate(1.2);
            filter: saturate(1.2);
  }
}
@media (max-width: 834px) {
  .front-page .sec_search_recruit_btn a {
    width: 126px;
  }
}
.front-page .sec_search_recruit_btn a::before {
  content: "";
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: solid 1px #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec_search_recruit_btn a::before {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
}
.front-page .sec_search_recruit_btn a .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.583333em;
  line-height: 1;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 834px) {
  .front-page .sec_search_recruit_btn a .text {
    font-size: 1.5rem;
  }
}
.front-page .sec_search_recruit_btn a .text::before {
  content: "";
  aspect-ratio: 43/43;
  width: 43px;
  background-image: url(../img/common/ico_search_rec.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 834px) {
  .front-page .sec_search_recruit_btn a .text::before {
    width: 25.8px;
  }
}
.front-page .sec_search_recruit_btn a .text_s {
  font-size: 0.625em;
}
@media (max-width: 834px) {
  .front-page .sec_search_recruit_btn a .text_s {
    font-size: 1.2rem;
  }
}
.front-page .sec_search .search_contentWrapper {
  position: relative;
}
.front-page .sec_search .search_contentWrapper::before {
  content: "";
  position: absolute;
  inset: -3px;
  background: -webkit-gradient(linear, left top, right top, from(#00ab4c), to(#8ac63f));
  background: linear-gradient(90deg, #00ab4c 0%, #8ac63f 100%);
  border-top-left-radius: 303px;
  border-top-right-radius: 303px;
  border-bottom-left-radius: 33px;
  border-bottom-right-radius: 33px;
}
@media (max-width: 834px) {
  .front-page .sec_search .search_contentWrapper::before {
    inset: -2px;
    border-top-left-radius: 102px;
    border-top-right-radius: 102px;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
  }
}
.front-page .sec_search .search_content {
  position: relative;
  padding: 96px;
  padding-top: 80px;
  background-color: #f1f4f3;
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (max-width: 834px) {
  .front-page .sec_search .search_content {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 4%;
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
.front-page .sec_search .search_content::before {
  content: "";
  aspect-ratio: 589/311;
  width: 589px;
  background-image: url(../img/common/search_deco01.png);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  position: absolute;
  top: -47px;
  left: -83px;
}
@media (max-width: 834px) {
  .front-page .sec_search .search_content::before {
    width: 235.6px;
    left: -35px;
    top: -27px;
  }
}
.front-page .sec_search .search_content::after {
  content: "";
  aspect-ratio: 214/140;
  width: 214px;
  background-image: url(../img/common/search_deco02.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -66px;
  right: -80px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec_search .search_content::after {
    width: 107px;
    right: 0;
    bottom: -40px;
  }
}
.front-page .sec_search .search_content_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .front-page .sec_search .search_content_ttl {
    margin-bottom: 10px;
  }
}
.front-page .sec_search .search_content_ttl_sub {
  color: #8ac63f;
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: dashed 1px #dbc9b6;
  padding-bottom: 0.3em;
}
@media (max-width: 834px) {
  .front-page .sec_search .search_content_ttl_sub {
    font-size: 1.3rem;
  }
}
.front-page .sec_search .search_content_ttl_ja {
  color: #00ab4c;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .front-page .sec_search .search_content_ttl_ja {
    font-size: 2.4rem;
  }
}
.front-page .sec_message {
  position: relative;
  padding-top: 160px;
  margin-bottom: 90px;
}
@media (max-width: 834px) {
  .front-page .sec_message {
    padding-top: 80px;
    margin-bottom: 70px;
  }
}
.front-page .sec_message_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 180px;
  gap: clamp(60px, 12.5vw, 180px);
  padding-bottom: 110px;
}
@media (max-width: 834px) {
  .front-page .sec_message_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
    padding-bottom: 60px;
  }
}
.front-page .sec_message .imgArea {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26.6875%;
          flex: 0 0 26.6875%;
  -ms-flex: 0 0 min(29.652777vw, 427px);
      flex: 0 0 min(29.652777vw, 427px);
  -ms-flex-item-align: center;
      align-self: center;
}
.front-page .sec_message .imgArea .message_illust {
  position: relative;
}
@media (max-width: 834px) {
  .front-page .sec_message .imgArea .message_illust {
    width: 229.6px;
    margin: 0 auto;
  }
}
.front-page .sec_message .imgArea .message_illust::before {
  content: "";
  aspect-ratio: 624/952;
  width: 624px;
  width: 146.1358%;
  background-image: url(../img/index/message_illust_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 83%;
  left: 56%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.front-page .sec_message .textArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.front-page .sec_message .textArea .message_lead {
  color: #003d25;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media (max-width: 834px) {
  .front-page .sec_message .textArea .message_lead {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.front-page .sec_message .message_bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .front-page .sec_message .message_bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    padding: 0 5%;
  }
}
.front-page .sec_message .message_bottom.js-active .message_pic01, .front-page .sec_message .message_bottom.js-active .message_pic02, .front-page .sec_message .message_bottom.js-active .message_pic03, .front-page .sec_message .message_bottom.js-active .message_deco {
  -webkit-animation: fadeUpDeco 1s ease 0.4s both;
          animation: fadeUpDeco 1s ease 0.4s both;
}
.front-page .sec_message .message_bottom .eng_deco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 110px;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 834px) {
  .front-page .sec_message .message_bottom .eng_deco {
    top: -36px;
  }
}
.front-page .sec_message .message_bottom .eng_deco span {
  white-space: nowrap;
  font-family: "Montserrat Alternates", sans-serif;
  color: #ebf4e2;
  font-size: 13rem;
  font-weight: bold;
  -webkit-animation: 20s loopTxt linear infinite;
          animation: 20s loopTxt linear infinite;
  padding-left: 1em;
}
@media (max-width: 834px) {
  .front-page .sec_message .message_bottom .eng_deco span {
    font-size: 8rem;
  }
}
.front-page .sec_message .message_bottom .message_pic01 {
  margin-top: 7%;
  opacity: 0;
  width: 100%;
}
@media (max-width: 834px) {
  .front-page .sec_message .message_bottom .message_pic01 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(60% - 5px);
            flex: 0 0 calc(60% - 5px);
    margin-top: 0;
  }
}
.front-page .sec_message .message_bottom .message_pic01 .img {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .sec_message .message_bottom .message_pic01 .img {
    border-radius: 15px;
  }
}
.front-page .sec_message .message_bottom .message_pic01 .img img {
  aspect-ratio: 438/352;
}
.front-page .sec_message .message_bottom .message_pic02 {
  width: 100%;
  margin-top: 12%;
  opacity: 0;
}
@media (max-width: 834px) {
  .front-page .sec_message .message_bottom .message_pic02 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(40% - 5px);
            flex: 0 0 calc(40% - 5px);
    margin-top: 0;
  }
}
.front-page .sec_message .message_bottom .message_pic02 .img {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .sec_message .message_bottom .message_pic02 .img {
    border-radius: 15px;
  }
}
.front-page .sec_message .message_bottom .message_pic02 .img img {
  aspect-ratio: 394/394;
}
.front-page .sec_message .message_bottom .message_pic03 {
  width: 100%;
  opacity: 0;
}
.front-page .sec_message .message_bottom .message_pic03 .img {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .sec_message .message_bottom .message_pic03 .img {
    border-radius: 15px;
  }
}
.front-page .sec_message .message_bottom .message_pic03 .img img {
  aspect-ratio: 523/362;
}
.front-page .sec_message .message_deco {
  position: absolute;
  bottom: -160px;
  left: 5%;
  z-index: -2;
  width: clamp(117px, 15.069444vw, 217px);
}
@media (max-width: 834px) {
  .front-page .sec_message .message_deco {
    width: 109px;
    bottom: -90px;
    left: -20px;
  }
}
.front-page .sec_interview {
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  .front-page .sec_interview {
    margin-bottom: 80px;
  }
}
.front-page .sec_interview .ttlArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media (max-width: 834px) {
  .front-page .sec_interview .ttlArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
    margin-bottom: 20px;
  }
}
.front-page .sec_interview .ttlArea .commonTitle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.front-page .sec_interview .ttlArea .commonTitle_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.front-page .sec_interview .ttlArea .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  width: 100%;
}
@media (max-width: 834px) {
  .front-page .sec_interview .ttlArea .controls {
    gap: 20px;
    width: 100%;
  }
}
.front-page .sec_interview .ttlArea .controls .interviewBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.front-page .sec_interview .ttlArea .controls .interviewBtns .button-prev, .front-page .sec_interview .ttlArea .controls .interviewBtns .button-next {
  position: relative;
  aspect-ratio: 44/44;
  width: 44px;
  background: -webkit-gradient(linear, left top, right top, from(#00ab4c), color-stop(50%, #8ac63f), to(#00ab4c));
  background: linear-gradient(90deg, #00ab4c 0%, #8ac63f 50%, #00ab4c 100%);
  background-size: 200% 100%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .front-page .sec_interview .ttlArea .controls .interviewBtns .button-prev:hover, .front-page .sec_interview .ttlArea .controls .interviewBtns .button-next:hover {
    background-position: right center;
  }
  .front-page .sec_interview .ttlArea .controls .interviewBtns .button-prev:hover::after, .front-page .sec_interview .ttlArea .controls .interviewBtns .button-next:hover::after {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 834px) {
  .front-page .sec_interview .ttlArea .controls .interviewBtns .button-prev, .front-page .sec_interview .ttlArea .controls .interviewBtns .button-next {
    width: 38px;
  }
}
.front-page .sec_interview .ttlArea .controls .interviewBtns .button-prev::before, .front-page .sec_interview .ttlArea .controls .interviewBtns .button-next::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 834px) {
  .front-page .sec_interview .ttlArea .controls .interviewBtns .button-prev::before, .front-page .sec_interview .ttlArea .controls .interviewBtns .button-next::before {
    border-width: 5px 0 5px 6px;
  }
}
.front-page .sec_interview .ttlArea .controls .interviewBtns .button-prev::after, .front-page .sec_interview .ttlArea .controls .interviewBtns .button-next::after {
  content: "";
  aspect-ratio: 1/1;
  width: calc(100% + 6px);
  border-radius: 50%;
  border: solid 1px #00ab4c;
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .front-page .sec_interview .ttlArea .controls .interviewBtns .button-prev::after, .front-page .sec_interview .ttlArea .controls .interviewBtns .button-next::after {
    width: calc(100% + 5px);
  }
}
.front-page .sec_interview .ttlArea .controls .interviewBtns .button-prev::before {
  -webkit-transform: translate(-50%, -50%) scale(-1);
          transform: translate(-50%, -50%) scale(-1);
}
.front-page .sec_interview .ttlArea .controls .interviewBtns .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.front-page .sec_interview .ttlArea .controls .swiper-pagination {
  position: relative;
  height: 8px;
  width: 100%;
  max-width: 420px;
  border-radius: 30px;
  overflow: hidden;
  background: #e5e5e5;
}
@media (max-width: 834px) {
  .front-page .sec_interview .ttlArea .controls .swiper-pagination {
    height: 4px;
    width: 100%;
  }
}
.front-page .sec_interview .ttlArea .controls .swiper-pagination-progressbar-fill {
  border-radius: 30px;
  background-color: #00ab4c;
}
.front-page .sec_interview .swiper-slide {
  width: 100%;
  max-width: 300px;
}
.front-page .sec_interview .swiper-slide a {
  position: relative;
  display: block;
  -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;
}
@media (any-hover: hover) {
  .front-page .sec_interview .swiper-slide a:hover {
    opacity: 1;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  .front-page .sec_interview .swiper-slide a:hover .imgArea .img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.front-page .sec_interview .swiper-slide a .imgArea {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .front-page .sec_interview .swiper-slide a .imgArea {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}
.front-page .sec_interview .swiper-slide a .imgArea .img {
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .sec_interview .swiper-slide a .imgArea .img {
    border-radius: 15px;
  }
}
.front-page .sec_interview .swiper-slide a .imgArea .img img {
  aspect-ratio: 300/380;
  -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;
}
.front-page .sec_interview .swiper-slide a .imgArea .leadArea {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  max-width: 275px;
  z-index: 1;
}
@media (max-width: 834px) {
  .front-page .sec_interview .swiper-slide a .imgArea .leadArea {
    bottom: 10px;
    right: -16px;
    max-width: 230px;
  }
}
.front-page .sec_interview .swiper-slide a .imgArea .leadArea_store {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #003d25;
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: bold;
  background-color: #fff;
  border-radius: 30px;
  padding: 0.2em 1em;
}
@media (max-width: 834px) {
  .front-page .sec_interview .swiper-slide a .imgArea .leadArea_store {
    font-size: 1.2rem;
  }
}
.front-page .sec_interview .swiper-slide a .imgArea .leadArea_lead {
  display: inline;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.9;
  background-color: #00ab4c;
  background-size: 200% 100%;
  padding: 0 0.33em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media (max-width: 834px) {
  .front-page .sec_interview .swiper-slide a .imgArea .leadArea_lead {
    font-size: 2rem;
  }
}
.front-page .sec_interview .swiper-slide a .prof_name {
  color: #003d25;
  font-weight: bold;
  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;
}
.front-page .sec_interview .swiper-slide a .prof_name_s {
  color: #00ab4c;
  font-size: 2.8rem;
  margin-left: 16px;
}
@media (max-width: 1024px) {
  .front-page .sec_interview .swiper-slide a .prof_name_s {
    margin-left: 10px;
  }
}
@media (max-width: 834px) {
  .front-page .sec_interview .swiper-slide a .prof_name_s {
    font-size: 2.4rem;
  }
}
.front-page .sec_interview .commonBtn {
  margin-top: 60px;
}
@media (max-width: 834px) {
  .front-page .sec_interview .commonBtn {
    margin-top: 30px;
  }
}
.front-page .sec_interview .commonBtn a {
  margin: 0 auto;
}
.front-page .sec_movie {
  margin-top: 120px;
  margin-bottom: 22%;
}
@media (max-width: 834px) {
  .front-page .sec_movie {
    margin-top: 0;
    margin-bottom: 200px;
  }
}
.front-page .sec_movie .commonTitle {
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .front-page .sec_movie .commonTitle {
    margin-bottom: 30px;
  }
}
.front-page .sec_movie .movie_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 1024px) {
  .front-page .sec_movie .movie_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.front-page .sec_movie .movie_content_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);
}
.front-page .sec_movie .movie_content .movieArea {
  position: relative;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.front-page .sec_movie .movie_content .movieArea iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.front-page .sec_movie .movie_content .textArea {
  text-align: center;
  margin-bottom: 2em;
}
.front-page .sec_movie .movie_content .textArea .movieTitle {
  position: relative;
  color: #003d25;
  font-size: 2rem;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border: dashed 1px #003d25;
  border-radius: 100px;
  padding: 0.3em 1em;
}
@media (max-width: 834px) {
  .front-page .sec_movie .movie_content .textArea .movieTitle {
    font-size: 1.8rem;
  }
}
.front-page .sec_movie .movie_content .textArea .movieTitle::before {
  content: "";
  aspect-ratio: 26/36;
  width: 0.65em;
  background-image: url(../img/index/fukidashi.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 4px;
  left: 50%;
  translate: -50% 100%;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: pixelated;
}
.front-page .sec_movie .movie_content .textArea .movieTitle::after {
  content: "";
  aspect-ratio: 65/72;
  width: 1.6em;
  background-image: url(../img/index/decoline.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -18px;
  left: 12px;
  translate: -100%;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec_movie .movie_content .textArea .movieTitle::after {
    top: -14px;
  }
}
.front-page .sec_data {
  position: relative;
  background-color: #f1f4f3;
  padding-top: 100px;
  padding-bottom: 110px;
  margin-bottom: 22%;
}
@media (max-width: 834px) {
  .front-page .sec_data {
    margin-bottom: 200px;
  }
}
.front-page .sec_data::before {
  content: "";
  aspect-ratio: 1440/118;
  width: 100%;
  background-image: url(../img/index/data_bg_shape.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: -1;
}
.front-page .sec_data::after {
  content: "";
  aspect-ratio: 1440/118;
  width: 100%;
  background-image: url(../img/index/data_bg_shape.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 1px;
  left: 0;
  -webkit-transform: translateY(100%) scaleY(-1);
          transform: translateY(100%) scaleY(-1);
  z-index: -1;
}
.front-page .sec_data_inner {
  position: relative;
  max-width: 1920px;
}
.front-page .sec_data_inner.js-active .data_pic01, .front-page .sec_data_inner.js-active .data_pic02, .front-page .sec_data_inner.js-active .data_pic03, .front-page .sec_data_inner.js-active .data_pic04, .front-page .sec_data_inner.js-active .data_pic05, .front-page .sec_data_inner.js-active .data_pic06 {
  -webkit-animation: fadeUpDeco 1s ease 0.4s both;
          animation: fadeUpDeco 1s ease 0.4s both;
}
.front-page .sec_data .textArea {
  max-width: 570px;
  max-width: clamp(400px, 39.583333vw, 570px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.front-page .sec_data .textArea .commonTitle {
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .front-page .sec_data .textArea .commonTitle {
    margin-bottom: 30px;
  }
}
.front-page .sec_data .textArea .desc {
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .front-page .sec_data .textArea .desc {
    margin-bottom: 30px;
  }
}
.front-page .sec_data .data_pic01 {
  position: absolute;
  top: 73px;
  left: 4%;
  width: 100%;
  max-width: 503px;
  max-width: clamp(251.5px, 29.9305555556vw, 503px);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
}
@media (max-width: 1024px) {
  .front-page .sec_data .data_pic01 {
    left: 2%;
  }
}
@media (max-width: 834px) {
  .front-page .sec_data .data_pic01 {
    max-width: 150px;
    left: 0;
    top: -57px;
  }
}
.front-page .sec_data .data_pic01 .img {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .sec_data .data_pic01 .img {
    border-radius: 15px;
  }
}
.front-page .sec_data .data_pic01 .img img {
  aspect-ratio: 503/468;
}
.front-page .sec_data .data_pic02 {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  max-width: 588px;
  max-width: clamp(294px, 27.7777777778vw, 540px);
  opacity: 0;
}
@media (max-width: 1280px) {
  .front-page .sec_data .data_pic02 {
    top: 33%;
  }
}
@media (max-width: 834px) {
  .front-page .sec_data .data_pic02 {
    top: initial;
    bottom: -30px;
    right: 0;
    max-width: 160px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.front-page .sec_data .data_pic02 .img {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .sec_data .data_pic02 .img {
    border-radius: 15px;
  }
}
.front-page .sec_data .data_pic02 .img img {
  aspect-ratio: 588/354;
}
.front-page .sec_data .data_pic03 {
  position: absolute;
  bottom: 40px;
  left: 4%;
  width: 100%;
  max-width: 562px;
  max-width: clamp(281px, 31.25vw, 562px);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 1;
  opacity: 0;
}
@media (max-width: 1280px) {
  .front-page .sec_data .data_pic03 {
    left: 2%;
  }
}
@media (max-width: 834px) {
  .front-page .sec_data .data_pic03 {
    left: 45%;
    bottom: initial;
    top: -156px;
    max-width: 140px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.front-page .sec_data .data_pic03 .img {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .sec_data .data_pic03 .img {
    border-radius: 15px;
  }
}
.front-page .sec_data .data_pic03 .img img {
  aspect-ratio: 562/379;
}
.front-page .sec_data .data_pic04 {
  position: absolute;
  top: -16px;
  right: 80px;
  width: 100%;
  max-width: 561px;
  max-width: clamp(336.6px, 34.7916666667vw, 561px);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
}
@media (max-width: 834px) {
  .front-page .sec_data .data_pic04 {
    max-width: 140px;
    right: 0;
    top: -36px;
  }
}
.front-page .sec_data .data_pic04 .img {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .sec_data .data_pic04 .img {
    border-radius: 15px;
  }
}
.front-page .sec_data .data_pic04 .img img {
  aspect-ratio: 561/399;
}
.front-page .sec_data .data_pic05 {
  position: absolute;
  top: 8%;
  right: 0;
  width: 100%;
  max-width: 584px;
  max-width: clamp(292px, 28.3333333333vw, 550px);
  opacity: 0;
}
@media (max-width: 1280px) {
  .front-page .sec_data .data_pic05 {
    top: 24%;
  }
}
@media (max-width: 834px) {
  .front-page .sec_data .data_pic05 {
    left: 36%;
    top: initial;
    bottom: -140px;
    max-width: 180px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.front-page .sec_data .data_pic05 .img {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .sec_data .data_pic05 .img {
    border-radius: 15px;
  }
}
.front-page .sec_data .data_pic05 .img img {
  aspect-ratio: 584/465;
}
.front-page .sec_data .data_pic06 {
  position: absolute;
  bottom: -16px;
  right: 80px;
  width: 100%;
  max-width: 591px;
  max-width: clamp(413.7px, 35.4861111111vw, 591px);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 1;
  opacity: 0;
}
@media (max-width: 834px) {
  .front-page .sec_data .data_pic06 {
    right: 0;
    bottom: -22px;
    max-width: 140px;
  }
}
.front-page .sec_data .data_pic06 .img {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .sec_data .data_pic06 .img {
    border-radius: 15px;
  }
}
.front-page .sec_data .data_pic06 .img img {
  aspect-ratio: 591/393;
}
.front-page .jobs-faq {
  margin-bottom: 160px;
}
@media (max-width: 834px) {
  .front-page .jobs-faq {
    margin-bottom: 60px;
  }
}
.front-page .jobs-faq_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media (max-width: 834px) {
  .front-page .jobs-faq_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.front-page .jobs-faq_content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 40px);
          flex: 0 0 calc(50% - 40px);
  aspect-ratio: 1/1;
}
@media (max-width: 834px) {
  .front-page .jobs-faq_content {
    aspect-ratio: initial;
  }
}
.front-page .jobs-faq_content a {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
}
@media (any-hover: hover) {
  .front-page .jobs-faq_content a:hover {
    opacity: 1;
  }
  .front-page .jobs-faq_content a:hover .img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .front-page .jobs-faq_content a:hover .jobs-faq_content_btn_inner span {
    background-position: right center;
  }
  .front-page .jobs-faq_content a:hover .jobs-faq_content_btn_inner span::after {
    width: 100%;
  }
}
@media (max-width: 834px) {
  .front-page .jobs-faq_content a {
    aspect-ratio: 2/1;
    width: 100%;
    border-radius: 15px;
  }
}
.front-page .jobs-faq_content a .img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.front-page .jobs-faq_content a .img img {
  aspect-ratio: 1/1;
  -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;
}
.front-page .jobs-faq_content .commonTitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-left: 75px;
  padding-right: 30px;
  padding-bottom: 20px;
  background-color: #fff;
  border-bottom-right-radius: 30px;
  translate: 0 -1px;
}
@media (max-width: 834px) {
  .front-page .jobs-faq_content .commonTitle {
    padding-left: 40px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-top: -1px;
    margin-left: -1px;
    border-bottom-right-radius: 15px;
  }
}
.front-page .jobs-faq_content .commonTitle::before {
  content: "";
  aspect-ratio: 1/1;
  width: 30px;
  background-image: url(../img/index/radius.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  right: 1px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media (max-width: 834px) {
  .front-page .jobs-faq_content .commonTitle::before {
    width: 15px;
  }
}
.front-page .jobs-faq_content .commonTitle::after {
  content: "";
  aspect-ratio: 1/1;
  width: 30px;
  background-image: url(../img/index/radius.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 1px;
  left: -1px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media (max-width: 834px) {
  .front-page .jobs-faq_content .commonTitle::after {
    width: 15px;
  }
}
@media (max-width: 834px) {
  .front-page .jobs-faq_content .commonTitle_en {
    font-size: 4rem;
  }
}
.front-page .jobs-faq_content .commonTitle_en::before {
  top: 1px;
}
@media (max-width: 834px) {
  .front-page .jobs-faq_content .commonTitle_en::before {
    top: 2px;
    left: -9px;
  }
}
.front-page .jobs-faq_content_btn {
  position: absolute;
  bottom: -1px;
  right: -1px;
}
.front-page .jobs-faq_content_btn_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  aspect-ratio: 1/1;
  width: 100px;
  background-color: #fff;
  border-top-left-radius: 30px;
  padding-right: 7px;
  padding-bottom: 7px;
}
@media (max-width: 834px) {
  .front-page .jobs-faq_content_btn_inner {
    border-top-left-radius: 15px;
    width: 60px;
    padding-right: 4px;
    padding-bottom: 4px;
  }
}
.front-page .jobs-faq_content_btn_inner::before {
  content: "";
  aspect-ratio: 1/1;
  width: 30px;
  background-image: url(../img/index/radius.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 1px;
  right: -1px;
  -webkit-transform: translateY(-100%) scale(-1);
          transform: translateY(-100%) scale(-1);
}
@media (max-width: 834px) {
  .front-page .jobs-faq_content_btn_inner::before {
    width: 15px;
  }
}
.front-page .jobs-faq_content_btn_inner::after {
  content: "";
  aspect-ratio: 1/1;
  width: 30px;
  background-image: url(../img/index/radius.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -1px;
  left: 1px;
  -webkit-transform: translateX(-100%) scale(-1);
          transform: translateX(-100%) scale(-1);
}
@media (max-width: 834px) {
  .front-page .jobs-faq_content_btn_inner::after {
    width: 15px;
  }
}
.front-page .jobs-faq_content_btn_inner span {
  display: block;
  position: relative;
  aspect-ratio: 65/65;
  width: 65px;
  background: -webkit-gradient(linear, left top, right top, from(#00ab4c), color-stop(50%, #8ac63f), to(#00ab4c));
  background: linear-gradient(90deg, #00ab4c 0%, #8ac63f 50%, #00ab4c 100%);
  background-size: 200% 100%;
  border-radius: 50%;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (max-width: 834px) {
  .front-page .jobs-faq_content_btn_inner span {
    width: 44px;
  }
}
.front-page .jobs-faq_content_btn_inner span::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 9px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 834px) {
  .front-page .jobs-faq_content_btn_inner span::before {
    border-width: 6px 0 6px 7px;
  }
}
.front-page .jobs-faq_content_btn_inner span::after {
  content: "";
  aspect-ratio: 1/1;
  width: calc(100% + 12px);
  border-radius: 50%;
  border: solid 1px #00ab4c;
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.3s ease, height 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease;
}
@media (max-width: 834px) {
  .front-page .jobs-faq_content_btn_inner span::after {
    width: calc(100% + 6px);
  }
}
.front-page .sec_newjobs {
  margin-bottom: 180px;
}
@media (max-width: 834px) {
  .front-page .sec_newjobs {
    margin-bottom: 80px;
  }
}
@media (max-width: 834px) {
  .front-page .sec_newjobs_inner {
    padding-bottom: 80px;
  }
}
@media (min-width: 835px) {
  .front-page .sec_newjobs .newjobs-wrapper {
    display: grid;
    grid-template-columns: 37.5% 1fr;
    grid-template-rows: -webkit-max-content -webkit-max-content 1fr auto;
    grid-template-rows: max-content max-content 1fr auto;
    grid-column-gap: 7.5%;
  }
}
.front-page .sec_newjobs .commonTitle {
  margin-left: 50px;
  margin-bottom: 60px;
}
@media (max-width: 834px) {
  .front-page .sec_newjobs .commonTitle {
    margin-left: 40px;
    margin-bottom: 30px;
  }
}
.front-page .sec_newjobs .commonBtn02 {
  position: absolute;
  top: 90px;
  right: 70px;
}
@media (max-width: 834px) {
  .front-page .sec_newjobs .commonBtn02 {
    top: initial;
    right: 6.25%;
    bottom: 0;
  }
}
@media (min-width: 835px) {
  .front-page .sec_newjobs .newjobs-slide:nth-child(1) {
    grid-area: 1/1/4/2;
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media (min-width: 835px) {
  .front-page .sec_newjobs .newjobs-slide:nth-child(2) {
    grid-area: 1/2/2/3;
  }
}
@media (min-width: 835px) {
  .front-page .sec_newjobs .newjobs-slide:nth-child(3) {
    grid-area: 2/2/3/3;
  }
}
@media (max-width: 834px) {
  .front-page .sec_newjobs .newjobs_item {
    height: auto;
  }
}
.front-page .sec_newjobs .newjobs_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  border-top: solid 1px #b3cbc2;
  padding: 30px 0;
}
@media (any-hover: hover) {
  .front-page .sec_newjobs .newjobs_item a:hover {
    opacity: 1;
  }
  .front-page .sec_newjobs .newjobs_item a:hover .imgArea .img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .front-page .sec_newjobs .newjobs_item a:hover .textArea .lead {
    color: #00ab4c;
  }
}
@media (max-width: 834px) {
  .front-page .sec_newjobs .newjobs_item a {
    gap: 20px;
    padding: 20px 0;
    border-bottom: solid 1px #b3cbc2;
    height: 100%;
  }
}
.front-page .sec_newjobs .newjobs_item a .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
@media (max-width: 834px) {
  .front-page .sec_newjobs .newjobs_item a .imgArea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}
.front-page .sec_newjobs .newjobs_item a .imgArea .img {
  width: 100%;
  max-width: 160px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .sec_newjobs .newjobs_item a .imgArea .img {
    border-radius: 10px;
  }
}
.front-page .sec_newjobs .newjobs_item a .imgArea .img img {
  aspect-ratio: 160/107;
  -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;
}
.front-page .sec_newjobs .newjobs_item a .imgArea .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.front-page .sec_newjobs .newjobs_item a .imgArea .date::before {
  content: "";
  display: block;
  aspect-ratio: 14/14;
  width: 14px;
  background-image: url(../img/index/ico_time.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 834px) {
  .front-page .sec_newjobs .newjobs_item a .imgArea .date::before {
    width: 12px;
  }
}
.front-page .sec_newjobs .newjobs_item a .imgArea .date span {
  font-family: "Montserrat Alternates", sans-serif;
  color: #b3cbc2;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 834px) {
  .front-page .sec_newjobs .newjobs_item a .imgArea .date span {
    font-size: 1.2rem;
  }
}
.front-page .sec_newjobs .newjobs_item a .textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.front-page .sec_newjobs .newjobs_item a .textArea .tags_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.front-page .sec_newjobs .newjobs_item a .textArea .tags_inner .employ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
}
.front-page .sec_newjobs .newjobs_item a .textArea .tags_inner .employ_item {
  color: #003d25;
  font-weight: bold;
  font-size: 1.3rem;
  background-color: #f1f4f3;
  padding: 0.3em 1em;
  border-radius: 30px;
}
@media (max-width: 834px) {
  .front-page .sec_newjobs .newjobs_item a .textArea .tags_inner .employ_item {
    font-size: 1.2rem;
  }
}
.front-page .sec_newjobs .newjobs_item a .textArea .tags_inner .store_item {
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  background-color: #00ab4c;
  padding: 0.3em 1em;
  border-radius: 30px;
}
@media (max-width: 834px) {
  .front-page .sec_newjobs .newjobs_item a .textArea .tags_inner .store_item {
    font-size: 1.2rem;
  }
}
.front-page .sec_newjobs .newjobs_item a .textArea .lead {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #003d25;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 834px) {
  .front-page .sec_newjobs .newjobs_item a .textArea .lead {
    font-size: 1.4rem;
  }
}
.front-page .sec_newjobs .newjobs_item a .textArea .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.front-page .sec_newjobs .newjobs_item a .textArea .detail .hd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #00ab4c;
  font-size: 1.5rem;
}
@media (max-width: 834px) {
  .front-page .sec_newjobs .newjobs_item a .textArea .detail .hd {
    font-size: 1.4rem;
  }
}
.front-page .sec_newjobs .newjobs_item a .textArea .detail .text {
  font-size: 1.5rem;
}
@media (max-width: 834px) {
  .front-page .sec_newjobs .newjobs_item a .textArea .detail .text {
    font-size: 1.4rem;
  }
}
.front-page .sec_newjobs .newjobs_item:last-child a {
  border-bottom: solid 1px #b3cbc2;
}
@media (min-width: 835px) {
  .front-page .sec_newjobs .newjobs_item:nth-child(1) a {
    display: block;
    border: none;
    padding: 0;
  }
}
@media (min-width: 835px) {
  .front-page .sec_newjobs .newjobs_item:nth-child(1) a .imgArea {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    margin-bottom: 20px;
  }
}
@media (min-width: 835px) {
  .front-page .sec_newjobs .newjobs_item:nth-child(1) a .imgArea .img {
    width: 100%;
    max-width: 450px;
    border-radius: 15px;
    overflow: hidden;
  }
}
@media (min-width: 835px) {
  .front-page .sec_newjobs .newjobs_item:nth-child(1) a .imgArea .img img {
    aspect-ratio: 450/300;
  }
}
@media (min-width: 835px) {
  .front-page .sec_newjobs .newjobs_item:nth-child(1) a .textArea .lead {
    font-size: 2rem;
  }
}
@media (min-width: 835px) {
  .front-page .sec_newjobs .newjobs_item:nth-child(1) a .textArea .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f1f4f3;
    padding: 10px 40px;
    border: solid 1px #b3cbc2;
    border-radius: 15px;
    margin-top: 10px;
  }
}
@media (min-width: 835px) {
  .front-page .sec_newjobs .newjobs_item:nth-child(1) a .textArea .detail .hd {
    display: block;
    position: relative;
    color: #00ab4c;
    font-size: 1.6rem;
    padding-right: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media (min-width: 835px) {
  .front-page .sec_newjobs .newjobs_item:nth-child(1) a .textArea .detail .hd::before {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #b3cbc2;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 835px) {
  .front-page .sec_newjobs .newjobs_item:nth-child(1) a .textArea .detail .text {
    font-size: 1.6rem;
    padding-left: 40px;
  }
}
@media (max-width: 834px) {
  .front-page .sec_newjobs .newjobs_item:not(:first-child) a {
    border-top: none;
  }
}

@-webkit-keyframes loopTxt {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes loopTxt {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* ============================================
// RECRUIT
// ==========================================*/
@media (max-width: 834px) {
  .lower-kyujin_l .kyujin_container, .lower-kyujin_d .kyujin_container, .lower-whatsnew .kyujin_container {
    padding-right: 3%;
    padding-left: 3%;
  }
}
.lower-kyujin_l .job_employmenttype_list_item, .lower-kyujin_d .job_employmenttype_list_item, .lower-whatsnew .job_employmenttype_list_item {
  border: none;
  border-radius: 40px;
  background-color: #f1f4f3;
  color: #003d25;
}
.lower-kyujin_l .pagination ul, .lower-kyujin_d .pagination ul, .lower-whatsnew .pagination ul {
  gap: 4px;
}
.lower-kyujin_l .pagination ul li em, .lower-kyujin_d .pagination ul li em, .lower-whatsnew .pagination ul li em {
  background: #003d25;
}
.lower-kyujin_l .pagination ul li a, .lower-kyujin_d .pagination ul li a, .lower-whatsnew .pagination ul li a {
  background-color: #f1f4f3;
}
@media (any-hover: hover) {
  .lower-kyujin_l .pagination ul li a:hover, .lower-kyujin_d .pagination ul li a:hover, .lower-whatsnew .pagination ul li a:hover {
    background-color: #003d25;
  }
}
.lower-kyujin_l .pagination ul li a, .lower-kyujin_l .pagination ul li em, .lower-kyujin_d .pagination ul li a, .lower-kyujin_d .pagination ul li em, .lower-whatsnew .pagination ul li a, .lower-whatsnew .pagination ul li em {
  border-radius: 50%;
}
.lower-kyujin_l .job_count_pager.contents_bottom, .lower-kyujin_d .job_count_pager.contents_bottom, .lower-whatsnew .job_count_pager.contents_bottom {
  padding: 60px 0;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_count_pager.contents_bottom, .lower-kyujin_d .job_count_pager.contents_bottom, .lower-whatsnew .job_count_pager.contents_bottom {
    padding: 40px 0;
  }
}
.lower-kyujin_l .job_count_pager.contents_bottom .pagination ul li em, .lower-kyujin_d .job_count_pager.contents_bottom .pagination ul li em, .lower-whatsnew .job_count_pager.contents_bottom .pagination ul li em {
  background: #003d25;
}
.lower-kyujin_l .job_count_pager.contents_bottom .pagination ul li a, .lower-kyujin_d .job_count_pager.contents_bottom .pagination ul li a, .lower-whatsnew .job_count_pager.contents_bottom .pagination ul li a {
  background-color: #f1f4f3;
}
@media (any-hover: hover) {
  .lower-kyujin_l .job_count_pager.contents_bottom .pagination ul li a:hover, .lower-kyujin_d .job_count_pager.contents_bottom .pagination ul li a:hover, .lower-whatsnew .job_count_pager.contents_bottom .pagination ul li a:hover {
    background-color: #003d25;
  }
}
.lower-kyujin_l .btn, .lower-kyujin_d .btn, .lower-whatsnew .btn {
  font-size: 1.5rem;
  border-radius: 100px;
  border: solid 1px #00ab4c;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}
@media (any-hover: hover) {
  .lower-kyujin_l .btn:hover, .lower-kyujin_d .btn:hover, .lower-whatsnew .btn:hover {
    opacity: 1;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_l .btn, .lower-kyujin_d .btn, .lower-whatsnew .btn {
    font-size: 1.4rem;
  }
}
.lower-kyujin_l .btn.btn_secondary, .lower-kyujin_d .btn.btn_secondary, .lower-whatsnew .btn.btn_secondary {
  background-color: #00ab4c;
  border-color: #00ab4c;
}
@media (any-hover: hover) {
  .lower-kyujin_l .btn.btn_secondary:hover, .lower-kyujin_d .btn.btn_secondary:hover, .lower-whatsnew .btn.btn_secondary:hover {
    color: #00ab4c !important;
    background-color: #fff;
  }
}
.lower-kyujin_l .btn.btn_external, .lower-kyujin_d .btn.btn_external, .lower-whatsnew .btn.btn_external {
  background-color: #8ac63f;
  border-color: #8ac63f;
}
@media (any-hover: hover) {
  .lower-kyujin_l .btn.btn_external:hover, .lower-kyujin_d .btn.btn_external:hover, .lower-whatsnew .btn.btn_external:hover {
    color: #8ac63f !important;
    background-color: #fff;
  }
  .lower-kyujin_l .btn.btn_external:hover::after, .lower-kyujin_d .btn.btn_external:hover::after, .lower-whatsnew .btn.btn_external:hover::after {
    background-color: #8ac63f;
  }
}
.lower-kyujin_l .btn.btn_external::after, .lower-kyujin_d .btn.btn_external::after, .lower-whatsnew .btn.btn_external::after {
  -webkit-mask: url(../img/kyujin/ico_custom_blank_white.png) no-repeat center top/contain;
          mask: url(../img/kyujin/ico_custom_blank_white.png) no-repeat center top/contain;
  background: #fff;
  top: 13px;
  right: 23px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (max-width: 834px) {
  .lower-kyujin_l .btn.btn_external::after, .lower-kyujin_d .btn.btn_external::after, .lower-whatsnew .btn.btn_external::after {
    top: 18px;
    right: 14px;
  }
}
.lower-kyujin_l .pager_next .btn, .lower-kyujin_d .pager_next .btn, .lower-whatsnew .pager_next .btn {
  background-color: #00ab4c;
  border-color: #00ab4c;
}
@media (any-hover: hover) {
  .lower-kyujin_l .pager_next .btn:hover, .lower-kyujin_d .pager_next .btn:hover, .lower-whatsnew .pager_next .btn:hover {
    color: #00ab4c !important;
    background-color: #fff;
  }
}
.lower-kyujin_l .breadcrumb, .lower-kyujin_d .breadcrumb, .lower-whatsnew .breadcrumb {
  margin-top: 0;
  margin-bottom: 0;
}
.lower-kyujin_l .gMap_link:before, .lower-kyujin_d .gMap_link:before, .lower-whatsnew .gMap_link:before {
  background: url(../img/kyujin/ico_custom_location_color.png) no-repeat center center/contain;
}
.lower-kyujin_l .job_head_ttl .job_ttl a, .lower-kyujin_d .job_head_ttl .job_ttl a, .lower-whatsnew .job_head_ttl .job_ttl a {
  color: #003d25;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .lower-kyujin_l .job_head_ttl .job_ttl a:hover, .lower-kyujin_d .job_head_ttl .job_ttl a:hover, .lower-whatsnew .job_head_ttl .job_ttl a:hover {
    opacity: 1;
    color: #00ab4c;
  }
}
.lower-kyujin_l .job_occupations, .lower-kyujin_d .job_occupations, .lower-whatsnew .job_occupations {
  color: #003d25;
}
.lower-kyujin_l .job_outline_item_ttl span, .lower-kyujin_d .job_outline_item_ttl span, .lower-whatsnew .job_outline_item_ttl span {
  color: #003d25;
}

/*--------------------
求人一覧
--------------------*/
.lower-kyujin_l .pageHeader {
  margin-bottom: 160px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .pageHeader {
    margin-bottom: 100px;
  }
}
.lower-kyujin_l .kyujin_container:not(:has(.job_count_pager)) {
  padding-bottom: 60px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .kyujin_container:not(:has(.job_count_pager)) {
    padding-bottom: 30px;
  }
}
.lower-kyujin_l .job_list {
  position: relative;
  border: none;
}
.lower-kyujin_l .job_list::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50%;
  background-color: #f1f4f3;
  z-index: -2;
}
@media (max-width: 1023px) and (min-width: 835px) {
  .lower-kyujin_l .job_list::before {
    width: 1024px;
  }
}
.lower-kyujin_l .job {
  position: relative;
  padding: 50px;
  background-color: #fff;
  border-radius: 30px;
  border: solid 2px #f1f4f3;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job {
    padding: 30px 7%;
    border-radius: 15px;
    border: solid 1px #f1f4f3;
  }
}
.lower-kyujin_l .job:first-child::before {
  content: "";
  aspect-ratio: 1440/118;
  width: 100vw;
  -webkit-mask-image: url(../img/index/data_bg_shape.svg);
          mask-image: url(../img/index/data_bg_shape.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  position: absolute;
  top: -2px;
  left: 50%;
  translate: -50%;
  scale: 1 -1;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1023px) and (min-width: 835px) {
  .lower-kyujin_l .job:first-child::before {
    width: 1024px;
  }
}
.lower-kyujin_l .job:not(:first-child) {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job:not(:first-child) {
    margin-top: 12px;
  }
}
.lower-kyujin_l .job:last-child::before {
  content: "";
  aspect-ratio: 1440/118;
  width: 100vw;
  -webkit-mask-image: url(../img/index/data_bg_shape.svg);
          mask-image: url(../img/index/data_bg_shape.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  position: absolute;
  bottom: -1px;
  left: 50%;
  translate: -50%;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1023px) and (min-width: 835px) {
  .lower-kyujin_l .job:last-child::before {
    width: 1024px;
  }
}
.lower-kyujin_l .job_outline {
  border-radius: 10px;
}
.lower-kyujin_l .search_panel {
  position: relative;
  background-color: #f1f4f3;
  border: none;
  border-radius: 30px;
  padding: 40px 96px;
  padding-top: 60px;
  margin-bottom: 80px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel {
    padding: 4%;
    padding-top: 35px;
    border-radius: 15px;
    margin-bottom: 60px;
  }
}
.lower-kyujin_l .search_panel::before {
  content: "";
  position: absolute;
  inset: -3px;
  background: -webkit-gradient(linear, left top, right top, from(#00ab4c), to(#8ac63f));
  background: linear-gradient(90deg, #00ab4c 0%, #8ac63f 100%);
  border-radius: 33px;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel::before {
    inset: -2px;
    border-radius: 17px;
  }
}
.lower-kyujin_l .search_panel::after {
  content: "";
  aspect-ratio: 214/140;
  width: 149.8px;
  background-image: url(../img/common/search_deco02.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -34px;
  right: -50px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel::after {
    width: 64.2px;
    bottom: -30px;
    right: -2%;
  }
}
.lower-kyujin_l .search_panel .search-toggle {
  overflow: hidden;
  border-radius: 100px;
  border: solid 1px #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: initial;
          transform: initial;
  translate: -50% -50%;
}
@media (any-hover: hover) {
  .lower-kyujin_l .search_panel .search-toggle:hover {
    opacity: 1;
    background-color: #fff;
  }
  .lower-kyujin_l .search_panel .search-toggle:hover .toggle_txt {
    color: #00ab4c;
  }
  .lower-kyujin_l .search_panel .search-toggle:hover .toggle_txt::before {
    border-color: #00ab4c;
  }
  .lower-kyujin_l .search_panel .search-toggle:hover .toggle_trigger_txt_ico {
    background-color: #00ab4c;
  }
}
.lower-kyujin_l .search_panel .search-toggle .toggle_txt {
  position: relative;
  padding: 1em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.lower-kyujin_l .search_panel .search-toggle .toggle_txt::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: solid 1px #fff;
  border-radius: 100px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.lower-kyujin_l .search_panel .search-toggle .toggle_trigger {
  background: transparent;
  top: -2px;
  right: 2px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel .search-toggle .toggle_trigger {
    top: 1px;
  }
}
.lower-kyujin_l .search_panel .search-toggle .toggle_trigger_txt_ico {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 481px) {
  .lower-kyujin_l .search_panel .custom-form {
    border-color: #b3cbc2;
    padding-bottom: 40px;
  }
}
.lower-kyujin_l .search_panel .custom-form_parts {
  border: none;
  padding: 0;
}
.lower-kyujin_l .search_panel .custom-form .parts_ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
.lower-kyujin_l .search_panel .custom-form .parts_ttl::before {
  display: none;
}
.lower-kyujin_l .search_panel .custom-form_search_btn {
  margin: 0 auto;
}
.lower-kyujin_l .search_panel input[type=checkbox] + label .check {
  display: none;
}
@media (max-width: 834px) {
  .lower-kyujin_l .footer {
    padding-top: 40px;
  }
}

/*--------------------
求人詳細
--------------------*/
.lower-kyujin_d {
  background-color: #f1f4f3;
}
@media (max-width: 834px) {
  .lower-kyujin_d .pageHeader {
    margin-bottom: 80px;
  }
}
.lower-kyujin_d .l-main {
  position: relative;
  padding-top: 210px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .l-main {
    padding-top: 120px;
  }
}
.lower-kyujin_d .l-main::before {
  content: "";
  aspect-ratio: 1440/180;
  width: 100%;
  -webkit-mask-image: url(../img/index/data_bg_shape.svg);
          mask-image: url(../img/index/data_bg_shape.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  scale: -1;
  z-index: -1;
}
@-moz-document url-prefix() {
  .lower-kyujin_d .l-main::before {
    aspect-ratio: 1440/118; /* Firefox用の値 */
  }
}
.lower-kyujin_d .job {
  position: relative;
  padding: 50px 4.5%;
  border: 2px solid #f1f4f3;
  border-radius: 30px;
  background-color: #fff;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job {
    border: 1px solid #f1f4f3;
    border-radius: 15px;
    padding: 40px 4.5%;
  }
}
.lower-kyujin_d .job::before {
  content: "";
  aspect-ratio: 589/311;
  width: 353.4px;
  background-image: url(../img/common/search_deco01.png);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  position: absolute;
  top: -60px;
  left: -70px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job::before {
    width: 176.7px;
    top: -18px;
    left: -34px;
  }
}
.lower-kyujin_d .job_ttl {
  color: #003d25;
}
.lower-kyujin_d .job_body_block {
  position: relative;
}
@media (max-width: 480px) {
  .lower-kyujin_d .job_body_block {
    margin: 40px 0 !important;
  }
}
.lower-kyujin_d .job_body_block:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 480px) {
  .lower-kyujin_d .job_outline-head {
    border-radius: 5px;
  }
}
.lower-kyujin_d .job_employmenttype_list_item {
  border-color: #003d25;
  color: #003d25;
  border-radius: 50px;
  padding: 0 0.6em;
}
.lower-kyujin_d .job .outline_ttl, .lower-kyujin_d .job .appeal_ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  font-size: 3rem;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00ab4c;
  border: dashed 1px #003d25;
  border-radius: 60px;
  padding: 0.1em 1em;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job .outline_ttl, .lower-kyujin_d .job .appeal_ttl {
    font-size: 2rem;
    gap: 10px;
    margin-bottom: 10px;
  }
}
.lower-kyujin_d .job .outline_ttl::before, .lower-kyujin_d .job .appeal_ttl::before {
  content: "";
  aspect-ratio: 26/36;
  width: 0.433333em;
  background-image: url(../img/index/fukidashi.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 4px;
  left: 50%;
  translate: -50% 100%;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: pixelated;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job .outline_ttl::before, .lower-kyujin_d .job .appeal_ttl::before {
    bottom: 3px;
  }
}
.lower-kyujin_d .job .outline_ttl::after, .lower-kyujin_d .job .appeal_ttl::after {
  content: "";
  aspect-ratio: 65/72;
  width: 1em;
  background-image: url(../img/index/decoline.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -15px;
  left: 12px;
  translate: -100%;
  pointer-events: none;
  z-index: initial;
  background-color: transparent;
}
.lower-kyujin_d .job_outline_item_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  border-bottom: #00ab4c 1px solid;
}
.lower-kyujin_d .job_outline_item_ttl::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  display: inline-block;
  width: 8px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-top: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#00ab4c), to(#8ac63f));
  background: linear-gradient(90deg, #00ab4c 0%, #8ac63f 100%);
}
@media (max-width: 834px) {
  .lower-kyujin_d .job_outline_item_ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 480px) {
  .lower-kyujin_d .job_outline_item_ttl {
    border: none;
  }
}
@media (max-width: 480px) {
  .lower-kyujin_d .job_body_block {
    margin: 30px 0;
  }
}
.lower-kyujin_d .job_body_block_outline_item_txt {
  border-bottom: 1px solid #dedede;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job_body_block_outline_item_txt {
    border-bottom: none;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_d .job_body_block_outline_item {
    border-radius: 8px;
  }
}
.lower-kyujin_d .job_body_head::after {
  display: none;
}
@media (max-width: 480px) {
  .lower-kyujin_d .job_body_head_txt_inner .job_post_ttl {
    color: #00ab4c !important;
  }
}
.lower-kyujin_d .job_body_head_txt_inner .job_post_ttl::before {
  background-color: #00ab4c !important;
}
.lower-kyujin_d .page_back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px;
  padding-bottom: 50px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .page_back {
    padding: 40px;
    padding-bottom: 30px;
  }
}
.lower-kyujin_d .page_back a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 280px;
  color: #fff;
  font-weight: 600;
  background-color: #00ab4c;
  border: solid 1px #00ab4c;
  border-radius: 100px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 0.875em 1.25em;
}
@media (max-width: 834px) {
  .lower-kyujin_d .page_back a {
    width: 240px;
    padding: 1em;
  }
}
@media (any-hover: hover) {
  .lower-kyujin_d .page_back a:hover {
    opacity: 1;
    background-color: #fff;
    color: #00ab4c;
    border-color: #00ab4c;
  }
  .lower-kyujin_d .page_back a:hover::after {
    background-color: #00ab4c;
  }
}
.lower-kyujin_d .page_back a::before {
  display: none;
}
.lower-kyujin_d .fixed_conversion .conversion .btn_conversion {
  border-radius: 300px;
  background: -webkit-gradient(linear, left top, right top, from(#00ab4c), color-stop(50%, #8ac63f), to(#00ab4c));
  background: linear-gradient(90deg, #00ab4c 0%, #8ac63f 50%, #00ab4c 100%);
  background-size: 200% 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion:hover {
    opacity: 1;
    background-color: #fff;
    background-position: right center;
  }
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion:hover::before {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion {
    padding: 10px 0;
  }
}
.lower-kyujin_d .fixed_conversion .conversion .btn_conversion::after {
  -webkit-mask: url(../img/kyujin/ico_custom_blank_white.png) no-repeat center top/contain;
          mask: url(../img/kyujin/ico_custom_blank_white.png) no-repeat center top/contain;
  background: #fff;
  top: 11px;
  right: 20px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (max-width: 480px) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion::after {
    top: 20px;
    right: 14px;
  }
}
.lower-kyujin_d .fixed_conversion .conversion .btn_conversion::before {
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: solid 1px #fff;
  border-radius: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion::before {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
  }
}
.lower-kyujin_d .fixed_conversion .conversion_txt {
  color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .conversion_txt {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .phone {
    background: initial;
    -ms-flex-preferred-size: 41%;
        flex-basis: 41%;
    margin-right: 8px;
  }
}
@media (max-width: 768px) {
  .lower-kyujin_d .fixed_conversion .phone {
    -ms-flex-preferred-size: 186px;
        flex-basis: 186px;
  }
}
.lower-kyujin_d .fixed_conversion .phone .btn_phone {
  padding: 0;
}
.lower-kyujin_d .fixed_conversion .phone .btn_phone .phone_num {
  color: #fff;
}
.lower-kyujin_d .fixed_conversion .phone .btn_phone .phone_num::before {
  background-image: url(../img/kyujin/ico_custom_tel_white.png);
}
.lower-kyujin_d .fixed_conversion .phone .btn_phone .phone_notes {
  color: #fff;
}
.lower-kyujin_d .footer {
  padding-bottom: 260px;
  background-color: #fff;
  padding-top: 0;
}
@media (max-width: 834px) {
  .lower-kyujin_d .footer {
    padding-bottom: 150px;
  }
}
.lower-kyujin_d .footer_top {
  position: relative;
}
.lower-kyujin_d .footer_top::after {
  content: "";
  aspect-ratio: 1440/180;
  width: 100vw;
  -webkit-mask-image: url(../img/index/data_bg_shape.svg);
          mask-image: url(../img/index/data_bg_shape.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -100%;
  z-index: -2;
}
@-moz-document url-prefix() {
  .lower-kyujin_d .footer_top::after {
    aspect-ratio: 1440/118; /* Firefox用の値 */
  }
}
@media (max-width: 1023px) and (min-width: 835px) {
  .lower-kyujin_d .footer_top::after {
    width: 1024px;
  }
}
.lower-kyujin_d .pagetop {
  bottom: 124px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .pagetop {
    bottom: 84px;
  }
}
.lower-kyujin_d .breadcrumb {
  position: relative;
  background-color: transparent;
  padding-bottom: 60px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .breadcrumb {
    padding-bottom: 40px;
  }
}
.lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
  bottom: 100px;
}
@media (max-width: 768px) {
  .lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
    bottom: 80px;
  }
}

/*--------------------
新着求人
--------------------*/
@media (max-width: 834px) {
  .lower-whatsnew .pageHeader {
    margin-bottom: 70px;
  }
}
.lower-whatsnew .kyujin_container:not(:has(.job_count_pager)) {
  padding-bottom: 60px;
}
@media (max-width: 834px) {
  .lower-whatsnew .kyujin_container:not(:has(.job_count_pager)) {
    padding-bottom: 30px;
  }
}
.lower-whatsnew .kyujin_container .job_list {
  position: relative;
  border: none;
}
.lower-whatsnew .kyujin_container .job_list::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50%;
  background-color: #f1f4f3;
  z-index: -2;
}
@media (max-width: 1023px) and (min-width: 835px) {
  .lower-whatsnew .kyujin_container .job_list::before {
    width: 1024px;
  }
}
.lower-whatsnew .kyujin_container .job {
  position: relative;
  padding: 30px 50px;
  background-color: #fff;
  border-radius: 30px;
  border: solid 2px #f1f4f3;
}
@media (max-width: 834px) {
  .lower-whatsnew .kyujin_container .job {
    padding: 30px 7%;
    border-radius: 15px;
    border: solid 1px #f1f4f3;
  }
}
.lower-whatsnew .kyujin_container .job::before {
  border: none;
}
.lower-whatsnew .kyujin_container .job::after {
  display: none;
}
.lower-whatsnew .kyujin_container .job_inner {
  padding: 20px 0;
}
@media (max-width: 834px) {
  .lower-whatsnew .kyujin_container .job_inner {
    padding: 0;
  }
}
.lower-whatsnew .kyujin_container .job:first-child::before {
  content: "";
  aspect-ratio: 1440/118;
  width: 100vw;
  -webkit-mask-image: url(../img/index/data_bg_shape.svg);
          mask-image: url(../img/index/data_bg_shape.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  position: absolute;
  top: -3px;
  left: 50%;
  translate: -50%;
  scale: 1 -1;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1023px) and (min-width: 835px) {
  .lower-whatsnew .kyujin_container .job:first-child::before {
    width: 1024px;
  }
}
.lower-whatsnew .kyujin_container .job:not(:first-child) {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-whatsnew .kyujin_container .job:not(:first-child) {
    margin-top: 12px;
  }
}
.lower-whatsnew .kyujin_container .job:last-child::before {
  content: "";
  aspect-ratio: 1440/118;
  width: 100vw;
  -webkit-mask-image: url(../img/index/data_bg_shape.svg);
          mask-image: url(../img/index/data_bg_shape.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  left: 50%;
  translate: -50%;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1023px) and (min-width: 835px) {
  .lower-whatsnew .kyujin_container .job:last-child::before {
    width: 1024px;
  }
}
.lower-whatsnew .kyujin_container .job_outline {
  border-radius: 10px;
}
.lower-whatsnew .kyujin_container .job_ttl a {
  color: #003d25;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .lower-whatsnew .kyujin_container .job_ttl a:hover {
    opacity: 1;
    color: #00ab4c;
  }
}
@media (max-width: 834px) {
  .lower-whatsnew .footer {
    padding-top: 40px;
  }
}

/* ============================================
// インタビュー一覧ページ
// ==========================================*/
.lower-interview_l {
  /*------------------------------
    インタビュー一覧
  ------------------------------*/
}
.lower-interview_l .pageHeader {
  margin-bottom: 160px;
}
@media (max-width: 834px) {
  .lower-interview_l .pageHeader {
    margin-bottom: 80px;
  }
}
.lower-interview_l .interview__inner {
  margin-bottom: 280px;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__inner {
    margin-bottom: 200px;
  }
}
.lower-interview_l .interviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 5.8%;
}
@media (max-width: 834px) {
  .lower-interview_l .interviews {
    display: block;
  }
}
.lower-interview_l .interviews__item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29.46%;
          flex: 0 0 29.46%;
  max-width: 325px;
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item {
    max-width: initial;
  }
  .lower-interview_l .interviews__item::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 200vw;
    height: 280px;
    margin: 0 calc(50% - 100vw);
    background: #f1f7eb;
    z-index: -1;
    pointer-events: none;
  }
}
@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:nth-child(3n+1)::before {
  content: "";
  display: block;
  position: absolute;
  top: 170px;
  left: 0;
  width: 200vw;
  height: clamp(28rem, -12rem + 39.063vw, 38rem);
  margin: 0 calc(50% - 100vw);
  background: #f1f7eb;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item:nth-child(3n+1)::before {
    content: none;
  }
}
.lower-interview_l .interviews__item:nth-child(n+4) {
  margin-top: clamp(14rem, -6rem + 19.531vw, 19rem);
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item:nth-child(n+4) {
    margin-top: 0;
  }
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item:nth-child(n+2) {
    margin-top: 145px;
  }
}
.lower-interview_l .interviews__item a {
  position: relative;
  display: block;
  -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;
}
@media (any-hover: hover) {
  .lower-interview_l .interviews__item a:hover {
    opacity: 1;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  .lower-interview_l .interviews__item a:hover .imgArea .img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.lower-interview_l .interviews__item a .imgArea {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item a .imgArea {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}
.lower-interview_l .interviews__item a .imgArea .img {
  border-radius: 30px;
  overflow: hidden;
  max-width: 323px;
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item a .imgArea .img {
    border-radius: 15px;
  }
}
.lower-interview_l .interviews__item a .imgArea .img img {
  aspect-ratio: 323/410;
  -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;
}
.lower-interview_l .interviews__item a .imgArea .leadArea {
  z-index: 1;
  position: absolute;
  right: -20px;
  bottom: -23px;
  width: 100%;
  max-width: 295px;
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item a .imgArea .leadArea {
    bottom: -20px;
    right: -16px;
    max-width: 260px;
  }
}
.lower-interview_l .interviews__item a .imgArea .leadArea_store {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #003d25;
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: bold;
  background-color: #fff;
  border-radius: 30px;
  padding: 0.2em 1em;
  margin-bottom: 8px;
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item a .imgArea .leadArea_store {
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
}
.lower-interview_l .interviews__item a .imgArea .leadArea_lead {
  display: inline;
  color: #fff;
  font-size: clamp(2rem, 1.015rem + 0.962vw, 2.4rem);
  font-weight: bold;
  line-height: 1.9;
  background-color: #00ab4c;
  background-size: 200% 100%;
  padding: 0.1em 0.33em;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item a .imgArea .leadArea_lead {
    font-size: 2rem;
  }
}
.lower-interview_l .interviews__item a .prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #003d25;
  font-weight: bold;
  font-size: clamp(1.5rem, 1.254rem + 0.24vw, 1.6rem);
  position: absolute;
  right: -20px;
  top: 104%;
  width: 100%;
  max-width: 295px;
  margin-top: 15px;
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item a .prof {
    top: 370px;
    font-size: 1.4rem;
    margin-top: 10px;
    max-width: 260px;
  }
}
.lower-interview_l .interviews__item a .prof_job {
  line-height: 1.6;
}
.lower-interview_l .interviews__item a .prof_name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 1.2;
  font-weight: bold;
}
.lower-interview_l .interviews__item a .prof_name_s {
  color: #00ab4c;
  font-size: 2.8rem;
  margin-left: 10px;
}
@media (max-width: 1024px) {
  .lower-interview_l .interviews__item a .prof_name_s {
    margin-left: 10px;
  }
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item a .prof_name_s {
    font-size: 2.4rem;
  }
}

/* ============================================
// インタビュー詳細ページ
// ==========================================*/
.lower-interview_d .interview {
  /*------------------------------
    メインエリア
  ------------------------------*/
  /*------------------------------
    インタビューコンテンツ（通常）
  ------------------------------*/
  /*------------------------------
    一日の流れ
  ------------------------------*/
  /*------------------------------
    私のイチオシ商品
  ------------------------------*/
  /*------------------------------
    戻るボタン／取材日
  ------------------------------*/
}
.lower-interview_d .interview__container {
  margin-top: 170px;
  margin-bottom: 100px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__container {
    margin-top: 120px;
    margin-bottom: 100px;
  }
}
.lower-interview_d .interview__main {
  position: relative;
}
.lower-interview_d .interview__main__bg {
  position: absolute;
  bottom: -280px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background: #f1f4f3;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__bg {
    bottom: -210px;
  }
}
.lower-interview_d .interview__main__bg::before {
  content: "";
  aspect-ratio: 1440/118;
  width: 100%;
  background-image: url(../img/interview/data_bg_shape.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: -1;
}
.lower-interview_d .interview__main__bg::after {
  content: "";
  aspect-ratio: 1440/118;
  width: 100%;
  background-image: url(../img/interview/data_bg_shape.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 1px;
  left: 0;
  -webkit-transform: translateY(100%) scaleY(-1);
          transform: translateY(100%) scaleY(-1);
  z-index: -1;
}
.lower-interview_d .interview__main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 5.5%;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner {
    display: block;
  }
}
.lower-interview_d .interview__main__inner.js-active .imgArea, .lower-interview_d .interview__main__inner.js-active .txtArea {
  -webkit-animation: fadeUpDeco 1s ease 0.4s both;
          animation: fadeUpDeco 1s ease 0.4s both;
}
.lower-interview_d .interview__main__inner::before {
  content: "";
  position: absolute;
  background: url(../img/interview/main_deco03.png) center center/contain no-repeat;
  width: clamp(8rem, 2.818rem + 11.515vw, 19.4rem);
  aspect-ratio: 1/1;
  bottom: -170px;
  left: -40px;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .lower-interview_d .interview__main__inner::before {
    left: 10px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner::before {
    left: 0px;
    bottom: -78px;
  }
}
.lower-interview_d .interview__main__inner .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lower-interview_d .interview__main__inner .imgArea::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: clamp(46rem, 21.385rem + 24.038vw, 56rem);
  aspect-ratio: 560/422;
  border: 4px solid transparent;
  border-radius: 30px;
  top: 25px;
  left: 25px;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, from(#00ab4c), color-stop(100%, #8ac63f), color-stop(30%, #00ab4c)) border-box;
  background: linear-gradient(90deg, #00ab4c 0%, #8ac63f 100%, #00ab4c 30%) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .imgArea::before {
    max-width: 100%;
    top: 13px;
    left: 13px;
    border-radius: 20px;
    border: 3px solid transparent;
  }
}
.lower-interview_d .interview__main__inner .imgArea .img {
  position: relative;
  aspect-ratio: 564/428;
  max-width: clamp(47rem, 23.862rem + 22.596vw, 56.4rem);
  margin: 0 auto;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .imgArea .img {
    max-width: 100%;
  }
}
.lower-interview_d .interview__main__inner .imgArea .img::before {
  content: "";
  position: absolute;
  background: url(../img/interview/main_deco01.png) center center/contain no-repeat;
  width: clamp(7rem, 4.455rem + 5.657vw, 12.6rem);
  aspect-ratio: 126/112;
  bottom: 60px;
  right: -86px;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 1300px) {
  .lower-interview_d .interview__main__inner .imgArea .img::before {
    right: -66px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .imgArea .img::before {
    bottom: 35px;
    right: -30px;
  }
}
.lower-interview_d .interview__main__inner .imgArea .img::after {
  content: "";
  position: absolute;
  background: url(../img/interview/main_deco02.png) center center/contain no-repeat;
  width: clamp(9rem, 6.273rem + 6.061vw, 15rem);
  aspect-ratio: 150/96;
  bottom: -40px;
  right: 20px;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .imgArea .img::after {
    bottom: -20px;
  }
}
.lower-interview_d .interview__main__inner .imgArea img {
  border-radius: 30px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .imgArea img {
    border-radius: 20px;
  }
}
.lower-interview_d .interview__main__inner .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 50px;
  margin-right: -150px;
  z-index: 1;
}
@media (max-width: 1070px) {
  .lower-interview_d .interview__main__inner .txtArea {
    margin-right: -120px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .txtArea {
    margin-top: 30px;
    margin-right: auto;
  }
}
.lower-interview_d .interview__main__inner .txtArea .copy {
  display: inline;
  color: #fff;
  font-size: clamp(3rem, 2.138rem + 0.841vw, 3.35rem);
  font-weight: bold;
  line-height: 2.2;
  background-color: #00ab4c;
  background-size: 200% 100%;
  padding: 6px 0.33em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .txtArea .copy {
    font-size: 1.5em;
  }
}
.lower-interview_d .interview__main__inner .txtArea .info {
  max-width: 470px;
  margin-top: 60px;
}
@media (max-width: 1160px) {
  .lower-interview_d .interview__main__inner .txtArea .info {
    max-width: 380px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .txtArea .info {
    margin-top: 20px;
    max-width: 100%;
  }
}
.lower-interview_d .interview__main__inner .txtArea .shop {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9375em;
  font-weight: 700;
  color: #003d25;
  line-height: 1.4;
  margin-bottom: 3px;
  padding: 7px 20px;
  background: #fff;
  border: 1px solid #b3cbc2;
  border-radius: 50px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .txtArea .shop {
    padding: 5px 15px;
    font-size: 1.2rem;
  }
}
.lower-interview_d .interview__main__inner .txtArea .prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: 1.7rem;
  font-weight: 700;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-left: 10px;
  color: #003d25;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .txtArea .prof {
    font-size: 1.4rem;
    gap: 15px;
  }
}
.lower-interview_d .interview__main__inner .txtArea .prof_name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 1.3;
  font-weight: 700;
  display: inline-block;
}
.lower-interview_d .interview__main__inner .txtArea .prof_name_s {
  font-size: 4rem;
  color: #00ab4c;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .txtArea .prof_name_s {
    font-size: 2.8rem;
  }
}
.lower-interview_d .interview__main__inner .txtArea .prof_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lower-interview_d .interview__main__inner .txtArea .prof_data .job {
  margin-right: 10px;
}
.lower-interview_d .interview__main__inner .txtArea .prof_data .join {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.lower-interview_d .interview__topics__inner {
  margin-top: 100px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__inner {
    margin-top: 48px;
  }
}
.lower-interview_d .interview__topics__inner .commonTitle_en {
  font-size: 7.2rem;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__inner .commonTitle_en {
    font-size: 4rem;
  }
}
.lower-interview_d .interview__topics__inner .topicsList {
  margin-top: 50px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__inner .topicsList {
    margin-top: 30px;
  }
}
.lower-interview_d .interview__topics__inner .topicsList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5%;
  padding-bottom: 70px;
  counter-increment: topic-num;
  position: relative;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__inner .topicsList__item {
    display: block;
    padding: 0;
    margin: 0 auto 40px;
  }
}
@media (min-width: 835px) {
  .lower-interview_d .interview__topics__inner .topicsList__item:last-child {
    padding-bottom: 0;
  }
  .lower-interview_d .interview__topics__inner .topicsList__item:nth-child(even) {
    -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__inner .topicsList__item:last-child {
    margin-bottom: 0;
  }
}
.lower-interview_d .interview__topics__inner .topicsList__item:has(.imgArea):nth-child(even) .num {
  right: -25px;
  left: auto;
  background-image: url(../img/interview/fukidashi_reverse.png);
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__inner .topicsList__item:has(.imgArea):nth-child(even) .num {
    right: -15px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__inner .topicsList__item:has(.imgArea) .num {
    top: -25px;
    width: 75px;
    font-size: 1.1rem;
  }
}
.lower-interview_d .interview__topics__inner .topicsList__item:has(.imgArea) .txtArea .lead {
  padding: 0;
  margin-bottom: 10px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__inner .topicsList__item:has(.imgArea) .txtArea .lead {
    margin-bottom: 7px;
  }
}
.lower-interview_d .interview__topics__inner .topicsList__item .num {
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 2;
  aspect-ratio: 1/1;
  width: 97px;
  background: url(../img/interview/fukidashi.png) center center/contain no-repeat;
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat Alternates", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.3rem;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__inner .topicsList__item .num {
    width: 70px;
    font-size: 1.1rem;
    left: -15px;
    top: -30px;
  }
}
.lower-interview_d .interview__topics__inner .topicsList__item .num::after {
  content: counter(topic-num, decimal-leading-zero);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.6em;
  color: #fff;
  line-height: 1;
  font-size: 3rem;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__inner .topicsList__item .num::after {
    font-size: 2rem;
  }
}
.lower-interview_d .interview__topics__inner .topicsList__item .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  aspect-ratio: 456/336;
  max-width: clamp(39rem, 22.754rem + 15.865vw, 45.6rem);
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__inner .topicsList__item .imgArea {
    margin: 0 auto 1.6rem;
    max-width: 100%;
  }
}
.lower-interview_d .interview__topics__inner .topicsList__item .imgArea img {
  border-radius: 25px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__inner .topicsList__item .imgArea img {
    border-radius: 15px;
  }
}
.lower-interview_d .interview__topics__inner .topicsList__item .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-interview_d .interview__topics__inner .topicsList__item .txtArea .lead {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #003d25;
  margin-top: 10px;
  padding-left: 100px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__inner .topicsList__item .txtArea .lead {
    font-size: 2rem;
    margin-bottom: 7px;
    padding-left: 70px;
  }
}
.lower-interview_d .interview__oneday {
  position: relative;
  z-index: 1;
}
.lower-interview_d .interview__oneday__bg {
  position: absolute;
  inset: 0 auto 0 0;
  width: 65%;
  z-index: -1;
  pointer-events: none;
  background: #f5f5f5;
  border-radius: 0 50px 50px 0;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__oneday__bg {
    width: 80%;
  }
}
.lower-interview_d .interview__oneday__bg .img {
  background-image: url(../img/interview/oneday_bg.png);
  background-position: center;
  background-repeat: repeat;
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  background-size: 1196px 1017px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__oneday__bg .img {
    background-size: 890px;
  }
}
.lower-interview_d .interview__oneday__inner {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__oneday__inner {
    margin-top: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
@media (min-width: 835px) {
  .lower-interview_d .interview__oneday__inner .commonTitle {
    margin-left: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .lower-interview_d .interview__oneday__inner .commonTitle_en {
    font-size: 6.4rem;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__oneday__inner .commonTitle_en {
    font-size: 4rem;
  }
}
.lower-interview_d .interview__oneday__inner .onedayList {
  background: #ffffff;
  border: 1px solid #00ab4c;
  border-radius: 20px;
  max-width: 670px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__oneday__inner .onedayList {
    max-width: 100%;
    border-radius: 15px;
  }
}
.lower-interview_d .interview__oneday__inner .onedayList .timeline {
  position: relative;
  z-index: 1;
}
.lower-interview_d .interview__oneday__inner .onedayList .timeline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #e5e5e5;
}
.lower-interview_d .interview__oneday__inner .onedayList .timeline__item:last-child {
  border-bottom: none;
}
.lower-interview_d .interview__oneday__inner .onedayList .timeline__item .timeArea {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
  font-size: 1.1875em;
  font-weight: 700;
  color: #fff;
  background-color: #00ab4c;
  padding: 30px 40px;
  font-family: "Montserrat Alternates", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__oneday__inner .onedayList .timeline__item .timeArea {
    font-size: 1em;
    padding: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}
.lower-interview_d .interview__oneday__inner .onedayList .timeline__item .timeArea span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.lower-interview_d .interview__oneday__inner .onedayList .timeline__item .timeArea span::before {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 17px;
  aspect-ratio: 1/1;
  background-color: #fff;
  -webkit-mask: url(../img/interview/oneday_clock_icon.png) no-repeat center center/contain;
          mask: url(../img/interview/oneday_clock_icon.png) no-repeat center center/contain;
}
.lower-interview_d .interview__oneday__inner .onedayList .timeline__item .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 30px 40px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__oneday__inner .onedayList .timeline__item .txtArea {
    padding: 15px 20px;
  }
}
.lower-interview_d .interview__oneday__inner .onedayList .timeline__item .txtArea .hd {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: #003d25;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__oneday__inner .onedayList .timeline__item .txtArea .hd {
    font-size: 1.5rem;
  }
}
.lower-interview_d .interview__oneday__inner .img {
  position: absolute;
  max-width: clamp(35.6rem, 10.985rem + 24.038vw, 45.6rem);
  aspect-ratio: 456/336;
  bottom: -50px;
}
@media (min-width: 835px) {
  .lower-interview_d .interview__oneday__inner .img {
    display: none;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__oneday__inner .img {
    position: static;
    max-width: 100%;
  }
}
.lower-interview_d .interview__oneday__inner .img img {
  border-radius: 30px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__oneday__inner .img img {
    border-radius: 20px;
  }
}
@media (min-width: 835px) {
  .lower-interview_d .interview__oneday:has(.timeline .timeline__item:nth-of-type(4)) .interview__oneday__inner .img {
    display: block !important;
  }
}
.lower-interview_d .interview__recommend {
  margin-top: 150px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__recommend {
    margin-top: 48px;
  }
}
.lower-interview_d .interview__recommend .title__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4em;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
  text-align: center;
  max-width: 670px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__recommend .title__inner {
    margin-bottom: 30px;
    max-width: 290px;
  }
}
.lower-interview_d .interview__recommend .title__inner::before {
  content: "";
  position: absolute;
  background: url(../img/interview/recommend_deco01.png) center center/contain no-repeat;
  width: 102px;
  aspect-ratio: 102/91;
  bottom: 0;
  left: -130px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__recommend .title__inner::before {
    width: 52px;
    left: -70px;
  }
}
.lower-interview_d .interview__recommend .title__inner::after {
  content: "";
  position: absolute;
  background: url(../img/interview/recommend_deco02.png) center center/contain no-repeat;
  width: 126px;
  aspect-ratio: 126/102;
  bottom: 0;
  right: -160px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__recommend .title__inner::after {
    width: 68px;
    right: -80px;
  }
}
.lower-interview_d .interview__recommend .title__ja {
  font-size: 3.8rem;
  font-weight: 900;
  color: #003d25;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__recommend .title__ja {
    font-size: 2.4rem;
  }
}
.lower-interview_d .interview__recommend .title__eng {
  line-height: 1;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0;
  color: #8ac63f;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__recommend .title__eng {
    font-size: 1.5rem;
  }
}
.lower-interview_d .interview__recommend .body {
  margin: 0 auto;
  border-radius: 300px;
  padding: 30px 80px;
  border: 3px solid #00ab4c;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__recommend .body {
    border-radius: 25px;
    padding: 30px 20px;
  }
}
.lower-interview_d .interview__recommend .body__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5%;
  max-width: 810px;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__recommend .body__inner {
    display: block;
  }
}
.lower-interview_d .interview__recommend .body__inner .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  aspect-ratio: 1/1;
  max-width: 240px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__recommend .body__inner .imgArea {
    width: 70%;
    max-width: 240px;
    margin: 0 auto 20px;
  }
}
.lower-interview_d .interview__recommend .body__inner .imgArea img {
  border-radius: 50%;
}
.lower-interview_d .interview__recommend .body__inner .txtArea {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 1.6;
}
.lower-interview_d .interview__recommend .body__inner .txtArea .hd {
  font-size: 2.7rem;
  font-weight: 700;
  color: #003d25;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__recommend .body__inner .txtArea .hd {
    font-size: 2rem;
    text-align: center;
  }
}
.lower-interview_d .interview__recommend .body__inner .txtArea .hd span {
  font-weight: 900;
}
.lower-interview_d .interview__recommend .body__inner .txtArea .txt {
  margin-top: 10px;
}
.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 .commonBtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.lower-interview_d .interview__bottom .date {
  display: block;
  text-align: center;
  font-size: 0.9em;
  color: #003d25;
  margin-top: 1.5em;
}

/* ============================================
// 職場紹介
// ==========================================*/
.lower-jobs .pageHeader {
  margin-bottom: 160px;
}
@media (max-width: 834px) {
  .lower-jobs .pageHeader {
    margin-bottom: 80px;
  }
}
.lower-jobs .jobs {
  /* アンカー */
  /* 職場リスト */
}
.lower-jobs .jobs__inner {
  margin-bottom: clamp(12rem, -15.077rem + 26.442vw, 23rem);
}
@media (max-width: 834px) {
  .lower-jobs .jobs__inner {
    margin-bottom: 120px;
  }
}
.lower-jobs .jobs__anchor .anchors {
  gap: 25px 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__anchor .anchors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 20px;
  }
}
.lower-jobs .jobs__anchor .anchors__item {
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 190px;
}
@media (max-width: 1340px) {
  .lower-jobs .jobs__anchor .anchors__item {
    min-width: 160px;
  }
}
@media (max-width: 834px) {
  .lower-jobs .jobs__anchor .anchors__item {
    min-width: auto;
  }
}
.lower-jobs .jobs__anchor .anchors__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  line-height: 1.6;
  height: 100%;
  background-image: repeating-linear-gradient(90deg, #00ab4c, #00ab4c 8px, transparent 8px, transparent 12px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  padding-bottom: 11px;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__anchor .anchors__item a {
    gap: 8px;
    padding-bottom: 8px;
  }
}
.lower-jobs .jobs__anchor .anchors__item a .text {
  font-size: 1.8rem;
  font-weight: 700;
  color: #003d25;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  letter-spacing: 0;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__anchor .anchors__item a .text {
    font-size: 1.4rem;
  }
}
.lower-jobs .jobs__anchor .anchors__item a .circle {
  position: relative;
  aspect-ratio: 1/1;
  width: 26px;
  height: auto;
  background-color: #00ab4c;
  border-radius: 50%;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26px;
          flex: 0 0 26px;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__anchor .anchors__item a .circle {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
    width: 16px;
  }
}
.lower-jobs .jobs__anchor .anchors__item a .circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: auto;
  aspect-ratio: 10/6;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: #fff;
  margin-top: 1px;
  z-index: 2;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__anchor .anchors__item a .circle::before {
    width: 8px;
  }
}
.lower-jobs .jobs__list {
  margin-top: 100px;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__list {
    margin-top: 60px;
  }
}
.lower-jobs .jobs__list__item {
  background: #fff;
  border: 2px solid #d6e1dc;
  border-radius: 40px;
  padding: 36px 50px 40px;
  position: relative;
  counter-increment: topic-num;
  margin-bottom: 60px;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__list__item {
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 45px;
  }
}
.lower-jobs .jobs__list__item:last-child {
  margin-bottom: 0;
}
.lower-jobs .jobs__list__item .num {
  position: absolute;
  top: -30px;
  left: -25px;
  z-index: 2;
  aspect-ratio: 1/1;
  width: 97px;
  background: url(../img/interview/fukidashi.png) center center/contain no-repeat;
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat Alternates", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.3rem;
  z-index: 3;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__list__item .num {
    width: 70px;
    font-size: 1.1rem;
    left: -15px;
    top: -30px;
  }
}
.lower-jobs .jobs__list__item .num::after {
  content: counter(topic-num, decimal-leading-zero);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.6em;
  color: #fff;
  line-height: 1;
  font-size: 3rem;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__list__item .num::after {
    font-size: 2rem;
  }
}
.lower-jobs .jobs__list__item .head {
  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: 834px) {
  .lower-jobs .jobs__list__item .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 835px) {
  .lower-jobs .jobs__list__item .head:has(.imgArea) .textArea .hd::before {
    width: 120%;
  }
}
.lower-jobs .jobs__list__item .head .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-jobs .jobs__list__item .head .textArea .hd {
  font-size: 3.4rem;
  font-size: clamp(2.2rem, 1.562rem + 1.277vw, 3.4rem);
  font-weight: 700;
  color: #00ab4c;
  line-height: 1.6;
  padding-bottom: 24px;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__list__item .head .textArea .hd {
    margin-top: 16px;
    padding-bottom: 16px;
  }
}
.lower-jobs .jobs__list__item .head .textArea .hd::before {
  content: "";
  background-image: repeating-linear-gradient(90deg, #c4cac6, #c4cac6 8px, transparent 8px, transparent 12px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: -3px;
  width: 100%;
  height: 2px;
  z-index: 0;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__list__item .head .textArea .hd::before {
    width: 100%;
  }
}
.lower-jobs .jobs__list__item .head .textArea .lead {
  font-size: 2.8rem;
  font-size: clamp(1.8rem, 1.268rem + 1.064vw, 2.8rem);
  font-weight: 700;
  color: #003d25;
  line-height: 1.7;
  margin-top: 28px;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__list__item .head .textArea .lead {
    margin-top: 12px;
  }
}
.lower-jobs .jobs__list__item .head .textArea .lead_s {
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__list__item .head .textArea .lead_s {
    font-size: 1.4rem;
  }
}
.lower-jobs .jobs__list__item .head .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46.5%;
          flex: 0 0 46.5%;
  z-index: 2;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__list__item .head .imgArea {
    margin: 0 auto;
  }
}
.lower-jobs .jobs__list__item .head .imgArea .img {
  border-radius: 30px;
  overflow: hidden;
  max-width: 508px;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__list__item .head .imgArea .img {
    border-radius: 15px;
  }
}
.lower-jobs .jobs__list__item .head .imgArea .img img {
  aspect-ratio: 508/358;
}
.lower-jobs .jobs__list__item .details {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__list__item .details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin-top: 20px;
  }
}
.lower-jobs .jobs__list__item .details__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 48%;
          flex: 1 1 48%;
  background: #f1f4f3;
  border-radius: 15px;
  padding: 30px;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__list__item .details__item {
    padding: 20px;
  }
}
.lower-jobs .jobs__list__item .details__item .title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #003d25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__list__item .details__item .title {
    font-size: 1.8rem;
    gap: 10px;
  }
}
.lower-jobs .jobs__list__item .details__item .title::before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.lower-jobs .jobs__list__item .details__item.-shop .title::before {
  background: url(../img/jobs/detail_icon01.png) center center/contain no-repeat;
  width: 35px;
  aspect-ratio: 35/34;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__list__item .details__item.-shop .title::before {
    width: 24px;
  }
}
.lower-jobs .jobs__list__item .details__item.-job .title::before {
  background: url(../img/jobs/detail_icon02.png) center center/contain no-repeat;
  width: 35px;
  aspect-ratio: 35/28;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__list__item .details__item.-job .title::before {
    width: 24px;
  }
}
.lower-jobs .jobs__list__item .details__item .desc {
  font-weight: 500;
  margin-top: 10px;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__list__item .details__item .desc {
    margin-top: 3px;
  }
}
.lower-jobs .jobs__list__item .commonBtn {
  margin-top: clamp(2.5rem, -1.192rem + 3.606vw, 4rem);
}
@media (max-width: 834px) {
  .lower-jobs .jobs__list__item .commonBtn {
    margin-top: 20px;
  }
}
@media (max-width: 834px) {
  .lower-jobs .jobs__list__item .commonBtn a {
    width: 210px;
    margin: 0 auto;
  }
}
.lower-jobs .jobs__list__item .commonBtn a::before {
  display: none;
}

/* ============================================
// 数字で見る
// ==========================================*/
.lower-data .pageHeader {
  margin-bottom: 160px;
}
@media (max-width: 834px) {
  .lower-data .pageHeader {
    margin-bottom: 80px;
  }
}
.lower-data .data {
  position: relative;
  /*------------------------------
    アイテム個別の設定
  ------------------------------*/
}
.lower-data .data::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 70%;
  z-index: -1;
  pointer-events: none;
  background: #f5f5f5;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
.lower-data .data__inner {
  margin-bottom: clamp(12rem, -15.077rem + 26.442vw, 23rem);
  padding-top: 80px;
  padding-bottom: clamp(4rem, 2.936rem + 2.128vw, 6rem);
}
@media (max-width: 834px) {
  .lower-data .data__inner {
    padding-top: 40px;
  }
}
.lower-data .data__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 3%;
}
@media (max-width: 1210px) {
  .lower-data .data__content {
    padding: 0;
  }
}
@media (max-width: 834px) {
  .lower-data .data__content {
    display: block;
  }
}
.lower-data .data__block {
  position: relative;
  padding: 25px 0 38px;
  background: #fff;
  border-radius: 30px;
  border: 2px solid #d6e1dc;
  counter-increment: topic-num;
}
@media (max-width: 834px) {
  .lower-data .data__block {
    padding: 24px 0 34px;
    border-radius: 20px;
    min-height: auto !important;
    margin-top: 32px;
  }
  .lower-data .data__block:first-child {
    margin-top: 0;
  }
}
@media (min-width: 835px) {
  .lower-data .data__block.-one {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.17%;
            flex: 0 0 31.17%;
  }
  .lower-data .data__block.-two {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65.58;
            flex: 0 0 65.58;
  }
  .lower-data .data__block.-half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.333333%;
            flex: 0 0 48.333333%;
  }
  .lower-data .data__block.-half2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.17%;
            flex: 0 0 33.17%;
  }
  .lower-data .data__block.-half3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 63.83%;
            flex: 0 0 63.83%;
  }
  .lower-data .data__block.-full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.lower-data .data__block .icon {
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 2;
  aspect-ratio: 1/1;
  width: 90px;
  background: url(../img/interview/fukidashi.png) center center/contain no-repeat;
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat Alternates", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.3rem;
  z-index: 3;
  line-height: 1.3;
}
@media (max-width: 834px) {
  .lower-data .data__block .icon {
    width: 63px;
    font-size: 1.1rem;
    left: -15px;
    top: -20px;
  }
}
.lower-data .data__block .icon::after {
  content: counter(topic-num, decimal-leading-zero);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.6em;
  color: #fff;
  line-height: 1;
  font-size: 2.5rem;
}
@media (max-width: 834px) {
  .lower-data .data__block .icon::after {
    font-size: 2rem;
  }
}
.lower-data .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 30px;
}
@media (max-width: 834px) {
  .lower-data .data__block__inner {
    min-height: clamp(176px, 38vw, 288px);
  }
}
.lower-data .data__block .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 48px;
  color: #003d25;
}
@media (max-width: 834px) {
  .lower-data .data__block .title {
    font-size: 1.8rem;
    margin-bottom: 30px;
    z-index: 1;
    -webkit-filter: drop-shadow(0 0 3px #fff) drop-shadow(0 0 3px #fff) drop-shadow(0 0 3px #fff);
            filter: drop-shadow(0 0 3px #fff) drop-shadow(0 0 3px #fff) drop-shadow(0 0 3px #fff);
  }
}
.lower-data .data__block .title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 54px;
  height: 3px;
  background: #00ab4c;
}
@media (max-width: 834px) {
  .lower-data .data__block .title::before {
    height: 2px;
    bottom: -5px;
  }
}
.lower-data .data__block .body {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
  margin: auto;
}
.lower-data .data__block .body.-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7%;
}
.lower-data .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 .data__block .body.-vertical {
    gap: 16px;
  }
}
.lower-data .data__block .content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lower-data .data__block .content .text {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 834px) {
  .lower-data .data__block .content .text {
    font-size: 1.5rem;
  }
}
.lower-data .data__block .content .body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  margin: 0;
}
.lower-data .data__block .content .num {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #003d25;
}
@media (max-width: 834px) {
  .lower-data .data__block .content .num {
    font-size: 1.6rem;
  }
}
.lower-data .data__block .content .num b {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-right: 5px;
}
@media (max-width: 834px) {
  .lower-data .data__block .content .num b {
    font-size: 3.2rem;
  }
}
.lower-data .data__block .content .num b.-green {
  color: #00ab4c;
}
.lower-data .data__block .content .num b.size74 {
  font-size: 7.4rem;
}
@media (max-width: 834px) {
  .lower-data .data__block .content .num b.size74 {
    font-size: 4.2rem !important;
  }
}
.lower-data .data__block .content .num b.size72 {
  font-size: 7.2rem;
}
@media (max-width: 834px) {
  .lower-data .data__block .content .num b.size72 {
    font-size: 4.2rem;
  }
}
.lower-data .data__block .content .num b.size68 {
  font-size: 6.8rem;
}
@media (max-width: 1100px) {
  .lower-data .data__block .content .num b.size68 {
    font-size: 5.4rem;
  }
}
@media (max-width: 834px) {
  .lower-data .data__block .content .num b.size68 {
    font-size: 3.2rem;
  }
}
.lower-data .data__block .content .num b.size60 {
  font-size: 6rem;
}
@media (max-width: 834px) {
  .lower-data .data__block .content .num b.size60 {
    font-size: 2.8rem;
  }
}
.lower-data .data__block .content .num b.size56 {
  font-size: 5.6rem;
}
@media (max-width: 834px) {
  .lower-data .data__block .content .num b.size56 {
    font-size: 2.8rem;
  }
}
.lower-data .data__block .content .num b.size52 {
  font-size: 5.2rem;
}
@media (max-width: 834px) {
  .lower-data .data__block .content .num b.size52 {
    font-size: 3.2rem;
  }
}
.lower-data .data__block .content .num b.size48 {
  font-size: 4.8rem;
}
@media (max-width: 834px) {
  .lower-data .data__block .content .num b.size48 {
    font-size: 2.4rem;
  }
}
.lower-data .data__block .content .num b.size44 {
  font-size: 4.4rem;
}
@media (max-width: 834px) {
  .lower-data .data__block .content .num b.size44 {
    font-size: 2.4rem !important;
  }
}
.lower-data .data__block .content.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lower-data .data__block .content.flex .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.lower-data .data__block .content.flex.-line .content__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  padding: 10px 4%;
  border-right: 1px solid #dedede;
}
.lower-data .data__block .content.flex.-line .content__item:last-child {
  border-right: none;
}
.lower-data .data__block .content.flex.-line .content__item .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 834px) {
  .lower-data .data__block .content.flex.-line .content__item .txt {
    margin-bottom: 10px;
  }
}
.lower-data .data__block .content.flex.-line .content__item .img {
  margin-bottom: 16px;
}
@media (max-width: 834px) {
  .lower-data .data__block .content.flex.-line .content__item .img {
    margin-bottom: 5px;
  }
}
.lower-data .data__block .content .supplement {
  color: #003d25;
  font-weight: 500;
}
.lower-data .data__block .tips {
  max-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.2em 1.5em;
  text-align: left;
  margin: 1.5em auto 0;
}
@media (max-width: 834px) {
  .lower-data .data__block .tips {
    max-width: inherit;
    margin-top: 0.5em;
  }
}
.lower-data .data__block .tips__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.5em;
  line-height: 1.5;
  word-break: break-all;
}
@media (max-width: 834px) {
  .lower-data .data__block .tips__item {
    font-size: 1.3rem;
  }
}
.lower-data .data__block .tips__item:before {
  content: "";
  aspect-ratio: 1/1;
  width: 1em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
  margin-top: 0.52em;
  background: #000;
  border-radius: 50%;
}
.lower-data .data__block .tips__item b {
  font-size: 1.2em;
  margin-right: 0.1em;
}
.lower-data .data__block .tips__item:nth-child(3n+1):before {
  background: #ed828b;
}
.lower-data .data__block .tips__item:nth-child(3n+2):before {
  background: #fbbf2b;
}
.lower-data .data__block .tips__item:nth-child(3n+3):before {
  background: #78c376;
}
.lower-data .data__block .line-chart .chart {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 578px;
  margin: 0 auto;
  background: #eeeeee;
}
@media (max-width: 834px) {
  .lower-data .data__block .line-chart .chart {
    max-width: inherit;
  }
}
.lower-data .data__block .line-chart .chart .line {
  width: 100%;
  height: 62px;
  -webkit-transition: width 1.3s ease;
  transition: width 1.3s ease;
}
@media (max-width: 834px) {
  .lower-data .data__block .line-chart .chart .line {
    height: 40px;
  }
}
.lower-data .data__block .line-chart .chart .line:nth-child(3n+1) {
  background: #00ab4c;
}
.lower-data .data__block .line-chart .chart .line:nth-child(3n+2) {
  background: #8ac63f;
}
.lower-data .data__block .bar-chart {
  width: 100%;
  max-width: 435px;
  margin: 0 auto;
}
.lower-data .data__block .bar-chart .chart {
  position: relative;
  z-index: 1;
  aspect-ratio: 375/216;
}
.lower-data .data__block .bar-chart .chart canvas {
  width: 100%;
  height: 100%;
}
.lower-data .data__block .bar-chart.-vertical {
  max-width: 400px;
}
.lower-data .data__block .bar-chart.-vertical .chart {
  aspect-ratio: 1/1;
}
.lower-data .data__block .doughnut-chart,
.lower-data .data__block .pie-chart {
  position: relative;
  z-index: 1;
  width: 96%;
  max-width: 400px;
  margin: 0 auto;
}
.lower-data .data__block .doughnut-chart .chart,
.lower-data .data__block .pie-chart .chart {
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  border-radius: 50%;
}
@media (max-width: 834px) {
  .lower-data .data__block .doughnut-chart .chart,
  .lower-data .data__block .pie-chart .chart {
    width: 160px;
  }
}
.lower-data .data__block .doughnut-chart .chart::before,
.lower-data .data__block .pie-chart .chart::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 50%;
}
.lower-data .data__block .doughnut-chart .chart canvas,
.lower-data .data__block .pie-chart .chart canvas {
  position: absolute;
  inset: 0;
}
.lower-data .data__block .doughnut-chart .chart .num,
.lower-data .data__block .pie-chart .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 .data__block .doughnut-chart .chart .num,
  .lower-data .data__block .pie-chart .chart .num {
    font-size: 1.8rem;
  }
}
.lower-data .data__block .doughnut-chart .chart .num b,
.lower-data .data__block .pie-chart .chart .num b {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  margin-right: 3px;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}
@media (max-width: 834px) {
  .lower-data .data__block .doughnut-chart .chart .num b,
  .lower-data .data__block .pie-chart .chart .num b {
    font-size: 2.6rem;
  }
}
.lower-data .data__block .doughnut-chart .img,
.lower-data .data__block .pie-chart .img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.lower-data .data__block .pie-chart .chart::before {
  background: #f7f6ef;
}
.lower-data .data__date {
  text-align: right;
  font-size: 1.5rem;
  margin-top: 60px;
  color: #003d25;
  font-weight: 700;
}
@media (max-width: 834px) {
  .lower-data .data__date {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}
.lower-data .data #data01 {
  min-height: 392px;
}
.lower-data .data #data01 .content {
  margin: auto;
}
.lower-data .data #data01 .content__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.lower-data .data #data01 .content__item .img {
  max-width: 116px;
}
@media (max-width: 834px) {
  .lower-data .data #data01 .content__item .img {
    max-width: 86px;
  }
}
.lower-data .data #data01 .content__item .img img {
  aspect-ratio: 116/113;
}
@media (min-width: 835px) {
  .lower-data .data #data01 .content__item .body .num {
    font-size: 2.6rem;
  }
}
.lower-data .data #data02 .content__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 834px) {
  .lower-data .data #data02 .content__item {
    gap: 20px;
  }
}
.lower-data .data #data02 .content__item .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.lower-data .data #data02 .content__item .total .img {
  max-width: 161px;
}
@media (max-width: 834px) {
  .lower-data .data #data02 .content__item .total .img {
    max-width: 100px;
  }
}
.lower-data .data #data02 .content__item .total .img img {
  aspect-ratio: 161/106;
}
.lower-data .data #data02 .content__item .detail .detailList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .lower-data .data #data02 .content__item .detail .detailList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.lower-data .data #data02 .content__item .detail .detailList__item__inner {
  text-align: center;
}
.lower-data .data #data02 .content__item .detail .detailList__item__inner .place {
  background: #8ac63f;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  font-size: clamp(1.3rem, 0.808rem + 0.481vw, 1.5rem);
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: clamp(7rem, -9rem + 15.625vw, 13.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lower-data .data #data02 .content__item .detail .detailList__item__inner .num {
  font-size: 1.7rem;
}
@media (max-width: 834px) {
  .lower-data .data #data02 .content__item .detail .detailList__item__inner .num {
    font-size: 1.4rem;
  }
}
.lower-data .data #data03 {
  min-height: 405px;
}
.lower-data .data #data03 .content__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 834px) {
  .lower-data .data #data03 .content__item {
    gap: 10px;
  }
}
.lower-data .data #data03 .content__item .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.lower-data .data #data03 .content__item .total .img {
  max-width: 66px;
}
@media (max-width: 834px) {
  .lower-data .data #data03 .content__item .total .img {
    max-width: 52px;
  }
}
.lower-data .data #data03 .content__item .total .img img {
  aspect-ratio: 66/70;
}
@media (max-width: 1100px) {
  .lower-data .data #data03 .content__item .total .num b {
    font-size: 5.4rem;
  }
}
.lower-data .data #data03 .content__item .detail .detailList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 55px;
  margin-top: 15px;
}
@media (max-width: 1180px) {
  .lower-data .data #data03 .content__item .detail .detailList__item {
    gap: 35px;
  }
}
.lower-data .data #data03 .content__item .detail .detailList__item:first-child .type {
  background: #00ab4c;
}
.lower-data .data #data03 .content__item .detail .detailList__item .type {
  background: #8ac63f;
  padding: 5px 10px 7px;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: clamp(1.3rem, 0.562rem + 0.721vw, 1.6rem);
  min-width: clamp(11rem, -2.538rem + 13.221vw, 16.5rem);
}
.lower-data .data #data03 .content__item .detail .detailList__item .type::before {
  content: "・・・";
  display: block;
  position: absolute;
  top: 50%;
  right: -40px;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  color: #003d25;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1180px) {
  .lower-data .data #data03 .content__item .detail .detailList__item .type::before {
    right: -30px;
    font-size: 1.2rem;
  }
}
.lower-data .data #data03 .content__item .detail .detailList__item .num {
  font-size: 1.7rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1180px) {
  .lower-data .data #data03 .content__item .detail .detailList__item .num b.size44 {
    font-size: 3.2rem;
  }
}
.lower-data .data #data04 .content {
  margin: auto;
}
.lower-data .data #data04 .content__item {
  gap: 20px;
  margin-top: -8px;
}
@media (max-width: 834px) {
  .lower-data .data #data04 .content__item {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lower-data .data #data04 .content__item .bar-chart {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1300px) {
  .lower-data .data #data04 .content__item .bar-chart {
    gap: 0;
    max-width: 280px;
  }
}
@media (max-width: 834px) {
  .lower-data .data #data04 .content__item .bar-chart .barChart {
    height: 160px !important;
  }
}
.lower-data .data #data04 .content__item .total {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  background: #eff3f1;
  padding: 20px 30px 25px;
  border-radius: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 834px) {
  .lower-data .data #data04 .content__item .total {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 20px;
    border-radius: 10px;
  }
}
.lower-data .data #data04 .content__item .total .age {
  color: #003d25;
  font-weight: 700;
  font-size: 1.8rem;
}
@media (max-width: 834px) {
  .lower-data .data #data04 .content__item .total .age {
    font-size: 1.5rem;
  }
}
@media (max-width: 834px) {
  .lower-data .data #data04 .content__item .total .num {
    font-size: 1.5rem;
  }
}
@media (max-width: 834px) {
  .lower-data .data #data04 .data__block__inner {
    padding-inline: 0;
  }
}
.lower-data .data #data05 {
  min-height: 366px;
}
.lower-data .data #data05 .content__item {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin: 10px auto;
  max-width: 420px;
}
@media (max-width: 834px) {
  .lower-data .data #data05 .content__item {
    max-width: 400px;
  }
}
.lower-data .data #data05 .content__item .gender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .lower-data .data #data05 .content__item .gender {
    margin-bottom: 10px;
  }
}
.lower-data .data #data05 .content__item .gender__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.lower-data .data #data05 .content__item .gender__item.-man .img {
  max-width: 19px;
}
@media (max-width: 834px) {
  .lower-data .data #data05 .content__item .gender__item.-man .img {
    max-width: 16px;
  }
}
.lower-data .data #data05 .content__item .gender__item.-man .img img {
  aspect-ratio: 19/43;
}
.lower-data .data #data05 .content__item .gender__item.-woman .img {
  max-width: 23px;
}
@media (max-width: 834px) {
  .lower-data .data #data05 .content__item .gender__item.-woman .img {
    max-width: 20px;
  }
}
.lower-data .data #data05 .content__item .gender__item.-woman .img img {
  aspect-ratio: 23/41;
}
.lower-data .data #data05 .content__item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
}
@media (min-width: 835px) {
  .lower-data .data #data05 .content__item .text {
    font-size: 1.7rem;
  }
}
.lower-data .data #data05 .content__item .text .man {
  color: #00ab4c;
}
.lower-data .data #data05 .content__item .text .woman {
  color: #8ac63f;
}
.lower-data .data #data06 .content__item {
  gap: 30px;
}
@media (max-width: 834px) {
  .lower-data .data #data06 .content__item {
    gap: 5px;
  }
}
@media (max-width: 834px) {
  .lower-data .data #data06 .content__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lower-data .data #data06 .content__item .img {
  max-width: clamp(10rem, -1.815rem + 11.538vw, 14.8rem);
  width: 100%;
}
.lower-data .data #data06 .content__item .img img {
  aspect-ratio: 148/126;
}
.lower-data .data #data06 .content__item .detail .detailList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-top: 15px;
}
@media (max-width: 1180px) {
  .lower-data .data #data06 .content__item .detail .detailList__item {
    gap: 20px;
  }
}
.lower-data .data #data06 .content__item .detail .detailList__item:first-child .type {
  background: #00ab4c;
}
.lower-data .data #data06 .content__item .detail .detailList__item .type {
  background: #8ac63f;
  padding: 8px 15px;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 105px;
          flex: 0 0 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  font-size: 1.4rem;
}
@media (max-width: 834px) {
  .lower-data .data #data06 .content__item .detail .detailList__item .type {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    padding: 8px 15px;
  }
}
.lower-data .data #data06 .content__item .detail .detailList__item .num {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1.7rem;
}
@media (max-width: 1180px) {
  .lower-data .data #data06 .content__item .detail .detailList__item .num b.size44 {
    font-size: 3.2rem;
  }
}
.lower-data .data #data07 .content__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 834px) {
  .lower-data .data #data07 .content__item {
    gap: 15px;
  }
}
.lower-data .data #data07 .content__item .img {
  max-width: 52px;
}
@media (max-width: 834px) {
  .lower-data .data #data07 .content__item .img {
    max-width: 42px;
  }
}
.lower-data .data #data07 .content__item .img img {
  aspect-ratio: 13/14;
}
.lower-data .data #data08 .content__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 834px) {
  .lower-data .data #data08 .content__item {
    gap: 15px;
  }
}
.lower-data .data #data08 .content__item .img {
  max-width: 61px;
}
@media (max-width: 834px) {
  .lower-data .data #data08 .content__item .img {
    max-width: 51px;
  }
}
.lower-data .data #data08 .content__item .img img {
  aspect-ratio: 15/13;
}
.lower-data .data #data09 .content__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 834px) {
  .lower-data .data #data09 .content__item {
    gap: 15px;
  }
}
.lower-data .data #data09 .content__item .img {
  max-width: 56px;
}
@media (max-width: 834px) {
  .lower-data .data #data09 .content__item .img {
    max-width: 47px;
  }
}
.lower-data .data #data09 .content__item .img img {
  aspect-ratio: 56/45;
}
.lower-data .data #data10 .content__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 834px) {
  .lower-data .data #data10 .content__item {
    gap: 20px;
  }
}
.lower-data .data #data10 .content__item .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 834px) {
  .lower-data .data #data10 .content__item .total {
    gap: 20px;
  }
}
.lower-data .data #data10 .content__item .total .img {
  max-width: 62px;
}
@media (max-width: 834px) {
  .lower-data .data #data10 .content__item .total .img {
    max-width: 36px;
  }
}
.lower-data .data #data10 .content__item .total .img img {
  aspect-ratio: 62/109;
}
.lower-data .data #data10 .content__item .detail .detailList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .lower-data .data #data10 .content__item .detail .detailList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.lower-data .data #data10 .content__item .detail .detailList__item__inner {
  text-align: center;
}
.lower-data .data #data10 .content__item .detail .detailList__item__inner .place {
  background: #8ac63f;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 135px;
}
@media (max-width: 834px) {
  .lower-data .data #data10 .content__item .detail .detailList__item__inner .place {
    font-size: 1.4rem;
    width: 120px;
  }
}
.lower-data .data #data10 .content__item .detail .detailList__item__inner .num {
  font-size: 1.7rem;
}
@media (max-width: 834px) {
  .lower-data .data #data10 .content__item .detail .detailList__item__inner .num {
    font-size: 1.4rem;
  }
}
.lower-data .data #data11 .content {
  max-width: 475px;
  width: 100%;
  margin: 0 auto 40px;
}
@media (max-width: 834px) {
  .lower-data .data #data11 .content {
    margin-bottom: 0;
  }
}
.lower-data .data #data11 .content__item {
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 12px 0;
  background-image: repeating-linear-gradient(90deg, #e3e6e4, #e3e6e4 8px, transparent 8px, transparent 10px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}
@media (max-width: 834px) {
  .lower-data .data #data11 .content__item {
    gap: 15px;
  }
}
.lower-data .data #data11 .content__item::before {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.lower-data .data #data11 .content__item:first-child {
  padding-top: 0;
}
.lower-data .data #data11 .content__item:first-child::before {
  background: url(../img/data/icon_data11_1.png) center center/contain no-repeat;
  width: 44px;
  height: 45px;
}
@media (max-width: 834px) {
  .lower-data .data #data11 .content__item:first-child::before {
    width: 34px;
    height: 35px;
  }
}
.lower-data .data #data11 .content__item:first-child .text {
  font-size: 2.6rem;
}
@media (max-width: 834px) {
  .lower-data .data #data11 .content__item:first-child .text {
    font-size: 1.8rem;
  }
}
.lower-data .data #data11 .content__item:nth-child(2)::before {
  background: url(../img/data/icon_data11_2.png) center center/contain no-repeat;
  width: 44px;
  height: 45px;
}
@media (max-width: 834px) {
  .lower-data .data #data11 .content__item:nth-child(2)::before {
    width: 34px;
    height: 35px;
  }
}
.lower-data .data #data11 .content__item:nth-child(3)::before {
  background: url(../img/data/icon_data11_3.png) center center/contain no-repeat;
  width: 44px;
  height: 45px;
}
@media (max-width: 834px) {
  .lower-data .data #data11 .content__item:nth-child(3)::before {
    width: 34px;
    height: 35px;
  }
}
.lower-data .data #data11 .content__item:nth-child(4)::before {
  background: url(../img/data/icon_data11_4.png) center center/contain no-repeat;
  width: 45px;
  height: 45px;
}
@media (max-width: 834px) {
  .lower-data .data #data11 .content__item:nth-child(4)::before {
    width: 34px;
    height: 34px;
  }
}
.lower-data .data #data11 .content__item:nth-child(5)::before {
  background: url(../img/data/icon_data11_5.png) center center/contain no-repeat;
  width: 45px;
  height: 45px;
}
@media (max-width: 834px) {
  .lower-data .data #data11 .content__item:nth-child(5)::before {
    width: 34px;
    height: 34px;
  }
}
.lower-data .data #data11 .content__item .text {
  color: #003d25;
  font-weight: 700;
  line-height: 1.6;
}
@media (min-width: 835px) {
  .lower-data .data #data11 .content__item .text {
    font-size: 2rem;
  }
}

/* ============================================
// よくある質問ページ
// ==========================================*/
.lower-faq .pageHeader {
  margin-bottom: 160px;
}
@media (max-width: 834px) {
  .lower-faq .pageHeader {
    margin-bottom: 80px;
  }
}
.lower-faq .faq {
  /*------------------------------
    アンカー
  ------------------------------*/
  /*------------------------------
    コンテンツエリア
  ------------------------------*/
}
.lower-faq .faq:has(.faq__anchor) .faq__contents:first-child::before {
  top: -110px;
}
@media (max-width: 834px) {
  .lower-faq .faq:has(.faq__anchor) .faq__contents:first-child::before {
    top: -35px;
  }
}
.lower-faq .faq__inner {
  margin-bottom: 140px;
}
@media (max-width: 834px) {
  .lower-faq .faq__inner {
    margin-bottom: 90px;
  }
}
.lower-faq .faq__anchor .anchors {
  gap: 25px 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}
@media (max-width: 834px) {
  .lower-faq .faq__anchor .anchors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 20px;
    margin-bottom: 50px;
  }
}
.lower-faq .faq__anchor .anchors__item {
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 190px;
}
@media (max-width: 1340px) {
  .lower-faq .faq__anchor .anchors__item {
    min-width: 160px;
  }
}
@media (max-width: 834px) {
  .lower-faq .faq__anchor .anchors__item {
    min-width: auto;
  }
}
.lower-faq .faq__anchor .anchors__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  line-height: 1.6;
  height: 100%;
  background-image: repeating-linear-gradient(90deg, #00ab4c, #00ab4c 8px, transparent 8px, transparent 12px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  padding-bottom: 11px;
}
@media (max-width: 834px) {
  .lower-faq .faq__anchor .anchors__item a {
    gap: 8px;
    padding-bottom: 8px;
  }
}
.lower-faq .faq__anchor .anchors__item a .text {
  font-size: 1.8rem;
  font-weight: 700;
  color: #003d25;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  letter-spacing: 0;
}
@media (max-width: 834px) {
  .lower-faq .faq__anchor .anchors__item a .text {
    font-size: 1.4rem;
  }
}
.lower-faq .faq__anchor .anchors__item a .circle {
  position: relative;
  aspect-ratio: 1/1;
  width: 26px;
  height: auto;
  background-color: #00ab4c;
  border-radius: 50%;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26px;
          flex: 0 0 26px;
}
@media (max-width: 834px) {
  .lower-faq .faq__anchor .anchors__item a .circle {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
    width: 16px;
  }
}
.lower-faq .faq__anchor .anchors__item a .circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: auto;
  aspect-ratio: 10/6;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: #fff;
  margin-top: 1px;
  z-index: 2;
}
@media (max-width: 834px) {
  .lower-faq .faq__anchor .anchors__item a .circle::before {
    width: 8px;
  }
}
.lower-faq .faq__contents {
  padding-top: 86px;
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-faq .faq__contents {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.lower-faq .faq__contents:nth-child(odd) {
  background: #f2f5f4;
}
.lower-faq .faq__contents:first-child::before {
  content: "";
  position: absolute;
  background: url(../img/faq/flower_deco01.png) center center/contain no-repeat;
  width: clamp(6.7rem, 0.317rem + 12.766vw, 18.7rem);
  aspect-ratio: 187/235;
  top: -60px;
  left: 3%;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-faq .faq__contents:first-child::before {
    top: -35px;
  }
}
.lower-faq .faq__contents:first-child::after {
  content: "";
  position: absolute;
  background: url(../img/faq/flower_deco02.png) center center/contain no-repeat;
  width: clamp(5.2rem, 0.626rem + 9.149vw, 13.8rem);
  aspect-ratio: 138/122;
  top: -70px;
  right: 5%;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-faq .faq__contents:first-child::after {
    top: -30px;
  }
}
.lower-faq .faq__catTitle {
  text-align: center;
  margin: 0 auto 60px;
  width: 80%;
}
@media (max-width: 834px) {
  .lower-faq .faq__catTitle {
    margin-bottom: 20px;
  }
}
.lower-faq .faq__catTitle .ja {
  font-size: 3.3rem;
  font-weight: 800;
  color: #003d25;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-faq .faq__catTitle .ja {
    font-size: 1.6em;
    line-height: 1.5;
  }
}
.lower-faq .faq__catTitle .eng {
  font-size: 1.8rem;
  letter-spacing: 0;
  color: #8ac63f;
}
@media (max-width: 834px) {
  .lower-faq .faq__catTitle .eng {
    font-size: 1.3rem;
  }
}
.lower-faq .faq__list__item {
  border: 2px solid #00ab4c;
  margin-bottom: 26px;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item {
    border-radius: 15px;
    margin-bottom: 10px;
  }
}
.lower-faq .faq__list__item .q {
  position: relative;
  z-index: 1;
  padding: 23px 40px;
  padding-right: 48px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .q {
    padding: 15px;
  }
}
.lower-faq .faq__list__item .q::before, .lower-faq .faq__list__item .q::after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  right: 48px;
  top: 50%;
  background: #00ab4c;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .q::before, .lower-faq .faq__list__item .q::after {
    right: 20px;
    width: 15px;
  }
}
.lower-faq .faq__list__item .q::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.lower-faq .faq__list__item .q .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  font-size: 1.3em;
  font-weight: 700;
  color: #003d25;
  line-height: 1.7;
  padding-right: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .q .text {
    font-size: 15px;
    padding-right: 30px;
    gap: 8px;
  }
}
.lower-faq .faq__list__item .q .text::before {
  content: "Q";
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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-size: 0.7em;
  color: #ffffff;
  line-height: 1;
  background: #00ab4c;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 2rem;
  width: 42px;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .q .text::before {
    width: 30px;
    font-size: 1.3rem;
  }
}
.lower-faq .faq__list__item .q .text::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid #fff;
  top: 3px;
  left: 3px;
  width: 36px;
  aspect-ratio: 1/1;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .q .text::after {
    width: 24px;
  }
}
@media (any-hover: hover) {
  .lower-faq .faq__list__item .q .text:hover {
    color: #00ab4c;
  }
}
.lower-faq .faq__list__item .q .text p {
  margin-top: 2px;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .q .text p {
    margin-top: 1px;
  }
}
.lower-faq .faq__list__item .a {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .a {
    padding: 0 20px;
  }
}
.lower-faq .faq__list__item .a p {
  overflow-y: hidden;
  color: #003d25;
}
.lower-faq .faq__list__item .a .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(138, 198, 63, 0.4)));
  background: linear-gradient(transparent 60%, rgba(138, 198, 63, 0.4) 60%);
}
.lower-faq .faq__list__item .a .strong {
  font-weight: 700;
  color: #8ac63f;
}
.lower-faq .faq__list__item .a .link {
  display: block;
}
.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: #00ab4c;
  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: #00ab4c;
  -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 (any-hover: hover) {
  .lower-faq .faq__list__item .a .link a:hover {
    opacity: 0.7;
  }
}
.lower-faq .faq__list__item.-open {
  background: #00ab4c;
}
.lower-faq .faq__list__item.-open .q::before, .lower-faq .faq__list__item.-open .q::after {
  background: #fff;
}
.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 .q .text {
  color: #fff;
}
.lower-faq .faq__list__item.-open .q .text::before {
  background: #fff;
  color: #00ab4c;
}
.lower-faq .faq__list__item.-open .q .text::after {
  border: 1px solid #00ab4c;
}
.lower-faq .faq__list__item.-open .a {
  grid-template-rows: 1fr;
  padding-top: 30px;
  padding-bottom: 40px;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item.-open .a {
    padding-top: 15px;
    padding-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */