@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;
}

@-webkit-keyframes hero-draw {
  0% {
    stroke-dashoffset: 1200;
    fill-opacity: 0;
    stroke: #fff;
    fill: currentColor;
  }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
    stroke: #fff;
    fill: #fff;
  }
}

@keyframes hero-draw {
  0% {
    stroke-dashoffset: 1200;
    fill-opacity: 0;
    stroke: #fff;
    fill: currentColor;
  }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
    stroke: #fff;
    fill: #fff;
  }
}
@-webkit-keyframes hero-copyFadeIn {
  0% {
    opacity: 0;
    color: transparent;
    translate: -40px 0;
  }
  100% {
    opacity: 1;
    color: #fff;
    translate: 0 0;
  }
}
@keyframes hero-copyFadeIn {
  0% {
    opacity: 0;
    color: transparent;
    translate: -40px 0;
  }
  100% {
    opacity: 1;
    color: #fff;
    translate: 0 0;
  }
}
@-webkit-keyframes arrow-slide01 {
  0% {
    translate: 0 0;
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    translate: 100% -100%;
    opacity: 0;
  }
  50.1% {
    translate: -100% 100%;
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
@keyframes arrow-slide01 {
  0% {
    translate: 0 0;
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    translate: 100% -100%;
    opacity: 0;
  }
  50.1% {
    translate: -100% 100%;
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes arrow-slide02 {
  0% {
    translate: 0 0;
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    translate: 100% 0;
    opacity: 0;
  }
  50.1% {
    translate: -100% 0;
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
@keyframes arrow-slide02 {
  0% {
    translate: 0 0;
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    translate: 100% 0;
    opacity: 0;
  }
  50.1% {
    translate: -100% 0;
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes arrow-slide03 {
  0% {
    translate: 0 0;
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    translate: 0 -100%;
    opacity: 0;
  }
  50.1% {
    translate: 0 100%;
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
@keyframes arrow-slide03 {
  0% {
    translate: 0 0;
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    translate: 0 -100%;
    opacity: 0;
  }
  50.1% {
    translate: 0 100%;
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes infinity-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* ============================================
// 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;
  line-height: 1.6;
}

a {
  outline: none;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

::-moz-selection {
  background: #e60021;
  color: #ffffff;
}

::selection {
  background: #e60021;
  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", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #262626;
  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.5rem;
  }
}

#container {
  width: 100%;
  overflow: hidden;
}

.innerWrap {
  max-width: 1340px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 70px;
}
@media (max-width: 834px) {
  .innerWrap {
    padding: 0 6.25%;
  }
}

main.main,
main.l-main {
  position: relative;
  z-index: 1;
  padding: 124px 0;
}
@media (max-width: 834px) {
  main.main,
  main.l-main {
    padding: 86px 0 72px;
  }
}

a {
  color: #262626;
  -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: "Gabarito", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.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: 10 !important;
}
#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;
  inset: 0 0 0 auto;
  visibility: hidden;
  translate: 30% 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  width: 44%;
  opacity: 0;
}
@media (max-width: 834px) {
  .hamburger {
    width: 100%;
    max-width: 480px;
  }
}
.js-loaded .hamburger {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, translate 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, translate 0.3s ease;
}
.hamburger.js-open {
  opacity: 1;
  translate: 0;
  visibility: visible;
}
.hamburger__btn {
  position: relative;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  z-index: 500;
  background: #ef876a;
  border-radius: 50%;
  width: 60px;
  aspect-ratio: 1/1;
  cursor: pointer;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (max-width: 1340px) {
  .hamburger__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 834px) {
  .hamburger__btn {
    width: 48px;
    gap: 4px;
  }
}
.hamburger__btn__bar {
  width: 20px;
  height: 1px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: translate 0.3s, width 0.3s;
  transition: translate 0.3s, width 0.3s;
}
@media (max-width: 834px) {
  .hamburger__btn__bar {
    width: 18px;
  }
}
.hamburger__btn__text {
  font-size: 0.9rem;
  color: #fff;
  line-height: 1;
  margin-top: 2px;
}
@media (any-hover: hover) {
  .hamburger__btn:hover {
    scale: 0.95;
  }
  .hamburger__btn:hover .hamburger__btn__bar:nth-child(1) {
    width: 12px;
    translate: -3px 0;
  }
  .hamburger__btn:hover .hamburger__btn__bar:nth-child(3) {
    width: 12px;
    translate: 3px 0;
  }
}
.hamburger__menu {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 64px;
  overflow-y: auto;
}
@media (max-width: 834px) {
  .hamburger__menu {
    padding: 48px 48px;
  }
}
.hamburger__menu__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.hamburger__menu__bg::before {
  content: "";
  position: absolute;
  inset: 0 -230px 0 0;
  -webkit-mask: url(../img/common/bg_map.png) top center/cover no-repeat;
          mask: url(../img/common/bg_map.png) top center/cover no-repeat;
  background: #e60021;
  pointer-events: none;
}
@media (max-width: 834px) {
  .hamburger__menu__bg::before {
    inset: 0 -400px 0 -88px;
  }
}
.hamburger__menu__inner {
  position: relative;
  width: 100%;
  max-width: 360px;
  margin: auto;
}
.hamburger__menu__logo-link {
  display: block;
  max-width: 221px;
  margin-inline: auto;
  opacity: 0;
}
@media (max-width: 834px) {
  .hamburger__menu__logo-link {
    max-width: 187.85px;
  }
}
@media (max-width: 365px) {
  .hamburger__menu__logo-link {
    max-width: 280px;
    translate: -13px 0;
  }
}
.js-open .hamburger__menu__logo-link {
  -webkit-animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) forwards;
          animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) forwards;
}
.hamburger__menu__nav {
  position: relative;
  margin-top: 16px;
  max-width: 360px;
  margin-inline: auto;
  z-index: 1;
}
@media (max-width: 834px) {
  .hamburger__menu__nav {
    margin-top: 16px;
    max-width: 340px;
  }
}
.hamburger__menu__nav__list__item {
  font-size: 1.7rem;
  font-weight: 700;
  opacity: 0;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item {
    font-size: 1.5rem;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(1) {
  -webkit-animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 30ms forwards;
          animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 30ms forwards;
}
@-webkit-keyframes hamburger-fadeInRight {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes hamburger-fadeInRight {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(2) {
  -webkit-animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 60ms forwards;
          animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 60ms forwards;
}
@keyframes hamburger-fadeInRight {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(3) {
  -webkit-animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 90ms forwards;
          animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 90ms forwards;
}
@keyframes hamburger-fadeInRight {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(4) {
  -webkit-animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 120ms forwards;
          animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 120ms forwards;
}
@keyframes hamburger-fadeInRight {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(5) {
  -webkit-animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 150ms forwards;
          animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 150ms forwards;
}
@keyframes hamburger-fadeInRight {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(6) {
  -webkit-animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 180ms forwards;
          animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 180ms forwards;
}
@keyframes hamburger-fadeInRight {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(7) {
  -webkit-animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 210ms forwards;
          animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 210ms forwards;
}
@keyframes hamburger-fadeInRight {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(8) {
  -webkit-animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 240ms forwards;
          animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 240ms forwards;
}
@keyframes hamburger-fadeInRight {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(9) {
  -webkit-animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 270ms forwards;
          animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 270ms forwards;
}
@keyframes hamburger-fadeInRight {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(10) {
  -webkit-animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 300ms forwards;
          animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 300ms forwards;
}
@keyframes hamburger-fadeInRight {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(11) {
  -webkit-animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 330ms forwards;
          animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 330ms forwards;
}
@keyframes hamburger-fadeInRight {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(12) {
  -webkit-animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 360ms forwards;
          animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 360ms forwards;
}
@keyframes hamburger-fadeInRight {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(13) {
  -webkit-animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 390ms forwards;
          animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 390ms forwards;
}
@keyframes hamburger-fadeInRight {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(14) {
  -webkit-animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 420ms forwards;
          animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 420ms forwards;
}
@keyframes hamburger-fadeInRight {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(15) {
  -webkit-animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 450ms forwards;
          animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 450ms forwards;
}
@keyframes hamburger-fadeInRight {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(16) {
  -webkit-animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 480ms forwards;
          animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 480ms forwards;
}
@keyframes hamburger-fadeInRight {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(17) {
  -webkit-animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 510ms forwards;
          animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 510ms forwards;
}
@keyframes hamburger-fadeInRight {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(18) {
  -webkit-animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 540ms forwards;
          animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 540ms forwards;
}
@keyframes hamburger-fadeInRight {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(19) {
  -webkit-animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 570ms forwards;
          animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 570ms forwards;
}
@keyframes hamburger-fadeInRight {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(20) {
  -webkit-animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 600ms forwards;
          animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 600ms forwards;
}
@keyframes hamburger-fadeInRight {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(21) {
  -webkit-animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 630ms forwards;
          animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 630ms forwards;
}
@keyframes hamburger-fadeInRight {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(22) {
  -webkit-animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 660ms forwards;
          animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 660ms forwards;
}
@keyframes hamburger-fadeInRight {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(23) {
  -webkit-animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 690ms forwards;
          animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 690ms forwards;
}
@keyframes hamburger-fadeInRight {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(24) {
  -webkit-animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 720ms forwards;
          animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 720ms forwards;
}
@keyframes hamburger-fadeInRight {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(25) {
  -webkit-animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 750ms forwards;
          animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 750ms forwards;
}
@keyframes hamburger-fadeInRight {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(26) {
  -webkit-animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 780ms forwards;
          animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 780ms forwards;
}
@keyframes hamburger-fadeInRight {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(27) {
  -webkit-animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 810ms forwards;
          animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 810ms forwards;
}
@keyframes hamburger-fadeInRight {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(28) {
  -webkit-animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 840ms forwards;
          animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 840ms forwards;
}
@keyframes hamburger-fadeInRight {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(29) {
  -webkit-animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 870ms forwards;
          animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 870ms forwards;
}
@keyframes hamburger-fadeInRight {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(30) {
  -webkit-animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 900ms forwards;
          animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) 900ms forwards;
}
@keyframes hamburger-fadeInRight {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.hamburger__menu__nav__list__item-link {
  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: 12px 8px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item-link {
    padding: 11px 6px;
  }
}
.hamburger__menu__nav__list__item-link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -1px;
  width: 0;
  left: auto;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #e60021;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .hamburger__menu__nav__list__item-link:hover {
    opacity: 1;
    color: #e60021;
  }
  .hamburger__menu__nav__list__item-link:hover::after {
    left: 0;
    width: 100%;
  }
  .hamburger__menu__nav__list__item-link:hover .hamburger__menu__nav__list__item-icon::before {
    -webkit-animation: arrow-slide01 0.3s both;
            animation: arrow-slide01 0.3s both;
  }
}
.hamburger__menu__nav__list__item-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 24px;
  aspect-ratio: 1/1;
  background: #e60021;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item-icon {
    width: 22px;
  }
}
.hamburger__menu__nav__list__item-icon::before {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_arrow_01.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item-icon::before {
    width: 7px;
  }
}
.hamburger__menu__nav__contact {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 24px;
  opacity: 0;
}
.hamburger__menu__nav__contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #fff;
  background: #e60021;
  border-radius: 100vmax;
  padding: 1.067em 1.87em;
  -webkit-transition: translate 0.3s, -webkit-box-shadow 0.3s;
  transition: translate 0.3s, -webkit-box-shadow 0.3s;
  transition: translate 0.3s, box-shadow 0.3s;
  transition: translate 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__contact-link {
    gap: 12px;
  }
}
@media (any-hover: hover) {
  .hamburger__menu__nav__contact-link:hover {
    opacity: 1;
    translate: 0 -4px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(26, 7, 5, 0.05);
            box-shadow: 0px 10px 20px 0px rgba(26, 7, 5, 0.05);
  }
}
.hamburger__menu__nav__contact-icon {
  width: 1.1764705882em;
}
.hamburger__menu__nav__contact-icon img {
  display: block;
  aspect-ratio: 20/18;
}
.js-open .hamburger__menu__nav__contact {
  -webkit-animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) forwards;
          animation: hamburger-fadeInRight 0.8s cubic-bezier(0.86, 0.01, 0.07, 1) forwards;
}
.hamburger__menu__close {
  position: fixed;
  top: 28px;
  right: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 500;
  width: 60px;
  aspect-ratio: 1/1;
  cursor: pointer;
  background: #ef876a;
  border-radius: 50%;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (max-width: 834px) {
  .hamburger__menu__close {
    top: 24px;
    right: 24px;
    width: 48px;
  }
}
.hamburger__menu__close__bar {
  width: 18px;
  height: 1px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: rotate 0.3s;
  transition: rotate 0.3s;
}
.hamburger__menu__close__bar:nth-child(1) {
  rotate: 45deg;
}
.hamburger__menu__close__bar:nth-child(2) {
  rotate: -45deg;
  translate: 0px -1px;
}
.hamburger__menu__close__text {
  font-size: 0.85rem;
  color: #fff;
  line-height: 1;
  margin-top: 14px;
}
@media (any-hover: hover) {
  .hamburger__menu__close:hover {
    scale: 0.95;
  }
  .hamburger__menu__close:hover .hamburger__menu__close__bar:nth-child(1) {
    rotate: 135deg;
  }
  .hamburger__menu__close:hover .hamburger__menu__close__bar:nth-child(2) {
    rotate: 45deg;
  }
}

/*-------------------------------------------------------
form base setting（kyujin.scssと記述被らないように注意）
-------------------------------------------------------*/
body.iPhone select,
body.iPhone input,
body.iPhone textarea {
  font-size: 16px !important;
}

body input,
body button,
body textarea,
body select {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  line-height: inherit;
  text-overflow: "";
}
body input::-ms-expand,
body button::-ms-expand,
body textarea::-ms-expand,
body select::-ms-expand {
  display: none;
}
body input::-ms-reveal,
body button::-ms-reveal,
body textarea::-ms-reveal,
body select::-ms-reveal {
  visibility: hidden;
}
body input::-ms-clear,
body button::-ms-clear,
body textarea::-ms-clear,
body select::-ms-clear {
  visibility: hidden;
}
body input[type=text],
body input[type=submit],
body input[type=search],
body input[type=button],
body select,
body textarea {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  border: none;
  outline: none;
  transition: all 0.2s;
}
body input[type=search] {
  cursor: auto;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-appearance: textfield;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body input[type=search]:focus {
  outline-offset: -2px;
}
body input[type=search]::-webkit-search-decoration {
  display: none;
}
body select,
body search,
body input {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 15px 28px 16px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: #f5f5f5;
}
@media (min-width: 835px) {
  body select:hover,
  body search:hover,
  body input:hover {
    background: rgb(239.9, 239.9, 239.9);
  }
}
@media (max-width: 834px) {
  body select,
  body search,
  body input {
    padding: 10px 16px !important;
  }
}
@media (max-width: 834px) {
  body select,
  body input[type=text],
  body input[type=search] {
    font-size: 1.6rem;
  }
}
body select {
  padding-right: 64px !important;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}
body input[type=text],
body input[type=search],
body input[type=submit] {
  padding: 15px 20px !important;
  background: #f5f5f5;
}
@media (min-width: 835px) {
  body input[type=text]:hover,
  body input[type=search]:hover,
  body input[type=submit]:hover {
    background: #ffffff;
  }
}
@media (max-width: 834px) {
  body input[type=text],
  body input[type=search],
  body input[type=submit] {
    padding: 14px 16px !important;
  }
}
body input[type=checkbox] {
  display: none;
}
body input[type=checkbox] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: relative;
  cursor: pointer;
  line-height: 1.5;
  padding-left: 22px;
  transition: all 0.2s;
}
@media (max-width: 834px) {
  body input[type=checkbox] + label {
    padding-left: 20px;
  }
}
body input[type=checkbox] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=checkbox] + label::after {
  top: 15px;
  left: 18px;
  z-index: 2;
  width: 5px;
  height: 9px;
  color: #bdbdbd;
  border-bottom: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 834px) {
  body input[type=checkbox] + label::after {
    top: 11px;
    left: 13px;
    width: 4px;
    height: 7px;
  }
}
body input[type=checkbox] + label a:link,
body input[type=checkbox] + label a:visited {
  color: #222;
}
body input[type=checkbox]:checked + label:after {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  opacity: 1;
}
body input[type=radio] {
  display: none;
}
body input[type=radio] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  cursor: pointer;
  display: block;
  line-height: 1.5;
  padding: 0 15px 0 1.5em;
  position: relative;
  transition: all 0.2s;
}
body input[type=radio] + label:before, body input[type=radio] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=radio] + label:before {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  height: 13px;
  left: 0;
  top: 3px;
  width: 13px;
  z-index: 0;
}
body input[type=radio] + label:after {
  background: #00a1e9;
  border-radius: 50%;
  height: 7px;
  left: 3px;
  opacity: 0;
  top: 6px;
  width: 7px;
  z-index: 2;
}
body input[type=radio] + label a:link,
body input[type=radio] + label a:visited {
  color: #222;
}
body input[type=radio]:checked + label:after {
  opacity: 1;
}

/*------------------------------------------
	form custom setting（適宜変更ください）
------------------------------------------*/
.search__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .search__tab {
    gap: 0 20px;
    margin-bottom: 24px;
  }
}
.search__tab__item {
  position: relative;
  text-align: center;
  width: 100%;
  color: #bebaba;
  padding: 12px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  cursor: pointer;
}
.search__tab__item::before {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  background: #e60021;
  opacity: 0;
}
.search__tab__item::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -2px;
  border-style: solid;
  border-width: 8px 10.5px 0 10.5px;
  border-color: #e60021 transparent transparent transparent;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  opacity: 0;
}
.search__tab__item.-active {
  font-weight: bold;
  color: #e60021;
}
.search__tab__item.-active::before, .search__tab__item.-active::after {
  opacity: 1;
}

.custom-form {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.custom-form .custom-form_parts {
  margin-top: 20px;
}
.custom-form .custom-form_parts:first-child {
  margin-top: 0;
}
.custom-form .parts_ttl {
  font-weight: 600;
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 14px;
}
.custom-form .category_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  color: #e60021;
  margin-top: 8px;
}
@media (max-width: 834px) {
  .custom-form .category_title {
    margin-top: 4px;
  }
}
.custom-form .category_title::before {
  content: "";
  width: 5px;
  height: 2px;
  margin-top: 2px;
  margin-right: 6px;
  background: #e60021;
}
.custom-form .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 834px) {
  .custom-form .category_list {
    gap: 0.5em;
  }
}
.custom-form .category_list li label {
  display: block;
  padding-left: 24px;
}
@media (max-width: 834px) {
  .custom-form .category_list li label {
    font-size: 1.4rem;
  }
}
.custom-form select, .custom-form option,
.custom-form .searchWord {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  border: none;
  font-weight: 500;
  line-height: 1.55;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .custom-form select:hover, .custom-form option:hover,
  .custom-form .searchWord:hover {
    background: #f5f5f5;
  }
}
.custom-form .searchWord {
  font-size: 1.6rem;
  font-weight: 400;
}
.custom-form .pull-down {
  position: relative;
}
.custom-form .pull-down::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  right: 30px;
  top: calc(50% - 4px);
  border: 2px solid #003288;
  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 {
    width: 8px;
    height: 8px;
    right: 16px;
  }
}
@media (max-width: 834px) {
  .custom-form .pull-down select {
    font-size: 1.4rem !important;
  }
}
.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: #e60021;
  }
}
.custom-form .selCity-box {
  margin-top: 13px;
}
.custom-form .selCity_alert {
  font-size: 1.4rem;
  color: #6c6c6c;
  display: block;
}
@media (max-width: 834px) {
  .custom-form .selCity_alert {
    font-size: 1.4rem;
  }
}
.custom-form input[type=checkbox] + label {
  display: block;
  padding: 13px 22px 16px;
  padding-left: 38px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 60px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .custom-form input[type=checkbox] + label {
    padding: 14px 18px 16px;
    padding-left: 35px;
  }
}
@media (max-width: 834px) {
  .custom-form input[type=checkbox] + label {
    font-size: 1.4rem;
    padding: 9px 14px 11px;
    padding-left: 26px;
  }
}
@media (hover: hover) {
  .custom-form input[type=checkbox] + label:hover {
    color: #e94636;
  }
  .custom-form input[type=checkbox] + label:hover::after {
    color: #ef876a;
  }
}
.custom-form input[type=checkbox]:checked + label {
  background-color: #e94636;
  color: #fff;
}
.custom-form input[type=checkbox]:checked + label::after {
  color: #fff !important;
}
.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 .btn_cover {
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  min-width: 215px;
  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: 5px;
  color: #ffffff;
  padding: 1em 1.8em 1em 1em;
  background: #e60021;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: none;
  border-radius: 100vmax;
  outline: none;
}
@media (max-width: 834px) {
  .custom-form .btn_cover {
    width: 240px;
  }
}
.custom-form .btn_cover::before {
  content: "";
  display: block;
  width: 23px;
  aspect-ratio: 1/1;
  background: currentColor;
  -webkit-mask: url(../img/common/ico_search.png) center center/contain no-repeat;
          mask: url(../img/common/ico_search.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (any-hover: hover) {
  .custom-form .btn_cover:hover {
    -webkit-filter: saturate(120%);
            filter: saturate(120%);
  }
}
.custom-form .-searchArea .form_parts_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 834px) {
  .custom-form .-searchArea .form_parts_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px 0;
  }
}
.custom-form .form__toggle__input {
  display: none;
}
.custom-form .form__toggle__input.-show {
  display: block;
}
.custom-form .custom-form_parts .parts_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.custom-form .custom-form_parts .parts_ttl::before {
  content: "";
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.4375em;
          flex: 0 0 1.4375em;
  width: 1.4375em;
  background: currentColor;
  pointer-events: none;
}
.custom-form .custom-form_parts.-place .parts_ttl::before {
  -webkit-mask: url(../img/common/ico_place.png) center center/contain no-repeat;
          mask: url(../img/common/ico_place.png) center center/contain no-repeat;
}
.custom-form .custom-form_parts.-jobs .parts_ttl::before {
  -webkit-mask: url(../img/common/ico_job.png) center center/contain no-repeat;
          mask: url(../img/common/ico_job.png) center center/contain no-repeat;
}
.custom-form .custom-form_parts.-type .parts_ttl::before {
  -webkit-mask: url(../img/common/ico_type.png) center center/contain no-repeat;
          mask: url(../img/common/ico_type.png) center center/contain no-repeat;
}
.custom-form .custom-form_parts.-searchArea .parts_ttl::before {
  -webkit-mask: url(../img/common/ico_keyword.png) center center/contain no-repeat;
          mask: url(../img/common/ico_keyword.png) center center/contain no-repeat;
}

/* ============================================
// MODULES
// ==========================================*/
/*--------------------
	page-title
--------------------*/
.pageHeader {
  color: #ffffff;
  background: url(../img/common/bg_pageheader.jpg) center center/cover no-repeat #e94636;
}
.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;
  text-align: center;
  padding: 80px;
}
@media (max-width: 834px) {
  .pageHeader__inner {
    padding: 32px 6.25%;
  }
}
.pageHeader .title .eng {
  font-size: 6.4rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 834px) {
  .pageHeader .title .eng {
    font-size: 4.4rem;
  }
}
.pageHeader .title .ja {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 834px) {
  .pageHeader .title .ja {
    font-size: 1.4rem;
  }
}

/*--------------------
	breadcrumb
--------------------*/
.breadcrumb {
  background: url(../img/common/bg_breadcrumb.jpg) center center/cover no-repeat #e94636;
  padding: 0 32px 60px;
}
@media (max-width: 834px) {
  .breadcrumb {
    padding: 0 20px 60px;
  }
}
.breadcrumb_list {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  white-space: nowrap;
  padding: 1.5em 0;
}
@media (max-width: 834px) {
  .breadcrumb_list {
    padding: 1em 0;
  }
}
.breadcrumb_list_item {
  display: inline;
  font-size: 1.4rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  margin: 0 2px;
}
@media (max-width: 834px) {
  .breadcrumb_list_item {
    font-size: 1.1rem;
  }
}
.breadcrumb_list_item::after {
  content: ">";
  margin-left: 7px;
}
.breadcrumb_list_item:last-child::after {
  display: none;
}
.breadcrumb_list_item a {
  color: #ffffff;
}

/*--------------------
	common-title
--------------------*/
.common-title__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 30px;
}
@media (max-width: 834px) {
  .common-title__body {
    gap: 20px;
  }
}
.common-title__eng {
  font-family: "Gabarito", sans-serif;
  font-size: 7.2rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
  background: #262626 url(../img/common/bg_common-title.jpg) left top/auto 100% no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 834px) {
  .common-title__eng {
    font-size: 4.7rem;
  }
}
.common-title__ja {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 3.3333333333em;
  translate: 0 -0.6em;
}
@media (max-width: 834px) {
  .common-title__ja {
    font-size: 1.4rem;
  }
}
.common-title__ja::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 1.7777777778em;
  height: 1px;
  background: #262626;
  pointer-events: none;
}
.common-title.-column .common-title__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
@media (max-width: 834px) {
  .common-title.-column .common-title__body {
    gap: 6px;
  }
}
.common-title.-column .common-title__ja {
  padding-left: 0.25em;
  translate: 0;
}
.common-title.-column .common-title__ja::before {
  content: none;
}
.common-title.-jaLarge .common-title__body {
  gap: 13px;
}
@media (max-width: 834px) {
  .common-title.-jaLarge .common-title__body {
    gap: 8px;
  }
}
.common-title.-jaLarge .common-title__ja {
  font-size: 3.6rem;
  padding-left: 0;
  background: #262626 url(../img/common/bg_common-title.jpg) left top/auto 100% no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}
@media (max-width: 834px) {
  .common-title.-jaLarge .common-title__ja {
    font-size: 2.5rem;
  }
}
.common-title.-jaLarge .common-title__eng {
  color: #e94636;
  background: none;
  -webkit-text-fill-color: unset;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}

/*--------------------
	common-btn
--------------------*/
.common-btn__body {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.common-btn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
}
@media (max-width: 834px) {
  .common-btn__link {
    gap: 12px;
    font-size: 1.5rem;
  }
}
@media (any-hover: hover) {
  .common-btn__link:hover {
    opacity: 1;
  }
  .common-btn__link:hover .common-btn__text {
    color: #e94636;
  }
  .common-btn__link:hover .common-btn__text::before {
    width: 0;
    left: auto;
  }
  .common-btn__link:hover .common-btn__icon {
    background: #e94636;
  }
  .common-btn__link:hover .common-btn__icon::before {
    -webkit-animation: arrow-slide01 0.3s both;
            animation: arrow-slide01 0.3s both;
  }
}
.common-btn__link.-back {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.common-btn__link.-back .common-btn__icon {
  scale: -1 1;
}
.common-btn__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  font-weight: 700;
  line-height: 1.6;
  color: #e60021;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.common-btn__text::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -3px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid currentColor;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.common-btn__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 2.3333333333em;
  aspect-ratio: 1/1;
  background: #e60021;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (max-width: 834px) {
  .common-btn__icon {
    width: 32px;
  }
}
.common-btn__icon::before {
  content: "";
  display: block;
  width: 0.5555555556em;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_arrow_01.png) center center/contain no-repeat;
  pointer-events: none;
}
.common-btn.-white .common-btn__text {
  color: #fff;
}
.common-btn.-white .common-btn__icon {
  background: #fff;
}
.common-btn.-white .common-btn__icon::before {
  -webkit-mask: url(../img/common/icon_arrow_01.png) center center/contain no-repeat;
          mask: url(../img/common/icon_arrow_01.png) center center/contain no-repeat;
  background: #ef876a;
}
.common-btn.-text-white .common-btn__link {
  color: #fff;
}

/*--------------------
	job_count_pager
--------------------*/
body .job_count_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
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;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
body .job_count_pager .pagination ul li a:hover,
body .job_count_pager .pagination ul li em {
  color: #ffffff;
  background: #e60021;
  border-color: transparent;
}
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 {
  margin-bottom: 30px;
}
@media (max-width: 834px) {
  body .job_count_pager.contents_top {
    margin-bottom: 24px;
  }
}
body .job_count_pager.contents_top .pagination ul li a,
body .job_count_pager.contents_top .pagination ul li em {
  margin: 0 2px;
}
body .job_count_pager.contents_bottom {
  display: block;
  padding-top: 64px;
}
@media (max-width: 834px) {
  body .job_count_pager.contents_bottom {
    padding-top: 40px;
  }
}
body .job_count_pager.contents_bottom .pagination ul li {
  font-size: 13px;
}
body .job_count_pager.contents_bottom .pagination ul li a,
body .job_count_pager.contents_bottom .pagination ul li em {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 4px;
}
@media (max-width: 834px) {
  body .job_count_pager.contents_bottom .pagination ul li a,
  body .job_count_pager.contents_bottom .pagination ul li em {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}

/* ============================================
// HEADER
// ==========================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.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;
  padding: 30px clamp(29.2px, 2.8571428571vw, 40px) 30px clamp(35.04px, 3.4285714286vw, 48px);
  background: #fff;
  -webkit-box-shadow: 0 0 4px 4px rgba(38, 38, 38, 0);
          box-shadow: 0 0 4px 4px rgba(38, 38, 38, 0);
  -webkit-transition: padding 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: padding 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: padding 0.3s, background 0.3s, box-shadow 0.3s;
  transition: padding 0.3s, background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 834px) {
  .header__inner {
    padding: 16px 5%;
  }
}
.header__logo-link {
  display: block;
  max-width: 221px;
  -webkit-transition: max-width 0.3s;
  transition: max-width 0.3s;
}
@media (max-width: 834px) {
  .header__logo-link {
    max-width: 187.85px;
  }
}
.header__nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  gap: clamp(18px, 1.7910447761vw, 24px);
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(21.9px, 2.1428571429vw, 30px);
}
@media (max-width: 834px) {
  .header__nav {
    display: none;
  }
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(23.36px, 2.2857142857vw, 32px);
}
@media (max-width: 1340px) {
  .header__nav-list {
    display: none;
  }
}
.header__nav-link {
  font-weight: 700;
  line-height: 1.6;
}
@media (any-hover: hover) {
  .header__nav-link:hover {
    opacity: 1;
    color: #e60021;
  }
}
.header__contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  background: #e60021;
  border-radius: 100vmax;
  padding: 1.067em 1.87em;
  -webkit-transition: scale 0.3s, -webkit-box-shadow 0.3s;
  transition: scale 0.3s, -webkit-box-shadow 0.3s;
  transition: scale 0.3s, box-shadow 0.3s;
  transition: scale 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media (any-hover: hover) {
  .header__contact-link:hover {
    opacity: 1;
    scale: 0.95;
    -webkit-box-shadow: 0 0 10px rgba(230, 0, 33, 0.4);
            box-shadow: 0 0 10px rgba(230, 0, 33, 0.4);
  }
}
.header__contact-icon {
  width: 1.4em;
}
.header__contact-icon img {
  display: block;
  aspect-ratio: 21/16;
}
.header.js-scrolled .header__inner {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.js-scrolled .header__inner {
  padding: 10px 3%;
  background: white;
  -webkit-box-shadow: 0 1px 5px rgba(38, 38, 38, 0.1);
          box-shadow: 0 1px 5px rgba(38, 38, 38, 0.1);
}
.js-scrolled .header__logo-link {
  display: block;
  max-width: 198.9px;
}
@media (max-width: 834px) {
  .js-scrolled .header__logo-link {
    max-width: 169.065px;
  }
}
.js-scrolled .header__nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  gap: clamp(18px, 1.7910447761vw, 24px);
}
.js-scrolled .header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(21.9px, 2.1428571429vw, 30px);
}
@media (max-width: 834px) {
  .js-scrolled .header__nav {
    display: none;
  }
}
.js-scrolled .header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(23.36px, 2.2857142857vw, 32px);
}
@media (max-width: 1340px) {
  .js-scrolled .header__nav-list {
    display: none;
  }
}
.js-scrolled .header__nav-link {
  font-weight: 700;
  line-height: 1.6;
}
@media (any-hover: hover) {
  .js-scrolled .header__nav-link:hover {
    opacity: 1;
    color: #e60021;
  }
}
.js-scrolled .header__contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  background: #e60021;
  border-radius: 100vmax;
  padding: 1.067em 1.87em;
}
@media (any-hover: hover) {
  .js-scrolled .header__contact-link:hover {
    opacity: 1;
  }
}
.js-scrolled .header__contact-icon {
  width: 1.4em;
}
.js-scrolled .header__contact-icon img {
  display: block;
  aspect-ratio: 21/16;
}
.js-scrolled .header.js-scrolled .header__inner {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

/* ============================================
// FOOTER
// ==========================================*/
.footer {
  position: relative;
}
body:not(.front-page) .footer {
  margin-top: -60px;
}
.footer::before {
  content: "";
  position: absolute;
  inset: 58px 0 0 0;
  background: #fff;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .footer::before {
    inset: 48px 0 0 0;
  }
}
.footer__inner {
  padding-bottom: 106px;
}
@media (max-width: 834px) {
  .footer__inner {
    padding-bottom: 72px;
  }
}
.footer__contents {
  position: relative;
}
.footer__contact {
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px;
}
@media (max-width: 834px) {
  .footer__contact {
    padding: 40px 7.5% 42px;
  }
}
.footer__contact::before {
  content: "";
  position: absolute;
  inset: 0 -40px;
  background: #fff;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .footer__contact::before {
    inset: 0 -3%;
  }
}
.footer__contact-lead {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (min-width: 835px) {
  .footer__contact-lead br {
    display: none;
  }
}
@media (max-width: 834px) {
  .footer__contact-lead {
    font-size: 1.8rem;
    text-align: center;
  }
}
.footer__contact-body {
  margin-top: 50px;
  padding: 0 clamp(57.6px, 8.6330935252vw, 72px) 0 clamp(64px, 6.1538461538vw, 80px);
}
@media (min-width: 835px) {
  .footer__contact-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
}
@media (max-width: 1200px) {
  .footer__contact-body {
    padding: 0;
  }
}
@media (max-width: 834px) {
  .footer__contact-body {
    margin-top: 24px;
  }
}
.footer__contact-tel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__contact-tel-label {
  font-weight: 700;
  line-height: 1.6;
}
.footer__contact-tel-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 8px;
}
@media (max-width: 834px) {
  .footer__contact-tel-number {
    gap: 8px;
    margin-top: 6px;
  }
}
.footer__contact-tel-icon {
  max-width: 41px;
}
@media (max-width: 834px) {
  .footer__contact-tel-icon {
    max-width: 34px;
  }
}
.footer__contact-tel-icon img {
  display: block;
  aspect-ratio: 1/1;
}
.footer__contact-tel-link {
  font-family: "Gabarito", sans-serif;
  font-size: 4.2rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #e94636;
  line-height: 1;
}
@media (max-width: 834px) {
  .footer__contact-tel-link {
    font-size: 3.8rem;
  }
}
.footer__contact-tel-hours {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 6px;
}
@media (max-width: 834px) {
  .footer__contact-tel-hours {
    font-size: 1.3rem;
    margin-top: 4px;
  }
}
@media (min-width: 835px) {
  .footer__contact-tel + .footer__contact-form::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 1px;
    height: 120px;
    background: #e5e5e5;
    pointer-events: none;
  }
}
.footer__contact-form {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 835px) {
  .footer__contact-form {
    padding-left: 16px;
  }
}
.footer__contact-form-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  background: #e60021;
  border-radius: 100vmax;
  width: 340px;
  padding: 1.422em 1em;
  margin-inline: auto;
  -webkit-transition: translate 0.3s, -webkit-box-shadow 0.3s;
  transition: translate 0.3s, -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s, translate 0.3s;
  transition: box-shadow 0.3s, translate 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 834px) {
  .footer__contact-form-link {
    font-size: 1.5rem;
    gap: 8px;
    width: auto;
    max-width: 264px;
    margin-top: 24px;
    padding: 1.2em 1em;
  }
}
@media (any-hover: hover) {
  .footer__contact-form-link:hover {
    opacity: 1;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(26, 7, 5, 0.05);
            box-shadow: 0px 10px 20px 0px rgba(26, 7, 5, 0.05);
    translate: 0 -4px;
  }
}
.footer__contact-form-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 26px;
}
@media (max-width: 834px) {
  .footer__contact-form-icon {
    max-width: 22px;
  }
}
.footer__contact-form-icon img {
  display: block;
  aspect-ratio: 26/19;
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 65px;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 834px) {
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 32px;
  }
}
@media (min-width: 835px) {
  .footer__brand {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 834px) {
  .footer__brand {
    margin-top: 24px;
  }
}
.footer__logo-link {
  display: block;
  max-width: 221px;
}
@media (max-width: 834px) {
  .footer__logo-link {
    max-width: 187.85px;
  }
}
.footer__address {
  font-size: 1.4rem;
  font-weight: 500;
  color: #666;
  margin-top: 31px;
}
@media (min-width: 835px) {
  .footer__address {
    padding-right: clamp(58.4px, 5.7142857143vw, 80px);
  }
}
@media (max-width: 834px) {
  .footer__address {
    font-size: 1.3rem;
    margin-top: 16px;
  }
}
.footer__address-tel {
  color: #666;
}
.footer__policies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
  margin-top: 67px;
}
@media (max-width: 834px) {
  .footer__policies {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 8px;
    margin-top: 32px;
  }
}
.footer__copyright {
  font-size: 1.3rem;
  font-weight: 500;
  color: #666;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .footer__copyright {
    font-size: 1.2rem;
  }
}
.footer__analytics {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__analytics-link {
  position: relative;
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  color: #666;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .footer__analytics-link {
    font-size: 1.2rem;
  }
}
.footer__analytics-link::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  pointer-events: none;
}
@media (max-width: 834px) {
  .footer__analytics-link::before {
    bottom: 2px;
  }
}
.footer__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 835px) {
  .footer__nav-list {
    gap: 22px 38px;
    margin-top: 18px;
    padding-right: clamp(99.28px, 9.7142857143vw, 136px);
  }
}
@media (max-width: 834px) {
  .footer__nav-list {
    gap: 10px 16px;
  }
}
.footer__nav-link {
  position: relative;
  font-weight: 700;
}
.footer__nav-link::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -2px;
  right: 0;
  width: 0;
  left: auto;
  height: 1px;
  border-bottom: 1px solid #e60021;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (any-hover: hover) {
  .footer__nav-link:hover {
    opacity: 1;
    color: #e60021;
  }
  .footer__nav-link:hover::before {
    left: 0;
    width: 100%;
  }
}

/* ============================================
// PAGETOP
// ==========================================*/
.pagetop {
  position: absolute;
  right: 0;
  bottom: 0;
}
.pagetop__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 66px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e94636;
  -webkit-transition: translate 0.3s, -webkit-box-shadow 0.3s;
  transition: translate 0.3s, -webkit-box-shadow 0.3s;
  transition: translate 0.3s, box-shadow 0.3s;
  transition: translate 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 834px) {
  .pagetop__link {
    width: 52.8px;
  }
}
.pagetop__link img {
  width: 15px;
  aspect-ratio: 1/1;
}
@media (max-width: 834px) {
  .pagetop__link img {
    width: 12px;
  }
}
@media (any-hover: hover) {
  .pagetop__link:hover {
    opacity: 1;
    translate: 0 -4px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(26, 7, 5, 0.05);
            box-shadow: 0px 10px 20px 0px rgba(26, 7, 5, 0.05);
  }
  .pagetop__link:hover img {
    -webkit-animation: arrow-slide03 0.3s both;
            animation: arrow-slide03 0.3s both;
  }
}

/* ============================================
// 求人導線
// ==========================================*/
.sec-recruit {
  position: relative;
  background: #e94636;
  margin-bottom: -59px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .sec-recruit {
    margin-bottom: -48px;
  }
}
.sec-recruit__inner {
  position: relative;
  padding-bottom: 143px;
  z-index: 1;
}
@media (max-width: 834px) {
  .sec-recruit__inner {
    padding-bottom: 104px;
  }
}
.sec-recruit__heading {
  font-family: "Gabarito", sans-serif;
  font-size: 18rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.2);
  line-height: 0.7;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .sec-recruit__heading {
    font-size: 10rem;
  }
}
.sec-recruit__lead {
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  max-width: 1340px;
  padding-inline: 70px;
  margin-inline: auto;
  margin-top: 50px;
}
@media (max-width: 834px) {
  .sec-recruit__lead {
    font-size: 2.1rem;
    padding-inline: 6.25%;
    margin-top: 24px;
  }
}
.sec-recruit__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 50px;
}
@media (max-width: 834px) {
  .sec-recruit__wrapper {
    margin-top: 24px;
  }
}
.sec-recruit__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: infinity-scroll 60s linear infinite both;
          animation: infinity-scroll 60s linear infinite both;
}
.sec-recruit__items img {
  margin-right: 20px;
  width: auto;
  height: 240px;
  aspect-ratio: 360/240;
  border-radius: 5px;
}
@media (max-width: 834px) {
  .sec-recruit__items img {
    margin-right: 8px;
    height: 120px;
    border-radius: 3px;
  }
}
.sec-recruit__meta {
  max-width: 1340px;
  padding-inline: 70px;
  margin-inline: auto;
}
@media (min-width: 835px) {
  .sec-recruit__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px;
    margin-top: 64px;
  }
}
@media (max-width: 834px) {
  .sec-recruit__meta {
    padding-inline: 6.25%;
    margin-top: 24px;
  }
}
@media (min-width: 835px) {
  .sec-recruit__grouping {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(17.52px, 1.7142857143vw, 24px);
  }
}
.sec-recruit__group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  padding: 0.55em 1.14em;
  border: 1px solid currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .sec-recruit__group {
    font-size: 1.5rem;
  }
}
.sec-recruit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px clamp(16.06px, 1.5714285714vw, 22px);
}
@media (max-width: 834px) {
  .sec-recruit__list {
    gap: 4px 16px;
    margin-top: 8px;
  }
}
.sec-recruit__item {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .sec-recruit__item {
    font-size: 1.5rem;
  }
}
@media (max-width: 834px) {
  .sec-recruit .common-btn {
    margin-top: 24px;
  }
}
@media (max-width: 834px) {
  .sec-recruit .common-btn__body {
    margin-left: auto;
  }
}
.sec-recruit .common-btn__link {
  font-size: 2rem;
}
@media (max-width: 834px) {
  .sec-recruit .common-btn__link {
    font-size: 1.5rem;
  }
}
.sec-recruit__deco01, .sec-recruit__deco02, .sec-recruit__deco03 {
  position: absolute;
  aspect-ratio: 1/1;
  border-radius: 50%;
  pointer-events: none;
}
.sec-recruit__deco01 {
  top: -450px;
  left: -310px;
  width: clamp(900px, 52.0833333333vw, 1000px);
  background: rgba(239, 135, 106, 0.5);
}
@media (max-width: 1400px) {
  .sec-recruit__deco01 {
    width: clamp(810px, 69.2307692308vw, 900px);
  }
}
@media (max-width: 834px) {
  .sec-recruit__deco01 {
    width: clamp(340px, 59.9520383693vw, 500px);
    top: -200px;
    left: -200px;
  }
}
.sec-recruit__deco02 {
  top: -1045px;
  right: -915px;
  width: clamp(2145px, 135.4166666667vw, 2600px);
  background: rgba(239, 135, 106, 0.3);
}
@media (max-width: 1400px) {
  .sec-recruit__deco02 {
    width: clamp(1930.5px, 165vw, 2145px);
  }
}
@media (max-width: 834px) {
  .sec-recruit__deco02 {
    width: clamp(1056px, 143.8848920863vw, 1200px);
    top: -500px;
    right: -450px;
  }
}
.sec-recruit__deco03 {
  bottom: -400px;
  right: -410px;
  width: clamp(900px, 52.0833333333vw, 1000px);
  background: rgba(239, 135, 106, 0.5);
}
@media (max-width: 1400px) {
  .sec-recruit__deco03 {
    width: clamp(810px, 69.2307692308vw, 900px);
  }
}
@media (max-width: 834px) {
  .sec-recruit__deco03 {
    width: clamp(340px, 59.9520383693vw, 500px);
    bottom: -200px;
    right: -200px;
  }
}

/* ============================================
// INDEX
// ==========================================*/
.front-page #container {
  opacity: 0.01;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.front-page.js-loaded #container {
  opacity: 1;
}
.front-page .main {
  padding: 124px 0 0;
}
@media (max-width: 834px) {
  .front-page .main {
    padding: 83px 0 0;
  }
}
.front-page .hero {
  position: relative;
  max-height: 810px;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: rgba(246, 179, 154, 0.8);
}
@media (max-width: 834px) {
  .front-page .hero {
    height: 464px;
    height: clamp(397px, 77.3333333333vw, 464px);
  }
}
.front-page .hero__deco {
  position: absolute;
  inset: 0;
}
.front-page .hero__deco::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 41px);
  height: 100%;
  background: #f6b39a;
  pointer-events: none;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, calc(100% - 80px) 100%, 0% 100%);
  -webkit-transition: clip-path 0.6s 2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: clip-path 0.6s 2s cubic-bezier(0.77, 0, 0.175, 1);
}
.front-page .hero__deco::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% + 41px);
  height: 100%;
  background: #f6b39a;
  pointer-events: none;
  z-index: 1;
  clip-path: polygon(80px 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition: clip-path 0.6s 2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: clip-path 0.6s 2s cubic-bezier(0.77, 0, 0.175, 1);
}
.front-page .hero__deco01, .front-page .hero__deco02, .front-page .hero__deco03 {
  position: absolute;
  aspect-ratio: 1/1;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
  -webkit-transition: opacity 0.3s 2s;
  transition: opacity 0.3s 2s;
}
.front-page .hero__deco01 {
  top: -450px;
  left: -310px;
  width: clamp(900px, 52.0833333333vw, 1000px);
  background: rgba(239, 135, 106, 0.5);
}
@media (max-width: 1400px) {
  .front-page .hero__deco01 {
    width: clamp(810px, 69.2307692308vw, 900px);
  }
}
@media (max-width: 834px) {
  .front-page .hero__deco01 {
    width: clamp(340px, 59.9520383693vw, 500px);
    top: -200px;
    left: -200px;
  }
}
.front-page .hero__deco02 {
  top: -1045px;
  right: -915px;
  width: clamp(2145px, 135.4166666667vw, 2600px);
  background: rgba(239, 135, 106, 0.3);
}
@media (max-width: 1400px) {
  .front-page .hero__deco02 {
    width: clamp(1930.5px, 165vw, 2145px);
  }
}
@media (max-width: 834px) {
  .front-page .hero__deco02 {
    width: clamp(900px, 143.8848920863vw, 1200px);
    top: -500px;
    right: -450px;
  }
}
.front-page .hero__deco03 {
  bottom: -400px;
  right: -410px;
  width: clamp(900px, 52.0833333333vw, 1000px);
  background: rgba(239, 135, 106, 0.5);
}
@media (max-width: 1400px) {
  .front-page .hero__deco03 {
    width: clamp(810px, 69.2307692308vw, 900px);
  }
}
@media (max-width: 834px) {
  .front-page .hero__deco03 {
    width: clamp(340px, 59.9520383693vw, 500px);
    bottom: -200px;
    right: -200px;
  }
}
.front-page .hero__movie {
  position: absolute;
  inset: 0;
}
.front-page .hero__movie .vimeo {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  aspect-ratio: 16/9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  pointer-events: none;
  border: 0;
}
@media (max-width: 834px) {
  .front-page .hero__movie .vimeo {
    width: auto;
    height: 100%;
  }
}
.front-page .hero__copy {
  position: absolute;
  bottom: clamp(53.28px, 5.1388888889vw, 74px);
  left: clamp(57.6px, 5.5555555556vw, 80px);
  width: 100%;
  max-width: clamp(478px, 56.6666666667vw, 816px);
  z-index: 2;
}
@media (max-width: 834px) {
  .front-page .hero__copy {
    bottom: clamp(16px, 3.4285714286vw, 24px);
    left: clamp(16px, 3.4285714286vw, 24px);
    max-width: clamp(296px, 65.1428571429vw, 456px);
  }
}
.front-page .hero__copy-eng {
  font-size: 8rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
  line-height: 1.2;
}
.front-page .hero__copy-eng svg {
  width: 100%;
  height: auto;
  overflow: visible;
  display: block;
}
.front-page .hero__copy-eng .svg-text {
  font-weight: 600;
  fill: currentColor;
  fill-opacity: 0;
  stroke: currentColor;
  stroke-width: 1px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 834px) {
  .front-page .hero__copy-eng .svg-text {
    stroke-width: 2px;
  }
}
.front-page .hero__copy-ja {
  font-size: clamp(1.296rem, 1.25vw, 1.8rem);
  font-weight: 700;
  color: transparent;
  line-height: 1.6;
  margin-top: clamp(20.16px, 1.9444444444vw, 28px);
  opacity: 0;
}
.front-page .hero__copy-ja .eng {
  font-family: "Gabarito", sans-serif;
  font-weight: 500;
}
@media (max-width: 834px) {
  .front-page .hero__copy-ja {
    font-size: clamp(1.2rem, 2.3333333333vw, 1.4rem);
    margin-top: clamp(8px, 1.6666666667vw, 10px);
  }
}
.front-page.js-loaded .hero__deco01, .front-page.js-loaded .hero__deco02, .front-page.js-loaded .hero__deco03 {
  opacity: 0;
}
.front-page.js-loaded .hero__deco::before {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.front-page.js-loaded .hero__deco::after {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.front-page.js-loaded .hero__copy-eng .svg-text {
  -webkit-animation: hero-draw 2s cubic-bezier(0.86, 0.01, 0.07, 1) forwards;
          animation: hero-draw 2s cubic-bezier(0.86, 0.01, 0.07, 1) forwards;
}
.front-page.js-loaded .hero__copy-eng .svg-text.second {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.front-page.js-loaded .hero__copy-ja {
  -webkit-animation: hero-copyFadeIn 2.1s 0.7s cubic-bezier(0.86, 0.01, 0.07, 1) forwards;
          animation: hero-copyFadeIn 2.1s 0.7s cubic-bezier(0.86, 0.01, 0.07, 1) forwards;
}
@media (max-width: 834px) {
  .front-page .facility:has(.facility__item:nth-of-type(2)) .facility__list {
    margin-top: 8px;
  }
}
@media (max-width: 834px) {
  .front-page .facility:has(.facility__item:nth-of-type(2)) .facility__note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.6;
    color: #e94636;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-inline: 1em;
    margin-top: 24px;
    margin-inline: auto;
  }
  .front-page .facility:has(.facility__item:nth-of-type(2)) .facility__note::before, .front-page .facility:has(.facility__item:nth-of-type(2)) .facility__note::after {
    content: "";
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 0.9em;
    aspect-ratio: 1/1;
    background: #e94636;
    pointer-events: none;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
  }
}
.front-page .facility__inner {
  padding-top: 130px;
}
@media (max-width: 834px) {
  .front-page .facility__inner {
    padding-top: 56px;
  }
}
@media (max-width: 834px) {
  .front-page .facility__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 835px) {
  .front-page .facility__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 834px) {
  .front-page .facility__head {
    display: contents;
  }
}
.front-page .facility .common-btn {
  margin-top: auto;
}
@media (max-width: 834px) {
  .front-page .facility .common-btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: auto;
    margin-top: 24px;
  }
}
.front-page .facility__lead {
  font-weight: 700;
  margin-top: 42px;
}
@media (max-width: 834px) {
  .front-page .facility__lead {
    font-size: 1.4rem;
    margin-top: 16px;
  }
}
.front-page .facility__note {
  display: none;
}
@media (min-width: 835px) {
  .front-page .facility__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, 28.8333333333%);
    gap: 0 4.5%;
    margin-top: 54px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .front-page .facility__list:has(.facility__item:nth-of-type(3)) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 835px) and (min-width: 835px) {
  .front-page .facility__list:has(.facility__item:nth-of-type(3)) .facility__item {
    max-width: 364px;
    height: auto;
  }
}
@media (max-width: 834px) {
  .front-page .facility__list {
    margin-top: 24px;
  }
}
@media (min-width: 835px) {
  .front-page .facility__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 364px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
  .front-page .facility__item:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media (max-width: 834px) {
  .front-page .facility__item {
    overflow: hidden;
  }
}
.front-page .facility__link {
  display: block;
}
@media (min-width: 835px) {
  .front-page .facility__link {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
}
@media (any-hover: hover) {
  .front-page .facility__link:hover {
    opacity: 1;
  }
  .front-page .facility__link:hover .facility__image img {
    scale: 1.05;
  }
  .front-page .facility__link:hover .facility__name {
    color: #e60021;
  }
}
.front-page .facility__image {
  max-width: 364px;
  aspect-ratio: 364/243;
  border-radius: 5px;
  overflow: hidden;
  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;
  margin-inline: auto;
}
.front-page .facility__image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  border-radius: 5px;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
.front-page .facility__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  margin-top: -2px;
}
.front-page .facility__title {
  padding-top: 24px;
  padding-bottom: 16px;
}
@media (max-width: 834px) {
  .front-page .facility__title {
    padding-top: 18px;
    padding-bottom: 10px;
  }
}
.front-page .facility__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.front-page .facility__category-text {
  font-size: 1.4rem;
  font-weight: 500;
  color: #666;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .front-page .facility__category-text {
    font-size: 1.3rem;
  }
}
.front-page .facility__name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 4px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 834px) {
  .front-page .facility__name {
    font-size: 1.9rem;
  }
}
.front-page .facility__vacancy {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  padding: 0 1em;
  z-index: 1;
  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;
}
@media (min-width: 835px) {
  .front-page .facility__vacancy {
    margin-right: -18px;
    margin-top: 9px;
  }
}
@media (max-width: 834px) {
  .front-page .facility__vacancy {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
  }
}
.front-page .facility__vacancy::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 120px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .front-page .facility__vacancy::before {
    width: 110px;
  }
}
.front-page .facility__vacancy-status {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 8px;
}
@media (max-width: 834px) {
  .front-page .facility__vacancy-status {
    font-size: 1.3rem;
    margin-bottom: 6px;
  }
}
.front-page .facility__vacancy-status::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #262626;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .facility__vacancy-status::before {
    bottom: -1px;
  }
}
.front-page .facility__vacancy-num {
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .front-page .facility__vacancy-num {
    font-size: 1.35rem;
  }
}
.front-page .facility__vacancy-num.-full {
  font-size: 2.4rem;
  color: #999;
}
@media (max-width: 834px) {
  .front-page .facility__vacancy-num.-full {
    font-size: 2.2rem;
  }
}
.front-page .facility__vacancy-count {
  font-family: "Gabarito", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #e94636;
  line-height: 1;
  margin-right: 3px;
}
@media (max-width: 834px) {
  .front-page .facility__vacancy-count {
    font-size: 3.6rem;
  }
}
.front-page .facility__address {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  color: #666;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  padding-top: 20px;
}
@media (max-width: 834px) {
  .front-page .facility__address {
    padding-top: 16px;
  }
}
.front-page .facility__address::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  pointer-events: none;
  z-index: 1;
}
@media (min-width: 835px) {
  .front-page .facility .swiper-controls {
    display: none;
  }
}
@media (max-width: 834px) {
  .front-page .facility .swiper {
    width: 100%;
    overflow: visible;
  }
  .front-page .facility .swiper .swiper-controls {
    position: absolute;
    bottom: -59px;
    left: 0;
    width: 88px;
    height: 40px;
  }
  .front-page .facility .swiper .swiper-button-prev, .front-page .facility .swiper .swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    background: #e60021;
    border-radius: 50%;
    top: 0;
    margin-top: 0;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .front-page .facility .swiper .swiper-button-prev::before, .front-page .facility .swiper .swiper-button-next::before {
    content: "";
    width: 14px;
    aspect-ratio: 37/38;
    -webkit-mask: url(../img/common/icon_arrow_02.png) center center/contain no-repeat;
            mask: url(../img/common/icon_arrow_02.png) center center/contain no-repeat;
    background: #fff;
    pointer-events: none;
  }
  .front-page .facility .swiper .swiper-button-prev::after, .front-page .facility .swiper .swiper-button-next::after {
    content: none;
  }
  .front-page .facility .swiper .swiper-button-next {
    left: auto;
    right: 0;
  }
  .front-page .facility .swiper .swiper-button-prev {
    left: 0;
  }
  .front-page .facility .swiper .swiper-button-prev::before {
    rotate: 180deg;
  }
}
.front-page .flow__inner {
  padding-top: 96px;
}
@media (max-width: 834px) {
  .front-page .flow__inner {
    padding-top: 68px;
  }
}
.front-page .flow__link {
  display: block;
  background: #f2f2f2;
  -webkit-transition: translate 0.3s, -webkit-box-shadow 0.3s;
  transition: translate 0.3s, -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s, translate 0.3s;
  transition: box-shadow 0.3s, translate 0.3s, -webkit-box-shadow 0.3s;
}
@media (min-width: 835px) {
  .front-page .flow__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(56px, 5.5555555556vw, 80px);
    border-radius: 10px;
  }
}
@media (max-width: 1200px) {
  .front-page .flow__link {
    gap: 32px;
  }
}
@media (max-width: 834px) {
  .front-page .flow__link {
    border-radius: 5px;
  }
}
@media (any-hover: hover) {
  .front-page .flow__link:hover {
    opacity: 1;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(26, 7, 5, 0.05);
            box-shadow: 0px 10px 20px 0px rgba(26, 7, 5, 0.05);
    translate: 0 -4px;
  }
  .front-page .flow__link:hover .common-btn__icon::before {
    -webkit-animation: arrow-slide01 0.3s both;
            animation: arrow-slide01 0.3s both;
  }
}
@media (min-width: 835px) {
  .front-page .flow__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46.1666666667%;
            flex: 0 0 46.1666666667%;
    margin-top: -25px;
  }
}
@media (max-width: 834px) {
  .front-page .flow__image img {
    margin-top: -25px;
    margin-top: -14px;
    margin-top: calc(-1 * clamp(14px, 3.5714285714vw, 25px));
  }
}
.front-page .flow__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  padding-right: clamp(47.45px, 4.6428571429vw, 65px);
}
@media (max-width: 1200px) {
  .front-page .flow__title {
    padding-right: 32px;
  }
}
@media (max-width: 834px) {
  .front-page .flow__title {
    padding: 16px 5%;
  }
}
.front-page .flow .common-title__body {
  gap: clamp(21.9px, 2.1428571429vw, 30px);
}
@media (max-width: 834px) {
  .front-page .flow .common-title__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6px;
  }
}
@media (min-width: 835px) {
  .front-page .flow .common-title__eng {
    font-size: 5.6rem;
  }
}
@media (min-width: 835px) {
  .front-page .flow .common-title__ja {
    font-size: clamp(1.6rem, 1.3846153846vw, 1.8rem);
  }
}
@media (max-width: 834px) {
  .front-page .flow .common-title__ja {
    padding-left: 0.25em;
    translate: 0;
  }
  .front-page .flow .common-title__ja::before {
    content: none;
  }
}
@media (min-width: 835px) {
  .front-page .flow .common-btn__icon {
    width: clamp(35.7px, 3.5vw, 42px);
  }
}
.front-page .news {
  position: relative;
}
.front-page .news::before {
  content: "";
  position: absolute;
  bottom: -170px;
  left: -170px;
  width: 340px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #ef876a;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .news::before {
    bottom: -119px;
    left: -119px;
    width: 238px;
    background: rgba(239, 135, 106, 0.5);
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}
.front-page .news__inner {
  padding-top: 140px;
  padding-bottom: 150px;
}
@media (max-width: 834px) {
  .front-page .news__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (max-width: 834px) {
  .front-page .news__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 835px) {
  .front-page .news__title {
    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;
  }
}
@media (max-width: 834px) {
  .front-page .news__title {
    display: contents;
  }
}
.front-page .news .common-btn {
  margin-top: auto;
}
@media (max-width: 834px) {
  .front-page .news .common-btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: auto;
    margin-top: 16px;
  }
}
@media (min-width: 835px) {
  .front-page .news__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8.3333333333%;
    margin-top: 70px;
  }
}
@media (max-width: 834px) {
  .front-page .news__body {
    margin-top: 24px;
  }
}
@media (min-width: 835px) {
  .front-page .news__tab {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(255px, 25vw, 300px);
            flex: 0 0 clamp(255px, 25vw, 300px);
  }
}
@media (max-width: 834px) {
  .front-page .news__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 10px;
  }
}
.front-page .news__tab-item {
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
}
.front-page .news__tab-item.-active {
  pointer-events: none;
  border-bottom: none;
}
.front-page .news__tab-item.-active .news__tab-link {
  color: #fff;
  background: #e94636;
}
.front-page .news__tab-item.-active .news__tab-link::before {
  background: #e94636;
}
@media (max-width: 834px) {
  .front-page .news__tab-item.-active .news__tab-link::before {
    left: 0;
  }
}
.front-page .news__tab-link {
  position: relative;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  padding: 1.47em clamp(24px, 2.3076923077vw, 30px) 1.2em;
  color: #e94636;
  background: transparent;
  -webkit-transition: color 0.3s, background 0.3s, translate 0.2s;
  transition: color 0.3s, background 0.3s, translate 0.2s;
}
@media (max-width: 834px) {
  .front-page .news__tab-link {
    font-size: 1.3rem;
    padding: 0.5em 1em;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.front-page .news__tab-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 21px;
  height: 100%;
  background: transparent;
  clip-path: polygon(1px 0, 100% 50%, 1px 100%, 0 100%, 0 0);
  -webkit-transition: background 0.3s, left 0.3s;
  transition: background 0.3s, left 0.3s;
}
@media (max-width: 834px) {
  .front-page .news__tab-link::before {
    top: 100%;
    left: 0;
    width: 100%;
    height: 6px;
    clip-path: polygon(100% 0, 100% 1px, 50% 100%, 0 1px, 0 0);
  }
}
@media (any-hover: hover) {
  .front-page .news__tab-link:hover {
    opacity: 1;
    translate: 8px 0;
  }
}
@media (min-width: 835px) {
  .front-page .news__wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (max-width: 834px) {
  .front-page .news__wrapper {
    margin-top: 16px;
  }
}
.front-page .news__block {
  height: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
}
.front-page .news__block.-active {
  height: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.front-page .news__item {
  border-bottom: 2px solid #e5e5e5;
}
@media (max-width: 834px) {
  .front-page .news__item {
    border-bottom: 1px solid #e5e5e5;
  }
}
@media (min-width: 835px) {
  .front-page .news__item:first-child .news__item-link {
    padding-top: 0;
  }
}
.front-page .news__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 30px 30px 27px 12px;
}
@media (max-width: 834px) {
  .front-page .news__item-link {
    gap: 8px;
    padding: 16px 2%;
  }
}
@media (any-hover: hover) {
  .front-page .news__item-link:hover {
    opacity: 1;
  }
  .front-page .news__item-link:hover .news__item-text {
    translate: 8px 0;
  }
  .front-page .news__item-link:hover .news__item-icon {
    -webkit-animation: arrow-slide02 0.3s both;
            animation: arrow-slide02 0.3s both;
  }
}
.front-page .news__item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-transition: translate 0.2s;
  transition: translate 0.2s;
}
.front-page .news__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width: 834px) {
  .front-page .news__item-info {
    gap: 8px;
  }
}
.front-page .news__item-date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1.4rem;
  color: #666;
  line-height: 1.6;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 834px) {
  .front-page .news__item-date {
    font-size: 1.3rem;
  }
}
.front-page .news__item-label-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
@media (max-width: 834px) {
  .front-page .news__item-label-wrap {
    gap: 2px;
  }
}
.front-page .news__item-label {
  font-size: 1.3rem;
  color: #e94636;
  line-height: 1.6;
  border: 1px solid currentColor;
  border-radius: 100vmax;
  padding: 0.6em 1.34em 0.4em;
  background: #fff;
}
@media (max-width: 834px) {
  .front-page .news__item-label {
    font-size: 1.1rem;
    padding: 0.3em 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.front-page .news__item-title {
  font-weight: 700;
  line-height: 1.7777777778;
  color: #444;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 14px;
}
@media (max-width: 834px) {
  .front-page .news__item-title {
    margin-top: 8px;
  }
}
.front-page .news__item-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 19px;
}
@media (max-width: 834px) {
  .front-page .news__item-icon {
    width: 15.2px;
  }
}
.front-page .news__item-icon img {
  display: block;
  aspect-ratio: 19/20;
}
.front-page .news .notfound {
  padding: 38px 30px;
  border-bottom: 1px solid #e5e5e5;
}
.front-page .news .notfound__text {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 834px) {
  .front-page .news .notfound__text {
    font-size: 1.5rem;
  }
}
.front-page .sec-images {
  position: relative;
  z-index: 1;
}
@media (min-width: 501px) {
  .front-page .sec-images__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.front-page .sec-images__column01 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 44.4444444444%;
          flex: 1 1 44.4444444444%;
}
.front-page .sec-images__item01 {
  scale: 0.9;
  opacity: 0.01;
  -webkit-transition: scale 0.3s 0.3s cubic-bezier(0.85, 0, 0.64, 0.99), opacity 0.3s 0.1s;
  transition: scale 0.3s 0.3s cubic-bezier(0.85, 0, 0.64, 0.99), opacity 0.3s 0.1s;
}
.front-page .sec-images__item01 img {
  aspect-ratio: 640/640;
}
.front-page .sec-images__column02 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 55.5555555556%;
          flex: 1 1 55.5555555556%;
}
.front-page .sec-images__item02 {
  scale: 0.9;
  opacity: 0.01;
  -webkit-transition: scale 0.3s 0.4s cubic-bezier(0.85, 0, 0.64, 0.99), opacity 0.3s 0.2s;
  transition: scale 0.3s 0.4s cubic-bezier(0.85, 0, 0.64, 0.99), opacity 0.3s 0.2s;
}
.front-page .sec-images__item02 img {
  aspect-ratio: 800/373;
}
.front-page .sec-images__column03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.front-page .sec-images__item03 {
  scale: 0.9;
  opacity: 0.01;
  -webkit-transition: scale 0.3s 0.5s cubic-bezier(0.85, 0, 0.64, 0.99), opacity 0.3s 0.3s;
  transition: scale 0.3s 0.5s cubic-bezier(0.85, 0, 0.64, 0.99), opacity 0.3s 0.3s;
}
.front-page .sec-images__item03 img {
  aspect-ratio: 400/267;
}
.front-page .sec-images__item04 {
  scale: 0.9;
  opacity: 0.01;
  -webkit-transition: scale 0.3s 0.6s cubic-bezier(0.85, 0, 0.64, 0.99), opacity 0.3s 0.4s;
  transition: scale 0.3s 0.6s cubic-bezier(0.85, 0, 0.64, 0.99), opacity 0.3s 0.4s;
}
.front-page .sec-images__item04 img {
  aspect-ratio: 400/267;
}
.front-page .sec-images__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: calc(-1 * clamp(81.6px, 7.8461538462vw, 102px));
}
@media (max-width: 834px) {
  .front-page .sec-images__wrapper {
    margin-top: -65px;
  }
}
@media (max-width: 500px) {
  .front-page .sec-images__wrapper {
    position: absolute;
    top: calc(50% + clamp(32px, 8.8vw, 44px));
    left: 0;
    translate: 0 -50%;
    margin-top: 0;
  }
}
.front-page .sec-images__item {
  -webkit-animation: infinity-scroll 20s linear infinite both;
          animation: infinity-scroll 20s linear infinite both;
}
.front-page .sec-images__item-text {
  font-family: "Gabarito", sans-serif;
  font-size: clamp(8rem, 7.6923076923vw, 10rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
  line-height: 1;
  margin-right: clamp(38.4px, 3.6923076923vw, 48px);
}
@media (max-width: 834px) {
  .front-page .sec-images__item-text {
    font-size: 6.4rem;
    margin-right: 24px;
    text-shadow: 0 0 8px rgba(38, 38, 38, 0.3);
  }
}
.front-page .sec-images.js-active .sec-images__item01, .front-page .sec-images.js-active .sec-images__item02, .front-page .sec-images.js-active .sec-images__item03, .front-page .sec-images.js-active .sec-images__item04 {
  scale: 1;
  opacity: 1;
}
.front-page .company {
  position: relative;
}
.front-page .company::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/index/bg_company.jpg");
  background-position: bottom center;
  background-size: cover;
}
@media (min-width: 835px) {
  .front-page .company::before {
    background-attachment: fixed;
  }
}
.front-page .company::before {
  pointer-events: none;
}
.front-page .company::after {
  content: "";
  position: absolute;
  top: -170px;
  right: -170px;
  width: 340px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #f6b39a;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .company::after {
    top: -119px;
    right: -119px;
    width: 238px;
    background: rgba(246, 179, 154, 0.5);
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}
.front-page .company__inner {
  padding-top: 140px;
  padding-bottom: 144px;
}
@media (max-width: 834px) {
  .front-page .company__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.front-page .company .common-title__body {
  gap: 16px;
}
@media (max-width: 834px) {
  .front-page .company .common-title__eng {
    font-size: 4.2rem;
  }
}
@media (min-width: 835px) {
  .front-page .company__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8.3333333333%;
    margin-top: 80px;
  }
}
@media (max-width: 834px) {
  .front-page .company__body {
    margin-top: 24px;
  }
}
.front-page .company__image-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.5%;
          flex: 0 0 41.5%;
}
.front-page .company__image {
  max-width: 498px;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .front-page .company__image {
    max-width: 398.4px;
    width: 80%;
  }
}
.front-page .company__text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .front-page .company__text-block {
    margin-top: 24px;
  }
}
.front-page .company__lead {
  font-size: clamp(3.4rem, 3vw, 3.6rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (max-width: 834px) {
  .front-page .company__lead {
    font-size: 2.1rem;
  }
}
.front-page .company__description {
  color: #444;
  line-height: 2.3;
  margin-top: 43px;
}
@media (min-width: 1201px) {
  .front-page .company__description {
    padding-right: clamp(42.34px, 4.1428571429vw, 58px);
  }
}
@media (max-width: 834px) {
  .front-page .company__description {
    margin-top: 16px;
  }
}
@media (min-width: 835px) {
  .front-page .company__wrapper {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px 4.5%;
    margin-top: 87px;
  }
  .front-page .company__wrapper:has(.company__item:nth-of-type(3)) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .front-page .company__wrapper:has(.company__item:nth-of-type(3)) .company__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 28.8333333333%;
            flex: 1 1 28.8333333333%;
    max-width: 30.3333333333%;
  }
}
@media (max-width: 834px) {
  .front-page .company__wrapper {
    margin-top: 24px;
  }
}
@media (min-width: 835px) {
  .front-page .company__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 364px;
  }
}
@media (max-width: 834px) {
  .front-page .company__item {
    margin-inline: 8%;
    margin-top: 8px;
  }
  .front-page .company__item:first-child {
    margin-top: 0;
  }
}
.front-page .company__item-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 100vmax;
  padding: 1.9em 2em 1.6em 1em;
  font-size: 1.8rem;
  -webkit-transition: translate 0.3s, -webkit-box-shadow 0.3s;
  transition: translate 0.3s, -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s, translate 0.3s;
  transition: box-shadow 0.3s, translate 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 834px) {
  .front-page .company__item-link {
    font-size: 1.5rem;
    padding: 1.3em 2em 1.2em 1em;
  }
}
@media (any-hover: hover) {
  .front-page .company__item-link:hover {
    opacity: 1;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(26, 7, 5, 0.05);
            box-shadow: 0px 10px 20px 0px rgba(26, 7, 5, 0.05);
    translate: 0 -4px;
  }
  .front-page .company__item-link:hover .company__item-icon::before {
    -webkit-animation: arrow-slide01 0.3s both;
            animation: arrow-slide01 0.3s both;
  }
}
.front-page .company__item-text {
  font-weight: 700;
  color: #e60021;
  line-height: 1.6;
}
.front-page .company__item-icon {
  position: absolute;
  top: 50%;
  right: 24px;
  translate: 0 -50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 2.3333333333em;
  aspect-ratio: 1/1;
  background: #e60021;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .front-page .company__item-icon {
    right: 16px;
    width: 32px;
  }
}
.front-page .company__item-icon::before {
  content: "";
  display: block;
  width: 0.5555555556em;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_arrow_01.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .company__item-icon::before {
    width: 8px;
  }
}
@media (min-width: 835px) {
  .front-page .faq__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 835px) {
  .front-page .faq__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-left: 1px solid #e5e5e5;
  }
}
@media (max-width: 834px) {
  .front-page .faq__item {
    border-top: 1px solid #e5e5e5;
  }
}
@media (min-width: 835px) {
  .front-page .faq__item:first-child {
    border-left: none;
  }
}
@media (max-width: 834px) {
  .front-page .faq__item:first-child {
    border-top: none;
  }
}
.front-page .faq__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(26.28px, 2.5714285714vw, 36px);
  padding: 100px clamp(58.4px, 5.7142857143vw, 80px);
}
@media (max-width: 834px) {
  .front-page .faq__link {
    gap: 24px;
    padding: 32px 5%;
  }
}
@media (any-hover: hover) {
  .front-page .faq__link:hover {
    opacity: 1;
  }
  .front-page .faq__link:hover .faq__icon {
    scale: 0.95;
  }
  .front-page .faq__link:hover .common-title__eng {
    background-size: auto 200%;
  }
  .front-page .faq__link:hover .faq__arrow::before {
    -webkit-animation: arrow-slide01 0.3s both;
            animation: arrow-slide01 0.3s both;
  }
}
.front-page .faq__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: clamp(87.6px, 8.5714285714vw, 120px);
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (max-width: 834px) {
  .front-page .faq__icon {
    max-width: 72px;
    border-radius: 3px;
  }
}
.front-page .faq .common-title__body {
  gap: 8px;
}
@media (max-width: 834px) {
  .front-page .faq .common-title__body {
    gap: 6px;
  }
}
.front-page .faq .common-title__eng {
  font-size: 5.6rem;
  -webkit-transition: background-size 0.2s;
  transition: background-size 0.2s;
}
@media (max-width: 834px) {
  .front-page .faq .common-title__eng {
    font-size: 3.8rem;
  }
}
.front-page .faq .common-title__ja {
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .front-page .faq .common-title__ja {
    font-size: 1.4rem;
  }
}
.front-page .faq__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 42px;
  aspect-ratio: 1/1;
  background: #e60021;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
}
@media (max-width: 834px) {
  .front-page .faq__arrow {
    width: 32px;
  }
}
.front-page .faq__arrow::before {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_arrow_01.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .faq__arrow::before {
    width: 8px;
  }
}

