@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: #3dd0dc;
  color: #ffffff;
}

::selection {
  background: #3dd0dc;
  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: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #505050;
  line-height: 2;
  letter-spacing: 0.05em;
  word-break: break-word;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 834px) {
  body {
    font-size: 1.4rem;
  }
}
body:not(.front-page)::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: url(../img/index/bg.png) center top/100% auto no-repeat;
}

#container {
  width: 100%;
  overflow: hidden;
}

.innerWrap {
  max-width: 1280px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 834px) {
  .innerWrap {
    padding: 0 6.25%;
  }
}

img {
  vertical-align: bottom;
  border: 0;
}
img:not(.ofi) {
  display: block;
  max-width: 100%;
  height: auto;
}
img.ofi {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

main.main,
main.l-main {
  position: relative;
  z-index: 1;
}
@media (max-width: 834px) {
  main.main,
  main.l-main {
    padding: 76px 0 0;
  }
  body:not(.front-page) main.main,
  body:not(.front-page) main.l-main {
    padding: 56px 0 0;
  }
}

a {
  color: #505050;
  -webkit-transition: opacity 0.24s, color 0.24s, -webkit-filter 0.24s;
  transition: opacity 0.24s, color 0.24s, -webkit-filter 0.24s;
  transition: opacity 0.24s, filter 0.24s, color 0.24s;
  transition: opacity 0.24s, filter 0.24s, color 0.24s, -webkit-filter 0.24s;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

/* classes */
img {
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

@media (min-width: 835px) {
  .ro:hover {
    opacity: 0.8;
    -webkit-transition: all 0.16s linear;
    transition: all 0.16s linear;
  }
}

.ro:hover img {
  opacity: 1;
}

.bold {
  font-weight: bold;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

/* fonts */
.eng {
  font-family: "Montserrat", 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 {
  z-index: 500;
}
#ot-sdk-btn-floating.ot-floating-button .ot-floating-button__front button {
  outline: none !important;
}

.lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
  bottom: 105px;
}
@media (max-width: 834px) {
  .lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
    bottom: 76px;
  }
}

/* ============================================
// loading
// ==========================================*/
/* ============================================
// hamburger
// ==========================================*/
.hamburger {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
}
.hamburger .deco {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.hamburger .deco .rotate-img {
  position: absolute;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  z-index: -1;
  width: 280px;
  left: -70px;
  top: -10px;
}
.hamburger .deco .rotate-img img {
  position: absolute;
  width: 100%;
}
@media (max-width: 834px) {
  .hamburger .deco .rotate-img img {
    max-width: 180px;
  }
}
.hamburger .deco .rotate-img:nth-child(2) {
  bottom: 230px;
  top: auto;
  left: auto;
  right: -90px;
}
@media (max-width: 834px) {
  .hamburger .deco .rotate-img:nth-child(2) {
    bottom: 140px;
    right: -140px;
  }
}
.hamburger .deco .image1 {
  -webkit-animation: rotate1 80s linear infinite;
          animation: rotate1 80s linear infinite;
  opacity: 0.3;
}
.hamburger .deco .image2 {
  -webkit-animation: rotate2 100s linear infinite;
          animation: rotate2 100s linear infinite;
  opacity: 0.3;
}
.hamburger .deco .image3 {
  -webkit-animation: rotate3 200s linear infinite;
          animation: rotate3 200s linear infinite;
}
@-webkit-keyframes rotate1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); /* 反時計回りに回転 */
  }
}
@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); /* 反時計回りに回転 */
  }
}
@-webkit-keyframes rotate3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg); /* 2回転 */
  }
}
@keyframes rotate3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg); /* 2回転 */
  }
}
.js-loaded .hamburger {
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
@media (max-width: 1220px) {
  .hamburger.js-open {
    opacity: 1;
    visibility: visible;
  }
}
.hamburger__menu {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 834px) {
  .hamburger__menu {
    padding: 48px;
  }
}
.hamburger__menu__inner {
  width: 100%;
  max-width: 320px;
  margin: auto;
}
.hamburger__menu__logo {
  margin-bottom: 24px;
}
@media (max-width: 834px) {
  .hamburger__menu__logo {
    margin-bottom: 10px;
  }
}
.hamburger__menu__logo a {
  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: 12px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  min-height: 72px;
}
@media (max-width: 834px) {
  .hamburger__menu__logo a {
    gap: 10px;
  }
}
.hamburger__menu__logo a .img {
  max-width: 165px;
  -webkit-transition: max-width 0.3s ease;
  transition: max-width 0.3s ease;
}
.hamburger__menu__logo a .img img {
  aspect-ratio: 203/55;
}
.hamburger__menu__logo a .site {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #0459ab;
  line-height: 1.4;
  margin-top: 4px;
  -webkit-transition: font-size 0.3s ease, margin-top 0.3s ease;
  transition: font-size 0.3s ease, margin-top 0.3s ease;
}
@media (max-width: 834px) {
  .hamburger__menu__logo a .site {
    font-size: 1.3rem;
  }
}
@media (max-width: 834px) {
  .hamburger__menu__logo img {
    width: 170px;
  }
}
.hamburger__menu__nav__list__item {
  border-bottom: 1px solid #e5e5e5;
}
.hamburger__menu__nav__list__item:first-child {
  border-top: 1px solid #e5e5e5;
}
.hamburger__menu__nav__list__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0px;
  font-weight: 600;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item a {
    padding: 16px 5%;
  }
}
.hamburger__menu__nav__list__item a::after {
  content: "";
  display: block;
  -webkit-mask: url(../img/common/arrow.png) center center/contain no-repeat;
          mask: url(../img/common/arrow.png) center center/contain no-repeat;
  background-color: #505050;
  width: 10px;
  aspect-ratio: 1/1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .hamburger__menu__nav__list__item a:hover {
    opacity: 1;
  }
  .hamburger__menu__nav__list__item a:hover .icon {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .hamburger__menu__nav__list__item a:hover .text {
    color: #0a56a9;
  }
  .hamburger__menu__nav__list__item a:hover .arrow::after {
    width: 22px;
  }
}
.hamburger__menu__nav__list__item a .icon {
  max-width: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0, 1.94, 0.79, 0.62);
  transition: -webkit-transform 0.6s cubic-bezier(0, 1.94, 0.79, 0.62);
  transition: transform 0.6s cubic-bezier(0, 1.94, 0.79, 0.62);
  transition: transform 0.6s cubic-bezier(0, 1.94, 0.79, 0.62), -webkit-transform 0.6s cubic-bezier(0, 1.94, 0.79, 0.62);
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item a .icon {
    display: none;
  }
}
.hamburger__menu__nav__list__item a .icon img {
  aspect-ratio: 9/14;
}
.hamburger__menu__nav .pickupNavi__item {
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 0px;
}
@media (max-width: 834px) {
  .hamburger__menu__nav .pickupNavi__item {
    padding: 16px 5%;
  }
}
.hamburger__menu__nav .pickupNavi__item a {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hamburger__menu__nav .pickupNavi__item a::after {
  content: "";
  display: block;
  -webkit-mask: url(../img/common/arrow.png) center center/contain no-repeat;
          mask: url(../img/common/arrow.png) center center/contain no-repeat;
  background-color: #505050;
  width: 10px;
  aspect-ratio: 1/1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.hamburger__btn {
  display: none;
  width: 56px;
  aspect-ratio: 1/1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  position: fixed;
  right: 40px;
  top: 40px;
  z-index: 1000;
  font-size: 1.2rem;
  color: #ffffff;
  letter-spacing: 0.025em;
  cursor: pointer;
  -webkit-transition: top 0.3s ease, right 0.3s ease, -webkit-filter 0.3s ease;
  transition: top 0.3s ease, right 0.3s ease, -webkit-filter 0.3s ease;
  transition: top 0.3s ease, filter 0.3s ease, right 0.3s ease;
  transition: top 0.3s ease, filter 0.3s ease, right 0.3s ease, -webkit-filter 0.3s ease;
  background: #3dd0dc;
  border-radius: 5px;
  border: 1px solid #fff;
}
@media (max-width: 1220px) {
  .hamburger__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 56px;
    right: 2%;
    top: 22px;
  }
}
@media (max-width: 834px) {
  .hamburger__btn {
    width: 42px;
    right: 3%;
    top: 18px;
  }
}
@media (any-hover: hover) {
  .hamburger__btn:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
.js-scrolled .hamburger__btn {
  top: 17px;
}
@media (max-width: 834px) {
  .js-scrolled .hamburger__btn {
    top: 7px;
    right: 3%;
  }
}
.hamburger__btn span {
  width: 16px;
  height: 1px;
  background: #ffffff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .hamburger__btn span {
    width: 14px;
  }
}
.hamburger__btn.js-open {
  gap: 0;
  right: 3%;
  top: 18px;
}
.hamburger__btn.js-open span {
  width: 16px;
}
.hamburger__btn.js-open span:nth-child(1) {
  -webkit-transform: translate(0, 1px) rotate(135deg);
          transform: translate(0, 1px) rotate(135deg);
}
.hamburger__btn.js-open span:nth-child(2) {
  -webkit-transform: translate(0, 1px) rotate(45deg);
          transform: translate(0, 1px) rotate(45deg);
  opacity: 0;
}
.hamburger__btn.js-open span:nth-child(3) {
  -webkit-transform: translate(0, -1px) rotate(-135deg);
          transform: translate(0, -1px) rotate(-135deg);
}

/*-------------------------------------------------------
form base setting（kyujin.scssと記述被らないように注意）
-------------------------------------------------------*/
body.iPhone select,
body.iPhone input,
body.iPhone textarea {
  font-size: 16px !important;
}

body input,
body button,
body textarea,
body select {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  line-height: inherit;
  text-overflow: "";
}
body input::-ms-expand,
body button::-ms-expand,
body textarea::-ms-expand,
body select::-ms-expand {
  display: none;
}
body input::-ms-reveal,
body button::-ms-reveal,
body textarea::-ms-reveal,
body select::-ms-reveal {
  visibility: hidden;
}
body input::-ms-clear,
body button::-ms-clear,
body textarea::-ms-clear,
body select::-ms-clear {
  visibility: hidden;
}
body input[type=text],
body input[type=submit],
body input[type=search],
body input[type=button],
body select,
body textarea {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  border: none;
  outline: none;
  transition: all 0.2s;
}
body input[type=search] {
  cursor: auto;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-appearance: textfield;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body input[type=search]:focus {
  outline-offset: -2px;
}
body input[type=search]::-webkit-search-decoration {
  display: none;
}
body select,
body search,
body input {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 10px 28px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
}
@media (max-width: 834px) {
  body select,
  body search,
  body input {
    padding: 8px 16px !important;
  }
}
@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);
}
@media (max-width: 834px) {
  body select {
    padding-right: 24px !important;
  }
}
body input[type=text],
body input[type=search],
body input[type=submit] {
  padding: 13px 20px !important;
  background: #fff;
}
@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;
  -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 {
    width: 4px;
    height: 8px;
  }
}
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: 500;
}
.custom-form .custom-form_parts:nth-child(4n+1) .parts_ttl::before {
  background: #3dd0dc;
}
.custom-form .custom-form_parts:nth-child(4n+2) .parts_ttl::before {
  background: #f6799c;
}
.custom-form .custom-form_parts:nth-child(4n+3) .parts_ttl::before {
  background: #7be6a8;
}
.custom-form .custom-form_parts:nth-child(4n+4) .parts_ttl::before {
  background: #faeb70;
}
.custom-form .custom-form_parts:nth-child(n+2) {
  margin-top: 16px;
}
.custom-form .parts_ttl {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 17px;
}
@media (max-width: 834px) {
  .custom-form .parts_ttl {
    font-size: 1.5rem;
    padding-left: 15px;
  }
}
.custom-form .parts_ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 9px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media (max-width: 834px) {
  .custom-form .parts_ttl::before {
    top: 10px;
    width: 8px;
  }
}
.custom-form .form_parts_inner {
  margin-top: 6px;
}
.custom-form .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.custom-form .category_list li label {
  display: block;
  font-size: 1.5rem;
  padding: 12px 18px 12px 35px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
@media (max-width: 834px) {
  .custom-form .category_list li label {
    font-size: 1.4rem;
    padding: 10px 16px 8px 30px;
  }
}
.custom-form select, .custom-form option,
.custom-form .searchWord {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  font-weight: 500;
}
@media (any-hover: hover) {
  .custom-form select:hover, .custom-form option:hover,
  .custom-form .searchWord:hover {
    -webkit-filter: brightness(1.03);
            filter: brightness(1.03);
  }
}
.custom-form .searchWord {
  font-weight: 400;
}
.custom-form .searchWord::-webkit-input-placeholder {
  color: rgba(10, 33, 72, 0.5);
  letter-spacing: 0.05em;
}
.custom-form .searchWord::-moz-placeholder {
  color: rgba(10, 33, 72, 0.5);
  letter-spacing: 0.05em;
}
.custom-form .searchWord:-ms-input-placeholder {
  color: rgba(10, 33, 72, 0.5);
  letter-spacing: 0.05em;
}
.custom-form .searchWord::-ms-input-placeholder {
  color: rgba(10, 33, 72, 0.5);
  letter-spacing: 0.05em;
}
.custom-form .searchWord::placeholder {
  color: rgba(10, 33, 72, 0.5);
  letter-spacing: 0.05em;
}
.custom-form .pull-down {
  position: relative;
}
.custom-form .pull-down::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 19px;
  top: calc(50% - 4px);
  border: 1px solid #505050;
  border-top-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
@media (max-width: 834px) {
  .custom-form .pull-down::after {
    right: 13px;
    width: 7px;
    height: 7px;
    top: calc(50% - 2px);
  }
}
.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: #3dd0dc;
  }
}
.custom-form .selCity-box {
  margin-top: 10px;
}
.custom-form .selCity_alert {
  color: #3dd0dc;
  display: block;
}
@media (max-width: 834px) {
  .custom-form .selCity_alert {
    font-size: 1.4rem;
  }
}
.custom-form input[type=checkbox] + label {
  background: #fff;
}
.custom-form input[type=checkbox] + label::after {
  top: 16px;
  left: 16px;
  color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 834px) {
  .custom-form input[type=checkbox] + label::after {
    top: 14px;
    left: 16px;
  }
}
@media (any-hover: hover) {
  .custom-form input[type=checkbox] + label:hover {
    background: #fafafa;
  }
}
.custom-form input[type=checkbox]:checked + label {
  border: 1px solid #3dd0dc;
}
.custom-form input[type=checkbox]:checked + label::after {
  color: #3dd0dc;
}
.custom-form .-freeword .searchWord {
  margin-top: 0;
}
.custom-form .-freeword .form_parts_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 834px) {
  .custom-form .-freeword .form_parts_inner {
    display: block;
  }
}
.custom-form .custom-form_searth_btn {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .custom-form .custom-form_searth_btn {
    margin-top: 32px;
  }
}
.custom-form .btn_cover {
  position: relative;
  z-index: 1;
  width: 230px;
  display: block;
  margin: 0 auto;
  border-radius: 500px;
}
@media (max-width: 834px) {
  .custom-form .btn_cover {
    width: 240px;
  }
}
.custom-form .btn_cover::before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1/1;
  background-image: url(../img/common/ico-lenz-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 834px) {
  .custom-form .btn_cover::before {
    left: 80px;
    width: 14px;
  }
}
.custom-form .btn_cover input[type=submit] {
  height: 100%;
  background-color: #3dd0dc;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 15px 0px !important;
  border-radius: 500px;
  -webkit-transition: 0.24s;
  transition: 0.24s;
}
@media (max-width: 834px) {
  .custom-form .btn_cover input[type=submit] {
    font-size: 1.4rem !important;
    padding: 16px 26px 16px 48px !important;
  }
}
@media (min-width: 835px) {
  .custom-form .btn_cover input[type=submit]:hover {
    opacity: 0.8;
  }
}
.custom-form .form__toggle__input {
  display: none;
}
.custom-form .form__toggle__input.-show {
  display: block;
}
.custom-form .typeWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
}
@media (max-width: 834px) {
  .custom-form .typeWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}
.custom-form .typeWrap .custom-form_parts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 834px) {
  .custom-form .typeWrap .custom-form_parts {
    margin-top: 16px;
  }
}
.custom-form .typeWrap .custom-form_parts:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58%;
          flex: 0 0 58%;
}
.custom-form .freeWordWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 21px;
  margin-top: 20px;
}
@media (max-width: 834px) {
  .custom-form .freeWordWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 16px;
    gap: 0;
  }
}
.custom-form .freeWordWrap .custom-form_parts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.custom-form .freeWordWrap .custom-form_searth_btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
@media (max-width: 834px) {
  .custom-form .freeWordWrap .custom-form_searth_btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-inline: auto;
  }
}

/* ============================================
// MODULES
// ==========================================*/
/*--------------------
	pageHeader
--------------------*/
.pageHeader {
  margin-top: 100px;
}
@media (max-width: 834px) {
  .pageHeader {
    margin-top: 96px;
  }
}
.pageHeader__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
}
@media (max-width: 834px) {
  .pageHeader__inner {
    padding: 0;
  }
}
.pageHeader .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 0;
}
@media (max-width: 834px) {
  .pageHeader .title {
    gap: 5px 0;
  }
}
.pageHeader .title .eng {
  font-size: 5.6rem;
  font-weight: 300;
  line-height: 1;
}
@media (max-width: 834px) {
  .pageHeader .title .eng {
    font-size: 3.6rem;
    font-size: min(9vw, 3.6rem);
  }
}
.pageHeader .title .ja {
  font-weight: 700;
}
@media (max-width: 834px) {
  .pageHeader .title .ja {
    font-size: 1.2rem;
  }
}
.pageHeader .title .ja::before {
  content: "";
  display: block;
  background: url(../img/common/ico_commonTitle.png) center center/contain no-repeat;
  width: 33px;
  height: 7px;
  margin: 0 auto 10px;
}
@media (max-width: 834px) {
  .pageHeader .title .ja::before {
    width: 25px;
  }
}

