@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: #27a128;
  color: #ffffff;
}

::selection {
  background: #27a128;
  color: #ffffff;
}

@media (min-device-width: 835px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
/* ============================================
// BASE
// ==========================================*/
html,
body {
  min-width: 1024px;
}
@media (max-width: 834px) {
  html,
  body {
    min-width: inherit;
  }
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
  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;
  }
}

#container {
  width: 100%;
  overflow: hidden;
}

.innerWrap {
  max-width: 1380px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 834px) {
  .innerWrap {
    padding: 0 6.25%;
  }
}

main.main,
main.l-main {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
@media (max-width: 834px) {
  main.main,
  main.l-main {
    padding: 48px 0;
  }
}

a {
  color: #000;
  -webkit-transition: opacity 0.24s, color 0.24s, -webkit-filter 0.24s;
  transition: opacity 0.24s, color 0.24s, -webkit-filter 0.24s;
  transition: opacity 0.24s, filter 0.24s, color 0.24s;
  transition: opacity 0.24s, filter 0.24s, color 0.24s, -webkit-filter 0.24s;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

/* classes */
img {
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

@media (min-width: 835px) {
  .ro:hover {
    opacity: 0.8;
    -webkit-transition: all 0.16s linear;
    transition: all 0.16s linear;
  }
}

.ro:hover img {
  opacity: 1;
}

.bold {
  font-weight: bold;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

/* fonts */
.eng {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0.075em;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: -0.12em;
}

/* animations */
.anime {
  -webkit-transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.anime.-fadeIn {
  opacity: 0;
}
.anime.-fadeIn.js-active, .js-active > .anime.-fadeIn {
  opacity: 1;
}
.anime.-fadeInBottom {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.anime.-fadeInBottom.js-active, .js-active > .anime.-fadeInBottom {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime.-fadeInTop {
  opacity: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
.anime.-fadeInTop.js-active, .js-active > .anime.-fadeInTop {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime.-fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
.anime.-fadeInLeft.js-active, .js-active > .anime.-fadeInLeft {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.anime.-fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.anime.-fadeInRight.js-active, .js-active > .anime.-fadeInRight {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#ot-sdk-btn-floating.ot-floating-button .ot-floating-button__front button {
  outline: none !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: 106px;
    bottom: 154px;
  }
}

/* ============================================
// loading
// ==========================================*/
/* ============================================
// hamburger
// ==========================================*/
.hamburger {
  position: fixed;
  inset: 0;
  z-index: 1002;
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
}
.js-loaded .hamburger {
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.hamburger.js-open {
  opacity: 1;
  visibility: visible;
}
.hamburger__menu {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px;
  overflow-y: auto;
}
@media (max-width: 834px) {
  .hamburger__menu {
    padding: 48px 10%;
  }
}
.hamburger__menu::before {
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  background: url(../img/common/hamburger_bg.webp) center center/contain no-repeat;
  aspect-ratio: 1013/639;
  opacity: 0.2;
  width: 100%;
  z-index: -1;
}
.hamburger__menu__inner {
  width: 100%;
  margin: auto;
  max-width: 500px;
}
.hamburger__menu__logo {
  margin-bottom: 32px;
}
.hamburger__menu__logo .hamburger__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0 auto;
}
.hamburger__menu__logo .hamburger__logo-link .hamburger__logo-image {
  display: block;
  max-width: 313px;
}
@media (max-width: 834px) {
  .hamburger__menu__logo .hamburger__logo-link .hamburger__logo-image {
    max-width: 282.1px;
  }
}
.hamburger__menu__logo .hamburger__logo-link .hamburger__logo-image img {
  aspect-ratio: 313/27;
}
.hamburger__menu__logo .hamburger__logo-link .hamburger__logo-text {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 834px) {
  .hamburger__menu__logo .hamburger__logo-link .hamburger__logo-text {
    font-size: 1.2rem;
    gap: 16px;
  }
}
.hamburger__menu__logo .hamburger__logo-link .hamburger__logo-text::before, .hamburger__menu__logo .hamburger__logo-link .hamburger__logo-text::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #333;
}
.hamburger__menu__nav__list__item {
  border-bottom: 1px solid #ececec;
}
.hamburger__menu__nav__list__item:first-child {
  border-top: 1px solid #ececec;
}
.hamburger__menu__nav__list__item a {
  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;
  color: #333;
  font-weight: 600;
  padding: 16px 0 16px 24px;
}
.hamburger__menu__nav__list__item a .arrow {
  position: relative;
  background-color: #27a128;
  width: 60px;
  height: 32px;
  border-radius: 100vmax;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item a .arrow {
    width: 45px;
    height: 24px;
  }
}
.hamburger__menu__nav__list__item a .arrow::before {
  content: "";
  position: absolute;
  background: url(../img/common/common-arrow.png) center/contain no-repeat;
  aspect-ratio: 16/6;
  max-width: 16px;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item a .arrow::before {
    max-width: 12px;
  }
}
@media (any-hover: hover) {
  .hamburger__menu__nav__list__item a:hover {
    opacity: 1;
    color: #27a128;
  }
  .hamburger__menu__nav__list__item a:hover .arrow::before {
    -webkit-animation: arrow-slide 0.3s ease forwards;
            animation: arrow-slide 0.3s ease forwards;
  }
}
.hamburger__menu__nav__list__item.-recruit {
  border-bottom: none;
  margin-top: 32px;
}
.hamburger__menu__nav__list__item.-recruit a {
  color: #fff;
  background-color: #27a128;
  line-height: 1;
  padding: 20px 28px;
  border-radius: 10px 0 10px 0;
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (any-hover: hover) {
  .hamburger__menu__nav__list__item.-recruit a:hover {
    -webkit-filter: saturate(1.6);
            filter: saturate(1.6);
    opacity: 1;
  }
}
.hamburger__menu__close {
  position: fixed;
  right: 8px;
  top: 14px;
  z-index: 100;
  width: 48px;
  height: 48px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #27a128;
  border-radius: 500px;
  pointer-events: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
@media (min-width: 1001px) {
  .hamburger__menu__close {
    top: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
  }
}
@media (any-hover: hover) {
  .hamburger__menu__close:hover {
    -webkit-filter: saturate(120%);
            filter: saturate(120%);
  }
}
.hamburger__menu__close .line {
  position: relative;
  display: block;
  width: 18px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger__menu__close .line:first-child {
  -webkit-transform: translateY(1px) rotate(45deg);
          transform: translateY(1px) rotate(45deg);
}
.hamburger__menu__close .line:last-child {
  -webkit-transform: translateY(-1px) rotate(-45deg);
          transform: translateY(-1px) rotate(-45deg);
}
.hamburger__btn {
  position: fixed;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #27a128;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  aspect-ratio: 1/1;
  gap: 3px;
  opacity: 0;
  z-index: 1001;
  opacity: 1;
  top: 14px;
  width: 48px;
  right: 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  pointer-events: auto;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 20px;
}
@media (min-width: 1001px) {
  .hamburger__btn {
    top: 40px;
    right: 40px;
    width: 60px;
  }
}
@media (max-width: 834px) {
  .hamburger__btn {
    top: 14px;
  }
}
.js-scrolled .hamburger__btn {
  opacity: 1;
}
@media (min-width: 1001px) {
  .js-scrolled .hamburger__btn {
    display: none;
  }
}
@media (any-hover: hover) {
  .hamburger__btn:hover {
    -webkit-filter: saturate(1.6);
            filter: saturate(1.6);
  }
}
.hamburger__btn__bar {
  width: 16px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}

/*-------------------------------------------------------
form base setting（kyujin.scssと記述被らないように注意）
-------------------------------------------------------*/
body.iPhone select,
body.iPhone input,
body.iPhone textarea {
  font-size: 16px !important;
}

body input,
body button,
body textarea,
body select {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  line-height: inherit;
  text-overflow: "";
}
body input::-ms-expand,
body button::-ms-expand,
body textarea::-ms-expand,
body select::-ms-expand {
  display: none;
}
body input::-ms-reveal,
body button::-ms-reveal,
body textarea::-ms-reveal,
body select::-ms-reveal {
  visibility: hidden;
}
body input::-ms-clear,
body button::-ms-clear,
body textarea::-ms-clear,
body select::-ms-clear {
  visibility: hidden;
}
body input[type=text],
body input[type=submit],
body input[type=search],
body input[type=button],
body select,
body textarea {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  border: none;
  outline: none;
  transition: all 0.2s;
}
body input[type=search] {
  cursor: auto;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-appearance: textfield;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body input[type=search]:focus {
  outline-offset: -2px;
}
body input[type=search]::-webkit-search-decoration {
  display: none;
}
body select,
body search,
body input {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 15px 28px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: #f5f5f5;
}
@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: #f5f5f5;
}
@media (min-width: 835px) {
  body input[type=text]:hover,
  body input[type=search]:hover,
  body input[type=submit]:hover {
    background: #ffffff;
  }
}
@media (max-width: 834px) {
  body input[type=text],
  body input[type=search],
  body input[type=submit] {
    padding: 14px 16px !important;
  }
}
body input[type=checkbox] {
  display: none;
}
body input[type=checkbox] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: relative;
  cursor: pointer;
  line-height: 1.5;
  padding-left: 22px;
  transition: all 0.2s;
}
@media (max-width: 834px) {
  body input[type=checkbox] + label {
    padding-left: 20px;
  }
}
body input[type=checkbox] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=checkbox] + label::after {
  top: 5px;
  left: 4px;
  z-index: 2;
  width: 5px;
  height: 9px;
  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;
}
@media (max-width: 834px) {
  body input[type=checkbox] + label::after {
    width: 3px;
    height: 6px;
  }
}
body input[type=checkbox] + label a:link,
body input[type=checkbox] + label a:visited {
  color: #222;
}
body input[type=checkbox]:checked + label:after {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  opacity: 1;
}
body input[type=radio] {
  display: none;
}
body input[type=radio] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  cursor: pointer;
  display: block;
  line-height: 1.5;
  padding: 0 15px 0 1.5em;
  position: relative;
  transition: all 0.2s;
}
body input[type=radio] + label:before, body input[type=radio] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=radio] + label:before {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  height: 13px;
  left: 0;
  top: 3px;
  width: 13px;
  z-index: 0;
}
body input[type=radio] + label:after {
  background: #00a1e9;
  border-radius: 50%;
  height: 7px;
  left: 3px;
  opacity: 0;
  top: 6px;
  width: 7px;
  z-index: 2;
}
body input[type=radio] + label a:link,
body input[type=radio] + label a:visited {
  color: #222;
}
body input[type=radio]:checked + label:after {
  opacity: 1;
}

/*------------------------------------------
	form custom setting（適宜変更ください）
------------------------------------------*/
.search__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .search__tab {
    gap: 0 20px;
    margin-bottom: 24px;
  }
}
.search__tab__item {
  position: relative;
  text-align: center;
  width: 100%;
  color: #bebaba;
  padding: 12px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  cursor: pointer;
}
.search__tab__item::before {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  background: #27a128;
  opacity: 0;
}
.search__tab__item::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -2px;
  border-style: solid;
  border-width: 8px 10.5px 0 10.5px;
  border-color: #27a128 transparent transparent transparent;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  opacity: 0;
}
.search__tab__item.-active {
  font-weight: bold;
  color: #27a128;
}
.search__tab__item.-active::before, .search__tab__item.-active::after {
  opacity: 1;
}

.custom-form {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.custom-form .custom-form_parts {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .custom-form .custom-form_parts {
    margin-top: 8px;
  }
}
.custom-form .custom-form_parts:first-child {
  margin-top: 0;
}
.custom-form .parts_ttl {
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 834px) {
  .custom-form .parts_ttl {
    gap: 8px;
    margin-bottom: 10px;
  }
}
.custom-form .parts_ttl::before {
  content: "";
  background-color: #f6b000;
  width: 7px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7px;
          flex: 0 0 7px;
  margin-top: 13px;
}
.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: #27a128;
  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: #27a128;
}
.custom-form .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 10px;
}
@media (max-width: 834px) {
  .custom-form .category_list {
    gap: 6px;
  }
}
.custom-form .category_list li label {
  display: block;
  padding-left: 24px;
  background-color: #fff;
  padding: 13px 20px 13px 36px;
  font-size: 1.5rem;
  border-radius: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 400;
}
@media (max-width: 834px) {
  .custom-form .category_list li label {
    font-size: 1.4rem;
    padding: 9px 10px 9px 26px;
  }
}
@media (any-hover: hover) {
  .custom-form .category_list li label:hover {
    opacity: 0.8;
  }
}
.custom-form select,
.custom-form option,
.custom-form .searchWord {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  border-radius: 2px;
  font-size: 1.5rem;
  font-weight: 400;
}
@media (max-width: 834px) {
  .custom-form select,
  .custom-form option,
  .custom-form .searchWord {
    font-size: 1.4rem;
  }
}
.custom-form select::-webkit-input-placeholder, .custom-form option::-webkit-input-placeholder, .custom-form .searchWord::-webkit-input-placeholder {
  color: #bbbbbb;
}
.custom-form select::-moz-placeholder, .custom-form option::-moz-placeholder, .custom-form .searchWord::-moz-placeholder {
  color: #bbbbbb;
}
.custom-form select:-ms-input-placeholder, .custom-form option:-ms-input-placeholder, .custom-form .searchWord:-ms-input-placeholder {
  color: #bbbbbb;
}
.custom-form select::-ms-input-placeholder, .custom-form option::-ms-input-placeholder, .custom-form .searchWord::-ms-input-placeholder {
  color: #bbbbbb;
}
.custom-form select::placeholder,
.custom-form option::placeholder,
.custom-form .searchWord::placeholder {
  color: #bbbbbb;
}
.custom-form .searchWord {
  font-weight: 400;
}
.custom-form .pull-down {
  position: relative;
}
.custom-form .pull-down::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
  border: 2px solid #f6b000;
  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;
    width: 8px;
    height: 8px;
  }
}
.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: #27a128;
  }
}
.custom-form .selCity-box {
  margin-top: 4px;
}
.custom-form .selCity_alert {
  color: #27a128;
  display: block;
}
@media (max-width: 834px) {
  .custom-form .selCity_alert {
    font-size: 1.4rem;
  }
}
.custom-form input[type=checkbox] + label::after {
  top: 17px;
  left: 17px;
  color: #dddddd;
}
@media (max-width: 834px) {
  .custom-form input[type=checkbox] + label::after {
    top: 14px;
    left: 13px;
  }
}
.custom-form input[type=checkbox]:checked + label {
  background-color: #27a128;
  color: #fff;
}
.custom-form input[type=checkbox]:checked + label::after {
  color: #fff;
}
.custom-form .-freeword .searchWord {
  margin-top: 0;
}
.custom-form .-freeword .form_parts_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 834px) {
  .custom-form .-freeword .form_parts_inner {
    display: block;
  }
}
.custom-form .custom-form_searth_btn {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .custom-form .custom-form_searth_btn {
    margin-top: 24px;
  }
}
.custom-form .btn_cover {
  position: relative;
  z-index: 1;
  width: 240px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .custom-form .btn_cover {
    margin-right: auto;
    width: 200px;
  }
}
@media (any-hover: hover) {
  .custom-form .btn_cover:hover {
    -webkit-filter: saturate(1.6);
            filter: saturate(1.6);
  }
}
.custom-form .btn_cover::before {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 1/1;
  background-image: url(../img/common/ico_search.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 21px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 834px) {
  .custom-form .btn_cover::before {
    width: 15px;
  }
}
.custom-form .btn_cover input[type=submit] {
  height: 100%;
  background-color: #f6b000;
  color: #fff;
  border-radius: 15px 0 15px 0;
  letter-spacing: 0.1em;
  padding: 14px 30px !important;
  text-align: left;
}
@media (max-width: 834px) {
  .custom-form .btn_cover input[type=submit] {
    font-size: 1.4rem !important;
    padding: 14px 24px 14px 24px !important;
  }
}
@media (min-width: 835px) {
  .custom-form .btn_cover input[type=submit]:hover {
    -webkit-filter: saturate(120%);
            filter: saturate(120%);
  }
}
.custom-form .form__toggle__input {
  display: none;
}
.custom-form .form__toggle__input.-show {
  display: block;
}

/* ============================================
// MODULES
// ==========================================*/
.commonTitle01 {
  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) {
  .commonTitle01 {
    gap: 10px;
  }
}
.commonTitle01 .eng {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media (max-width: 834px) {
  .commonTitle01 .eng {
    font-size: 1.4rem;
    gap: 10px;
  }
}
.commonTitle01 .eng::after {
  content: "";
  margin-top: 4px;
  aspect-ratio: 16/12;
  width: 16px;
  background: url(../img/common/common-title01_logo.png) center center/contain no-repeat;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
}
.commonTitle01 .ja {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
}
@media (max-width: 834px) {
  .commonTitle01 .ja {
    font-size: 1.4rem;
  }
}
.commonTitle01.-white .eng,
.commonTitle01.-white .ja {
  color: #fff;
}
.commonTitle01.-white .eng::after {
  background: #fff;
  -webkit-mask: url(../img/common/common-title01_logo.png) center center/contain no-repeat;
          mask: url(../img/common/common-title01_logo.png) center center/contain no-repeat;
}

.commonTitle02 {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media (max-width: 834px) {
  .commonTitle02 {
    gap: 10px;
  }
}
.commonTitle02 .eng {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media (max-width: 834px) {
  .commonTitle02 .eng {
    font-size: 1.4rem;
    gap: 10px;
  }
}
.commonTitle02 .eng::after {
  content: "";
  margin-top: 4px;
  aspect-ratio: 16/12;
  width: 16px;
  background: url(../img/common/common-title01_logo.png) center center/contain no-repeat;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
}
.commonTitle02 .ja {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
}
@media (max-width: 834px) {
  .commonTitle02 .ja {
    font-size: 1.4rem;
  }
}
.commonTitle02 .ja {
  font-size: 5.6rem;
}
@media (max-width: 834px) {
  .commonTitle02 .ja {
    font-size: 3rem;
  }
}

.commonTitle03 {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 18px;
}
@media (max-width: 834px) {
  .commonTitle03 {
    font-size: 2rem;
    gap: 10px;
  }
}
.commonTitle03::before {
  content: "";
  background: url(../img/common/common-title01_logo.png) center/contain no-repeat;
  aspect-ratio: 30/24;
  width: 100%;
  max-width: 19px;
  pointer-events: none;
  margin-top: 20px;
}
@media (max-width: 834px) {
  .commonTitle03::before {
    max-width: 15px;
    margin-top: 10px;
  }
}
.commonTitle03.-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.commonBtn01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.commonBtn01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 78px;
  padding-bottom: 8px;
  position: relative;
}
@media (max-width: 834px) {
  .commonBtn01 a {
    gap: 24px;
  }
}
.commonBtn01 a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #333;
}
.commonBtn01 a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #27a128;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.commonBtn01 a .btn-text {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.commonBtn01 a .arrow {
  position: relative;
  background-color: #27a128;
  width: 60px;
  height: 32px;
  border-radius: 100vmax;
}
@media (max-width: 834px) {
  .commonBtn01 a .arrow {
    width: 45px;
    height: 24px;
  }
}
.commonBtn01 a .arrow::before {
  content: "";
  position: absolute;
  background: url(../img/common/common-arrow.png) center/contain no-repeat;
  aspect-ratio: 16/6;
  max-width: 16px;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 834px) {
  .commonBtn01 a .arrow::before {
    max-width: 12px;
  }
}
@media (any-hover: hover) {
  .commonBtn01 a:hover {
    opacity: 1;
  }
  .commonBtn01 a:hover::after {
    opacity: 1;
  }
  .commonBtn01 a:hover .btn-text {
    color: #27a128;
  }
  .commonBtn01 a:hover .arrow::before {
    -webkit-animation: arrow-slide 0.3s ease forwards;
            animation: arrow-slide 0.3s ease forwards;
  }
}
.commonBtn01.-yellow a .arrow {
  background-color: #f6b000;
}
.commonBtn01.-yellow a::after {
  background-color: #f6b000;
}
@media (any-hover: hover) {
  .commonBtn01.-yellow a:hover .btn-text {
    color: #f6b000;
  }
}
.commonBtn01.-whiteText a::before {
  background-color: #fff;
}
.commonBtn01.-whiteText a .btn-text {
  color: #fff;
}
.commonBtn01.-back a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.commonBtn01.-back a .arrow::before {
  -webkit-transform: translate(-50%, -50%) scale(-1);
          transform: translate(-50%, -50%) scale(-1);
}
@media (any-hover: hover) {
  .commonBtn01.-back a:hover .arrow::before {
    -webkit-animation: arrow-slide-back 0.3s ease forwards;
            animation: arrow-slide-back 0.3s ease forwards;
  }
}

.sec-recruit {
  padding: 50px 0 120px;
  background: url(../img/common/recruit-bg.jpg) center/cover no-repeat;
  position: relative;
  border-radius: 50px 0 50px 0;
}
@media (max-width: 834px) {
  .sec-recruit {
    border-radius: 25px 0 25px 0;
    padding: 0px 0 50px;
  }
}
.sec-recruit::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(45deg, rgb(99, 201, 70) 0%, rgb(163, 206, 66) 100%);
  border-radius: 50px 0 50px 0;
  opacity: 0.9;
}
@media (max-width: 834px) {
  .sec-recruit::before {
    border-radius: 25px 0 25px 0;
  }
}
.sec-recruit .recruit__inner {
  z-index: 555;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .sec-recruit .recruit__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.sec-recruit .recruit__textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 80px;
  margin-left: 8.33vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.54vw;
          flex: 0 0 33.54vw;
}
@media (max-width: 834px) {
  .sec-recruit .recruit__textArea {
    margin-left: 0;
    padding: 0 6.25%;
    width: 100%;
  }
}
.sec-recruit .recruit__textArea__lead {
  font-size: clamp(2.2rem, 3.5vw, 4.8rem);
  font-weight: 700;
  line-height: 1.6;
  margin-top: 100px;
  color: #fff;
}
@media (max-width: 834px) {
  .sec-recruit .recruit__textArea__lead {
    margin-top: 30px;
  }
  .sec-recruit .recruit__textArea__lead br {
    display: none;
  }
}
.sec-recruit .recruit__textArea__text {
  color: #fff;
  margin-top: 60px;
}
@media (max-width: 834px) {
  .sec-recruit .recruit__textArea__text {
    margin-top: 16px;
  }
  .sec-recruit .recruit__textArea__text br {
    display: none;
  }
}
.sec-recruit .recruit__textArea .commonBtn01 {
  margin-top: 60px;
}
@media (max-width: 834px) {
  .sec-recruit .recruit__textArea .commonBtn01 {
    margin-top: 24px;
    margin-left: auto;
  }
}
.sec-recruit .recruit__imageArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: -12px;
}
@media (max-width: 834px) {
  .sec-recruit .recruit__imageArea {
    margin-right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px;
  }
}
.sec-recruit .recruit__imageArea__image.-image01 {
  aspect-ratio: 729/593;
  max-width: 729px;
  margin-right: -410px;
}
@media (max-width: 1340px) {
  .sec-recruit .recruit__imageArea__image.-image01 {
    margin-right: -320px;
  }
}
@media (max-width: 834px) {
  .sec-recruit .recruit__imageArea__image.-image01 {
    max-width: 270px;
    margin-right: 0;
    margin-right: -140px;
  }
}
.sec-recruit .recruit__imageArea__image.-image02 {
  aspect-ratio: 528/437;
  max-width: 528px;
  margin-top: auto;
  margin-bottom: -80px;
}
@media (max-width: 834px) {
  .sec-recruit .recruit__imageArea__image.-image02 {
    max-width: 270px;
    margin-bottom: -40px;
  }
}