/* ============================================
// RECRUIT
// ==========================================*/
/*--------------------
	共通
--------------------*/
.lower-kyujin_l main.main,
.lower-kyujin_l main.l-main,
.lower-kyujin_d main.main,
.lower-kyujin_d main.l-main,
.lower-whatsnew main.main,
.lower-whatsnew main.l-main {
  background: url(../img/common/bg_city.png) center bottom/100% auto no-repeat;
}
.lower-kyujin_l .kyujin_container,
.lower-kyujin_d .kyujin_container,
.lower-whatsnew .kyujin_container {
  max-width: 1340px;
  padding: 100px 70px 0;
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .lower-kyujin_l .kyujin_container,
  .lower-kyujin_d .kyujin_container,
  .lower-whatsnew .kyujin_container {
    padding: 50px 5vw 0;
    font-size: 1.4rem;
  }
}
.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: #e60021;
  border-radius: 100vmax;
}
@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_external::after,
.lower-kyujin_d .kyujin_container .btn.btn_external::after,
.lower-whatsnew .kyujin_container .btn.btn_external::after {
  top: 12px;
  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: 10px;
    right: 14px;
    margin: 0;
  }
}
.lower-kyujin_l .kyujin_container .job_convertion .btn,
.lower-kyujin_d .kyujin_container .job_convertion .btn,
.lower-whatsnew .kyujin_container .job_convertion .btn {
  background: #e60021;
}
.lower-kyujin_l .kyujin_container .job_convertion .btn.btn_secondary,
.lower-kyujin_d .kyujin_container .job_convertion .btn.btn_secondary,
.lower-whatsnew .kyujin_container .job_convertion .btn.btn_secondary {
  background: #e94636;
}
.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 .conversionArea .btns__item.-recruit,
.lower-kyujin_d .conversionArea .btns__item.-recruit,
.lower-whatsnew .conversionArea .btns__item.-recruit {
  display: none;
}
.lower-kyujin_l .footer::after,
.lower-kyujin_d .footer::after,
.lower-whatsnew .footer::after {
  display: none;
}
.lower-kyujin_l .footer__bus,
.lower-kyujin_d .footer__bus,
.lower-whatsnew .footer__bus {
  translate: 0 calc(-100% - 94px);
}
@media (max-width: 834px) {
  .lower-kyujin_l .footer__bus,
  .lower-kyujin_d .footer__bus,
  .lower-whatsnew .footer__bus {
    translate: 0 calc(-100% - 60px);
  }
}