/*--------------------
	breadcrumb (common)
--------------------*/
/* pankuzu */
.breadcrumb {
  position: relative;
  clear: both;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  z-index: 1;
}
.breadcrumb__list {
  position: relative;
  z-index: 1;
  padding: 20px 20px;
  padding-left: 20px;
  padding-right: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
@media (max-width: 834px) {
  .breadcrumb__list {
    padding: 0.8em 1em;
  }
}
.breadcrumb__list__item {
  display: inline;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0 2px;
  color: #505050;
}
@media (max-width: 834px) {
  .breadcrumb__list__item {
    font-size: 1rem;
  }
}
.breadcrumb__list__item a {
  display: inline;
  color: #505050;
  font-weight: 400;
}
.breadcrumb__list__item::after {
  content: ">";
  margin-left: 7px;
  color: #505050;
}
.breadcrumb__list__item:last-child::after {
  content: none;
}

/*--------------------
	job_count_pager
--------------------*/
body .job_count_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .job_count_pager .pagination {
  padding-top: 30px;
}
@media (max-width: 834px) {
  body .job_count_pager .pagination {
    padding-top: 16px;
  }
}
body .job_count_pager .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body .job_count_pager .pagination ul li {
  text-align: center;
}
body .job_count_pager .pagination ul li a, body .job_count_pager .pagination ul li em {
  display: block;
  width: 40px;
  height: 40px;
  font-weight: 500;
  font-style: normal;
  line-height: 40px;
  overflow: hidden;
  margin: 0 4px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .job_count_pager .pagination ul li a:hover,
body .job_count_pager .pagination ul li em {
  color: #ffffff;
  background: #3dd0dc;
}
body .job_count_pager .pagination ul .number {
  display: none;
}
@media (min-width: 835px) {
  body .job_count_pager .pagination ul .number {
    display: inline-block;
  }
}
body .job_count_pager .pagination ul .number.current {
  display: inline-block;
}
body .job_count_pager.contents_top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 834px) {
  body .job_count_pager.contents_top {
    margin-bottom: 20px;
  }
}
body .job_count_pager.contents_top .pagination {
  padding-top: 0;
}
body .job_count_pager.contents_top .pagination a, body .job_count_pager.contents_top .pagination em {
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin: 0 2px;
}
body .job_count_pager.contents_bottom {
  display: block;
  padding: 72px 0 0;
}
@media (max-width: 834px) {
  body .job_count_pager.contents_bottom {
    padding: 32px 0 0;
  }
}

/*--------------------
	commonTitle
--------------------*/
.commonTitle__inner {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.commonTitle__inner .ja {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  overflow: hidden;
  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) {
  .commonTitle__inner .ja {
    font-size: 1.2rem;
    margin-top: 2px;
    gap: 7px;
  }
}
.commonTitle__inner .ja::after {
  content: "";
  display: block;
  background: url(../img/common/ico_commonTitle.png) center center/contain no-repeat;
  width: 33px;
  height: 7px;
}
@media (max-width: 834px) {
  .commonTitle__inner .ja::after {
    width: 25px;
  }
}
.commonTitle__inner .eng {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(3.6rem, 2.643rem + 1.915vw, 5.4rem);
  font-weight: 300;
  letter-spacing: 0.075em;
  line-height: 1.2;
  margin-top: 8px;
}
@media (max-width: 834px) {
  .commonTitle__inner .eng {
    margin-top: 5px;
  }
}
.commonTitle.-white .commonTitle__inner .ja {
  color: #fff;
}
.commonTitle.-white .commonTitle__inner .ja::after {
  background: url(../img/common/ico_commonTitle02.png) center center/contain no-repeat;
}
.commonTitle.-white .commonTitle__inner .eng {
  color: #fff;
}
.commonTitle.-m .commonTitle__inner .eng {
  font-size: clamp(3.6rem, 2.643rem + 1.915vw, 4.8rem);
}
.commonTitle.-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.commonTitle.-center .commonTitle__inner .ja {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

/*--------------------
	commonBtn
--------------------*/
.commonBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 160px;
}
@media (max-width: 834px) {
  .commonBtn a {
    gap: 7px;
  }
}
.commonBtn a::after {
  content: "";
  display: block;
  -webkit-mask: url(../img/common/arrow_commonBtn.png) center center/contain no-repeat;
          mask: url(../img/common/arrow_commonBtn.png) center center/contain no-repeat;
  width: 50px;
  background-color: #505050;
  aspect-ratio: 1/1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .commonBtn a::after {
    width: 40px;
    height: 40px;
  }
}
.commonBtn a .btn_text {
  font-weight: 600;
  padding-bottom: 5px;
  position: relative;
}
.commonBtn a .btn_text::before {
  background: rgba(80, 80, 80, 0.3);
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.commonBtn a .btn_text::after {
  background: #505050;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -3px;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 834px) {
  .commonBtn a .btn_text {
    padding-bottom: 2px;
  }
}
@media (any-hover: hover) {
  .commonBtn a:hover {
    opacity: 1;
  }
  .commonBtn a:hover::after {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .commonBtn a:hover .btn_text::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
}
.commonBtn.-white a {
  color: #fff;
}
.commonBtn.-white a::after {
  background-color: #fff;
}
.commonBtn.-white a .btn_text::before {
  background: rgba(255, 255, 255, 0.3);
}
.commonBtn.-white a .btn_text::after {
  background: #fff;
}
.commonBtn.-back a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (any-hover: hover) {
  .commonBtn.-back a:hover::after {
    -webkit-transform: scale(-1.1, 1.1);
            transform: scale(-1.1, 1.1);
  }
}
.commonBtn.-back a::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/*--------------------
	anchor
--------------------*/
.anchor .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 40px;
}
@media (max-width: 834px) {
  .anchor .list {
    gap: 10px 20px;
  }
}
.anchor .list_item a {
  position: relative;
  display: block;
  font-weight: bold;
  padding-right: 2em;
}
.anchor .list_item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  right: 0;
  aspect-ratio: 1/1;
  background: url(../img/common/arrow_down.png) no-repeat center center/contain;
  width: 1.4em;
}
.anchor .list_item a span {
  position: relative;
  border-bottom: 1px solid;
  padding-bottom: 0.2em;
}

/* ============================================
// HEADER
// ==========================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 100px;
  padding-inline: 2.4% 1.75%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .header {
    height: 76px;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 22px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .header__inner {
    padding: 16px 0;
  }
}
.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.header__logo a .img {
  width: 203px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .header__logo a .img {
    max-width: 165px;
  }
}
.header__logo a .img img {
  aspect-ratio: 203/55;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
  width: 100%;
}
@media (max-width: 1380px) {
  .header__nav {
    gap: 20px;
  }
}
@media (max-width: 1220px) {
  .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: 28px;
}
.header__nav__list__item a {
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 1310px) {
  .header__nav__list__item a {
    font-size: 1.4rem;
  }
}
.header__nav .pickupNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-weight: 600;
  font-size: 1.5rem;
}
.header__nav .pickupNavi__item a {
  background: #f6799c;
  color: #fff;
  border-radius: 500px;
  max-width: 158px;
  width: 100%;
  padding: 18px 35px;
}
.header__nav .pickupNavi__item.-recruit a {
  background: #3dd0dc;
}

.js-scrolled .header {
  background: rgba(255, 255, 255, 0.8);
  height: 90px;
}
@media (max-width: 834px) {
  .js-scrolled .header {
    height: 57px;
  }
}
.js-scrolled .header__inner {
  padding: 10px 0;
}
@media (max-width: 834px) {
  .js-scrolled .header__inner {
    padding: 8px 0;
  }
}
@media (max-width: 834px) {
  .js-scrolled .header__logo a .img {
    max-width: 140px;
  }
}
@media (max-width: 834px) {
  .js-scrolled .header__logo a .site {
    font-size: 1.2rem;
  }
}

/* ============================================
// 採用情報
// ==========================================*/
.sec__recruit {
  background: url(../img/common/recruit_img.jpg) center/cover no-repeat;
  border-radius: 30px 30px 0 0;
  position: relative;
}
.sec__recruit::before {
  content: "";
  display: block;
  inset: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
  position: absolute;
}
.sec__recruit::after {
  content: "";
  display: block;
  inset: 0;
  background-image: linear-gradient(45deg, rgba(249, 253, 185, 0.8) 20%, rgba(175, 245, 255, 0.8) 80%);
  position: absolute;
  border-radius: 30px 30px 0 0;
}
.sec__recruit__inner {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (max-width: 834px) {
  .sec__recruit__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.sec__recruit__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .sec__recruit__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media (min-width: 835px) {
  .sec__recruit__contents .textArea .commonTitle .eng {
    font-size: 8rem;
  }
}
.sec__recruit__contents .textArea .text {
  margin-top: 60px;
  font-weight: 600;
}
@media (max-width: 834px) {
  .sec__recruit__contents .textArea .text {
    margin-top: 30px;
  }
}
.sec__recruit__contents .commonBtn {
  margin-left: auto;
}

/* ============================================
// FOOTER
// ==========================================*/
.footer {
  position: relative;
  background: #ffffff;
  z-index: 1;
}
.footer__inner {
  padding-top: 106px;
  padding-bottom: 30px;
}
@media (max-width: 834px) {
  .footer__inner {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 834px) {
  .footer__top {
    display: block;
  }
}
.footer__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}
@media (max-width: 834px) {
  .footer__left {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-top: 52px;
  }
}
.footer__left__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}
@media (max-width: 834px) {
  .footer__left__logo a {
    gap: 12px;
  }
}
.footer__left__logo__img {
  width: 241px;
}
@media (max-width: 834px) {
  .footer__left__logo__img {
    width: 205px;
  }
}
.footer__left__logo__img img {
  aspect-ratio: 406/109;
}
.footer__left__logo__text {
  margin-top: 5px;
  line-height: 1.6;
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (max-width: 834px) {
  .footer__left__logo__text {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 500;
  }
}
.footer__left__info {
  margin-top: 40px;
  font-size: 1.4rem;
}
@media (max-width: 834px) {
  .footer__left__info {
    margin-top: 16px;
  }
}
.footer__left__info__address {
  font-weight: 600;
  line-height: 1.9;
}
.footer__left__info__number {
  font-weight: 600;
  line-height: 1.9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px;
}
@media (max-width: 834px) {
  .footer__left__info__number {
    margin-top: 10px;
  }
}
.footer__left__corporate {
  margin-top: 30px;
}
@media (max-width: 834px) {
  .footer__left__corporate {
    margin-top: 20px;
  }
}
.footer__left__corporate .corporateBtn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 18px 10px;
  min-width: 220px;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #3dd0dc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer__left__corporate .corporateBtn a::after {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 15/11;
  -webkit-mask: url(../img/common/ico_external.png) center center/contain no-repeat;
          mask: url(../img/common/ico_external.png) center center/contain no-repeat;
  background-color: #3dd0dc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .footer__left__corporate .corporateBtn a:hover {
    color: #3dd0dc;
  }
}
@media (max-width: 834px) {
  .footer__left__corporate .corporateBtn a {
    min-width: 180px;
    gap: 10px;
    font-size: 1.3rem;
    padding: 18px 12px 19px;
  }
}
.footer__right {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 720px;
}
.footer__right__nav {
  margin-top: 12px;
}
@media (max-width: 834px) {
  .footer__right__nav {
    margin-top: 0;
  }
}
.footer__right__nav .navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 834px) {
  .footer__right__nav .navList {
    gap: 4px 15px;
  }
}
.footer__right__nav .navList__item a {
  font-size: 1.5rem;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .footer__right__nav .navList__item a {
    line-height: 1;
    font-size: 1.45rem;
    font-weight: 600;
  }
}
.footer__right__jobSearch {
  margin-top: 56px;
  font-size: 1.5rem;
}
@media (max-width: 834px) {
  .footer__right__jobSearch {
    margin-top: 22px;
    padding-bottom: 5px;
  }
}
.footer__right__jobSearch__item {
  margin-bottom: 24px;
}
@media (max-width: 834px) {
  .footer__right__jobSearch__item {
    margin-bottom: 12px;
  }
}
.footer__right__jobSearch__item:nth-child(4n+1) .title::before {
  background: #3dd0dc;
}
.footer__right__jobSearch__item:nth-child(4n+2) .title::before {
  background: #f6799c;
}
.footer__right__jobSearch__item:nth-child(4n+3) .title::before {
  background: #7be6a8;
}
.footer__right__jobSearch__item:nth-child(4n+4) .title::before {
  background: #faeb70;
}
.footer__right__jobSearch__item:last-child {
  margin-bottom: 0;
}
.footer__right__jobSearch__item .title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 700;
}
@media (max-width: 834px) {
  .footer__right__jobSearch__item .title {
    gap: 7px;
    font-size: 1.4rem;
  }
}
.footer__right__jobSearch__item .title::before {
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.footer__right__jobSearch__item .jobSearchList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 6px;
}
@media (max-width: 834px) {
  .footer__right__jobSearch__item .jobSearchList {
    gap: 6px 16px;
    margin-top: 0px;
  }
}
.footer__right__jobSearch__item .jobSearchList__item {
  line-height: 1.6;
}
.footer__right__jobSearch__item .jobSearchList__item a {
  font-weight: 500;
}
@media (max-width: 834px) {
  .footer__right__jobSearch__item .jobSearchList__item a {
    font-size: 1.3rem;
  }
}
.footer__bottom {
  margin-top: 90px;
  border-top: 1px solid #f4f4f4;
  padding-top: 30px;
}
@media (max-width: 834px) {
  .footer__bottom {
    margin-top: 40px;
  }
}
.footer__bottom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1rem;
  font-weight: 700;
}
@media (max-width: 834px) {
  .footer__bottom__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* ============================================
// PAGETOP
// ==========================================*/
.pagetop {
  position: absolute;
  right: 40px;
  bottom: 80px;
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 834px) {
  .pagetop {
    max-width: 68px;
    right: 16px;
    bottom: 16px;
  }
}
.js-scrolled .pagetop {
  opacity: 1;
}
.pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.3s, -webkit-filter 0.3s;
  transition: -webkit-transform 0.3s, -webkit-filter 0.3s;
  transition: transform 0.3s, filter 0.3s;
  transition: transform 0.3s, filter 0.3s, -webkit-transform 0.3s, -webkit-filter 0.3s;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pagetop a::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 33px;
  top: -14px;
  border: 1px solid #505050;
  border-top-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate(135deg) translateY(50%);
          transform: rotate(135deg) translateY(50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
@media (max-width: 834px) {
  .pagetop a::before {
    right: 24px;
    width: 7px;
    height: 7px;
  }
}
.pagetop a::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: -30px;
  right: 25px;
  border: 1px solid #505050;
  border-radius: 50%;
}
@media (max-width: 834px) {
  .pagetop a::after {
    right: 15px;
  }
}
.pagetop a .text {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 834px) {
  .pagetop a .text {
    font-size: 1rem;
  }
}
.pagetop a .img {
  width: 66px;
}
@media (max-width: 834px) {
  .pagetop a .img {
    width: 56px;
  }
}
.pagetop a .img img {
  aspect-ratio: 66/65;
}
@media (any-hover: hover) {
  .pagetop a:hover {
    opacity: 1;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}

/* ============================================
// INDEX
// ==========================================*/
.front-page:has(.sec__photoGallery) .sec__newgraduate__inner {
  margin-top: 0;
}
.front-page .main {
  background: url(../img/index/bg.png) top/contain no-repeat;
}
.front-page .rotate-img {
  position: absolute;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  z-index: -1;
}
.front-page .image1 {
  -webkit-animation: rotate1 80s linear infinite;
          animation: rotate1 80s linear infinite;
  opacity: 0.3;
}
.front-page .image2 {
  -webkit-animation: rotate2 100s linear infinite;
          animation: rotate2 100s linear infinite;
  opacity: 0.3;
}
.front-page .image3 {
  -webkit-animation: rotate3 200s linear infinite;
          animation: rotate3 200s linear infinite;
}
@keyframes rotate1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    /* 反時計回りに回転 */
  }
}
@keyframes rotate3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
    /* 2回転 */
  }
}
.front-page.js-loaded .sec__mainVisual__copy {
  opacity: 1;
}
.front-page.js-loaded .sec__mainVisual__container {
  opacity: 1;
}
.front-page .sec__mainVisual__contents {
  position: relative;
  height: clamp(720px, 69.2307692308vw, 900px);
}
@media (max-width: 834px) {
  .front-page .sec__mainVisual__contents {
    height: clamp(360px, 67.7419354839vw, 420px);
  }
}
.front-page .sec__mainVisual__copy {
  position: absolute;
  top: calc(50% + 40px);
  left: 0;
  right: 0;
  translate: 0 -50%;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 600;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
@media (max-width: 834px) {
  .front-page .sec__mainVisual__copy {
    top: calc(50% + 8px);
  }
}
@media (max-width: 520px) {
  .front-page .sec__mainVisual__copy {
    left: -11%;
    right: -12%;
  }
}
.front-page .sec__mainVisual__container {
  margin: 0 auto;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 1.2s;
  transition: opacity 0.8s ease 1.2s;
}
.front-page .sec__mainVisual__container--top {
  padding: clamp(144px, 15.3846153846vw, 200px) clamp(100px, 8.3333333333vw, 160px) 0;
}
@media (max-width: 834px) {
  .front-page .sec__mainVisual__container--top {
    padding: 40px 8% 0;
  }
}
.front-page .sec__mainVisual__container--bottom {
  padding: clamp(120px, 13.8461538462vw, 180px) clamp(100px, 8.3333333333vw, 160px) 0;
}
@media (max-width: 834px) {
  .front-page .sec__mainVisual__container--bottom {
    padding: 140px 8% 0;
    padding: clamp(100px, 22.5806451613vw, 140px) 8% 0;
  }
}
.front-page .sec__mainVisual__slider-ring {
  width: 100%;
  height: clamp(160px, 14.6153846154vw, 190px);
  margin: auto;
  position: relative;
}
@media (max-width: 834px) {
  .front-page .sec__mainVisual__slider-ring {
    height: 88px;
  }
}
.front-page .sec__mainVisual__slide {
  position: absolute;
  top: var(--ypos, 0);
  left: var(--xpos, 0);
  width: 20vw;
  max-width: clamp(276px, 15.625vw, 300px);
  -webkit-transform: translate(-50%, -50%) scale(var(--scale, 1));
          transform: translate(-50%, -50%) scale(var(--scale, 1));
  z-index: var(--z, 1);
  -webkit-transition: opacity 3s ease, -webkit-filter 3s ease;
  transition: opacity 3s ease, -webkit-filter 3s ease;
  transition: filter 3s ease, opacity 3s ease;
  transition: filter 3s ease, opacity 3s ease, -webkit-filter 3s ease;
  border-radius: 10px;
  overflow: hidden;
  will-change: scale, transform, width;
}
@media (max-width: 834px) {
  .front-page .sec__mainVisual__slide {
    width: 17vw;
    border-radius: 5px;
  }
}
@media (max-width: 620px) {
  .front-page .sec__mainVisual__slide {
    width: 26vw;
  }
}
.front-page .sec__mainVisual__slide img {
  aspect-ratio: 276/208;
  pointer-events: none;
}
.front-page .sec__mainVisual__slide.is-blurred {
  -webkit-filter: blur(6px);
          filter: blur(6px);
  opacity: 0.5;
  -webkit-transition: opacity 3s ease, -webkit-filter 3s ease;
  transition: opacity 3s ease, -webkit-filter 3s ease;
  transition: filter 3s ease, opacity 3s ease;
  transition: filter 3s ease, opacity 3s ease, -webkit-filter 3s ease;
}
.front-page .sec__intro__inner {
  padding-top: 100px;
}
@media (max-width: 834px) {
  .front-page .sec__intro__inner {
    padding-top: 40px;
  }
}
.front-page .sec__intro__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1040px;
  gap: 10%;
}
@media (max-width: 1024px) {
  .front-page .sec__intro__contents {
    max-width: 960px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__intro__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.front-page .sec__intro__contents .lead {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 39%;
          flex: 0 0 39%;
  font-size: 4rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  line-height: 1.8;
}
.front-page .sec__intro__contents .lead span {
  font-size: 2rem;
}
@media (max-width: 834px) {
  .front-page .sec__intro__contents .lead {
    font-size: 2.8rem;
  }
}
.front-page .sec__intro__contents .text {
  font-size: 1.8rem;
  line-height: 2.6;
  margin-top: 6px;
}
@media (max-width: 1040px) {
  .front-page .sec__intro__contents .text .pc {
    display: none;
  }
}
@media (max-width: 834px) {
  .front-page .sec__intro__contents .text {
    font-size: 1.5rem;
    margin-top: 20px;
    line-height: 2.4;
  }
}
@media (max-width: 834px) {
  .front-page .sec__intro .illust .img img {
    max-width: 150%;
    margin-left: -25%;
  }
}
.front-page .sec__jobSearch {
  padding-top: 100px;
  position: relative;
}
@media (max-width: 834px) {
  .front-page .sec__jobSearch {
    padding-top: 30px;
  }
}
.front-page .sec__jobSearch__contents {
  position: relative;
  background: #fff;
  padding-top: 64px;
  padding-bottom: 90px;
  -webkit-box-shadow: 0 0 50px rgba(80, 80, 80, 0.1);
          box-shadow: 0 0 50px rgba(80, 80, 80, 0.1);
  border-radius: 20px;
}
@media (max-width: 834px) {
  .front-page .sec__jobSearch__contents {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.front-page .sec__jobSearch__heading .commonTitle {
  text-align: center;
}
.front-page .sec__jobSearch__heading .commonTitle__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.front-page .sec__jobSearch__heading .commonTitle__inner .ja {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.front-page .sec__jobSearch .search_body {
  position: relative;
  z-index: 1;
  margin-top: 38px;
  padding: 0 100px;
}
@media (max-width: 834px) {
  .front-page .sec__jobSearch .search_body {
    margin-top: 24px;
    padding: 0 20px;
  }
}
.front-page .sec__jobSearch .deco .square {
  position: absolute;
  right: -20px;
  bottom: 0;
  height: 340px;
  width: 340px;
  background: #0bd;
  border-radius: 100%;
}
.front-page .sec__jobSearch .deco #square2 {
  opacity: 0.3;
}
.front-page .sec__jobSearch .deco #square3 {
  opacity: 0.3;
}
.front-page .sec__jobSearch .rotate-img {
  position: absolute;
  right: -3%;
  bottom: 30%;
  width: 380px;
}
@media (max-width: 834px) {
  .front-page .sec__jobSearch .rotate-img {
    width: 180px;
    bottom: 10%;
    right: -15%;
  }
}
.front-page .sec__jobSearch .rotate-img img {
  position: absolute;
  width: 100%;
}
.front-page .sec__newJobs {
  position: relative;
}
.front-page .sec__newJobs__inner {
  padding-top: 120px;
  max-width: 1180px;
}
@media (max-width: 834px) {
  .front-page .sec__newJobs__inner {
    padding-top: 40px;
  }
}
.front-page .sec__newJobs__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 834px) {
  .front-page .sec__newJobs__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.front-page .sec__newJobs__head {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.front-page .sec__newJobs__head .commonBtn {
  margin-top: 60px;
}
@media (max-width: 834px) {
  .front-page .sec__newJobs__head {
    display: contents;
  }
  .front-page .sec__newJobs__head .commonTitle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .front-page .sec__newJobs__head .commonBtn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 30px;
    margin-left: auto;
  }
}
.front-page .sec__newJobs__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 61%;
          flex: 0 0 61%;
}
@media (max-width: 834px) {
  .front-page .sec__newJobs__body {
    margin-top: 30px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.front-page .sec__newJobs__body .newJobs__list__item {
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0;
  font-weight: 600;
}
@media (max-width: 834px) {
  .front-page .sec__newJobs__body .newJobs__list__item {
    padding-bottom: 22px;
  }
}
.front-page .sec__newJobs__body .newJobs__list__item:first-child {
  padding-top: 0;
}
.front-page .sec__newJobs__body .newJobs__list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .front-page .sec__newJobs__body .newJobs__list__item a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.front-page .sec__newJobs__body .newJobs__list__item a .imgArea {
  width: 150px;
  border-radius: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .sec__newJobs__body .newJobs__list__item a .imgArea {
    width: 100px;
  }
}
.front-page .sec__newJobs__body .newJobs__list__item a .imgArea img {
  aspect-ratio: 150/108;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 0, 0, 1);
  transition: -webkit-transform 1s cubic-bezier(0.25, 0, 0, 1);
  transition: transform 1s cubic-bezier(0.25, 0, 0, 1);
  transition: transform 1s cubic-bezier(0.25, 0, 0, 1), -webkit-transform 1s cubic-bezier(0.25, 0, 0, 1);
}
@media (max-width: 834px) {
  .front-page .sec__newJobs__body .newJobs__list__item a .textArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.front-page .sec__newJobs__body .newJobs__list__item a .textArea .categoryWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
@media (max-width: 834px) {
  .front-page .sec__newJobs__body .newJobs__list__item a .textArea .categoryWrap {
    display: contents;
  }
}
.front-page .sec__newJobs__body .newJobs__list__item a .textArea .categoryWrap .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.front-page .sec__newJobs__body .newJobs__list__item a .textArea .categoryWrap .job {
  font-size: 1.2rem;
  padding: 7px 10px 6px;
  border: 1px solid #3dd0dc;
  color: #3dd0dc;
  border-radius: 3px;
  line-height: 1;
}
.front-page .sec__newJobs__body .newJobs__list__item a .textArea .categoryWrap .date {
  font-size: 1.2rem;
  color: #aaaaaa;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 834px) {
  .front-page .sec__newJobs__body .newJobs__list__item a .textArea .categoryWrap .date {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 3px;
  }
}
.front-page .sec__newJobs__body .newJobs__list__item a .textArea .text {
  margin-top: 10px;
  line-height: 1.8;
}
@media (max-width: 834px) {
  .front-page .sec__newJobs__body .newJobs__list__item a .textArea .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (any-hover: hover) {
  .front-page .sec__newJobs__body .newJobs__list__item a:hover .imgArea img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.front-page .sec__newJobs .rotate-img {
  position: absolute;
  left: -10%;
  bottom: 50%;
  width: 488px;
}
@media (max-width: 834px) {
  .front-page .sec__newJobs .rotate-img {
    width: 180px;
    bottom: 9%;
    left: -20%;
  }
}
.front-page .sec__newJobs .rotate-img img {
  position: absolute;
  width: 100%;
}
.front-page .sec__interview {
  position: relative;
}
.front-page .sec__interview__inner {
  margin-top: 180px;
  z-index: 2;
}
@media (max-width: 834px) {
  .front-page .sec__interview__inner {
    margin-top: 90px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__interview__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.front-page .sec__interview__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .front-page .sec__interview__head {
    display: contents;
  }
  .front-page .sec__interview__head .commonBtn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
    margin-left: auto;
    margin-top: 15px;
    z-index: 2;
  }
}
.front-page .sec__interview .swiper-interview {
  position: relative;
}
@media (min-width: 835px) {
  .front-page .sec__interview .swiper-interview {
    width: 333px;
    margin-inline: auto;
  }
}
@media (max-width: 834px) {
  .front-page .sec__interview .swiper-interview {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.front-page .sec__interview .swiper-interview .interview__list {
  margin-top: 64px;
}
@media (min-width: 835px) {
  .front-page .sec__interview .swiper-interview .interview__list {
    margin-left: -30px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__interview .swiper-interview .interview__list {
    margin-top: 30px;
  }
}
.front-page .sec__interview .swiper-interview .interview__list__item {
  position: relative;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  width: 100%;
  z-index: 1;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.front-page .sec__interview .swiper-interview .interview__list__item a {
  position: relative;
  width: 100%;
  pointer-events: none;
}
.front-page .sec__interview .swiper-interview .interview__list__item a .imgArea {
  background-color: #fff;
  position: relative;
  border-radius: 20px;
}
.front-page .sec__interview .swiper-interview .interview__list__item a .imgArea .img {
  overflow: hidden;
  border-radius: 20px;
}
.front-page .sec__interview .swiper-interview .interview__list__item a .imgArea .img img {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 0, 0, 1);
  transition: -webkit-transform 1s cubic-bezier(0.25, 0, 0, 1);
  transition: transform 1s cubic-bezier(0.25, 0, 0, 1);
  transition: transform 1s cubic-bezier(0.25, 0, 0, 1), -webkit-transform 1s cubic-bezier(0.25, 0, 0, 1);
  aspect-ratio: 333/420;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .front-page .sec__interview .swiper-interview .interview__list__item a .imgArea {
    position: relative;
    overflow: inherit;
  }
}
.front-page .sec__interview .swiper-interview .interview__list__item a .textArea {
  opacity: 0;
  margin-top: 20px;
}
.front-page .sec__interview .swiper-interview .interview__list__item a .textArea .copy {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.8;
  position: relative;
  -webkit-transition: 0.24s;
  transition: 0.24s;
}
@media (max-width: 834px) {
  .front-page .sec__interview .swiper-interview .interview__list__item a .textArea .copy {
    font-size: 1.8rem;
  }
}
.front-page .sec__interview .swiper-interview .interview__list__item a .textArea .copy::before {
  content: "";
  display: block;
  background: url(../img/index/interview_deco.jpg) center center/contain no-repeat;
  width: 44px;
  aspect-ratio: 44/32;
  position: absolute;
  z-index: -1;
  top: -15px;
  left: -20px;
}
.front-page .sec__interview .swiper-interview .interview__list__item a .textArea .job span {
  color: #3dd0dc;
  padding: 5px 10px;
  border: 1px solid #3dd0dc;
  border-radius: 3px;
  font-size: 1.4rem;
  font-weight: 600;
}
@media (max-width: 834px) {
  .front-page .sec__interview .swiper-interview .interview__list__item a .textArea .job span {
    font-size: 1.3rem;
  }
}
.front-page .sec__interview .swiper-interview .interview__list__item a .textArea .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 16px;
}
.front-page .sec__interview .swiper-interview .interview__list__item a .textArea .info .name {
  font-size: 1.8rem;
  font-weight: 600;
}
.front-page .sec__interview .swiper-interview .interview__list__item a .textArea .info .date {
  font-size: 1.4rem;
  font-weight: 600;
}
@media (any-hover: hover) {
  .front-page .sec__interview .swiper-interview .interview__list__item a:hover {
    opacity: 1;
  }
  .front-page .sec__interview .swiper-interview .interview__list__item a:hover .imgArea img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .front-page .sec__interview .swiper-interview .interview__list__item a:hover .textArea .copy {
    color: #3dd0dc;
  }
}
.front-page .sec__interview .swiper-interview .interview__list__item.swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 2;
}
@media (min-width: 835px) {
  .front-page .sec__interview .swiper-interview .interview__list__item.swiper-slide-active {
    margin-inline: 30px;
  }
}
.front-page .sec__interview .swiper-interview .interview__list__item.swiper-slide-active a {
  cursor: pointer;
  pointer-events: auto;
}
.front-page .sec__interview .swiper-interview .interview__list__item.swiper-slide-active a .imgArea .img {
  opacity: 1;
}
.front-page .sec__interview .swiper-interview .interview__list__item.swiper-slide-active a .imgArea .img::before {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 333/420;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgb(180, 248, 200)), color-stop(80%, rgb(160, 231, 229)));
  background: linear-gradient(360deg, rgb(180, 248, 200) 20%, rgb(160, 231, 229) 80%);
  top: -20px;
  right: -20px;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .front-page .sec__interview .swiper-interview .interview__list__item.swiper-slide-active a .imgArea .img::before {
    top: -13px;
    right: -13px;
  }
}
.front-page .sec__interview .swiper-interview .interview__list__item.swiper-slide-active a .textArea {
  opacity: 1;
}
.front-page .sec__interview .swiper-button-prev, .front-page .sec__interview .swiper-button-next {
  width: 70px;
  height: 70px;
  border: 1px solid #505050;
  border-radius: 50%;
  top: auto;
  bottom: 40px;
  margin-top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: center;
          transform-origin: center;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 834px) {
  .front-page .sec__interview .swiper-button-prev, .front-page .sec__interview .swiper-button-next {
    width: 50px;
    height: 50px;
    top: 35%;
  }
}
.front-page .sec__interview .swiper-button-prev::before, .front-page .sec__interview .swiper-button-prev::after, .front-page .sec__interview .swiper-button-next::before, .front-page .sec__interview .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  border-radius: 500px;
  background-color: #505050;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
.front-page .sec__interview .swiper-button-prev::before, .front-page .sec__interview .swiper-button-next::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.front-page .sec__interview .swiper-button-prev::after, .front-page .sec__interview .swiper-button-next::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media (any-hover: hover) {
  .front-page .sec__interview .swiper-button-prev:hover, .front-page .sec__interview .swiper-button-next:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.front-page .sec__interview .swiper-button-prev {
  left: auto;
  right: 80px;
}
@media (max-width: 834px) {
  .front-page .sec__interview .swiper-button-prev {
    right: auto;
    left: -10px;
  }
}
.front-page .sec__interview .swiper-button-prev::before, .front-page .sec__interview .swiper-button-prev::after {
  -webkit-transform-origin: calc(0% + 1px) 50%;
          transform-origin: calc(0% + 1px) 50%;
}
.front-page .sec__interview .swiper-button-next {
  left: auto;
  right: 0;
}
@media (max-width: 834px) {
  .front-page .sec__interview .swiper-button-next {
    right: -10px;
  }
}
.front-page .sec__interview .pagination {
  position: absolute;
  bottom: 60px;
  top: auto;
  z-index: 1;
}
@media (max-width: 834px) {
  .front-page .sec__interview .pagination {
    bottom: 6px;
  }
}
.front-page .sec__interview .pagination .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  background: #e5e5e5;
  opacity: 1;
}
.front-page .sec__interview .pagination .swiper-pagination-bullet-active {
  background: #3dd0dc;
}
.front-page .sec__otherContents {
  position: relative;
}
.front-page .sec__otherContents__inner {
  max-width: 1180px;
  padding-top: 180px;
}
@media (max-width: 834px) {
  .front-page .sec__otherContents__inner {
    padding-top: 90px;
  }
}
.front-page .sec__otherContents__inner .otherContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .front-page .sec__otherContents__inner .otherContents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.front-page .sec__otherContents__inner .otherContents__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.front-page .sec__otherContents__inner .otherContents__item .imgArea {
  margin-top: 20px;
  position: relative;
}
@media (max-width: 834px) {
  .front-page .sec__otherContents__inner .otherContents__item .imgArea {
    margin-top: 16px;
  }
}
.front-page .sec__otherContents__inner .otherContents__item .imgArea .img {
  max-width: 516px;
  width: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .sec__otherContents__inner .otherContents__item .imgArea .img {
    width: 100%;
  }
}
.front-page .sec__otherContents__inner .otherContents__item .imgArea .img::before {
  content: "";
  position: absolute;
  right: -10.8rem;
  bottom: -16.8rem;
  width: 38.7rem;
  height: 38.7rem;
  background: radial-gradient(circle closest-side, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: background 0.8s ease-out;
  transition: background 0.8s ease-out;
  pointer-events: none;
  border-radius: 20px;
  z-index: 1;
}
.front-page .sec__otherContents__inner .otherContents__item .imgArea .img img {
  aspect-ratio: 516/392;
  border-radius: 20px;
  width: 100%;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 0, 0, 1);
  transition: -webkit-transform 1s cubic-bezier(0.25, 0, 0, 1);
  transition: transform 1s cubic-bezier(0.25, 0, 0, 1);
  transition: transform 1s cubic-bezier(0.25, 0, 0, 1), -webkit-transform 1s cubic-bezier(0.25, 0, 0, 1);
}
.front-page .sec__otherContents__inner .otherContents__item .imgArea .arrow {
  width: 60px;
  aspect-ratio: 1/1;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.front-page .sec__otherContents__inner .otherContents__item .imgArea .arrow::before {
  content: "";
  display: block;
  background: url(../img/common/arrow.png) center center/contain no-repeat;
  width: 14px;
  aspect-ratio: 12/11;
  right: 20px;
  bottom: 22px;
  position: absolute;
}
@media (any-hover: hover) {
  .front-page .sec__otherContents__inner .otherContents__item:hover a {
    opacity: 1;
  }
  .front-page .sec__otherContents__inner .otherContents__item:hover a .imgArea .img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .front-page .sec__otherContents__inner .otherContents__item:hover a .arrow {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media (max-width: 834px) {
  .front-page .sec__otherContents__inner .otherContents__item.-environment {
    margin-top: 40px;
  }
}
.front-page .sec__otherContents .deco .rotate-img {
  position: absolute;
  right: -10%;
  top: 0;
  width: 547px;
}
@media (max-width: 834px) {
  .front-page .sec__otherContents .deco .rotate-img {
    width: 220px;
    right: -28%;
  }
}
.front-page .sec__otherContents .deco .rotate-img img {
  position: absolute;
  width: 100%;
}
.front-page .sec__otherContents .deco .rotate-img:nth-child(2n) {
  left: -3%;
  width: 420px;
  bottom: 20%;
  top: auto;
}
@media (max-width: 834px) {
  .front-page .sec__otherContents .deco .rotate-img:nth-child(2n) {
    width: 180px;
    bottom: 8%;
  }
}
.front-page .sec__photoGallery__inner {
  margin-top: 145px;
  margin-bottom: 50px;
  padding: 0 30px;
}
@media (max-width: 834px) {
  .front-page .sec__photoGallery__inner {
    margin-top: 95px;
    margin-bottom: 40px;
  }
}
.front-page .sec__photoGallery .photoGallery__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3%;
}
@media (max-width: 834px) {
  .front-page .sec__photoGallery .photoGallery__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.front-page .sec__photoGallery .photoGallery__list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.front-page .sec__photoGallery .photoGallery__list__item img {
  border-radius: 10px;
}
.front-page .sec__photoGallery .photoGallery__list__item.-photo01 {
  max-width: 250px;
  max-width: clamp(18rem, 15.667rem + 6.481vw, 25rem);
}
@media (max-width: 834px) {
  .front-page .sec__photoGallery .photoGallery__list__item.-photo01 {
    margin-right: 100px;
  }
}
.front-page .sec__photoGallery .photoGallery__list__item.-photo01 img {
  aspect-ratio: 250/188;
}
.front-page .sec__photoGallery .photoGallery__list__item.-photo02 {
  max-width: clamp(18rem, 13.8rem + 11.667vw, 30.6rem);
  margin-top: 110px;
  margin-left: -60px;
}
@media (max-width: 834px) {
  .front-page .sec__photoGallery .photoGallery__list__item.-photo02 {
    margin-top: -20px;
    margin-left: 80px;
  }
}
.front-page .sec__photoGallery .photoGallery__list__item.-photo02 img {
  aspect-ratio: 306/230;
}
.front-page .sec__photoGallery .photoGallery__list__item.-photo03 {
  max-width: 278px;
  max-width: clamp(24rem, 22.733rem + 3.519vw, 27.8rem);
  margin-top: 30px;
}
.front-page .sec__photoGallery .photoGallery__list__item.-photo03 img {
  aspect-ratio: 278/210;
}
.front-page .sec__photoGallery .photoGallery__list__item.-photo04 {
  max-width: clamp(18rem, 15.667rem + 6.481vw, 25rem);
  margin-top: 120px;
  margin-right: -60px;
  z-index: 1;
}
@media (max-width: 834px) {
  .front-page .sec__photoGallery .photoGallery__list__item.-photo04 {
    margin-top: 30px;
    margin-bottom: -10px;
    margin-left: 50px;
  }
}
.front-page .sec__photoGallery .photoGallery__list__item.-photo04 img {
  aspect-ratio: 250/188;
}
.front-page .sec__photoGallery .photoGallery__list__item.-photo05 {
  max-width: clamp(22.6rem, 20.867rem + 4.815vw, 27.8rem);
}
@media (max-width: 834px) {
  .front-page .sec__photoGallery .photoGallery__list__item.-photo05 {
    margin-right: 50px;
    z-index: 1;
  }
}
.front-page .sec__photoGallery .photoGallery__list__item.-photo05 img {
  aspect-ratio: 278/210;
}
.front-page .sec__photoGallery .backText .img {
  margin-right: 6%;
}
@media (max-width: 834px) {
  .front-page .sec__photoGallery .backText .img {
    width: 180%;
  }
}
.front-page .sec__newgraduate__inner {
  max-width: 1380px;
  margin-bottom: 180px;
  position: relative;
  margin-top: 180px;
}
@media (max-width: 834px) {
  .front-page .sec__newgraduate__inner {
    margin-bottom: 70px;
  }
}
@media (any-hover: hover) {
  .front-page .sec__newgraduate__inner:hover a {
    opacity: 1;
  }
  .front-page .sec__newgraduate__inner:hover a .sec__newgraduate__contents {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  .front-page .sec__newgraduate__inner:hover a .textArea .btn::after {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .front-page .sec__newgraduate__inner:hover a .textArea .btn .btn_text::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
}
.front-page .sec__newgraduate__contents {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ffafbb), color-stop(80%, #e6c7fc));
  background-image: linear-gradient(180deg, #ffafbb 20%, #e6c7fc 80%);
  padding: 70px 80px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 4%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .front-page .sec__newgraduate__contents {
    padding: 40px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1340px) {
  .front-page .sec__newgraduate__contents .textArea .commonTitle .eng .sp {
    display: none;
  }
}
.front-page .sec__newgraduate__contents .textArea .text {
  font-weight: 600;
  color: #fff;
  margin-top: 40px;
}
@media (max-width: 834px) {
  .front-page .sec__newgraduate__contents .textArea .text {
    margin-top: 30px;
  }
}
.front-page .sec__newgraduate__contents .textArea .btn {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 160px;
}
@media (max-width: 834px) {
  .front-page .sec__newgraduate__contents .textArea .btn {
    gap: 7px;
    margin-top: 20px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
  }
}
.front-page .sec__newgraduate__contents .textArea .btn::after {
  content: "";
  display: block;
  -webkit-mask: url(../img/common/arrow_commonBtn.png) center center/contain no-repeat;
          mask: url(../img/common/arrow_commonBtn.png) center center/contain no-repeat;
  width: 50px;
  background-color: #fff;
  aspect-ratio: 1/1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .front-page .sec__newgraduate__contents .textArea .btn::after {
    width: 40px;
    height: 40px;
  }
}
.front-page .sec__newgraduate__contents .textArea .btn .btn_text {
  font-weight: 600;
  padding-bottom: 5px;
  color: #fff;
  position: relative;
}
@media (max-width: 834px) {
  .front-page .sec__newgraduate__contents .textArea .btn .btn_text {
    padding-bottom: 2px;
  }
}
.front-page .sec__newgraduate__contents .textArea .btn .btn_text::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.front-page .sec__newgraduate__contents .textArea .btn .btn_text::after {
  background: #fff;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -3px;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -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__newgraduate__contents .imgArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
}
@media (max-width: 834px) {
  .front-page .sec__newgraduate__contents .imgArea {
    margin-top: 40px;
  }
}
.front-page .sec__newgraduate__contents .imgArea .img {
  width: clamp(14.8rem, 9.638rem + 13.585vi, 29.2rem);
  overflow: hidden;
  border-radius: 20px;
}
.front-page .sec__newgraduate__contents .imgArea .img img {
  aspect-ratio: 292/440;
  border-radius: 20px;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 0, 0, 1);
  transition: -webkit-transform 1s cubic-bezier(0.25, 0, 0, 1);
  transition: transform 1s cubic-bezier(0.25, 0, 0, 1);
  transition: transform 1s cubic-bezier(0.25, 0, 0, 1), -webkit-transform 1s cubic-bezier(0.25, 0, 0, 1);
}
.front-page .sec__newgraduate__contents .imgArea .img:first-child {
  margin-top: -100px;
  margin-right: -30px;
}
@media (max-width: 834px) {
  .front-page .sec__newgraduate__contents .imgArea .img:first-child {
    margin-top: 0;
  }
}
@media (max-width: 834px) {
  .front-page .sec__newgraduate__contents .imgArea .img:last-child {
    margin-top: 50px;
  }
}

/* ============================================
// RECRUIT
// ==========================================*/
/*--------------------
	共通
--------------------*/
.lower-kyujin_l .l-recruit,
.lower-kyujin_d .l-recruit,
.lower-whatsnew .l-recruit {
  display: none;
}
.lower-kyujin_l .kyujin_container .btn,
.lower-kyujin_d .kyujin_container .btn,
.lower-whatsnew .kyujin_container .btn {
  line-height: 1.7;
  padding: 1.3em 4.5em;
  background: #3dd0dc;
  border-radius: 500px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .kyujin_container .btn,
  .lower-kyujin_d .kyujin_container .btn,
  .lower-whatsnew .kyujin_container .btn {
    padding: 0.8em 0;
  }
}
.lower-kyujin_l .kyujin_container .btn.btn_secondary,
.lower-kyujin_d .kyujin_container .btn.btn_secondary,
.lower-whatsnew .kyujin_container .btn.btn_secondary {
  background: #f6799c;
}
.lower-kyujin_l .kyujin_container .btn.btn_external::after,
.lower-kyujin_d .kyujin_container .btn.btn_external::after,
.lower-whatsnew .kyujin_container .btn.btn_external::after {
  top: 16px;
  right: 18px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .kyujin_container .btn.btn_external::after,
  .lower-kyujin_d .kyujin_container .btn.btn_external::after,
  .lower-whatsnew .kyujin_container .btn.btn_external::after {
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto 0;
  }
}
.lower-kyujin_l .job_count_pager.contents_bottom,
.lower-kyujin_d .job_count_pager.contents_bottom,
.lower-whatsnew .job_count_pager.contents_bottom {
  padding: 80px 0;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_count_pager.contents_bottom,
  .lower-kyujin_d .job_count_pager.contents_bottom,
  .lower-whatsnew .job_count_pager.contents_bottom {
    padding: 40px 0;
  }
}
.lower-kyujin_l main.l-main .rotate-img,
.lower-kyujin_d main.l-main .rotate-img,
.lower-whatsnew main.l-main .rotate-img {
  position: absolute;
  z-index: -1;
}
.lower-kyujin_l main.l-main .rotate-img img,
.lower-kyujin_d main.l-main .rotate-img img,
.lower-whatsnew main.l-main .rotate-img img {
  position: absolute;
  width: 100%;
}
.lower-kyujin_l main.l-main .rotate-img img.image1,
.lower-kyujin_d main.l-main .rotate-img img.image1,
.lower-whatsnew main.l-main .rotate-img img.image1 {
  -webkit-animation: rotate1 80s linear infinite;
          animation: rotate1 80s linear infinite;
  opacity: 0.3;
}
.lower-kyujin_l main.l-main .rotate-img img.image2,
.lower-kyujin_d main.l-main .rotate-img img.image2,
.lower-whatsnew main.l-main .rotate-img img.image2 {
  -webkit-animation: rotate2 100s linear infinite;
          animation: rotate2 100s linear infinite;
  opacity: 0.3;
}
.lower-kyujin_l main.l-main .rotate-img img.image3,
.lower-kyujin_d main.l-main .rotate-img img.image3,
.lower-whatsnew main.l-main .rotate-img img.image3 {
  -webkit-animation: rotate3 200s linear infinite;
          animation: rotate3 200s linear infinite;
}
.lower-kyujin_l main.l-main .rotate-img.-deco01,
.lower-kyujin_d main.l-main .rotate-img.-deco01,
.lower-whatsnew main.l-main .rotate-img.-deco01 {
  aspect-ratio: 962/1004;
  width: 488px;
  left: -10%;
  top: -160px;
}
@media (max-width: 834px) {
  .lower-kyujin_l main.l-main .rotate-img.-deco01,
  .lower-kyujin_d main.l-main .rotate-img.-deco01,
  .lower-whatsnew main.l-main .rotate-img.-deco01 {
    width: 180px;
    left: -28%;
    top: 0;
  }
}
.lower-kyujin_l main.l-main .rotate-img.-deco02,
.lower-kyujin_d main.l-main .rotate-img.-deco02,
.lower-whatsnew main.l-main .rotate-img.-deco02 {
  aspect-ratio: 1094/1076;
  width: 547px;
  right: -10%;
  bottom: 160px;
}
@media (max-width: 834px) {
  .lower-kyujin_l main.l-main .rotate-img.-deco02,
  .lower-kyujin_d main.l-main .rotate-img.-deco02,
  .lower-whatsnew main.l-main .rotate-img.-deco02 {
    width: 220px;
    right: -28%;
  }
}

.lower-kyujin_l .kyujin_container:not(:has(.job_count_pager.contents_bottom)),
.lower-whatsnew .kyujin_container:not(:has(.job_count_pager.contents_bottom)) {
  padding-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .kyujin_container:not(:has(.job_count_pager.contents_bottom)),
  .lower-whatsnew .kyujin_container:not(:has(.job_count_pager.contents_bottom)) {
    padding-bottom: 50px;
  }
}

.lower-kyujin_d main.l-main .rotate-img.-deco01 {
  top: 500px;
}
@media (max-width: 834px) {
  .lower-kyujin_d main.l-main .rotate-img.-deco01 {
    top: 100px;
  }
}
.lower-kyujin_d main.l-main .rotate-img.-deco02 {
  bottom: 480px;
}
@media (max-width: 834px) {
  .lower-kyujin_d main.l-main .rotate-img.-deco02 {
    bottom: 200px;
  }
}

/*--------------------
	求人一覧
--------------------*/
.lower-kyujin_l .search_panel {
  padding: 0;
  margin: 60px 0 60px 0;
  border: none;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel {
    margin-top: 16px;
    margin-bottom: 30px;
  }
  .lower-kyujin_l .search_panel:not(:has(.js-active)) {
    margin-bottom: 40px;
  }
}
.lower-kyujin_l .search_panel:has(.js-active) .search_body {
  padding-block: 100px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel:has(.js-active) .search_body {
    padding-block: 40px 24px;
  }
}
.lower-kyujin_l .search_panel:has(.js-active) .job_result_total {
  margin-top: 40px;
  padding: 60px 0 0;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel:has(.js-active) .job_result_total {
    margin-top: 32px;
    padding: 24px 0 0;
  }
}
.lower-kyujin_l .search-toggle {
  position: absolute;
  z-index: 2;
  inset: 0 0 auto 0;
  width: 250px;
  max-width: inherit;
  background: #ffffff;
  border: 1px solid;
  border-radius: 500px;
  -webkit-transform: none;
          transform: none;
  translate: 0 -50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (any-hover: hover) {
  .lower-kyujin_l .search-toggle:hover {
    opacity: 1;
    translate: 0 calc(-50% - 3px);
  }
}
.lower-kyujin_l .search-toggle .toggle_txt {
  text-align: left;
  font-size: 1.5rem;
  color: inherit;
  padding: 1em 1em 1em 2em;
  text-indent: 0;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle .toggle_txt {
    font-size: 1.3rem;
  }
}
.lower-kyujin_l .search-toggle .toggle_txt .pannel-open {
  display: block;
}
.lower-kyujin_l .search-toggle .toggle_txt .pannel-close {
  display: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger {
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  background: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger::before {
  display: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico {
  width: 12px;
  height: 2px;
  background: #505050;
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico:nth-of-type(1) {
  margin: 0;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico:nth-of-type(2) {
  margin: 0;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.lower-kyujin_l .search-toggle.js-active .toggle_txt .pannel-open {
  display: none;
}
.lower-kyujin_l .search-toggle.js-active .toggle_txt .pannel-close {
  display: block;
}
.lower-kyujin_l .search-toggle.js-active .toggle_trigger_txt_ico:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
.lower-kyujin_l .search_body {
  position: relative;
  margin: 0 auto;
  padding: 80px 8.33% 70px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 50px rgba(80, 80, 80, 0.1);
          box-shadow: 0 0 50px rgba(80, 80, 80, 0.1);
  border: none;
  border-radius: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_body {
    padding: 50px 20px 20px;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_l .custom-form {
    display: none;
  }
}
.lower-kyujin_l article.job {
  margin-top: 30px;
  padding: 50px;
  background: #ffffff;
  border-radius: 30px;
  border: none !important;
  -webkit-box-shadow: 0 0 50px rgba(80, 80, 80, 0.1);
          box-shadow: 0 0 50px rgba(80, 80, 80, 0.1);
}
@media (max-width: 834px) {
  .lower-kyujin_l article.job {
    margin-top: 15px;
    padding: 30px 7%;
  }
}
.lower-kyujin_l article.job:first-child {
  margin-top: 0;
}

/*--------------------
	求人詳細
--------------------*/
.lower-kyujin_d .footer {
  padding-bottom: 92px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .footer {
    padding-bottom: 68px;
  }
}
.lower-kyujin_d main.l-main {
  padding: 180px 0 50px;
}
@media (max-width: 834px) {
  .lower-kyujin_d main.l-main {
    padding: 88px 0 20px !important;
  }
}
.lower-kyujin_d .job_body_block:not(.job_body_head) {
  position: relative;
  margin: 80px 0;
  padding: 50px;
  background: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 50px rgba(80, 80, 80, 0.1);
          box-shadow: 0 0 50px rgba(80, 80, 80, 0.1);
}
@media (max-width: 834px) {
  .lower-kyujin_d .job_body_block:not(.job_body_head) {
    margin: 60px 0;
    padding: 24px;
    border-radius: 20px;
  }
}
.lower-kyujin_d .job_body_block:not(.job_body_head):last-child {
  margin-bottom: 50px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job_body_block:not(.job_body_head):last-child {
    margin-bottom: 20px;
  }
}
.lower-kyujin_d .outline_ttl,
.lower-kyujin_d .appeal_ttl {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 3.2rem;
  line-height: 1;
  white-space: nowrap;
  padding: 0 1em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 834px) {
  .lower-kyujin_d .outline_ttl,
  .lower-kyujin_d .appeal_ttl {
    font-size: 2rem;
  }
}
.lower-kyujin_d .outline_ttl::before,
.lower-kyujin_d .appeal_ttl::before {
  content: "";
  display: block;
  width: 33px;
  height: 7px;
  position: absolute;
  inset: 0 0 auto 0;
  margin: -15px auto 0;
  background: url(../img/common/ico_commonTitle.png) center center/contain no-repeat;
  translate: 0 -100%;
}
@media (max-width: 834px) {
  .lower-kyujin_d .outline_ttl::before,
  .lower-kyujin_d .appeal_ttl::before {
    width: 25px;
  }
}
.lower-kyujin_d .outline_ttl::after,
.lower-kyujin_d .appeal_ttl::after {
  inset: 0;
  height: 1px;
  margin: auto;
  background: #ffffff;
  translate: 0 -1px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job_outline_item_ttl {
    color: #222222;
  }
}
.lower-kyujin_d .fixed_conversion {
  z-index: 110;
  background: rgba(68, 68, 68, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 20px 20px 0 0;
}
.lower-kyujin_d .fixed_conversion .phone {
  background: none;
}
.lower-kyujin_d .fixed_conversion .phone .phone_num,
.lower-kyujin_d .fixed_conversion .phone .phone_notes {
  color: #ffffff;
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .phone .phone_num {
    font-size: 1.6rem;
    letter-spacing: 0.025em;
  }
}
.lower-kyujin_d .fixed_conversion .conversion .btn_conversion {
  background: #3dd0dc;
  border-radius: 500px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion {
    padding: 0.715em;
  }
}
.lower-kyujin_d .fixed_conversion .conversion .btn_conversion::after {
  top: 16px;
  right: 18px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion::after {
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto 0;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion span {
    font-size: 1.4rem;
  }
}
.lower-kyujin_d .pagetop {
  bottom: 172px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .pagetop {
    bottom: 78px;
  }
}

/*--------------------
新着求人情報
--------------------*/
.rotate-img {
  position: absolute;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  z-index: -1;
  pointer-events: none;
}
.rotate-img .image1 {
  -webkit-animation: rotate1 80s linear infinite;
          animation: rotate1 80s linear infinite;
  opacity: 0.3;
}
.rotate-img .image2 {
  -webkit-animation: rotate2 100s linear infinite;
          animation: rotate2 100s linear infinite;
  opacity: 0.3;
}
.rotate-img .image3 {
  -webkit-animation: rotate3 200s linear infinite;
          animation: rotate3 200s linear infinite;
}

/* ============================================
// インタビュー一覧ページ
// ==========================================*/
.lower-interview_l {
  /*------------------------------
    インタビュー一覧
  ------------------------------*/
}
.lower-interview_l .interview__container {
  position: relative;
}
.lower-interview_l .interview__inner {
  padding-block: 20px 80px;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__inner {
    padding-block: 0 40px;
  }
}
.lower-interview_l .rotate-img {
  position: absolute;
  z-index: 0;
}
.lower-interview_l .rotate-img.-deco1 {
  left: -10%;
  top: -100px;
  width: 488px;
}
@media (max-width: 834px) {
  .lower-interview_l .rotate-img.-deco1 {
    width: 180px;
    top: -30px;
    left: -20%;
  }
}
.lower-interview_l .rotate-img.-deco2 {
  right: -10%;
  bottom: 560px;
  width: 547px;
}
@media (max-width: 834px) {
  .lower-interview_l .rotate-img.-deco2 {
    width: 220px;
    bottom: 220px;
    right: -28%;
  }
}
.lower-interview_l .rotate-img img {
  position: absolute;
  width: 100%;
}
.lower-interview_l .interviews {
  max-width: 1100px;
  margin-inline: auto;
}
@media (min-width: 835px) {
  .lower-interview_l .interviews {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 0 6.3%;
  }
}
@media (max-width: 834px) {
  .lower-interview_l .interviews {
    margin-top: -20px;
    padding-inline: 5%;
  }
}
.lower-interview_l .interviews__item {
  position: relative;
  margin: 25px 0;
}
@media (min-width: 835px) {
  .lower-interview_l .interviews__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
  }
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item:not(:first-child) {
    margin-top: 40px;
  }
}
@media (max-width: 640px) {
  .lower-interview_l .interviews__item:first-child a {
    margin-top: 0;
  }
  .lower-interview_l .interviews__item:last-child a {
    margin-bottom: 0;
  }
}
.lower-interview_l .interviews__item a {
  position: relative;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 835px) {
  .lower-interview_l .interviews__item a {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0;
  }
}
@media (any-hover: hover) {
  .lower-interview_l .interviews__item a:hover {
    opacity: 1;
    color: #3dd0dc;
  }
  .lower-interview_l .interviews__item a:hover .imgArea .img::before {
    top: -20px;
    right: -20px;
  }
  .lower-interview_l .interviews__item a:hover .imgArea img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.lower-interview_l .interviews__item .imgArea {
  position: relative;
  margin-bottom: 1.25em;
}
.lower-interview_l .interviews__item .imgArea .img {
  overflow: hidden;
  border-radius: 20px;
}
.lower-interview_l .interviews__item .imgArea .img::before {
  content: "";
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgb(180, 248, 200)), color-stop(80%, rgb(160, 231, 229)));
  background: linear-gradient(360deg, rgb(180, 248, 200) 20%, rgb(160, 231, 229) 80%);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item .imgArea .img::before {
    top: 0;
    right: 0;
  }
}
.lower-interview_l .interviews__item .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  aspect-ratio: 333/420;
}
.lower-interview_l .interviews__item .bodyArea {
  display: contents;
}
.lower-interview_l .interviews__item .bodyArea .job {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #3dd0dc;
  border: 1px solid;
  border-radius: 3px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-right: 2em;
  padding: 0.3em 0.8em;
  background: #fff;
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item .bodyArea .job {
    font-size: 1.3rem;
  }
}
.lower-interview_l .interviews__item .bodyArea .copy {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.65;
  margin-bottom: 0.7em;
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item .bodyArea .copy {
    font-size: 1.8rem;
  }
}
.lower-interview_l .interviews__item .bodyArea .copy::before {
  content: "";
  display: block;
  background: url(../img/interview/interview_deco.png) center center/contain no-repeat;
  width: 2.2em;
  aspect-ratio: 44/32;
  position: absolute;
  z-index: -1;
  top: -0.7em;
  left: -1em;
}
.lower-interview_l .interviews__item .bodyArea .name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #505050;
}
.lower-interview_l .interviews__item .bodyArea .name small {
  font-size: 0.8em;
  margin-left: 0.3em;
}
.lower-interview_l .interviews__item .bodyArea .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 5px;
}
.lower-interview_l .interviews__item .bodyArea .data {
  position: relative;
  top: 3px;
  font-size: 0.9em;
  font-weight: bold;
  color: rgba(80, 80, 80, 0.8);
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item .bodyArea .data {
    top: 8px;
  }
}
.lower-interview_l .interviews__item .bodyArea .data span:nth-child(n+2)::before {
  content: "/";
  margin: 0 0.4em 0 0.2em;
}

/* ============================================
// インタビュー詳細ページ
// ==========================================*/
.lower-interview_d .interview__container {
  padding-block: 200px 100px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__container {
    padding-block: 50px 70px;
  }
}
.lower-interview_d .interview {
  /*------------------------------
    メインエリア
  ------------------------------*/
  /*------------------------------
    入社のきっかけ
  ------------------------------*/
  /*------------------------------
    インタビューコンテンツ（通常）
  ------------------------------*/
  /*------------------------------
    インタビューコンテンツ（対話形式）
  ------------------------------*/
  /*------------------------------
    一日の流れ
  ------------------------------*/
  /*------------------------------
    メッセージ
  ------------------------------*/
  /*------------------------------
    戻るボタン／取材日
  ------------------------------*/
}
.lower-interview_d .interview__main {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5.5%;
  padding-top: 20px;
  max-width: 1200px;
  margin-inline: auto;
}
.lower-interview_d .interview__main__outer {
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
}
.lower-interview_d .interview__main__outer .rotate-img {
  position: absolute;
  z-index: 0;
}
.lower-interview_d .interview__main__outer .rotate-img.-deco1 {
  left: -15%;
  bottom: 100px;
  width: 488px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__outer .rotate-img.-deco1 {
    width: 180px;
    bottom: 0;
    left: -20%;
  }
}
.lower-interview_d .interview__main__outer .rotate-img.-deco2 {
  right: -3%;
  top: -10%;
  width: 380px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__outer .rotate-img.-deco2 {
    width: 180px;
    right: -15%;
  }
}
.lower-interview_d .interview__main__outer .rotate-img img {
  position: absolute;
  width: 100%;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main {
    display: block;
    padding-top: 0;
  }
}
.lower-interview_d .interview__main::before {
  content: "INTERVIEW";
  position: absolute;
  z-index: -1;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: -80px;
  white-space: nowrap;
  font-size: 16rem;
  font-weight: 200;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #fff;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main::before {
    font-size: min(12vw, 16rem);
    margin-bottom: -10px;
  }
}
.lower-interview_d .interview__main .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  aspect-ratio: 575/385;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .imgArea {
    margin: 0 0 1.5em;
  }
}
.lower-interview_d .interview__main .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 20px;
}
.lower-interview_d .interview__main .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: -0.5em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea {
    margin-top: 0;
  }
}
.lower-interview_d .interview__main .txtArea .copy {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 1em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea .copy {
    font-size: 1.5em;
  }
}
.lower-interview_d .interview__main .txtArea .copy::before {
  content: "";
  display: block;
  background: url(../img/interview/interview_deco.png) center center/contain no-repeat;
  width: 1.65625em;
  aspect-ratio: 53/38;
  position: absolute;
  z-index: -1;
  top: -0.1em;
  left: -0.8em;
}
.lower-interview_d .interview__main .txtArea .job {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: bold;
  color: #3dd0dc;
  border: 1px solid;
  border-radius: 3px;
  line-height: 1.4;
  margin-bottom: 0.5em;
  padding: 0.4em 0.8em;
  background: #fff;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea .job {
    font-size: 1.3 rem;
  }
}
.lower-interview_d .interview__main .txtArea .name {
  font-size: 1.8rem;
  font-weight: 700;
}
.lower-interview_d .interview__main .txtArea .name small {
  font-size: 0.65em;
  margin-left: 0.3em;
}
.lower-interview_d .interview__main .txtArea .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 5px;
}
.lower-interview_d .interview__main .txtArea .data {
  position: relative;
  top: 3px;
  font-size: 0.9em;
  font-weight: bold;
  color: rgba(80, 80, 80, 0.8);
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea .data {
    top: 8px;
  }
}
.lower-interview_d .interview__main .txtArea .data span:nth-child(n+2)::before {
  content: "/";
  margin: 0 0.4em 0 0.2em;
}
.lower-interview_d .interview__main .txtArea .profile {
  margin-top: 1.5em;
}
.lower-interview_d .interview__main .txtArea .profile .hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  font-size: 1.15em;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
}
.lower-interview_d .interview__main .txtArea .profile .hd::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-top: 2px dotted #505050;
  opacity: 0.3;
}
.lower-interview_d .interview__trigger {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  margin-top: 3em;
  padding: 3% 4% 3%;
  max-width: 1200px;
  margin-inline: auto;
  border-radius: 15px;
}
.lower-interview_d .interview__trigger__outer {
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__trigger {
    margin-top: 5em;
    padding: 30px 7%;
    border-left: none;
    border-right: none;
  }
}
.lower-interview_d .interview__trigger .hd {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.3em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__trigger .hd {
    font-size: 1.8rem;
  }
}
.lower-interview_d .interview__trigger .hd::after {
  content: "";
  display: block;
  background: url(../img/common/ico_commonTitle.png) center center/contain no-repeat;
  width: 33px;
  height: 7px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__trigger .hd::after {
    width: 25px;
  }
}
.lower-interview_d .interview__topics {
  margin-top: 50px;
  max-width: 1100px;
  margin-inline: auto;
}
.lower-interview_d .interview__topics__outer {
  position: relative;
  z-index: 5;
  margin-top: 70px;
  padding-left: 5%;
  padding-right: 5%;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__outer {
    margin-top: 70px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics {
    margin-top: 30px;
  }
}
.lower-interview_d .interview__topics__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5%;
  counter-increment: topic-num;
}
.lower-interview_d .interview__topics__item:not(:first-child) {
  margin-top: 70px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item:not(:first-child) {
    margin-top: 30px;
  }
}
.lower-interview_d .interview__topics__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.lower-interview_d .interview__topics__item:nth-child(even) .imgArea::before {
  left: 10px;
  right: 0;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item:nth-child(even) .imgArea::before {
    left: 5px;
    right: 0;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item {
    display: block;
    padding: 0;
    border-bottom: none;
  }
}
@media (min-width: 835px) {
  .lower-interview_d .interview__topics__item:first-child {
    padding-top: 0;
  }
  .lower-interview_d .interview__topics__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item:last-child {
    margin-bottom: 0;
  }
}
.lower-interview_d .interview__topics__item .imgArea {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38.183%;
          flex: 0 0 38.183%;
  aspect-ratio: 420/300;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .imgArea {
    margin-bottom: 30px;
  }
}
.lower-interview_d .interview__topics__item .imgArea::before {
  content: "";
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgb(180, 248, 200)), color-stop(80%, rgb(160, 231, 229)));
  background: linear-gradient(360deg, rgb(180, 248, 200) 20%, rgb(160, 231, 229) 80%);
  width: 100%;
  height: 100%;
  top: 10px;
  right: 10px;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .imgArea::before {
    top: 5px;
    right: 5px;
  }
}
.lower-interview_d .interview__topics__item .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 15px;
}
.lower-interview_d .interview__topics__item .txtArea {
  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;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-interview_d .interview__topics__item .txtArea .lead {
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .txtArea .lead {
    font-size: 2.2rem;
  }
}
.lower-interview_d .interview__topics__item .txtArea .lead::before {
  content: counter(topic-num, decimal-leading-zero);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin-top: -0.6em;
  margin-left: -0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 6rem;
  font-weight: 200;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  opacity: 0.1;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .txtArea .lead::before {
    font-size: 4rem;
    margin-left: -0.2em;
  }
}
.lower-interview_d .interview__talk {
  position: relative;
  z-index: 5;
  max-width: 1120px;
  margin: 80px auto 0;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__talk {
    max-width: inherit;
    margin-top: 48px;
  }
}
.lower-interview_d .interview__talk__item {
  counter-increment: talk-num;
  margin-bottom: 2.5em;
}
.lower-interview_d .interview__talk__item:last-child {
  margin-bottom: 0;
}
.lower-interview_d .interview__talk__item .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-bottom: 1.2em;
  padding-right: 130px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__talk__item .question {
    gap: 15px;
    padding-right: 0;
  }
}
.lower-interview_d .interview__talk__item .question .img {
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__talk__item .question .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
  }
}
.lower-interview_d .interview__talk__item .question .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.lower-interview_d .interview__talk__item .question .txt {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.7;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__talk__item .question .txt {
    font-size: 1.15em;
  }
}
.lower-interview_d .interview__talk__item .question .txt::before {
  content: "Q " counter(talk-num, decimal-leading-zero);
  display: block;
  font-size: 0.7em;
  color: #3dd0dc;
}
.lower-interview_d .interview__talk__item .answer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__talk__item .answer {
    display: block;
    padding-right: 10px;
  }
}
.lower-interview_d .interview__talk__item .answer .img {
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__talk__item .answer .img {
    width: 50px;
    position: absolute;
    z-index: 1;
    right: -10px;
    top: -10px;
  }
}
.lower-interview_d .interview__talk__item .answer .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.lower-interview_d .interview__talk__item .answer .txt {
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 2.2em 3em;
  background: #f5f5f5;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__talk__item .answer .txt {
    padding: 1.8em 2em;
  }
}
@media (min-width: 835px) {
  .lower-interview_d .interview__talk__item .answer .txt::before {
    content: "";
    aspect-ratio: 1/1;
    width: 1em;
    position: absolute;
    right: 1px;
    top: calc(55px - 0.5em);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background: #f5f5f5;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}
.lower-interview_d .interview__schedule {
  position: relative;
  z-index: 5;
  margin-top: 100px;
  max-width: 1100px;
  margin-inline: auto;
}
.lower-interview_d .interview__schedule__outer {
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
}
.lower-interview_d .interview__schedule__outer .rotate-img {
  position: absolute;
  z-index: 0;
}
.lower-interview_d .interview__schedule__outer .rotate-img.-deco1 {
  right: -15%;
  top: -200px;
  width: 488px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule__outer .rotate-img.-deco1 {
    width: 180px;
    top: -30px;
    right: -20%;
  }
}
.lower-interview_d .interview__schedule__outer .rotate-img img {
  position: absolute;
  width: 100%;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule {
    margin-top: 48px;
  }
}
.lower-interview_d .interview__schedule .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4em;
  font-weight: 700;
  margin-bottom: 2em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .title {
    margin-bottom: 1.5em;
  }
}
.lower-interview_d .interview__schedule .title .eng {
  font-size: 2.4em;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .title .eng {
    font-size: 1.8em;
  }
}
.lower-interview_d .interview__schedule .body {
  background: #ffffff;
  margin-top: 50px;
  border-radius: 25px;
  padding: 50px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .body {
    padding: 20px 0;
    margin-top: 30px;
    border-radius: 15px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  }
}
.lower-interview_d .interview__schedule .timeline {
  position: relative;
  max-width: 1000px;
  margin-inline: auto;
  z-index: 1;
}
.lower-interview_d .interview__schedule .timeline::before {
  content: "";
  width: 1px;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 150px;
  background: #3dd0dc;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline::before {
    left: 20px;
  }
}
.lower-interview_d .interview__schedule .timeline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item {
    display: block;
    padding: 0.7em 0;
  }
}
.lower-interview_d .interview__schedule .timeline__item:first-child .timeArea::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-right: -3px;
  margin-bottom: -1em;
  width: 5px;
  height: 40px;
  background-color: #fff;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item:first-child .timeArea::before {
    content: none;
  }
}
.lower-interview_d .interview__schedule .timeline__item:last-child .timeArea::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 20px;
  margin-right: -3px;
  width: 5px;
  height: 100%;
  background-color: #fff;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item:last-child .timeArea::before {
    content: none;
  }
}
.lower-interview_d .interview__schedule .timeline__item .timeArea {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  font-size: 1.1875em;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item .timeArea {
    display: block;
    font-size: 1em;
    margin-bottom: 0.2em;
    padding-left: 40px;
  }
}
.lower-interview_d .interview__schedule .timeline__item .timeArea::after {
  content: "";
  aspect-ratio: 1/1;
  width: 0.9em;
  position: absolute;
  right: 0;
  top: 0.3em;
  border-radius: 50%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item .timeArea::after {
    right: inherit;
    left: 20px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.lower-interview_d .interview__schedule .timeline__item .timeArea::after {
  background: #3dd0dc;
  -webkit-transform: translate(50%, 0) scale(0.7);
          transform: translate(50%, 0) scale(0.7);
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item .timeArea::after {
    -webkit-transform: translate(-50%, 0) scale(0.5);
            transform: translate(-50%, 0) scale(0.5);
  }
}
.lower-interview_d .interview__schedule .timeline__item .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item .txtArea {
    padding-left: 40px;
    padding-right: 20px;
  }
}
.lower-interview_d .interview__schedule .timeline__item .txtArea .hd {
  font-size: 1.1875em;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item .txtArea .hd {
    font-size: 1.125em;
  }
}
.lower-interview_d .interview__schedule .timeline__item .txtArea .txt {
  margin-top: 0.25em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item .txtArea .txt {
    font-size: 0.95em;
  }
}
.lower-interview_d .interview__message {
  position: relative;
  z-index: 5;
  margin-top: 90px;
  max-width: 1100px;
  margin-inline: auto;
}
.lower-interview_d .interview__message__outer {
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
}
.lower-interview_d .interview__message__outer .rotate-img {
  position: absolute;
  z-index: 0;
}
.lower-interview_d .interview__message__outer .rotate-img.-deco1 {
  top: -250px;
  left: -15%;
  width: 380px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message__outer .rotate-img.-deco1 {
    width: 180px;
    top: -150px;
    left: -15%;
  }
}
.lower-interview_d .interview__message__outer .rotate-img img {
  position: absolute;
  width: 100%;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message {
    margin-top: 48px;
  }
}
.lower-interview_d .interview__message .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4em;
  font-weight: 700;
  margin-bottom: 2em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .title {
    margin-bottom: 1.5em;
  }
}
.lower-interview_d .interview__message .title .eng {
  font-size: 2.4em;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .title .eng {
    font-size: 1.8em;
  }
}
.lower-interview_d .interview__message .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
}
@media (min-width: 835px) {
  .lower-interview_d .interview__message .body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .body {
    display: block;
  }
}
.lower-interview_d .interview__message .body .imgArea {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25.4%;
          flex: 0 0 25.4%;
  aspect-ratio: 1/1;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .body .imgArea {
    width: 50%;
    max-width: 240px;
    margin: 0 auto 15px;
  }
}
.lower-interview_d .interview__message .body .imgArea::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 15px;
  left: 15px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(251, 156, 163)), to(rgb(255, 230, 175)));
  background: linear-gradient(360deg, rgb(251, 156, 163) 0%, rgb(255, 230, 175) 100%);
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .body .imgArea::before {
    top: 5px;
    left: 5px;
  }
}
.lower-interview_d .interview__message .body .imgArea img {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.lower-interview_d .interview__message .body .txtArea {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 3.5em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .body .txtArea {
    padding: 0;
  }
}
.lower-interview_d .interview__message .body .txtArea .commonTitle {
  margin-bottom: 1em;
}
.lower-interview_d .interview__bottom {
  margin-top: 90px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__bottom {
    margin-top: 48px;
  }
}
.lower-interview_d .interview__bottom .backBtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.lower-interview_d .interview__bottom .backBtn a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  color: #ffffff;
  padding: 1em 2em;
  background: #3dd0dc;
  border-radius: 500px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__bottom .backBtn a {
    min-width: 240px;
    margin: 0 auto;
  }
}
.lower-interview_d .interview__bottom .backBtn a::before {
  content: "";
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
  width: 1em;
  background: #ffffff;
  -webkit-mask: url(../img/blog/arrow.svg) center center/contain no-repeat;
          mask: url(../img/blog/arrow.svg) center center/contain no-repeat;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-interview_d .interview__bottom .backBtn a span {
  margin: 0 auto;
  padding: 0 2em;
}
@media (any-hover: hover) {
  .lower-interview_d .interview__bottom .backBtn a:hover {
    background: rgba(61, 208, 220, 0.8);
  }
  .lower-interview_d .interview__bottom .backBtn a:hover::before {
    -webkit-transform: scaleX(-1) translate(4px, 0);
            transform: scaleX(-1) translate(4px, 0);
  }
}
.lower-interview_d .interview__bottom .commonBtn.-back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.lower-interview_d .interview__bottom .date {
  display: block;
  text-align: center;
  font-size: 0.9em;
  color: rgba(80, 80, 80, 0.8);
  margin-top: 1.5em;
}

/* ============================================
// 新卒採用 ページ
// ==========================================*/
.lower-newgraduate .newgraduate__container {
  position: relative;
  padding-top: 30px;
  padding-bottom: 100px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate__container {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
.lower-newgraduate .rotate-img {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.lower-newgraduate .rotate-img img {
  position: absolute;
  width: 100%;
}
.lower-newgraduate .anchor {
  position: relative;
}
.lower-newgraduate .anchor .list {
  max-width: 800px;
  margin-inline: auto;
}
.lower-newgraduate .newgraduate_description {
  position: relative;
  padding-top: 120px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_description {
    padding-top: 60px;
  }
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_description .description_inner {
    padding-inline: 5%;
  }
}
.lower-newgraduate .newgraduate_description .description__list__item {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_description .description__list__item {
    border-radius: 10px;
  }
}
.lower-newgraduate .newgraduate_description .description__list__item:not(:first-child) {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_description .description__list__item:not(:first-child) {
    margin-top: 10px;
  }
}
.lower-newgraduate .newgraduate_description .description__list__item .ttlArea {
  position: relative;
  z-index: 1;
  padding: 50px 100px 50px 50px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6%;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_description .description__list__item .ttlArea {
    padding: 15px 45px 15px 15px;
    gap: 5%;
  }
}
@media (any-hover: hover) {
  .lower-newgraduate .newgraduate_description .description__list__item .ttlArea:hover {
    opacity: 0.7;
  }
}
.lower-newgraduate .newgraduate_description .description__list__item .ttlArea .toggleIco {
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  aspect-ratio: 1/1;
  background-color: #505050;
  border-radius: 50%;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_description .description__list__item .ttlArea .toggleIco {
    width: 20px;
    right: 15px;
  }
}
.lower-newgraduate .newgraduate_description .description__list__item .ttlArea .toggleIco::before, .lower-newgraduate .newgraduate_description .description__list__item .ttlArea .toggleIco::after {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_description .description__list__item .ttlArea .toggleIco::before, .lower-newgraduate .newgraduate_description .description__list__item .ttlArea .toggleIco::after {
    width: 7px;
  }
}
.lower-newgraduate .newgraduate_description .description__list__item .ttlArea .toggleIco::after {
  -webkit-transform: translate(50%, -50%) rotate(90deg);
          transform: translate(50%, -50%) rotate(90deg);
}
.lower-newgraduate .newgraduate_description .description__list__item .ttlArea .img {
  max-width: 290px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_description .description__list__item .ttlArea .img {
    border-radius: 5px;
  }
}
.lower-newgraduate .newgraduate_description .description__list__item .ttlArea .img img {
  aspect-ratio: 580/380;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lower-newgraduate .newgraduate_description .description__list__item .ttlArea .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_description .description__list__item .ttlArea .ttl {
    font-size: 1.4rem;
  }
}
.lower-newgraduate .newgraduate_description .description__list__item .ttlArea .ttl_year {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 10px;
  position: relative;
  font-size: 0.7857142857em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.3em;
}
.lower-newgraduate .newgraduate_description .description__list__item .ttlArea .ttl_year::after {
  content: "";
  display: block;
  background: url(../img/common/ico_commonTitle.png) center center/contain no-repeat;
  width: 1.2em;
  aspect-ratio: 33/7;
}
.lower-newgraduate .newgraduate_description .description__list__item .ttlArea .ttl_text {
  line-height: 1.5;
}
.lower-newgraduate .newgraduate_description .description__list__item .txtArea {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding-block: 0;
}
.lower-newgraduate .newgraduate_description .description__list__item .txtArea__inner {
  overflow-y: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  margin-inline: auto;
  width: 100%;
}
@media (min-width: 835px) {
  .lower-newgraduate .newgraduate_description .description__list__item .txtArea__inner {
    width: calc(100% - 200px);
  }
}
.lower-newgraduate .newgraduate_description .description__list__item .txtArea__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #e5e5e5;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_description .description__list__item .txtArea__list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lower-newgraduate .newgraduate_description .description__list__item .txtArea__list__item .term {
  font-weight: bold;
  letter-spacing: 0.075em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
  padding: 15px 20px 15px 0;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_description .description__list__item .txtArea__list__item .term {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 15px 15px 0 15px;
  }
  .lower-newgraduate .newgraduate_description .description__list__item .txtArea__list__item .term br {
    display: none;
  }
}
.lower-newgraduate .newgraduate_description .description__list__item .txtArea__list__item .desc {
  letter-spacing: 0.075em;
  padding: 15px 20px 15px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_description .description__list__item .txtArea__list__item .desc {
    margin-top: 5px;
    padding: 0 15px 15px 15px;
  }
}
.lower-newgraduate .newgraduate_description .description__list__item .txtArea__list__item .desc a {
  color: #047ed9;
}
.lower-newgraduate .newgraduate_description .description__list__item .txtArea__data {
  font-size: 1.2rem;
  margin-top: 20px;
  text-align: right;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_description .description__list__item .txtArea__data {
    margin-top: 0px;
    font-size: 1rem;
    padding: 20px;
  }
}
.lower-newgraduate .newgraduate_description .description__list__item.-open .ttlArea {
  background-color: #fefcf4;
}
.lower-newgraduate .newgraduate_description .description__list__item.-open .ttlArea .toggleIco::before {
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
          transform: translate(50%, -50%) rotate(-45deg);
}
.lower-newgraduate .newgraduate_description .description__list__item.-open .ttlArea .toggleIco::after {
  -webkit-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
}
.lower-newgraduate .newgraduate_description .description__list__item.-open .txtArea {
  grid-template-rows: 1fr;
}
@media (min-width: 835px) {
  .lower-newgraduate .newgraduate_description .description__list__item.-open .txtArea {
    padding-block: 50px;
  }
}
.lower-newgraduate .newgraduate_description .rotate-img.-deco1 {
  left: -10%;
  top: -100px;
  width: 488px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_description .rotate-img.-deco1 {
    width: 180px;
    top: -30px;
    left: -20%;
  }
}
.lower-newgraduate .newgraduate_description .rotate-img.-deco2 {
  right: -10%;
  bottom: 440px;
  width: 547px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_description .rotate-img.-deco2 {
    width: 220px;
    bottom: 160px;
    right: -28%;
  }
}
.lower-newgraduate .newgraduate_selection {
  position: relative;
  padding-top: 120px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_selection {
    padding-top: 60px;
  }
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_selection .section_inner {
    padding-inline: 5%;
  }
}
.lower-newgraduate .newgraduate_selection .selection_flow {
  position: relative;
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_selection .selection_flow {
    margin-top: 20px;
  }
}
.lower-newgraduate .newgraduate_selection .selection_flow .flowList {
  position: relative;
}
.lower-newgraduate .newgraduate_selection .selection_flow .flowList::before {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  left: 50px;
  width: 2px;
  height: calc(100% - 80px);
  height: calc(100% - 40px);
  background-color: #e5e5e5;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_selection .selection_flow .flowList::before {
    top: 30px;
    left: 20px;
    height: calc(100% - 30px);
  }
}
.lower-newgraduate .newgraduate_selection .selection_flow .flowList_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  counter-increment: mycounter;
  gap: 60px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_selection .selection_flow .flowList_item {
    gap: 20px;
  }
}
.lower-newgraduate .newgraduate_selection .selection_flow .flowList_item .num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-block: 30px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_selection .selection_flow .flowList_item .num {
    margin-left: -5px;
    padding-block: 20px;
  }
}
.lower-newgraduate .newgraduate_selection .selection_flow .flowList_item .num span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  width: 90px;
  height: 90px;
  color: #fff;
  border-radius: 50%;
  background: #3dd0dc;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_selection .selection_flow .flowList_item .num span {
    gap: 1px;
    width: 50px;
    height: 50px;
  }
}
.lower-newgraduate .newgraduate_selection .selection_flow .flowList_item .num span::before {
  content: "FLOW";
  font-size: 1.2rem;
  font-weight: normal;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_selection .selection_flow .flowList_item .num span::before {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
.lower-newgraduate .newgraduate_selection .selection_flow .flowList_item .num span::after {
  content: counter(mycounter, decimal-leading-zero);
  font-size: 3rem;
  font-weight: 300;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_selection .selection_flow .flowList_item .num span::after {
    font-size: 2rem;
  }
}
.lower-newgraduate .newgraduate_selection .selection_flow .flowList_item .contents {
  gap: 5%;
  position: relative;
  border-bottom: 2px dashed #e5e5e5;
  padding-block: 30px;
}
@media (min-width: 835px) {
  .lower-newgraduate .newgraduate_selection .selection_flow .flowList_item .contents {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_selection .selection_flow .flowList_item .contents {
    border-width: 1px;
    padding-block: 20px;
  }
}
.lower-newgraduate .newgraduate_selection .selection_flow .flowList_item .contents .heading {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
.lower-newgraduate .newgraduate_selection .selection_flow .flowList_item .contents .heading .shd {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_selection .selection_flow .flowList_item .contents .heading .shd {
    font-size: 1.8rem;
  }
}
@media (min-width: 835px) {
  .lower-newgraduate .newgraduate_selection .selection_flow .flowList_item .contents .body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 65%;
            flex: 1 1 65%;
  }
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_selection .selection_flow .flowList_item .contents .body {
    margin-top: 5px;
  }
}
.lower-newgraduate .newgraduate_selection .rotate-img.-deco1 {
  left: -10%;
  bottom: 200px;
  width: 360px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_selection .rotate-img.-deco1 {
    width: 160px;
    bottom: 60px;
    left: -20%;
  }
}
.lower-newgraduate .newgraduate_offer {
  position: relative;
  padding-top: 120px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_offer {
    padding-top: 60px;
  }
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_offer .offer_inner {
    padding-inline: 5%;
  }
}
.lower-newgraduate .newgraduate_offer .offer_flow {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_offer .offer_flow {
    margin-top: 20px;
  }
}
.lower-newgraduate .newgraduate_offer .offer__list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 50px 60px;
  gap: 5%;
  background: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_offer .offer__list__item {
    border-radius: 15px;
    padding: 25px 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.lower-newgraduate .newgraduate_offer .offer__list__item:not(:first-child) {
  margin-top: 60px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_offer .offer__list__item:not(:first-child) {
    margin-top: 40px;
  }
}
.lower-newgraduate .newgraduate_offer .offer__list__item:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-mask: url(../img/common/ico-arrow-double.png) no-repeat center center/contain;
          mask: url(../img/common/ico-arrow-double.png) no-repeat center center/contain;
  background-color: #f6799c;
  aspect-ratio: 36/53;
  width: 18px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_offer .offer__list__item:not(:first-child)::before {
    margin-bottom: 12px;
    width: 10px;
  }
}
.lower-newgraduate .newgraduate_offer .offer__list__item .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-line-pack: center;
      align-content: center;
}
.lower-newgraduate .newgraduate_offer .offer__list__item .txtArea__list .tarm {
  font-size: 2.4rem;
  font-weight: bold;
  color: #f6799c;
  letter-spacing: 0.075em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_offer .offer__list__item .txtArea__list .tarm {
    font-size: 1.8rem;
  }
}
.lower-newgraduate .newgraduate_offer .offer__list__item .txtArea__list .tarm .num {
  display: block;
  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;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  color: #fff;
  background-color: #f6799c;
  width: 68px;
  height: 60px;
  margin-right: 12px;
  border-radius: 25px 0 25px 0;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_offer .offer__list__item .txtArea__list .tarm .num {
    width: 58px;
    height: 50px;
    font-size: 1.8rem;
    border-radius: 15px 0 15px 0;
  }
}
.lower-newgraduate .newgraduate_offer .offer__list__item .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.334%;
          flex: 0 0 23.334%;
  margin-left: auto;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_offer .offer__list__item .imgArea {
    margin-bottom: 15px;
    margin-inline: auto;
  }
}
.lower-newgraduate .newgraduate_offer .offer__list__item .imgArea img {
  aspect-ratio: 252/168;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lower-newgraduate .newgraduate_offer .rotate-img.-deco1 {
  right: -10%;
  bottom: 300px;
  width: 488px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_offer .rotate-img.-deco1 {
    width: 180px;
    bottom: 100px;
    right: -20%;
  }
}
.lower-newgraduate .newgraduate_career {
  position: relative;
  padding-top: 120px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_career {
    padding-top: 60px;
  }
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_career .career_inner {
    padding-inline: 5%;
  }
}
.lower-newgraduate .newgraduate_career .career_contents {
  position: relative;
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_career .career_contents {
    margin-top: 20px;
  }
}
.lower-newgraduate .newgraduate_career .career_contents .shd {
  background-color: #3dd0dc;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  padding: 0.6em 2em;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_career .career_contents .shd {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}
.lower-newgraduate .newgraduate_career .career_contents_image {
  position: relative;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_career .career_contents_image::after {
    content: "▲左右にスクロールできます▲";
    position: relative;
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    color: #f6799c;
    text-align: center;
    margin-top: 10px;
  }
}
.lower-newgraduate .newgraduate_career .career_contents_image .imgWrap {
  position: relative;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_career .career_contents_image .imgWrap {
    overflow-x: auto;
    overflow-y: hidden;
    max-width: calc(100% + 10vw);
    margin-inline: -5vw;
  }
}
.lower-newgraduate .newgraduate_career .career_contents_image .img {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_career .career_contents_image .img {
    padding-inline: 5%;
  }
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_career .career_contents_image .img img {
    max-width: none;
    width: 600px;
  }
}
.lower-newgraduate .newgraduate_career .career_contents_intro {
  position: relative;
  max-width: 1100px;
  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;
  margin-inline: auto;
  padding: 40px 0;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_career .career_contents_intro {
    padding: 20px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.lower-newgraduate .newgraduate_career .career_contents_intro .copy {
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 1em;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_career .career_contents_intro .copy {
    font-size: 2.1rem;
  }
}
.lower-newgraduate .newgraduate_career .career_contents_timeline {
  position: relative;
  max-width: 1100px;
  margin-inline: auto;
  background-color: #fafafa;
  border-radius: 25px;
  margin-top: 40px;
  padding: 35px 20px;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_career .career_contents_timeline {
    border-radius: 15px;
    margin-top: 20px;
    padding: 20px 0;
  }
}
.lower-newgraduate .newgraduate_career .career_contents_timeline .timeline {
  position: relative;
}
.lower-newgraduate .newgraduate_career .career_contents_timeline .timeline::before {
  content: "";
  width: 1px;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 39px;
  background: #3dd0dc;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_career .career_contents_timeline .timeline::before {
    left: 20px;
  }
}
.lower-newgraduate .newgraduate_career .career_contents_timeline .timeline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_career .career_contents_timeline .timeline__item {
    display: block;
    padding: 0.7em 0;
  }
}
.lower-newgraduate .newgraduate_career .career_contents_timeline .timeline__item:first-child .timeArea::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-right: -3px;
  margin-bottom: -10px;
  width: 5px;
  height: 40px;
  background-color: #fafafa;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_career .career_contents_timeline .timeline__item:first-child .timeArea::before {
    right: auto;
    left: 18px;
  }
}
.lower-newgraduate .newgraduate_career .career_contents_timeline .timeline__item:last-child .timeArea::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 15px;
  margin-right: -3px;
  width: 5px;
  height: calc(100% + 5px);
  background-color: #fafafa;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_career .career_contents_timeline .timeline__item:last-child .timeArea::before {
    content: none;
  }
}
.lower-newgraduate .newgraduate_career .career_contents_timeline .timeline__item .timeArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  padding-right: 40px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_career .career_contents_timeline .timeline__item .timeArea {
    display: block;
    font-size: 1em;
    margin-bottom: 0.2em;
    padding-left: 40px;
  }
}
.lower-newgraduate .newgraduate_career .career_contents_timeline .timeline__item .timeArea::after {
  content: "";
  aspect-ratio: 1/1;
  width: 9px;
  position: absolute;
  right: 0;
  top: 7px;
  border-radius: 50%;
  background: #3dd0dc;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_career .career_contents_timeline .timeline__item .timeArea::after {
    right: inherit;
    left: 21px;
    -webkit-transform: translate(-50%, 0) scale(0.8);
            transform: translate(-50%, 0) scale(0.8);
  }
}
.lower-newgraduate .newgraduate_career .career_contents_timeline .timeline__item .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_career .career_contents_timeline .timeline__item .txtArea {
    padding-left: 40px;
    padding-right: 20px;
  }
}
.lower-newgraduate .newgraduate_career .career_contents_timeline .timeline__item .txtArea .hd {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_career .career_contents_timeline .timeline__item .txtArea .hd {
    font-size: 1.125em;
  }
}
.lower-newgraduate .newgraduate_career .career_contents_timeline .timeline__item .txtArea .txt {
  margin-top: 0.25em;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_career .career_contents_timeline .timeline__item .txtArea .txt {
    font-size: 0.95em;
  }
}
.lower-newgraduate .newgraduate_career .career_contents_case {
  position: relative;
  max-width: 1100px;
  margin-inline: auto;
  background-color: #fafafa;
  border-radius: 25px;
  margin-top: 40px;
  padding: 48px 48px 24px;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_career .career_contents_case {
    border-radius: 15px;
    margin-top: 20px;
    padding: 32px 7% 16px;
  }
}
.lower-newgraduate .newgraduate_career .career_contents_case .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 2.2rem;
  font-weight: 700;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_career .career_contents_case .ttl {
    font-size: 1.8rem;
    padding-left: 0.5em;
  }
}
.lower-newgraduate .newgraduate_career .career_contents_case .ttl::after {
  content: "";
  display: block;
  background: url(../img/common/ico_commonTitle.png) center center/contain no-repeat;
  width: 33px;
  height: 7px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_career .career_contents_case .ttl::after {
    width: 25px;
  }
}
.lower-newgraduate .newgraduate_career .career_contents_case .cases_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px 30px;
  padding: 30px 16px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_career .career_contents_case .cases_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 24px 10px;
  }
}
.lower-newgraduate .newgraduate_career .career_contents_case .cases_item:last-child {
  border-bottom: none;
}
.lower-newgraduate .newgraduate_career .career_contents_case .cases_item .iconArea {
  width: 48px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
}
.lower-newgraduate .newgraduate_career .career_contents_case .cases_item .iconArea::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background: #000;
  -webkit-mask: url(../img/newgraduate/ico_people.png) center center/cover no-repeat;
          mask: url(../img/newgraduate/ico_people.png) center center/cover no-repeat;
}
.lower-newgraduate .newgraduate_career .career_contents_case .cases_item .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_career .career_contents_case .cases_item .txtArea .hd {
    margin-bottom: 0.3em;
  }
}
.lower-newgraduate .newgraduate_career .career_contents_case .cases_item .txtArea .hd b {
  font-size: 1.8rem;
  margin-right: 0.5em;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_career .career_contents_case .cases_item .txtArea .hd b {
    font-size: 1.6rem;
  }
}
.lower-newgraduate .newgraduate_career .career_contents_case .cases_item:nth-child(3n+1) .iconArea::before {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #f5a7d7), to(#f8e295));
  background-image: linear-gradient(0deg, #f5a7d7 50%, #f8e295);
}
.lower-newgraduate .newgraduate_career .career_contents_case .cases_item:nth-child(3n+2) .iconArea::before {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #b8cefc), to(#f0c8f8));
  background-image: linear-gradient(0deg, #b8cefc 50%, #f0c8f8);
}
.lower-newgraduate .newgraduate_career .career_contents_case .cases_item:nth-child(3n+3) .iconArea::before {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #a0e7e5), to(#b4f8c8));
  background-image: linear-gradient(0deg, #a0e7e5 50%, #b4f8c8);
}
.lower-newgraduate .newgraduate_career .rotate-img.-deco1 {
  left: -10%;
  bottom: 300px;
  width: 337px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_career .rotate-img.-deco1 {
    width: 150px;
    bottom: 100px;
    left: -20%;
  }
}
.lower-newgraduate .newgraduate_value {
  position: relative;
  z-index: 5;
  padding-top: 120px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_value {
    padding-top: 60px;
  }
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_value .value_inner {
    padding-block: 5%;
  }
}
.lower-newgraduate .newgraduate_value .value_contents {
  position: relative;
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_value .value_contents {
    margin-top: 20px;
  }
}
@media (min-width: 835px) {
  .lower-newgraduate .newgraduate_value .value_contents .valueList {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 0 3%;
  }
}
.lower-newgraduate .newgraduate_value .value_contents .valueList_item {
  position: relative;
  background: #fff;
  border-radius: 25px;
  padding: 50px;
  -webkit-box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_value .value_contents .valueList_item {
    border-radius: 15px;
    padding: 30px 7%;
  }
}
@media (min-width: 835px) {
  .lower-newgraduate .newgraduate_value .value_contents .valueList_item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
}
.lower-newgraduate .newgraduate_value .value_contents .valueList_item::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 10px;
  border-radius: 25px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #f5a7d7), to(#f8e295));
  background-image: linear-gradient(0deg, #f5a7d7 50%, #f8e295);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_value .value_contents .valueList_item::after {
    border-radius: 15px;
  }
}
.lower-newgraduate .newgraduate_value .value_contents .valueList_item:nth-child(3n+1):after {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #f5a7d7), to(#f8e295));
  background-image: linear-gradient(0deg, #f5a7d7 50%, #f8e295);
}
.lower-newgraduate .newgraduate_value .value_contents .valueList_item:nth-child(3n+2):after {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #b8cefc), to(#f0c8f8));
  background-image: linear-gradient(0deg, #b8cefc 50%, #f0c8f8);
}
.lower-newgraduate .newgraduate_value .value_contents .valueList_item:nth-child(3n+3):after {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #a0e7e5), to(#b4f8c8));
  background-image: linear-gradient(0deg, #a0e7e5 50%, #b4f8c8);
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_value .value_contents .valueList_item:not(:first-child) {
    margin-top: 20px;
  }
}
.lower-newgraduate .newgraduate_value .value_contents .valueList_item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_value .value_contents .valueList_item .img {
    margin-bottom: 20px;
  }
}
.lower-newgraduate .newgraduate_value .value_contents .valueList_item .img img {
  max-width: 100px;
  max-height: 100px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_value .value_contents .valueList_item .img img {
    max-width: 60px;
    max-height: 60px;
  }
}
.lower-newgraduate .newgraduate_value .value_contents .valueList_item .shd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_value .value_contents .valueList_item .shd {
    font-size: 1.8rem;
  }
}
.lower-newgraduate .newgraduate_value .value_contents .valueList_item .read {
  margin-top: 10px;
}
.lower-newgraduate .newgraduate_movie {
  position: relative;
  padding-top: 120px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_movie {
    padding-top: 60px;
  }
}
.lower-newgraduate .newgraduate_movie .movie_heading {
  position: relative;
  z-index: 5;
  margin-bottom: 70px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_movie .movie_heading {
    margin-bottom: 30px;
  }
}
.lower-newgraduate .newgraduate_movie .movie_contents {
  position: relative;
}
.lower-newgraduate .newgraduate_movie .movie_contents .movie {
  position: relative;
  z-index: 5;
  max-width: 760px;
  aspect-ratio: 16/9;
  margin-inline: auto;
  font-size: 0;
}
.lower-newgraduate .newgraduate_movie .movie_contents .movie:not(:first-child) {
  margin-top: 30px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_movie .movie_contents .movie:not(:first-child) {
    margin-top: 20px;
  }
}
.lower-newgraduate .newgraduate_movie .movie_contents .movie iframe {
  width: 100%;
  height: 100%;
}
.lower-newgraduate .newgraduate_movie .rotate-img.-deco1 {
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  math-depth: -10%;
  aspect-ratio: 770/711;
  width: 770px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_movie .rotate-img.-deco1 {
    width: 500px;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    right: -20%;
    left: auto;
  }
}
.lower-newgraduate .newgraduate_jobs {
  position: relative;
  padding-top: 120px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_jobs {
    padding-top: 60px;
  }
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_jobs .jobs_inner {
    padding-block: 5%;
  }
}
.lower-newgraduate .newgraduate_jobs .jobs_contents {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_jobs .jobs_contents {
    margin-top: 20px;
  }
}
.lower-newgraduate .newgraduate_jobs .jobs__list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 50px 60px;
  gap: 5%;
  background: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_jobs .jobs__list__item {
    border-radius: 15px;
    padding: 25px 7%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lower-newgraduate .newgraduate_jobs .jobs__list__item:not(:first-child) {
  margin-top: 60px;
}
.lower-newgraduate .newgraduate_jobs .jobs__list__item:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-mask: url(../img/common/ico-arrow-double.png) no-repeat center center/contain;
          mask: url(../img/common/ico-arrow-double.png) no-repeat center center/contain;
  background-color: #f6799c;
  aspect-ratio: 36/53;
  width: 18px;
}
.lower-newgraduate .newgraduate_jobs .jobs__list__item .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-line-pack: center;
      align-content: center;
}
.lower-newgraduate .newgraduate_jobs .jobs__list__item .txtArea__list .tarm {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #3dd0dc;
  letter-spacing: 0.075em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px dashed;
  margin-bottom: 0.5em;
  padding-bottom: 0.4em;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_jobs .jobs__list__item .txtArea__list .tarm {
    font-size: 2rem;
  }
}
.lower-newgraduate .newgraduate_jobs .jobs__list__item .txtArea__list .copy {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_jobs .jobs__list__item .txtArea__list .copy {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 5px;
  }
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_jobs .jobs__list__item .txtArea__list .desc {
    margin-top: 5px;
  }
}
.lower-newgraduate .newgraduate_jobs .jobs__list__item .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25.926%;
          flex: 0 0 25.926%;
  margin-left: auto;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_jobs .jobs__list__item .imgArea {
    margin-bottom: 16px;
    margin-inline: auto;
  }
}
.lower-newgraduate .newgraduate_jobs .jobs__list__item .imgArea img {
  aspect-ratio: 560/375;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lower-newgraduate .newgraduate_entry {
  position: relative;
  padding-top: 160px;
  padding-bottom: 100px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_entry {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
.lower-newgraduate .newgraduate_entry::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(../img/common/bg1.png) no-repeat center bottom/cover;
  margin-bottom: -100px;
  aspect-ratio: 1440/589;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_entry::before {
    margin-bottom: -50px;
  }
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_entry .entry_inner {
    padding-block: 5%;
  }
}
.lower-newgraduate .newgraduate_entry .entry_contents {
  position: relative;
  z-index: 10;
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_entry .entry_contents {
    margin-top: 20px;
  }
}
.lower-newgraduate .newgraduate_entry .entry_contents .btns {
  gap: 20px 20px;
}
@media (min-width: 835px) {
  .lower-newgraduate .newgraduate_entry .entry_contents .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 835px) {
  .lower-newgraduate .newgraduate_entry .entry_contents .btns_item {
    min-width: 400px;
  }
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_entry .entry_contents .btns_item {
    max-width: 300px;
    margin-inline: auto;
  }
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_entry .entry_contents .btns_item:not(:first-child) {
    margin-top: 10px;
  }
}
.lower-newgraduate .newgraduate_entry .entry_contents .btns_item a {
  position: relative;
  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;
  background-color: #3dd0dc;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  width: 100%;
  border-radius: 100px;
  line-height: 1.5;
  padding: 1.1em 2em;
}
@media (max-width: 834px) {
  .lower-newgraduate .newgraduate_entry .entry_contents .btns_item a {
    font-size: 1.6rem;
    padding: 1em;
  }
}
.lower-newgraduate .newgraduate_entry .entry_contents .btns_item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.6em;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/common/arrow.png) no-repeat center center/contain;
          mask: url(../img/common/arrow.png) no-repeat center center/contain;
  background-color: #fff;
}

.lower-facility_l .facility__container__inner {
  padding-top: 52px;
  padding-bottom: 140px;
}
@media (max-width: 834px) {
  .lower-facility_l .facility__container__inner {
    padding: 0 5% 56px;
  }
}
.lower-facility_l .facility__container .rotate-img {
  position: absolute;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  z-index: -1;
  pointer-events: none;
}
.lower-facility_l .facility__container .rotate-img.-deco1 {
  width: 481px;
  left: max(-16%, -230px);
  top: -70px;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-facility_l .facility__container .rotate-img.-deco1 {
    left: -30%;
  }
}
@media (max-width: 834px) {
  .lower-facility_l .facility__container .rotate-img.-deco1 {
    width: 180px;
    left: -18%;
    top: 20px;
  }
}
.lower-facility_l .facility__container .rotate-img.-deco2 {
  top: 24.5%;
  right: max(-24%, -300px);
  width: 547px;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-facility_l .facility__container .rotate-img.-deco2 {
    right: -30%;
  }
}
@media (max-width: 834px) {
  .lower-facility_l .facility__container .rotate-img.-deco2 {
    width: 180px;
    top: 29.3%;
    right: -20%;
  }
}
.lower-facility_l .facility__container .rotate-img.-deco3 {
  left: -8%;
  bottom: 27.7%;
  width: 336.5px;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-facility_l .facility__container .rotate-img.-deco3 {
    bottom: 25.5%;
  }
}
@media (max-width: 834px) {
  .lower-facility_l .facility__container .rotate-img.-deco3 {
    width: 180px;
    bottom: 3.3%;
  }
}
.lower-facility_l .facility__container .rotate-img img {
  position: absolute;
  width: 100%;
}
.lower-facility_l .facility__container .rotate-img .image1 {
  -webkit-animation: rotate1 80s linear infinite;
          animation: rotate1 80s linear infinite;
  opacity: 0.3;
}
.lower-facility_l .facility__container .rotate-img .image2 {
  -webkit-animation: rotate2 100s linear infinite;
          animation: rotate2 100s linear infinite;
  opacity: 0.3;
}
.lower-facility_l .facility__container .rotate-img .image3 {
  -webkit-animation: rotate3 200s linear infinite;
          animation: rotate3 200s linear infinite;
}
.lower-facility_l .facility__anchor .anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 20px;
}
@media (max-width: 834px) {
  .lower-facility_l .facility__anchor .anchors {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 8px;
  }
}
.lower-facility_l .facility__anchor .anchors__item a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 190px;
  width: 100%;
  color: #505050;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 26px;
  padding: 14px 40px 14px 26px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .lower-facility_l .facility__anchor .anchors__item a:hover {
    opacity: 1;
    color: #3dd0dc;
    border: #3dd0dc solid 1px;
  }
}
@media (max-width: 834px) {
  .lower-facility_l .facility__anchor .anchors__item a {
    min-width: 164px;
    font-size: 1.4rem;
  }
}
.lower-facility_l .facility__anchor .anchors__item a .circle {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 22px;
  aspect-ratio: 1/1;
  background-color: #3dd0dc;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lower-facility_l .facility__anchor .anchors__item a .circle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 6.5px;
  aspect-ratio: 6.5/10;
  background: url(../img/facility/ico_arrow.png) center center/contain no-repeat;
}
.lower-facility_l .facility__contents__item {
  padding-top: 92px;
}
.lower-facility_l .facility__contents__item:first-child {
  padding-top: 80px;
}
@media (max-width: 834px) {
  .lower-facility_l .facility__contents__item:first-child {
    padding-top: 50px;
  }
}
@media (max-width: 834px) {
  .lower-facility_l .facility__contents__item {
    padding-top: 50px;
  }
}
.lower-facility_l .facility__contents__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lower-facility_l .facility__contents__item__title::before {
  content: "";
  display: block;
  background: url(../img/common/ico_commonTitle.png) center center/contain no-repeat;
  width: 33px;
  height: 7px;
  pointer-events: none;
}
.lower-facility_l .facility__contents__item__title .ja {
  margin-top: 15px;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.06em;
}
@media (max-width: 834px) {
  .lower-facility_l .facility__contents__item__title .ja {
    margin-top: 10px;
    font-size: 2.5rem;
  }
}
.lower-facility_l .facility__contents__item .facilityList {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 2.5%;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-facility_l .facility__contents__item .facilityList {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 4.5%;
  }
}
@media (max-width: 834px) {
  .lower-facility_l .facility__contents__item .facilityList {
    grid-template-columns: 1fr;
    margin-top: 22px;
    gap: 25px;
  }
}
.lower-facility_l .facility__contents__item .facilityList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}
.lower-facility_l .facility__contents__item .facilityList__item .imgArea {
  max-width: 760px;
}
.lower-facility_l .facility__contents__item .facilityList__item .imgArea img {
  aspect-ratio: 380/253;
}
.lower-facility_l .facility__contents__item .facilityList__item .textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 25px 7.895% 30px;
}
@media (max-width: 834px) {
  .lower-facility_l .facility__contents__item .facilityList__item .textArea {
    padding: 24px 5.35% 26px;
  }
}
.lower-facility_l .facility__contents__item .facilityList__item .textArea .jobs {
  color: #3dd0dc;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 834px) {
  .lower-facility_l .facility__contents__item .facilityList__item .textArea .jobs {
    font-size: 1.4rem;
  }
}
.lower-facility_l .facility__contents__item .facilityList__item .textArea .facilityName {
  margin-top: 10px;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 834px) {
  .lower-facility_l .facility__contents__item .facilityList__item .textArea .facilityName {
    margin-top: 4px;
    font-size: 2.2rem;
  }
}
.lower-facility_l .facility__contents__item .facilityList__item .textArea .accessWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-top: 22px;
  margin-bottom: 14px;
}
@media (max-width: 834px) {
  .lower-facility_l .facility__contents__item .facilityList__item .textArea .accessWrap {
    margin-top: 12px;
  }
}
.lower-facility_l .facility__contents__item .facilityList__item .textArea .accessWrap::before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
  width: 14px;
  aspect-ratio: 14/17;
  background: url(../img/facility/icon_access.png) center center/contain no-repeat;
  pointer-events: none;
}
.lower-facility_l .facility__contents__item .facilityList__item .textArea .accessWrap .access {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.5;
}
.lower-facility_l .facility__contents__item .facilityList__item .textArea_text {
  margin-bottom: 20px;
  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;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .lower-facility_l .facility__contents__item .facilityList__item .textArea_text {
    letter-spacing: 0.05em;
  }
}
.lower-facility_l .facility__contents__item .facilityList__item .textArea_text::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: radial-gradient(circle, #505050 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 6px 2px;
  opacity: 0.3;
}
.lower-facility_l .facility__contents__item .facilityList__item .textArea .btnArea {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.2%;
}
@media (max-width: 834px) {
  .lower-facility_l .facility__contents__item .facilityList__item .textArea .btnArea {
    gap: 3%;
  }
}
.lower-facility_l .facility__contents__item .facilityList__item .textArea .btnArea_btn {
  width: 47.4%;
  height: 100%;
}
@media (max-width: 834px) {
  .lower-facility_l .facility__contents__item .facilityList__item .textArea .btnArea_btn {
    width: 48.5%;
  }
}
.lower-facility_l .facility__contents__item .facilityList__item .textArea .btnArea_btn a {
  width: 100%;
  height: 100%;
  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: #fff;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
  border-radius: 50px;
  padding: 12px 16px;
}
.lower-facility_l .facility__contents__item .facilityList__item .textArea .btnArea_btn:nth-child(1n) a {
  background-color: #f6799c;
}
.lower-facility_l .facility__contents__item .facilityList__item .textArea .btnArea_btn:nth-child(2n) a {
  background-color: #3dd0dc;
}