/* ============================================
// PAGETOP
// ==========================================*/
.pagetop a {
  position: absolute;
  bottom: 100px;
  right: 10px;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  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;
}
.pagetop a .pagetop-text {
  color: #27a128;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  cursor: pointer;
  font-weight: bold;
}
.pagetop a .pagetop-arrow {
  cursor: pointer;
  background-color: #27a128;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 5px 0 5px 0;
}
.pagetop a .pagetop-arrow::before {
  content: "";
  position: absolute;
  background: url(../img/common/pagetop-arrow.png) center/contain no-repeat;
  aspect-ratio: 12/6;
  max-width: 12px;
  width: 100%;
  pointer-events: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (any-hover: hover) {
  .pagetop a:hover {
    cursor: auto;
    opacity: 1;
    -webkit-filter: saturate(1.6);
            filter: saturate(1.6);
  }
}

@-webkit-keyframes arrow-slide {
  0% {
    translate: 0 0;
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  50% {
    translate: 75% 0;
    opacity: 0;
  }
  50.1% {
    translate: -75% 0;
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}

@keyframes arrow-slide {
  0% {
    translate: 0 0;
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  50% {
    translate: 75% 0;
    opacity: 0;
  }
  50.1% {
    translate: -75% 0;
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes arrow-slide-back {
  0% {
    translate: 0 0;
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  50% {
    translate: -75% 0;
    opacity: 0;
  }
  50.1% {
    translate: 75% 0;
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
@keyframes arrow-slide-back {
  0% {
    translate: 0 0;
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  50% {
    translate: -75% 0;
    opacity: 0;
  }
  50.1% {
    translate: 75% 0;
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
.pageHeader {
  padding: 150px 0 100px;
  position: relative;
  background-color: #27a128;
  background: linear-gradient(45deg, rgb(92, 197, 52) 0%, rgb(161, 219, 74) 100%);
  border-radius: 0 0 50px 0;
}
@media (max-width: 834px) {
  .pageHeader {
    padding: 110px 0 45px;
    border-radius: 0 0 25px 0;
  }
}
.pageHeader .commonTitle02 .eng,
.pageHeader .commonTitle02 .ja {
  color: #fff;
}

/*--------------------
	breadcrumb
--------------------*/
.breadcrumb {
  padding: 16px 40px;
  background-color: rgba(168, 232, 19, 0.1);
}
.breadcrumb_list {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  white-space: nowrap;
}
.breadcrumb_list_item {
  display: inline;
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  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: rgba(51, 51, 51, 0.6);
}

/* ============================================
// HEADER
// ==========================================*/
.header {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  translate: 0 -100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 17px 24px 20px 20px;
  border-radius: 0 0 10px 0px;
}
@media (max-width: 834px) {
  .header {
    padding: 10px 16px 16px;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo .header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.header__logo .header__logo-link .header__logo-image {
  display: block;
  max-width: 313px;
}
@media (max-width: 834px) {
  .header__logo .header__logo-link .header__logo-image {
    max-width: 260.4px;
  }
}
.header__logo .header__logo-link .header__logo-image img {
  aspect-ratio: 313/27;
}
.header__logo .header__logo-link .header__logo-text {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 834px) {
  .header__logo .header__logo-link .header__logo-text {
    font-size: 1.1rem;
    gap: 16px;
  }
}
.header__logo .header__logo-link .header__logo-text::before, .header__logo .header__logo-link .header__logo-text::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #333;
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  .header__nav-list {
    display: none;
  }
}
.header__nav-list a {
  position: relative;
  color: #333;
  font-size: 1.5rem;
  display: inline-block;
}
.header__nav-list a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  right: 0;
  width: 0;
  left: auto;
  height: 1px;
  border-bottom: 1px solid currentColor;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (any-hover: hover) {
  .header__nav-list a:hover {
    opacity: 1;
    color: #27a128;
  }
  .header__nav-list a:hover::before {
    left: 0;
    width: 100%;
  }
}
.header__nav-item.-recruit a {
  color: #fff;
  background-color: #27a128;
  line-height: 1;
  padding: 18px 28px;
  border-radius: 10px 0 10px 0;
}
.header__nav-item.-recruit a::before {
  display: none;
}
@media (any-hover: hover) {
  .header__nav-item.-recruit a:hover {
    -webkit-filter: saturate(1.6);
            filter: saturate(1.6);
    opacity: 1;
  }
}

.js-scrolled .header {
  translate: 0 0;
}

body:not(.front-page) .header {
  translate: 0 0;
}
body:not(.front-page) .hamburger__btn {
  opacity: 1;
}
@media (min-width: 1001px) {
  body:not(.front-page) .hamburger__btn {
    display: none;
  }
}
body:not(.front-page).js-scrolled .hamburger__btn {
  opacity: 1;
}

/* ============================================
// FOOTER
// ==========================================*/
/* ============================================
// FOOTER
// ==========================================*/
.footer {
  position: relative;
  background: #fff;
  z-index: 1;
}
.footer__inner {
  padding-top: 84px;
  padding-bottom: 70px;
}
@media (max-width: 834px) {
  .footer__inner {
    padding-top: 40px;
    padding-bottom: 90px;
  }
}
@media (min-width: 835px) {
  .footer__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 48px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer__brand {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30.13vw;
          flex: 0 0 30.13vw;
}
.footer__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
}
@media (max-width: 834px) {
  .footer__logo-link {
    margin: 0 auto;
    gap: 14px;
  }
}
.footer__logo-image {
  display: block;
}
@media (min-width: 835px) {
  .footer__logo-image {
    max-width: 434px;
    min-width: 310px;
  }
}
@media (max-width: 834px) {
  .footer__logo-image {
    max-width: 282.1px;
  }
}
.footer__logo-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.footer__logo-text {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 834px) {
  .footer__logo-text {
    font-size: 1.2rem;
    gap: 16px;
  }
}
.footer__logo-text::before, .footer__logo-text::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #333;
}
.footer__corporate {
  margin-top: 30px;
}
.footer__corporate-link {
  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: 16px;
  font-size: 1.5rem;
  line-height: 1;
  border: 1px solid #27a128;
  padding: 21px 21px 21px 28px;
  max-width: 240px;
  color: #27a128;
  border-radius: 15px 0 15px 0;
}
@media (max-width: 834px) {
  .footer__corporate-link {
    font-size: 1.4rem;
    max-width: 224px;
    padding: 18px 18px 18px 20px;
    max-width: 200px;
    border-radius: 10px 0 10px 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer__corporate-link::after {
  content: "";
  width: 13px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico_external.png) center center/contain no-repeat;
  pointer-events: none;
}
.footer__sns {
  margin-top: 60px;
}
@media (max-width: 834px) {
  .footer__sns {
    margin-top: 30px;
  }
}
.footer__sns__list {
  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) {
  .footer__sns__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__sns__list .list-item a img {
  aspect-ratio: 1/1;
  max-width: 26px;
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 35px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 5px;
}
@media (max-width: 834px) {
  .footer__nav-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 32px;
    position: relative;
    padding: 16px 0;
    gap: 5px 18px;
  }
  .footer__nav-list::before, .footer__nav-list::after {
    content: "";
    position: absolute;
    pointer-events: none;
    left: -2000px;
    right: -2000px;
    height: 1px;
    background-color: #eee;
  }
  .footer__nav-list::before {
    top: 0;
  }
  .footer__nav-list::after {
    bottom: 0;
  }
}
.footer__nav-link {
  display: block;
  font-weight: 500;
  font-size: 1.5rem;
  position: relative;
}
@media (max-width: 834px) {
  .footer__nav-link {
    font-size: 1.4rem;
  }
}
.footer__nav-link::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  right: 0;
  width: 0;
  left: auto;
  height: 1px;
  border-bottom: 1px solid currentColor;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (any-hover: hover) {
  .footer__nav-link:hover {
    opacity: 1;
    color: #27a128;
  }
  .footer__nav-link:hover::before {
    left: 0;
    width: 100%;
  }
}
.footer__search {
  margin-top: 45px;
}
@media (max-width: 834px) {
  .footer__search {
    margin-top: 32px;
  }
}
.footer__search-group {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
@media (max-width: 834px) {
  .footer__search-group {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 5px;
  }
}
.footer__search-group:nth-child(1 of .footer__search-group) {
  margin-top: 0;
}
.footer__search-head {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  padding-left: 1.0666666667em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 144px;
          flex: 0 0 144px;
}
@media (max-width: 834px) {
  .footer__search-head {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.footer__search-head::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  aspect-ratio: 1/1;
  background: #f6b000;
  border-radius: 50%;
  pointer-events: none;
}
.footer__search-list {
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 18px;
}
@media (max-width: 834px) {
  .footer__search-list {
    gap: 8px 12px;
    line-height: 1.4;
  }
}
.footer__search-link {
  position: relative;
  display: block;
  letter-spacing: 0.075em;
  line-height: 1.6;
  color: #757575;
}
@media (max-width: 834px) {
  .footer__search-link {
    font-size: 1.4rem;
  }
}
.footer__search-link::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  right: 0;
  width: 0;
  left: auto;
  height: 1px;
  border-bottom: 1px solid currentColor;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (any-hover: hover) {
  .footer__search-link:hover {
    opacity: 1;
  }
  .footer__search-link:hover::before {
    left: 0;
    width: 100%;
  }
}
.footer__bottom {
  position: relative;
  padding: 32px 0;
  border-top: 1px solid #ddd;
}
@media (max-width: 834px) {
  .footer__bottom {
    padding: 16px 0;
  }
}
.footer__bottom__inner {
  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__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
}
.footer__analytics-link {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #757575;
}
@media (max-width: 834px) {
  .footer__analytics-link {
    font-size: 1.1rem;
  }
}
.footer__copyright {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #757575;
}

/* ============================================
// INDEX
// ==========================================*/
.front-page .front-lead {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.6;
  font-size: clamp(2.2rem, 2.9vw, 4.2rem);
}
.front-page .main {
  padding: 0;
}
.front-page .mainVisual {
  position: relative;
  background-color: #9ed940;
  padding-top: 4px;
}
.front-page .mainVisual::before {
  content: "";
  position: absolute;
  background: url(../img/index/mainvisual_shape01.png) center/contain no-repeat;
  top: -3px;
  left: 0;
  aspect-ratio: 172/183;
  width: 100%;
  max-width: 172px;
  pointer-events: none;
  z-index: 10;
}
@media (max-width: 834px) {
  .front-page .mainVisual::before {
    max-width: 70px;
  }
}
.front-page .mainVisual::after {
  content: "";
  position: absolute;
  background: rgb(166, 221, 87);
  -webkit-mask: url(../img/index/mainvisual_shape02.png) center/contain no-repeat;
          mask: url(../img/index/mainvisual_shape02.png) center/contain no-repeat;
  bottom: -2px;
  right: 0;
  aspect-ratio: 258/232;
  width: 100%;
  max-width: 258px;
  pointer-events: none;
  z-index: 10;
}
@media (max-width: 834px) {
  .front-page .mainVisual::after {
    max-width: 80px;
  }
}
.front-page .mainVisual__inner {
  position: relative;
}
.front-page .mainVisual__inner::before {
  position: absolute;
  content: "";
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 5;
  pointer-events: none;
}
.front-page .mainVisual__swiper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.front-page .mainVisual__swiper .swiper-slide img {
  max-height: 100vh;
  aspect-ratio: 16/9;
  aspect-ratio: 1440/836;
}
@media (max-width: 834px) {
  .front-page .mainVisual__swiper .swiper-slide img {
    min-height: 376px;
  }
}
.front-page .mainVisual__swiper .swiper-slide img {
  -webkit-transform: scale(1.2) translate(5%, 5%);
          transform: scale(1.2) translate(5%, 5%);
  -webkit-transition: -webkit-transform 6.5s linear;
  transition: -webkit-transform 6.5s linear;
  transition: transform 6.5s linear;
  transition: transform 6.5s linear, -webkit-transform 6.5s linear;
}
.front-page .mainVisual__swiper .swiper-slide:nth-of-type(2n) img {
  -webkit-transform: scale(1.2) translate(-5%, 5%);
          transform: scale(1.2) translate(-5%, 5%);
}
.front-page .mainVisual__swiper .swiper-slide-active img,
.front-page .mainVisual__swiper .swiper-slide-duplicate-active img {
  -webkit-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
}
.front-page .mainVisual__swiper .swiper-slide-active:nth-of-type(2n) img,
.front-page .mainVisual__swiper .swiper-slide-duplicate-active:nth-of-type(2n) img {
  -webkit-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
}
@-webkit-keyframes zoom-out-RL {
  0% {
    -webkit-transform: scale(1.2) translate(5%, 5%);
            transform: scale(1.2) translate(5%, 5%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
}
@keyframes zoom-out-RL {
  0% {
    -webkit-transform: scale(1.2) translate(5%, 5%);
            transform: scale(1.2) translate(5%, 5%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
}
@-webkit-keyframes zoom-out-LR {
  0% {
    -webkit-transform: scale(1.2) translate(-5%, 5%);
            transform: scale(1.2) translate(-5%, 5%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
}
@keyframes zoom-out-LR {
  0% {
    -webkit-transform: scale(1.2) translate(-5%, 5%);
            transform: scale(1.2) translate(-5%, 5%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
}
.front-page .mainVisual__navArea {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 20;
  position: absolute;
  top: 50px;
  left: 3.47%;
}
@media (max-width: 834px) {
  .front-page .mainVisual__navArea {
    top: 10px;
  }
}
.front-page .mainVisual__navArea__logo .header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 834px) {
  .front-page .mainVisual__navArea__logo .header__logo-link {
    gap: 10px;
  }
}
.front-page .mainVisual__navArea__logo .header__logo-link .header__logo-image {
  display: block;
  max-width: 380px;
}
@media (max-width: 834px) {
  .front-page .mainVisual__navArea__logo .header__logo-link .header__logo-image {
    max-width: 282.1px;
  }
}
.front-page .mainVisual__navArea__logo .header__logo-link .header__logo-image img {
  aspect-ratio: 380/32px;
}
.front-page .mainVisual__navArea__logo .header__logo-link .header__logo-text {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 834px) {
  .front-page .mainVisual__navArea__logo .header__logo-link .header__logo-text {
    font-size: 1.2rem;
  }
}
.front-page .mainVisual__navArea__logo .header__logo-link .header__logo-text::before, .front-page .mainVisual__navArea__logo .header__logo-link .header__logo-text::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #fff;
}
.front-page .mainVisual__navArea__nav {
  margin-top: 60px;
}
@media (max-width: 834px) {
  .front-page .mainVisual__navArea__nav {
    margin-top: 24px;
  }
}
.front-page .mainVisual__navArea__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 34px;
}
@media (max-width: 834px) {
  .front-page .mainVisual__navArea__nav-list {
    gap: 18px;
  }
}
.front-page .mainVisual__navArea__nav-list a {
  color: #fff;
  font-size: 1.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  line-height: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 834px) {
  .front-page .mainVisual__navArea__nav-list a {
    font-size: 1.3rem;
  }
}
.front-page .mainVisual__navArea__nav-list a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #f6b000;
  pointer-events: none;
  margin-top: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7px;
          flex: 0 0 7px;
}
.front-page .mainVisual__copyArea {
  position: absolute;
  bottom: 115px;
  right: 10.38vw;
  z-index: 10;
}
@media (max-width: 1180px) {
  .front-page .mainVisual__copyArea {
    bottom: 80px;
  }
}
@media (max-width: 834px) {
  .front-page .mainVisual__copyArea {
    bottom: 40px;
    right: 30px;
  }
}
.front-page .mainVisual__copyArea .copy {
  max-width: 635px;
  aspect-ratio: 1270/213;
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-animation: slideInRight 0.5s ease-out forwards;
          animation: slideInRight 0.5s ease-out forwards;
}
@media (max-width: 1180px) {
  .front-page .mainVisual__copyArea .copy {
    max-width: 460px;
  }
}
@media (max-width: 834px) {
  .front-page .mainVisual__copyArea .copy {
    max-width: 200px;
  }
}
.front-page .mainVisual__copyArea .subCopy {
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  text-align: right;
  margin-top: 20px;
  font-size: 1.8rem;
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-animation: slideInRight 0.5s ease-out forwards;
          animation: slideInRight 0.5s ease-out forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media (max-width: 834px) {
  .front-page .mainVisual__copyArea .subCopy {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.front-page .mainVisual .scroll_down {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 50;
}
@media (max-width: 834px) {
  .front-page .mainVisual .scroll_down {
    bottom: -25px;
    right: 5px;
  }
}
.front-page .mainVisual .scroll_down 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;
  text-decoration: none;
  color: #fff;
  position: relative;
  gap: 20px;
}
@media (max-width: 834px) {
  .front-page .mainVisual .scroll_down a {
    gap: 10px;
  }
}
.front-page .mainVisual .scroll_down .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0;
}
.front-page .mainVisual .scroll_down .arrows span {
  aspect-ratio: 17/9;
  width: 17px;
  opacity: 0;
  -webkit-animation: arrowAnime 1.5s infinite;
          animation: arrowAnime 1.5s infinite;
}
@media (max-width: 834px) {
  .front-page .mainVisual .scroll_down .arrows span {
    width: 14px;
  }
}
.front-page .mainVisual .scroll_down .arrows span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.front-page .mainVisual .scroll_down .arrows span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  margin-top: -20px;
}
@media (max-width: 834px) {
  .front-page .mainVisual .scroll_down .arrows span:nth-child(2) {
    margin-top: -16px;
  }
}
.front-page .mainVisual .scroll_down .text {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 834px) {
  .front-page .mainVisual .scroll_down .text {
    font-size: 1rem;
  }
}
@-webkit-keyframes arrowAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes arrowAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.front-page .sec-message {
  background-color: #ddd;
  background: linear-gradient(45deg, rgb(92, 197, 52) 0%, rgb(161, 219, 74) 100%);
  position: relative;
}
.front-page .sec-message::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/index/front-message-bg.png) center/cover no-repeat;
  pointer-events: none;
  opacity: 0.4;
  z-index: 0;
  background-position: center right;
}
.front-page .sec-message .message__textArea {
  padding-top: 200px;
  padding-bottom: 250px;
  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;
}
@media (max-width: 834px) {
  .front-page .sec-message .message__textArea {
    width: 100%;
    padding: 80px 6.25% 100px;
  }
}
.front-page .sec-message .message__textArea .commonTitle01 .eng {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.front-page .sec-message .message__textArea__text {
  margin-top: 70px;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  line-height: 2.2;
}
@media (max-width: 834px) {
  .front-page .sec-message .message__textArea__text {
    font-size: 1.4rem;
    text-align: left;
    margin-top: 40px;
  }
}
.front-page .sec-message .message__textArea__text .text-paragraph {
  margin-top: 30px;
  display: block;
}
@media (max-width: 834px) {
  .front-page .sec-message .message__textArea__text .text-paragraph {
    margin-top: 16px;
  }
  .front-page .sec-message .message__textArea__text .text-paragraph br {
    display: none;
  }
}
.front-page .sec-message .message__textArea__text .text-paragraph:first-child {
  margin-top: 0;
}
.front-page .sec-message .message__leftImage {
  aspect-ratio: 598/652;
  max-width: 598px;
  z-index: 10;
  position: absolute;
  top: -50px;
  max-width: clamp(160px, 40vw, 598px);
  left: 0;
}
@media (max-width: 1180px) {
  .front-page .sec-message .message__leftImage {
    max-width: clamp(160px, 24vw, 320px);
  }
}
@media (max-width: 834px) {
  .front-page .sec-message .message__leftImage {
    top: -20px;
  }
}
.front-page .sec-message .message__rightImage {
  aspect-ratio: 568/459;
  max-width: 568px;
  position: relative;
  z-index: 10;
  position: absolute;
  bottom: -60px;
  right: 0;
  max-width: clamp(200px, 39.44vw, 568px);
}
@media (max-width: 1180px) {
  .front-page .sec-message .message__rightImage {
    max-width: clamp(160px, 24vw, 320px);
  }
}
@media (max-width: 834px) {
  .front-page .sec-message .message__rightImage {
    bottom: -40px;
  }
}
.front-page .sec-search_recruit {
  background-color: #f5f5f5;
  padding: 104px 0 150px;
  position: relative;
  border-radius: 50px 0 50px 0;
  margin-top: -50px;
}
@media (max-width: 834px) {
  .front-page .sec-search_recruit {
    padding: 80px 0;
    border-radius: 25px 0 25px 0;
    margin-top: -25px;
  }
}
.front-page .sec-search_recruit .commonTitle01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media (max-width: 834px) {
  .front-page .sec-search_recruit .commonTitle01 {
    gap: 10px;
  }
}
.front-page .sec-search_recruit .commonTitle01 .ja {
  font-size: 5.6rem;
}
@media (max-width: 834px) {
  .front-page .sec-search_recruit .commonTitle01 .ja {
    font-size: 3.2rem;
  }
}
.front-page .sec-search_recruit .search_recruit__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  gap: 108px;
}
@media (max-width: 834px) {
  .front-page .sec-search_recruit .search_recruit__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 40px;
    margin-top: 40px;
  }
}
.front-page .sec-search_recruit .search_recruit__wrapper .newjobs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.69%;
          flex: 0 0 47.69%;
}
.front-page .sec-search_recruit .search_recruit__wrapper .newjobs .hd {
  font-size: 2.8rem;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
}
@media (max-width: 834px) {
  .front-page .sec-search_recruit .search_recruit__wrapper .newjobs .hd {
    font-size: 2rem;
  }
}
.front-page .sec-search_recruit .search_recruit__wrapper .newjobs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-top: 40px;
}
@media (max-width: 834px) {
  .front-page .sec-search_recruit .search_recruit__wrapper .newjobs__list {
    margin-top: 20px;
  }
}
.front-page .sec-search_recruit .search_recruit__wrapper .newjobs__list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid rgba(39, 161, 40, 0.2);
}
@media (max-width: 834px) {
  .front-page .sec-search_recruit .search_recruit__wrapper .newjobs__list__item a {
    padding: 20px 0;
    gap: 16px;
  }
}
.front-page .sec-search_recruit .search_recruit__wrapper .newjobs__list__item a .img {
  aspect-ratio: 210/140;
  max-width: 210px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 210px;
          flex: 0 0 210px;
  border-radius: 20px 0 20px 0;
  overflow: hidden;
  -ms-flex: 0 0 33.87%;
      flex: 0 0 33.87%;
}
@media (max-width: 834px) {
  .front-page .sec-search_recruit .search_recruit__wrapper .newjobs__list__item a .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}
.front-page .sec-search_recruit .search_recruit__wrapper .newjobs__list__item a .img img {
  border-radius: 20px 0 20px 0;
}
@media (max-width: 834px) {
  .front-page .sec-search_recruit .search_recruit__wrapper .newjobs__list__item a .img img {
    border-radius: 15px 0 15px 0;
  }
}
.front-page .sec-search_recruit .search_recruit__wrapper .newjobs__list__item a .textArea .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.front-page .sec-search_recruit .search_recruit__wrapper .newjobs__list__item a .textArea .tagArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.front-page .sec-search_recruit .search_recruit__wrapper .newjobs__list__item a .textArea .tagArea .tag {
  border: 1px solid #27a128;
  background-color: #fff;
  border-radius: 100vmax;
  color: #27a128;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 5px 12px;
  line-height: 1.4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .front-page .sec-search_recruit .search_recruit__wrapper .newjobs__list__item a .textArea .tagArea .tag {
    padding: 4px 8px;
    font-size: 1.1rem;
  }
}
.front-page .sec-search_recruit .search_recruit__wrapper .newjobs__list__item a .textArea .text {
  font-size: 1.7rem;
  color: #333;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 12px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 834px) {
  .front-page .sec-search_recruit .search_recruit__wrapper .newjobs__list__item a .textArea .text {
    font-size: 1.4rem;
    margin-top: 6px;
  }
}
.front-page .sec-search_recruit .search_recruit__wrapper .newjobs__list__item a .textArea .date {
  font-family: "Poppins", sans-serif;
  color: rgba(152, 152, 152, 0.5);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 8px;
}
@media (max-width: 834px) {
  .front-page .sec-search_recruit .search_recruit__wrapper .newjobs__list__item a .textArea .date {
    margin-top: 10px;
  }
}
@media (any-hover: hover) {
  .front-page .sec-search_recruit .search_recruit__wrapper .newjobs__list__item a:hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .front-page .sec-search_recruit .search_recruit__wrapper .newjobs__list__item a:hover .textArea {
    opacity: 0.8;
  }
}
.front-page .sec-search_recruit .search_recruit__wrapper .newjobs__list__item:first-child a {
  padding-top: 0;
}
.front-page .sec-search_recruit .search_recruit__wrapper .newjobs .commonBtn01 {
  margin-top: 40px;
  margin-left: auto;
}
@media (max-width: 834px) {
  .front-page .sec-search_recruit .search_recruit__wrapper .newjobs .commonBtn01 {
    margin-top: 24px;
  }
}
.front-page .sec-search_recruit .search_recruit__wrapper .jobSearch {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.front-page .sec-search_recruit .search_recruit__wrapper .jobSearch .hd {
  font-size: 3rem;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
}
@media (max-width: 834px) {
  .front-page .sec-search_recruit .search_recruit__wrapper .jobSearch .hd {
    font-size: 2rem;
  }
}
.front-page .sec-search_recruit .search_recruit__wrapper .jobSearch .custom-form {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .front-page .sec-search_recruit .search_recruit__wrapper .jobSearch .custom-form {
    margin-top: 20px;
  }
}
.front-page .sec-interview {
  padding: 130px 0 100px;
}
@media (max-width: 834px) {
  .front-page .sec-interview {
    padding: 60px 0 60px;
  }
}
.front-page .sec-interview_inner {
  position: relative;
  z-index: 1;
}
.front-page .sec-interview .interview__textArea {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media (max-width: 834px) {
  .front-page .sec-interview .interview__textArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
    margin-top: 40px;
  }
}
.front-page .sec-interview .interview__textArea .front-lead {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 53%;
          flex: 0 0 53%;
}
.front-page .sec-interview .interview__textArea .text {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .front-page .sec-interview .interview__textArea .text {
    margin-top: 0;
  }
  .front-page .sec-interview .interview__textArea .text br {
    display: none;
  }
}
.front-page .sec-interview .interview_list {
  margin-top: 80px;
}
@media (max-width: 834px) {
  .front-page .sec-interview .interview_list {
    margin-top: 32px;
  }
}
.front-page .sec-interview .interview_list_item {
  width: 100%;
  max-width: 350px;
}
@media (max-width: 834px) {
  .front-page .sec-interview .interview_list_item {
    max-width: initial;
  }
}
@media (any-hover: hover) {
  .front-page .sec-interview .interview_list_item a:hover {
    opacity: 1;
  }
  .front-page .sec-interview .interview_list_item a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .front-page .sec-interview .interview_list_item a:hover .textArea .interview_copy {
    color: #f6b000;
  }
}
.front-page .sec-interview .interview_list_item a .interview_pic {
  border-radius: 50px 0 50px 0;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .sec-interview .interview_list_item a .interview_pic {
    border-radius: 10px;
    width: 100%;
    width: min(58.66vw, 292px);
    margin: 0 auto;
  }
}
.front-page .sec-interview .interview_list_item a .interview_pic img {
  aspect-ratio: 324/404;
  -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 .interview_list_item a .textArea {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  z-index: 1;
  margin-top: 24px;
}
.front-page .sec-interview .interview_list_item a .textArea .interview_copy {
  color: #111;
  font-size: 2.1rem;
  font-weight: 600;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .sec-interview .interview_list_item a .textArea .interview_copy {
    font-size: 1.8rem;
  }
}
.front-page .sec-interview .interview_list_item a .textArea .interview_job span {
  color: #27a128;
  font-size: 1.45rem;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #27a128;
  padding: 0.4em 1.25em;
  border-radius: 40px;
}
@media (max-width: 834px) {
  .front-page .sec-interview .interview_list_item a .textArea .interview_job span {
    font-size: 1.2rem;
  }
}
.front-page .sec-interview .interview_list_item a .textArea .name-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 5px 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.front-page .sec-interview .interview_list_item a .textArea .name-date .name {
  color: #111;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .front-page .sec-interview .interview_list_item a .textArea .name-date .name {
    font-style: 1.8rem;
  }
}
.front-page .sec-interview .interview_list_item a .textArea .name-date .date {
  color: #333;
  font-size: 1.3rem;
  font-weight: 600;
  color: #8e9195;
}
.front-page .sec-interview .controller-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin-top: 70px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .front-page .sec-interview .controller-wrapper {
    margin-top: 40px;
  }
}
.front-page .sec-interview .controller-wrapper .controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #adb0b2;
  border-radius: 15px 0 15px 0;
  position: relative;
}
@media (max-width: 834px) {
  .front-page .sec-interview .controller-wrapper .controller {
    border-radius: 10px 0 10px 0;
  }
}
.front-page .sec-interview .controller-wrapper .controller::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 50px;
  background-color: #adb0b2;
  pointer-events: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 834px) {
  .front-page .sec-interview .controller-wrapper .controller::before {
    height: 38px;
  }
}
.front-page .sec-interview .controller-wrapper .controller .swiper-btn-prev,
.front-page .sec-interview .controller-wrapper .controller .swiper-btn-next {
  position: relative;
  width: 75px;
  height: 70px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease, opacity 0.3s ease;
  transition: background 0.3s ease, opacity 0.3s ease;
}
@media (any-hover: hover) {
  .front-page .sec-interview .controller-wrapper .controller .swiper-btn-prev:hover,
  .front-page .sec-interview .controller-wrapper .controller .swiper-btn-next:hover {
    opacity: 1;
  }
}
@media (max-width: 834px) {
  .front-page .sec-interview .controller-wrapper .controller .swiper-btn-prev,
  .front-page .sec-interview .controller-wrapper .controller .swiper-btn-next {
    width: 50px;
    height: 45px;
  }
}
.front-page .sec-interview .controller-wrapper .controller .swiper-btn-prev::before,
.front-page .sec-interview .controller-wrapper .controller .swiper-btn-next::before {
  content: "";
  aspect-ratio: 8/15;
  width: 8px;
  position: absolute;
  top: 50%;
  left: 49%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../img/index/interview-arrow.png) center/contain no-repeat;
}
@media (max-width: 834px) {
  .front-page .sec-interview .controller-wrapper .controller .swiper-btn-prev::before,
  .front-page .sec-interview .controller-wrapper .controller .swiper-btn-next::before {
    width: 6px;
  }
}
.front-page .sec-interview .controller-wrapper .controller .swiper-btn-next::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (any-hover: hover) {
  .front-page .sec-interview .controller-wrapper .controller .swiper-btn-next:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
}
.front-page .sec-interview .controller-wrapper .controller .swiper-btn-prev::before {
  -webkit-transform: translate(-50%, -50%) scale(-1);
          transform: translate(-50%, -50%) scale(-1);
}
@media (any-hover: hover) {
  .front-page .sec-interview .controller-wrapper .controller .swiper-btn-prev:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(-1.2);
            transform: translate(-50%, -50%) scale(-1.2);
  }
}
.front-page .sec-interview .controller-wrapper .controller .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.front-page .sec-interview .controller:has(.swiper-button-disabled._prev):has(.swiper-button-disabled._next) {
  display: none;
}
.front-page .sec-interview .commonBtn01 {
  margin-left: auto;
}
.front-page .sec-data {
  padding: 100px 0 120px;
  border-radius: 50px 0 50px 0;
  background-color: #078904;
  background: url(../img/index/front-data_bg.webp) center/cover no-repeat;
  position: relative;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .sec-data {
    border-radius: 25px 0 25px 0;
    padding: 60px 0;
  }
}
.front-page .sec-data::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 65.97vw;
  background: -webkit-gradient(linear, right top, left top, from(rgba(39, 59, 17, 0.7)), color-stop(70%, rgba(39, 59, 17, 0.4)), color-stop(90%, rgba(39, 59, 17, 0)));
  background: linear-gradient(to left, rgba(39, 59, 17, 0.7) 0%, rgba(39, 59, 17, 0.4) 70%, rgba(39, 59, 17, 0) 90%);
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec-data::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(39, 59, 17, 0.7)), color-stop(70%, rgba(39, 59, 17, 0.4)), color-stop(90%, rgba(39, 59, 17, 0)));
    background: linear-gradient(to right, rgba(39, 59, 17, 0.7) 0%, rgba(39, 59, 17, 0.4) 70%, rgba(39, 59, 17, 0) 90%);
    right: auto;
    left: 0;
  }
}
.front-page .sec-data .data__textArea {
  margin-left: auto;
  margin-top: 100px;
  max-width: 30.27vw;
  color: #fff;
}
@media (max-width: 1180px) {
  .front-page .sec-data .data__textArea {
    max-width: 40vw;
  }
}
@media (max-width: 834px) {
  .front-page .sec-data .data__textArea {
    max-width: 100%;
    margin-top: 40px;
  }
}
.front-page .sec-data .data__textArea .text {
  margin-top: 50px;
}
@media (max-width: 834px) {
  .front-page .sec-data .data__textArea .text {
    margin-top: 16px;
  }
  .front-page .sec-data .data__textArea .text br {
    display: none;
  }
}
.front-page .sec-data .commonBtn01 {
  margin-left: auto;
  margin-top: 60px;
}
@media (max-width: 834px) {
  .front-page .sec-data .commonBtn01 {
    margin-top: 32px;
  }
}
.front-page .sec-training {
  padding: 100px 0 70px;
  position: relative;
}
@media (max-width: 834px) {
  .front-page .sec-training {
    padding: 40px 0 40px;
  }
}
.front-page .sec-training .training__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  gap: 10.4%;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .front-page .sec-training .training__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.front-page .sec-training .training__textArea {
  margin-left: 21.87%;
  margin-top: 50px;
}
@media (max-width: 1180px) {
  .front-page .sec-training .training__textArea {
    margin-left: 15vw;
  }
}
@media (max-width: 834px) {
  .front-page .sec-training .training__textArea {
    margin-left: 0;
    padding: 0 6.25%;
    margin-top: 0px;
  }
  .front-page .sec-training .training__textArea br {
    display: none;
  }
}
.front-page .sec-training .training__textArea__block {
  margin-top: 90px;
}
@media (max-width: 834px) {
  .front-page .sec-training .training__textArea__block {
    margin-top: 40px;
  }
}
.front-page .sec-training .training__textArea__block .text {
  margin-top: 50px;
}
@media (max-width: 834px) {
  .front-page .sec-training .training__textArea__block .text {
    margin-top: 16px;
  }
}
.front-page .sec-training .training__imageArea {
  -webkit-mask: url(../img/index/front-training02_mask.png) center/cover no-repeat;
          mask: url(../img/index/front-training02_mask.png) center/cover no-repeat;
  max-width: 709px;
  aspect-ratio: 709/616;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49.23vw;
          flex: 0 0 49.23vw;
  margin-right: -160px;
}
@media (max-width: 834px) {
  .front-page .sec-training .training__imageArea {
    max-width: 200px;
    margin-right: -35px;
    margin-right: 0px;
    margin-left: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.front-page .sec-training .training__deco {
  position: absolute;
  top: -57px;
  left: -55px;
  -webkit-mask: url(../img/index/front-training01_mask.png) center/cover no-repeat;
          mask: url(../img/index/front-training01_mask.png) center/cover no-repeat;
  aspect-ratio: 315/309;
  max-width: 315px;
  width: 100%;
  max-width: clamp(150px, 21.87vw, 315px);
}
@media (max-width: 834px) {
  .front-page .sec-training .training__deco {
    max-width: 140px;
    left: -20px;
    top: -30px;
  }
}
.front-page .sec-training .commonBtn01 {
  margin-top: 100px;
}
@media (max-width: 834px) {
  .front-page .sec-training .commonBtn01 {
    margin-top: 32px;
    margin-left: auto;
  }
}
.front-page .sec-training__imageArea {
  aspect-ratio: 545/616;
  max-width: 545px;
  margin-left: auto;
}
.front-page .sec-family {
  padding: 70px 0 100px;
}
@media (max-width: 834px) {
  .front-page .sec-family {
    padding: 40px 0 20px;
  }
}
.front-page .sec-family .family__image {
  margin-top: 52px;
  aspect-ratio: 1300/400;
  max-width: 1300px;
}
@media (max-width: 834px) {
  .front-page .sec-family .family__image {
    margin-top: 32px;
  }
}
.front-page .sec-family .family__image img {
  border-radius: 50px 0 50px 0;
}
@media (max-width: 834px) {
  .front-page .sec-family .family__image img {
    border-radius: 25px 0 25px 0;
  }
}
.front-page .sec-family .family__textArea {
  margin-top: 50px;
  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) {
  .front-page .sec-family .family__textArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 16px;
    margin-top: 24px;
  }
}
.front-page .sec-family .family__textArea .front-lead {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 53%;
          flex: 0 0 53%;
}
@media (max-width: 834px) {
  .front-page .sec-family .family__textArea .text br {
    display: none;
  }
}
.front-page .sec-family .family__textArea__btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 40px;
}
@media (max-width: 834px) {
  .front-page .sec-family .family__textArea__btnArea {
    width: 100%;
    gap: 32px;
  }
}
.front-page .sec-family .family__textArea__btnArea .commonBtn01 {
  margin-left: auto;
}
.front-page .sec-textLoop {
  overflow: hidden;
  width: 100%;
  padding: 82px 0 40px;
}
@media (max-width: 834px) {
  .front-page .sec-textLoop {
    padding: 40px 0 40px;
  }
}
.front-page .sec-textLoop .marquee {
  overflow: hidden;
  margin: 12px 0;
}
@media (max-width: 834px) {
  .front-page .sec-textLoop .marquee {
    margin: 6px 0;
  }
}
.front-page .sec-textLoop .marquee-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  gap: 20px;
}
.front-page .sec-textLoop .item {
  font-size: clamp(4rem, 8.3vw, 12rem);
  font-weight: 600;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  color: #f3f3f3;
}
.front-page .sec-textLoop .marquee-track .img {
  aspect-ratio: 193/118;
  max-width: 193px;
  width: 100%;
  border-radius: 20px 0 20px 0;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 834px) {
  .front-page .sec-textLoop .marquee-track .img {
    max-width: 80px;
    border-radius: 15px 0 15px 0;
  }
}
.front-page .sec-textLoop .marquee-left .marquee-track {
  -webkit-animation: scrollLeft 40s linear infinite;
          animation: scrollLeft 40s linear infinite;
}
@-webkit-keyframes scrollLeft {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scrollLeft {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.front-page .sec-textLoop .marquee-right .marquee-track {
  -webkit-animation: scrollRight 40s linear infinite;
          animation: scrollRight 40s linear infinite;
}
@-webkit-keyframes scrollRight {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scrollRight {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* ============================================
// RECRUIT
// ==========================================*/
/*--------------------
求人一覧
--------------------*/
.lower-kyujin_l .search_panel {
  margin: 0 auto;
  border-radius: 50px 0 50px 0;
  background-color: #f5f5f5;
  padding: 64px 80px 50px;
  position: relative;
  max-width: 1100px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel {
    border-radius: 15px 0 15px 0;
    padding: 40px 20px 32px;
  }
}
.lower-kyujin_l .search-toggle {
  position: absolute;
  left: 50%;
  top: -25px;
  width: auto;
  max-width: inherit;
  background: #27a128;
  -webkit-transform: none;
          transform: none;
  width: 240px;
  z-index: 2;
  border-radius: 20px 0 20px 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle {
    margin: 0;
    width: 200px;
    border-radius: 10px 0 10px 0;
  }
}
@media (any-hover: hover) {
  .lower-kyujin_l .search-toggle:hover {
    opacity: 1;
    -webkit-filter: saturate(1.6);
            filter: saturate(1.6);
  }
}
.lower-kyujin_l .search-toggle .toggle_txt {
  font-size: 1.5rem;
  padding: 1em;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle .toggle_txt {
    font-size: 1.4rem;
    padding: 0.88em 1em;
  }
}
.lower-kyujin_l .search-toggle .toggle_txt .pannel-open {
  display: block;
}
.lower-kyujin_l .search-toggle .toggle_txt .pannel-close {
  display: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger {
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  background: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger::before {
  display: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico {
  width: 16px;
  height: 1px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle .toggle_trigger_txt_ico {
    width: 12px;
  }
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico:nth-of-type(1) {
  margin: 0;
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico:nth-of-type(2) {
  margin: 0;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.lower-kyujin_l .search-toggle.js-active .toggle_txt .pannel-open {
  display: none;
}
.lower-kyujin_l .search-toggle.js-active .toggle_txt .pannel-close {
  display: block;
}
.lower-kyujin_l .search-toggle.js-active .toggle_trigger_txt_ico:nth-of-type(2) {
  -webkit-transform: translateX(-50%) rotate(0);
          transform: translateX(-50%) rotate(0);
}
.lower-kyujin_l .custom-form_inner {
  padding-bottom: 30px;
}
.lower-kyujin_l .job_result_total {
  padding: 0;
}
.lower-kyujin_l article.job {
  font-weight: 400;
  margin-top: 30px;
  padding: 50px;
  border: 1px solid #eee;
  border-radius: 50px 0 50px 0;
}
@media (max-width: 834px) {
  .lower-kyujin_l article.job {
    margin-top: 15px;
    padding: 30px 7%;
    border-radius: 15px 0 15px 0;
  }
}
.lower-kyujin_l article.job:first-child {
  margin-top: 0;
}

/*--------------------
求人詳細
--------------------*/
.lower-kyujin_d .footer {
  padding-bottom: 90px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .footer {
    padding-bottom: 70px;
  }
}
.lower-kyujin_d .footer__inner {
  padding-bottom: 120px;
}
.lower-kyujin_d .pagetop a {
  bottom: 190px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .pagetop a {
    bottom: 170px;
  }
}
.lower-kyujin_d .pageHeader {
  padding-bottom: 170px;
}
.lower-kyujin_d main.l-main {
  padding-bottom: 120px;
  padding-top: 0;
}
@media (max-width: 834px) {
  .lower-kyujin_d main.l-main {
    padding-bottom: 70px;
  }
}
.lower-kyujin_d main.l-main .job {
  border-radius: 50px 0 50px 0;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 60px;
  margin-top: -140px;
}
@media (max-width: 834px) {
  .lower-kyujin_d main.l-main .job {
    padding: 30px 6%;
    margin-inline: -2%;
    border-radius: 25px 0 25px 0;
  }
}
.lower-kyujin_d .page_back {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 834px) {
  .lower-kyujin_d .page_back {
    margin-top: 30px;
  }
}
.lower-kyujin_d .outline_ttl,
.lower-kyujin_d .appeal_ttl {
  color: #ffffff;
  background-color: #f6b000;
  border-radius: 5px;
  text-align: center;
}

/*--------------------
新着求人情報
--------------------*/
.lower-whatsnew .job_count_pager.contents_top {
  margin-top: 0;
}

/* ============================================
// インタビュー一覧ページ
// ==========================================*/
.lower-interview_l {
  /*------------------------------
    インタビュー一覧
  ------------------------------*/
}
.lower-interview_l .interviews {
  max-width: 1130px;
  margin-top: -80px;
  margin-inline: auto;
}
@media (min-width: 835px) {
  .lower-interview_l .interviews {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 0 7%;
  }
}
@media (max-width: 834px) {
  .lower-interview_l .interviews {
    margin-top: -40px;
  }
}
.lower-interview_l .interviews__item {
  max-width: 324px;
  margin-top: 80px;
}
@media (min-width: 835px) {
  .lower-interview_l .interviews__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0;
  }
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item {
    width: min(80%, 300px);
    margin-top: 40px;
    margin-inline: auto;
  }
}
@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 a {
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 835px) {
  .lower-interview_l .interviews__item a {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0;
  }
}
@media (any-hover: hover) {
  .lower-interview_l .interviews__item a:hover .copy {
    color: #f6b000;
  }
  .lower-interview_l .interviews__item a:hover .imgArea img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.lower-interview_l .interviews__item .imgArea {
  aspect-ratio: 324/404;
  margin-bottom: 1.25em;
  border-radius: 50px 0 50px 0;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item .imgArea {
    border-radius: 10px;
  }
}
.lower-interview_l .interviews__item .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-interview_l .interviews__item .bodyArea {
  display: contents;
}
.lower-interview_l .interviews__item .bodyArea .job {
  color: #27a128;
  font-size: 1.45rem;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #27a128;
  padding: 0.4em 1.25em;
  border-radius: 40px;
  line-height: 1.3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.5em;
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item .bodyArea .job {
    font-size: 1.2rem;
  }
}
.lower-interview_l .interviews__item .bodyArea .copy {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.65;
  margin-bottom: 0.3em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lower-interview_l .interviews__item .bodyArea .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}
.lower-interview_l .interviews__item .bodyArea .name {
  font-size: 1.3em;
  font-weight: 700;
}
.lower-interview_l .interviews__item .bodyArea .name small {
  font-size: 0.8em;
  margin-left: 0.3em;
}
.lower-interview_l .interviews__item .bodyArea .data {
  font-size: 0.9em;
  color: rgba(51, 51, 51, 0.5);
}
.lower-interview_l .interviews__item .bodyArea .data span:nth-child(n+2)::before {
  content: "/";
  margin: 0 0.4em 0 0.2em;
}

/* ============================================
// インタビュー詳細ページ
// ==========================================*/
.lower-interview_d .l-main {
  padding-block: 73px 60px;
}
.lower-interview_d .interview {
  /*------------------------------
    メインエリア
  ------------------------------*/
}
.lower-interview_d .interview__main {
  position: relative;
  padding-block: 80px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main {
    padding-block: 40px;
  }
}
.lower-interview_d .interview__main::before, .lower-interview_d .interview__main::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background-color: #a8e813;
  background-color: #8ed53d;
}
.lower-interview_d .interview__main::before {
  -webkit-mask: url(../img/index/mainvisual_shape01.png) center/contain no-repeat;
          mask: url(../img/index/mainvisual_shape01.png) center/contain no-repeat;
  top: -3px;
  left: 0;
  aspect-ratio: 172/183;
  width: 100%;
  max-width: 172px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main::before {
    max-width: 70px;
  }
}
.lower-interview_d .interview__main::after {
  -webkit-mask: url(../img/index/mainvisual_shape02.png) center/contain no-repeat;
          mask: url(../img/index/mainvisual_shape02.png) center/contain no-repeat;
  bottom: -1px;
  right: 0;
  aspect-ratio: 258/232;
  max-width: 258px;
  width: 100%;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main::after {
    max-width: 80px;
  }
}
.lower-interview_d .interview__main .inner {
  position: relative;
  z-index: 3;
}
@media (min-width: 835px) {
  .lower-interview_d .interview__main .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5.5%;
  }
}
.lower-interview_d .interview__main .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  aspect-ratio: 640/427;
  border-radius: 50px 0 50px 0;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .imgArea {
    margin: 0 -6.25vw 1.5em 0;
    border-radius: 25px 0 25px 0;
  }
}
.lower-interview_d .interview__main .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-interview_d .interview__main .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-interview_d .interview__main .txtArea .copy {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 0.6em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea .copy {
    font-size: 1.5em;
  }
}
.lower-interview_d .interview__main .txtArea .job {
  display: block;
  color: #27a128;
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #27a128;
  padding: 0.4em 1.25em;
  border-radius: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea .job {
    font-size: 1.2rem;
  }
}
.lower-interview_d .interview__main .txtArea .name {
  font-size: 1.5em;
  font-weight: 700;
}
.lower-interview_d .interview__main .txtArea .name small {
  font-size: 0.65em;
  margin-left: 0.3em;
}
.lower-interview_d .interview__main .txtArea .data {
  color: rgba(51, 51, 51, 0.8);
}
.lower-interview_d .interview__main .txtArea .data span:nth-child(n+2)::before {
  content: "/";
  margin: 0 0.4em 0 0.2em;
}
.lower-interview_d .interview__main .txtArea .profile {
  margin-top: 1.5em;
}
@media (min-width: 835px) {
  .lower-interview_d .interview__main .txtArea .profile {
    padding-right: 70px;
  }
}
.lower-interview_d .interview__main .txtArea .profile .hd {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
  font-size: 1.15em;
  font-weight: 700;
}
.lower-interview_d .interview__main .txtArea .profile .hd::before {
  content: "";
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.4em;
          flex: 0 0 0.4em;
  width: 0.4em;
  margin-top: 0.75em;
  background: #27a128;
  border-radius: 50%;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea .profile .hd::before {
    margin-top: 0.62em;
  }
}
.lower-interview_d .interview {
  /*------------------------------
    入社のきっかけ
  ------------------------------*/
}
.lower-interview_d .interview__trigger {
  position: relative;
  margin-top: 3em;
  padding: 4.5% 4% 3%;
  border: 1px solid #eee;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__trigger {
    margin: 3em -20px 0;
    padding: 3em 1.7em 1.7em;
    border-left: none;
    border-right: none;
  }
}
.lower-interview_d .interview__trigger .hd {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #ffffff;
  padding: 0.5em 1.2em;
  background: #27a128;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.lower-interview_d .interview__trigger .hd::before {
  content: "";
  aspect-ratio: 1/1;
  width: 0.6em;
  position: absolute;
  left: 0;
  bottom: 1px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  background: #27a128;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.lower-interview_d .interview {
  /*------------------------------
    動画
  ------------------------------*/
}
.lower-interview_d .interview__movie {
  margin-top: 140px;
  margin-bottom: 140px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__movie {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.lower-interview_d .interview__movie .movie {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.lower-interview_d .interview__movie .movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.lower-interview_d .interview__movie .movie iframe + iframe {
  margin-top: 20px;
}
.lower-interview_d .interview {
  /*------------------------------
    インタビューコンテンツ（通常）
  ------------------------------*/
}
.lower-interview_d .interview__topics {
  position: relative;
  background: #8ed53d;
  padding-block: 100px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics {
    padding-block: 50px;
  }
}
.lower-interview_d .interview__topics__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5%;
  padding: 4em 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  counter-increment: topic-num;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item {
    display: block;
    margin-bottom: 40px;
    padding: 0;
    border-bottom: none;
  }
}
@media (min-width: 835px) {
  .lower-interview_d .interview__topics__item:first-child {
    padding-top: 0;
  }
  .lower-interview_d .interview__topics__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .lower-interview_d .interview__topics__item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item:last-child {
    margin-bottom: 0;
  }
}
.lower-interview_d .interview__topics__item .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  aspect-ratio: 640/427;
  border-radius: 50px 0 50px 0;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .imgArea {
    border-radius: 25px 0 25px 0;
    margin-bottom: 1.5em;
  }
}
.lower-interview_d .interview__topics__item .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-interview_d .interview__topics__item .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-interview_d .interview__topics__item .txtArea .lead {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 0.5em;
  color: #fff;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .txtArea .lead {
    font-size: 1.3em;
  }
}
.lower-interview_d .interview__topics__item .txtArea .lead::before {
  content: "TOPIC " counter(topic-num, decimal-leading-zero);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.6em;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #fff;
  line-height: 1;
  margin-bottom: 1em;
  padding-bottom: 0.4em;
  border-bottom: 2px solid;
}
.lower-interview_d .interview__topics__item .txtArea .txt {
  color: #fff;
}
.lower-interview_d .interview {
  /*------------------------------
    インタビューコンテンツ（対話形式）
  ------------------------------*/
}
.lower-interview_d .interview__talk {
  max-width: 1120px;
  margin: 80px auto 0;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__talk {
    max-width: inherit;
    margin-top: 48px;
  }
}
.lower-interview_d .interview__talk__item {
  counter-increment: talk-num;
  margin-bottom: 2.5em;
}
.lower-interview_d .interview__talk__item:last-child {
  margin-bottom: 0;
}
.lower-interview_d .interview__talk__item .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-bottom: 1.2em;
  padding-right: 130px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__talk__item .question {
    gap: 15px;
    padding-right: 0;
  }
}
.lower-interview_d .interview__talk__item .question .img {
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__talk__item .question .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
  }
}
.lower-interview_d .interview__talk__item .question .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.lower-interview_d .interview__talk__item .question .txt {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.7;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__talk__item .question .txt {
    font-size: 1.15em;
  }
}
.lower-interview_d .interview__talk__item .question .txt::before {
  content: "Q " counter(talk-num, decimal-leading-zero);
  display: block;
  font-size: 0.7em;
  color: #27a128;
}
.lower-interview_d .interview__talk__item .answer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__talk__item .answer {
    display: block;
    padding-right: 10px;
  }
}
.lower-interview_d .interview__talk__item .answer .img {
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__talk__item .answer .img {
    width: 50px;
    position: absolute;
    z-index: 1;
    right: -10px;
    top: -10px;
  }
}
.lower-interview_d .interview__talk__item .answer .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.lower-interview_d .interview__talk__item .answer .txt {
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 2.2em 3em;
  background: #f5f5f5;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__talk__item .answer .txt {
    padding: 1.8em 2em;
  }
}
@media (min-width: 835px) {
  .lower-interview_d .interview__talk__item .answer .txt::before {
    content: "";
    aspect-ratio: 1/1;
    width: 1em;
    position: absolute;
    right: 1px;
    top: calc(55px - 0.5em);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background: #f5f5f5;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}
.lower-interview_d .interview {
  /*------------------------------
    一日の流れ
  ------------------------------*/
}
.lower-interview_d .interview__schedule {
  position: relative;
  z-index: 1;
  padding-block: 250px 100px;
  background-color: #f5f5f5;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule {
    padding-block: min(25vw, 150px) 50px;
  }
}
.lower-interview_d .interview__schedule::before, .lower-interview_d .interview__schedule::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule::before, .lower-interview_d .interview__schedule::after {
    height: 300px;
    height: min(50vw, 300px);
  }
}
.lower-interview_d .interview__schedule::before {
  z-index: 2;
  background-color: #27a128;
  mix-blend-mode: multiply;
  opacity: 0.6;
}
.lower-interview_d .interview__schedule::after {
  z-index: 1;
  background: url(../img/interview/section.jpg) no-repeat right bottom/cover;
}
.lower-interview_d .interview__schedule .title {
  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: 2em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .title {
    margin-bottom: 1.5em;
  }
}
.lower-interview_d .interview__schedule .title .eng {
  font-size: 2.4em;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .title .eng {
    font-size: 1.8em;
  }
}
.lower-interview_d .interview__schedule .commonTitle01 {
  margin-bottom: 3em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .commonTitle01 {
    margin-bottom: 2em;
  }
}
.lower-interview_d .interview__schedule .inner {
  position: relative;
  z-index: 3;
}
.lower-interview_d .interview__schedule .body {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
  border-radius: 50px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .body {
    border-radius: 20px;
  }
}
.lower-interview_d .interview__schedule .timeline {
  position: relative;
  z-index: 1;
}
.lower-interview_d .interview__schedule .timeline::before {
  content: "";
  width: 1px;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 150px;
  background: #f6b000;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline::before {
    left: 20px;
  }
}
.lower-interview_d .interview__schedule .timeline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 0;
  border-bottom: 1px solid #eee;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item {
    display: block;
    padding: 1.3em 0;
  }
}
.lower-interview_d .interview__schedule .timeline__item:last-child {
  border-bottom: none;
}
.lower-interview_d .interview__schedule .timeline__item .timeArea {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  font-size: 1.1875em;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #27a128;
  line-height: 1.6;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item .timeArea {
    display: block;
    font-size: 1em;
    margin-bottom: 0.2em;
    padding-left: 40px;
  }
}
.lower-interview_d .interview__schedule .timeline__item .timeArea::before, .lower-interview_d .interview__schedule .timeline__item .timeArea::after {
  content: "";
  aspect-ratio: 1/1;
  width: 0.9em;
  position: absolute;
  right: 0;
  top: 0.3em;
  border-radius: 50%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item .timeArea::before, .lower-interview_d .interview__schedule .timeline__item .timeArea::after {
    right: inherit;
    left: 20px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.lower-interview_d .interview__schedule .timeline__item .timeArea::before {
  background: #ffffff;
  border: 1px solid #f6b000;
}
.lower-interview_d .interview__schedule .timeline__item .timeArea::after {
  background: #f6b000;
  -webkit-transform: translate(50%, 0) scale(0.5);
          transform: translate(50%, 0) scale(0.5);
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item .timeArea::after {
    -webkit-transform: translate(-50%, 0) scale(0.5);
            transform: translate(-50%, 0) scale(0.5);
  }
}
.lower-interview_d .interview__schedule .timeline__item .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item .txtArea {
    padding-left: 40px;
    padding-right: 20px;
  }
}
.lower-interview_d .interview__schedule .timeline__item .txtArea .hd {
  font-size: 1.1875em;
  font-weight: 700;
  color: #27a128;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item .txtArea .hd {
    font-size: 1.125em;
  }
}
.lower-interview_d .interview__schedule .timeline__item .txtArea .txt {
  margin-top: 0.25em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item .txtArea .txt {
    font-size: 0.95em;
  }
}
.lower-interview_d .interview {
  /*------------------------------
    メッセージ
  ------------------------------*/
}
.lower-interview_d .interview__message {
  margin-top: 90px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message {
    margin-top: 48px;
  }
}
.lower-interview_d .interview__message .title {
  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: 2em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .title {
    margin-bottom: 1.5em;
  }
}
.lower-interview_d .interview__message .title .eng {
  font-size: 2.4em;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .title .eng {
    font-size: 1.8em;
  }
}
.lower-interview_d .interview__message .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .body {
    display: block;
  }
}
.lower-interview_d .interview__message .body .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  aspect-ratio: 1/1;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .body .imgArea {
    width: 50%;
    max-width: 240px;
    margin: 0 auto 2em;
  }
}
.lower-interview_d .interview__message .body .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-interview_d .interview__message .body .txtArea {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 2.6em 3.5em;
  background: #f5f5f5;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .body .txtArea {
    padding: 2em;
  }
}
.lower-interview_d .interview__message .body .txtArea::before {
  content: "";
  aspect-ratio: 1/1;
  width: 1.2em;
  position: absolute;
  left: 1px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background: #f5f5f5;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .body .txtArea::before {
    left: 0;
    right: 0;
    top: 1px;
    bottom: inherit;
    margin: 0 auto;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}