.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_l .l-main {
  padding-bottom: 20px;
}
.lower-kyujin_l .search_panel {
  padding: 0;
  margin: 0 0 60px;
  border: none;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel {
    margin-bottom: 30px;
  }
  .lower-kyujin_l .search_panel:not(:has(.js-active)) {
    margin-bottom: 50px;
  }
}
.lower-kyujin_l .search_panel:has(.js-active) .search_body {
  padding-block: 72px 60px;
}
@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 {
  padding-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel:has(.js-active) .job_result_total {
    padding-top: 30px;
  }
}
.lower-kyujin_l .search-toggle {
  position: absolute;
  z-index: 2;
  inset: 0 0 auto 0;
  width: 250px;
  max-width: inherit;
  background: #e60021;
  border-radius: 100vmax;
  -webkit-transform: none;
          transform: none;
  translate: 0 -50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle {
    width: 200px;
  }
}
@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.4rem;
  color: #ffffff;
  padding: 1em 1em 1em 2em;
  text-indent: 0;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle .toggle_txt {
    font-size: 1.2rem;
  }
}
.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: #ffffff;
}
.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 80px 56px;
  background: url(/design/img/kyujin/bg_form.jpg) center center/cover no-repeat #ef876a;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_body {
    display: block;
    padding: 45px 20px 20px;
  }
}
.lower-kyujin_l .custom-form {
  margin-bottom: 60px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .custom-form {
    display: none;
    margin-bottom: 32px;
  }
}
.lower-kyujin_l .job_result_total_body {
  color: #ffffff;
}
.lower-kyujin_l article.job {
  font-weight: 400;
  margin-top: 30px;
  padding: 50px;
  background: #ffffff;
  border: 1px solid #e5e5e5 !important;
  border-radius: 10px;
}
@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-whatsnew .l-main {
  padding: 100px 0 20px;
}
@media (max-width: 834px) {
  .lower-whatsnew .l-main {
    padding: 40px 0 0;
  }
}