.lower-facility_d .facility {
  position: relative;
}
.lower-facility_d .facility__container {
  margin-top: 184px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__container {
    margin-top: 40px;
  }
}
.lower-facility_d .facility__hero__head {
  text-align: center;
}
.lower-facility_d .facility__hero__head .jobs {
  color: #3dd0dc;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__hero__head .jobs {
    font-size: 1.4rem;
  }
}
.lower-facility_d .facility__hero__head .facilityName {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 12px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__hero__head .facilityName {
    font-size: 2.6rem;
    margin-top: 4px;
  }
}
.lower-facility_d .facility__hero__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7.17%;
  margin-top: 62px;
}
@media screen and (max-width: 1300px) {
  .lower-facility_d .facility__hero__body {
    gap: 5%;
  }
}
@media (max-width: 834px) {
  .lower-facility_d .facility__hero__body {
    max-width: 574px;
    margin: 20px auto 0;
    display: block;
  }
}
.lower-facility_d .facility__hero__body .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.834%;
          flex: 0 0 47.834%;
  max-width: 574px;
  width: 100%;
}
.lower-facility_d .facility__hero__body .imgArea img {
  aspect-ratio: 574/384;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__hero__body .imgArea img {
    border-radius: 10px;
  }
}
.lower-facility_d .facility__hero__body .textArea {
  margin-top: -10px;
}
@media screen and (max-width: 1300px) {
  .lower-facility_d .facility__hero__body .textArea {
    margin-top: 0;
  }
}
@media (max-width: 834px) {
  .lower-facility_d .facility__hero__body .textArea {
    margin-top: 20px;
  }
}
.lower-facility_d .facility__hero__body .textArea__text {
  letter-spacing: 0.06em;
}
.lower-facility_d .facility__hero__body .textArea__service {
  margin-top: 36px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__hero__body .textArea__service {
    margin-top: 20px;
  }
}
.lower-facility_d .facility__hero__body .textArea__service__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 600;
  white-space: nowrap;
}
.lower-facility_d .facility__hero__body .textArea__service__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-top: 2px dotted #505050;
  opacity: 0.3;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__hero__body .textArea__service__title {
    font-size: 1.6rem;
  }
}
.lower-facility_d .facility__hero__body .textArea__service .serviceList {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__hero__body .textArea__service .serviceList {
    margin-top: 8px;
  }
}
.lower-facility_d .facility__hero__body .textArea__service .serviceList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.6;
  gap: 8px;
  font-weight: 500;
  margin-bottom: 12px;
}
.lower-facility_d .facility__hero__body .textArea__service .serviceList__item::before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #f6799c;
  margin-top: 8px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__hero__body .textArea__service .serviceList__item::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8px;
            flex: 0 0 8px;
    width: 8px;
  }
}
.lower-facility_d .facility__hero .rotate-img {
  width: 481px;
  top: -10px;
  left: max(-10%, -230px);
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__hero .rotate-img {
    width: 180px;
    top: 130px;
    left: max(-20%, -50px);
  }
}
.lower-facility_d .facility__hero .rotate-img img {
  position: absolute;
  width: 100%;
}
.lower-facility_d .facility__hero .rotate-img .image1 {
  -webkit-animation: rotate1 80s linear infinite;
          animation: rotate1 80s linear infinite;
  opacity: 0.3;
}
.lower-facility_d .facility__hero .rotate-img .image2 {
  -webkit-animation: rotate2 100s linear infinite;
          animation: rotate2 100s linear infinite;
  opacity: 0.3;
}
.lower-facility_d .facility__hero .rotate-img .image3 {
  -webkit-animation: rotate3 200s linear infinite;
          animation: rotate3 200s linear infinite;
}
.lower-facility_d .facility__overview {
  position: relative;
}
.lower-facility_d .facility__overview__inner {
  margin-top: 80px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__overview__inner {
    margin-top: 40px;
    padding-inline: 4%;
  }
}
.lower-facility_d .facility__overview__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 50px 4.167% 60px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__overview__contents {
    display: block;
    padding: 32px 5% 20px;
  }
}
.lower-facility_d .facility__overview__contents .textArea__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}
.lower-facility_d .facility__overview__contents .textArea__title::after {
  content: "";
  display: block;
  background: url(../img/common/ico_commonTitle.png) center center/contain no-repeat;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33px;
          flex: 0 0 33px;
  width: 33px;
  height: 7px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__overview__contents .textArea__title {
    font-size: 1.8rem;
    gap: 16px;
  }
}
.lower-facility_d .facility__overview__contents .textArea .overviewList {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__overview__contents .textArea .overviewList {
    display: block;
    margin-top: 22px;
  }
}
.lower-facility_d .facility__overview__contents .textArea .overviewList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__overview__contents .textArea .overviewList__item {
    display: block;
    margin-bottom: 20px;
  }
}
.lower-facility_d .facility__overview__contents .textArea .overviewList__item__tab {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
  border-radius: 20px;
  padding: 9px 15px 10px;
  min-width: 90px;
  text-align: center;
  background-color: #3dd0dc;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__overview__contents .textArea .overviewList__item__tab {
    font-size: 1.2rem;
    min-width: 75px;
    padding: 7px 14px 6px;
    margin-bottom: 4px;
  }
}
.lower-facility_d .facility__overview__contents .textArea .overviewList__item__text {
  font-size: 1.5rem;
}
.lower-facility_d .facility__overview__contents .googlemap {
  margin-top: 10px;
  max-width: 380px;
  max-height: 260px;
  width: 100%;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__overview__contents .googlemap {
    max-width: inherit;
  }
}
.lower-facility_d .facility__overview__contents .googlemap iframe {
  width: 100%;
  height: 260px;
  border: 0;
}
.lower-facility_d .facility__overview .rotate-img {
  width: 309px;
  top: -110px;
  right: max(-1.5%, -230px);
  pointer-events: none;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-facility_d .facility__overview .rotate-img {
    right: -15%;
    top: -70px;
  }
}
@media (max-width: 834px) {
  .lower-facility_d .facility__overview .rotate-img {
    width: 150px;
    top: -30px;
    right: max(-10%, -30px);
  }
}
.lower-facility_d .facility__overview .rotate-img img {
  position: absolute;
  width: 100%;
}
.lower-facility_d .facility__overview .rotate-img .image1 {
  -webkit-animation: rotate1 80s linear infinite;
          animation: rotate1 80s linear infinite;
  opacity: 0.3;
}
.lower-facility_d .facility__overview .rotate-img .image2 {
  -webkit-animation: rotate2 100s linear infinite;
          animation: rotate2 100s linear infinite;
  opacity: 0.3;
}
.lower-facility_d .facility__overview .rotate-img .image3 {
  -webkit-animation: rotate3 200s linear infinite;
          animation: rotate3 200s linear infinite;
}
.lower-facility_d .facility__interview {
  position: relative;
}
.lower-facility_d .facility__interview__inner {
  max-width: 1180px;
  margin-top: 196px;
  padding-bottom: 116px;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-facility_d .facility__interview__inner {
    margin-top: 160px;
    padding-bottom: 90px;
  }
}
@media (max-width: 834px) {
  .lower-facility_d .facility__interview__inner {
    margin-top: 56px;
    padding-inline: 5%;
    padding-bottom: 0;
  }
}
.lower-facility_d .facility__interview__inner::before {
  content: "INTERVIEW";
  position: absolute;
  bottom: 95%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  color: #505050;
  font-size: 11.375em;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  opacity: 0.08;
  pointer-events: none;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-facility_d .facility__interview__inner::before {
    font-size: 9.7em;
  }
}
@media (max-width: 834px) {
  .lower-facility_d .facility__interview__inner::before {
    font-size: 5.5rem;
    bottom: 98.2%;
  }
}
.lower-facility_d .facility__interview__title {
  max-width: 1040px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__interview__title {
    max-width: 480px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.lower-facility_d .facility__interview__title::after {
  content: "";
  display: block;
  background: url(../img/common/ico_commonTitle.png) center center/contain no-repeat;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33px;
          flex: 0 0 33px;
  width: 33px;
  height: 7px;
  pointer-events: none;
}
.lower-facility_d .facility__interview__info {
  max-width: 1040px;
  margin: 38px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__interview__info {
    max-width: 480px;
    display: block;
    margin: 20px auto 0;
  }
}
.lower-facility_d .facility__interview__info .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46.155%;
          flex: 0 0 46.155%;
  max-width: 480px;
  position: relative;
  margin-right: 10px;
}
@media screen and (max-width: 1300px) {
  .lower-facility_d .facility__interview__info .imgArea {
    margin-right: 0;
  }
}
.lower-facility_d .facility__interview__info .imgArea img {
  border-radius: 15px;
  aspect-ratio: 480/343;
}
.lower-facility_d .facility__interview__info .imgArea::after {
  content: "";
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgb(180, 248, 200)), color-stop(80%, rgb(160, 231, 229)));
  background: linear-gradient(360deg, rgb(180, 248, 200) 20%, rgb(160, 231, 229) 80%);
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
.lower-facility_d .facility__interview__info .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__interview__info .textArea {
    margin-top: 28px;
  }
}
.lower-facility_d .facility__interview__info .textArea__tab {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 700;
  border-radius: 20px;
  background-color: #f6799c;
  padding: 7px 19px 8px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__interview__info .textArea__tab {
    padding: 6px 14px 6px;
    font-size: 1.2rem;
  }
}
.lower-facility_d .facility__interview__info .textArea__name {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__interview__info .textArea__name {
    font-size: 2.1rem;
    margin-top: 14px;
  }
}
.lower-facility_d .facility__interview__info .textArea__name .san {
  font-size: 1.5rem;
  margin-left: 8px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__interview__info .textArea__name .san {
    font-size: 1.3rem;
  }
}
.lower-facility_d .facility__interview__info .textArea .commentBox {
  margin-top: 52px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__interview__info .textArea .commentBox {
    margin-top: 32px;
  }
}
.lower-facility_d .facility__interview__info .textArea .commentBox__title {
  color: #3dd0dc;
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 16px;
  line-height: 1.5;
}
.lower-facility_d .facility__interview__info .textArea .commentBox__item {
  position: relative;
  margin-left: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 27px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 27px rgba(0, 0, 0, 0.05);
  padding: 23px 28px;
  border-radius: 20px;
  margin-bottom: 15px;
  letter-spacing: 0.075em;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-facility_d .facility__interview__info .textArea .commentBox__item {
    padding: 22px 24px;
  }
}
@media (max-width: 834px) {
  .lower-facility_d .facility__interview__info .textArea .commentBox__item {
    padding: 17px 18px 18px 24px;
    border-radius: 10px;
  }
}
.lower-facility_d .facility__interview__info .textArea .commentBox__item__copy {
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 1199px) {
  .lower-facility_d .facility__interview__info .textArea .commentBox__item__copy {
    font-size: 1.4rem;
  }
}
.lower-facility_d .facility__interview__info .textArea .commentBox__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  display: block;
  width: 26px;
  aspect-ratio: 1/1;
  background: url(../img/facility/icon_people.png) center center/contain no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.lower-facility_d .facility__interview__info .textArea .commentBox__item:last-child {
  margin-bottom: 0;
}
.lower-facility_d .facility__interview .interviewList {
  padding-top: 42px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__interview .interviewList {
    padding-top: 16px;
  }
}
.lower-facility_d .facility__interview .interviewList__item {
  padding: 36px 0 30px;
  border-bottom: 2px dashed transparent;
  -o-border-image: repeating-linear-gradient(to right, #e5e5e5 0px 2px, transparent 2px 6px);
     border-image: repeating-linear-gradient(to right, #e5e5e5 0px 2px, transparent 2px 6px);
  border-image-slice: 1;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__interview .interviewList__item {
    padding: 22px 0 20px;
  }
}
.lower-facility_d .facility__interview .interviewList__item .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__interview .interviewList__item .question {
    font-size: 1.6rem;
    gap: 10px;
    margin-left: -1%;
  }
}
.lower-facility_d .facility__interview .interviewList__item .question::before {
  content: "Q";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  aspect-ratio: 1/1;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  color: #fff;
  line-height: 1;
  padding-top: 0.1em;
  background: #3dd0dc;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__interview .interviewList__item .question::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36px;
            flex: 0 0 36px;
    width: 36px;
    font-size: 1.5rem;
    padding: 0 1px 1px 0;
  }
}
.lower-facility_d .facility__interview .interviewList__item .answer {
  margin-top: 12px;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__interview .interviewList__item .answer {
    margin-top: 10px;
  }
}
.lower-facility_d .facility__gallery {
  position: relative;
}
.lower-facility_d .facility__gallery__inner {
  padding-top: 80px;
  padding-bottom: 130px;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .lower-facility_d .facility__gallery__inner {
    padding-top: 70px;
  }
}
@media (max-width: 834px) {
  .lower-facility_d .facility__gallery__inner {
    padding-top: 48px;
    padding-bottom: 60px;
  }
}
.lower-facility_d .facility__gallery .commonTitle {
  position: relative;
  z-index: 1;
}
.lower-facility_d .facility__gallery .commonTitle .eng {
  margin-top: 5px;
  letter-spacing: 0.05em;
}
.lower-facility_d .facility__gallery .galleryArea {
  width: clamp(450px, 44.5vw, 640px);
  position: relative;
  overflow: inherit;
  margin: 64px auto 0;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__gallery .galleryArea {
    width: clamp(280px, 34.8vw, 300px);
    margin-top: 32px;
  }
}
.lower-facility_d .facility__gallery .galleryArea .galleryList__item {
  width: clamp(450px, 44.5vw, 640px);
  aspect-ratio: 640/427;
  -webkit-transform: scale(0.703125);
          transform: scale(0.703125);
  -webkit-transition: scale 0.3s, -webkit-transform 0.3s;
  transition: scale 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, scale 0.3s;
  transition: transform 0.3s, scale 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__gallery .galleryArea .galleryList__item {
    width: clamp(280px, 34.8vw, 300px);
    -webkit-transform: scale(0.78);
            transform: scale(0.78);
  }
}
.lower-facility_d .facility__gallery .galleryArea .galleryList__item::before {
  content: "";
  display: none;
  position: absolute;
  aspect-ratio: 640/427;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(245, 167, 215)), to(rgb(248, 226, 149)));
  background: linear-gradient(360deg, rgb(245, 167, 215) 0%, rgb(248, 226, 149) 100%);
  top: 10px;
  right: -10px;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__gallery .galleryArea .galleryList__item::before {
    border-radius: 15px;
    right: -6px;
    top: 8px;
  }
}
.lower-facility_d .facility__gallery .galleryArea .galleryList__item img {
  border-radius: 20px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__gallery .galleryArea .galleryList__item img {
    border-radius: 15px;
  }
}
.lower-facility_d .facility__gallery .galleryArea .galleryList__item.swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.lower-facility_d .facility__gallery .galleryArea .galleryList__item.swiper-slide-active::before {
  display: block;
}
.lower-facility_d .facility__gallery .galleryArea .swiper-button-prev, .lower-facility_d .facility__gallery .galleryArea .swiper-button-next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  pointer-events: auto;
  display: block;
  width: 70px;
  height: 70px;
  background-color: #3dd0dc;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lower-facility_d .facility__gallery .galleryArea .swiper-button-prev::before, .lower-facility_d .facility__gallery .galleryArea .swiper-button-prev::after, .lower-facility_d .facility__gallery .galleryArea .swiper-button-next::before, .lower-facility_d .facility__gallery .galleryArea .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  border-radius: 500px;
  background-color: #fff;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