.lower-interview_d .interview {
  /*------------------------------
    戻るボタン／取材日
  ------------------------------*/
}
.lower-interview_d .interview__bottom {
  margin-top: 90px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__bottom {
    margin-top: 48px;
  }
}
.lower-interview_d .interview__bottom .backBtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.lower-interview_d .interview__bottom .backBtn a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  color: #ffffff;
  padding: 1em 2em;
  background: #27a128;
  border-radius: 500px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__bottom .backBtn a {
    min-width: 240px;
    margin: 0 auto;
  }
}
.lower-interview_d .interview__bottom .backBtn a::before {
  content: "";
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
  width: 1em;
  background: #ffffff;
  -webkit-mask: url(../img/blog/arrow.svg) center center/contain no-repeat;
          mask: url(../img/blog/arrow.svg) center center/contain no-repeat;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-interview_d .interview__bottom .backBtn a span {
  margin: 0 auto;
  padding: 0 2em;
}
@media (any-hover: hover) {
  .lower-interview_d .interview__bottom .backBtn a:hover {
    background: rgba(39, 161, 40, 0.8);
  }
  .lower-interview_d .interview__bottom .backBtn a:hover::before {
    -webkit-transform: scaleX(-1) translate(4px, 0);
            transform: scaleX(-1) translate(4px, 0);
  }
}
.lower-interview_d .interview__bottom .commonBtn01 {
  margin-inline: auto;
}
.lower-interview_d .interview__bottom .date {
  display: block;
  text-align: center;
  font-size: 0.9em;
  color: rgba(51, 51, 51, 0.8);
  margin-top: 1.5em;
}

/* ============================================
// ご家族の方へ
// ==========================================*/
.lower-family .l-main {
  padding: 0;
}
.lower-family .sec-recruit::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f5f5f5;
  width: 100px;
  height: 100px;
  z-index: -1;
  pointer-events: none;
}
.lower-family .family__intro {
  margin-top: -124px;
}
@media (max-width: 834px) {
  .lower-family .family__intro {
    margin-top: 40px;
  }
}
.lower-family .family__intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
@media (max-width: 834px) {
  .lower-family .family__intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 32px;
  }
}
.lower-family .family__intro__text {
  border-left: 2px solid #27a128;
  padding-left: 20px;
  font-weight: bold;
  margin-top: 230px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 834px) {
  .lower-family .family__intro__text {
    margin-top: 0;
    padding-left: 10px;
    -webkit-margin-start: -2%;
            margin-inline-start: -2%;
  }
  .lower-family .family__intro__text br {
    display: none;
  }
}
.lower-family .family__intro__image {
  aspect-ratio: 500/360;
  max-width: 500px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
  -ms-flex: 0 0 38.46%;
      flex: 0 0 38.46%;
}
@media (max-width: 834px) {
  .lower-family .family__intro__image {
    max-width: 280px;
    margin: 0 auto;
  }
}
.lower-family .family__intro__image img {
  aspect-ratio: 500/360;
  border-radius: 50px 0 50px 0;
}
@media (max-width: 834px) {
  .lower-family .family__intro__image img {
    border-radius: 25px 0 25px 0;
  }
}
.lower-family .family__support {
  padding: 60px 0 140px;
}
@media (max-width: 834px) {
  .lower-family .family__support {
    padding: 40px 0 50px;
  }
}
.lower-family .family__support__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 60px;
}
@media (max-width: 834px) {
  .lower-family .family__support__content {
    gap: 40px;
  }
}
.lower-family .family__support__content .support-item__ttl {
  font-size: 3.4rem;
}
@media (max-width: 834px) {
  .lower-family .family__support__content .support-item__ttl {
    font-size: 2rem;
  }
}
.lower-family .family__support__content .support-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background-color: #f5f5f5;
  border-radius: 50px 0 50px 0;
  padding: 20px 0;
  margin-top: 32px;
}
@media (max-width: 834px) {
  .lower-family .family__support__content .support-item__list {
    border-radius: 25px 0 25px 0;
    padding: 10px 0;
    margin-top: 20px;
    margin-inline: -2%;
  }
}
.lower-family .family__support__content .support-item__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  border-bottom: 1px solid #ddd;
  padding: 40px 60px;
}
@media (max-width: 834px) {
  .lower-family .family__support__content .support-item__list__item {
    padding: 24px 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 20px;
  }
}
.lower-family .family__support__content .support-item__list__item:last-child {
  border-bottom: none;
}
.lower-family .family__support__content .support-item__list__item .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  aspect-ratio: 1/1;
  max-width: 140px;
  width: 100%;
}
@media (max-width: 834px) {
  .lower-family .family__support__content .support-item__list__item .icon {
    max-width: 120px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    margin: 0 auto;
  }
}
.lower-family .family__support__content .support-item__list__item .icon img {
  border-radius: 10px;
}
.lower-family .family__support__content .support-item__list__item .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (max-width: 834px) {
  .lower-family .family__support__content .support-item__list__item .textArea {
    width: 100%;
  }
}
.lower-family .family__support__content .support-item__list__item .textArea__hd {
  color: #27a128;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media (max-width: 834px) {
  .lower-family .family__support__content .support-item__list__item .textArea__hd {
    font-size: 1.85rem;
    text-align: center;
  }
}
.lower-family .family__support__content .support-item__list__item .textArea__text {
  margin-top: 16px;
}
@media (max-width: 834px) {
  .lower-family .family__support__content .support-item__list__item .textArea__text {
    margin-top: 10px;
  }
  .lower-family .family__support__content .support-item__list__item .textArea__text br {
    display: none;
  }
}
.lower-family .family__faq {
  background-color: #f5f5f5;
  padding: 100px 0 140px;
}
@media (max-width: 834px) {
  .lower-family .family__faq {
    padding: 40px 0 80px;
  }
}
.lower-family .family__faq__inner {
  max-width: 1280px;
}
@media (max-width: 834px) {
  .lower-family .family__faq .commonTitle03 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.lower-family .family__faq .faq__list {
  margin-top: 60px;
  border-radius: 50px 0 50px 0;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.03);
  background-color: #fff;
}
@media (min-width: 835px) {
  .lower-family .family__faq .faq__list {
    padding: 10px 0;
  }
}
@media (max-width: 834px) {
  .lower-family .family__faq .faq__list {
    border-radius: 25px 0 25px 0;
    margin-top: 30px;
    margin-inline: -2%;
  }
}
.lower-family .family__faq .faq__list__item {
  border-bottom: 1px solid #eee;
  padding: 0 4em;
}
@media (max-width: 834px) {
  .lower-family .family__faq .faq__list__item {
    padding: 0 24px;
  }
}
.lower-family .family__faq .faq__list__item:last-child {
  border-bottom: none;
}
.lower-family .family__faq .faq__list__item .q {
  position: relative;
  z-index: 1;
  padding: 2.45em 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
@media (max-width: 834px) {
  .lower-family .family__faq .faq__list__item .q {
    padding: 1.5em 0;
  }
}
.lower-family .family__faq .faq__list__item .q::before, .lower-family .family__faq .faq__list__item .q::after {
  content: "";
  width: 1.25em;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  background: #27a128;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-family .family__faq .faq__list__item .q::before, .lower-family .family__faq .faq__list__item .q::after {
    width: 1em;
  }
}
.lower-family .family__faq .faq__list__item .q::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.lower-family .family__faq .faq__list__item .q p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.7em;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.7;
  padding-right: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-family .family__faq .faq__list__item .q p {
    font-size: 1.1em;
    padding-right: 30px;
  }
}
.lower-family .family__faq .faq__list__item .q p::before {
  content: "Q";
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.2em;
          flex: 0 0 2.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9em;
  color: #ffffff;
  line-height: 1;
  padding-top: 0.1em;
  background: #27a128;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 834px) {
  .lower-family .family__faq .faq__list__item .q p::before {
    padding-top: 0;
    font-size: 0.7em;
  }
}
@media (any-hover: hover) {
  .lower-family .family__faq .faq__list__item .q p:hover {
    color: rgba(39, 161, 40, 0.7);
  }
}
.lower-family .family__faq .faq__list__item .a {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: 0fr;
  background-color: rgba(246, 176, 0, 0.1);
  border-radius: 20px;
  padding-inline: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-family .family__faq .faq__list__item .a {
    padding-inline: 20px;
    border-radius: 15px;
  }
}
.lower-family .family__faq .faq__list__item .a p {
  overflow-y: hidden;
}
@media (max-width: 834px) {
  .lower-family .family__faq .faq__list__item .a p br {
    display: none;
  }
}
.lower-family .family__faq .faq__list__item.-open {
  padding-bottom: 2.1em;
}
.lower-family .family__faq .faq__list__item.-open .q::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.lower-family .family__faq .faq__list__item.-open .a {
  grid-template-rows: 1fr;
  padding-block: 30px;
}
@media (max-width: 834px) {
  .lower-family .family__faq .faq__list__item.-open .a {
    padding-bottom: 17px;
    padding-block: 20px;
  }
}