/*--------------------
	求人詳細
--------------------*/
.lower-kyujin_d .footer {
  padding-bottom: 88px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .footer {
    padding-bottom: 66px;
  }
}
.lower-kyujin_d .pagetop {
  bottom: 88px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .pagetop {
    bottom: 68px;
  }
}
.lower-kyujin_d main.l-main {
  padding-top: 94px;
  padding-bottom: 0;
}
@media (max-width: 834px) {
  .lower-kyujin_d main.l-main {
    padding-top: calc(86px + 5vw);
  }
}
.lower-kyujin_d main.l-main::before {
  content: "";
  position: absolute;
  right: 0;
  top: 124px;
  aspect-ratio: 1/1;
  width: 150px;
  background: #f6b39a;
  -webkit-mask: url(../img/common/shape_corner.svg) center center/contain no-repeat;
          mask: url(../img/common/shape_corner.svg) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-kyujin_d main.l-main::before {
    top: 86px;
    width: 70px;
  }
}
.lower-kyujin_d .page_back {
  padding: 80px 0;
}
@media (max-width: 834px) {
  .lower-kyujin_d .page_back {
    padding: 55px 0;
  }
}
.lower-kyujin_d article.job {
  padding: 72px 6.4% 52px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-kyujin_d article.job {
    padding: 0;
    background: none;
    border: none;
  }
}
.lower-kyujin_d .job_body_block {
  margin: 80px 0;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job_body_block {
    margin: 50px 0;
  }
}
.lower-kyujin_d .job_body_block:last-child {
  margin-bottom: 50px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job_body_block:last-child {
    margin-bottom: 0;
  }
}
.lower-kyujin_d .outline_ttl,
.lower-kyujin_d .appeal_ttl {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2em;
  line-height: 1;
  white-space: nowrap;
  margin: 0 0 40px;
  padding: 0;
}
@media (max-width: 834px) {
  .lower-kyujin_d .outline_ttl,
  .lower-kyujin_d .appeal_ttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.lower-kyujin_d .outline_ttl::after,
.lower-kyujin_d .appeal_ttl::after {
  position: static;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
  height: 1px;
  background: currentColor;
}
.lower-kyujin_d .outline_ttl span,
.lower-kyujin_d .appeal_ttl span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 1em;
  background: #262626 url(../img/common/bg_common-title.jpg) left top/auto 100% no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lower-kyujin_d .fixed_conversion {
  background: rgba(38, 38, 38, 0.95);
  backdrop-filter: blur(10px);
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion {
    background-size: 92px auto;
  }
}
.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: #e94636;
  border-radius: 100vmax;
}
@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: 12px;
  right: 18px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion::after {
    top: 10px;
    right: 14px;
    margin: 0;
  }
}
.lower-kyujin_d .fixed_conversion .conversion .btn_conversion span {
  font-size: 1.4rem;
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion span {
    font-size: 1.3rem;
  }
}

