@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: #00a678;
  color: #ffffff;
}

::selection {
  background: #00a678;
  color: #ffffff;
}

@media (min-device-width: 835px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
/* ============================================
// BASE
// ==========================================*/
html,
body {
  min-width: 1024px;
}
@media (max-width: 834px) {
  html,
  body {
    min-width: inherit;
  }
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #384b42;
  line-height: 2;
  letter-spacing: 0.075em;
  word-break: break-word;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 834px) {
  body {
    font-size: 1.4rem;
  }
}

body:has(.hamburger.js-open) {
  overflow: hidden;
}

#container {
  width: 100%;
  overflow: hidden;
}

.innerWrap {
  max-width: 1280px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 834px) {
  .innerWrap {
    padding: 0 6.25%;
  }
}

main.main,
main.l-main {
  position: relative;
  z-index: 1;
}

a {
  color: #384b42;
  -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.15em;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: -0.12em;
}

/* animations */
.anime {
  -webkit-transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.anime.-fadeIn {
  opacity: 0;
}
.anime.-fadeIn.js-active, .js-active > .anime.-fadeIn {
  opacity: 1;
}
.anime.-fadeInBottom {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.anime.-fadeInBottom.js-active, .js-active > .anime.-fadeInBottom {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime.-fadeInTop {
  opacity: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
.anime.-fadeInTop.js-active, .js-active > .anime.-fadeInTop {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime.-fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
.anime.-fadeInLeft.js-active, .js-active > .anime.-fadeInLeft {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.anime.-fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.anime.-fadeInRight.js-active, .js-active > .anime.-fadeInRight {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#ot-sdk-btn-floating.ot-floating-button .ot-floating-button__front button {
  outline: none !important;
}

.lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
  bottom: 105px;
}
@media (max-width: 834px) {
  .lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
    bottom: 76px;
  }
}

/* ============================================
// loading
// ==========================================*/
#loading {
  opacity: 1;
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.js-loaded #loading {
  opacity: 0;
}
.js-loaded #loading .loading_inner::before {
  opacity: 0;
}
.front-page.once #loading {
  display: block;
}
#loading .loading_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
#loading .loading_inner::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#loading .loading_logo {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
#loading .loading_logo .logo {
  width: 266px;
}
@media (max-width: 834px) {
  #loading .loading_logo .logo {
    width: 159.6px;
  }
}
#loading .loading_logo .text {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  background-color: #00a678;
  padding: 0.5em 0.714285em;
  border-radius: 5px;
}
@media (max-width: 834px) {
  #loading .loading_logo .text {
    font-size: 1.2rem;
    border-radius: 3px;
  }
}
#loading .loading_text {
  position: absolute;
  top: calc(50% + 70px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 834px) {
  #loading .loading_text {
    top: calc(50% + 60px);
  }
}
#loading .loading_text .ttl-color {
  font-family: "Poppins", sans-serif;
  font-size: 2.8rem;
  display: inline-block;
  -webkit-transform: translate(0, 105%);
          transform: translate(0, 105%);
  -webkit-animation: loadTxt 1s linear infinite;
          animation: loadTxt 1s linear infinite;
  color: #00a678;
}
@media (max-width: 834px) {
  #loading .loading_text .ttl-color {
    font-size: 2rem;
  }
}
#loading .loading_text .ttl-color:nth-child(2) {
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
}
#loading .loading_text .ttl-color:nth-child(3) {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}
#loading .loading_text .ttl-color:nth-child(4) {
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
}
#loading .loading_text .ttl-color:nth-child(5) {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}
#loading .loading_text .ttl-color:nth-child(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#loading .loading_text .ttl-color:nth-child(7) {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}
#loading .loading_text .ttl-color:nth-child(8) {
  -webkit-animation-delay: 0.42s;
          animation-delay: 0.42s;
}
#loading .loading_text .ttl-color:nth-child(9) {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
#loading .loading_text .ttl-color:nth-child(10) {
  -webkit-animation-delay: 0.54s;
          animation-delay: 0.54s;
}
#loading .loading_text .ttl-color:nth-child(11) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#loading .loading_text .ttl-color:nth-child(12) {
  -webkit-animation-delay: 0.66s;
          animation-delay: 0.66s;
}
#loading .loading_text .ttl-color:nth-child(13) {
  -webkit-animation-delay: 0.72s;
          animation-delay: 0.72s;
}
#loading .loading_text .ttl-color:nth-child(14) {
  -webkit-animation-delay: 0.78s;
          animation-delay: 0.78s;
}

/* ============================================
// hamburger
// ==========================================*/
.hamburger {
  position: fixed;
  inset: 0;
  z-index: 2147483648;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 834px) {
  .hamburger {
    background-position: bottom right;
    background-size: 70%;
  }
}
.js-loaded .hamburger {
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.hamburger.js-open {
  opacity: 1;
  visibility: visible;
}
.hamburger__menu {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px;
  overflow-y: auto;
}
.hamburger__menu::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/common/menu_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .hamburger__menu {
    padding: 48px;
  }
}
.hamburger__menu__inner {
  width: 100%;
  max-width: 720px;
  margin: auto;
}
@media (max-width: 834px) {
  .hamburger__menu__inner {
    max-width: 440px;
  }
}
.hamburger__menu__logo {
  margin-bottom: 32px;
}
@media (max-width: 834px) {
  .hamburger__menu__logo {
    margin-bottom: 22px;
  }
}
.hamburger__menu__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  color: #ffffff;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .hamburger__menu__logo a {
    gap: 10px;
  }
}
.hamburger__menu__logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: 232px;
}
@media (max-width: 834px) {
  .hamburger__menu__logo img {
    width: 172px;
  }
}
.hamburger__menu__logo .site {
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  border: solid 1px #fff;
  padding: 0.5em 0.714285em;
  border-radius: 5px;
}
@media (max-width: 834px) {
  .hamburger__menu__logo .site {
    font-size: 1.2rem;
    border-radius: 3px;
  }
}
.hamburger__menu__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.hamburger__menu__nav__list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 835px) {
  .hamburger__menu__nav__list__item:nth-child(-n+2) {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.hamburger__menu__nav__list__item a {
  position: relative;
  display: block;
  color: #ffffff;
  font-weight: 500;
  padding: 16px 24px;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item a {
    padding: 12px 18px;
  }
}
.hamburger__menu__nav__list__item a::before {
  content: "";
  aspect-ratio: 7/11;
  width: 0.4375em;
  -webkit-mask-image: url(../img/common/arrow.png);
          mask-image: url(../img/common/arrow.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item a::before {
    right: 20px;
  }
}
.hamburger__menu__nav__list__item.-newgrad a::before {
  content: "";
  aspect-ratio: 50/35;
  width: 0.857142em;
  -webkit-mask-image: url(../img/common/ico_external.png);
          mask-image: url(../img/common/ico_external.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item.-newgrad a::before {
    right: 20px;
  }
}
.hamburger__menu__close {
  position: fixed;
  top: -1px;
  right: -1px;
  z-index: 100;
  aspect-ratio: 1/1;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  background: transparent;
  border: 1px solid;
  border-bottom-left-radius: 30px;
  pointer-events: auto;
  -webkit-transition: background 0.24s, color 0.3s ease, -webkit-filter 0.24s;
  transition: background 0.24s, color 0.3s ease, -webkit-filter 0.24s;
  transition: background 0.24s, filter 0.24s, color 0.3s ease;
  transition: background 0.24s, filter 0.24s, color 0.3s ease, -webkit-filter 0.24s;
  cursor: pointer;
}
@media (max-width: 834px) {
  .hamburger__menu__close {
    width: 70px;
    border-bottom-left-radius: 20px;
  }
}
.hamburger__menu__close .closeIco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  width: 28px;
}
@media (max-width: 834px) {
  .hamburger__menu__close .closeIco {
    width: 20px;
  }
}
.hamburger__menu__close .closeIco .icon {
  position: relative;
}
.hamburger__menu__close .closeIco .icon::after, .hamburger__menu__close .closeIco .icon::before {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .hamburger__menu__close .closeIco .icon::after, .hamburger__menu__close .closeIco .icon::before {
    width: 20px;
  }
}
.hamburger__menu__close .closeIco .icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media (any-hover: hover) {
  .hamburger__menu__close:hover {
    background: #fff;
    color: #00a678;
  }
  .hamburger__menu__close:hover .closeIco .icon::after, .hamburger__menu__close:hover .closeIco .icon::before {
    background-color: #00a678;
  }
}
.hamburger__menu__close__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
}
@media (max-width: 834px) {
  .hamburger__menu__close__txt {
    gap: 6px;
    font-size: 1.1rem;
    margin-bottom: 4px;
  }
}
.hamburger__btn {
  position: fixed;
  top: -1px;
  right: -1px;
  aspect-ratio: 1/1;
  width: 100px;
  background-color: #00a678;
  cursor: pointer;
  border-bottom-left-radius: 30px;
  border: solid 1px #00a678;
  z-index: 999;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: none;
}
@media (max-width: 1279px) {
  .hamburger__btn {
    display: block;
  }
}
@media (max-width: 834px) {
  .hamburger__btn {
    width: 70px;
    border-bottom-left-radius: 20px;
  }
}
@media (any-hover: hover) {
  .hamburger__btn:hover {
    background-color: #fff;
    border-color: #00a678;
  }
  .hamburger__btn:hover .hamburger__btn__txt {
    color: #00a678;
  }
  .hamburger__btn:hover .hamburger__btn__txt .line::before, .hamburger__btn:hover .hamburger__btn__txt .line::after {
    background-color: #00a678;
  }
}
.hamburger__btn__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 834px) {
  .hamburger__btn__txt {
    font-size: 1.1rem;
  }
}
.hamburger__btn__txt .line::before, .hamburger__btn__txt .line::after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background-color: #fff;
}
@media (max-width: 834px) {
  .hamburger__btn__txt .line::before, .hamburger__btn__txt .line::after {
    width: 18px;
  }
}
.hamburger__btn__txt .line::before {
  margin-bottom: 8px;
}
@media (max-width: 834px) {
  .hamburger__btn__txt .line::before {
    margin-bottom: 6px;
  }
}
.hamburger__btn__txt .line::after {
  margin-bottom: 16px;
}
@media (max-width: 834px) {
  .hamburger__btn__txt .line::after {
    margin-bottom: 10px;
  }
}

/* ============================================
// inquiry
// ==========================================*/
.inquiry {
  position: fixed;
  top: 30%;
  right: -1px;
  z-index: 999;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
@media (max-width: 834px) {
  .inquiry {
    top: 15%;
  }
}
.inquiry a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: #0cc8d9;
  padding: 1.25em 0.5em;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: solid 1px #0cc8d9;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (max-width: 834px) {
  .inquiry a {
    gap: 7px;
    padding: 12px 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
}
@media (any-hover: hover) {
  .inquiry a:hover {
    opacity: 1;
    background-color: #fff;
    color: #0cc8d9;
  }
  .inquiry a:hover::after {
    background-color: #0cc8d9;
  }
  .inquiry a:hover .text {
    color: #0cc8d9;
  }
}
.inquiry a::after {
  content: "";
  aspect-ratio: 20/14;
  width: 1.25em;
  -webkit-mask-image: url(../img/common/ico_inquiry.png);
          mask-image: url(../img/common/ico_inquiry.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.inquiry a .text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 834px) {
  .inquiry a .text {
    font-size: 1.4rem;
  }
}
.inquiry a .text span {
  text-orientation: upright;
}

.is-hide .inquiry {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  visibility: hidden;
  opacity: 0;
}

/* ============================================
// container base (liquid)
// ==========================================*/
.l-container-xl, .l-container-l, .l-container-m, .l-container-s {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 834px) {
  .l-container-xl, .l-container-l, .l-container-m, .l-container-s {
    padding-left: 6.25%;
    padding-right: 6.25%;
  }
}

.l-container-s {
  max-width: 1040px;
}
.l-container-m {
  max-width: 1200px;
}
.l-container-l {
  max-width: 1300px;
}
.l-container-xl {
  max-width: 1400px;
}

@-webkit-keyframes loadTxt {
  0% {
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%);
  }
}

@keyframes loadTxt {
  0% {
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%);
  }
}
/*-------------------------------------------------------
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: 20px 30px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: #fbf8f3;
}
@media (min-width: 835px) {
  body select:hover,
  body search:hover,
  body input:hover {
    background: rgba(0, 166, 120, 0.1);
  }
}
@media (max-width: 834px) {
  body select,
  body search,
  body input {
    padding: 8px 16px !important;
  }
}
@media (max-width: 834px) {
  body select,
  body input[type=text],
  body input[type=search] {
    font-size: 1.6rem;
  }
}
body select {
  padding-right: 64px !important;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}
body input[type=text],
body input[type=search],
body input[type=submit] {
  padding: 15px 20px !important;
  background: #fbf8f3;
}
@media (min-width: 835px) {
  body input[type=text]:hover,
  body input[type=search]:hover,
  body input[type=submit]:hover {
    background: rgba(0, 166, 120, 0.1);
  }
}
@media (max-width: 834px) {
  body input[type=text],
  body input[type=search],
  body input[type=submit] {
    padding: 14px 16px !important;
  }
}
body input[type=checkbox] {
  display: none;
}
body input[type=checkbox] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: relative;
  cursor: pointer;
  line-height: 1.5;
  padding-left: 22px;
  transition: all 0.2s;
}
@media (max-width: 834px) {
  body input[type=checkbox] + label {
    padding-left: 20px;
  }
}
body input[type=checkbox] + label:before, body input[type=checkbox] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=checkbox] + label::before {
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  background-color: #dedede;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
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 {
    top: 4px;
  }
}
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（適宜変更ください）
------------------------------------------*/
.custom-form {
  position: relative;
  z-index: 1;
  font-weight: normal;
}
.custom-form .custom-form_parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .custom-form .custom-form_parts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
}
.custom-form .form_parts_inner {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(26, 108, 95, 0.12);
          box-shadow: 0px 0px 15px 0px rgba(26, 108, 95, 0.12);
}
.custom-form .parts_ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 115px;
          flex: 0 0 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 12px;
  font-weight: bold;
  margin-top: 1em;
}
@media (max-width: 834px) {
  .custom-form .parts_ttl {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    gap: 8px;
    margin-top: 0;
  }
}
.custom-form .parts_ttl::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  aspect-ratio: 1/1;
  width: 0.5em;
  background-color: #00adef;
  border-radius: 50%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}
.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: #00a678;
  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: #00a678;
}
.custom-form .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.25em;
     -moz-column-gap: 1.25em;
          column-gap: 1.25em;
  row-gap: 0.5em;
  padding: 1.5em 1.875em;
}
@media (max-width: 834px) {
  .custom-form .category_list {
    padding: 1.25em 1.5em;
  }
}
.custom-form .category_list li label {
  font-size: 1.5rem;
  display: block;
  padding: 0;
  padding-left: 20px;
}
@media (any-hover: hover) {
  .custom-form .category_list li label:hover .text {
    color: rgba(0, 166, 120, 0.8);
  }
}
@media (max-width: 834px) {
  .custom-form .category_list li label {
    font-size: 1.4rem;
  }
}
.custom-form .category_list li .text {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.custom-form select, .custom-form option,
.custom-form .searchWord {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  font-weight: 500;
}
.custom-form .searchWord {
  font-weight: 400;
  border-radius: 2px;
}
.custom-form .searchWord::-webkit-input-placeholder {
  color: #a4a8b2;
}
.custom-form .searchWord::-moz-placeholder {
  color: #a4a8b2;
}
.custom-form .searchWord:-ms-input-placeholder {
  color: #a4a8b2;
}
.custom-form .searchWord::-ms-input-placeholder {
  color: #a4a8b2;
}
.custom-form .searchWord::placeholder {
  color: #a4a8b2;
}
.custom-form .pull-down {
  position: relative;
}
.custom-form .pull-down::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #00a678 transparent transparent transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
@media (max-width: 834px) {
  .custom-form .pull-down::after {
    right: 20px;
  }
}
.custom-form input[type=checkbox] + label a:link,
.custom-form input[type=checkbox] + label a:visited {
  color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 835px) {
  .custom-form input[type=checkbox] + label a:link:hover,
  .custom-form input[type=checkbox] + label a:visited:hover {
    color: #00a678;
  }
}
.custom-form .selCity-box {
  margin-top: 20px;
}
.custom-form .selCity_alert {
  font-size: 1.4rem;
  color: #00a678;
  font-weight: bold;
  display: block;
}
@media (max-width: 834px) {
  .custom-form .selCity_alert {
    font-size: 1.4rem;
  }
}
.custom-form input[type=checkbox] + label::before {
  top: 50%;
  border-color: #00a678;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.custom-form input[type=checkbox] + label::after {
  color: #dedede;
}
.custom-form input[type=checkbox]:checked + label::before {
  background: #00a678;
}
.custom-form input[type=checkbox]:checked + label::after {
  color: #ffffff;
}
.custom-form .-location .form_parts_inner {
  background: none;
  border-radius: initial;
  -webkit-box-shadow: initial;
          box-shadow: initial;
}
.custom-form .-location .pull-down {
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(26, 108, 95, 0.12);
          box-shadow: 0px 0px 15px 0px rgba(26, 108, 95, 0.12);
}
.custom-form .-location .category_list {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(26, 108, 95, 0.12);
          box-shadow: 0px 0px 15px 0px rgba(26, 108, 95, 0.12);
}
.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;
  gap: 10px;
}
@media (max-width: 834px) {
  .custom-form .-freeword .form_parts_inner {
    display: block;
  }
}
.custom-form .btn_cover {
  position: relative;
  z-index: 1;
  width: 252px;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}
@media (any-hover: hover) {
  .custom-form .btn_cover:hover::before {
    background-color: #00a678;
  }
}
@media (max-width: 834px) {
  .custom-form .btn_cover {
    width: 198px;
    margin-top: 20px;
  }
}
.custom-form .btn_cover::before {
  content: "";
  display: block;
  width: 0.9375em;
  aspect-ratio: 15/14;
  -webkit-mask-image: url(../img/common/ico_lenz.png);
          mask-image: url(../img/common/ico_lenz.png);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 84px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (max-width: 834px) {
  .custom-form .btn_cover::before {
    left: 60px;
  }
}
.custom-form .btn_cover input[type=submit] {
  height: 100%;
  border-radius: 100px;
  border: solid 1px #00a678;
  background-color: #00a678;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 1.25em 1em 1.25em 38px !important;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .custom-form .btn_cover input[type=submit] {
    font-size: 1.4rem !important;
  }
}
@media (min-width: 835px) {
  .custom-form .btn_cover input[type=submit]:hover {
    color: #00a678;
    background-color: #fff;
    border-color: #00a678;
  }
}
.custom-form .form__toggle__input {
  display: none;
}
.custom-form .form__toggle__input.-show {
  display: block;
}