.lower-facility_d .facility__gallery .galleryArea .swiper-button-prev::before, .lower-facility_d .facility__gallery .galleryArea .swiper-button-next::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.lower-facility_d .facility__gallery .galleryArea .swiper-button-prev::after, .lower-facility_d .facility__gallery .galleryArea .swiper-button-next::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 834px) {
  .lower-facility_d .facility__gallery .galleryArea .swiper-button-prev, .lower-facility_d .facility__gallery .galleryArea .swiper-button-next {
    width: 46px;
    height: 46px;
  }
}
@media (any-hover: hover) {
  .lower-facility_d .facility__gallery .galleryArea .swiper-button-prev:hover, .lower-facility_d .facility__gallery .galleryArea .swiper-button-next:hover {
    opacity: 1;
    background-color: #f6799c;
  }
}
.lower-facility_d .facility__gallery .galleryArea .swiper-button-prev {
  left: -22.5%;
  -webkit-transform: translateY(calc(-50% + 20px)) rotate(180deg);
          transform: translateY(calc(-50% + 20px)) rotate(180deg);
}
@media screen and (min-width: 835px) and (max-width: 1300px) {
  .lower-facility_d .facility__gallery .galleryArea .swiper-button-prev {
    left: -25%;
  }
}
@media (max-width: 834px) {
  .lower-facility_d .facility__gallery .galleryArea .swiper-button-prev {
    left: -8%;
  }
}
.lower-facility_d .facility__gallery .galleryArea .swiper-button-next {
  right: -22.5%;
  -webkit-transform: translateY(calc(-50% + 20px));
          transform: translateY(calc(-50% + 20px));
}
@media screen and (min-width: 835px) and (max-width: 1300px) {
  .lower-facility_d .facility__gallery .galleryArea .swiper-button-next {
    right: -25%;
  }
}
@media (max-width: 834px) {
  .lower-facility_d .facility__gallery .galleryArea .swiper-button-next {
    right: -8%;
  }
}
.lower-facility_d .facility__gallery .galleryArea .gallery-pagination {
  position: absolute;
  bottom: -41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__gallery .galleryArea .gallery-pagination {
    gap: 4px;
  }
}
.lower-facility_d .facility__gallery .galleryArea .gallery-pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #505050;
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background: none !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lower-facility_d .facility__gallery .galleryArea .gallery-pagination span::before {
  content: "";
  display: block;
  width: 7px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: none;
}
@media (any-hover: hover) {
  .lower-facility_d .facility__gallery .galleryArea .gallery-pagination span:hover {
    color: #f6799c;
    opacity: 0.7;
  }
}
.lower-facility_d .facility__gallery .galleryArea .gallery-pagination .swiper-pagination-bullet-active {
  color: #f6799c;
}
.lower-facility_d .facility__gallery .galleryArea .gallery-pagination .swiper-pagination-bullet-active::before {
  background-color: #f6799c;
}
.lower-facility_d .facility__gallery__bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  max-width: 1000px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 1199px) {
  .lower-facility_d .facility__gallery__bg {
    max-width: 860px;
  }
}
@media (max-width: 834px) {
  .lower-facility_d .facility__gallery__bg {
    top: 0;
    left: 0;
    max-width: inherit;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: auto;
  }
}
.lower-facility_d .facility__gallery__bg::before {
  content: "";
  position: absolute;
  top: -196px;
  left: -119px;
  display: block;
  width: 352px;
  aspect-ratio: 352/386;
  background: url(../img/facility/blob05.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__gallery__bg::before {
    width: 150px;
    top: 110px;
    left: max(-10%, -50px);
    z-index: 2;
  }
}
.lower-facility_d .facility__gallery .rotate-img {
  bottom: 35%;
  right: -12%;
  width: 547px;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__gallery .rotate-img {
    width: 150px;
    bottom: 0;
    right: max(-15%, -50px);
  }
}
.lower-facility_d .facility__gallery .rotate-img img {
  position: absolute;
  width: 100%;
}
.lower-facility_d .facility__gallery .rotate-img .image1 {
  -webkit-animation: rotate1 80s linear infinite;
          animation: rotate1 80s linear infinite;
  opacity: 0.3;
}
.lower-facility_d .facility__gallery .rotate-img .image2 {
  -webkit-animation: rotate2 100s linear infinite;
          animation: rotate2 100s linear infinite;
  opacity: 0.3;
}
.lower-facility_d .facility__gallery .rotate-img .image3 {
  -webkit-animation: rotate3 200s linear infinite;
          animation: rotate3 200s linear infinite;
}
.lower-facility_d .facility__other {
  position: relative;
  overflow: hidden;
}
.lower-facility_d .facility__other__inner {
  padding-top: 112px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1199px) {
  .lower-facility_d .facility__other__inner {
    padding-top: 90px;
  }
}
@media (max-width: 834px) {
  .lower-facility_d .facility__other__inner {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.lower-facility_d .facility__other .kyujinBtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.lower-facility_d .facility__other .kyujinBtn a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 420px;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 600;
  background-color: #3dd0dc;
  padding: 30px 56px;
  border-radius: 40px;
  cursor: pointer;
  pointer-events: auto;
}
@media screen and (max-width: 1199px) {
  .lower-facility_d .facility__other .kyujinBtn a {
    padding: 30px 56px 30px 68px;
  }
}
@media (max-width: 834px) {
  .lower-facility_d .facility__other .kyujinBtn a {
    min-width: 300px;
    font-size: 1.6rem;
    padding: 20px 40px;
  }
}
.lower-facility_d .facility__other .kyujinBtn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../img/facility/icon_search.png) center center/contain no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__other .kyujinBtn a::before {
    width: 15px;
    left: 20px;
  }
}
.lower-facility_d .facility__other .commonBtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
}
.lower-facility_d .facility__other::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -190px;
  z-index: -1;
  width: 100vw;
  aspect-ratio: 1440/588;
  background: url(../img/common/hambuger_bg02.png) center bottom/100% auto no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__other::after {
    bottom: 0;
  }
}