/* ============================================
// お知らせ
// ==========================================*/
.lower-news_l main.main,
.lower-news_l main.l-main,
.lower-news_d main.main,
.lower-news_d main.l-main {
  background: url(../img/common/bg_city.png) center bottom/100% auto no-repeat;
}
.lower-news_l .news__container,
.lower-news_d .news__container {
  max-width: 1340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  margin: 0 auto;
  padding: 100px 70px 0;
}
@media (max-width: 834px) {
  .lower-news_l .news__container,
  .lower-news_d .news__container {
    display: block;
    padding: 40px 20px 0;
  }
}
.lower-news_l .news__main,
.lower-news_d .news__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 280px - 80px);
          flex: 0 0 calc(100% - 280px - 80px);
}
.lower-news_l .news__side,
.lower-news_d .news__side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
}
@media (max-width: 834px) {
  .lower-news_l .news__side,
  .lower-news_d .news__side {
    margin-top: 40px;
  }
}
.lower-news_l .news,
.lower-news_d .news {
  /*------------------------------
    一覧ページ
  ------------------------------*/
}
.lower-news_l .news__categoryTitle,
.lower-news_d .news__categoryTitle {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 834px) {
  .lower-news_l .news__categoryTitle,
  .lower-news_d .news__categoryTitle {
    font-size: 2rem;
    padding-bottom: 16px;
  }
}
.lower-news_l .news__categoryTitle span,
.lower-news_d .news__categoryTitle span {
  background: #262626 url(../img/common/bg_common-title.jpg) left top/auto 100% no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lower-news_l .news__articles__item,
.lower-news_d .news__articles__item {
  border-bottom: 1px solid #e5e5e5;
}
.lower-news_l .news__articles__item a,
.lower-news_d .news__articles__item a {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  padding: 32px 0;
  padding-right: 64px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-news_l .news__articles__item a,
  .lower-news_d .news__articles__item a {
    gap: 20px;
    padding: 20px 0;
  }
}
.lower-news_l .news__articles__item a::after,
.lower-news_d .news__articles__item a::after {
  content: "";
  width: 18px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #e60021;
  -webkit-mask: url(../img/common/icon_arrow_02.png) center center/contain no-repeat;
          mask: url(../img/common/icon_arrow_02.png) center center/contain no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-news_l .news__articles__item a::after,
  .lower-news_d .news__articles__item a::after {
    display: none;
  }
}
@media (any-hover: hover) {
  .lower-news_l .news__articles__item a:hover,
  .lower-news_d .news__articles__item a:hover {
    opacity: 1;
    color: #e60021;
  }
  .lower-news_l .news__articles__item a:hover::after,
  .lower-news_d .news__articles__item a:hover::after {
    -webkit-animation: arrow-slide02 0.3s both;
            animation: arrow-slide02 0.3s both;
  }
}
.lower-news_l .news__articles__item .img,
.lower-news_d .news__articles__item .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  max-width: 160px;
  background: #f5f5f5;
}
@media (max-width: 834px) {
  .lower-news_l .news__articles__item .img,
  .lower-news_d .news__articles__item .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
  }
}
.lower-news_l .news__articles__item .img img,
.lower-news_d .news__articles__item .img img {
  aspect-ratio: 640/427;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px;
}
.lower-news_l .news__articles__item .body,
.lower-news_d .news__articles__item .body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: -5px;
}
.lower-news_l .news__articles__item .status,
.lower-news_d .news__articles__item .status {
  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: 0.5em 0.8em;
  margin-bottom: 0.7em;
}
@media (max-width: 834px) {
  .lower-news_l .news__articles__item .status,
  .lower-news_d .news__articles__item .status {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    margin-bottom: 0.35em;
  }
}
.lower-news_l .news__articles__item .date,
.lower-news_d .news__articles__item .date {
  font-size: 1.4rem;
  color: #666666;
}
@media (max-width: 834px) {
  .lower-news_l .news__articles__item .date,
  .lower-news_d .news__articles__item .date {
    font-size: 1.3rem;
  }
}
.lower-news_l .news__articles__item .category,
.lower-news_d .news__articles__item .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 5px;
}
@media (max-width: 834px) {
  .lower-news_l .news__articles__item .category,
  .lower-news_d .news__articles__item .category {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.lower-news_l .news__articles__item .category__item,
.lower-news_d .news__articles__item .category__item {
  font-size: 1.3rem;
  color: #e94636;
  line-height: 1.6;
  border: 1px solid currentColor;
  border-radius: 100vmax;
  padding: 0.6em 1.34em 0.4em;
  background: #fff;
}
@media (max-width: 834px) {
  .lower-news_l .news__articles__item .category__item,
  .lower-news_d .news__articles__item .category__item {
    font-size: 1.1rem;
  }
}
.lower-news_l .news__articles__item .title,
.lower-news_d .news__articles__item .title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 834px) {
  .lower-news_l .news__articles__item .title,
  .lower-news_d .news__articles__item .title {
    font-size: 1.5rem;
  }
}
.lower-news_l .news__articles__item .content,
.lower-news_d .news__articles__item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  margin-top: 1em;
}
@media (max-width: 834px) {
  .lower-news_l .news__articles__item .content,
  .lower-news_d .news__articles__item .content {
    gap: 20px;
    margin-top: 0.8em;
  }
}
.lower-news_l .news__articles__item .content .img,
.lower-news_d .news__articles__item .content .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  max-width: 200px;
}
@media (max-width: 834px) {
  .lower-news_l .news__articles__item .content .img,
  .lower-news_d .news__articles__item .content .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
  }
}
.lower-news_l .news__articles__item .content .txt,
.lower-news_d .news__articles__item .content .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 0.95em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media (max-width: 834px) {
  .lower-news_l .news__articles__item .content .txt,
  .lower-news_d .news__articles__item .content .txt {
    -webkit-line-clamp: 3;
  }
}
.lower-news_l .news,
.lower-news_d .news {
  /*------------------------------
    詳細ページ
  ------------------------------*/
}
.lower-news_l .news__article__title,
.lower-news_d .news__article__title {
  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: 8px 16px;
  margin-bottom: 56px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 834px) {
  .lower-news_l .news__article__title,
  .lower-news_d .news__article__title {
    margin-bottom: 32px;
    padding-bottom: 16px;
  }
}
.lower-news_l .news__article__title .date,
.lower-news_d .news__article__title .date {
  font-size: 1.4rem;
  color: #666666;
}
.lower-news_l .news__article__title .category,
.lower-news_d .news__article__title .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 5px;
}
.lower-news_l .news__article__title .category__item,
.lower-news_d .news__article__title .category__item {
  font-size: 1.3rem;
  color: #e94636;
  line-height: 1.6;
  border: 1px solid currentColor;
  border-radius: 100vmax;
  padding: 0.6em 1.34em 0.4em;
  background: #fff;
}
@media (max-width: 834px) {
  .lower-news_l .news__article__title .category__item,
  .lower-news_d .news__article__title .category__item {
    font-size: 1.1rem;
  }
}
.lower-news_l .news__article__title .title,
.lower-news_d .news__article__title .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-news_l .news__article__title .title,
  .lower-news_d .news__article__title .title {
    font-size: 2.1rem;
  }
}
.lower-news_l .news__article__title .title span,
.lower-news_d .news__article__title .title span {
  background: #262626 url(../img/common/bg_common-title.jpg) left top/auto 100% no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lower-news_l .news__article__body,
.lower-news_d .news__article__body {
  padding: 0 0 56px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 834px) {
  .lower-news_l .news__article__body,
  .lower-news_d .news__article__body {
    padding: 0 0 32px;
  }
}
.lower-news_l .news__article__body .photo__item,
.lower-news_d .news__article__body .photo__item {
  max-width: 640px;
  max-height: 480px;
  text-align: center;
  margin: 48px auto;
}
@media (max-width: 834px) {
  .lower-news_l .news__article__body .photo__item,
  .lower-news_d .news__article__body .photo__item {
    margin: 24px auto;
  }
}
.lower-news_l .news__article__body .photo__item img,
.lower-news_d .news__article__body .photo__item img {
  display: inline-block;
  max-width: 100%;
  max-height: 480px;
  -o-object-fit: contain;
     object-fit: contain;
}
.lower-news_l .news__article__body .hd,
.lower-news_d .news__article__body .hd {
  font-size: 1.5em;
  font-weight: 700;
  color: #e94636;
  line-height: 1.6;
  padding-left: 0.6em;
  border-left: 3px solid currentColor;
}
@media (max-width: 834px) {
  .lower-news_l .news__article__body .hd,
  .lower-news_d .news__article__body .hd {
    font-size: 1.4em;
  }
}
.lower-news_l .news__article__body .hd + .text,
.lower-news_d .news__article__body .hd + .text {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-news_l .news__article__body .hd + .text,
  .lower-news_d .news__article__body .hd + .text {
    margin-top: 10px;
  }
}
.lower-news_l .news__article__body .text,
.lower-news_d .news__article__body .text {
  margin: 48px 0;
}
@media (max-width: 834px) {
  .lower-news_l .news__article__body .text,
  .lower-news_d .news__article__body .text {
    margin: 24px 0;
  }
}
.lower-news_l .news__article__body .marker,
.lower-news_d .news__article__body .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(233, 70, 54, 0.15)));
  background: linear-gradient(transparent 60%, rgba(233, 70, 54, 0.15) 60%);
}
.lower-news_l .news__article__body .strong,
.lower-news_d .news__article__body .strong {
  font-weight: 700;
  color: #e94636;
}
.lower-news_l .news__article__body .link,
.lower-news_d .news__article__body .link {
  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.2em;
  margin: 48px 0;
}
@media (max-width: 834px) {
  .lower-news_l .news__article__body .link,
  .lower-news_d .news__article__body .link {
    gap: 0.4em;
    margin: 20px 0;
  }
}
.lower-news_l .news__article__body .link:last-child,
.lower-news_d .news__article__body .link:last-child {
  margin-bottom: 0;
}
.lower-news_l .news__article__body .link a,
.lower-news_d .news__article__body .link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 700;
  color: #e60021;
  gap: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-news_l .news__article__body .link a::before,
.lower-news_d .news__article__body .link a::before {
  content: "";
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
  width: 1em;
  margin-top: 0.45em;
  background: #e60021;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/news/ico_link.svg);
          mask-image: url(../img/news/ico_link.svg);
}
@media (max-width: 834px) {
  .lower-news_l .news__article__body .link a::before,
  .lower-news_d .news__article__body .link a::before {
    margin-top: 0.35em;
  }
}
.lower-news_l .news__article__body .link a[target=_blank]::before,
.lower-news_d .news__article__body .link a[target=_blank]::before {
  -webkit-mask-image: url(../img/news/ico_external.svg);
          mask-image: url(../img/news/ico_external.svg);
}
@media (any-hover: hover) {
  .lower-news_l .news__article__body .link a:hover,
  .lower-news_d .news__article__body .link a:hover {
    opacity: 0.7;
  }
}
.lower-news_l .news__btnArea,
.lower-news_d .news__btnArea {
  margin-top: 48px;
}
.lower-news_l .news__btnArea .backBtn,
.lower-news_d .news__btnArea .backBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lower-news_l .news,
.lower-news_d .news {
  /*------------------------------
    サイドナビ
  ------------------------------*/
}
.lower-news_l .news__side__block,
.lower-news_d .news__side__block {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-news_l .news__side__block,
  .lower-news_d .news__side__block {
    margin-top: 30px;
  }
}
.lower-news_l .news__side__block:first-child,
.lower-news_d .news__side__block:first-child {
  margin-top: 0;
}
.lower-news_l .news__side__block .title,
.lower-news_d .news__side__block .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-size: 1.3em;
  font-weight: 700;
  color: #e94636;
  line-height: 1.6;
  margin-bottom: 0.6em;
}
.lower-news_l .news__side__block .list__item,
.lower-news_d .news__side__block .list__item {
  border-bottom: 1px solid #e5e5e5;
}
.lower-news_l .news__side__block .list__item:first-child,
.lower-news_d .news__side__block .list__item:first-child {
  border-top: 1px solid #e5e5e5;
}
.lower-news_l .news__side__block .list__item a,
.lower-news_d .news__side__block .list__item a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1em 0.5em;
  padding-right: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-news_l .news__side__block .list__item a::after,