.form_toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.form_toggle_wrap {
  border: solid 1px #333;
  border-radius: 20px;
  overflow: hidden;
}
.form_toggle_wrap .titleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 80px;
  padding: 16px 30px;
}
@media (any-hover: hover) {
  .form_toggle_wrap .titleArea:hover {
    background-color: rgba(0, 166, 120, 0.1);
  }
  .form_toggle_wrap .titleArea:hover .title_text {
    color: #fff;
  }
}
@media (max-width: 834px) {
  .form_toggle_wrap .titleArea {
    height: 60px;
    padding: 10px;
  }
}
.form_toggle_wrap .titleArea .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 834px) {
  .form_toggle_wrap .titleArea .title {
    gap: 8px;
  }
}
.form_toggle_wrap .titleArea .title_logo {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .form_toggle_wrap .titleArea .title_logo {
    width: 122px;
    padding: 6px;
  }
}
.form_toggle_wrap .titleArea .title_logo img {
  max-height: 28px;
}
.form_toggle_wrap .titleArea .title_text {
  color: #fff;
  font-weight: bold;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.form_toggle_wrap .titleArea .icon {
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  background-color: #00a678;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (max-width: 834px) {
  .form_toggle_wrap .titleArea .icon {
    width: 24px;
    height: 24px;
  }
}
.form_toggle_wrap .titleArea .icon::before, .form_toggle_wrap .titleArea .icon::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 834px) {
  .form_toggle_wrap .titleArea .icon::before, .form_toggle_wrap .titleArea .icon::after {
    width: 12px;
  }
}
.form_toggle_wrap .titleArea .icon::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.form_toggle_wrap dd {
  display: none;
  padding: 20px;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
@media (max-width: 834px) {
  .form_toggle_wrap dd {
    padding: 8px 10px;
  }
}
.form_toggle_wrap dd .check_box ul li {
  margin-right: 10px;
}
.form_toggle_wrap dd .check_box ul li label {
  margin-bottom: 10px !important;
}
@media (max-width: 834px) {
  .form_toggle_wrap dd .check_box ul li label {
    margin-bottom: 4px !important;
  }
}
.form_toggle_wrap[data-shopshow=true] .titleArea {
  border-bottom: solid 1px #e5e5e5;
}
.form_toggle_wrap[data-shopshow=true] .titleArea .title_text {
  color: #fff;
}
.form_toggle_wrap[data-shopshow=true] .titleArea .icon {
  background-color: #f2f2f5;
}
.form_toggle_wrap[data-shopshow=true] .titleArea .icon::after, .form_toggle_wrap[data-shopshow=true] .titleArea .icon::before {
  background-color: #00a678;
}
.form_toggle_wrap[data-shopshow=true] .titleArea .icon::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.form_toggle_wrap[data-shopshow=true] .titleArea .icon::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.form_toggle_wrap[data-shopshow=true] dd {
  border-color: #00a678;
  border-top: none;
}

/* ============================================
// MODULES
// ==========================================*/
.commonBtn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 220px;
  color: #fff;
  font-weight: 600;
  background-color: #00a678;
  border: solid 1px #00a678;
  border-radius: 100px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 0.875em 1.25em;
}
@media (max-width: 834px) {
  .commonBtn a {
    width: 190px;
    padding: 1em;
  }
}
@media (any-hover: hover) {
  .commonBtn a:hover {
    opacity: 1;
    background-color: #fff;
    color: #00a678;
    border-color: #00a678;
  }
  .commonBtn a:hover::before {
    background-color: #00a678;
  }
}
.commonBtn a::before {
  content: "";
  aspect-ratio: 7/11;
  width: 0.4375em;
  -webkit-mask-image: url(../img/common/arrow.png);
          mask-image: url(../img/common/arrow.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .commonBtn a::before {
    right: 20px;
  }
}
.commonBtn.-recruit a {
  background-color: #ffe160;
  color: #384b42;
}
.commonBtn.-recruit a::before {
  background-color: #384b42;
}
.commonBtn.-inquiry a {
  background-color: #0cc8d9;
}

.commonTitle_inner {
  position: relative;
}
.commonTitle_inner::before {
  content: "";
  aspect-ratio: 1/1;
  width: 0.625em;
  background-color: #00adef;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -5px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media (max-width: 834px) {
  .commonTitle_inner::before {
    width: 7px;
    top: -8px;
    left: 5px;
  }
}
.commonTitle_ja {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .commonTitle_ja {
    font-size: 3.2rem;
  }
}
@media (max-width: 834px) {
  .commonTitle_ja {
    font-size: 2.4rem;
  }
}
.commonTitle_en {
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
}
@media (max-width: 834px) {
  .commonTitle_en {
    font-size: 1.4rem;
  }
}
.commonTitle.-center {
  text-align: center;
}
.commonTitle.-center .commonTitle_inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.commonTitle.-white .commonTitle_ja, .commonTitle.-white .commonTitle_en {
  color: #fff;
}
.commonTitle.-white .commonTitle_inner::before {
  background-color: #ffe160;
}

.pagetop {
  position: absolute;
  bottom: 100px;
  right: 18px;
  -webkit-filter: drop-shadow(0px 4px 14px rgba(26, 108, 95, 0.1));
          filter: drop-shadow(0px 4px 14px rgba(26, 108, 95, 0.1));
}
@media (max-width: 834px) {
  .pagetop {
    bottom: 180px;
  }
}
.pagetop a {
  position: relative;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
}
@media (any-hover: hover) {
  .pagetop a:hover {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: saturate(1.3);
            filter: saturate(1.3);
  }
}
.pagetop a::before {
  content: "";
  display: block;
  aspect-ratio: 59/57;
  width: 59px;
  background-image: url(../img/common/top_btn.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 834px) {
  .pagetop a::before {
    width: 49px;
  }
}
.pagetop a::after {
  content: "";
  display: block;
  aspect-ratio: 9/14;
  width: 9px;
  background-image: url(../img/common/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  z-index: 1;
}

.pageHeader {
  position: relative;
  margin-top: 90px;
  margin-bottom: 120px;
}
@media (max-width: 1280px) {
  .pageHeader {
    margin-bottom: 80px;
  }
}
@media (max-width: 834px) {
  .pageHeader {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.pageHeader::after {
  content: "";
  aspect-ratio: 743/211;
  width: 594.4px;
  position: absolute;
  left: -100px;
  bottom: -80px;
  background: url(../img/common/deco_wind01.png) center center/contain no-repeat;
}
@media (max-width: 1480px) {
  .pageHeader::after {
    width: 520.1px;
    left: -160px;
    bottom: -40px;
  }
}
@media (max-width: 834px) {
  .pageHeader::after {
    width: 297.2px;
    bottom: -60px;
  }
}
.pageHeader_inner {
  position: relative;
}
.pageHeader_pic {
  position: relative;
}
.pageHeader_pic::before {
  content: "";
  aspect-ratio: 207/279;
  width: 144.9px;
  background-image: url(../img/common/deco_geometry02.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -120px;
  right: 0;
  z-index: 2;
}
@media (max-width: 834px) {
  .pageHeader_pic::before {
    width: 62.1px;
    bottom: -70px;
    right: 0;
  }
}
.pageHeader_pic::after {
  content: "";
  aspect-ratio: 97/697;
  width: 6.7361111vw;
  background-image: url(../img/common/pageheader_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -18%;
  left: 0;
}
@media (max-width: 1280px) {
  .pageHeader_pic::after {
    left: -4%;
  }
}
@media (max-width: 834px) {
  .pageHeader_pic::after {
    display: none;
  }
}
.pageHeader_pic .img {
  position: relative;
  margin-left: auto;
  width: 57%;
  aspect-ratio: 823/466;
  height: 100%;
  max-height: 466px;
}
@media (max-width: 834px) {
  .pageHeader_pic .img {
    width: 78%;
    max-height: 226px;
  }
}
.pageHeader_pic .img::before {
  content: "";
  aspect-ratio: 823/440;
  width: 100%;
  max-height: 440px;
  background-image: url(../img/common/pageheader_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 5%;
}
@media (max-width: 834px) {
  .pageHeader_pic .img::before {
    max-height: 210px;
  }
}
.pageHeader_pic .img img {
  aspect-ratio: 823/466;
  -webkit-mask-image: url(../img/common/pageheader.svg);
          mask-image: url(../img/common/pageheader.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.pageHeader .lowerTitle {
  position: absolute;
  top: 50%;
  left: 6.8%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 36.1%;
  height: 100%;
  max-height: 150px;
}
@media (max-width: 1280px) {
  .pageHeader .lowerTitle {
    left: 3.8%;
    max-width: 38.1%;
  }
}
@media (max-width: 834px) {
  .pageHeader .lowerTitle {
    padding: 0;
    left: 4%;
    top: 60%;
    bottom: initial;
    max-width: 68.1%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    max-height: initial;
    height: initial;
  }
}
.pageHeader .lowerTitle .commonTitle_inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 834px) {
  .pageHeader .lowerTitle .commonTitle_inner {
    margin: initial;
    height: initial;
  }
}
@media (max-width: 1200px) {
  .pageHeader .lowerTitle .commonTitle_inner .commonTitle_ja {
    font-size: 3.2rem;
  }
}
@media (max-width: 834px) {
  .pageHeader .lowerTitle .commonTitle_inner .commonTitle_ja {
    font-size: 2.1rem;
    text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff; /* 文字の影 */
  }
}
@media (max-width: 834px) {
  .pageHeader .lowerTitle .commonTitle_inner .commonTitle_en {
    text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff; /* 文字の影 */
  }
}

.breadcrumb {
  position: relative;
  padding: 24px 40px;
  background: #fff;
  z-index: 1;
}
@media (max-width: 834px) {
  .breadcrumb {
    padding: 6px 16px;
  }
}
.breadcrumb_list {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  white-space: nowrap;
}
.breadcrumb_list_item {
  display: inline;
  font-size: 1.2rem;
  font-weight: 400;
  color: #384b42;
  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: #384b42;
}

/* ============================================
// HEADER
// ==========================================*/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header_inner {
  width: 100%;
  max-width: initial;
  padding: 0 50px;
  padding-top: 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 1500px) {
  .header_inner {
    padding: 0 30px;
    padding-top: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 834px) {
  .header_inner {
    padding: 14px 5%;
  }
}
.header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
.header .logo a .img {
  width: 100%;
  max-width: 192px;
}
@media (max-width: 1500px) {
  .header .logo a .img {
    max-width: 134.4px;
  }
}
@media (max-width: 834px) {
  .header .logo a .img {
    max-width: 134.4px;
  }
}
.header .logo a .site {
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  background-color: #00a678;
  padding: 0.5em 0.714285em;
  border-radius: 5px;
}
@media (max-width: 1500px) {
  .header .logo a .site {
    font-size: 1.2rem;
  }
}
@media (max-width: 834px) {
  .header .logo a .site {
    font-size: 1.2rem;
    border-radius: 3px;
  }
}
@media (max-width: 1279px) {
  .header_nav {
    display: none;
  }
}
.header_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 1500px) {
  .header_nav_list {
    gap: 18px;
  }
}
@media (max-width: 1300px) {
  .header_nav_list {
    gap: 14px;
  }
}
.header_nav_list_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 1500px) {
  .header_nav_list_item a {
    font-size: 1.4rem;
  }
}
@media (any-hover: hover) {
  .header_nav_list_item a:hover {
    opacity: 1;
    color: #00a678;
  }
}
.header_nav_list_item.-recruit a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #384b42;
  background-color: #ffe160;
  padding: 9px 23px;
  border-radius: 10px;
  border: solid 1px #ffe160;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .header_nav_list_item.-recruit a:hover {
    border-color: #f79c4e;
    background-color: #fff;
    color: #f79c4e;
  }
  .header_nav_list_item.-recruit a:hover::before {
    background-color: #f79c4e;
  }
}
.header_nav_list_item.-recruit a::before {
  content: "";
  aspect-ratio: 18/18;
  width: 18px;
  -webkit-mask-image: url(../img/common/ico_recruit.png);
          mask-image: url(../img/common/ico_recruit.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #384b42;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.header_nav_list_item.-newgrad a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #fff;
  background-color: #0cc8d9;
  padding: 9px 23px;
  border-radius: 10px;
  border: solid 1px #0cc8d9;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 1500px) {
  .header_nav_list_item.-newgrad a {
    padding: 8px 18px;
  }
}
@media (any-hover: hover) {
  .header_nav_list_item.-newgrad a:hover {
    background-color: #fff;
    color: #0cc8d9;
  }
  .header_nav_list_item.-newgrad a:hover::before {
    background-color: #0cc8d9;
  }
}
.header_nav_list_item.-newgrad a::before {
  content: "";
  aspect-ratio: 50/35;
  width: 1em;
  -webkit-mask-image: url(../img/common/ico_external.png);
          mask-image: url(../img/common/ico_external.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.js-scrolled .header {
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(26, 108, 95, 0.12);
          box-shadow: 0px 0px 15px 0px rgba(26, 108, 95, 0.12);
}
.js-scrolled .header_inner {
  padding: 16px 2.24% 16px 2.396%;
}

.sec_recruit {
  position: relative;
  padding-top: 6.94%;
  padding-bottom: 6.94%;
  margin-bottom: 90px;
}
@media (max-width: 834px) {
  .sec_recruit {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 40px;
  }
}
.sec_recruit::before {
  content: "";
  width: 100%;
  height: 40%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sec_recruit_bg {
  background-image: url(../img/common/recruit_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.sec_recruit_bg_inner {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
}
.sec_recruit_inner {
  max-width: 1580px;
  padding-right: 0;
  padding-left: 8.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.64%;
}
@media (max-width: 834px) {
  .sec_recruit_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding-right: 5%;
    padding-left: 5%;
  }
}
.sec_recruit .textArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  position: relative;
}
@media (max-width: 834px) {
  .sec_recruit .textArea {
    -ms-flex-item-align: initial;
        align-self: initial;
    gap: 20px;
  }
}
.sec_recruit .textArea .commonTitle_ja {
  font-size: 4.6rem;
}
@media (max-width: 834px) {
  .sec_recruit .textArea .commonTitle_ja {
    font-size: 2.8rem;
  }
}
.sec_recruit .textArea .copy {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.7;
  font-weight: bold;
}
@media (max-width: 834px) {
  .sec_recruit .textArea .copy {
    font-size: 2rem;
  }
}
.sec_recruit .textArea .recruit_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 834px) {
  .sec_recruit .textArea .recruit_btns {
    gap: 8px;
    width: 100%;
    max-width: 400px;
    margin-right: auto;
    margin-top: 20px;
  }
}
.sec_recruit .textArea .recruit_btns .-recruit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.331167%;
          flex: 0 0 47.331167%;
}
@media (max-width: 834px) {
  .sec_recruit .textArea .recruit_btns .-recruit {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 40%;
  }
}
.sec_recruit .textArea .recruit_btns .-recruit a {
  max-width: 220px;
  border-color: #ffe160;
}
@media (max-width: 834px) {
  .sec_recruit .textArea .recruit_btns .-recruit a {
    max-width: 100%;
  }
}
.sec_recruit .textArea .recruit_btns .-recruit a:hover {
  background-color: #fff;
  color: #00adef;
  border-color: #00adef;
}
.sec_recruit .textArea .recruit_btns .-recruit a:hover::before {
  background-color: #00adef;
}
.sec_recruit .textArea .recruit_btns .-inquiry {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55.936834%;
          flex: 0 0 55.936834%;
}
@media (max-width: 834px) {
  .sec_recruit .textArea .recruit_btns .-inquiry {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 60%;
  }
}
.sec_recruit .textArea .recruit_btns .-inquiry a {
  max-width: 260px;
  border-color: #0cc8d9;
}
@media (max-width: 834px) {
  .sec_recruit .textArea .recruit_btns .-inquiry a {
    max-width: 100%;
  }
}
@media (any-hover: hover) {
  .sec_recruit .textArea .recruit_btns .-inquiry a:hover {
    background-color: #fff;
    color: #0cc8d9;
  }
  .sec_recruit .textArea .recruit_btns .-inquiry a:hover::before {
    background-color: #0cc8d9;
  }
}
.sec_recruit .textArea .recruit_btns .commonBtn a {
  width: 100%;
}
@media (max-width: 834px) {
  .sec_recruit .textArea .recruit_btns .commonBtn a::before {
    right: 15px;
  }
}
.sec_recruit .imgArea {
  position: relative;
  width: 819px;
  margin-right: -105px;
}
@media (max-width: 834px) {
  .sec_recruit .imgArea {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.sec_recruit .imgArea::before {
  content: "";
  aspect-ratio: 743/211;
  width: clamp(350px, 33.7837837838vw, 500px);
  position: absolute;
  left: 150px;
  top: 50px;
  background: url(../img/common/deco_wind01.png) center center/contain no-repeat;
  translate: -100% 0;
  scale: -1 1;
}
@media (max-width: 834px) {
  .sec_recruit .imgArea::before {
    width: 260.05px;
    left: calc(100% + 100px);
    top: -80px;
    translate: -100% -100%;
    rotate: -40deg;
  }
}
.sec_recruit .imgArea .img {
  position: relative;
  max-width: 819px;
  width: 100%;
}
.sec_recruit .imgArea .img img {
  aspect-ratio: 819/564;
}

@media (max-width: 834px) {
  .footer {
    padding-bottom: 60px;
  }
}
.footer_nav {
  padding-bottom: 80px;
}
@media (max-width: 834px) {
  .footer_nav {
    padding-bottom: 40px;
  }
}
.footer_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 834px) {
  .footer_nav_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
  }
}
.footer_nav_list_item a {
  font-weight: bold;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 834px) {
  .footer_nav_list_item a {
    font-size: 1.5rem;
  }
}
@media (any-hover: hover) {
  .footer_nav_list_item a:hover {
    opacity: 1;
    color: #00a678;
  }
}
.footer_nav_list_item.-newgrad a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
@media (any-hover: hover) {
  .footer_nav_list_item.-newgrad a:hover::after {
    background-color: #00a678;
  }
}
.footer_nav_list_item.-newgrad a::after {
  content: "";
  aspect-ratio: 50/35;
  width: 1em;
  -webkit-mask-image: url(../img/common/ico_external.png);
          mask-image: url(../img/common/ico_external.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #384b42;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .footer_top {
    margin-bottom: 100px;
  }
}
@media (max-width: 834px) {
  .footer_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 70px;
  }
}
.footer_top_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
@media (max-width: 834px) {
  .footer_top_left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
.footer_top_left .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
.footer_top_left .logo a .img {
  width: 100%;
  max-width: 192px;
}
@media (max-width: 834px) {
  .footer_top_left .logo a .img {
    max-width: 172.8px;
  }
}
.footer_top_left .logo a .site {
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  background-color: #00a678;
  padding: 0.5em 0.714285em;
  border-radius: 5px;
}
@media (max-width: 834px) {
  .footer_top_left .logo a .site {
    font-size: 1.2rem;
    border-radius: 3px;
  }
}
.footer_top_left .corporate a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #00a678;
  font-weight: bold;
  background-color: #fff;
  border: solid 1px #00a678;
  border-radius: 60px;
  width: 260px;
  padding: 16px 20px;
}
@media (max-width: 834px) {
  .footer_top_left .corporate a {
    padding: 12px 14px;
    width: 230px;
  }
}
.footer_top_left .corporate a::after {
  content: "";
  aspect-ratio: 18/12;
  width: 1.125em;
  -webkit-mask-image: url(../img/common/ico_external.png);
          mask-image: url(../img/common/ico_external.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #00a678;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 834px) {
  .footer_top_left .corporate a::after {
    right: 20px;
  }
}
.footer_top_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62.181818%;
          flex: 0 0 62.181818%;
  padding: 50px 60px;
  background-color: #fbf8f3;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media (max-width: 834px) {
  .footer_top_right {
    padding: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
.footer_top_right .search_contents {
  margin-bottom: 10px;
}
@media (max-width: 834px) {
  .footer_top_right .search_contents {
    margin-bottom: 8px;
  }
}
.footer_top_right .search_contents:last-child {
  margin-bottom: 0;
}
.footer_top_right .search_contents .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.533333em;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 834px) {
  .footer_top_right .search_contents .head {
    font-size: 1.4rem;
  }
}
.footer_top_right .search_contents .head::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  aspect-ratio: 1/1;
  width: 0.533333em;
  background-color: #00adef;
  border-radius: 50%;
}
.footer_top_right .search_contents .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.125em;
     -moz-column-gap: 1.125em;
          column-gap: 1.125em;
  row-gap: 0.1em;
}
.footer_top_right .search_contents .list_item a {
  font-size: 1.5rem;
}
@media (max-width: 834px) {
  .footer_top_right .search_contents .list_item a {
    font-size: 1.4rem;
  }
}
.footer_bottom {
  border-top: solid 1px #dedede;
}
.footer_bottom_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;
  padding: 20px;
}
@media (max-width: 834px) {
  .footer_bottom_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    padding: 16px;
  }
}
.footer_bottom .ga a {
  color: #888;
  font-size: 1.2rem;
  line-height: 1.7;
}
@media (max-width: 834px) {
  .footer_bottom .ga a {
    font-size: 1.1rem;
  }
}
.footer_bottom .copyright {
  color: #888;
  font-size: 1.2rem;
  line-height: 1.7;
}
@media (max-width: 834px) {
  .footer_bottom .copyright {
    font-size: 1.1rem;
    text-align: center;
  }
}

/* ============================================
// INDEX
// ==========================================*/
.front-page .mainVisual {
  position: relative;
  padding-bottom: 40px;
}
.front-page .mainVisual::after {
  content: "";
  display: block;
  aspect-ratio: 97/1143;
  width: 7%;
  background-image: url(../img/index/mv_bg02.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -34px;
  left: 0;
  pointer-events: none;
}
@media (max-width: 1340px) {
  .front-page .mainVisual::after {
    left: -40px;
    top: -15px;
  }
}
@media (max-width: 834px) {
  .front-page .mainVisual::after {
    display: none;
  }
}
.front-page .mainVisual_copy {
  position: absolute;
  top: 50%;
  left: 130px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  max-width: 489px;
  width: clamp(329px, 25.46875vw, 489px);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (max-width: 834px) {
  .front-page .mainVisual_copy {
    top: 60%;
    left: 4%;
    width: 231px;
  }
}
.front-page .mainVisual_copy .copy_img {
  width: 100%;
  max-width: 420px;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .front-page .mainVisual_copy .copy_img {
    width: 198px;
  }
}
.front-page .mainVisual_copy .copy_eng {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 1.7rem;
  font-size: clamp(12px, 0.885416vw, 17px);
  font-weight: bold;
  letter-spacing: 0.2em;
  position: absolute;
  bottom: -30%;
  left: 2%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
}
@media (max-width: 834px) {
  .front-page .mainVisual_copy .copy_eng {
    font-size: 1rem;
    line-height: 1.5;
    bottom: -39%;
    left: 4%;
  }
}
.front-page .mainVisual_copy .mv_svgLine {
  width: 100%;
  max-width: 489px;
  width: clamp(329px, 25.46875vw, 489px);
  margin-top: -15px;
}
@media (max-width: 834px) {
  .front-page .mainVisual_copy .mv_svgLine {
    width: 221px;
    margin: -5px;
  }
}
.front-page .mainVisual_copy .mv_svgLine path {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  stroke: #fff;
  stroke-dasharray: 792 794;
  stroke-dashoffset: 793;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.front-page .mainVisual_copy .mv_bird {
  width: 100%;
  max-width: 120px;
  width: clamp(70px, 6.25vw, 120px);
  position: absolute;
  bottom: -21%;
  right: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
  -webkit-transform: translate(10%, -10%);
          transform: translate(10%, -10%);
}
@media (max-width: 834px) {
  .front-page .mainVisual_copy .mv_bird {
    width: 45px;
    bottom: -18%;
    right: 15px;
  }
}
.front-page .mainVisual_movie {
  margin-top: 40px;
  position: relative;
  width: calc(93% - 24px);
  margin-left: auto;
}
@media (max-width: 1340px) {
  .front-page .mainVisual_movie {
    width: 95%;
  }
}
@media (max-width: 834px) {
  .front-page .mainVisual_movie {
    width: 100%;
    margin-top: 40px;
  }
}
.front-page .mainVisual_movie::before {
  content: "";
  aspect-ratio: 1319/705;
  height: 100%;
  background-image: url(../img/index/mv_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .mainVisual_movie::before {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
  }
}
.front-page .mainVisual_movie_inner {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: url(../img/index/mv_shape.svg);
          mask-image: url(../img/index/mv_shape.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
}
@media (max-width: 834px) {
  .front-page .mainVisual_movie_inner {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    aspect-ratio: 375/380;
    max-height: initial;
    min-height: 380px;
  }
}
@media (max-width: 380px) {
  .front-page .mainVisual_movie_inner {
    -webkit-mask-size: 375px 100%;
            mask-size: 375px 100%;
  }
}
.front-page .mainVisual_movie_inner:not(:has(iframe)) {
  width: 100%;
  background-color: #f5f5f5;
}
.front-page .mainVisual_movie_inner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(89deg, #022347 0%, rgba(2, 35, 71, 0) 100%);
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0.35;
  pointer-events: none;
}
.front-page .mainVisual_movie iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
@media (max-width: 834px) {
  .front-page .mainVisual_movie iframe {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
  }
}
.front-page .mainVisual_movie_illust {
  width: 668.7px;
  position: absolute;
  z-index: 1;
  left: -300px;
  bottom: -100px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .mainVisual_movie_illust {
    z-index: 0;
    left: -100px;
    bottom: 50px;
    width: 260.05px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.front-page.js-loaded .mainVisual_copy {
  -webkit-filter: drop-shadow(5px 5px 0px rgba(36, 114, 202, 0.5));
          filter: drop-shadow(5px 5px 0px rgba(36, 114, 202, 0.5));
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
@media (max-width: 834px) {
  .front-page.js-loaded .mainVisual_copy {
    scale: 0.85;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-filter: drop-shadow(2px 2px 0px rgba(36, 114, 202, 0.5));
            filter: drop-shadow(2px 2px 0px rgba(36, 114, 202, 0.5));
  }
}
.front-page.js-loaded .mainVisual .copy_img {
  opacity: 1;
}
.front-page.js-loaded .mainVisual .mv_svgLine path {
  -webkit-animation: handwriting1 1s ease-in-out forwards;
          animation: handwriting1 1s ease-in-out forwards;
}
.front-page.js-loaded .mainVisual .mv_bird {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.front-page.js-loaded .mainVisual .copy_eng {
  opacity: 1;
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.front-page.js-loaded .mainVisual_movie_inner {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.front-page.once.js-loaded .mainVisual_copy {
  -webkit-filter: drop-shadow(5px 5px 0px rgba(36, 114, 202, 0.5));
          filter: drop-shadow(5px 5px 0px rgba(36, 114, 202, 0.5));
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
@media (max-width: 834px) {
  .front-page.once.js-loaded .mainVisual_copy {
    -webkit-filter: drop-shadow(2px 2px 0px rgba(36, 114, 202, 0.5));
            filter: drop-shadow(2px 2px 0px rgba(36, 114, 202, 0.5));
  }
}
.front-page.once.js-loaded .mainVisual .copy_img {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.front-page.once.js-loaded .mainVisual .mv_svgLine path {
  -webkit-animation: handwriting1 1s ease-in-out forwards;
          animation: handwriting1 1s ease-in-out forwards;
}
.front-page.once.js-loaded .mainVisual .mv_bird {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.front-page.once.js-loaded .mainVisual .copy_eng {
  opacity: 1;
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.front-page.once.js-loaded .mainVisual_movie_inner {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.front-page .sec_search {
  position: relative;
  padding-bottom: 120px;
}
.front-page .sec_search::before {
  content: "";
  aspect-ratio: 1440/628;
  width: 100%;
  clip-path: polygon(100% 30%, 0% 100%, 100% 100%);
  background-color: #f1fbff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec_search::before {
    left: initial;
    right: 0;
    width: 200%;
  }
}
.front-page .sec_search::after {
  content: "";
  display: block;
  aspect-ratio: 577/675;
  width: 577px;
  background-image: url(../img/index/logodeco.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 20%;
  right: 0;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .front-page .sec_search::after {
    width: 346.2px;
    top: 15%;
    right: -75px;
  }
}
.front-page .sec_search .commonTitle {
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .front-page .sec_search .commonTitle {
    margin-bottom: 20px;
  }
}
.front-page .sec_search .search_content {
  position: relative;
}
.front-page .sec_search .search_illust {
  position: absolute;
  z-index: 1;
  bottom: -150px;
  left: -220px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec_search .search_illust {
    bottom: -30px;
    left: inherit;
    right: -20px;
    width: 114.9px;
  }
}
.front-page .sec_newjobs {
  position: relative;
  background-color: #f1fbff;
  padding-bottom: 220px;
}
@media (max-width: 834px) {
  .front-page .sec_newjobs {
    padding-bottom: 60px;
  }
}
.front-page .sec_newjobs::before {
  content: "";
  aspect-ratio: 1440/300;
  width: 100%;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  background: #fbf8f3;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec_newjobs::before {
    height: 200px;
  }
}
.front-page .sec_newjobs_inner {
  position: relative;
}
.front-page .sec_newjobs .commonTitle {
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .front-page .sec_newjobs .commonTitle {
    margin-bottom: 20px;
  }
}
.front-page .sec_newjobs .newjobsSwiper {
  position: relative;
}
.front-page .sec_newjobs .newjobsSwiper .swiper-slide {
  max-width: 456px;
  height: auto;
}
.front-page .sec_newjobs .newjobsSwiper .swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 30px;
  background-color: #fff;
  height: 100%;
  -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;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(26, 108, 95, 0.1);
          box-shadow: 0px 0px 14px 0px rgba(26, 108, 95, 0.1);
}
@media (max-width: 834px) {
  .front-page .sec_newjobs .newjobsSwiper .swiper-slide a {
    gap: 14px;
    padding: 18px;
  }
}
@media (any-hover: hover) {
  .front-page .sec_newjobs .newjobsSwiper .swiper-slide a:hover {
    opacity: 1;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  .front-page .sec_newjobs .newjobsSwiper .swiper-slide a:hover .imgArea .img img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  .front-page .sec_newjobs .newjobsSwiper .swiper-slide a:hover .textArea .lead {
    color: #00a678;
  }
}
.front-page .sec_newjobs .newjobsSwiper .swiper-slide a .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40.40404%;
          flex: 0 0 40.40404%;
}
@media (max-width: 834px) {
  .front-page .sec_newjobs .newjobsSwiper .swiper-slide a .imgArea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}
.front-page .sec_newjobs .newjobsSwiper .swiper-slide a .imgArea .img {
  width: 100%;
  max-width: 160px;
  overflow: hidden;
}
.front-page .sec_newjobs .newjobsSwiper .swiper-slide a .imgArea .img img {
  aspect-ratio: 160/116;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.front-page .sec_newjobs .newjobsSwiper .swiper-slide a .textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.front-page .sec_newjobs .newjobsSwiper .swiper-slide a .textArea .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
}
@media (max-width: 834px) {
  .front-page .sec_newjobs .newjobsSwiper .swiper-slide a .textArea .category {
    margin-bottom: 8px;
  }
}
.front-page .sec_newjobs .newjobsSwiper .swiper-slide a .textArea .category_item {
  color: #00adef;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.5em 1.08em;
  border: solid 1px #00adef;
  border-radius: 30px;
}
.front-page .sec_newjobs .newjobsSwiper .swiper-slide a .textArea .lead {
  display: block;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.7;
  margin-bottom: 10px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.front-page .sec_newjobs .newjobsSwiper .swiper-slide a .textArea .date {
  font-size: 1rem;
  color: #a1a1a1;
  font-weight: 500;
  margin-top: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.front-page .sec_newjobs .newjobsSwiper .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 38px;
  margin-top: 58px;
}
.front-page .sec_newjobs .newjobsSwiper .controls .swiper-pagination {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #dedede;
}
@media (max-width: 834px) {
  .front-page .sec_newjobs .newjobsSwiper .controls .swiper-pagination {
    position: absolute;
    bottom: 86px;
    left: 0;
  }
}
.front-page .sec_newjobs .newjobsSwiper .controls .swiper-pagination-progressbar-fill {
  background-color: #00a678;
}
.front-page .sec_newjobs .newjobsSwiper .controls .swiper_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 834px) {
  .front-page .sec_newjobs .newjobsSwiper .controls .swiper_btns {
    gap: 8px;
  }
}
.front-page .sec_newjobs .newjobsSwiper .controls .swiper_btns .button-next, .front-page .sec_newjobs .newjobsSwiper .controls .swiper_btns .button-prev {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  width: 58px;
  background-color: #1bc8b6;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .front-page .sec_newjobs .newjobsSwiper .controls .swiper_btns .button-next, .front-page .sec_newjobs .newjobsSwiper .controls .swiper_btns .button-prev {
    width: 48px;
  }
}
@media (any-hover: hover) {
  .front-page .sec_newjobs .newjobsSwiper .controls .swiper_btns .button-next:hover, .front-page .sec_newjobs .newjobsSwiper .controls .swiper_btns .button-prev:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.front-page .sec_newjobs .newjobsSwiper .controls .swiper_btns .button-next::before, .front-page .sec_newjobs .newjobsSwiper .controls .swiper_btns .button-prev::before {
  content: "";
  aspect-ratio: 9/13;
  width: 9px;
  background-image: url(../img/common/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 834px) {
  .front-page .sec_newjobs .newjobsSwiper .controls .swiper_btns .button-next::before, .front-page .sec_newjobs .newjobsSwiper .controls .swiper_btns .button-prev::before {
    width: 7px;
  }
}
.front-page .sec_newjobs .newjobsSwiper .controls .swiper_btns .swiper-button-disabled {
  background-color: #b0d7d3;
  pointer-events: none;
}
.front-page .sec_newjobs .newjobsSwiper .controls .swiper_btns .button-prev::before {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}
.front-page .sec_group {
  position: relative;
  background-color: #fbf8f3;
  padding-bottom: 100px;
}
@media (max-width: 834px) {
  .front-page .sec_group {
    padding-bottom: 40px;
  }
}
.front-page .sec_group::after {
  content: "";
  aspect-ratio: 743/211;
  width: 668.7px;
  position: absolute;
  right: -240px;
  bottom: 0;
  background: url(../img/common/deco_wind01.png) center center/contain no-repeat;
  translate: 0 50%;
  scale: -1 1;
  rotate: -25deg;
}
@media (max-width: 834px) {
  .front-page .sec_group::after {
    width: 222.9px;
    right: -50px;
    bottom: 50px;
  }
}
.front-page .sec_group_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  gap: 90px;
  height: 100%;
}
@media (max-width: 834px) {
  .front-page .sec_group_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-left: 5%;
    padding-top: 0;
    padding-bottom: 0;
    gap: 0;
  }
}
.front-page .sec_group .imgArea {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 550px;
          flex: 0 0 550px;
  height: auto;
  z-index: 2;
  margin-top: -80px;
}
@media (max-width: 834px) {
  .front-page .sec_group .imgArea {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    margin-top: -160px;
  }
}
.front-page .sec_group .imgArea_inner {
  width: 100%;
}
@media (max-width: 834px) {
  .front-page .sec_group .imgArea_inner {
    position: initial;
    -webkit-transform: initial;
            transform: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 340px;
    margin: 0 auto;
  }
}
.front-page .sec_group .imgArea .img.-top {
  position: relative;
  width: 100%;
  max-width: 323px;
  margin-left: auto;
}
@media (max-width: 834px) {
  .front-page .sec_group .imgArea .img.-top {
    max-width: 129.2px;
    margin-right: 0;
  }
}
.front-page .sec_group .imgArea .img.-top::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: calc(50% + 15px);
  left: calc(50% + 15px);
  translate: -50% -50%;
  background-image: url(../img/index/img_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 834px) {
  .front-page .sec_group .imgArea .img.-top::after {
    top: calc(50% + 6px);
    left: calc(50% + 6px);
  }
}
.front-page .sec_group .imgArea .img.-top img {
  aspect-ratio: 323/510;
}
.front-page .sec_group .imgArea .img.-bottom {
  position: relative;
  width: 100%;
  max-width: 370px;
  margin-top: 40px;
}
@media (max-width: 834px) {
  .front-page .sec_group .imgArea .img.-bottom {
    max-width: 185px;
    margin-top: -30px;
  }
}
.front-page .sec_group .imgArea .img.-bottom::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: calc(50% + 15px);
  left: calc(50% + 15px);
  translate: -50% -50%;
  background-image: url(../img/index/img_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 834px) {
  .front-page .sec_group .imgArea .img.-bottom::after {
    top: calc(50% + 6px);
    left: calc(50% + 6px);
  }
}
.front-page .sec_group .imgArea .img.-bottom::before {
  aspect-ratio: 48/63;
  width: 48px;
  background-image: url(../img/index/group_picdeco02.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 40px;
  right: 5px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media (max-width: 834px) {
  .front-page .sec_group .imgArea .img.-bottom::before {
    width: 19.2px;
    right: -5px;
  }
}
.front-page .sec_group .imgArea .img.-bottom img {
  aspect-ratio: 370/244;
}
.front-page .sec_group .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;
  gap: 50px;
  padding-right: 110px;
  padding-top: 130px;
  padding-bottom: 140px;
  z-index: 1;
  -ms-flex-item-align: center;
      align-self: center;
  background-color: #fff;
}
@media (max-width: 1090px) {
  .front-page .sec_group .textArea {
    padding-right: 60px;
  }
}
@media (max-width: 834px) {
  .front-page .sec_group .textArea {
    padding-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 20px;
  }
}
.front-page .sec_group .textArea::before {
  content: "";
  width: 9999px;
  height: 100%;
  position: absolute;
  translate: -100%;
  left: 0;
  top: 0;
  background-color: #fff;
}
@media (max-width: 834px) {
  .front-page .sec_group .textArea::before {
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: -1;
  }
}
.front-page .sec_group .textArea::after {
  content: "";
  width: 150px;
  height: 100%;
  position: absolute;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  translate: 100%;
  right: 0;
  top: 0;
  background-color: #fff;
}
@media (max-width: 834px) {
  .front-page .sec_group .textArea::after {
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background-color: #fbf8f3;
    height: 100%;
    translate: initial;
    width: 6.25%;
    right: -6.25%;
    z-index: -1;
  }
}
@media (max-width: 834px) {
  .front-page .sec_group .commonBtn {
    margin-top: 14px;
  }
}
.front-page .sec_interview {
  position: relative;
  padding-top: 40px;
  padding-bottom: 100px;
}
@media (max-width: 834px) {
  .front-page .sec_interview {
    padding-bottom: 0;
    padding-top: 20px;
  }
}
.front-page .sec_interview::after {
  content: "";
  aspect-ratio: 1440/300;
  width: 100%;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  background: #fbf8f3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec_interview::after {
    height: 200px;
  }
}
.front-page .sec_interview .commonTitle {
  margin-bottom: 50px;
}
@media (max-width: 834px) {
  .front-page .sec_interview .commonTitle {
    margin-bottom: 40px;
  }
}
.front-page .sec_interview .interviewSwiper .swiper-slide {
  max-width: 379px;
}
@media (max-width: 834px) {
  .front-page .sec_interview .interviewSwiper .swiper-slide {
    max-width: 300px;
  }
}
@media (any-hover: hover) {
  .front-page .sec_interview .interviewSwiper .swiper-slide a:hover {
    opacity: 1;
  }
  .front-page .sec_interview .interviewSwiper .swiper-slide a:hover .imgArea .img img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  .front-page .sec_interview .interviewSwiper .swiper-slide a:hover .imgArea .img::after {
    width: 104%;
    height: 104%;
    top: calc(50% + 10px);
    left: calc(50% + 10px);
    opacity: 1;
  }
}
@media (any-hover: hover) and (max-width: 834px) {
  .front-page .sec_interview .interviewSwiper .swiper-slide a:hover .imgArea .img::after {
    top: calc(50% + 5px);
    left: calc(50% + 5px);
  }
}
@media (any-hover: hover) {
  .front-page .sec_interview .interviewSwiper .swiper-slide a:hover .prof_name {
    color: #00a678;
  }
}
.front-page .sec_interview .interviewSwiper .swiper-slide a .imgArea {
  position: relative;
}
.front-page .sec_interview .interviewSwiper .swiper-slide a .imgArea .img {
  position: relative;
  width: 100%;
  max-width: 379px;
}
.front-page .sec_interview .interviewSwiper .swiper-slide a .imgArea .img img {
  aspect-ratio: 379/280;
}
.front-page .sec_interview .interviewSwiper .swiper-slide a .imgArea .img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-image: url(../img/index/img_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.front-page .sec_interview .interviewSwiper .swiper-slide a .imgArea .jobs {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  background-color: #0cc8d9;
  border-radius: 10px;
  padding: 0.4em 1em;
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 10px;
}
@media (max-width: 834px) {
  .front-page .sec_interview .interviewSwiper .swiper-slide a .imgArea .jobs {
    font-size: 1.3rem;
    padding: 0.3em 1em;
    border-radius: 5px;
  }
}
.front-page .sec_interview .interviewSwiper .swiper-slide a .prof {
  margin-top: 10px;
}
@media (max-width: 834px) {
  .front-page .sec_interview .interviewSwiper .swiper-slide a .prof {
    margin-top: 20px;
  }
}
.front-page .sec_interview .interviewSwiper .swiper-slide a .prof_name {
  font-size: 2.4rem;
  line-height: 1.7;
  font-weight: bold;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 834px) {
  .front-page .sec_interview .interviewSwiper .swiper-slide a .prof_name {
    font-size: 1.8rem;
  }
}
.front-page .sec_interview .interviewSwiper .swiper-slide a .prof_name_s {
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-width: 834px) {
  .front-page .sec_interview .interviewSwiper .swiper-slide a .prof_name_s {
    font-size: 1.2rem;
  }
}
.front-page .sec_interview .interviewSwiper .swiper-slide a .prof_location {
  font-size: 1.4rem;
}
@media (max-width: 834px) {
  .front-page .sec_interview .interviewSwiper .swiper-slide a .prof_location {
    font-size: 1.2rem;
  }
}
.front-page .sec_interview .interviewSwiper .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 38px;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .front-page .sec_interview .interviewSwiper .controls {
    margin-top: 10px;
    gap: 14px;
  }
}
.front-page .sec_interview .interviewSwiper .controls .swiper-pagination {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #dedede;
}
.front-page .sec_interview .interviewSwiper .controls .swiper-pagination-progressbar-fill {
  background-color: #00a678;
}
.front-page .sec_interview .interviewSwiper .controls .button-next, .front-page .sec_interview .interviewSwiper .controls .button-prev {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  width: 58px;
  background-color: #1bc8b6;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .front-page .sec_interview .interviewSwiper .controls .button-next:hover, .front-page .sec_interview .interviewSwiper .controls .button-prev:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (max-width: 834px) {
  .front-page .sec_interview .interviewSwiper .controls .button-next, .front-page .sec_interview .interviewSwiper .controls .button-prev {
    width: 48px;
  }
}
.front-page .sec_interview .interviewSwiper .controls .button-next::before, .front-page .sec_interview .interviewSwiper .controls .button-prev::before {
  content: "";
  aspect-ratio: 9/13;
  width: 9px;
  background-image: url(../img/common/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 834px) {
  .front-page .sec_interview .interviewSwiper .controls .button-next::before, .front-page .sec_interview .interviewSwiper .controls .button-prev::before {
    width: 7px;
  }
}
.front-page .sec_interview .interviewSwiper .controls .button-prev::before {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}
.front-page .sec_interview .interviewSwiper .controls .swiper-button-disabled {
  background-color: #b0d7d3;
  pointer-events: none;
}
.front-page .sec_interview .interviewSwiper .commonBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.front-page .sec_movie {
  position: relative;
  padding: 100px 0 80px;
  padding-top: 0;
}
@media (max-width: 834px) {
  .front-page .sec_movie {
    padding: 60px 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.front-page .sec_movie::before {
  content: "";
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 70%, 100% 100%, 0% 100%);
  background: #f1fbff;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}
.front-page .sec_movie::after {
  content: "";
  aspect-ratio: 1440/300;
  width: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #f1fbff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .front-page .sec_movie::after {
    height: 100px;
  }
}
.front-page .sec_movie .textArea {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 834px) {
  .front-page .sec_movie .textArea {
    gap: 20px;
    margin-bottom: 30px;
  }
}
.front-page .sec_movie .movie_content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 834px) {
  .front-page .sec_movie .movie_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.front-page .sec_movie .movie_content_item {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.front-page .sec_movie .movie_content_item .movieTitle {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 834px) {
  .front-page .sec_movie .movie_content_item .movieTitle {
    font-size: 1.8rem;
  }
}
.front-page .sec_movie .movie_content_item .movieArea {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .front-page .sec_movie .movie_content_item .movieArea {
    margin-bottom: 10px;
  }
}
.front-page .sec_movie .movie_content_item .movieArea::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: calc(50% + 10px);
  left: calc(50% + 10px);
  translate: -50% -50%;
  background-image: url(../img/index/img_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 834px) {
  .front-page .sec_movie .movie_content_item .movieArea::before {
    top: calc(50% + 5px);
    left: calc(50% + 5px);
  }
}
.front-page .sec_movie .movie_content_item .movieArea iframe {
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.front-page .sec_charm {
  position: relative;
  height: 100%;
  padding-bottom: 200px;
  padding-top: 100px;
}
.front-page .sec_charm::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  z-index: -2;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec_charm {
    padding-top: 60px;
    padding-bottom: 40px;
    min-height: initial;
  }
}
.front-page .sec_charm::after {
  content: "";
  display: block;
  aspect-ratio: 731/870;
  width: 731px;
  width: clamp(300px, 50.763888vw, 731px);
  background-image: url(../img/index/logodeco.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 834px) {
  .front-page .sec_charm::after {
    width: clamp(219px, 77.866666vw, 731px);
    top: 60%;
  }
}
@media (max-width: 430px) {
  .front-page .sec_charm::after {
    width: clamp(219px, 95.866666vw, 731px);
    top: 65%;
  }
}
.front-page .sec_charm:not(:has(.imgArea))::before {
  opacity: 0.4;
}
.front-page .sec_charm:not(:has(.imgArea)) .sec_charm_inner::after {
  display: none;
}
.front-page .sec_charm .charm_deco {
  position: absolute;
  top: 0;
  left: -400px;
  rotate: 15deg;
}
@media (max-width: 1480px) {
  .front-page .sec_charm .charm_deco {
    left: -240px;
  }
}
@media (max-width: 834px) {
  .front-page .sec_charm .charm_deco {
    top: 0;
    left: inherit;
    right: -120px;
    scale: -1 1;
    rotate: -25deg;
  }
}
.front-page .sec_charm .charm_deco .img {
  position: relative;
}
.front-page .sec_charm .charm_deco .img img {
  pointer-events: none;
  width: 594.4px;
}
@media (max-width: 834px) {
  .front-page .sec_charm .charm_deco .img img {
    width: 297.2px;
  }
}
.front-page .sec_charm_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  min-height: 600px;
}
@media (max-width: 834px) {
  .front-page .sec_charm_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 70px;
    padding-top: 90px;
    min-height: initial;
  }
}
.front-page .sec_charm .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;
  gap: 50px;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (max-width: 834px) {
  .front-page .sec_charm .textArea {
    gap: 20px;
    margin-top: 0;
  }
}
@media (max-width: 834px) {
  .front-page .sec_charm .textArea .commonBtn {
    margin-top: 14px;
  }
}
.front-page .sec_charm .imgArea {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 61.166666%;
          flex: 0 0 61.166666%;
  width: 100%;
  max-width: 790px;
}
@media (max-width: 834px) {
  .front-page .sec_charm .imgArea {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 430px) {
  .front-page .sec_charm .imgArea {
    max-width: 280px;
  }
}
.front-page .sec_charm .imgArea .-top {
  position: relative;
  width: 100%;
  max-width: 660px;
  margin-left: auto;
}
.front-page .sec_charm .imgArea .-top::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: calc(50% + 15px);
  left: calc(50% + 15px);
  translate: -50% -50%;
  background-image: url(../img/index/img_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 834px) {
  .front-page .sec_charm .imgArea .-top::before {
    top: calc(50% + 6px);
    left: calc(50% + 6px);
  }
}
@media (max-width: 834px) {
  .front-page .sec_charm .imgArea .-top {
    max-width: 330px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.front-page .sec_charm .imgArea .-top img {
  aspect-ratio: 660/484;
}
.front-page .sec_charm .imgArea .-middle {
  position: relative;
  width: 100%;
  max-width: 328px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.front-page .sec_charm .imgArea .-middle::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: calc(50% + 15px);
  left: calc(50% + 15px);
  translate: -50% -50%;
  background-image: url(../img/index/img_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 834px) {
  .front-page .sec_charm .imgArea .-middle::before {
    top: calc(50% + 6px);
    left: calc(50% + 6px);
  }
}
@media (max-width: 834px) {
  .front-page .sec_charm .imgArea .-middle {
    max-width: 104px;
    position: absolute;
    top: -88px;
    right: 0;
  }
}
.front-page .sec_charm .imgArea .-middle img {
  aspect-ratio: 328/242;
}
.front-page .sec_charm .imgArea .-bottom {
  position: relative;
  width: 100%;
  max-width: 266px;
  margin-top: 170px;
}
.front-page .sec_charm .imgArea .-bottom::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: calc(50% + 15px);
  left: calc(50% + 15px);
  translate: -50% -50%;
  background-image: url(../img/index/img_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 834px) {
  .front-page .sec_charm .imgArea .-bottom::before {
    top: calc(50% + 6px);
    left: calc(50% + 6px);
  }
}
@media (max-width: 834px) {
  .front-page .sec_charm .imgArea .-bottom {
    max-width: 133px;
    margin-top: 32px;
  }
}
.front-page .sec_charm .imgArea .-bottom img {
  aspect-ratio: 266/231;
}
.front-page .sec_charm .imgArea .imgBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 834px) {
  .front-page .sec_charm .imgArea .imgBottom {
    gap: 0;
    margin-top: -20px;
  }
}
.front-page .sec_data {
  position: relative;
  background-color: #f1fbff;
  padding-bottom: 90px;
}
@media (max-width: 834px) {
  .front-page .sec_data {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
.front-page .sec_data::before {
  content: "";
  aspect-ratio: 1440/300;
  width: 100%;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #f1fbff;
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: -2;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec_data::before {
    height: 60px;
  }
}
.front-page .sec_data::after {
  content: "";
  width: 20%;
  height: 100%;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #fff;
  translate: 0 -50%;
}
@media (max-width: 834px) {
  .front-page .sec_data::after {
    width: 40%;
  }
}
.front-page .sec_data_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
@media (max-width: 834px) {
  .front-page .sec_data_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
}
.front-page .sec_data .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80.416666%;
          flex: 0 0 80.416666%;
  position: relative;
  margin-left: -250px;
  z-index: 2;
}
@media (max-width: 1279px) {
  .front-page .sec_data .imgArea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    margin-left: -200px;
  }
}
@media (max-width: 834px) {
  .front-page .sec_data .imgArea {
    padding-top: 0;
    margin-left: 0;
  }
}
.front-page .sec_data .imgArea .img {
  position: relative;
  width: 100%;
  max-width: 965px;
}
.front-page .sec_data .imgArea .img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: calc(50% + 20px);
  left: calc(50% + 20px);
  translate: -50% -50%;
  background-image: url(../img/index/img_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 834px) {
  .front-page .sec_data .imgArea .img::before {
    top: calc(50% + 6px);
    left: calc(50% + 6px);
  }
}
@media (max-width: 834px) {
  .front-page .sec_data .imgArea .img {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
  }
}
.front-page .sec_data .imgArea .img img {
  aspect-ratio: 965/660;
}
.front-page .sec_data .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;
  gap: 50px;
  z-index: 1;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (max-width: 834px) {
  .front-page .sec_data .textArea {
    gap: 20px;
    padding-top: 60px;
    padding-bottom: 0;
  }
}
.front-page .sec_data .textArea .commonTitle {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.front-page .sec_data .textArea .commonTitle::before {
  content: "";
  aspect-ratio: 383/328;
  width: 268.1px;
  background-image: url(../img/common/deco_geometry01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -60px;
  right: -300px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec_data .textArea .commonTitle::before {
    width: 114.9px;
    top: 20px;
    right: -50px;
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
  }
}
@media (max-width: 834px) {
  .front-page .sec_data .textArea .commonBtn {
    margin-top: 14px;
  }
}

@-webkit-keyframes handwriting1 {
  0% {
    stroke-dashoffset: 793;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes handwriting1 {
  0% {
    stroke-dashoffset: 793;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* ============================================
// RECRUIT
// ==========================================*/
.lower-kyujin_l .l-main::before, .lower-kyujin_d .l-main::before, .lower-whatsnew .l-main::before {
  content: "";
  aspect-ratio: 1440/628;
  width: 100%;
  background-color: #f1fbff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
  pointer-events: none;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media (max-width: 834px) {
  .lower-kyujin_l .l-main::before, .lower-kyujin_d .l-main::before, .lower-whatsnew .l-main::before {
    left: initial;
    right: 0;
    width: 200%;
  }
}
.lower-kyujin_l .pagination ul, .lower-kyujin_d .pagination ul, .lower-whatsnew .pagination ul {
  gap: 4px;
}
.lower-kyujin_l .pagination ul li em, .lower-kyujin_d .pagination ul li em, .lower-whatsnew .pagination ul li em {
  background: #00adef;
}
.lower-kyujin_l .pagination ul li a, .lower-kyujin_d .pagination ul li a, .lower-whatsnew .pagination ul li a {
  background-color: #fbf8f3;
}
@media (any-hover: hover) {
  .lower-kyujin_l .pagination ul li a:hover, .lower-kyujin_d .pagination ul li a:hover, .lower-whatsnew .pagination ul li a:hover {
    background-color: #00adef;
  }
}
.lower-kyujin_l .pagination ul li a, .lower-kyujin_l .pagination ul li em, .lower-kyujin_d .pagination ul li a, .lower-kyujin_d .pagination ul li em, .lower-whatsnew .pagination ul li a, .lower-whatsnew .pagination ul li em {
  border-radius: 50%;
}
.lower-kyujin_l .job_count_pager.contents_bottom .pagination ul li em, .lower-kyujin_d .job_count_pager.contents_bottom .pagination ul li em, .lower-whatsnew .job_count_pager.contents_bottom .pagination ul li em {
  background: #00adef;
}
.lower-kyujin_l .job_count_pager.contents_bottom .pagination ul li a, .lower-kyujin_d .job_count_pager.contents_bottom .pagination ul li a, .lower-whatsnew .job_count_pager.contents_bottom .pagination ul li a {
  background-color: #fff;
}
@media (any-hover: hover) {
  .lower-kyujin_l .job_count_pager.contents_bottom .pagination ul li a:hover, .lower-kyujin_d .job_count_pager.contents_bottom .pagination ul li a:hover, .lower-whatsnew .job_count_pager.contents_bottom .pagination ul li a:hover {
    background-color: #00adef;
  }
}
.lower-kyujin_l .btn, .lower-kyujin_d .btn, .lower-whatsnew .btn {
  font-size: 1.5rem;
  border-radius: 100px;
  border: solid 1px #00a678;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}
@media (any-hover: hover) {
  .lower-kyujin_l .btn:hover, .lower-kyujin_d .btn:hover, .lower-whatsnew .btn:hover {
    opacity: 1;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_l .btn, .lower-kyujin_d .btn, .lower-whatsnew .btn {
    font-size: 1.4rem;
  }
}
.lower-kyujin_l .btn.btn_secondary, .lower-kyujin_d .btn.btn_secondary, .lower-whatsnew .btn.btn_secondary {
  background-color: #00a678;
  border-color: #00a678;
}
@media (any-hover: hover) {
  .lower-kyujin_l .btn.btn_secondary:hover, .lower-kyujin_d .btn.btn_secondary:hover, .lower-whatsnew .btn.btn_secondary:hover {
    color: #00a678 !important;
    background-color: #fff;
  }
}
.lower-kyujin_l .btn.btn_external, .lower-kyujin_d .btn.btn_external, .lower-whatsnew .btn.btn_external {
  background-color: #ffe160;
  border-color: #ffe160;
  color: #384b42 !important;
}
@media (any-hover: hover) {
  .lower-kyujin_l .btn.btn_external:hover, .lower-kyujin_d .btn.btn_external:hover, .lower-whatsnew .btn.btn_external:hover {
    color: #f79c4e !important;
    background-color: #fff;
    border-color: #f79c4e;
  }
  .lower-kyujin_l .btn.btn_external:hover::after, .lower-kyujin_d .btn.btn_external:hover::after, .lower-whatsnew .btn.btn_external:hover::after {
    background-color: #f79c4e;
  }
}
.lower-kyujin_l .btn.btn_external::after, .lower-kyujin_d .btn.btn_external::after, .lower-whatsnew .btn.btn_external::after {
  -webkit-mask: url(../img/kyujin/ico_custom_blank_white.png) no-repeat center top/contain;
          mask: url(../img/kyujin/ico_custom_blank_white.png) no-repeat center top/contain;
  background: #384b42;
  top: 13px;
  right: 23px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (max-width: 834px) {
  .lower-kyujin_l .btn.btn_external::after, .lower-kyujin_d .btn.btn_external::after, .lower-whatsnew .btn.btn_external::after {
    top: 18px;
    right: 14px;
  }
}
.lower-kyujin_l .pager_next .btn, .lower-kyujin_d .pager_next .btn, .lower-whatsnew .pager_next .btn {
  background-color: #00a678;
  border-color: #00a678;
}
@media (any-hover: hover) {
  .lower-kyujin_l .pager_next .btn:hover, .lower-kyujin_d .pager_next .btn:hover, .lower-whatsnew .pager_next .btn:hover {
    color: #00a678 !important;
    background-color: #fff;
  }
}
.lower-kyujin_l .breadcrumb, .lower-kyujin_d .breadcrumb, .lower-whatsnew .breadcrumb {
  background: #f1fbff;
  margin-bottom: 74px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .breadcrumb, .lower-kyujin_d .breadcrumb, .lower-whatsnew .breadcrumb {
    margin-bottom: 40px;
  }
}
.lower-kyujin_l .gMap_link:before, .lower-kyujin_d .gMap_link:before, .lower-whatsnew .gMap_link:before {
  background: url(../img/kyujin/ico_custom_location_color.png) no-repeat center center/contain;
}

/*--------------------
求人一覧
--------------------*/
.lower-kyujin_l .kyujin_container:not(:has(.job_count_pager)) .job_list {
  padding-bottom: 60px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .kyujin_container:not(:has(.job_count_pager)) .job_list {
    padding-bottom: 40px;
  }
}
.lower-kyujin_l .search_panel {
  border: none;
  padding: 50px 60px 50px;
  background-color: #fbf8f3;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel {
    padding: 40px 4%;
    margin-right: -2%;
    margin-left: -2%;
  }
}
.lower-kyujin_l .search_panel .search-toggle {
  border-radius: 300px;
  border: solid 1px #00a678;
  overflow: hidden;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (any-hover: hover) {
  .lower-kyujin_l .search_panel .search-toggle:hover {
    opacity: 1;
    background-color: #fff;
  }
  .lower-kyujin_l .search_panel .search-toggle:hover::before {
    background-color: #00a678;
  }
  .lower-kyujin_l .search_panel .search-toggle:hover .toggle_txt {
    color: #00a678;
  }
  .lower-kyujin_l .search_panel .search-toggle:hover .toggle_trigger_txt_ico {
    background-color: #00a678;
  }
}
.lower-kyujin_l .search_panel .search-toggle .toggle_txt {
  padding: 1em;
  font-size: 1.5rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel .search-toggle .toggle_txt {
    font-size: 1.4rem;
  }
}
.lower-kyujin_l .search_panel .search-toggle .toggle_trigger {
  background-color: transparent;
  right: 10px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel .search-toggle .toggle_trigger {
    right: 6px;
  }
}
.lower-kyujin_l .search_panel .search-toggle .toggle_trigger_txt_ico {
  -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, transform 0.3s ease;
  transition: background 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 481px) {
  .lower-kyujin_l .search_panel .search_body .custom-form {
    border-color: #dfdfdf;
  }
}
.lower-kyujin_l .search_panel .search_body .custom-form .parts_ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 115px;
          flex: 0 0 115px;
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel .search_body .custom-form .parts_ttl {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
.lower-kyujin_l .search_panel .search_body .custom-form .parts_ttl:before {
  border: none;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0;
}
.lower-kyujin_l .search_panel .search_body .custom-form .selCity-box {
  margin-top: 20px;
}
.lower-kyujin_l .search_panel .search_body .custom-form .category_list li label {
  border: none;
}
.lower-kyujin_l .search_panel .search_body .custom-form .category_list li label .check {
  display: none;
}
.lower-kyujin_l .search_panel .search_body .custom-form .category_list li input:checked + label {
  background: none;
  color: #384b42;
}
@media (any-hover: hover) {
  .lower-kyujin_l .search_panel .search_body .custom-form .category_list li input[type=checkbox] + label:hover {
    background: none;
  }
}
.lower-kyujin_l .search_panel .search_body .custom-form_searth_btn {
  margin: 0 auto;
  max-width: initial;
  width: initial;
}
.lower-kyujin_l .search_panel .search_body .custom-form_searth_btn .btn_cover {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel .search_body .custom-form_searth_btn .btn_cover {
    margin-top: 0;
  }
}
.lower-kyujin_l .search_panel .search_body .custom-form_searth_btn .btn_cover::before {
  content: "";
  display: block;
  width: 0.9375em;
  height: auto;
  aspect-ratio: 15/14;
  -webkit-mask-image: url(../img/common/ico_lenz.png);
          mask-image: url(../img/common/ico_lenz.png);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 84px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel .search_body .custom-form_searth_btn .btn_cover::before {
    left: 60px;
  }
}
.lower-kyujin_l .search_panel .search_body .custom-form_searth_btn .btn_cover input[type=submit] {
  height: 100%;
  border-radius: 100px;
  border: solid 1px #00a678;
  background-color: #00a678;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 1.25em 1em 1.25em 38px !important;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: initial;
  font-size: 1.6rem;
}
.lower-kyujin_l .search_panel .search_body .custom-form .pull-down::after {
  margin-top: 0;
}
.lower-kyujin_l .search_panel .search_body .custom-form_parts {
  border: none;
  padding: 0;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.lower-kyujin_l .job {
  padding: 40px;
  border: none !important;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(26, 108, 95, 0.1);
          box-shadow: 0px 0px 14px 0px rgba(26, 108, 95, 0.1);
}
@media (max-width: 834px) {
  .lower-kyujin_l .job {
    padding: 30px 5%;
  }
}
.lower-kyujin_l .job:not(:first-child) {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job:not(:first-child) {
    margin-top: 24px;
  }
}
@media (max-width: 480px) {
  .lower-kyujin_l .job_outline-head {
    border: none !important;
    padding: 0 !important;
  }
}
.lower-kyujin_l .job_employmenttype_list_item {
  border-color: #00adef;
  color: #00adef;
  border-radius: 50px;
  padding: 0 0.6em;
}

/*--------------------
求人詳細
--------------------*/
.lower-kyujin_d .l-main::after {
  content: "";
  display: block;
  aspect-ratio: 943/639;
  width: 943px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #fbf8f3;
  position: absolute;
  top: -5%;
  left: 0;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-kyujin_d .l-main::after {
    width: 100%;
    top: -2%;
  }
}
.lower-kyujin_d .kyujin_container {
  margin-top: 120px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin_container {
    margin-top: 90px;
  }
}
.lower-kyujin_d .job_body_block {
  position: relative;
}
.lower-kyujin_d .job_body_block:nth-child(odd)::after {
  content: "";
  aspect-ratio: 451/326;
  width: 451px;
  clip-path: polygon(0 21%, 47% 100%, 100% 0);
  background-color: #f1fbff;
  position: absolute;
  top: -10%;
  left: 15%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job_body_block:nth-child(odd)::after {
    display: none;
  }
}
.lower-kyujin_d .job_body_block:last-child {
  margin-bottom: 0;
}
.lower-kyujin_d .job_body_head {
  position: relative;
}
.lower-kyujin_d .job_body_head::before {
  content: "";
  display: block;
  aspect-ratio: 695/675;
  width: 425px;
  background-image: url(../img/kyujin/kyujin_logo_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 60%;
  right: -7%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0.4;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job_body_head::before {
    display: none;
  }
}
.lower-kyujin_d .job_body_block.outline, .lower-kyujin_d .job_body_block.appeal {
  background-color: #fff;
  padding: 50px;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(26, 108, 95, 0.08);
          box-shadow: 0px 0px 14px 0px rgba(26, 108, 95, 0.08);
}
@media (max-width: 1024px) {
  .lower-kyujin_d .job_body_block.outline, .lower-kyujin_d .job_body_block.appeal {
    padding: 64px 5% 80px;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_d .job_body_block.outline, .lower-kyujin_d .job_body_block.appeal {
    padding: 5% 5% 28px;
    padding-top: 32px;
  }
}
@media (max-width: 480px) {
  .lower-kyujin_d .job_outline-head {
    border-radius: 5px;
  }
}
.lower-kyujin_d .job_employmenttype_list_item {
  border-color: #00adef;
  color: #00adef;
  border-radius: 50px;
  padding: 0 0.6em;
}
.lower-kyujin_d .job .outline_ttl, .lower-kyujin_d .job .appeal_ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3rem;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job .outline_ttl, .lower-kyujin_d .job .appeal_ttl {
    font-size: 2.2rem;
    gap: 10px;
    margin-bottom: 0;
  }
}
.lower-kyujin_d .job .outline_ttl::after, .lower-kyujin_d .job .appeal_ttl::after {
  display: none;
}
.lower-kyujin_d .job .outline_ttl::before, .lower-kyujin_d .job .appeal_ttl::before {
  content: "";
  aspect-ratio: 1/1;
  width: 0.266666em;
  background-color: #00adef;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -5px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media (max-width: 834px) {
  .lower-kyujin_d .job .outline_ttl::before, .lower-kyujin_d .job .appeal_ttl::before {
    width: 7px;
    top: -4px;
    left: 0;
  }
}
.lower-kyujin_d .job_outline_item_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  border-bottom: #00a678 1px solid;
}
.lower-kyujin_d .job_outline_item_ttl::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6px;
          flex: 0 0 6px;
  display: inline-block;
  width: 6px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-top: 1px;
  background-color: #00a678;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job_outline_item_ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 480px) {
  .lower-kyujin_d .job_outline_item_ttl {
    border: none;
  }
}
@media (max-width: 480px) {
  .lower-kyujin_d .job_body_block {
    margin: 30px 0;
  }
}
.lower-kyujin_d .job_body_block_outline_item_txt {
  border-bottom: 1px solid #dedede;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job_body_block_outline_item_txt {
    border-bottom: none;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_d .job_body_block_outline_item {
    border-radius: 8px;
  }
}
.lower-kyujin_d .job_body_head::after {
  display: none;
}
@media (max-width: 480px) {
  .lower-kyujin_d .job_body_head_txt_inner .job_post_ttl {
    color: #00a678 !important;
  }
}
.lower-kyujin_d .job_body_head_txt_inner .job_post_ttl::before {
  background-color: #00a678 !important;
}
.lower-kyujin_d .page_back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px;
  padding-bottom: 36px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .page_back {
    padding: 30px;
    padding-bottom: 24px;
  }
}
.lower-kyujin_d .page_back a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 280px;
  color: #fff;
  font-weight: 600;
  background-color: #00a678;
  border: solid 1px #00a678;
  border-radius: 100px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 0.875em 1.25em;
}
@media (max-width: 834px) {
  .lower-kyujin_d .page_back a {
    width: 240px;
    padding: 1em;
  }
}
@media (any-hover: hover) {
  .lower-kyujin_d .page_back a:hover {
    opacity: 1;
    background-color: #fff;
    color: #00a678;
    border-color: #00a678;
  }
  .lower-kyujin_d .page_back a:hover::after {
    background-color: #00a678;
  }
}
.lower-kyujin_d .page_back a::before {
  display: none;
}
.lower-kyujin_d .page_back a::after {
  content: "";
  aspect-ratio: 7/11;
  width: 0.4375em;
  -webkit-mask-image: url(../img/common/arrow.png);
          mask-image: url(../img/common/arrow.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  position: absolute;
  top: 52%;
  left: 1.4em;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.lower-kyujin_d .fixed_conversion .conversion .btn_conversion {
  border-radius: 300px;
  border: solid 1px #ffe160;
  background-color: #ffe160;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion:hover {
    opacity: 1;
    background-color: #fff;
    border-color: #00adef;
  }
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion:hover .conversion_txt {
    color: #00adef;
  }
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion:hover::after {
    background: #00adef;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion {
    padding: 10px 0;
  }
}
.lower-kyujin_d .fixed_conversion .conversion .btn_conversion::after {
  -webkit-mask: url(../img/kyujin/ico_custom_blank_white.png) no-repeat center top/contain;
          mask: url(../img/kyujin/ico_custom_blank_white.png) no-repeat center top/contain;
  background: #384b42;
  top: 10px;
  right: 30px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (max-width: 480px) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion::after {
    top: 20px;
    right: 14px;
  }
}
.lower-kyujin_d .fixed_conversion .conversion_txt {
  color: #384b42;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .conversion_txt {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .phone {
    background: initial;
    -ms-flex-preferred-size: 41%;
        flex-basis: 41%;
    margin-right: 8px;
  }
}
@media (max-width: 768px) {
  .lower-kyujin_d .fixed_conversion .phone {
    -ms-flex-preferred-size: 186px;
        flex-basis: 186px;
  }
}
.lower-kyujin_d .fixed_conversion .phone .btn_phone {
  padding: 0;
}
.lower-kyujin_d .fixed_conversion .phone .btn_phone .phone_num {
  color: #fff;
}
.lower-kyujin_d .fixed_conversion .phone .btn_phone .phone_num::before {
  background-image: url(../img/kyujin/ico_custom_tel_white.png);
}
.lower-kyujin_d .fixed_conversion .phone .btn_phone .phone_notes {
  color: #fff;
}
.lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
  bottom: 100px;
}
@media (max-width: 768px) {
  .lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
    bottom: 80px;
  }
}
.lower-kyujin_d .footer {
  margin-bottom: 170px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .footer {
    margin-bottom: 80px;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_d .pagetop {
    bottom: 260px;
  }
}

/*--------------------
新着求人
--------------------*/
.lower-whatsnew .kyujin_container:not(:has(.job_count_pager)) .job_list {
  padding-bottom: 60px;
}
@media (max-width: 834px) {
  .lower-whatsnew .kyujin_container:not(:has(.job_count_pager)) .job_list {
    padding-bottom: 40px;
  }
}
.lower-whatsnew .kyujin_container .job {
  padding: 40px;
  border: none !important;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(26, 108, 95, 0.1);
          box-shadow: 0px 0px 14px 0px rgba(26, 108, 95, 0.1);
}
.lower-whatsnew .kyujin_container .job::before, .lower-whatsnew .kyujin_container .job::after {
  display: none !important;
}
.lower-whatsnew .kyujin_container .job_inner {
  padding: 0;
}
@media (max-width: 834px) {
  .lower-whatsnew .kyujin_container .job {
    padding: 30px 5%;
  }
}
.lower-whatsnew .kyujin_container .job:not(:first-child) {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-whatsnew .kyujin_container .job:not(:first-child) {
    margin-top: 24px;
  }
}
@media (max-width: 480px) {
  .lower-whatsnew .kyujin_container .job_outline-head {
    border: none !important;
    padding: 0 !important;
  }
}
.lower-whatsnew .kyujin_container .job_employmenttype_list_item {
  border-color: #00adef;
  color: #00adef;
  border-radius: 50px;
  padding: 0 0.6em;
}

/* ============================================
// interview_l
// ==========================================*/
.lower-interview_l .sec_interview {
  position: relative;
  padding-top: 24px;
  padding-bottom: 300px;
}
@media (max-width: 834px) {
  .lower-interview_l .sec_interview {
    padding-top: 16px;
    padding-bottom: 104px;
  }
}
.lower-interview_l .sec_interview::before {
  content: "";
  position: absolute;
  top: 12%;
  right: 0;
  width: min(65.625vw, 945px);
  aspect-ratio: 945/639;
  clip-path: polygon(0 20%, 100% 100%, 100% 0);
  background-color: #f1fbff;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_l .sec_interview::before {
    top: 5%;
    width: clamp(400px, 59.9520383693vw, 500px);
  }
}
.lower-interview_l .sec_interview::after {
  content: "";
  position: absolute;
  bottom: 120px;
  left: 0;
  width: 417px;
  width: min(28.9583333333vw, 417px);
  aspect-ratio: 417/344;
  background: url(../img/interview/deco_shape03.png?250604) center center/contain no-repeat;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_l .sec_interview::after {
    bottom: 16px;
    width: clamp(176px, 28.7769784173vw, 240px);
  }
}
@media (min-width: 835px) {
  .lower-interview_l .sec_interview .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 112px 2.45%;
  }
}
.lower-interview_l .sec_interview .list_item {
  max-width: 380px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.7%;
          flex: 0 0 31.7%;
}
@media (max-width: 834px) {
  .lower-interview_l .sec_interview .list_item {
    max-width: clamp(300px, 45.5635491607vw, 380px);
    margin-inline: auto;
  }
  .lower-interview_l .sec_interview .list_item:nth-child(n+2) {
    margin-top: 32px;
  }
}
@media (any-hover: hover) {
  .lower-interview_l .sec_interview .list_item a:hover {
    opacity: 1;
  }
  .lower-interview_l .sec_interview .list_item a:hover .imgArea .img img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  .lower-interview_l .sec_interview .list_item a:hover .imgArea .img::after {
    width: 104%;
    height: 104%;
    top: calc(50% + 10px);
    left: calc(50% + 10px);
    opacity: 1;
  }
}
@media (any-hover: hover) and (max-width: 834px) {
  .lower-interview_l .sec_interview .list_item a:hover .imgArea .img::after {
    top: calc(50% + 5px);
    left: calc(50% + 5px);
  }
}
@media (any-hover: hover) {
  .lower-interview_l .sec_interview .list_item a:hover .prof_name {
    color: #00a678;
  }
}
.lower-interview_l .sec_interview .list_item a .imgArea {
  position: relative;
}
.lower-interview_l .sec_interview .list_item a .imgArea .img {
  position: relative;
  width: 100%;
  max-width: 380px;
}
.lower-interview_l .sec_interview .list_item a .imgArea .img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-image: url(../img/index/img_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.lower-interview_l .sec_interview .list_item a .imgArea .img img {
  aspect-ratio: 380/280;
}
.lower-interview_l .sec_interview .list_item a .imgArea .jobs {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  background-color: #0cc8d9;
  border-radius: 10px;
  padding: 0.6em 1em;
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 10px;
  max-width: clamp(240px, 22.2222222222vw, 320px);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-interview_l .sec_interview .list_item a .imgArea .jobs {
    font-size: 1.3rem;
    padding: 0.3em 1em;
    border-radius: 5px;
    max-width: 240px;
  }
}
.lower-interview_l .sec_interview .list_item a .prof {
  margin-top: 24px;
}
@media (max-width: 834px) {
  .lower-interview_l .sec_interview .list_item a .prof {
    margin-top: 12px;
  }
}
.lower-interview_l .sec_interview .list_item a .prof_name {
  font-size: 2.4rem;
  line-height: 1.7;
  font-weight: bold;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 834px) {
  .lower-interview_l .sec_interview .list_item a .prof_name {
    font-size: 1.8rem;
  }
}
.lower-interview_l .sec_interview .list_item a .prof_name_s {
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: 4px;
}
@media (max-width: 834px) {
  .lower-interview_l .sec_interview .list_item a .prof_name_s {
    font-size: 1.2rem;
    margin-left: 2px;
  }
}
.lower-interview_l .sec_interview .list_item a .prof_location {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-interview_l .sec_interview .list_item a .prof_location {
    font-size: 1.2rem;
  }
}
.lower-interview_l .breadcrumb {
  background: transparent;
}
.lower-interview_l .sec_recruit::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 368px;
  aspect-ratio: 368/335;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #fbf8f3;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_l .sec_recruit::after {
    width: clamp(160px, 32.6139088729vw, 272px);
  }
}

/* ============================================
// interview_d
// ==========================================*/
.lower-interview_d .l-main {
  padding-top: 114px;
}
@media (max-width: 834px) {
  .lower-interview_d .l-main {
    padding-top: 88px;
  }
}
.lower-interview_d .interview {
  /*------------------------------
    メインエリア
  ------------------------------*/
  /*------------------------------
    インタビューコンテンツ
  ------------------------------*/
  /*------------------------------
    一日の流れ
  ------------------------------*/
  /*------------------------------
    メッセージ
  ------------------------------*/
  /*------------------------------
    戻るボタン／取材日
  ------------------------------*/
}
.lower-interview_d .interview__main {
  position: relative;
  padding-bottom: 96px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main {
    padding-bottom: 50px;
  }
}
.lower-interview_d .interview__main::before {
  content: "";
  position: absolute;
  top: 300px;
  right: 0;
  width: clamp(740px, 70.07vw, 1330px);
  clip-path: polygon(10% 6%, 100% 0, 100% 28%, 0% 100%);
  aspect-ratio: 1009/674;
  background-color: #f1fbff;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main::before {
    top: auto;
    bottom: -145px;
    bottom: max(-39.5vw, -390px);
    width: 480px;
    width: clamp(480px, 100.7194244604vw, 840px);
  }
}
@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: 12%;
  }
}
@media (max-width: 1250px) {
  .lower-interview_d .interview__main__inner {
    gap: 6%;
  }
}
.lower-interview_d .interview__main__inner .imgArea {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49.2%;
          flex: 0 0 49.2%;
  max-width: 590px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .imgArea {
    margin-inline: auto;
    max-width: 560px;
    margin-bottom: 50px;
  }
}
.lower-interview_d .interview__main__inner .imgArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 84px));
          transform: translateX(calc(-50% - 84px));
  width: clamp(652px, 62.1527777778vw, 895px);
  aspect-ratio: 895/870;
  background: url(../img/interview/interview_d_main_img_deco.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: -2;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .imgArea::before {
    top: -40px;
    left: 50%;
    width: clamp(300px, 71.2121212121vw, 470px);
    -webkit-transform: translateX(calc(-50% - clamp(100px, 23.9808153477vw, 200px)));
            transform: translateX(calc(-50% - clamp(100px, 23.9808153477vw, 200px)));
  }
}
.lower-interview_d .interview__main__inner .imgArea img {
  aspect-ratio: 590/425;
}
@media (min-width: 835px) {
  .lower-interview_d .interview__main__inner .imgArea img {
    margin-top: 24px;
  }
}
.lower-interview_d .interview__main__inner .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 100px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .txtArea {
    margin-top: 24px;
  }
}
.lower-interview_d .interview__main__inner .txtArea .copy {
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .txtArea .copy {
    font-size: 2.3rem;
    line-height: 1.6;
  }
}
.lower-interview_d .interview__main__inner .txtArea .copy::before {
  content: "";
  position: absolute;
  top: -1.22em;
  left: -2px;
  width: 0.9em;
  aspect-ratio: 27/21;
  -webkit-mask: url(../img/interview/interview_d_main_copy_deco.png) center center/contain no-repeat;
          mask: url(../img/interview/interview_d_main_copy_deco.png) center center/contain no-repeat;
  background-color: #00adef;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .txtArea .copy::before {
    top: -1em;
  }
}
.lower-interview_d .interview__main__inner .txtArea .job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 8px;
  margin-top: 109px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .txtArea .job {
    margin-top: 26px;
  }
}
.lower-interview_d .interview__main__inner .txtArea .job__item {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  background: #0cc8d9;
  border-radius: 10px;
  padding: 0.53em 0.95em;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .txtArea .job__item {
    font-size: 1.4rem;
  }
}
.lower-interview_d .interview__main__inner .txtArea .name {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.075em;
  margin-top: 11px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .txtArea .name {
    font-size: 2.4rem;
    margin-top: 8px;
  }
}
.lower-interview_d .interview__main__inner .txtArea .name small {
  font-size: 0.5em;
  font-weight: 400;
  margin-left: 3px;
}
.lower-interview_d .interview__main__inner .txtArea .data {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: 10px;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .txtArea .data {
    font-size: 1.2rem;
    margin-top: 2px;
  }
}
.lower-interview_d .interview__main__inner .txtArea .data span:nth-child(n+2)::before {
  content: "/";
  margin: 0 0.4em 0 0.2em;
}
.lower-interview_d .interview__topics {
  position: relative;
}
.lower-interview_d .interview__topics::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 200px;
  background: #fbf8f3;
  pointer-events: none;
}
.lower-interview_d .interview__topics::after {
  content: "";
  position: absolute;
  bottom: 199px;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/73;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #fbf8f3;
  z-index: -1;
  pointer-events: none;
}
.lower-interview_d .interview__topics__contents {
  background: #fff;
  padding: 80px 5.834%;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__contents {
    padding: 30px 5% 24px;
  }
}
@media (min-width: 835px) {
  .lower-interview_d .interview__topics__contents__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4.5%;
    margin-top: 43px;
  }
  .lower-interview_d .interview__topics__contents__item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .lower-interview_d .interview__topics__contents__item:nth-child(n+2 of .interview__topics__contents__item) {
    margin-top: 70px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__contents__item {
    margin-top: 20px;
  }
  .lower-interview_d .interview__topics__contents__item:nth-child(n+2 of .interview__topics__contents__item) {
    margin-top: 40px;
  }
  .lower-interview_d .interview__topics__contents__item:last-child {
    margin-bottom: 0;
  }
}
.lower-interview_d .interview__topics__contents__item .imgArea {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37.8%;
          flex: 0 0 37.8%;
  max-width: 400px;
  margin-inline: auto;
}
.lower-interview_d .interview__topics__contents__item .imgArea::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: calc(50% + 15px);
  left: calc(50% + 15px);
  translate: -50% -50%;
  background-image: url(../img/index/img_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__contents__item .imgArea::before {
    top: calc(50% + 6px);
    left: calc(50% + 6px);
  }
}
.lower-interview_d .interview__topics__contents__item .imgArea img {
  aspect-ratio: 400/267;
}
.lower-interview_d .interview__topics__contents__item .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__contents__item .txtArea {
    margin-top: 12px;
  }
}
.lower-interview_d .interview__topics__contents__item .txtArea .lead {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  margin-top: -0.5rem;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__contents__item .txtArea .lead {
    font-size: 2rem;
    margin-top: 0;
    line-height: 1.5;
  }
}
.lower-interview_d .interview__topics__contents__item .txtArea .lead::first-letter {
  color: #00adef;
}
.lower-interview_d .interview__topics__contents__item .txtArea .txt {
  margin-top: 10px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__contents__item .txtArea .txt {
    margin-top: 5px;
  }
}
.lower-interview_d .interview__schedule {
  position: relative;
  background: #fbf8f3;
  padding-top: 82px;
  padding-bottom: 226px;
  padding-bottom: clamp(180px, 20.8333333333vw, 300px);
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule {
    padding-top: 50px;
    padding-bottom: 110px;
  }
}
.lower-interview_d .interview__schedule::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  aspect-ratio: 1437/159;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background-color: #fff;
}
.lower-interview_d .interview__schedule::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -240px;
  width: 668.7px;
  aspect-ratio: 743/211;
  background: url(../img/common/deco_wind01.png) center center/contain no-repeat;
  scale: -1 1;
  rotate: -25deg;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule::after {
    width: 222.9px;
    bottom: -40px;
    right: -50px;
  }
}
.lower-interview_d .interview__schedule__inner {
  position: relative;
}
@media (min-width: 835px) {
  .lower-interview_d .interview__schedule__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.lower-interview_d .interview__schedule__inner .onedayArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 835px) {
  .lower-interview_d .interview__schedule__inner .onedayArea .commonTitle {
    margin-left: 15px;
  }
}
.lower-interview_d .interview__schedule__inner .onedayArea .body {
  margin-top: 55px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule__inner .onedayArea .body {
    margin-top: 20px;
  }
}
.lower-interview_d .interview__schedule__inner .onedayArea .body .timeline {
  position: relative;
  z-index: 1;
}
.lower-interview_d .interview__schedule__inner .onedayArea .body .timeline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 85px;
  padding-right: 9%;
}
@media (max-width: 1100px) {
  .lower-interview_d .interview__schedule__inner .onedayArea .body .timeline__item {
    gap: 64px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule__inner .onedayArea .body .timeline__item {
    gap: 50px;
    padding-right: 0;
  }
}
@media (max-width: 550px) {
  .lower-interview_d .interview__schedule__inner .onedayArea .body .timeline__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 24px;
    gap: 0;
  }
}
.lower-interview_d .interview__schedule__inner .onedayArea .body .timeline__item:nth-child(n+2) {
  margin-top: 31px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule__inner .onedayArea .body .timeline__item:nth-child(n+2) {
    margin-top: 16px;
  }
}
.lower-interview_d .interview__schedule__inner .onedayArea .body .timeline__item:last-child .txtArea::before {
  content: none;
}
.lower-interview_d .interview__schedule__inner .onedayArea .body .timeline__item .timeArea {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  background: #00a678;
  border-radius: 500px;
  padding: 0.45em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  line-height: 1.6;
  width: 100%;
  height: 100%;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule__inner .onedayArea .body .timeline__item .timeArea {
    max-width: 80px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.lower-interview_d .interview__schedule__inner .onedayArea .body .timeline__item .timeArea::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -48px;
  width: 0.75em;
  aspect-ratio: 1/1;
  background: #00adef;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 1100px) {
  .lower-interview_d .interview__schedule__inner .onedayArea .body .timeline__item .timeArea::before {
    right: -38px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule__inner .onedayArea .body .timeline__item .timeArea::before {
    right: -29px;
  }
}
@media (max-width: 550px) {
  .lower-interview_d .interview__schedule__inner .onedayArea .body .timeline__item .timeArea::before {
    right: auto;
    left: -24px;
  }
}
.lower-interview_d .interview__schedule__inner .onedayArea .body .timeline__item .txtArea {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 550px) {
  .lower-interview_d .interview__schedule__inner .onedayArea .body .timeline__item .txtArea {
    margin-top: 8px;
  }
}
.lower-interview_d .interview__schedule__inner .onedayArea .body .timeline__item .txtArea::before {
  content: "";
  position: absolute;
  top: 16px;
  left: -44px;
  width: 2px;
  height: calc(100% + 32px);
  background: linear-gradient(to bottom, #384b42, #384b42 2px, transparent 2px, transparent 2px) top left/2px 4px repeat-y;
}
@media (max-width: 1100px) {
  .lower-interview_d .interview__schedule__inner .onedayArea .body .timeline__item .txtArea::before {
    left: -34px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule__inner .onedayArea .body .timeline__item .txtArea::before {
    left: -27px;
    height: calc(100% + 14px);
  }
}
@media (max-width: 550px) {
  .lower-interview_d .interview__schedule__inner .onedayArea .body .timeline__item .txtArea::before {
    top: -24px;
    left: -20px;
    height: calc(100% + 56px);
  }
}
.lower-interview_d .interview__schedule__inner .onedayArea .body .timeline__item .txtArea .txt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule__inner .onedayArea .body .timeline__item .txtArea .txt {
    font-size: 1.6rem;
  }
}
.lower-interview_d .interview__schedule__inner .dayoffArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule__inner .dayoffArea {
    padding-top: 50px;
  }
}
.lower-interview_d .interview__schedule__inner .dayoffArea .head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10.4%;
}
@media (max-width: 1100px) {
  .lower-interview_d .interview__schedule__inner .dayoffArea .head {
    gap: 6%;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule__inner .dayoffArea .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
.lower-interview_d .interview__schedule__inner .dayoffArea .head::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: clamp(24px, 1.3888888889vw, 20px);
  width: clamp(100px, 9.0277777778vw, 130px);
  aspect-ratio: 116/98;
  background: url(../img/common/deco_geometry02.png) center center/contain no-repeat;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule__inner .dayoffArea .head::before {
    bottom: 10px;
    right: 0;
    width: 100px;
  }
}
.lower-interview_d .interview__schedule__inner .dayoffArea .head .img {
  position: relative;
  max-width: clamp(160px, 13.9583333333vw, 201px);
  margin-top: 72px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule__inner .dayoffArea .head .img {
    margin-top: 0;
    max-width: 88px;
    margin-left: 24px;
  }
}
.lower-interview_d .interview__schedule__inner .dayoffArea .head .img::before {
  content: "";
  position: absolute;
  top: 20px;
  left: max(-6.7vw, -96px);
  width: 127px;
  width: clamp(96px, 8.8194444444vw, 127px);
  aspect-ratio: 127/38;
  -webkit-mask: url(../img/interview/interview_d_dayoff_deco01.png) center center/contain no-repeat;
          mask: url(../img/interview/interview_d_dayoff_deco01.png) center center/contain no-repeat;
  background-color: #00adef;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule__inner .dayoffArea .head .img::before {
    top: 6px;
    left: -39px;
    width: 56px;
  }
}
.lower-interview_d .interview__schedule__inner .dayoffArea .head .img img {
  aspect-ratio: 201/284;
}
@media (min-width: 835px) {
  .lower-interview_d .interview__schedule__inner .dayoffArea .head .img + .commonTitle {
    margin-top: 136px;
  }
}
@media (min-width: 835px) {
  .lower-interview_d .interview__schedule__inner .dayoffArea .head .commonTitle {
    margin-bottom: 100px;
  }
}
.lower-interview_d .interview__schedule__inner .dayoffArea .lead {
  color: #fff;
  background: #00adef url(../img/interview/interview_d_dayoff_texture.png) center center/cover no-repeat;
  border-radius: 40px 0 40px 0;
  padding: clamp(72px, 7.2222222222vw, 104px) 10% 50px;
  margin-top: max(-5.6vw, -80px);
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule__inner .dayoffArea .lead {
    border-radius: 32px 0 32px 0;
    padding: 50px 5.25% 30px;
    margin-top: -40px;
  }
}
.lower-interview_d .interview__schedule__inner .dayoffArea .head:not(:has(.img)) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule__inner .dayoffArea .head:not(:has(.img))::before {
    bottom: 20px;
  }
}
.lower-interview_d .interview__schedule__inner .dayoffArea .head:not(:has(.img)) + .lead {
  padding-top: 50px;
  margin-top: -60px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule__inner .dayoffArea .head:not(:has(.img)) + .lead {
    padding-top: 30px;
    margin-top: 20px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message {
    padding-top: 40px;
  }
}
.lower-interview_d .interview__message__inner {
  position: relative;
}
@media (min-width: 835px) {
  .lower-interview_d .interview__message__inner .commonTitle {
    margin-left: 15px;
  }
}
.lower-interview_d .interview__message__inner .body {
  position: relative;
  z-index: 1;
}
@media (min-width: 835px) {
  .lower-interview_d .interview__message__inner .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6.5%;
    margin-top: 50px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message__inner .body {
    margin-top: 20px;
  }
}
.lower-interview_d .interview__message__inner .body .imgArea {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.5%;
          flex: 0 0 31.5%;
  height: 100%;
  max-width: 346px;
  margin-inline: auto;
}
.lower-interview_d .interview__message__inner .body .imgArea::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: calc(50% + 15px);
  left: calc(50% + 15px);
  translate: -50% -50%;
  background-image: url(../img/index/img_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message__inner .body .imgArea::before {
    top: calc(50% + 6px);
    left: calc(50% + 6px);
  }
}
.lower-interview_d .interview__message__inner .body .imgArea img {
  aspect-ratio: 346/255;
}
.lower-interview_d .interview__message__inner .body .txtArea {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message__inner .body .txtArea {
    margin-top: 20px;
  }
}
.lower-interview_d .interview__bottom {
  position: relative;
  padding-top: 70px;
  padding-bottom: 140px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__bottom {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.lower-interview_d .interview__bottom::before {
  content: "";
  position: absolute;
  top: -56px;
  left: 0;
  width: clamp(300px, 27.5694444444vw, 397px);
  aspect-ratio: 397/326;
  background: url(../img/interview/interview_d_bottom_deco01.png?250604) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__bottom::before {
    top: -30px;
    left: -30px;
    width: 200px;
  }
}
.lower-interview_d .interview__bottom__inner .date {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  color: #bfbfbf;
  border: 1px solid;
  background: #fff;
  padding: 0.39em 1.23em;
  margin-bottom: 90px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__bottom__inner .date {
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
}
.lower-interview_d .interview__bottom__inner .backBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lower-interview_d .interview__bottom__inner .backBtn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 220px;
  color: #fff;
  font-weight: 600;
  background-color: #00a678;
  border: solid 1px #00a678;
  border-radius: 100px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 0.87em 1em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__bottom__inner .backBtn a {
    width: 240px;
    padding: 1em;
  }
}
@media (any-hover: hover) {
  .lower-interview_d .interview__bottom__inner .backBtn a:hover {
    opacity: 1;
    background-color: #fff;
    color: #00a678;
    border-color: #00a678;
  }
  .lower-interview_d .interview__bottom__inner .backBtn a:hover::after {
    background-color: #00a678;
  }
}
.lower-interview_d .interview__bottom__inner .backBtn a::before {
  display: none;
}
.lower-interview_d .interview__bottom__inner .backBtn a::after {
  content: "";
  aspect-ratio: 7/11;
  width: 0.4375em;
  -webkit-mask-image: url(../img/common/arrow.png);
          mask-image: url(../img/common/arrow.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 1.9em;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.lower-interview_d .sec_recruit::before {
  content: none;
}

/* ============================================
// group
// ==========================================*/
.lower-group .sec_group {
  padding-top: 8px;
  padding-bottom: 140px;
}
@media (max-width: 834px) {
  .lower-group .sec_group {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.lower-group .sec_group .group_content .anchor {
  max-width: 1100px;
  margin-inline: auto;
}
.lower-group .sec_group .group_content .anchor .category_list_item {
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #00a678;
  line-height: 1.6;
  rotate: 0.05deg;
}
@media (min-width: 835px) {
  .lower-group .sec_group .group_content .anchor .category_list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 834px) {
  .lower-group .sec_group .group_content .anchor .category_list_item {
    font-size: 1.5rem;
  }
}
.lower-group .sec_group .group_content .anchor .category_list_item:nth-child(n+2) {
  margin-top: 24px;
}
@media (max-width: 834px) {
  .lower-group .sec_group .group_content .anchor .category_list_item:nth-child(n+2) {
    margin-top: 16px;
  }
}
.lower-group .sec_group .group_content .anchor .category_list_item .category {
  width: 100%;
  padding-left: 1em;
}
@media (min-width: 835px) {
  .lower-group .sec_group .group_content .anchor .category_list_item .category {
    max-width: clamp(240px, 17.9166666667vw, 258px);
    padding-right: 16px;
  }
}
.lower-group .sec_group .group_content .anchor .category_list_item .category::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.5em;
  aspect-ratio: 1/1;
  background: #00adef;
  border-radius: 50%;
}
.lower-group .sec_group .group_content .anchor .category_list_item .facility_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 20px;
}
@media (max-width: 834px) {
  .lower-group .sec_group .group_content .anchor .category_list_item .facility_list {
    gap: 6px 16px;
    margin-top: 6px;
  }
}
.lower-group .sec_group .group_content .anchor .category_list_item .facility_list_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25em;
  font-size: 1.6rem;
  padding-bottom: 0.5em;
  background: linear-gradient(to right, #e5e5e5, #e5e5e5 4px, transparent 4px, transparent 4px) left bottom/6px 1px repeat-x;
  line-height: 1.6;
}
@media (any-hover: hover) {
  .lower-group .sec_group .group_content .anchor .category_list_item .facility_list_item a:hover {
    opacity: 1;
    color: #00a678;
  }
}
@media (max-width: 834px) {
  .lower-group .sec_group .group_content .anchor .category_list_item .facility_list_item a {
    font-size: 1.4rem;
  }
}
.lower-group .sec_group .group_content .anchor .category_list_item .facility_list_item a::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-top: 0.55em solid #00a678;
  border-bottom: 0;
}
.lower-group .sec_group .group_content .service {
  max-width: 1100px;
  margin-inline: auto;
  margin-top: 92px;
}
@media (max-width: 834px) {
  .lower-group .sec_group .group_content .service {
    margin-top: 32px;
  }
}
@media (min-width: 835px) {
  .lower-group .sec_group .group_content .service_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px 5.4%;
  }
}
.lower-group .sec_group .group_content .service_list_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.3%;
          flex: 0 0 47.3%;
}
@media (max-width: 834px) {
  .lower-group .sec_group .group_content .service_list_item:nth-child(n+2) {
    margin-top: 32px;
  }
}
.lower-group .sec_group .group_content .service_list_item .img {
  position: relative;
  max-width: 520px;
  margin-inline: auto;
  margin-bottom: 30px;
}
@media (max-width: 834px) {
  .lower-group .sec_group .group_content .service_list_item .img {
    margin-bottom: 20px;
  }
}
.lower-group .sec_group .group_content .service_list_item .img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: calc(50% + 15px);
  left: calc(50% + 15px);
  translate: -50% -50%;
  background-image: url(../img/index/img_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-group .sec_group .group_content .service_list_item .img::after {
    top: calc(50% + 6px);
    left: calc(50% + 6px);
  }
}
.lower-group .sec_group .group_content .service_list_item .img img {
  aspect-ratio: 520/347;
}
.lower-group .sec_group .group_content .service_list_item .lead {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  margin-top: 24px;
}
@media (max-width: 834px) {
  .lower-group .sec_group .group_content .service_list_item .lead {
    font-size: 1.8rem;
    margin-top: 14px;
  }
}
.lower-group .sec_group .group_content .service_list_item .text {
  margin-top: 10px;
}
@media (max-width: 834px) {
  .lower-group .sec_group .group_content .service_list_item .text {
    margin-top: 6px;
  }
}
.lower-group .sec_group .group_content .facility {
  position: relative;
  margin-top: 182px;
}
@media (max-width: 834px) {
  .lower-group .sec_group .group_content .facility {
    padding-top: 22px;
    margin-top: 90px;
  }
}
.lower-group .sec_group .group_content .facility::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 42px);
  left: 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  aspect-ratio: 1440/628;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #fbf8f3;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .lower-group .sec_group .group_content .facility::before {
    width: calc(100% + 100px);
    margin: 0 -50px;
  }
}
@media (max-width: 834px) {
  .lower-group .sec_group .group_content .facility::before {
    bottom: calc(100% - 2px);
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.lower-group .sec_group .group_content .facility::after {
  content: "";
  position: absolute;
  inset: 36px -100vw -220px;
  background: #fbf8f3;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-group .sec_group .group_content .facility::after {
    inset: 0 -100vw -90px;
  }
}
.lower-group .sec_group .group_content .facility_wrap {
  position: relative;
}
.lower-group .sec_group .group_content .facility_wrap:first-child::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 15px);
  left: -450px;
  width: 520.1px;
  aspect-ratio: 743/211;
  background: url(../img/common/deco_wind01.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 1700px) {
  .lower-group .sec_group .group_content .facility_wrap:first-child::before {
    left: -300px;
  }
}
@media (max-width: 834px) {
  .lower-group .sec_group .group_content .facility_wrap:first-child::before {
    width: 222.9px;
    bottom: 100%;
    left: -120px;
  }
}
.lower-group .sec_group .group_content .facility_wrap:nth-child(n+2) {
  margin-top: 56px;
}
@media (max-width: 834px) {
  .lower-group .sec_group .group_content .facility_wrap:nth-child(n+2) {
    margin-top: 40px;
  }
}
.lower-group .sec_group .group_content .facility .heading {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #00a678;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-group .sec_group .group_content .facility .heading {
    font-size: 2.1rem;
  }
}
.lower-group .sec_group .group_content .facility_infoList {
  margin-top: 36px;
}
@media (max-width: 834px) {
  .lower-group .sec_group .group_content .facility_infoList {
    margin-top: 18px;
  }
}
.lower-group .sec_group .group_content .facility_infoList_item:nth-child(n+2) {
  margin-top: 30px;
}
@media (max-width: 834px) {
  .lower-group .sec_group .group_content .facility_infoList_item:nth-child(n+2) {
    margin-top: 24px;
  }
}
.lower-group .sec_group .group_content .facility_infoList_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
@media (max-width: 834px) {
  .lower-group .sec_group .group_content .facility_infoList_item_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.lower-group .sec_group .group_content .facility_infoList_item_inner .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26.67%;
          flex: 0 0 26.67%;
  max-width: 320px;
  padding: 57px 0 57px 4.167%;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-group .sec_group .group_content .facility_infoList_item_inner .imgArea {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 5%;
    margin-bottom: 16px;
  }
}
.lower-group .sec_group .group_content .facility_infoList_item_inner .imgArea .img {
  position: relative;
  max-width: 270px;
}
.lower-group .sec_group .group_content .facility_infoList_item_inner .imgArea .img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: calc(50% + 10px);
  left: calc(50% + 10px);
  translate: -50% -50%;
  background-image: url(../img/index/img_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-group .sec_group .group_content .facility_infoList_item_inner .imgArea .img::after {
    top: calc(50% + 5px);
    left: calc(50% + 5px);
  }
}
.lower-group .sec_group .group_content .facility_infoList_item_inner .imgArea .img img {
  aspect-ratio: 270/181;
}
.lower-group .sec_group .group_content .facility_infoList_item_inner .textArea {
  padding: 50px 4.167%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 834px) {
  .lower-group .sec_group .group_content .facility_infoList_item_inner .textArea {
    display: contents;
  }
}
.lower-group .sec_group .group_content .facility_infoList_item_inner .textArea .hd {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  background: linear-gradient(to right, #e5e5e5, #e5e5e5 4px, transparent 4px, transparent 4px) left bottom/6px 1px repeat-x;
  padding-bottom: 0.4em;
}
@media (max-width: 834px) {
  .lower-group .sec_group .group_content .facility_infoList_item_inner .textArea .hd {
    font-size: 1.8rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-inline: 5%;
    margin-bottom: 16px;
  }
}
.lower-group .sec_group .group_content .facility_infoList_item_inner .textArea .info {
  margin-top: 14px;
  margin-bottom: 12px;
}
@media (max-width: 834px) {
  .lower-group .sec_group .group_content .facility_infoList_item_inner .textArea .info {
    margin-top: 0;
    margin-bottom: 16px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding-inline: 5%;
  }
}
.lower-group .sec_group .group_content .facility_infoList_item_inner .textArea .info .address {
  position: relative;
  line-height: 1.7;
}
.lower-group .sec_group .group_content .facility_infoList_item_inner .textArea .info .address .text {
  position: relative;
  padding-left: 1.5625em;
  padding-right: 1em;
}
@media (max-width: 834px) {
  .lower-group .sec_group .group_content .facility_infoList_item_inner .textArea .info .address .text {
    padding-right: 0.8em;
  }
}
.lower-group .sec_group .group_content .facility_infoList_item_inner .textArea .info .address .text::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1.188em;
  aspect-ratio: 19/15;
  -webkit-mask: url(../img/group/ico_house.png) center center/contain no-repeat;
          mask: url(../img/group/ico_house.png) center center/contain no-repeat;
  background-color: #00adef;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-group .sec_group .group_content .facility_infoList_item_inner .textArea .info .address .text::before {
    top: 0.25em;
  }
}
.lower-group .sec_group .group_content .facility_infoList_item_inner .textArea .info .address .gmap {
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
  display: inline-block;
}
.lower-group .sec_group .group_content .facility_infoList_item_inner .textArea .info .address .gmap a {
  position: relative;
  gap: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #00a678;
  padding-left: 1.33333em;
}
@media (max-width: 834px) {
  .lower-group .sec_group .group_content .facility_infoList_item_inner .textArea .info .address .gmap a {
    padding-left: 1.1em;
  }
}
.lower-group .sec_group .group_content .facility_infoList_item_inner .textArea .info .address .gmap a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.917em;
  aspect-ratio: 11/17;
  background: url(../img/group/ico_map.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .lower-group .sec_group .group_content .facility_infoList_item_inner .textArea .info .address .gmap a::before {
    top: 0.15em;
    width: 0.8em;
  }
}
.lower-group .sec_group .group_content .facility_infoList_item_inner .textArea .info .tel {
  position: relative;
  padding-left: 1.5625em;
  line-height: 1.6;
  margin-top: 5px;
}
.lower-group .sec_group .group_content .facility_infoList_item_inner .textArea .info .tel::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0.2em;
  width: 0.875em;
  aspect-ratio: 14/19;
  -webkit-mask: url(../img/group/ico_phone.png) center center/contain no-repeat;
          mask: url(../img/group/ico_phone.png) center center/contain no-repeat;
  background-color: #00adef;
  pointer-events: none;
}
.lower-group .sec_group .group_content .facility_infoList_item_inner .textArea .link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: auto;
}
@media (max-width: 834px) {
  .lower-group .sec_group .group_content .facility_infoList_item_inner .textArea .link {
    margin-inline: auto;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    padding-inline: 5%;
  }
}
.lower-group .sec_group .group_content .facility_infoList_item_inner .textArea .link a {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  background: #ffe160;
  border-radius: 10px;
  padding: 0.536em 1.655em;
  border: 1px solid #ffe160;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .lower-group .sec_group .group_content .facility_infoList_item_inner .textArea .link a {
    border-radius: 8px;
  }
}
.lower-group .sec_group .group_content .facility_infoList_item_inner .textArea .link a:hover {
  border-color: #f79c4e;
  background-color: #fff;
  color: #f79c4e;
}
.lower-group .sec_group .group_content .facility_infoList_item_inner .movieArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37.5%;
          flex: 0 0 37.5%;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, #fbf8f3 5px, #fbf8f3 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 16px;
}
@media (min-width: 835px) {
  .lower-group .sec_group .group_content .facility_infoList_item_inner .movieArea {
    max-width: 450px;
  }
}
@media (max-width: 834px) {
  .lower-group .sec_group .group_content .facility_infoList_item_inner .movieArea {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 24px 5%;
    margin-bottom: 16px;
  }
}
.lower-group .sec_group .group_content .facility_infoList_item_inner .movieArea .movie {
  aspect-ratio: 16/9;
  max-width: 370px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lower-group .sec_group .group_content .facility_infoList_item_inner .movieArea .movie iframe {
  width: 100%;
  height: 100%;
}
.lower-group .breadcrumb {
  background: #fbf8f3;
}

/* ============================================
// charm
// ==========================================*/
.lower-charm .sec_charm {
  padding-top: 72px;
  padding-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-charm .sec_charm {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.lower-charm .sec_charm .charm_content_item {
  position: relative;
}
.lower-charm .sec_charm .charm_content_item:nth-child(2n+1) .charm_content_item_inner .imgArea::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -20px;
  width: 65.6px;
  aspect-ratio: 164/163;
  background: url(../img/common/deco_geometry03.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-charm .sec_charm .charm_content_item:nth-child(2n+1) .charm_content_item_inner .imgArea::before {
    top: -14px;
    left: -14px;
    width: 49.2px;
  }
}
.lower-charm .sec_charm .charm_content_item:nth-child(2n) .charm_content_item_inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 5.6%;
}
.lower-charm .sec_charm .charm_content_item:nth-child(2n) .charm_content_item_inner .imgArea::before {
  content: "";
  position: absolute;
  bottom: -35px;
  right: -20px;
  width: 65.6px;
  aspect-ratio: 164/163;
  background: url(../img/common/deco_geometry03.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-charm .sec_charm .charm_content_item:nth-child(2n) .charm_content_item_inner .imgArea::before {
    bottom: -20px;
    right: -14px;
    width: 49.2px;
  }
}
.lower-charm .sec_charm .charm_content_item:nth-child(n+2) {
  margin-top: 130px;
}
@media (max-width: 834px) {
  .lower-charm .sec_charm .charm_content_item:nth-child(n+2) {
    margin-top: 50px;
  }
}
.lower-charm .sec_charm .charm_content_item:nth-child(7n+1)::before {
  content: "";
  position: absolute;
  top: 100px;
  right: 0;
  width: clamp(661.5px, 65.625vw, 945px);
  margin-right: calc(50% - 50vw);
  aspect-ratio: 945/639;
  clip-path: polygon(18% 0, 100% 32%, 100% 60%, 0 100%);
  background-color: #f1fbff;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1024px) {
  .lower-charm .sec_charm .charm_content_item:nth-child(7n+1)::before {
    margin-right: calc(40% - 50vw);
  }
}
@media (max-width: 834px) {
  .lower-charm .sec_charm .charm_content_item:nth-child(7n+1)::before {
    margin-right: -8%;
    width: clamp(440px, 71.9424460432vw, 600px);
  }
}
.lower-charm .sec_charm .charm_content_item:nth-child(7n+3)::before {
  content: "";
  position: absolute;
  top: -157px;
  left: 0;
  width: clamp(277.9px, 27.5694444444vw, 397px);
  margin-left: calc(50% - 50vw);
  aspect-ratio: 397/326;
  clip-path: polygon(0 43%, 47% 0, 100% 80%, 0 63%);
  background-color: #fbf8f3;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1024px) {
  .lower-charm .sec_charm .charm_content_item:nth-child(7n+3)::before {
    margin-left: calc(40% - 50vw);
  }
}
@media (max-width: 834px) {
  .lower-charm .sec_charm .charm_content_item:nth-child(7n+3)::before {
    margin-left: -8%;
    width: clamp(200px, 31.175059952vw, 260px);
  }
}
.lower-charm .sec_charm .charm_content_item:nth-child(7n+5)::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(425.6px, 42.2222222222vw, 608px);
  margin-right: calc(50% - 50vw);
  aspect-ratio: 608/712;
  clip-path: polygon(72% 0, 100% 77%, 100% 100%, 0 45%);
  background-color: #f1fbff;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1024px) {
  .lower-charm .sec_charm .charm_content_item:nth-child(7n+5)::before {
    margin-right: calc(40% - 50vw);
  }
}
@media (max-width: 834px) {
  .lower-charm .sec_charm .charm_content_item:nth-child(7n+5)::before {
    bottom: 160px;
    margin-right: -8%;
    width: clamp(400px, 52.757793765vw, 440px);
  }
}
.lower-charm .sec_charm .charm_content_item:nth-child(7n+6)::before {
  content: "";
  position: absolute;
  bottom: -260px;
  left: 0;
  width: clamp(343.7px, 34.0972222222vw, 491px);
  margin-left: calc(50% - 50vw);
  aspect-ratio: 491/392;
  clip-path: polygon(0 100%, 0 0, 100% 13%, 30% 100%);
  background-color: #fbf8f3;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1024px) {
  .lower-charm .sec_charm .charm_content_item:nth-child(7n+6)::before {
    margin-left: calc(40% - 50vw);
  }
}
@media (max-width: 834px) {
  .lower-charm .sec_charm .charm_content_item:nth-child(7n+6)::before {
    display: none;
  }
}
@media (min-width: 835px) {
  .lower-charm .sec_charm .charm_content_item_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.65%;
  }
}
.lower-charm .sec_charm .charm_content_item_inner .imgArea {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36.4%;
          flex: 0 0 36.4%;
  max-width: 400px;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-charm .sec_charm .charm_content_item_inner .imgArea {
    margin-bottom: 16px;
  }
}
.lower-charm .sec_charm .charm_content_item_inner .imgArea .img {
  position: relative;
}
.lower-charm .sec_charm .charm_content_item_inner .imgArea .img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: calc(50% + 10px);
  left: calc(50% + 10px);
  translate: -50% -50%;
  background-image: url(../img/index/img_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-charm .sec_charm .charm_content_item_inner .imgArea .img::before {
    top: calc(50% + 5px);
    left: calc(50% + 5px);
  }
}
.lower-charm .sec_charm .charm_content_item_inner .imgArea .img img {
  aspect-ratio: 400/267;
}
.lower-charm .sec_charm .charm_content_item_inner .textArea {
  margin-top: -30px;
}
@media (max-width: 834px) {
  .lower-charm .sec_charm .charm_content_item_inner .textArea {
    margin-top: 12px;
  }
}
.lower-charm .sec_charm .charm_content_item_inner .textArea .flag {
  position: relative;
  width: 48px;
  aspect-ratio: 6/5;
  margin-left: 2%;
  background: #0cc8d9;
}
@media (max-width: 834px) {
  .lower-charm .sec_charm .charm_content_item_inner .textArea .flag {
    width: 33.6px;
    margin-left: 0;
  }
}
.lower-charm .sec_charm .charm_content_item_inner .textArea .flag::after {
  content: "";
  width: 10px;
  position: absolute;
  inset: 0 1px 0 auto;
  background: #0cc8d9;
  translate: 100% 0;
  clip-path: polygon(0% 0%, 100% 0, 0 50%, 100% 100%, 0% 100%);
}
@media (max-width: 834px) {
  .lower-charm .sec_charm .charm_content_item_inner .textArea .flag::after {
    width: 7px;
  }
}
.lower-charm .sec_charm .charm_content_item_inner .textArea .flag .num {
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-charm .sec_charm .charm_content_item_inner .textArea .flag .num {
    font-size: 1.3rem;
  }
}
.lower-charm .sec_charm .charm_content_item_inner .textArea .heading {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.8;
  margin-top: 15px;
}
@media (min-width: 835px) {
  .lower-charm .sec_charm .charm_content_item_inner .textArea .heading {
    padding-left: 3.638%;
  }
}
@media (max-width: 834px) {
  .lower-charm .sec_charm .charm_content_item_inner .textArea .heading {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 8px;
  }
}
.lower-charm .sec_charm .charm_content_item_inner .textArea .text {
  margin-top: 6px;
}
@media (min-width: 835px) {
  .lower-charm .sec_charm .charm_content_item_inner .textArea .text {
    padding-left: 3.638%;
  }
}
@media (max-width: 834px) {
  .lower-charm .sec_charm .charm_content_item_inner .textArea .text {
    margin-top: 4px;
  }
}
@media (max-width: 1200px) {
  .lower-charm .pageHeader .commonTitle {
    padding-right: 40px;
  }
}
.lower-charm .breadcrumb {
  background: transparent;
  z-index: 2;
}
.lower-charm .sec_recruit {
  z-index: 1;
}
.lower-charm .sec_recruit::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0;
  width: clamp(200px, 18.4895833333vw, 355px);
  aspect-ratio: 355/326;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #fbf8f3;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-charm .sec_recruit::after {
    width: clamp(144px, 21.103117506vw, 176px);
  }
}

/* ============================================
// data
// ==========================================*/
.lower-data .l-main {
  z-index: 2;
}
.lower-data .sec_data {
  position: relative;
  padding-top: 50px;
  padding-bottom: 200px;
  /*------------------------------
    共通設定
  ------------------------------*/
}
@media (max-width: 834px) {
  .lower-data .sec_data {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.lower-data .sec_data::after {
  content: "";
  width: 100%;
  height: 30%;
  clip-path: polygon(100% 0, 100% 20%, 50% 99%, 0 74%, 0 50%);
  background-color: #fbf8f3;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-data .sec_data::after {
    clip-path: polygon(0 16%, 100% 0, 100% 26%, 0 100%);
    height: 15%;
  }
}
.lower-data .sec_data::before {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 0;
  width: clamp(345.6px, 30vw, 432px);
  aspect-ratio: 432/248;
  background: url(../img/data/deco_shape01.png?250604) center center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-data .sec_data::before {
    bottom: -40px;
    left: 0;
    width: 160px;
  }
}
.lower-data .sec_data .data_content {
  /*------------------------------
    アイテム個別の設定
  ------------------------------*/
}
@media (min-width: 835px) {
  .lower-data .sec_data .data_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 72px 3.2%;
  }
}
.lower-data .sec_data .data_content .data_block {
  position: relative;
  background: #f1fbff;
  padding: 28px 0 40px;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content .data_block {
    padding: 0;
  }
  .lower-data .sec_data .data_content .data_block:nth-child(n+2) {
    margin-top: 45px;
  }
}
@media (min-width: 835px) {
  .lower-data .sec_data .data_content .data_block.-one {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.2003333333%;
            flex: 0 0 31.2003333333%;
    -ms-flex-preferred-size: 31.2003333333%;
        flex-basis: 31.2003333333%;
    max-width: 31.2003333333%;
  }
  .lower-data .sec_data .data_content .data_block.-half01 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.4%;
            flex: 0 0 48.4%;
    -ms-flex-preferred-size: 48.4%;
        flex-basis: 48.4%;
    max-width: 48.4%;
  }
  .lower-data .sec_data .data_content .data_block.-half02 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40.9%;
            flex: 0 0 40.9%;
    -ms-flex-preferred-size: 40.9%;
        flex-basis: 40.9%;
    max-width: 490px;
  }
  .lower-data .sec_data .data_content .data_block.-half03 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55.9%;
            flex: 0 0 55.9%;
    -ms-flex-preferred-size: 55.9%;
        flex-basis: 55.9%;
    max-width: 670px;
  }
  .lower-data .sec_data .data_content .data_block.-half04 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 57.5%;
            flex: 0 0 57.5%;
    -ms-flex-preferred-size: 57.5%;
        flex-basis: 57.5%;
    max-width: 690px;
  }
  .lower-data .sec_data .data_content .data_block.-half05 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39.2%;
            flex: 0 0 39.2%;
    -ms-flex-preferred-size: 39.2%;
        flex-basis: 39.2%;
    max-width: 470px;
  }
  .lower-data .sec_data .data_content .data_block.-full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.lower-data .sec_data .data_content .data_block_inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 26px 7.5% 20px;
  gap: 30px;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content .data_block_inner {
    min-height: 200px;
    padding: 32px 7.5% 24px;
    gap: 24px;
  }
}
.lower-data .sec_data .data_content .data_block .numWrap {
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 91px;
  aspect-ratio: 91/62;
  background: url(../img/data/ico_num_deco.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content .data_block .numWrap {
    width: 58px;
    top: -21px;
  }
}
.lower-data .sec_data .data_content .data_block .numWrap .num {
  font-family: "Poppins", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  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;
  width: 91px;
  aspect-ratio: 91/62;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content .data_block .numWrap .num {
    font-size: 1.6rem;
    width: 58px;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
.lower-data .sec_data .data_content .data_block .title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  rotate: 0.05deg;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content .data_block .title {
    font-size: 1.9rem;
  }
}
.lower-data .sec_data .data_content .data_block .body {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: auto;
}
.lower-data .sec_data .data_content .data_block .body.-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7%;
}
.lower-data .sec_data .data_content .data_block .body.-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content .data_block .body.-vertical {
    gap: 16px;
  }
}
.lower-data .sec_data .data_content .data_block .data .typeWrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content .data_block .data .typeWrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
  }
}
.lower-data .sec_data .data_content .data_block .data .typeWrap .type {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #fff;
  line-height: 1.5;
  background: #00a678;
  border-radius: 10px;
  padding: 0.324em 0.95em;
  rotate: 0.05deg;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content .data_block .data .typeWrap .type {
    border-radius: 5px;
  }
}
.lower-data .sec_data .data_content .data_block .data .typeWrap .type.-small {
  font-size: 1.4rem;
  padding: 0.505em 1.132em;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content .data_block .data .typeWrap .type.-small {
    font-size: 1.2rem;
  }
}
.lower-data .sec_data .data_content .data_block .data .num {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  rotate: 0.05deg;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content .data_block .data .num {
    font-size: 1.6rem;
  }
}
.lower-data .sec_data .data_content .data_block .data .num b {
  font-family: "Poppins", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-right: 2px;
  color: #00a678;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content .data_block .data .num b {
    font-size: 4.4rem;
  }
}
.lower-data .sec_data .data_content .data_block .data .num b.big01 {
  font-size: 9rem;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content .data_block .data .num b.big01 {
    font-size: 4.9rem;
  }
}
.lower-data .sec_data .data_content .data_block .data .num b.big02 {
  font-size: 8rem;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content .data_block .data .num b.big02 {
    font-size: 4.6rem;
  }
}
.lower-data .sec_data .data_content .data_block .data .num b.big03 {
  font-size: 6rem;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content .data_block .data .num b.big03 {
    font-size: 4.2rem;
  }
}
.lower-data .sec_data .data_content .data_block .data .num b.small {
  font-size: 5rem;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content .data_block .data .num b.small {
    font-size: 3.2rem;
  }
}
.lower-data .sec_data .data_content .data_block .data.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lower-data .sec_data .data_content .data_block .data.flex .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.lower-data .sec_data .data_content .data_block .data.flex.-line .data__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  padding: 10px 4%;
  border-right: 1px solid #dedede;
}
.lower-data .sec_data .data_content .data_block .data.flex.-line .data__item:last-child {
  border-right: none;
}
.lower-data .sec_data .data_content .data_block .data.flex.-line .data__item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content .data_block .data.flex.-line .data__item .text {
    margin-bottom: 10px;
  }
}
.lower-data .sec_data .data_content .data_block .data.flex.-line .data__item .img {
  margin-bottom: 16px;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content .data_block .data.flex.-line .data__item .img {
    margin-bottom: 5px;
  }
}
.lower-data .sec_data .data_content .data_block .tips {
  max-width: 200px;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content .data_block .tips {
    max-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px 24px;
    padding-left: 3%;
    padding-right: 3%;
  }
}
.lower-data .sec_data .data_content .data_block .tips_item {
  position: relative;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 1.5em;
  text-align: start;
}
@media (min-width: 835px) {
  .lower-data .sec_data .data_content .data_block .tips_item:nth-child(n+2) {
    margin-top: 4px;
  }
}
.lower-data .sec_data .data_content .data_block .tips_item::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0.813em;
  aspect-ratio: 1/1;
}
.lower-data .sec_data .data_content .data_block .tips_item:nth-child(6n+1):before {
  background: #00a678;
}
.lower-data .sec_data .data_content .data_block .tips_item:nth-child(6n+2):before {
  background: #73d790;
}
.lower-data .sec_data .data_content .data_block .tips_item:nth-child(6n+3):before {
  background: #ecc46e;
}
.lower-data .sec_data .data_content .data_block .tips_item:nth-child(6n+4):before {
  background: #e5ec6e;
}
.lower-data .sec_data .data_content .data_block .tips_item:nth-child(6n+5):before {
  background: #69cee2;
}
.lower-data .sec_data .data_content .data_block .tips_item:nth-child(6n+6):before {
  background: #ccaee3;
}
.lower-data .sec_data .data_content .data_block .line-chart .chart {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  background: #eeeeee;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content .data_block .line-chart .chart {
    max-width: inherit;
  }
}
.lower-data .sec_data .data_content .data_block .line-chart .chart .line {
  width: 100%;
  height: 70px;
  -webkit-transition: width 1.3s ease;
  transition: width 1.3s ease;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content .data_block .line-chart .chart .line {
    height: 40px;
  }
}
.lower-data .sec_data .data_content .data_block .line-chart .chart .line:nth-child(2n+1) {
  background: #69cee2;
}
.lower-data .sec_data .data_content .data_block .line-chart .chart .line:nth-child(2n) {
  background: #f8b8bd;
}
.lower-data .sec_data .data_content .data_block .bar-chart {
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content .data_block .bar-chart {
    width: 100%;
    max-width: 360px;
  }
}
.lower-data .sec_data .data_content .data_block .bar-chart .chart {
  position: relative;
  z-index: 1;
  aspect-ratio: 2/1;
}
.lower-data .sec_data .data_content .data_block .bar-chart .chart canvas {
  width: 100%;
  height: 100%;
}
.lower-data .sec_data .data_content .data_block .bar-chart.-vertical {
  max-width: 400px;
}
.lower-data .sec_data .data_content .data_block .bar-chart.-vertical .chart {
  aspect-ratio: 400/300;
}
.lower-data .sec_data .data_content .data_block .doughnut-chart,
.lower-data .sec_data .data_content .data_block .pie-chart {
  position: relative;
  z-index: 1;
  width: 96%;
  max-width: 400px;
  margin: 0 auto;
}
.lower-data .sec_data .data_content .data_block .doughnut-chart .chart,
.lower-data .sec_data .data_content .data_block .pie-chart .chart {
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  border-radius: 50%;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content .data_block .doughnut-chart .chart,
  .lower-data .sec_data .data_content .data_block .pie-chart .chart {
    width: 180px;
  }
}
.lower-data .sec_data .data_content .data_block .doughnut-chart .chart::before,
.lower-data .sec_data .data_content .data_block .pie-chart .chart::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 50%;
}
.lower-data .sec_data .data_content .data_block .doughnut-chart .chart canvas,
.lower-data .sec_data .data_content .data_block .pie-chart .chart canvas {
  position: absolute;
  inset: 0;
}
.lower-data .sec_data .data_content .data_block .doughnut-chart .chart .num,
.lower-data .sec_data .data_content .data_block .pie-chart .chart .num {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 2.4rem;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content .data_block .doughnut-chart .chart .num,
  .lower-data .sec_data .data_content .data_block .pie-chart .chart .num {
    font-size: 1.6rem;
  }
}
.lower-data .sec_data .data_content .data_block .doughnut-chart .chart .num b,
.lower-data .sec_data .data_content .data_block .pie-chart .chart .num b {
  font-family: "Poppins", sans-serif;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  margin-right: 3px;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content .data_block .doughnut-chart .chart .num b,
  .lower-data .sec_data .data_content .data_block .pie-chart .chart .num b {
    font-size: 3.6rem;
  }
}
.lower-data .sec_data .data_content .data_block .doughnut-chart .img,
.lower-data .sec_data .data_content .data_block .pie-chart .img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.lower-data .sec_data .data_content .data_block .pie-chart .chart {
  max-width: 230px;
}
.lower-data .sec_data .data_content .data_block .pie-chart .chart::before {
  background: #f7f6ef;
}
.lower-data .sec_data .data_content .data_block .note {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content .data_block .note {
    font-size: 1.2rem;
  }
}
.lower-data .sec_data .data_content #employee .body {
  gap: 12px;
}
.lower-data .sec_data .data_content #employee .body .data:not(.-total) {
  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: 4.4%;
  background: #fff;
  width: 100%;
  max-width: 400px;
  min-height: 124px;
  padding: 16px 7.5%;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content #employee .body .data:not(.-total) {
    max-width: 320px;
    min-height: 82px;
    gap: 2%;
  }
}
.lower-data .sec_data .data_content #employee .body .data:not(.-total) .num {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 2rem;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content #employee .body .data:not(.-total) .num {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    font-size: 1.6rem;
  }
}
.lower-data .sec_data .data_content #employee .body .data:not(.-total):nth-child(2n) .typeWrap .type {
  background: #73d790;
}
.lower-data .sec_data .data_content #employee .body .data:not(.-total):nth-child(2n) .num b {
  color: #73d790;
}
.lower-data .sec_data .data_content #employee .body .data.-total {
  margin-bottom: 10px;
}
.lower-data .sec_data .data_content #age .body {
  gap: 24px 1%;
}
@media (max-width: 1250px) {
  .lower-data .sec_data .data_content #age .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lower-data .sec_data .data_content #age .body .bar-chart {
  margin: 0;
}
.lower-data .sec_data .data_content #age .body .data {
  background: #fff;
  padding: 20px 4.45%;
  width: 100%;
  min-width: 223px;
  max-width: 440px;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content #age .body .data {
    padding: 16px 36px;
    min-width: 200px;
    max-width: 360px;
  }
}
.lower-data .sec_data .data_content #age .body .data .age {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  rotate: 0.05deg;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content #age .body .data .age {
    font-size: 1.5rem;
  }
}
.lower-data .sec_data .data_content #age .body .data .num {
  margin-top: 10px;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content #age .body .data .num {
    font-size: 1.6rem;
    margin-top: 4px;
  }
}
.lower-data .sec_data .data_content #age .img {
  position: absolute;
  bottom: calc(100% - 85px);
  right: 2px;
  max-width: clamp(135.2px, 11.7361111111vw, 169px);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content #age .img {
    max-width: 80px;
    bottom: calc(100% - 42px);
  }
}
.lower-data .sec_data .data_content #age .img img {
  aspect-ratio: 169/146;
}
.lower-data .sec_data .data_content #gender {
  min-height: 373px;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content #gender {
    min-height: 236px;
  }
}
.lower-data .sec_data .data_content #gender .body .dataWrap {
  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;
  max-width: 400px;
  margin-inline: auto;
}
.lower-data .sec_data .data_content #gender .body .dataWrap .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.lower-data .sec_data .data_content #gender .body .dataWrap .data:nth-child(2n+1) .gender {
  color: #69cee2;
}
.lower-data .sec_data .data_content #gender .body .dataWrap .data:nth-child(2n+1) .num b {
  color: #69cee2;
}
.lower-data .sec_data .data_content #gender .body .dataWrap .data:nth-child(2n) .gender {
  color: #f8b8bd;
}
.lower-data .sec_data .data_content #gender .body .dataWrap .data:nth-child(2n) .num b {
  color: #f8b8bd;
}
.lower-data .sec_data .data_content #gender .body .dataWrap .data .gender {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  margin-right: 0.51vw;
  rotate: 0.05deg;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content #gender .body .dataWrap .data .gender {
    font-size: 1.5rem;
  }
}
.lower-data .sec_data .data_content #gender .body .dataWrap .data .num {
  font-size: 2.4rem;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content #gender .body .dataWrap .data .num {
    font-size: 1.6rem;
  }
}
.lower-data .sec_data .data_content #gender .body .line-chart {
  margin-top: 11px;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content #gender .body .line-chart {
    margin-top: 6px;
    max-width: 400px;
    margin-inline: auto;
  }
}
.lower-data .sec_data .data_content #gender .imgWrap .img.-man {
  position: absolute;
  bottom: 0;
  left: 2.7%;
  max-width: clamp(84px, 7.2916666667vw, 105px);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content #gender .imgWrap .img.-man {
    max-width: 56px;
  }
}
.lower-data .sec_data .data_content #gender .imgWrap .img.-man img {
  aspect-ratio: 105/188;
}
.lower-data .sec_data .data_content #gender .imgWrap .img.-woman {
  position: absolute;
  bottom: 0;
  right: 3.3%;
  max-width: clamp(72.8px, 6.3194444444vw, 91px);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content #gender .imgWrap .img.-woman {
    max-width: 48px;
  }
}
.lower-data .sec_data .data_content #gender .imgWrap .img.-woman img {
  aspect-ratio: 91/170;
}
.lower-data .sec_data .data_content #overtime .body {
  gap: 1%;
}
.lower-data .sec_data .data_content #overtime .body .img {
  max-width: clamp(151.2px, 13.125vw, 189px);
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content #overtime .body .img {
    max-width: 88px;
  }
}
.lower-data .sec_data .data_content #overtime .body .img img {
  aspect-ratio: 189/164;
}
.lower-data .sec_data .data_content #overtime .body .data {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 274px;
          flex: 0 0 274px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content #overtime .body .data {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 161px;
            flex: 0 0 161px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.lower-data .sec_data .data_content #overtime .body .data .num {
  font-size: 2rem;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content #overtime .body .data .num {
    font-size: 1.6rem;
  }
}
.lower-data .sec_data .data_content #holiday .body .dataWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(3vw, 50px);
  background: #fff;
  max-width: 420px;
  min-height: 176px;
  margin-inline: auto;
  padding: 20px 5%;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content #holiday .body .dataWrap {
    gap: 6%;
    min-height: 112px;
    padding: 8px 3%;
  }
}
.lower-data .sec_data .data_content #holiday .body .dataWrap::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: -20px;
  width: 82px;
  aspect-ratio: 164/163;
  background: url(../img/common/deco_geometry03.png) center center/contain no-repeat;
  translate: 0 40%;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content #holiday .body .dataWrap::before {
    right: 10px;
    width: 49.2px;
  }
}
.lower-data .sec_data .data_content #holiday .body .dataWrap .img {
  max-width: 83px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content #holiday .body .dataWrap .img {
    max-width: 56px;
  }
}
.lower-data .sec_data .data_content #holiday .body .dataWrap .img img {
  aspect-ratio: 83/79;
}
.lower-data .sec_data .data_content #holiday .body .dataWrap .data {
  margin-top: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 176px;
          flex: 0 0 176px;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content #holiday .body .dataWrap .data {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 106px;
            flex: 0 0 106px;
  }
}
.lower-data .sec_data .data_content #holiday .body .dataWrap .data .num {
  font-size: 2rem;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content #holiday .body .dataWrap .data .num {
    font-size: 1.6rem;
  }
}
.lower-data .sec_data .data_content #holiday .body .dataWrap .data .annotation {
  font-weight: 700;
  line-height: 1.6;
  max-width: 180px;
  margin-top: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content #occupation .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.lower-data .sec_data .data_content #occupation .body .pie-chart {
  width: 50%;
  max-width: 230px;
  margin: 0;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content #occupation .body .pie-chart {
    width: auto;
  }
}
.lower-data .sec_data .data_content #paidHoliday .body .doughnut-chart .chart .img {
  max-width: 49px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content #paidHoliday .body .doughnut-chart .chart .img {
    max-width: 38px;
  }
}
.lower-data .sec_data .data_content #paidHoliday .body .doughnut-chart .chart .img img {
  aspect-ratio: 49/68;
}
.lower-data .sec_data .data_content #paidHoliday .body .data .num {
  font-size: 2rem;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content #paidHoliday .body .data .num {
    font-size: 1.6rem;
  }
}
.lower-data .sec_data .data_content #maternity .body .doughnut-chart .chart .img {
  max-width: 45px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content #maternity .body .doughnut-chart .chart .img {
    max-width: 34px;
  }
}
.lower-data .sec_data .data_content #maternity .body .doughnut-chart .chart .img img {
  aspect-ratio: 45/61;
}
.lower-data .sec_data .data_content #maternity .body .data .num {
  font-size: 2rem;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content #maternity .body .data .num {
    font-size: 1.6rem;
  }
}
.lower-data .sec_data .data_content #license .body .doughnut-chart .chart .img {
  max-width: 48px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content #license .body .doughnut-chart .chart .img {
    max-width: 40px;
  }
}
.lower-data .sec_data .data_content #license .body .doughnut-chart .chart .img img {
  aspect-ratio: 1/1;
}
.lower-data .sec_data .data_content #license .body .data .num {
  font-size: 2rem;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content #license .body .data .num {
    font-size: 1.6rem;
  }
}
.lower-data .sec_data .data_content #hobby {
  z-index: 1;
}
@media (min-width: 835px) {
  .lower-data .sec_data .data_content #hobby .body {
    padding-inline: 5%;
  }
}
.lower-data .sec_data .data_content #hobby .body .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 3.3%;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content #hobby .body .list {
    gap: 10px;
  }
}
.lower-data .sec_data .data_content #hobby .body .list_item {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #00a678;
  line-height: 1.6;
  rotate: 0.05deg;
  background: #fff;
  padding: 0.65em 1.016em 0.58em;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content #hobby .body .list_item {
    font-size: 1.4rem;
  }
}
.lower-data .sec_data .data_content #hobby .body .list_item:nth-child(2n) {
  color: #00adef;
}
.lower-data .sec_data .data_content #hobby .img {
  position: absolute;
  top: calc(100% - 59px);
  right: -102px;
  max-width: clamp(355.2px, 30.8333333333vw, 444px);
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content #hobby .img {
    top: calc(100% - 28px);
    right: -16px;
    max-width: 140px;
  }
}
.lower-data .sec_data .data_content #hobby .img img {
  aspect-ratio: 444/208;
}
.lower-data .sec_data .data_content #commute .img {
  position: absolute;
  bottom: calc(100% - 90px);
  right: -32px;
  max-width: clamp(94.4px, 8.1944444444vw, 118px);
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_content #commute .img {
    bottom: calc(100% - 72px);
    right: auto;
    left: 8px;
    max-width: 48px;
  }
}
.lower-data .sec_data .data_content #commute .img img {
  aspect-ratio: 118/260;
}
.lower-data .sec_data .data_date {
  text-align: right;
  margin-top: 44px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  opacity: 0.5;
}
@media (max-width: 834px) {
  .lower-data .sec_data .data_date {
    margin-top: 16px;
    font-size: 1.4rem;
  }
}
.lower-data .breadcrumb {
  background: transparent;
  z-index: 2;
}
.lower-data .sec_recruit::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0;
  width: clamp(260px, 24.6527777778vw, 355px);
  aspect-ratio: 355/326;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #fbf8f3;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-data .sec_recruit::after {
    width: clamp(144px, 21.103117506vw, 176px);
  }
}/*# sourceMappingURL=style.css.map */