/* ============================================
// 研修・取り組み
// ==========================================*/
.lower-training .l-main {
  padding: 0;
}
.lower-training .sec-recruit::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f5f5f5;
  width: 100px;
  height: 100px;
  z-index: -1;
  pointer-events: none;
}
.lower-training .training__intro {
  margin-top: -124px;
}
@media (max-width: 834px) {
  .lower-training .training__intro {
    margin-top: 40px;
  }
}
.lower-training .training__intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
@media (max-width: 834px) {
  .lower-training .training__intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 32px;
  }
}
.lower-training .training__intro__text {
  border-left: 2px solid #27a128;
  padding-left: 20px;
  font-weight: bold;
  margin-top: 230px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 1280px) {
  .lower-training .training__intro__text {
    margin-top: 180px;
  }
}
@media (max-width: 834px) {
  .lower-training .training__intro__text {
    margin-top: 0;
    padding-left: 10px;
    -webkit-margin-start: -2%;
            margin-inline-start: -2%;
  }
  .lower-training .training__intro__text br {
    display: none;
  }
}
.lower-training .training__intro__image {
  aspect-ratio: 500/360;
  max-width: 500px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
  -ms-flex: 0 0 38.46%;
      flex: 0 0 38.46%;
}
@media (max-width: 834px) {
  .lower-training .training__intro__image {
    max-width: 280px;
    margin: 0 auto;
  }
}
.lower-training .training__intro__image img {
  aspect-ratio: 500/360;
  border-radius: 50px 0 50px 0;
}
@media (max-width: 834px) {
  .lower-training .training__intro__image img {
    border-radius: 25px 0 25px 0;
  }
}
.lower-training .training__content {
  padding: 100px 0 140px;
  background-color: #f5f5f5;
  margin-top: 60px;
}
@media (max-width: 834px) {
  .lower-training .training__content {
    padding: 40px 0 80px;
    margin-top: 40px;
  }
}
.lower-training .training__content__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 60px;
}
@media (max-width: 834px) {
  .lower-training .training__content__block {
    gap: 40px;
  }
}
.lower-training .training__content__block .content-item__ttl {
  font-size: 3.4rem;
}
@media (max-width: 834px) {
  .lower-training .training__content__block .content-item__ttl {
    font-size: 2rem;
  }
}
.lower-training .training__content__block .content-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background-color: #fff;
  border-radius: 50px 0 50px 0;
  padding: 10px 0;
}
@media (max-width: 834px) {
  .lower-training .training__content__block .content-item__list {
    border-radius: 25px 0 25px 0;
    padding: 0;
    margin-inline: -2%;
  }
}
.lower-training .training__content__block .content-item__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5.93%;
  border-bottom: 1px solid #ddd;
  padding: 4.61% 5.38%;
}
@media (max-width: 834px) {
  .lower-training .training__content__block .content-item__list__item {
    padding: 24px 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 20px;
  }
}
.lower-training .training__content__block .content-item__list__item:last-child {
  border-bottom: none;
}
@media (min-width: 835px) {
  .lower-training .training__content__block .content-item__list__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.lower-training .training__content__block .content-item__list__item .image {
  aspect-ratio: 380/260;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.2%;
          flex: 0 0 32.2%;
  max-width: 380px;
  width: 100%;
}
@media (max-width: 834px) {
  .lower-training .training__content__block .content-item__list__item .image {
    max-width: 300px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 auto;
  }
}
.lower-training .training__content__block .content-item__list__item .image img {
  border-radius: 50px 0 50px 0;
}
@media (max-width: 834px) {
  .lower-training .training__content__block .content-item__list__item .image img {
    border-radius: 25px 0 25px 0;
  }
}
.lower-training .training__content__block .content-item__list__item .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (max-width: 834px) {
  .lower-training .training__content__block .content-item__list__item .textArea {
    width: 100%;
  }
}
.lower-training .training__content__block .content-item__list__item .textArea__hd {
  color: #27a128;
  font-weight: bold;
  font-size: 2.8rem;
  font-size: clamp(2.5rem, 1.94vw, 2.8rem);
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
@media (max-width: 834px) {
  .lower-training .training__content__block .content-item__list__item .textArea__hd {
    font-size: 1.85rem;
    gap: 8px;
  }
}
.lower-training .training__content__block .content-item__list__item .textArea__hd .num {
  background-color: #f6b000;
  border-radius: 50%;
  aspect-ratio: 1/1;
  color: #fff;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  font-size: 1.6rem;
  padding: 5px;
  width: 42px;
  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;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
}
@media (max-width: 834px) {
  .lower-training .training__content__block .content-item__list__item .textArea__hd .num {
    font-size: 1.2rem;
    width: 32px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
    margin-top: -2px;
  }
}
.lower-training .training__content__block .content-item__list__item .textArea__text {
  margin-top: 16px;
}
@media (max-width: 834px) {
  .lower-training .training__content__block .content-item__list__item .textArea__text {
    margin-top: 10px;
  }
  .lower-training .training__content__block .content-item__list__item .textArea__text br {
    display: none;
  }
}

/* ============================================
// 数字で見るページ
// ==========================================*/
/*
  カンプ幅1440px基準の可変サイズを作る関数
  fluid(70) → clamp(49px, 4.861vw, 70px)
    ・1440px以上 … 指定値で固定（1920pxでもカンプ実寸のまま）
    ・1440px未満 … ビューポート幅に比例して縮小
    ・下限 … 指定値の70%（SPでの下げ止まり。第2引数で変更可）
*/
.lower-data {
  --engFont: Poppins, sans-serif;
  --gapX: 0px;
  --gapY: 0px;
  --lineWidth: 1px;
  --lineInsetTop: var(--blockPaddingTop);
  --lineInsetBottom: var(--blockPaddingBottom);
  --borderWidth: 0px;
  --borderRadius: 0;
  --panelRadius: clamp(28px, 2.778vw, 40px);
  --panelPaddingX: clamp(49px, 4.861vw, 70px);
  --panelPaddingY: 0px;
  --blockPaddingX: clamp(32.9px, 3.264vw, 47px);
  --blockPaddingTop: clamp(42px, 4.167vw, 60px);
  --blockPaddingBottom: clamp(42px, 4.167vw, 60px);
  --blockMinHeight: 280px;
  --blockGap: clamp(21px, 2.083vw, 30px);
  --colGap: clamp(42px, 4.167vw, 60px);
  --lineColor: #e5e5e5;
  --titleSize: 2.4rem;
  --numberingSize: 2rem;
  /*
    数字・単位のサイズはカンプ幅1440px基準の可変指定（項目ごとに上書き）
    clamp(下限, 可変値, 上限) ／ 上限＝カンプ実寸、可変値＝上限rem ÷ 1.44 のvw、下限＝上限の60%（SP用）
    → 1440px以上はカンプ実寸で固定、1440px未満はカラム幅に比例して縮小
  */
  --dataNumSize: clamp(5.4rem, 6.25vw, 9rem);
  --dataUnitSize: clamp(1.44rem, 1.667vw, 2.4rem);
  --dataNumColor: #27a128;
  --iconSize: auto;
  --figureDrop: 0px;
  --picWidth: clamp(441px, 43.75vw, 630px);
  --figureMaxWidth: none;
  --balanceChartWidth: clamp(322px, 31.944vw, 460px);
  --balanceChartHeight: clamp(49px, 4.861vw, 70px);
  --balanceIconHeight: clamp(50.4px, 5vw, 72px);
  --numOverhang: clamp(21px, 2.083vw, 30px);
  --balanceChartColor01: #27a128;
  --balanceChartColor02: #f6b000;
  --pieChartSize: 180px;
  --doughnutChartSize: clamp(140px, 13.889vw, 200px);
  --doughnutChartColor: #27a128;
  --doughnutChartCutout: 45%;
  --tipsColor01: #27a128;
  --tipsColor02: #f6b000;
  --tipsColor03: #a8e813;
  --tipsColor04: #007b8a;
  --tipsColor05: #6c3483;
}
@media (max-width: 834px) {
  .lower-data {
    --panelRadius: 20px;
    --panelPaddingX: 20px;
    --panelPaddingY: 0px;
    --blockPaddingX: 0;
    --blockPaddingTop: 24px;
    --blockPaddingBottom: 32px;
    --blockMinHeight: 0px;
    --doughnutChartSize: 140px;
    --figureMaxWidth: 170px;
    --balanceChartWidth: 300px;
    --balanceIconHeight: 60px;
    --numOverhang: 12px;
  }
}
.lower-data .l-main {
  padding: 0;
}
.lower-data .sec-recruit::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f5f5f5;
  width: 100px;
  height: 100px;
  z-index: -1;
  pointer-events: none;
}
.lower-data {
  /*------------------------------
    ページヘッダー下（リード文＋画像）
  ------------------------------*/
}
.lower-data .data__intro {
  margin-top: -124px;
}
@media (max-width: 834px) {
  .lower-data .data__intro {
    margin-top: 40px;
  }
}
.lower-data .data__intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: var(--colGap);
}
@media (max-width: 834px) {
  .lower-data .data__intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 32px;
  }
}
.lower-data .data__intro__text {
  border-left: 2px solid #27a128;
  padding-left: 20px;
  font-weight: bold;
  margin-top: 230px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 1280px) {
  .lower-data .data__intro__text {
    margin-top: 180px;
  }
}
@media (max-width: 834px) {
  .lower-data .data__intro__text {
    margin-top: 0;
    padding-left: 10px;
    -webkit-margin-start: -2%;
            margin-inline-start: -2%;
  }
  .lower-data .data__intro__text br {
    display: none;
  }
}
.lower-data .data__intro__image {
  aspect-ratio: 500/360;
  max-width: 500px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38.46%;
          flex: 0 0 38.46%;
}
@media (max-width: 834px) {
  .lower-data .data__intro__image {
    max-width: 280px;
    margin: 0 auto;
  }
}
.lower-data .data__intro__image img {
  aspect-ratio: 500/360;
  border-radius: 50px 0 50px 0;
}
@media (max-width: 834px) {
  .lower-data .data__intro__image img {
    border-radius: 25px 0 25px 0;
  }
}
.lower-data {
  /*------------------------------
    メッセージ
  ------------------------------*/
}
.lower-data .data__message {
  --messageColGap: clamp(70px, 6.944vw, 100px);
  --messagePicWidth: clamp(324.1px, 32.153vw, 463px);
  --messageTextDrop: clamp(21px, 2.083vw, 30px);
  --decoYellowWidth: clamp(119px, 11.806vw, 170px);
  --decoYellowLeft: clamp(12.6px, 1.25vw, 18px);
  --decoYellowTop: clamp(10.5px, 1.042vw, 15px);
  --decoGreenWidth: clamp(59.5px, 5.903vw, 85px);
  --decoGreenRight: clamp(38.5px, 3.819vw, 55px);
  --decoGreenDrop: clamp(73.5px, 7.292vw, 105px);
  position: relative;
  margin-top: clamp(84px, 8.333vw, 120px);
  margin-bottom: clamp(84px, 8.333vw, 120px);
}
@media (max-width: 834px) {
  .lower-data .data__message {
    --messageColGap: 0px;
    --messageTextDrop: 0px;
    --decoYellowWidth: 100px;
    --decoYellowLeft: 10px;
    --decoYellowTop: 10px;
    --decoGreenWidth: 50px;
    --decoGreenRight: 6.25%;
    --decoGreenDrop: 30px;
    margin-top: 40px;
  }
}
.lower-data .data__message::after {
  content: "";
  position: absolute;
  right: var(--decoGreenRight);
  bottom: calc(var(--decoGreenDrop) * -1.5);
  z-index: 1;
  width: var(--decoGreenWidth);
  aspect-ratio: 207/214;
  -webkit-mask: url(../img/data/mask.png) no-repeat center center/contain;
          mask: url(../img/data/mask.png) no-repeat center center/contain;
  background-color: #27a128;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-data .data__message::after {
    content: none;
  }
}
.lower-data .data__message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--messageColGap);
}
@media (max-width: 834px) {
  .lower-data .data__message__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    gap: 24px;
  }
}
.lower-data .data__message__image {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--messagePicWidth);
          flex: 0 0 var(--messagePicWidth);
  aspect-ratio: 463/480;
}
@media (max-width: 834px) {
  .lower-data .data__message__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 230px;
    margin: 30px auto 0;
  }
}
.lower-data .data__message__image::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -40px;
  left: 0px;
  z-index: 1;
  width: var(--decoYellowWidth);
  aspect-ratio: 207/214;
  -webkit-mask: url(../img/data/mask.png) no-repeat center center/contain;
          mask: url(../img/data/mask.png) no-repeat center center/contain;
  background-color: #f6b000;
  opacity: 0.3;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-data .data__message__image::before {
    width: calc(var(--decoYellowWidth) * 0.7);
    top: -20px;
    left: 0px;
  }
}
@media (max-width: 834px) {
  .lower-data .data__message__image::after {
    content: "";
    position: absolute;
    width: 70px;
    aspect-ratio: 207/214;
    -webkit-mask: url(../img/data/mask.png) no-repeat center center/contain;
            mask: url(../img/data/mask.png) no-repeat center center/contain;
    background-color: #27a128;
    pointer-events: none;
    bottom: -20px;
    right: 0px;
    z-index: 0;
  }
}
.lower-data .data__message__image .img {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  -webkit-mask: url(../img/data/mask.png) no-repeat center center/contain;
          mask: url(../img/data/mask.png) no-repeat center center/contain;
}
.lower-data .data__message__textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: var(--messageTextDrop);
}
@media (max-width: 834px) {
  .lower-data .data__message__textArea {
    width: 100%;
  }
}
.lower-data .data__message__lead {
  font-size: clamp(2.4rem, 3.06vw, 4.4rem);
  font-weight: 700;
  line-height: 1.5;
  margin-top: clamp(21px, 2.083vw, 30px);
}
@media (max-width: 834px) {
  .lower-data .data__message__lead {
    margin-top: 16px;
  }
}
.lower-data .data__message__text {
  margin-top: clamp(28px, 2.778vw, 40px);
}
@media (max-width: 834px) {
  .lower-data .data__message__text {
    margin-top: 16px;
  }
}
.lower-data {
  /*------------------------------
    データ一覧
  ------------------------------*/
}
.lower-data .data__content {
  margin-top: clamp(42px, 4.167vw, 60px);
  padding: clamp(70px, 6.944vw, 100px) clamp(28px, 2.778vw, 40px) clamp(98px, 9.722vw, 140px);
  background-color: #f5f5f5;
  border-top-left-radius: 50px;
}
@media (max-width: 834px) {
  .lower-data .data__content {
    margin-top: 40px;
    padding: 40px 6.25% 60px;
    border-top-left-radius: 25px;
  }
}
.lower-data .data__content__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: var(--panelPaddingY) var(--panelPaddingX);
  background: #fff;
  border-radius: var(--panelRadius);
}
.lower-data .data__container .data__body {
  position: relative;
  background: #fff;
}
@media (min-width: 835px) {
  .lower-data .data__container .data__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: var(--gapY) var(--gapX);
  }
}
@media (max-width: 834px) {
  .lower-data .data__container .data__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: var(--gapY);
  }
}
.lower-data .data__container .data__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background: #fff;
  border: var(--borderWidth) solid #27a128;
  border-radius: var(--borderRadius);
  padding: var(--blockPaddingTop) var(--blockPaddingX) var(--blockPaddingBottom);
  min-height: var(--blockMinHeight);
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block {
    width: 100%;
    border-radius: 0;
  }
}
.lower-data .data__container .data__block::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: var(--lineInsetTop);
  bottom: var(--lineInsetBottom);
  width: var(--lineWidth);
  background: var(--lineColor);
  pointer-events: none;
  display: none;
}
.lower-data .data__container .data__block::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--lineWidth);
  background: var(--lineColor);
  pointer-events: none;
}
@media (min-width: 835px) {
  .lower-data .data__container .data__block.-one {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - var(--gapX) * 2 / 3);
            flex: 0 0 calc(33.3333333333% - var(--gapX) * 2 / 3);
    max-width: calc(33.3333333333% - var(--gapX) * 2 / 3);
  }
  .lower-data .data__container .data__block.-two {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(66.6666666667% - var(--gapX) / 2);
            flex: 0 0 calc(66.6666666667% - var(--gapX) / 2);
    max-width: calc(66.6666666667% - var(--gapX) / 2);
  }
  .lower-data .data__container .data__block.-two + .-one {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - var(--gapX) / 2);
            flex: 0 0 calc(33.3333333333% - var(--gapX) / 2);
    max-width: calc(33.3333333333% - var(--gapX) / 2);
  }
  .lower-data .data__container .data__block.-half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - var(--gapX) / 2);
            flex: 0 0 calc(50% - var(--gapX) / 2);
    max-width: calc(50% - var(--gapX) / 2);
  }
  .lower-data .data__container .data__block.-full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.lower-data .data__container .data__block .head {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lower-data .data__container .data__block .head .num {
  font-family: var(--engFont);
  font-size: var(--numberingSize);
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  position: absolute;
  z-index: 1;
  left: calc(var(--borderWidth) * -1);
  top: 0;
  padding: 0.7em 0.8em 0.6em 0.8em;
  background: #27a128;
  translate: 0 -50%;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .head .num {
    scale: 0.8;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
.lower-data .data__container .data__block .head .title {
  font-size: var(--titleSize);
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: clamp(12.6px, 1.25vw, 18px);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .head .title {
    font-size: calc(var(--titleSize) * 0.8);
    gap: 8px;
  }
}
.lower-data .data__container .data__block .head .title::before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: clamp(13.3px, 1.319vw, 19px);
  margin-top: 0.55em;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .head .title::before {
    max-width: 13px;
    margin-top: 0.5em;
  }
}
.lower-data .data__container .data__block .body {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: auto;
  padding: var(--blockGap) 0 30px;
  min-height: 0;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .body {
    padding: 16px 0 0;
  }
}
.lower-data .data__container .data__block .body.-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(28px, 2.778vw, 40px);
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .body.-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
}
.lower-data .data__container .data__block .body.-horizontal .figure {
  width: auto;
  max-width: none;
}
.lower-data .data__container .data__block .body.-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--blockGap);
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .body.-vertical {
    gap: 16px;
  }
}
.lower-data .data__container .data__block .body .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lower-data .data__container .data__block .body .img img {
  width: var(--iconSize);
  max-width: 100%;
  height: auto;
}
.lower-data .data__container .data__block .body .figure {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  max-width: var(--figureMaxWidth);
  padding-bottom: max(0px, var(--figureDrop));
}
.lower-data .data__container .data__block .body .figure .img {
  grid-area: 1/1;
  justify-self: center;
}
.lower-data .data__container .data__block .body .figure .data {
  grid-area: 1/1;
  justify-self: center;
  align-self: end;
  margin-bottom: calc(var(--figureDrop) * -1);
  position: relative;
  z-index: 1;
}
.lower-data .data__container .data__block .body .annotation {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #999999;
  line-height: 1.6;
  margin-left: auto;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .body .annotation {
    font-size: 1.2rem;
  }
}
.lower-data .data__container .data__block .pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
  max-width: var(--picWidth);
  aspect-ratio: 630/340;
  border-radius: clamp(35px, 3.472vw, 50px) 0 clamp(35px, 3.472vw, 50px) 0;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .pic {
    max-width: 100%;
    border-radius: clamp(17.5px, 1.736vw, 25px) 0 clamp(17.5px, 1.736vw, 25px) 0;
    margin-top: 16px;
  }
}
.lower-data .data__container .data__block .data__multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10%;
}
.lower-data .data__container .data__block .data .body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  margin: 0;
}
.lower-data .data__container .data__block .data .label {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  color: #ffffff;
  padding: 0 1.2em;
  background: #27a128;
  border-radius: 100vmax;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .data .label {
    font-size: 1.2rem;
  }
}
.lower-data .data__container .data__block .data .num {
  font-size: var(--dataUnitSize);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-align: center;
}
.lower-data .data__container .data__block .data .num.-eng {
  font-family: var(--engFont);
  font-weight: 700;
}
.lower-data .data__container .data__block .data .num:has(.-small) {
  font-size: calc(var(--dataUnitSize) * 0.9);
}
.lower-data .data__container .data__block .data .num b {
  font-family: var(--engFont);
  font-size: var(--dataNumSize);
  font-weight: 700;
  color: var(--dataNumColor);
  letter-spacing: -0.02em;
  margin-right: 2px;
  /*
    カウントアップ中のガタつき防止
    ・等幅数字にして、数字ごとの字幅の違いをなくす
    ・--numMinWidth で最終的な桁数ぶんの幅を最初から確保する
      （1ch＝数字1文字ぶん。小数点は約0.35em）
  */
  display: inline-block;
  text-align: center;
  min-width: var(--numMinWidth, 0);
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}
.lower-data .data__container .data__block .data .num b.-small {
  font-size: calc(var(--dataNumSize) * 0.7);
}
.lower-data .data__container .data__block:has(.line-chart) .line-chart {
  width: 100%;
}
.lower-data .data__container .data__block:has(.line-chart) .line-chart .chart {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: var(--balanceChartWidth);
  margin: 0 auto;
}
.lower-data .data__container .data__block:has(.line-chart) .line-chart .chart .line {
  width: 100%;
  height: var(--balanceChartHeight);
  -webkit-transition: width 1.3s ease;
  transition: width 1.3s ease;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block:has(.line-chart) .line-chart .chart .line {
    height: calc(var(--balanceChartHeight) * 0.65);
  }
}
.lower-data .data__container .data__block:has(.line-chart) .line-chart .chart .line:nth-child(2n+1) {
  background: var(--balanceChartColor01);
}
.lower-data .data__container .data__block:has(.line-chart) .line-chart .chart .line:nth-child(2n+2) {
  background: var(--balanceChartColor02);
}
.lower-data .data__container .data__block:has(.line-chart) .dataTitle {
  width: 100%;
  max-width: var(--balanceChartWidth);
  margin-inline: auto;
  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;
  margin-bottom: calc(clamp(9.8px, 0.972vw, 14px) * -1);
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block:has(.line-chart) .dataTitle {
    margin-bottom: -10px;
  }
}
.lower-data .data__container .data__block:has(.line-chart) .dataTitle__item {
  position: relative;
  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: 0;
  font-weight: 700;
  margin-bottom: 26px;
  padding-top: 30px;
}
.lower-data .data__container .data__block:has(.line-chart) .dataTitle__item:last-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.lower-data .data__container .data__block:has(.line-chart) .dataTitle__item {
  /*
    イラストは絶対配置にして、アイテムの幅＝ラベルの幅にする
    → ラベルがグラフの両端に揃い、イラストはその上で左右に少しはみ出す
  */
}
.lower-data .data__container .data__block:has(.line-chart) .dataTitle__item img {
  position: absolute;
  top: 5px;
  left: 50%;
  translate: -50% 0;
  width: var(--iconSize);
  max-width: none;
}
.lower-data .data__container .data__block:has(.line-chart) .dataTitle__item span {
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #ffffff;
  padding: 0 1.1em;
  border-radius: 100vmax;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block:has(.line-chart) .dataTitle__item span {
    font-size: 1.2rem;
  }
}
.lower-data .data__container .data__block:has(.line-chart) .dataTitle__item:first-child span {
  background: var(--balanceChartColor01);
}
.lower-data .data__container .data__block:has(.line-chart) .dataTitle__item:last-child span {
  background: var(--balanceChartColor02);
}
.lower-data .data__container .data__block:has(.line-chart) .data {
  width: calc(var(--balanceChartWidth) + var(--numOverhang) * 2);
  max-width: none;
  margin-top: clamp(8.4px, 0.833vw, 12px);
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block:has(.line-chart) .data {
    width: 100%;
  }
}
.lower-data .data__container .data__block:has(.line-chart) .data__multi {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lower-data .data__container .data__block:has(.line-chart) .data__multi .num:nth-of-type(2) {
  --dataNumColor: var(--balanceChartColor02);
}
.lower-data .data__container .data__block:has(.line-chart) .data__multi .separate {
  font-family: var(--engFont);
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1;
}
.lower-data .data__container .data__block .pie-chart {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--pieChartSize);
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .pie-chart {
    width: calc(var(--pieChartSize) * 0.88);
  }
}
.lower-data .data__container .data__block .pie-chart .chart {
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  margin: 0 auto;
  border-radius: 50%;
}
.lower-data .data__container .data__block .pie-chart .chart::before {
  content: "";
  position: absolute;
  inset: 6px;
  z-index: -1;
  border-radius: 50%;
  background: #f0f7f9;
}
.lower-data .data__container .data__block .pie-chart .chart canvas {
  position: absolute;
  inset: 0;
}
.lower-data .data__container .data__block .doughnut-chart {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--doughnutChartSize);
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .doughnut-chart {
    width: var(--doughnutChartSize);
  }
}
.lower-data .data__container .data__block .doughnut-chart .chart {
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  width: 100%;
  margin: 0 auto;
  background: #f2f2f2;
  border-radius: 50%;
}
.lower-data .data__container .data__block .doughnut-chart .chart::before {
  content: "";
  position: absolute;
  inset: 20%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
}
.lower-data .data__container .data__block .doughnut-chart .chart canvas {
  position: absolute;
  inset: 0;
}
.lower-data .data__container .data__block .doughnut-chart .chart .num {
  position: absolute;
  inset: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  font-size: calc(var(--dataNumSize) * 0.25 * 0.9);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .doughnut-chart .chart .num {
    font-size: calc(var(--dataNumSize) * 0.25 * 0.8);
  }
}
.lower-data .data__container .data__block .doughnut-chart .chart .num b {
  font-family: var(--engFont);
  font-size: calc(var(--dataNumSize) * 0.7);
  font-weight: 700;
  color: var(--dataNumColor);
  letter-spacing: -0.05em;
  margin-right: 4px;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .doughnut-chart .chart .num b {
    font-size: calc(var(--dataNumSize) * 0.7 * 0.7);
  }
}
.lower-data .data__container .data__block .doughnut-chart .chart .ico {
  position: absolute;
  z-index: 2;
  left: 16px;
  bottom: 0;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .doughnut-chart .chart .ico {
    left: 8px;
  }
}
.lower-data .data__container .data__block .doughnut-chart .chart .ico img {
  height: 56px;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .doughnut-chart .chart .ico img {
    height: 44px;
  }
}
.lower-data .data__container .data__block .bar-chart {
  width: 100%;
  max-width: 400px;
}
.lower-data .data__container .data__block .bar-chart canvas {
  aspect-ratio: 3/2;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .bar-chart canvas {
    aspect-ratio: 2/1.2;
  }
}
.lower-data .data__container .data__block .bar-chart canvas.verticalBarChart {
  aspect-ratio: 1/1;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .bar-chart canvas.verticalBarChart {
    aspect-ratio: 3/2;
  }
}
.lower-data .data__container .data__block .tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.7em;
}
.lower-data .data__container .data__block .tips__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 8px;
  font-weight: 700;
}
.lower-data .data__container .data__block .tips__item::before {
  content: "";
  aspect-ratio: 1/1;
  width: 0.6em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.6em;
          flex: 0 0 0.6em;
  margin-top: 0.8em;
}
.lower-data .data__container .data__block .tips__item b {
  font-family: var(--engFont);
  font-weight: 700;
  font-size: 1.7em;
  line-height: 1;
  margin-right: 0.1em;
}
.lower-data .data__container .data__block .tips__item:nth-child(5n+1)::before {
  background: var(--tipsColor01);
}
.lower-data .data__container .data__block .tips__item:nth-child(5n+2)::before {
  background: var(--tipsColor02);
}
.lower-data .data__container .data__block .tips__item:nth-child(5n+3)::before {
  background: var(--tipsColor03);
}
.lower-data .data__container .data__block .tips__item:nth-child(5n+4)::before {
  background: var(--tipsColor04);
}
.lower-data .data__container .data__block .tips__item:nth-child(5n+5)::before {
  background: var(--tipsColor05);
}
.lower-data .data__container .data__block .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 15px;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .list {
    gap: 10px;
  }
}
.lower-data .data__container .data__block .list__item {
  position: relative;
  font-weight: 700;
  color: #ffffff;
  padding: 0.65em 1.1em;
  background: #27a128;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .list__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.2rem;
  }
}
.lower-data .data__container .data__block .list__item::after {
  content: "";
  aspect-ratio: 10/7;
  width: 10px;
  position: absolute;
  bottom: 1px;
  right: 20px;
  background: #27a128;
  translate: 0 100%;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.lower-data .data__container .data__block .list__item:nth-child(even) {
  background: #f6b000;
}
.lower-data .data__container .data__block .list__item:nth-child(even)::after {
  background: #f6b000;
}
.lower-data .data__container .data__date {
  text-align: center;
  padding-bottom: clamp(42px, 4.167vw, 60px);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #333;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__date {
    font-size: 1.2rem;
    margin-top: 16px;
    padding-bottom: 32px;
  }
}
.lower-data .data__container {
  /*------------------------------
    項目ごとの設定
  ------------------------------*/
}
@media (min-width: 835px) {
  .lower-data .data__container #data02::before,
  .lower-data .data__container #data03::before,
  .lower-data .data__container #data05::before,
  .lower-data .data__container #data08::before {
    display: block;
  }
}
@media (min-width: 835px) {
  .lower-data .data__container #data04,
  .lower-data .data__container #data06,
  .lower-data .data__container #data07 {
    padding-left: 0;
  }
}
@media (min-width: 835px) {
  .lower-data .data__container #data07::after {
    display: none;
  }
}
.lower-data .data__container #data08::after {
  display: none;
}
.lower-data .data__container {
  /*
    data01〜03・05：イラストを絶対配置にしたグループ
    ・.figure がカラム幅いっぱいの基準ボックス（高さ＝ --figureHeight）
    ・イラストは .img の left / top で自由に位置調整（原寸表示）
    ・数字は基準ボックスの下端に配置。中央寄せ、位置は .data の justify-self / margin で調整
  */
}
.lower-data .data__container #data01 .figure,
.lower-data .data__container #data02 .figure,
.lower-data .data__container #data03 .figure,
.lower-data .data__container #data05 .figure {
  width: 100%;
  min-height: var(--figureHeight);
  padding-bottom: 0;
  -ms-flex-line-pack: end;
      align-content: end;
}
@media (max-width: 834px) {
  .lower-data .data__container #data01 .figure,
  .lower-data .data__container #data02 .figure,
  .lower-data .data__container #data03 .figure,
  .lower-data .data__container #data05 .figure {
    max-width: var(--figureMaxWidth);
  }
}
.lower-data .data__container #data01 .figure .img,
.lower-data .data__container #data02 .figure .img,
.lower-data .data__container #data03 .figure .img,
.lower-data .data__container #data05 .figure .img {
  position: absolute;
  z-index: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.lower-data .data__container #data01 .figure .data,