.lower-news_d .news__side__block .list__item a::after {
  content: "";
  width: 14px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #e60021;
  -webkit-mask: url(../img/common/icon_arrow_02.png) center center/contain no-repeat;
          mask: url(../img/common/icon_arrow_02.png) center center/contain no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (any-hover: hover) {
  .lower-news_l .news__side__block .list__item a:hover,
  .lower-news_d .news__side__block .list__item a:hover {
    opacity: 1;
    color: #e60021;
  }
  .lower-news_l .news__side__block .list__item a:hover::after,
  .lower-news_d .news__side__block .list__item a:hover::after {
    -webkit-animation: arrow-slide02 0.3s both;
            animation: arrow-slide02 0.3s both;
  }
}

.lower-news_d main.main::before,
.lower-news_d main.l-main::before {
  content: "";
  position: absolute;
  right: 0;
  top: 124px;
  aspect-ratio: 1/1;
  width: 150px;
  background: #f6b39a;
  -webkit-mask: url(../img/common/shape_corner.svg) center center/contain no-repeat;
          mask: url(../img/common/shape_corner.svg) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-news_d main.main::before,
  .lower-news_d main.l-main::before {
    top: 86px;
    width: 70px;
  }
}

/* ============================================
// よくある質問
// ==========================================*/
.lower-faq .main {
  background: url(../img/common/bg_city.png) center bottom/100% auto no-repeat;
}
.lower-faq .faq__container {
  padding: 100px 0 20px;
}
@media (max-width: 834px) {
  .lower-faq .faq__container {
    padding: 40px 0 0;
  }
}
.lower-faq .faq__container .faq_wrap .innerWrap {
  max-width: 1240px;
}
.lower-faq .faq {
  /*------------------------------
    タブ
  ------------------------------*/
}
.lower-faq .faq__tab {
  position: relative;
}
.lower-faq .faq__tab::before {
  content: "";
  position: absolute;
  height: 3px;
  left: 0;
  right: 0;
  background-color: #e94636;
  pointer-events: none;
  bottom: 0px;
  z-index: 2;
}
@media (max-width: 834px) {
  .lower-faq .faq__tab::before {
    height: 2px;
  }
}
.lower-faq .faq__tab::after {
  content: "";
  position: absolute;
  bottom: -170px;
  right: 0;
  width: 170px;
  aspect-ratio: 1/1;
  background: #f6b39a;
  pointer-events: none;
  border-radius: 0 0 0 170px;
}
@media (max-width: 834px) {
  .lower-faq .faq__tab::after {
    width: 85px;
    bottom: -85px;
    border-radius: 0 0 0 85px;
  }
}
.lower-faq .faq__tab__inner {
  max-width: 1072px;
}
@media (max-width: 834px) {
  .lower-faq .faq__tab__inner {
    padding: 0 2%;
  }
}
.lower-faq .faq__tab .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .lower-faq .faq__tab .tabs {
    gap: 6px;
    margin-bottom: 24px;
  }
}
.lower-faq .faq__tab .tabs__item {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
  padding: 1.45em 1.2em;
  background: #f5f5f5;
  border-radius: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  color: rgba(38, 38, 38, 0.7);
  font-size: 1.7rem;
}
@media (max-width: 834px) {
  .lower-faq .faq__tab .tabs__item {
    font-size: 1.18rem;
    padding: 1.1em 0.68em;
    border-radius: 8px 8px 0 0;
  }
}
.lower-faq .faq__tab .tabs__item.-active {
  color: #ffffff;
  background: #e94636;
}
.js-tab-target {
  opacity: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-tab-target.-active {
  height: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.lower-faq .faq {
  /*------------------------------
    コンテンツエリア
  ------------------------------*/
}
@media (max-width: 834px) {
  .lower-faq .faq__contents {
    margin-inline: -2.5%;
  }
}
.lower-faq .faq__contents:not(.js-tab-target) {
  padding-top: 64px;
}
@media (max-width: 834px) {
  .lower-faq .faq__contents:not(.js-tab-target) {
    padding-top: 32px;
  }
}
.lower-faq .faq__contents .common-title {
  margin-top: 60px;
}
@media (max-width: 834px) {
  .lower-faq .faq__contents .common-title {
    margin-top: 24px;
  }
}
.lower-faq .faq__contents .common-title__body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.lower-faq .faq__catTitle {
  font-size: 1.9em;
  font-weight: 700;
  color: #e60021;
  line-height: 1.6;
  margin-bottom: 0.7em;
}
@media (max-width: 834px) {
  .lower-faq .faq__catTitle {
    font-size: 1.6em;
    padding: 0 20px;
  }
}
.lower-faq .faq__list {
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  background-color: #fff;
  margin-top: 60px;
}
@media (max-width: 834px) {
  .lower-faq .faq__list {
    border-radius: 10px;
    margin-top: 32px;
  }
}
.lower-faq .faq__list__item {
  border-bottom: 1px solid #e5e5e5;
}
.lower-faq .faq__list__item:last-child {
  border-bottom: none;
}
.lower-faq .faq__list__item .q {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.lower-faq .faq__list__item .q::before, .lower-faq .faq__list__item .q::after {
  content: "";
  width: 1em;
  height: 2px;
  position: absolute;
  right: 50px;
  top: 50%;
  background: #e60021;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .q::before, .lower-faq .faq__list__item .q::after {
    right: 4%;
    width: 13px;
  }
}
.lower-faq .faq__list__item .q::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.lower-faq .faq__list__item .q p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  font-size: 1.125em;
  font-weight: 700;
  color: #262626;
  line-height: 1.7;
  padding-right: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 34px 80px 34px 50px;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .q p {
    gap: 6px;
    font-size: 1em;
    padding-right: 38px;
    padding-left: 4%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.lower-faq .faq__list__item .q p::before {
  content: "Q";
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  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: 2rem;
  color: #ffffff;
  line-height: 1;
  background: #e94636;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Gabarito", sans-serif;
  font-weight: 400;
  margin-top: -5px;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .q p::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    font-size: 1.4rem;
    margin-top: 1px;
  }
}
@media (any-hover: hover) {
  .lower-faq .faq__list__item .q p:hover {
    color: #e94636;
  }
}
.lower-faq .faq__list__item .a {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .a {
    padding: 0 4%;
  }
}
.lower-faq .faq__list__item .a p {
  overflow-y: hidden;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding-inline: 50px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .a p {
    padding-inline: 5%;
    font-size: 1.4rem;
  }
}
.lower-faq .faq__list__item .a .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(230, 0, 33, 0.15)));
  background: linear-gradient(transparent 60%, rgba(230, 0, 33, 0.15) 60%);
}
.lower-faq .faq__list__item .a .strong {
  font-weight: 700;
  color: #e60021;
}
.lower-faq .faq__list__item .a .link {
  display: block;
}
.lower-faq .faq__list__item .a .link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 700;
  color: #e60021;
  gap: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-faq .faq__list__item .a .link a::before {
  content: "";
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
  width: 1em;
  margin-top: 0.45em;
  background: #e60021;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/faq/ico_link.svg);
          mask-image: url(../img/faq/ico_link.svg);
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .a .link a::before {
    margin-top: 0.5em;
  }
}
.lower-faq .faq__list__item .a .link a[target=_blank]::before {
  -webkit-mask-image: url(../img/faq/ico_external.svg);
          mask-image: url(../img/faq/ico_external.svg);
}
@media (any-hover: hover) {
  .lower-faq .faq__list__item .a .link a:hover {
    opacity: 0.7;
  }
}
.lower-faq .faq__list__item.-open .q::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  top: calc(50% + 1px);
}
.lower-faq .faq__list__item.-open .a {
  grid-template-rows: 1fr;
  padding-bottom: 2.4em;
  margin-top: -0.8em;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item.-open .a {
    margin-top: -0.5em;
    padding-bottom: 1.5em;
  }
}
.lower-faq .faq__list__item.-open .a p {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item.-open .a p {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

/* ============================================
// 施設紹介
// ==========================================*/
/* ============================================
//　一覧
// ==========================================*/
@media (min-width: 835px) {
  .lower-facility_l .main {
    padding: 124px 0 140px;
  }
}
.lower-facility_l .main::before {
  content: "";
  position: absolute;
  bottom: -170px;
  left: -170px;
  aspect-ratio: 1/1;
  width: 340px;
  border-radius: 50%;
  z-index: 1;
  background: #ef876a;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-facility_l .main::before {
    width: 180px;
    left: -90px;
    bottom: -90px;
  }
}
.lower-facility_l .footer {
  z-index: 2;
}
.lower-facility_l .breadcrumb {
  z-index: 2;
  position: relative;
}
.lower-facility_l .facility__lead {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
  margin-top: 90px;
}
@media (max-width: 834px) {
  .lower-facility_l .facility__lead {
    font-size: 1.4rem;
    margin-top: 40px;
    text-align: left;
  }
  .lower-facility_l .facility__lead br {
    display: none;
  }
}
.lower-facility_l .facility__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 0 4.5%;
  margin-top: 38px;
}
@media (max-width: 834px) {
  .lower-facility_l .facility__list {
    margin-top: 10px;
  }
}
.lower-facility_l .facility__list__item {
  grid-template-rows: subgrid;
  grid-row: span 3;
  display: grid;
  padding: 30px 0;
}
@media (max-width: 834px) {
  .lower-facility_l .facility__list__item {
    padding: 20px 0;
  }
}
.lower-facility_l .facility__list__item a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-facility_l .facility__list__item a .img {
  border-radius: 5px;
  max-width: 364px;
  aspect-ratio: 364/242;
  margin: 0 auto;
  overflow: hidden;
}
.lower-facility_l .facility__list__item a .img img {
  border-radius: 5px;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
.lower-facility_l .facility__list__item a .titleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  margin-top: -2px;
}
.lower-facility_l .facility__list__item a .titleArea .titleWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 24px 0;
}
@media (max-width: 834px) {
  .lower-facility_l .facility__list__item a .titleArea .titleWrap {
    padding: 20px 0;
  }
}
.lower-facility_l .facility__list__item a .titleArea .titleWrap .info {
  color: #666;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-facility_l .facility__list__item a .titleArea .titleWrap .info {
    font-size: 1.3rem;
  }
}
.lower-facility_l .facility__list__item a .titleArea .titleWrap .title {
  color: #262626;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin-top: 4px;
}
@media (max-width: 834px) {
  .lower-facility_l .facility__list__item a .titleArea .titleWrap .title {
    font-size: 1.9rem;
  }
}
.lower-facility_l .facility__list__item a .titleArea .facility__vacancy {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  padding: 0 1em;
  z-index: 1;
  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;
}
@media (min-width: 835px) {
  .lower-facility_l .facility__list__item a .titleArea .facility__vacancy {
    margin-right: -18px;
    margin-top: 9px;
  }
}
@media (max-width: 834px) {
  .lower-facility_l .facility__list__item a .titleArea .facility__vacancy {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
  }
}
.lower-facility_l .facility__list__item a .titleArea .facility__vacancy::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 120px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-facility_l .facility__list__item a .titleArea .facility__vacancy::before {
    width: 110px;
  }
}
.lower-facility_l .facility__list__item a .titleArea .facility__vacancy-status {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 8px;
}
@media (max-width: 834px) {
  .lower-facility_l .facility__list__item a .titleArea .facility__vacancy-status {
    font-size: 1.3rem;
    margin-bottom: 6px;
  }
}
.lower-facility_l .facility__list__item a .titleArea .facility__vacancy-status::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #262626;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-facility_l .facility__list__item a .titleArea .facility__vacancy-status::before {
    bottom: -1px;
  }
}
.lower-facility_l .facility__list__item a .titleArea .facility__vacancy-num {
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-facility_l .facility__list__item a .titleArea .facility__vacancy-num {
    font-size: 1.25rem;
  }
}
.lower-facility_l .facility__list__item a .titleArea .facility__vacancy-num.-full {
  font-size: 2.4rem;
  color: #999;
}
@media (max-width: 834px) {
  .lower-facility_l .facility__list__item a .titleArea .facility__vacancy-num.-full {
    font-size: 2.2rem;
  }
}
.lower-facility_l .facility__list__item a .titleArea .facility__vacancy-count {
  font-family: "Gabarito", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #e94636;
  line-height: 1;
  margin-right: 3px;
}
@media (max-width: 834px) {
  .lower-facility_l .facility__list__item a .titleArea .facility__vacancy-count {
    font-size: 3.6rem;
  }
}
.lower-facility_l .facility__list__item a .map {
  font-size: 1.4rem;
  color: #666;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
  margin-top: -8px;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-facility_l .facility__list__item a .map {
    padding-top: 14px;
  }
}
@media (any-hover: hover) {
  .lower-facility_l .facility__list__item a {
    opacity: 1;
  }
  .lower-facility_l .facility__list__item a:hover .img img {
    scale: 1.05;
  }
  .lower-facility_l .facility__list__item a:hover .titleArea .title {
    color: #e94636;
  }
}