.lower-environment {
  --engFont: "Montserrat", sans-serif;
  --gapX: 40px;
  --gapY: 60px;
  --borderWidth: 2px;
  --borderRadius: 15px;
  --titleSize: 2.4rem;
  --numberingSize: 2.8rem;
  --engNumberingSize: 1.2rem;
  --dataNumSize: 7rem;
  --dataNumColor: #505050;
  --iconSize: 95px;
  --balanceChartHeight: 45px;
  --balanceChartColor01: #00d6e0;
  --balanceChartColor02: #f87a9a;
  --doughnutChartSize: 240px;
}
.lower-environment .environment__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px 120px;
}
@media (max-width: 1200px) {
  .lower-environment .environment__container {
    padding: 80px 40px;
  }
}
@media (max-width: 834px) {
  .lower-environment .environment__container {
    padding: 10px 20px 40px;
  }
}
.lower-environment .environment__container .environment__body {
  position: relative;
}
@media (min-width: 835px) {
  .lower-environment .environment__container .environment__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: var(--gapY) var(--gapX);
  }
}
@media (min-width: 835px) and (max-width: 1200px) {
  .lower-environment .environment__container .environment__body {
    --gapX: 24px;
  }
}
@media (max-width: 834px) {
  .lower-environment .environment__container .environment__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 32px;
  }
}
.lower-environment .environment__container .environment__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background: #fff;
  position: relative;
  border-radius: var(--borderRadius);
  -webkit-box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 834px) {
  .lower-environment .environment__container .environment__block {
    width: 100%;
    border-radius: 10px;
  }
}
@media (min-width: 835px) {
  .lower-environment .environment__container .environment__block.-one {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - var(--gapX) * 2 / 3);
            flex: 0 0 calc(33.3333333333% - var(--gapX) * 2 / 3);
    max-width: calc(33.3333333333% - var(--gapX) * 2 / 3);
  }
  .lower-environment .environment__container .environment__block.-two {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(66.6666666667% - var(--gapX) / 2);
            flex: 0 0 calc(66.6666666667% - var(--gapX) / 2);
    max-width: calc(66.6666666667% - var(--gapX) / 2);
  }
  .lower-environment .environment__container .environment__block.-two + .-one {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - var(--gapX) / 2);
            flex: 0 0 calc(33.3333333333% - var(--gapX) / 2);
    max-width: calc(33.3333333333% - var(--gapX) / 2);
  }
  .lower-environment .environment__container .environment__block.-half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - var(--gapX) / 2);
            flex: 0 0 calc(50% - var(--gapX) / 2);
    max-width: calc(50% - var(--gapX) / 2);
  }
  .lower-environment .environment__container .environment__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-environment .environment__container .environment__block .head {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lower-environment .environment__container .environment__block .head .num {
  font-family: var(--engFont);
  font-weight: 300;
  color: #ffffff;
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: 20px;
  background: #3dd0dc;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
@media (max-width: 834px) {
  .lower-environment .environment__container .environment__block .head .num {
    scale: 0.65;
    -webkit-transform-origin: left;
            transform-origin: left;
    left: 0;
  }
}
.lower-environment .environment__container .environment__block .head .num .eng {
  font-size: var(--engNumberingSize);
  font-weight: 300;
}
.lower-environment .environment__container .environment__block .head .num .number {
  font-size: var(--numberingSize);
}
.lower-environment .environment__container .environment__block .head .title {
  font-size: var(--titleSize);
  font-weight: 700;
  line-height: 1.6;
  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: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px 40px 0;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-environment .environment__container .environment__block .head .title {
    font-size: calc(var(--titleSize) * 0.8);
    padding: 24px 20px 14px;
  }
}
.lower-environment .environment__container .environment__block .head .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-image: radial-gradient(circle, #3dd0dc 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 6px 2px;
}
.lower-environment .environment__container .environment__block .body {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: auto;
  padding: 50px 45px 60px;
  min-height: 270px;
}
@media (max-width: 1300px) {
  .lower-environment .environment__container .environment__block .body {
    padding: 50px 6.25%;
  }
}
@media (max-width: 834px) {
  .lower-environment .environment__container .environment__block .body {
    min-height: 180px;
    padding: 20px 6.25%;
  }
}
.lower-environment .environment__container .environment__block .body.-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .lower-environment .environment__container .environment__block .body.-horizontal {
    gap: 16px;
  }
}
.lower-environment .environment__container .environment__block .body .img {
  height: var(--iconSize);
  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-right: 24px;
  aspect-ratio: 1/1;
}
@media (max-width: 1200px) {
  .lower-environment .environment__container .environment__block .body .img {
    height: 80px;
  }
}
@media (max-width: 834px) {
  .lower-environment .environment__container .environment__block .body .img {
    height: calc(var(--iconSize) * 0.8);
  }
}
.lower-environment .environment__container .environment__block .body .img img {
  width: auto;
  max-height: 100%;
}
.lower-environment .environment__container .environment__block .body .annotation {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #999999;
  line-height: 1.6;
  margin-left: auto;
}
@media (max-width: 834px) {
  .lower-environment .environment__container .environment__block .body .annotation {
    font-size: 1.2rem;
  }
}
.lower-environment .environment__container .environment__block .data__multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10%;
}
.lower-environment .environment__container .environment__block .data .body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  margin: 0;
}
.lower-environment .environment__container .environment__block .data .num {
  font-size: calc(var(--dataNumSize) * 0.25);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .lower-environment .environment__container .environment__block .data .num {
    font-size: calc(var(--dataNumSize) * 0.25 * 0.8);
  }
}
.lower-environment .environment__container .environment__block .data .num:has(.-small) {
  font-size: calc(var(--dataNumSize) * 0.25 * 0.9);
}
@media (max-width: 834px) {
  .lower-environment .environment__container .environment__block .data .num:has(.-small) {
    font-size: calc(var(--dataNumSize) * 0.25 * 0.8);
  }
}
.lower-environment .environment__container .environment__block .data .num b {
  font-family: var(--engFont);
  font-size: var(--dataNumSize);
  font-weight: 300;
  color: var(--dataNumColor);
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  margin-right: 4px;
}
@media (max-width: 1200px) {
  .lower-environment .environment__container .environment__block .data .num b {
    font-size: 5.5rem;
  }
}
@media (max-width: 834px) {
  .lower-environment .environment__container .environment__block .data .num b {
    font-size: calc(var(--dataNumSize) * 0.7);
  }
}
.lower-environment .environment__container .environment__block .data .num b.-small {
  font-size: calc(var(--dataNumSize) * 0.57);
}
@media (max-width: 834px) {
  .lower-environment .environment__container .environment__block .data .num b.-small {
    font-size: calc(var(--dataNumSize) * 0.7 * 0.7);
  }
}
.lower-environment .environment__container .environment__block:has(.line-chart) .line-chart {
  width: 100%;
}
@media (max-width: 1200px) {
  .lower-environment .environment__container .environment__block:has(.line-chart) .line-chart {
    width: 80%;
    margin: 0 auto;
  }
}
.lower-environment .environment__container .environment__block:has(.line-chart) .line-chart .chart {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  gap: 5px;
}
.lower-environment .environment__container .environment__block:has(.line-chart) .line-chart .chart .line {
  width: 100%;
  height: var(--balanceChartHeight);
  -webkit-transition: width 1.3s ease;
  transition: width 1.3s ease;
}
@media (max-width: 834px) {
  .lower-environment .environment__container .environment__block:has(.line-chart) .line-chart .chart .line {
    height: calc(var(--balanceChartHeight) * 0.65);
  }
}
.lower-environment .environment__container .environment__block:has(.line-chart) .line-chart .chart .line:nth-child(2n+1) {
  background: var(--balanceChartColor01);
}
.lower-environment .environment__container .environment__block:has(.line-chart) .line-chart .chart .line:nth-child(2n+2) {
  background: var(--balanceChartColor02);
}
.lower-environment .environment__container .environment__block:has(.line-chart) .dataTitle {
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  background-color: #f6799c;
  border-radius: 100px;
  padding: 4px 24px;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 834px) {
  .lower-environment .environment__container .environment__block:has(.line-chart) .dataTitle {
    font-size: 1.5rem;
    padding: 3px 20px;
    margin-bottom: 20px;
  }
}
.lower-environment .environment__container .environment__block:has(.line-chart) .data {
  width: 100%;
}
.lower-environment .environment__container .environment__block:has(.line-chart) .data__multi {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lower-environment .environment__container .environment__block:has(.line-chart) .data__multi .separate {
  font-family: var(--engFont);
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1;
}
.lower-environment .environment__container .environment__block .tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.7em;
}
.lower-environment .environment__container .environment__block .tips__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 8px;
  font-weight: 700;
}
.lower-environment .environment__container .environment__block .tips__item::before {
  content: "";
  aspect-ratio: 1/1;
  width: 0.6em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.6em;
          flex: 0 0 0.6em;
  margin-top: 0.8em;
}
.lower-environment .environment__container .environment__block .tips__item b {
  font-family: var(--engFont);
  font-weight: 700;
  font-size: 1.7em;
  line-height: 1;
  margin-right: 0.1em;
}
.lower-environment .environment__container .environment__block .tips__item:nth-child(5n+1)::before {
  background: var(--tipsColor01);
}
.lower-environment .environment__container .environment__block .tips__item:nth-child(5n+2)::before {
  background: var(--tipsColor02);
}
.lower-environment .environment__container .environment__block .tips__item:nth-child(5n+3)::before {
  background: var(--tipsColor03);
}
.lower-environment .environment__container .environment__block .tips__item:nth-child(5n+4)::before {
  background: var(--tipsColor04);
}
.lower-environment .environment__container .environment__block .tips__item:nth-child(5n+5)::before {
  background: var(--tipsColor05);
}
.lower-environment .environment__container .environment__block .doughnut-chart {
  position: relative;
  z-index: 1;
  width: 100%;
  width: calc(var(--doughnutChartSize) * 0.6);
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-environment .environment__container .environment__block .doughnut-chart {
    width: calc(var(--doughnutChartSize) * 0.6);
  }
}
.lower-environment .environment__container .environment__block .doughnut-chart .chart {
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  width: 100%;
  margin: 0 auto;
  background: #f2f2f2;
  border-radius: 50%;
}
.lower-environment .environment__container .environment__block .doughnut-chart .chart::before {
  content: "";
  position: absolute;
  inset: 20%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
}
.lower-environment .environment__container .environment__block .doughnut-chart .chart canvas {
  position: absolute;
  inset: 0;
}
.lower-environment .environment__container .environment__block .doughnut-chart .chart .num {
  position: absolute;
  inset: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  font-size: calc(var(--dataNumSize) * 0.25 * 0.9);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-environment .environment__container .environment__block .doughnut-chart .chart .num {
    font-size: calc(var(--dataNumSize) * 0.25 * 0.8);
  }
}
.lower-environment .environment__container .environment__block .doughnut-chart .chart .num b {
  font-family: var(--engFont);
  font-size: calc(var(--dataNumSize) * 0.7);
  font-weight: 300;
  color: var(--dataNumColor);
  letter-spacing: -0.05em;
  margin-right: 4px;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}