.lower-data .data__container #data02 .figure .data,
.lower-data .data__container #data03 .figure .data,
.lower-data .data__container #data05 .figure .data {
  margin-bottom: 0;
}
.lower-data .data__container {
  /*
    1行目の横幅（均等3分割ではない）
    カンプ実測 創業428px ／ 総従業員数350px ／ 平均勤続年数300px（合計1078px）
    その比率を % に換算
  */
}
@media (min-width: 835px) {
  .lower-data .data__container #data01 {
    -ms-flex-preferred-size: 39.703%;
        flex-basis: 39.703%;
    max-width: 39.703%;
  }
  .lower-data .data__container #data02 {
    -ms-flex-preferred-size: 32.468%;
        flex-basis: 32.468%;
    max-width: 32.468%;
  }
  .lower-data .data__container #data03 {
    -ms-flex-preferred-size: 27.829%;
        flex-basis: 27.829%;
    max-width: 27.829%;
  }
}
.lower-data .data__container #data01 {
  --dataNumSize: clamp(5.4rem, 6.25vw, 9rem);
  --dataUnitSize: clamp(1.32rem, 1.528vw, 2.2rem);
  --blockPaddingX: 0px;
  --iconSize: clamp(121.1px, 12.014vw, 173px);
  --figureHeight: clamp(95.9px, 9.514vw, 137px);
}
.lower-data .data__container #data01 .num b:first-of-type {
  --numMinWidth: 4ch;
}
.lower-data .data__container #data01 .num b:last-of-type {
  --numMinWidth: 1ch;
}
.lower-data .data__container #data01 .figure .img {
  left: 0;
  bottom: 40.2%;
}
@media (max-width: 834px) {
  .lower-data .data__container #data01 .figure .img {
    left: -8%;
  }
}
.lower-data .data__container #data02 {
  --dataNumSize: clamp(7.14rem, 8.264vw, 11.9rem);
  --dataUnitSize: clamp(1.44rem, 1.667vw, 2.4rem);
  --iconSize: clamp(131.6px, 13.056vw, 188px);
  --figureHeight: clamp(131.6px, 13.056vw, 188px);
  --numMinWidth: 2ch;
}
.lower-data .data__container #data02 .figure .img {
  right: 5px;
  top: -39%;
}
@media (max-width: 834px) {
  .lower-data .data__container #data02 .figure .img {
    right: 0;
  }
}
.lower-data .data__container #data02 .figure .data {
  justify-self: start;
}
.lower-data .data__container #data03 {
  --dataNumSize: clamp(5.4rem, 6.25vw, 9rem);
  --dataUnitSize: clamp(1.44rem, 1.667vw, 2.4rem);
  --iconSize: clamp(121.8px, 12.083vw, 174px);
  --figureHeight: clamp(112px, 11.111vw, 160px);
  --numMinWidth: calc(3ch + 0.35em);
}
.lower-data .data__container #data03 .figure .img {
  left: 55%;
  bottom: 0;
  translate: -50% 0;
}
.lower-data .data__container {
  /*
    男女比・平均年齢の横幅
    カンプでは均等割りではなく、平均年齢の方が狭い（パネル内寸1060pxに対して約486px）
    486 ÷ 1060 = 45.85% ／ 残り 54.15% が男女比
  */
}
@media (min-width: 835px) {
  .lower-data .data__container #data04 {
    -ms-flex-preferred-size: 54.15%;
        flex-basis: 54.15%;
    max-width: 54.15%;
  }
  .lower-data .data__container #data05 {
    -ms-flex-preferred-size: 45.85%;
        flex-basis: 45.85%;
    max-width: 45.85%;
  }
}
.lower-data .data__container {
  /*
    男女比・平均年齢
    .body は margin:auto のままにして、行の高さに対し中身を上下中央に配置する
    → 2ブロックの中心が揃い、上下の余白も左右で均等になる
    padding-top は行の高さを決める側（男女比）の「見出し〜中身」のあきになる
  */
}
.lower-data .data__container #data04 .body,
.lower-data .data__container #data05 .body {
  padding-top: clamp(22.4px, 2.222vw, 32px);
}
.lower-data .data__container #data04 {
  --dataNumSize: clamp(3rem, 3.472vw, 5rem);
  --dataUnitSize: clamp(1.44rem, 1.667vw, 2.4rem);
  --iconSize: clamp(62.3px, 6.181vw, 89px);
  --numMinWidth: calc(3ch + 0.35em);
}
.lower-data .data__container #data04 .body {
  gap: 0;
}
.lower-data .data__container #data05 {
  --dataNumSize: clamp(6.6rem, 7.639vw, 11rem);
  --dataUnitSize: clamp(1.44rem, 1.667vw, 2.4rem);
  --iconSize: clamp(97.3px, 9.653vw, 139px);
  --figureHeight: clamp(100.8px, 10vw, 144px);
  --numMinWidth: calc(3ch + 0.35em);
}
@media (max-width: 834px) {
  .lower-data .data__container #data05 {
    --figureMaxWidth: 270px;
  }
}
.lower-data .data__container #data05 .figure .img {
  left: 0;
  bottom: 6.9%;
}
.lower-data .data__container #data05 .data {
  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: clamp(4.2px, 0.417vw, 6px);
  translate: 11.6% 0;
}
.lower-data .data__container #data06 {
  --dataNumSize: clamp(6.6rem, 7.639vw, 11rem);
  --dataUnitSize: clamp(1.68rem, 1.944vw, 2.8rem);
  --iconSize: clamp(140.7px, 13.958vw, 201px);
  --figureHeight: clamp(168px, 16.667vw, 240px);
  --numMinWidth: 2ch;
  /*
    左列＝見出し＋イラスト＋数字／右列＝写真（上下ぶち抜き）
    写真を .body の外に出したうえでグリッド化することで、
    写真の上端が見出しの上端と揃う
  */
}
@media (min-width: 835px) {
  .lower-data .data__container #data06 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--picWidth);
    grid-template-rows: auto 1fr;
    -webkit-column-gap: var(--colGap);
       -moz-column-gap: var(--colGap);
            column-gap: var(--colGap);
  }
  .lower-data .data__container #data06 .head {
    grid-area: 1/1;
  }
  .lower-data .data__container #data06 .body {
    grid-area: 2/1;
    padding-bottom: 0;
  }
  .lower-data .data__container #data06 .pic {
    grid-column: 2;
    grid-row: 1/span 2;
    align-self: start;
  }
}
.lower-data .data__container #data06 .figure {
  position: initial;
  width: 100%;
  min-height: var(--figureHeight);
  padding-bottom: 0;
  -ms-flex-line-pack: end;
      align-content: end;
}
.lower-data .data__container #data06 .figure .img {
  position: absolute;
  z-index: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