/* ============================================
// 詳細
// ==========================================*/
.lower-facility_d .main {
  background: url(../img/common/bg_city.png) center bottom/100% auto no-repeat;
  padding-top: 200px;
}
@media (max-width: 1280px) {
  .lower-facility_d .main {
    padding-bottom: 180px;
  }
}
@media (max-width: 834px) {
  .lower-facility_d .main {
    padding-top: 100px;
    padding-bottom: 72px;
  }
}
.lower-facility_d .main::before {
  content: "";
  position: absolute;
  bottom: -170px;
  left: -170px;
  aspect-ratio: 1/1;
  width: 340px;
  border-radius: 50%;
  z-index: 1;
  background: #ef876a;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-facility_d .main::before {
    width: 180px;
    left: -90px;
    bottom: -90px;
  }
}
.lower-facility_d .footer {
  z-index: 2;
}
.lower-facility_d .breadcrumb {
  z-index: 2;
  position: relative;
}
.lower-facility_d .facility__mainArea {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__mainArea {
    padding-bottom: 50px;
  }
}
.lower-facility_d .facility__mainArea::before {
  content: "";
  position: absolute;
  background: url(../img/facility/facility_deco01.png) center/contain no-repeat;
  aspect-ratio: 962/1138;
  max-width: 481px;
  width: 100%;
  right: 0;
  bottom: 0;
  pointer-events: none;
  bottom: -85px;
  opacity: 0.08;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__mainArea::before {
    max-width: 200px;
  }
}
.lower-facility_d .facility__mainArea__topArea {
  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: 1100px;
  margin: 0 auto;
  gap: 40px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__mainArea__topArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 10px;
  }
}
.lower-facility_d .facility__mainArea__topArea .titleArea .info {
  color: #666;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__mainArea__topArea .titleArea .info {
    font-size: 1.4rem;
  }
}
.lower-facility_d .facility__mainArea__topArea .titleArea .title {
  font-size: 4.4rem;
  font-weight: bold;
  translate: none;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__mainArea__topArea .titleArea .title {
    font-size: 2.8rem;
  }
}
.lower-facility_d .facility__mainArea__topArea .titleArea .title::before {
  display: none;
}
.lower-facility_d .facility__mainArea__topArea .access {
  color: #666;
  margin-top: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28.63%;
          flex: 0 0 28.63%;
  line-height: 1.8;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__mainArea__topArea .access {
    margin-top: 0;
    font-size: 1.4rem;
  }
}
.lower-facility_d .facility__mainArea__slideArea {
  margin-top: 70px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__mainArea__slideArea {
    margin-top: 32px;
  }
}
.lower-facility_d .facility__mainArea__slideArea .swiper-wrapper .swiper-slide {
  aspect-ratio: 640/427;
  max-width: 640px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.lower-facility_d .facility__mainArea__slideArea .swiper-wrapper .swiper-slide img {
  border-radius: 5px;
}
.lower-facility_d .facility__mainArea__slideArea .swiper-wrapper .swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
}
.lower-facility_d .facility__mainArea__slideArea .swiper-wrapper {
  /* Swiper初期化後に transition を有効化 */
}
.lower-facility_d .facility__mainArea__slideArea .swiper-wrapper .swiper-initialized .swiper-slide {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.lower-facility_d .facility__mainArea__slideArea .navi_btn {
  max-width: 640px;
  margin: 0 auto;
  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;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.lower-facility_d .facility__mainArea__slideArea .navi_btn .swiper-button-prev,
.lower-facility_d .facility__mainArea__slideArea .navi_btn .swiper-button-next {
  pointer-events: auto;
  background-color: #262626;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  position: relative;
  margin-top: auto;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__mainArea__slideArea .navi_btn .swiper-button-prev,
  .lower-facility_d .facility__mainArea__slideArea .navi_btn .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.lower-facility_d .facility__mainArea__slideArea .navi_btn .swiper-button-prev::after,
.lower-facility_d .facility__mainArea__slideArea .navi_btn .swiper-button-next::after {
  display: none;
}
.lower-facility_d .facility__mainArea__slideArea .navi_btn .swiper-button-prev::before,
.lower-facility_d .facility__mainArea__slideArea .navi_btn .swiper-button-next::before {
  content: "";
  aspect-ratio: 14/15;
  max-width: 14px;
  width: 100%;
  pointer-events: none;
  background: url(../img/facility/slide-arrow.png) center/contain no-repeat;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__mainArea__slideArea .navi_btn .swiper-button-prev::before,
  .lower-facility_d .facility__mainArea__slideArea .navi_btn .swiper-button-next::before {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
@media (any-hover: hover) {
  .lower-facility_d .facility__mainArea__slideArea .navi_btn .swiper-button-prev:hover,
  .lower-facility_d .facility__mainArea__slideArea .navi_btn .swiper-button-next:hover {
    opacity: 0.8;
  }
}
.lower-facility_d .facility__mainArea__slideArea .navi_btn .swiper-button-next {
  scale: -1;
  right: -68px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__mainArea__slideArea .navi_btn .swiper-button-next {
    right: -20px;
  }
}
.lower-facility_d .facility__mainArea__slideArea .navi_btn .swiper-button-prev {
  left: -68px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__mainArea__slideArea .navi_btn .swiper-button-prev {
    left: -20px;
  }
}
.lower-facility_d .facility__mainArea__slideArea .navi_btn .swiper-button-disabled {
  pointer-events: none;
}
.lower-facility_d .facility__mainArea__slideArea .vacancy {
  position: absolute;
  bottom: -70px;
  right: 0;
  right: 16.66%;
  z-index: 2;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__mainArea__slideArea .vacancy {
    right: 0;
    bottom: -25px;
    right: 10px;
  }
}
.lower-facility_d .facility__mainArea__slideArea .vacancy__item {
  border: 2px solid #e94636;
  border-radius: 50%;
  background-color: #fff;
  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;
  line-height: 1;
  color: #e94636;
  font-weight: bold;
  aspect-ratio: 1/1;
  width: 146px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__mainArea__slideArea .vacancy__item {
    width: 100px;
  }
}
.lower-facility_d .facility__mainArea__slideArea .vacancy__item .status {
  font-size: 1.7rem;
  padding: 26px 0px 10px;
  border-bottom: 2px solid #e94636;
  width: 100%;
  text-align: center;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__mainArea__slideArea .vacancy__item .status {
    font-size: 1.5rem;
    padding: 15px 0 8px;
  }
}
.lower-facility_d .facility__mainArea__slideArea .vacancy__item .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-top: 10px;
  gap: 3px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__mainArea__slideArea .vacancy__item .count {
    padding-top: 6px;
  }
}
.lower-facility_d .facility__mainArea__slideArea .vacancy__item .count .num {
  font-family: "Gabarito", sans-serif;
  font-size: 4.8rem;
  font-weight: 500;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__mainArea__slideArea .vacancy__item .count .num {
    font-size: 3.8rem;
  }
}
.lower-facility_d .facility__mainArea__slideArea .vacancy__item .count .unit {
  font-size: 1.8rem;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__mainArea__slideArea .vacancy__item .count .unit {
    font-size: 1.3rem;
  }
}
.lower-facility_d .facility__feature__inner {
  max-width: 1210px;
}
.lower-facility_d .facility__feature__hd {
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.6;
  background-color: #ec6750;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 23px 30px 16px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__feature__hd {
    font-size: 1.8rem;
    padding: 12px 20px 10px;
  }
}
.lower-facility_d .facility__feature__hd::before, .lower-facility_d .facility__feature__hd::after {
  content: "";
  position: absolute;
  background-color: #ec6750;
  width: 20px;
  top: -1px;
  bottom: -1px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__feature__hd::before, .lower-facility_d .facility__feature__hd::after {
    width: 16px;
  }
}
.lower-facility_d .facility__feature__hd::before {
  left: -19px;
  /* 左下を削除 */
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
@media (max-width: 834px) {
  .lower-facility_d .facility__feature__hd::before {
    left: -15px;
  }
}
.lower-facility_d .facility__feature__hd::after {
  right: -19px;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
@media (max-width: 834px) {
  .lower-facility_d .facility__feature__hd::after {
    right: -15px;
  }
}
.lower-facility_d .facility__feature__content {
  overflow: hidden;
}
.lower-facility_d .facility__feature__content .content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 56px;
  padding: 70px;
  position: relative;
  max-width: 1140px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__feature__content .content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 24px 6.25% 32px;
    gap: 24px;
  }
}
.lower-facility_d .facility__feature__content .content-inner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2000px;
  right: -2000px;
  background-color: #e94636;
  z-index: -1;
  pointer-events: none;
}
.lower-facility_d .facility__feature__content .content-inner .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__feature__content .content-inner .imgArea {
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    gap: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }
}
.lower-facility_d .facility__feature__content .content-inner .imgArea .img {
  aspect-ratio: 1/1;
  max-width: 160px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__feature__content .content-inner .imgArea .img {
    max-width: 120px;
  }
}
.lower-facility_d .facility__feature__content .content-inner .imgArea .img img {
  border-radius: 50%;
}
.lower-facility_d .facility__feature__content .content-inner .imgArea .name {
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 16px;
}
.lower-facility_d .facility__feature__content .content-inner .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #fff;
  margin-top: 20px;
}
@media (max-width: 1280px) {
  .lower-facility_d .facility__feature__content .content-inner .textArea {
    margin-top: 0;
  }
}
.lower-facility_d .facility__feature__content .content-inner .deco .deco01,
.lower-facility_d .facility__feature__content .content-inner .deco .deco02,
.lower-facility_d .facility__feature__content .content-inner .deco .deco03 {
  position: absolute;
  content: "";
  background-color: #ef876a;
  border-radius: 50%;
  aspect-ratio: 1/1;
  z-index: -1;
  pointer-events: none;
}
.lower-facility_d .facility__feature__content .content-inner .deco .deco01 {
  opacity: 0.5;
  width: clamp(900px, 52.0833333333vw, 1000px);
  left: -380px;
  top: -410px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__feature__content .content-inner .deco .deco01 {
    width: clamp(340px, 59.9520383693vw, 500px);
    left: -10px;
    top: -150px;
  }
}
.lower-facility_d .facility__feature__content .content-inner .deco .deco02 {
  opacity: 0.3;
  width: 2144px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  bottom: 120px;
  left: -800px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__feature__content .content-inner .deco .deco02 {
    width: 1000px;
    left: -200px;
  }
}
.lower-facility_d .facility__feature__content .content-inner .deco .deco03 {
  width: clamp(900px, 52.0833333333vw, 1000px);
  opacity: 0.5;
  right: -50%;
  bottom: -45px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__feature__content .content-inner .deco .deco03 {
    width: clamp(340px, 59.9520383693vw, 500px);
    right: -50%;
    bottom: -100px;
  }
}
.lower-facility_d .facility__data__title .common-title__eng {
  font-weight: 500;
  color: rgba(233, 70, 54, 0.15);
  font-size: 12rem;
  line-height: 1;
  text-align: center;
  margin-top: -15px;
  letter-spacing: 0.01em;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__data__title .common-title__eng {
    font-size: 8rem;
  }
}
.lower-facility_d .facility__data__title .common-title__ja {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 55px auto 24px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__data__title .common-title__ja {
    font-size: 2.3rem;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.lower-facility_d .facility__data__title .common-title__ja::before {
  display: none;
}
.lower-facility_d .facility__data {
  --gapX: 0px;
  --gapY: 0px;
  --borderWidth: 2px;
  --borderRadius: 0;
  --titleSize: 2rem;
  --dataNumSize: 8rem;
  --dataNumColor: #e94636;
  --iconSize: 120px;
  --balanceChartHeight: 52px;
  --balanceChartColor01: #e47468;
  --balanceChartColor02: #e94636;
  --pieChartSize: 160px;
  --doughnutChartSize: 240px;
  --tipsColor01: #db4536;
  --tipsColor02: #e26a5e;
  --tipsColor03: #e98f86;
  --tipsColor04: #f1b5af;
  --tipsColor05: #f8dad7;
}
.lower-facility_d .facility__data__inner {
  max-width: 1240px;
}
.lower-facility_d .facility__data .data__body {
  position: relative;
  border: 2px solid #e94636;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
}
@media (min-width: 835px) {
  .lower-facility_d .facility__data .data__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: var(--gapY) var(--gapX);
  }
}
@media (max-width: 834px) {
  .lower-facility_d .facility__data .data__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 24px;
    border-radius: 10px;
    margin-inline: -2%;
  }
}
.lower-facility_d .facility__data .data__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  border-top: 2px solid #e94636;
}
@media (min-width: 835px) {
  .lower-facility_d .facility__data .data__block {
    border-left: 2px solid #e94636;
  }
}
.lower-facility_d .facility__data .data__block:first-child {
  border-top: none;
}
@media (min-width: 835px) {
  .lower-facility_d .facility__data .data__block:nth-child(2) {
    border-top: none;
  }
}
@media (min-width: 835px) {
  .lower-facility_d .facility__data .data__block:nth-child(odd) {
    border-left: none;
  }
}
@media (max-width: 834px) {
  .lower-facility_d .facility__data .data__block {
    width: 100%;
  }
}
@media (min-width: 835px) {
  .lower-facility_d .facility__data .data__block.-one {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - var(--gapX) * 2 / 3);
            flex: 0 0 calc(33.3333333333% - var(--gapX) * 2 / 3);
    max-width: calc(33.3333333333% - var(--gapX) * 2 / 3);
  }
  .lower-facility_d .facility__data .data__block.-two {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(66.6666666667% - var(--gapX) / 2);
            flex: 0 0 calc(66.6666666667% - var(--gapX) / 2);
    max-width: calc(66.6666666667% - var(--gapX) / 2);
  }
  .lower-facility_d .facility__data .data__block.-two + .-one {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - var(--gapX) / 2);
            flex: 0 0 calc(33.3333333333% - var(--gapX) / 2);
    max-width: calc(33.3333333333% - var(--gapX) / 2);
  }
  .lower-facility_d .facility__data .data__block.-half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - var(--gapX) / 2);
            flex: 0 0 calc(50% - var(--gapX) / 2);
    max-width: calc(50% - var(--gapX) / 2);
  }
  .lower-facility_d .facility__data .data__block.-full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.lower-facility_d .facility__data .data__block .head {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lower-facility_d .facility__data .data__block .head .num {
  color: #fff;
  line-height: 1;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  font-family: "Gabarito", sans-serif;
  background: #e94636;
  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;
  font-weight: 500;
  width: 80px;
  height: 80px;
  border-radius: 0 0 20px 0;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__data .data__block .head .num {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}
.lower-facility_d .facility__data .data__block .head .num .num-eng {
  font-size: 1.3rem;
}
.lower-facility_d .facility__data .data__block .head .num .num-number {
  font-size: 3.6rem;
}
.lower-facility_d .facility__data .data__block .head .title {
  font-size: var(--titleSize);
  font-weight: 700;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 36px 0 0;
  border-bottom: 1px solid #262626;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 3px;
  max-width: 58%;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__data .data__block .head .title {
    font-size: calc(var(--titleSize) * 0.85);
    padding: 20px 0 2px;
    max-width: 65%;
  }
}
.lower-facility_d .facility__data .data__block .body {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: auto;
  padding: 42px 48px;
  min-height: 240px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__data .data__block .body {
    min-height: 180px;
    padding: 20px 6.25%;
  }
}
.lower-facility_d .facility__data .data__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;
  gap: 38px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__data .data__block .body.-horizontal {
    gap: 16px;
  }
}
.lower-facility_d .facility__data .data__block .body.-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__data .data__block .body.-vertical {
    gap: 16px;
  }
}
.lower-facility_d .facility__data .data__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;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__data .data__block .body .img {
    height: calc(var(--iconSize) * 0.6);
  }
}
.lower-facility_d .facility__data .data__block .body .img img {
  width: auto;
  max-height: 100%;
}
.lower-facility_d .facility__data .data__block .body .annotation {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #999999;
  line-height: 1.6;
  margin-left: auto;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__data .data__block .body .annotation {
    font-size: 1.2rem;
  }
}
.lower-facility_d .facility__data .data__block .data__multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10%;
}
.lower-facility_d .facility__data .data__block .data .body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  margin: 0;
}
.lower-facility_d .facility__data .data__block .data .add-text {
  font-weight: bold;
  line-height: 1.2;
}
.lower-facility_d .facility__data .data__block .data .num {
  font-size: calc(var(--dataNumSize) * 0.25);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.075em;
  color: var(--dataNumColor);
}
@media (max-width: 834px) {
  .lower-facility_d .facility__data .data__block .data .num {
    font-size: calc(var(--dataNumSize) * 0.25 * 0.8);
  }
}
.lower-facility_d .facility__data .data__block .data .num:has(.-small) {
  font-size: calc(var(--dataNumSize) * 0.25 * 0.9);
}
@media (max-width: 834px) {
  .lower-facility_d .facility__data .data__block .data .num:has(.-small) {
    font-size: calc(var(--dataNumSize) * 0.25 * 0.8);
  }
}
.lower-facility_d .facility__data .data__block .data .num b {
  font-family: "Gabarito", sans-serif;
  font-size: var(--dataNumSize);
  font-weight: 500;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  margin-right: 4px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__data .data__block .data .num b {
    font-size: calc(var(--dataNumSize) * 0.8);
  }
}
.lower-facility_d .facility__data .data__block .data .num b.-small {
  font-size: calc(var(--dataNumSize) * 0.5);
}
@media (max-width: 834px) {
  .lower-facility_d .facility__data .data__block .data .num b.-small {
    font-size: calc(var(--dataNumSize) * 0.5 * 0.8);
  }
}
.lower-facility_d .facility__data .data__block:has(.line-chart) .body {
  max-width: 456px;
  gap: 14px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__data .data__block:has(.line-chart) .body {
    max-width: 270px;
  }
}
.lower-facility_d .facility__data .data__block:has(.line-chart) .body .data .num:first-child {
  color: #e47468;
}
.lower-facility_d .facility__data .data__block:has(.line-chart) .line-chart {
  width: 100%;
}
.lower-facility_d .facility__data .data__block:has(.line-chart) .line-chart .chart {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
}
.lower-facility_d .facility__data .data__block:has(.line-chart) .line-chart .chart::before, .lower-facility_d .facility__data .data__block:has(.line-chart) .line-chart .chart::after {
  position: absolute;
  content: "";
  pointer-events: none;
  aspect-ratio: 34/81;
  max-width: 17px;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 834px) {
  .lower-facility_d .facility__data .data__block:has(.line-chart) .line-chart .chart::before, .lower-facility_d .facility__data .data__block:has(.line-chart) .line-chart .chart::after {
    max-width: 12px;
  }
}
.lower-facility_d .facility__data .data__block:has(.line-chart) .line-chart .chart::before {
  background: url(../img/facility/data-man.png) center/contain no-repeat;
  left: -36px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__data .data__block:has(.line-chart) .line-chart .chart::before {
    left: -22px;
  }
}
.lower-facility_d .facility__data .data__block:has(.line-chart) .line-chart .chart::after {
  background: url(../img/facility/data-woman.png) center/contain no-repeat;
  right: -36px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__data .data__block:has(.line-chart) .line-chart .chart::after {
    right: -22px;
  }
}
.lower-facility_d .facility__data .data__block:has(.line-chart) .line-chart .chart .line {
  width: 100%;
  height: var(--balanceChartHeight);
  -webkit-transition: width 1.3s ease;
  transition: width 1.3s ease;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__data .data__block:has(.line-chart) .line-chart .chart .line {
    height: calc(var(--balanceChartHeight) * 0.65);
  }
}
.lower-facility_d .facility__data .data__block:has(.line-chart) .line-chart .chart .line:nth-child(2n+1) {
  background: var(--balanceChartColor01);
}
.lower-facility_d .facility__data .data__block:has(.line-chart) .line-chart .chart .line:nth-child(2n+2) {
  background: var(--balanceChartColor02);
}
.lower-facility_d .facility__data .data__block:has(.line-chart) .dataTitle {
  width: 100%;
  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;
}
.lower-facility_d .facility__data .data__block:has(.line-chart) .dataTitle__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  font-weight: 700;
  line-height: 1;
}
.lower-facility_d .facility__data .data__block:has(.line-chart) .dataTitle__item:last-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.lower-facility_d .facility__data .data__block:has(.line-chart) .dataTitle__item img {
  width: 17px;
}
.lower-facility_d .facility__data .data__block:has(.line-chart) .data {
  width: 100%;
}
.lower-facility_d .facility__data .data__block:has(.line-chart) .data__multi {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lower-facility_d .facility__data .data__block:has(.line-chart) .data__multi .separate {
  font-family: var(--engFont);
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1;
}
.lower-facility_d .facility__data .data__block .pie-chart {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--pieChartSize);
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__data .data__block .pie-chart {
    width: calc(var(--pieChartSize) * 0.88);
  }
}
.lower-facility_d .facility__data .data__block .pie-chart .chart {
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  margin: 0 auto;
  border-radius: 50%;
}
.lower-facility_d .facility__data .data__block .pie-chart .chart::before {
  content: "";
  position: absolute;
  inset: 6px;
  z-index: -1;
  border-radius: 50%;
  background: #f0f7f9;
}
.lower-facility_d .facility__data .data__block .pie-chart .chart canvas {
  position: absolute;
  inset: 0;
}
.lower-facility_d .facility__data .data__block .bar-chart {
  width: 100%;
  max-width: 280px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__data .data__block .bar-chart {
    max-width: 250px;
  }
}
.lower-facility_d .facility__data .data__block .bar-chart canvas {
  aspect-ratio: 28/15;
}
.lower-facility_d .facility__data .data__block .tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.2em;
}
.lower-facility_d .facility__data .data__block .tips__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 8px;
  font-weight: 700;
  line-height: 1.7;
}
.lower-facility_d .facility__data .data__block .tips__item::before {
  content: "";
  aspect-ratio: 1/1;
  width: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  margin-top: 9px;
  border-radius: 50%;
}
.lower-facility_d .facility__data .data__block .tips__item:nth-child(5n+1)::before {
  background: var(--tipsColor01);
}
.lower-facility_d .facility__data .data__block .tips__item:nth-child(5n+2)::before {
  background: var(--tipsColor02);
}
.lower-facility_d .facility__data .data__block .tips__item:nth-child(5n+3)::before {
  background: var(--tipsColor03);
}
.lower-facility_d .facility__data .data__block .tips__item:nth-child(5n+4)::before {
  background: var(--tipsColor04);
}
.lower-facility_d .facility__data .data__block .tips__item:nth-child(5n+5)::before {
  background: var(--tipsColor05);
}
@media (max-width: 834px) {
  .lower-facility_d .facility__data #data03 .body .data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}
@media (min-width: 835px) {
  .lower-facility_d .facility__data #data04 .body {
    gap: 30px;
  }
}
@media (max-width: 834px) {
  .lower-facility_d .facility__data #data04 .body {
    gap: 24px;
  }
}
.lower-facility_d .facility__thoughts {
  margin-top: 120px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__thoughts {
    margin-top: 50px;
  }
}
.lower-facility_d .facility__thoughts__inner {
  max-width: 1240px;
  margin: 0 auto;
}
.lower-facility_d .facility__thoughts__titleArea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__thoughts__titleArea {
    gap: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.lower-facility_d .facility__thoughts__titleArea::after {
  content: "";
  background-color: #262626;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__thoughts__titleArea::after {
    width: 100%;
  }
}
.lower-facility_d .facility__thoughts__titleArea .thoughts-title {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.6;
  background: #262626 url(../img/common/bg_common-title.jpg) left top/auto 100% no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__thoughts__titleArea .thoughts-title {
    font-size: 2rem;
  }
}
.lower-facility_d .facility__thoughts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 56px;
  padding: 60px 50px;
  border-bottom: 1px solid #262626;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__thoughts__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 24px 0 32px;
    gap: 24px;
  }
}
.lower-facility_d .facility__thoughts__content .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__thoughts__content .imgArea {
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    gap: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }
}
.lower-facility_d .facility__thoughts__content .imgArea .img {
  aspect-ratio: 1/1;
  max-width: 160px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__thoughts__content .imgArea .img {
    max-width: 120px;
  }
}
.lower-facility_d .facility__thoughts__content .imgArea .img img {
  border-radius: 50%;
}
.lower-facility_d .facility__thoughts__content .imgArea .name {
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 16px;
}
.lower-facility_d .facility__thoughts__content .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-facility_d .facility__aboutArea {
  margin-top: 120px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__aboutArea {
    margin-top: 40px;
  }
}
.lower-facility_d .facility__aboutArea__inner {
  max-width: 1240px;
}
.lower-facility_d .facility__aboutArea__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
  gap: 7.2%;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__aboutArea__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.lower-facility_d .facility__aboutArea__content .textArea {
  max-width: 560px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__aboutArea__content .textArea {
    display: contents;
  }
}
@media (max-width: 834px) {
  .lower-facility_d .facility__aboutArea__content .textArea__titleArea {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.lower-facility_d .facility__aboutArea__content .textArea__titleArea .info {
  color: #666;
  font-size: 1.5rem;
}
.lower-facility_d .facility__aboutArea__content .textArea__titleArea .title {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.6;
}
.lower-facility_d .facility__aboutArea__content .textArea__block {
  margin-top: 32px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__aboutArea__content .textArea__block {
    border-radius: 10px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    font-size: 1.4rem;
  }
}
.lower-facility_d .facility__aboutArea__content .textArea__block .block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.lower-facility_d .facility__aboutArea__content .textArea__block .block-list:last-child {
  border-bottom: none;
}
.lower-facility_d .facility__aboutArea__content .textArea__block .block-list .term {
  background-color: #f5f5f5;
  padding: 16px 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  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;
  border-right: 1px solid #e5e5e5;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__aboutArea__content .textArea__block .block-list .term {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    padding: 14px;
  }
}
.lower-facility_d .facility__aboutArea__content .textArea__block .block-list .description {
  padding: 16px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__aboutArea__content .textArea__block .block-list .description {
    padding: 14px 20px;
  }
}
.lower-facility_d .facility__aboutArea__content .textArea__block .block-list .description .map a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  color: #e60021;
}
.lower-facility_d .facility__aboutArea__content .textArea__block .block-list .description .map a::before {
  content: "";
  -webkit-mask: url(../img/facility/ico_custom_location_color.png) center/contain no-repeat;
          mask: url(../img/facility/ico_custom_location_color.png) center/contain no-repeat;
  aspect-ratio: 37/50;
  width: 12px;
  background-color: #e60021;
  pointer-events: none;
  margin-top: 8px;
}
.lower-facility_d .facility__aboutArea__content .textArea .link {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__aboutArea__content .textArea .link {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.lower-facility_d .facility__aboutArea__content .textArea .link a {
  position: relative;
  padding-left: 25px;
}
.lower-facility_d .facility__aboutArea__content .textArea .link a::before {
  content: "";
  position: absolute;
  -webkit-mask: url(../img/facility/link-ico01.png) center/contain no-repeat;
          mask: url(../img/facility/link-ico01.png) center/contain no-repeat;
  aspect-ratio: 28/20;
  max-width: 14px;
  width: 100%;
  pointer-events: none;
  background-color: #111;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 0px;
  top: 7px;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__aboutArea__content .textArea .link a::before {
    top: 5px;
  }
}
@media (any-hover: hover) {
  .lower-facility_d .facility__aboutArea__content .textArea .link a:hover {
    color: #e60021;
  }
  .lower-facility_d .facility__aboutArea__content .textArea .link a:hover::before {
    background-color: #e60021;
  }
}
.lower-facility_d .facility__aboutArea__content .imgArea {
  aspect-ratio: 460/320;
  max-width: 460px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.81%;
          flex: 0 0 41.81%;
}
@media (max-width: 834px) {
  .lower-facility_d .facility__aboutArea__content .imgArea {
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 24px;
    max-width: 400px;
  }
}
.lower-facility_d .facility__aboutArea__content .imgArea img {
  border-radius: 5px;
}
.lower-facility_d .facility__btnArea {
  margin-top: 150px;
}
@media (max-width: 1280px) {
  .lower-facility_d .facility__btnArea {
    margin-top: 80px;
  }
}
@media (max-width: 834px) {
  .lower-facility_d .facility__btnArea {
    margin-top: 40px;
  }
}
.lower-facility_d .facility__btnArea__inner {
  max-width: 1240px;
}
.lower-facility_d .facility__btnArea__content {
  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) {
  .lower-facility_d .facility__btnArea__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 24px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.lower-facility_d .facility__btnArea__content .common-btn.-back {
  margin-right: auto;
}
.lower-facility_d .facility__btnArea__content .common-btn.-back .common-btn__link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.lower-facility_d .facility__btnArea__content .common-btn.-back .common-btn__link .common-btn__icon {
  scale: -1 1;
}

/* ============================================
// 会社案内
// ==========================================*/
.lower-company .main {
  background: url(../img/common/bg_city.png) center bottom/100% auto no-repeat;
}
@media (min-width: 835px) {
  .lower-company .main {
    padding: 124px 0 140px;
  }
}
.lower-company .main::before {
  content: "";
  position: absolute;
  bottom: -170px;
  left: -170px;
  aspect-ratio: 1/1;
  width: 340px;
  border-radius: 50%;
  z-index: 1;
  background: #ef876a;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-company .main::before {
    width: 180px;
    left: -90px;
    bottom: -90px;
  }
}
.lower-company .footer {
  z-index: 2;
}
.lower-company .breadcrumb {
  z-index: 2;
  position: relative;
}
@media (max-width: 834px) {
  .lower-company .common-title__eng {
    font-size: 4rem;
  }
}
.lower-company .company__message {
  padding-top: 150px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-company .company__message {
    padding-top: 65px;
  }
}
.lower-company .company__message::before {
  content: "Message";
  position: absolute;
  font-size: 12rem;
  font-family: "Gabarito", sans-serif;
  top: -19px;
  left: 50%;
  translate: -50%;
  line-height: 1;
  letter-spacing: 0.05em;
  color: rgba(233, 70, 54, 0.15);
}
@media (max-width: 834px) {
  .lower-company .company__message::before {
    font-size: 6rem;
    top: -9px;
    width: 100%;
    text-align: center;
  }
}
.lower-company .company__message__inner {
  max-width: 1140px;
}
.lower-company .company__message__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media (max-width: 834px) {
  .lower-company .company__message__head {
    gap: 20px;
  }
}
@media (max-width: 670px) {
  .lower-company .company__message__head {
    -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;
  }
}
.lower-company .company__message__head .lead {
  font-size: clamp(3.2rem, 2.708rem + 0.481vw, 3.4rem);
  font-weight: 600;
  background: #262626 url(../img/company/title_deco.png) left top/auto 100% no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-position: 1px 13px;
  background-size: 25px 22px;
}
@media (min-width: 835px) {
  .lower-company .company__message__head .lead {
    line-height: 1.8;
  }
}
@media (max-width: 834px) {
  .lower-company .company__message__head .lead {
    font-size: 2.2rem;
    background-position: 0 3px;
    background-size: 20px 18px;
  }
}
.lower-company .company__message__head .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44%;
          flex: 0 0 44%;
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
}
.lower-company .company__message__head .imgArea img {
  aspect-ratio: 440/293;
}
.lower-company .company__message__body {
  margin-top: 50px;
}
@media (max-width: 834px) {
  .lower-company .company__message__body {
    margin-top: 20px;
  }
}
.lower-company .company__message__body .name {
  margin-top: 20px;
  text-align: right;
}
@media (max-width: 834px) {
  .lower-company .company__message__body .name {
    margin-top: 14px;
  }
}
.lower-company .company__message__body .name .bold {
  font-weight: 600;
}
.lower-company .company__images {
  margin-top: 100px;
}
@media (max-width: 834px) {
  .lower-company .company__images {
    margin-top: 40px;
  }
}
.lower-company .company__images__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.lower-company .company__images__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: infinity-scroll 60s linear infinite both;
          animation: infinity-scroll 60s linear infinite both;
}
.lower-company .company__images__contents img {
  margin-right: 20px;
  width: auto;
  height: 240px;
  aspect-ratio: 360/240;
  border-radius: 5px;
}
@media (max-width: 834px) {
  .lower-company .company__images__contents img {
    margin-right: 8px;
    height: 120px;
    border-radius: 3px;
  }
}
.lower-company .company__history {
  margin-top: 130px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-company .company__history {
    margin-top: 50px;
  }
}
.lower-company .company__history__inner {
  padding-bottom: 80px;
}
@media (max-width: 834px) {
  .lower-company .company__history__inner {
    padding-bottom: 40px;
  }
}
.lower-company .company__history .historyList {
  background: #fff;
  border-radius: 20px;
  margin-top: 70px;
  margin-right: 50px;
}
@media (max-width: 834px) {
  .lower-company .company__history .historyList {
    margin-top: 30px;
    margin-right: 0;
    border-radius: 10px;
  }
}
.lower-company .company__history .historyList .list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lower-company .company__history .historyList .list__item:last-child .contentList__item:last-child {
  border-bottom: 0;
}
.lower-company .company__history .historyList .list__item .yearArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  margin-left: 50px;
  padding-top: 30px;
}
@media (max-width: 834px) {
  .lower-company .company__history .historyList .list__item .yearArea {
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65px;
            flex: 0 0 65px;
    padding-top: 18px;
  }
}
.lower-company .company__history .historyList .list__item .yearArea .year {
  font-size: 3rem;
  font-family: "Gabarito", sans-serif;
  color: #e94636;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-company .company__history .historyList .list__item .yearArea .year {
    font-size: 2rem;
  }
}
.lower-company .company__history .historyList .list__item .contentList {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lower-company .company__history .historyList .list__item .contentList__item {
  padding: 30px 40px;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 600;
}
@media (max-width: 834px) {
  .lower-company .company__history .historyList .list__item .contentList__item {
    padding: 16px;
    gap: 8px;
  }
}
.lower-company .company__history .historyList .list__item .contentList__item .month {
  font-size: 1.4rem;
  line-height: 1;
  color: #e94636;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  margin-top: 3px;
}
@media (max-width: 834px) {
  .lower-company .company__history .historyList .list__item .contentList__item .month {
    font-size: 1.3rem;
  }
}
.lower-company .company__history .historyList .list__item .contentList__item .month span {
  font-size: 2.4rem;
  font-family: "Gabarito", sans-serif;
  font-weight: 500;
}
@media (max-width: 834px) {
  .lower-company .company__history .historyList .list__item .contentList__item .month span {
    font-size: 1.8rem;
  }
}
.lower-company .company__history .historyList .list__item .contentList__item .txt {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media (max-width: 834px) {
  .lower-company .company__history .historyList .list__item .contentList__item .txt {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.lower-company .company__history__bg {
  position: absolute;
  background-color: #e94636;
  top: 60px;
  bottom: 0;
  right: 0;
  width: 30%;
  z-index: -1;
  border-radius: 40px 0 0 40px;
}
@media (max-width: 834px) {
  .lower-company .company__history__bg {
    border-radius: 20px 0 0 20px;
    top: 50px;
    bottom: 10px;
    width: 25%;
  }
}
.lower-company .company__history__bg::before {
  content: "";
  aspect-ratio: 38/39;
  width: 38px;
  height: auto;
  -webkit-mask-image: url(../img/company/bg_shape.png);
          mask-image: url(../img/company/bg_shape.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #e94636;
  position: absolute;
  bottom: 100%;
  right: 0;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-company .company__history__bg::before {
    width: 24px;
  }
}
.lower-company .company__history__bg::after {
  content: "";
  aspect-ratio: 38/39;
  width: 38px;
  height: auto;
  -webkit-mask-image: url(../img/company/bg_shape.png);
          mask-image: url(../img/company/bg_shape.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #e94636;
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  pointer-events: none;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 834px) {
  .lower-company .company__history__bg::after {
    width: 24px;
  }
}
.lower-company .company__history__bg__inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 40px 0 0 40px;
}
@media (max-width: 834px) {
  .lower-company .company__history__bg__inner {
    border-radius: 20px 0 0 20px;
  }
}
.lower-company .company__history__bg__inner .deco {
  position: absolute;
  aspect-ratio: 1/1;
  border-radius: 50%;
  pointer-events: none;
  bottom: -400px;
  right: -100px;
  width: clamp(900px, 52.0833333333vw, 1000px);
  background: rgba(239, 135, 106, 0.3);
}
.lower-company .company__profile {
  margin-top: 100px;
}
@media (max-width: 834px) {
  .lower-company .company__profile {
    margin-top: 20px;
  }
}
.lower-company .company__profile .common-title__body {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lower-company .company__profile .profileList {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 60px;
}
@media (max-width: 834px) {
  .lower-company .company__profile .profileList {
    margin-top: 20px;
  }
}
.lower-company .company__profile .profileList .list {
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-company .company__profile .profileList .list {
    border-radius: 10px;
  }
}
.lower-company .company__profile .profileList .list__item {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}
.lower-company .company__profile .profileList .list__item:last-child {
  border-bottom: 0;
}
@media (min-width: 835px) {
  .lower-company .company__profile .profileList .list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.lower-company .company__profile .profileList .list__term {
  font-weight: 700;
  background: #f5f5f5;
  padding: 30px 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29.5454545455%;
          flex: 0 0 29.5454545455%;
  line-height: 1.8;
}
@media (max-width: 834px) {
  .lower-company .company__profile .profileList .list__term {
    padding: 14px 20px;
  }
}
.lower-company .company__profile .profileList .list__desc {
  padding: 30px 40px 30px 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 834px) {
  .lower-company .company__profile .profileList .list__desc {
    padding: 14px 20px;
  }
}

/* ============================================
// サービス案内
// ==========================================*/
.lower-service .main {
  background: url(../img/common/bg_city.png) center bottom/100% auto no-repeat;
}
@media (min-width: 835px) {
  .lower-service .main {
    padding: 124px 0 140px;
  }
}
.lower-service .footer {
  z-index: 2;
}
.lower-service .breadcrumb {
  z-index: 2;
  position: relative;
}
.lower-service .service__container {
  padding: 100px 0 0;
}
@media (max-width: 834px) {
  .lower-service .service__container {
    padding-top: 50px;
  }
}
.lower-service .service__list__item {
  counter-increment: num-service;
  margin-bottom: 80px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-service .service__list__item {
    margin: 0 -5px 24px;
    border-radius: 15px;
  }
}
.lower-service .service__list__item:last-child {
  margin-bottom: 0;
}
.lower-service .service__list__item .mainArea {
  padding: 64px;
}
@media (max-width: 834px) {
  .lower-service .service__list__item .mainArea {
    padding: 24px 24px;
  }
}
.lower-service .service__list__item .mainArea .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 50px;
  padding-bottom: 1em;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 834px) {
  .lower-service .service__list__item .mainArea .heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5em;
    margin-bottom: 24px;
  }
}
.lower-service .service__list__item .mainArea .heading::after {
  content: "Service " counter(num-service, decimal-leading-zero);
  font-family: "Gabarito", sans-serif;
  font-size: 4.8rem;
  line-height: 1.2;
  color: rgba(233, 70, 54, 0.15);
  margin-left: 1em;
}
@media (max-width: 834px) {
  .lower-service .service__list__item .mainArea .heading::after {
    font-size: 1.8rem;
    margin: 0;
  }
}
.lower-service .service__list__item .mainArea .heading .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.5;
  background: #262626 url(../img/company/title_deco.png) left top/auto 55% no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 834px) {
  .lower-service .service__list__item .mainArea .heading .title {
    font-size: 2.4rem;
  }
}
.lower-service .service__list__item .mainArea .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 64px;
}
@media (max-width: 834px) {
  .lower-service .service__list__item .mainArea .body {
    -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;
  }
}
.lower-service .service__list__item .mainArea .body .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 39.2523364486%;
          flex: 0 0 39.2523364486%;
}
@media (max-width: 834px) {
  .lower-service .service__list__item .mainArea .body .imgArea {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 420px;
    margin: 0 auto 20px;
  }
}
.lower-service .service__list__item .mainArea .body .imgArea img {
  aspect-ratio: 420/280;
  border-radius: 5px;
}
.lower-service .service__list__item .mainArea .body .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-service .service__list__item .mainArea .body .txtArea .service {
  position: relative;
  margin: 40px 0 24px;
  padding: 40px 30px 24px;
  background: rgba(233, 70, 54, 0.05);
  border-radius: 5px;
}
@media (max-width: 834px) {
  .lower-service .service__list__item .mainArea .body .txtArea .service {
    font-size: 0.9em;
    margin: 32px 0 16px;
    padding: 32px 20px 14px;
  }
}
.lower-service .service__list__item .mainArea .body .txtArea .service .hd {
  position: absolute;
  left: 10px;
  top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #e94636;
  font-weight: 600;
  color: #fff;
  padding: 0.5em 1.2em;
  border-radius: 100vmax;
  translate: 0 -50%;
}
.lower-service .service__list__item .mainArea .body .txtArea:not(:has(.txt:last-child)) .service {
  margin-bottom: 0;
}
.lower-service .service__list__item .officeArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 834px) {
  .lower-service .service__list__item .officeArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.lower-service .service__list__item .officeArea .hd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  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: 1.8rem;
  font-weight: 600;
  padding: 40px;
  background: #f5f5f5;
}
@media (max-width: 834px) {
  .lower-service .service__list__item .officeArea .hd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    font-size: 1.6rem;
    padding: 1em;
  }
}
.lower-service .service__list__item .officeArea .list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 40px;
  padding: 40px;
}
@media (max-width: 834px) {
  .lower-service .service__list__item .officeArea .list {
    font-size: 0.9em;
    padding: 20px 24px;
  }
}
.lower-service .service__list__item .officeArea .list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lower-service .service__list__item .officeArea .list__item::before {
  content: "";
  aspect-ratio: 1/1;
  width: 0.5em;
  margin-top: 0.7em;
  margin-right: 12px;
  background: #e94636;
  border-radius: 50%;
}