@media (max-width: 834px) {
  .lower-environment .environment__container .environment__block .doughnut-chart .chart .num b {
    font-size: calc(var(--dataNumSize) * 0.7 * 0.7);
  }
}
.lower-environment .environment__container .environment__block .doughnut-chart .chart .ico {
  position: absolute;
  z-index: 2;
  left: 16px;
  bottom: 0;
}
@media (max-width: 834px) {
  .lower-environment .environment__container .environment__block .doughnut-chart .chart .ico {
    left: 8px;
  }
}
.lower-environment .environment__container .environment__block .doughnut-chart .chart .ico img {
  height: 56px;
}
@media (max-width: 834px) {
  .lower-environment .environment__container .environment__block .doughnut-chart .chart .ico img {
    height: 44px;
  }
}
.lower-environment .environment__container .facility_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 45px;
  gap: 40px;
  min-height: 240px;
}
@media (max-width: 1300px) {
  .lower-environment .environment__container .facility_block {
    padding: 50px 6.25%;
  }
}
@media (max-width: 834px) {
  .lower-environment .environment__container .facility_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 30px 5%;
    gap: 16px;
  }
}
.lower-environment .environment__container .facility_block .body {
  padding: 0;
  width: auto;
  min-height: auto;
}
@media (max-width: 834px) {
  .lower-environment .environment__container .facility_block .body {
    min-height: auto;
  }
}
.lower-environment .environment__container .facility_block .facility_list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 1240px) {
  .lower-environment .environment__container .facility_block .facility_list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62%;
            flex: 0 0 62%;
  }
}
@media (max-width: 834px) {
  .lower-environment .environment__container .facility_block .facility_list {
    width: 100%;
  }
}
.lower-environment .environment__container .facility_block .facility_list .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 3px;
}
@media (max-width: 834px) {
  .lower-environment .environment__container .facility_block .facility_list .data {
    gap: 0;
  }
}
.lower-environment .environment__container .facility_block .facility_list .data .list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lower-environment .environment__container .facility_block .facility_list .data .list_item .list_hd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  font-size: 1.5rem;
  margin-right: 10px;
}
@media (max-width: 834px) {
  .lower-environment .environment__container .facility_block .facility_list .data .list_item .list_hd {
    font-size: 1.3rem;
    gap: 3px;
    margin-right: 6px;
  }
}
.lower-environment .environment__container .facility_block .facility_list .data .list_item .list_hd::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f6799c;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  margin-top: 10px;
}
@media (max-width: 834px) {
  .lower-environment .environment__container .facility_block .facility_list .data .list_item .list_hd::before {
    width: 7px;
    height: 7px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7px;
            flex: 0 0 7px;
    margin-top: 9px;
  }
}
.lower-environment .environment__container .facility_block .facility_list .data .list_item .border {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lower-environment .environment__container .facility_block .facility_list .data .list_item .border::before {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e5e5e5;
  top: 50%;
  content: "";
  width: 100%;
}
.lower-environment .environment__container .facility_block .facility_list .data .list_item .num {
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: auto 0 0px;
          flex: auto 0 0;
  margin-left: 10px;
}
@media (max-width: 834px) {
  .lower-environment .environment__container .facility_block .facility_list .data .list_item .num {
    font-size: 1.3rem;
    margin-right: 6px;
  }
}
.lower-environment .environment__container .facility_block .facility_list .data .list_item .num b {
  font-size: 2rem;
}
@media (max-width: 834px) {
  .lower-environment .environment__container .facility_block .facility_list .data .list_item .num b {
    font-size: 1.8rem;
  }
}
.lower-environment .environment__container #ratio .ratio_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 834px) {
  .lower-environment .environment__container #ratio .ratio_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 10px 6.25% 30px;
  }
}
.lower-environment .environment__container #ratio .ratio_block .body {
  padding: 40px 0 50px;
  max-width: 270px;
}
@media (max-width: 834px) {
  .lower-environment .environment__container #ratio .ratio_block .body {
    min-height: auto;
    padding: 20px 0;
  }
}
.lower-environment .environment__container #ratio .ratio_block .body .line-chart .line {
  position: relative;
}
.lower-environment .environment__container #ratio .ratio_block .body .line-chart .line:first-child::before {
  content: "";
  background: url(../img/environment/men.png) center/contain no-repeat;
  width: 19px;
  aspect-ratio: 19/46;
  position: absolute;
  left: -30px;
}
@media (max-width: 1200px) {
  .lower-environment .environment__container #ratio .ratio_block .body .line-chart .line:first-child::before {
    top: 2px;
    width: 16px;
    left: -24px;
  }
}
@media (max-width: 834px) {
  .lower-environment .environment__container #ratio .ratio_block .body .line-chart .line:first-child::before {
    top: -4px;
    width: 16px;
    left: -24px;
  }
}
.lower-environment .environment__container #ratio .ratio_block .body .line-chart .line:last-child::before {
  content: "";
  background: url(../img/environment/women.png) center/contain no-repeat;
  width: 19px;
  aspect-ratio: 19/46;
  position: absolute;
  right: -30px;
}
@media (max-width: 1200px) {
  .lower-environment .environment__container #ratio .ratio_block .body .line-chart .line:last-child::before {
    top: 2px;
    width: 16px;
    right: -24px;
  }
}
@media (max-width: 834px) {
  .lower-environment .environment__container #ratio .ratio_block .body .line-chart .line:last-child::before {
    top: -4px;
    width: 16px;
    right: -24px;
  }
}
.lower-environment .environment__container #ratio .ratio_block .body .data {
  margin-top: 20px;
}
.lower-environment .environment__container #people .body {
  padding: 50px 72px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(195px, 1fr));
  gap: 20px 1.89%;
}
@media (max-width: 834px) {
  .lower-environment .environment__container #people .body {
    padding: 30px 6.25%;
    padding: 30px 5%;
  }
}
@media (max-width: 509px) {
  .lower-environment .environment__container #people .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 1.89%;
  }
}
.lower-environment .environment__container #people .body .body_item {
  background-color: rgba(246, 121, 156, 0.1);
  padding: 12px 15px;
  border-radius: 3px;
}
@media (max-width: 509px) {
  .lower-environment .environment__container #people .body .body_item {
    width: 49%;
    padding: 10px;
  }
}
.lower-environment .environment__container #people .body .body_item .hd {
  background-color: #f6799c;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0 10px;
  border-radius: 3px;
}
@media (max-width: 509px) {
  .lower-environment .environment__container #people .body .body_item .hd {
    margin-bottom: 6px;
  }
}
.lower-environment .environment__container #people .body .body_item .itemArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 6px;
}
.lower-environment .environment__container #people .body .body_item .itemArea .item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  padding: 11px 14px;
  gap: 3px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 509px) {
  .lower-environment .environment__container #people .body .body_item .itemArea .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 5px;
  }
}
.lower-environment .environment__container #people .body .body_item .itemArea .item .item_hd {
  position: relative;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2px;
}
.lower-environment .environment__container #people .body .body_item .itemArea .item .item_hd::before {
  content: "";
  width: 11px;
  aspect-ratio: 11/14;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11px;
          flex: 0 0 11px;
  margin-top: 9px;
}
@media (max-width: 509px) {
  .lower-environment .environment__container #people .body .body_item .itemArea .item .item_hd::before {
    margin-top: 8px;
    width: 9px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9px;
            flex: 0 0 9px;
  }
}
.lower-environment .environment__container #people .body .body_item .itemArea .item.-employee .item_hd {
  color: #3dd0dc;
}
.lower-environment .environment__container #people .body .body_item .itemArea .item.-employee .item_hd::before {
  background-color: #3dd0dc;
  -webkit-mask: url(../img/environment/people.png) center/contain no-repeat;
          mask: url(../img/environment/people.png) center/contain no-repeat;
}
.lower-environment .environment__container #people .body .body_item .itemArea .item.-partTime .item_hd {
  color: #f6799c;
}
.lower-environment .environment__container #people .body .body_item .itemArea .item.-partTime .item_hd::before {
  background-color: #3dd0dc;
  -webkit-mask: url(../img/environment/people.png) center/contain no-repeat;
          mask: url(../img/environment/people.png) center/contain no-repeat;
  background-color: #f6799c;
}
@media (max-width: 834px) {
  .lower-environment .environment__container #people .body .body_item .itemArea .item .num {
    font-size: 1.3rem;
  }
}
.lower-environment .environment__container #people .body .body_item .itemArea .item .item_data b {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
  font-family: var(--engFont);
}
@media (max-width: 834px) {
  .lower-environment .environment__container #people .body .body_item .itemArea .item .item_data b {
    font-size: 3rem;
  }
}
.lower-environment .environment__container #years .body {
  padding-left: 5%;
  padding-right: 5%;
}
.lower-environment .environment__container #years .body .img {
  aspect-ratio: 63/95;
  margin-right: 16px;
}
@media (max-width: 834px) {
  .lower-environment .environment__container #childcare .body {
    padding-bottom: 40px;
  }
}
.lower-environment .environment__container #childcare .body .img {
  max-width: 152px;
}
@media (max-width: 1200px) {
  .lower-environment .environment__container #childcare .body .img {
    max-width: 104px;
  }
}
@media (max-width: 834px) {
  .lower-environment .environment__container #childcare .body .img {
    max-width: 80px;
    margin-right: 15px;
  }
}
.lower-environment .environment__container #childcare .body .shd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  font-weight: bold;
}
.lower-environment .environment__container #childcare .body .shd::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f6799c;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
}
@media (max-width: 834px) {
  .lower-environment .environment__container #childcare .body .shd::before {
    width: 7px;
    height: 7px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7px;
            flex: 0 0 7px;
    margin-top: 9px;
  }
}
.lower-environment .environment__container #childcare .body .doughnut-chart .chart {
  z-index: 3;
  background: transparent;
}
.lower-environment .environment__container #childcare .body .doughnut-chart .chart::before {
  content: none;
}
.lower-environment .environment__container #childcare .body .doughnut-chart .img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  max-width: 50%;
}
.lower-environment .environment__container .caption {
  position: absolute;
  text-align: right;
  font-weight: 500;
  right: 30px;
  bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-environment .environment__container .caption {
    bottom: 10px;
    right: 20px;
    font-size: 1.3rem;
  }
}
.lower-environment .environment__container .rotate-img {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.lower-environment .environment__container .rotate-img img {
  position: absolute;
  width: 100%;
}
.lower-environment .environment__container .rotate-img.-deco1 {
  left: -10%;
  bottom: 16%;
  width: 360px;
}
@media (max-width: 834px) {
  .lower-environment .environment__container .rotate-img.-deco1 {
    width: 160px;
    bottom: 180px;
  }
}
.lower-environment .environment__container .rotate-img.-deco2 {
  right: -10%;
  bottom: 45%;
  width: 450px;
}
@media (max-width: 834px) {
  .lower-environment .environment__container .rotate-img.-deco2 {
    width: 240px;
  }
}
.lower-environment .environment__container .environment_date {
  text-align: right;
  font-weight: 500;
  font-size: 1.4rem;
  margin-top: 30px;
  opacity: 0.8;
}
@media (max-width: 834px) {
  .lower-environment .environment__container .environment_date {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}
.lower-environment .sec__recruit::after {
  border-radius: 0;
  font-weight: 500;
  font-size: 1.4rem;
}/*# sourceMappingURL=style.css.map */