.lower-data .data__container #data06 .figure .data {
  justify-self: start;
  margin-bottom: 0;
}
@media (max-width: 834px) {
  .lower-data .data__container #data06 .figure .data {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.lower-data .data__container {
  /*
    デジタコ・健康診断
    イラストは既定だと「100%」全体の中心に揃うが、単位「%」のぶん右に寄って見えるため、
    単位の幅の半分だけ左へずらして数字「100」の中心に合わせる
  */
}
.lower-data .data__container #data07,
.lower-data .data__container #data08 {
  --iconShiftX: calc(var(--dataUnitSize) * -0.6);
}
.lower-data .data__container #data07 .figure .img,
.lower-data .data__container #data08 .figure .img {
  translate: var(--iconShiftX) 0;
}
.lower-data .data__container #data07 {
  --dataNumSize: clamp(4.08rem, 4.722vw, 6.8rem);
  --dataUnitSize: clamp(1.44rem, 1.667vw, 2.4rem);
  --iconSize: clamp(87.5px, 8.681vw, 125px);
  --numMinWidth: 3ch;
  --figureDrop: calc(var(--dataNumSize) * 1.15);
}
.lower-data .data__container #data07 .body {
  padding-top: clamp(49px, 4.861vw, 70px);
  padding-bottom: clamp(35px, 3.472vw, 50px);
}
.lower-data .data__container #data07 .body .figure .img {
  margin-bottom: clamp(7px, 0.694vw, 10px);
}
.lower-data .data__container #data08 {
  --dataNumSize: clamp(4.08rem, 4.722vw, 6.8rem);
  --dataUnitSize: clamp(1.44rem, 1.667vw, 2.4rem);
  --iconSize: clamp(75.6px, 7.5vw, 108px);
  --numMinWidth: 3ch;
  --figureDrop: calc(var(--dataNumSize) * 1.15);
  --iconShiftX: calc(var(--dataUnitSize) * -0.2);
}/*# sourceMappingURL=style.css.map */