/* ============================================
// 働く魅力
// ==========================================*/
.lower-charm .main {
  padding-bottom: 260px;
}
@media (max-width: 834px) {
  .lower-charm .main {
    padding-bottom: 80px;
  }
}
.lower-charm .main::before {
  content: "";
  position: absolute;
  bottom: -170px;
  left: -170px;
  aspect-ratio: 1/1;
  width: 340px;
  border-radius: 50%;
  z-index: 1;
  background: #ef876a;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-charm .main::before {
    width: 180px;
    left: -90px;
    bottom: -90px;
  }
}
.lower-charm .footer {
  z-index: 2;
}
.lower-charm .breadcrumb {
  z-index: 2;
  position: relative;
}
.lower-charm .charm__container {
  position: relative;
  padding: 120px 0 0;
}
@media (max-width: 834px) {
  .lower-charm .charm__container {
    padding-top: 50px;
  }
}
.lower-charm .charm__container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  aspect-ratio: 1/1;
  width: 1000px;
  border-radius: 50%;
  background: rgba(239, 135, 106, 0.1);
  translate: 100% -58%;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-charm .charm__container::before {
    width: 400px;
  }
}
.lower-charm .charm__intro .txt {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.8;
  background: #262626 url(../img/company/title_deco.png) left top/auto 1em no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 834px) {
  .lower-charm .charm__intro .txt {
    font-size: 1.6rem;
  }
  .lower-charm .charm__intro .txt br {
    display: none;
  }
}
.lower-charm .charm__jobs {
  margin-top: 110px;
}
@media (max-width: 834px) {
  .lower-charm .charm__jobs {
    margin-top: 32px;
  }
}
.lower-charm .charm__jobs .jobs {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-charm .charm__jobs .jobs {
    margin-top: 0;
  }
}
.lower-charm .charm__jobs .jobs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 50px;
  padding: 50px 0;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 834px) {
  .lower-charm .charm__jobs .jobs__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 24px 0;
    padding: 40px 0 32px;
  }
}
.lower-charm .charm__jobs .jobs__item .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}
@media (max-width: 834px) {
  .lower-charm .charm__jobs .jobs__item .imgArea {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 300px;
    margin: 0 auto;
  }
}
.lower-charm .charm__jobs .jobs__item .imgArea img {
  aspect-ratio: 300/200;
  border-radius: 5px;
}
.lower-charm .charm__jobs .jobs__item .txtArea {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-charm .charm__jobs .jobs__item .txtArea .lead {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .lower-charm .charm__jobs .jobs__item .txtArea .lead {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.lower-charm .charm__benefits {
  margin-top: 110px;
}
@media (max-width: 834px) {
  .lower-charm .charm__benefits {
    margin-top: 50px;
  }
}
.lower-charm .charm__benefits .benefits {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-charm .charm__benefits .benefits {
    margin-top: 0;
  }
}
.lower-charm .charm__benefits .benefits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 834px) {
  .lower-charm .charm__benefits .benefits__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 0;
    padding: 32px 0;
  }
}
.lower-charm .charm__benefits .benefits__item .icoArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  text-align: center;
}
@media (max-width: 834px) {
  .lower-charm .charm__benefits .benefits__item .icoArea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 72px;
            flex: 0 0 72px;
  }
}
.lower-charm .charm__benefits .benefits__item .icoArea img {
  aspect-ratio: 1/1;
  max-width: 103px;
  border-radius: 5px;
}
.lower-charm .charm__benefits .benefits__item .txtArea {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 834px) {
  .lower-charm .charm__benefits .benefits__item .txtArea {
    display: contents;
  }
}
.lower-charm .charm__benefits .benefits__item .txtArea .lead {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .lower-charm .charm__benefits .benefits__item .txtArea .lead {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 103px);
            flex: 0 0 calc(100% - 103px);
    font-size: 1.8rem;
    margin-bottom: 0;
    padding-left: 1em;
  }
}
.lower-charm .charm__benefits .others {
  margin-top: 100px;
  padding-bottom: 70px;
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
}
@media (max-width: 834px) {
  .lower-charm .charm__benefits .others {
    margin-top: 70px;
    padding-bottom: 24px;
  }
}
.lower-charm .charm__benefits .others .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 95%;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.66;
  margin-top: -0.86em;
  margin-bottom: 56px;
  padding-right: 1em;
  background: #ffffff;
}
@media (max-width: 834px) {
  .lower-charm .charm__benefits .others .title {
    max-width: 72%;
    font-size: 2.1rem;
    margin-bottom: 24px;
  }
}
.lower-charm .charm__benefits .others .title span {
  display: block;
  background: #262626 url(../img/company/title_deco.png) left top/auto 55% no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lower-charm .charm__benefits .others .points {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
@media (max-width: 834px) {
  .lower-charm .charm__benefits .others .points {
    display: block;
  }
}
.lower-charm .charm__benefits .others .points__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  padding: 0 56px;
}
@media (max-width: 834px) {
  .lower-charm .charm__benefits .others .points__item {
    display: block;
    padding: 0;
  }
}
@media (min-width: 835px) {
  .lower-charm .charm__benefits .others .points__item:not(:first-child) {
    border-left: 1px solid #262626;
  }
}
@media (max-width: 834px) {
  .lower-charm .charm__benefits .others .points__item:not(:first-child) {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #262626;
  }
}
.lower-charm .charm__benefits .others .points__item .hd {
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 2.4rem;
  font-weight: 600;
  color: #e60021;
  margin-bottom: 12px;
}
@media (max-width: 834px) {
  .lower-charm .charm__benefits .others .points__item .hd {
    font-size: 1.8rem;
    margin-bottom: 6px;
  }
}

/* ============================================
// ご入居までの流れ
// ==========================================*/
.lower-flow .main {
  padding-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-flow .main {
    padding-bottom: 50px;
  }
}
.lower-flow .main::before {
  content: "";
  position: absolute;
  bottom: -170px;
  left: -170px;
  aspect-ratio: 1/1;
  width: 340px;
  border-radius: 50%;
  z-index: 1;
  background: #ef876a;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-flow .main::before {
    width: 180px;
    left: -90px;
    bottom: -90px;
  }
}
.lower-flow .footer {
  z-index: 2;
}
.lower-flow .breadcrumb {
  z-index: 2;
  position: relative;
}
.lower-flow .flow__container {
  position: relative;
  padding: 56px 0 0;
}
@media (max-width: 834px) {
  .lower-flow .flow__container {
    padding-top: 15px;
  }
}
.lower-flow .flow__list .flow__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 72px;
  padding: 56px clamp(0px, 4.1666666667%, 50px);
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 834px) {
  .lower-flow .flow__list .flow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 20px 0;
    padding: 32px 0;
  }
}
.lower-flow .flow__list .flow__item::before, .lower-flow .flow__list .flow__item::after {
  content: "";
  position: absolute;
  inset: 100% 0 auto 0;
  aspect-ratio: 62/20;
  width: 62px;
  margin: 0 auto;
  background: #e5e5e5;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 834px) {
  .lower-flow .flow__list .flow__item::before, .lower-flow .flow__list .flow__item::after {
    width: 40px;
  }
}
.lower-flow .flow__list .flow__item::after {
  width: 60px;
  background: #ffffff;
  translate: 0 -0.5px;
}
@media (max-width: 834px) {
  .lower-flow .flow__list .flow__item::after {
    width: 38px;
  }
}
.lower-flow .flow__list .flow__item:last-child::before, .lower-flow .flow__list .flow__item:last-child::after {
  display: none;
}
.lower-flow .flow__list .flow__item .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 834px) {
  .lower-flow .flow__list .flow__item .txtArea {
    display: contents;
  }
}
.lower-flow .flow__list .flow__item .txtArea .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 834px) {
  .lower-flow .flow__list .flow__item .txtArea .heading {
    margin-bottom: 0;
  }
}
.lower-flow .flow__list .flow__item .txtArea .heading .num {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.1;
  padding-right: 36px;
}
@media (max-width: 834px) {
  .lower-flow .flow__list .flow__item .txtArea .heading .num {
    font-size: 1.2rem;
    padding-right: 24px;
  }
}
.lower-flow .flow__list .flow__item .txtArea .heading .num b {
  font-size: 4rem;
  font-weight: 500;
  background: #262626 url(../img/company/title_deco.png) left top/auto 0.6em no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 834px) {
  .lower-flow .flow__list .flow__item .txtArea .heading .num b {
    font-size: 3.2rem;
  }
}
.lower-flow .flow__list .flow__item .txtArea .heading .hd {
  font-size: 3rem;
  font-weight: 600;
  padding-left: 40px;
  border-left: 1px solid;
}
@media (max-width: 834px) {
  .lower-flow .flow__list .flow__item .txtArea .heading .hd {
    font-size: 2.3rem;
    padding-left: 24px;
  }
}
@media (max-width: 834px) {
  .lower-flow .flow__list .flow__item .txtArea .txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.lower-flow .flow__list .flow__item .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 340px;
          flex: 0 0 340px;
}
@media (max-width: 834px) {
  .lower-flow .flow__list .flow__item .imgArea {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 340px;
    margin: 0 auto;
  }
}
.lower-flow .flow__list .flow__item .imgArea img {
  aspect-ratio: 340/227;
  border-radius: 5px;
}
.lower-flow .flow__list .note {
  margin-top: 64px;
  padding: 40px 50px;
  background: #ffffff;
  border: 1px solid #e94636;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .lower-flow .flow__list .note {
    margin-top: 40px;
    padding: 24px 24px;
    border-radius: 10px;
  }
}
.lower-flow .flow__list .note__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 12px;
  margin-bottom: 0.5em;
}
.lower-flow .flow__list .note__item::before {
  content: "";
  aspect-ratio: 1/1;
  width: 0.4375em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.4375em;
          flex: 0 0 0.4375em;
  margin-top: 0.7em;
  background: #e94636;
  border-radius: 50%;
}
.lower-flow .flow__list .note__item:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */