@charset "UTF-8";
/* ============================================
// normalize.css v3.0.2 | MIT License | git.io/normalize
// ==========================================*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: border-box; /* 2 */
  box-sizing: border-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ============================================
// RESET
// ==========================================*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  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: #ef5400;
  color: #ffffff;
}

::selection {
  background: #ef5400;
  color: #ffffff;
}

@media (min-device-width: 835px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
/* ============================================
// BASE
// ==========================================*/
html,
body {
  min-width: 1024px;
}
@media (max-width: 834px) {
  html,
  body {
    min-width: inherit;
  }
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
  line-height: 2;
  letter-spacing: 0.075em;
  word-break: break-word;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 834px) {
  body {
    font-size: 1.4rem;
  }
}

#container {
  width: 100%;
  overflow: hidden;
}

.innerWrap {
  max-width: 1340px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 70px;
}
@media (max-width: 834px) {
  .innerWrap {
    padding: 0 6.25%;
  }
}
.innerWrap.-m {
  max-width: 1240px;
}

main.main,
main.l-main {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
@media (max-width: 834px) {
  main.main,
  main.l-main {
    padding: 48px 0;
  }
}

a {
  color: #333;
  -webkit-transition: opacity 0.24s, color 0.24s, -webkit-filter 0.24s;
  transition: opacity 0.24s, color 0.24s, -webkit-filter 0.24s;
  transition: opacity 0.24s, filter 0.24s, color 0.24s;
  transition: opacity 0.24s, filter 0.24s, color 0.24s, -webkit-filter 0.24s;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

/* classes */
img {
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

@media (min-width: 835px) {
  .ro:hover {
    opacity: 0.8;
    -webkit-transition: all 0.16s linear;
    transition: all 0.16s linear;
  }
}

.ro:hover img {
  opacity: 1;
}

.bold {
  font-weight: bold;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

/* fonts */
.eng {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: -0.12em;
}

/* animations */
.anime {
  -webkit-transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.anime.-fadeIn {
  opacity: 0.01;
}
.anime.-fadeIn.js-active, .js-active > .anime.-fadeIn {
  opacity: 1;
}
.anime.-fadeInBottom {
  opacity: 0.01;
  -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.01;
  -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.01;
  -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.01;
  -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: 100 !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: 100px;
}
@media (max-width: 834px) {
  .lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
    bottom: 84px;
  }
}

/* ============================================
// loading
// ==========================================*/
/* ============================================
// hamburger
// ==========================================*/
.hamburger {
  position: fixed;
  inset: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  translate: 10% 0;
  background: #fff;
}
.hamburger::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  aspect-ratio: 32/160;
  background: #ef5400;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  z-index: 1;
}
.hamburger::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32px;
  aspect-ratio: 32/160;
  background: #ef5400;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: 1;
}
.js-loaded .hamburger {
  -webkit-transition: opacity 0.3s ease, visibility 0.2s ease, translate 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.2s ease, translate 0.3s ease;
}
.hamburger.js-open {
  opacity: 1;
  translate: 0;
  visibility: visible;
}
.hamburger.js-open .hamburger__menu__brand {
  opacity: 1;
  translate: 0 0;
}
.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;
  z-index: 500;
  background: #ef5400;
  border-radius: 5px;
  width: 52px;
  aspect-ratio: 1/1;
  cursor: pointer;
  padding-top: 3px;
  gap: 4px;
  border-radius: 4px;
}
@media (max-width: 834px) {
  .hamburger__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hamburger__btn__bar {
  width: 18px;
  height: 1px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}
.hamburger__btn__text {
  font-size: 0.9rem;
  color: #fff;
  line-height: 1;
  margin-top: 2px;
}
.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;
  overflow-y: auto;
  padding: 48px 24px;
}
.hamburger__menu__inner {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: auto;
}
.hamburger__menu__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  opacity: 0;
  translate: 0 -24px;
  -webkit-transition: opacity 1s cubic-bezier(0.86, 0, 0.07, 1), translate 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 1s cubic-bezier(0.86, 0, 0.07, 1), translate 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.hamburger__menu__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.hamburger__menu__logo-image {
  max-width: 56px;
  -webkit-transition: max-width 0.3s;
  transition: max-width 0.3s;
}
.hamburger__menu__logo-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.hamburger__menu__logo-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  -webkit-transition: font-size 0.3s, gap 0.3s;
  transition: font-size 0.3s, gap 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.hamburger__menu__logo-company {
  font-size: 0.4285714286em;
  font-weight: 900;
  letter-spacing: 0.075em;
  padding-left: 0.25em;
  margin-top: 4px;
}
.hamburger__menu__logo-tagline {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.384;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.hamburger__menu__logo-emphasis {
  color: #ef5400;
}
.hamburger__menu__nav {
  position: relative;
  margin-top: 8px;
  max-width: 280px;
  margin-inline: auto;
  z-index: 1;
}
.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-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 30ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 30ms forwards;
}
@-webkit-keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(2) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 60ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 60ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(3) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 90ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 90ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(4) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 120ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 120ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(5) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 150ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 150ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(6) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 180ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 180ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(7) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 210ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 210ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(8) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 240ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 240ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(9) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 270ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 270ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(10) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 300ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 300ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(11) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 330ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 330ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(12) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 360ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 360ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(13) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 390ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 390ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(14) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 420ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 420ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(15) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 450ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 450ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(16) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 480ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 480ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(17) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 510ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 510ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(18) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 540ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 540ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(19) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 570ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 570ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(20) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 600ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 600ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(21) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 630ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 630ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(22) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 660ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 660ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(23) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 690ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 690ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(24) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 720ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 720ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(25) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 750ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 750ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(26) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 780ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 780ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(27) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 810ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 810ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(28) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 840ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 840ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(29) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 870ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 870ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(30) {
  -webkit-animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 900ms forwards;
          animation: hamburger-fadeInBottom 1s cubic-bezier(0.86, 0, 0.07, 1) 900ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.hamburger__menu__nav__list__item-link {
  position: relative;
  display: block;
  padding: 12px 8px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item-link {
    padding: 14px 8px 12px;
  }
}
.hamburger__menu__nav__list__item-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  translate: 0 -50%;
  width: 12px;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/common/icon_arrow.png) center center/contain no-repeat;
          mask: url(../img/common/icon_arrow.png) center center/contain no-repeat;
  background: #ef5400;
}
.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 #ef5400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .hamburger__menu__nav__list__item-link:hover {
    opacity: 1;
    color: #ef5400;
  }
  .hamburger__menu__nav__list__item-link:hover::after {
    left: 0;
    width: 100%;
  }
}
.hamburger__menu__close {
  position: fixed;
  top: 24px;
  right: 24px;
  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: 52px;
  aspect-ratio: 1/1;
  cursor: pointer;
  background: #ef5400;
  border-radius: 5px;
  padding-top: 9px;
}
.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: 2px;
  margin-top: 11px;
}
.hamburger__menu__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.5s;
  transition: opacity 0.8s ease 0.5s;
}
.js-open .hamburger__menu__bg {
  -webkit-animation: hamburger-fadeIn 0.8s ease 0.6s forwards;
          animation: hamburger-fadeIn 0.8s ease 0.6s forwards;
}
@-webkit-keyframes hamburger-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.05;
  }
}
@keyframes hamburger-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.05;
  }
}
.hamburger__menu__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 835px) {
  .hamburger__buttons {
    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: clamp(24px, 2.1428571429vw, 30px);
    margin-top: 48px;
  }
}
@media (max-width: 834px) {
  .hamburger__buttons {
    margin-top: 24px;
  }
}
.hamburger__recruit {
  max-width: 240px;
  margin-inline: auto;
  margin-top: 24px;
}
.hamburger__recruit-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  color: #fff;
  background: #ef5400;
  padding: 1em 24px;
  border-radius: 5px;
}
.hamburger__recruit-link::before {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/common/icon_search.png) center center/contain no-repeat;
          mask: url(../img/common/icon_search.png) center center/contain no-repeat;
  pointer-events: none;
  background: #fff;
  margin-top: 2px;
}
.hamburger__recruit-link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 16px;
  width: 12px;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/common/icon_arrow.png) center center/contain no-repeat;
          mask: url(../img/common/icon_arrow.png) center center/contain no-repeat;
  background: #fff;
  pointer-events: none;
}

/*-------------------------------------------------------
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: 18.8px 30px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
}
@media (max-width: 834px) {
  body select,
  body search,
  body input {
    padding: 8px 16px !important;
  }
}
@media (max-width: 834px) {
  body select,
  body input[type=text],
  body input[type=search] {
    font-size: 1.6rem;
  }
}
body select {
  padding-right: 64px !important;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}
@media (max-width: 834px) {
  body select {
    padding-right: 40px !important;
  }
}
body input[type=text],
body input[type=search],
body input[type=submit] {
  padding: 18.8px 35px !important;
  background: #fff;
}
@media (max-width: 834px) {
  body input[type=text],
  body input[type=search],
  body input[type=submit] {
    padding: 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.6;
  padding-left: 22px;
  transition: all 0.2s;
}
@media (max-width: 834px) {
  body input[type=checkbox] + label {
    padding-left: 20px;
  }
}
@media (any-hover: hover) {
  body input[type=checkbox] + label:hover {
    color: #ef5400;
  }
}
body input[type=checkbox] + label:before,
body input[type=checkbox] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=checkbox] + label::before {
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body input[type=checkbox] + label::after {
  top: 5px;
  left: 4px;
  z-index: 2;
  width: 4px;
  height: 8px;
  color: #7f7f7f;
  border-bottom: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 834px) {
  body input[type=checkbox] + label::after {
    width: 3px;
    height: 6px;
  }
}
body input[type=checkbox] + label a:link,
body input[type=checkbox] + label a:visited {
  color: #222;
}
body input[type=checkbox]:checked + label:after {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  opacity: 1;
}
body input[type=radio] {
  display: none;
}
body input[type=radio] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  cursor: pointer;
  display: block;
  line-height: 1.5;
  padding: 0 15px 0 1.5em;
  position: relative;
  transition: all 0.2s;
}
body input[type=radio] + label:before,
body input[type=radio] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=radio] + label:before {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  height: 13px;
  left: 0;
  top: 3px;
  width: 13px;
  z-index: 0;
}
body input[type=radio] + label:after {
  background: #00a1e9;
  border-radius: 50%;
  height: 7px;
  left: 3px;
  opacity: 0;
  top: 6px;
  width: 7px;
  z-index: 2;
}
body input[type=radio] + label a:link,
body input[type=radio] + label a:visited {
  color: #222;
}
body input[type=radio]:checked + label:after {
  opacity: 1;
}

/*------------------------------------------
	form custom setting（適宜変更ください）
------------------------------------------*/
.search__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .search__tab {
    gap: 0 20px;
    margin-bottom: 24px;
  }
}
.search__tab__item {
  position: relative;
  text-align: center;
  width: 100%;
  color: #bebaba;
  padding: 12px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  cursor: pointer;
}
.search__tab__item::before {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  background: #ef5400;
  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: #ef5400 transparent transparent transparent;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  opacity: 0;
}
.search__tab__item.-active {
  font-weight: bold;
  color: #ef5400;
}
.search__tab__item.-active::before, .search__tab__item.-active::after {
  opacity: 1;
}

.custom-form {
  position: relative;
  z-index: 1;
  font-weight: 400;
}
.custom-form .custom-form_parts {
  gap: clamp(30px, 2.8571428571vw, 40px);
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
  padding-bottom: 25px;
}
@media (min-width: 835px) {
  .custom-form .custom-form_parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 834px) {
  .custom-form .custom-form_parts {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.custom-form .custom-form_parts:first-child {
  margin-top: 0;
  border-top: none;
}
@media (min-width: 835px) {
  .custom-form .custom-form_parts:first-child .parts_ttl {
    margin-top: 17px;
  }
}
.custom-form .parts_ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 125px;
          flex: 0 0 125px;
  font-weight: 700;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media (max-width: 834px) {
  .custom-form .parts_ttl {
    gap: 6px;
  }
}
@media (max-width: 834px) {
  .custom-form .parts_ttl_icon {
    scale: 0.85;
  }
}
.custom-form .parts_ttl_icon img {
  display: block;
}
.custom-form .custom-form_parts-wrapper {
  border-top: 1px solid #e5e5e5;
}
@media (min-width: 835px) {
  .custom-form .custom-form_parts-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 13px;
  }
}
@media (min-width: 835px) {
  .custom-form .custom-form_parts-wrapper .custom-form_parts {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (min-width: 835px) {
  .custom-form .form_parts_inner {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (max-width: 834px) {
  .custom-form .form_parts_inner {
    margin-top: 8px;
  }
}
.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: #ef5400;
  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: #ef5400;
}
.custom-form .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 24px;
}
@media (max-width: 834px) {
  .custom-form .category_list {
    gap: 10px 16px;
  }
}
.custom-form .category_list li label {
  display: block;
  padding-left: 22px;
}
@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: #f3f3f3;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #333;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .custom-form select,
  .custom-form option,
  .custom-form .searchWord {
    font-size: 1.6rem;
  }
}
.custom-form .searchWord {
  font-weight: 400;
}
.custom-form .searchWord::-webkit-input-placeholder {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: rgba(51, 51, 51, 0.6);
  line-height: 1.6;
}
.custom-form .searchWord::-moz-placeholder {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: rgba(51, 51, 51, 0.6);
  line-height: 1.6;
}
.custom-form .searchWord:-ms-input-placeholder {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: rgba(51, 51, 51, 0.6);
  line-height: 1.6;
}
.custom-form .searchWord::-ms-input-placeholder {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: rgba(51, 51, 51, 0.6);
  line-height: 1.6;
}
.custom-form .searchWord::placeholder {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: rgba(51, 51, 51, 0.6);
  line-height: 1.6;
}
.custom-form .pull-down {
  position: relative;
}
.custom-form .pull-down::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 24px;
  top: calc(50% - 4px);
  border: 1px solid #333;
  border-top-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
@media (max-width: 834px) {
  .custom-form .pull-down::after {
    right: 16px;
  }
}
.custom-form .pull-down select {
  color: rgba(51, 51, 51, 0.6);
}
.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: #ef5400;
  }
}
.custom-form .selCity-box {
  margin-top: 16px;
}
@media (max-width: 834px) {
  .custom-form .selCity-box {
    margin-top: 8px;
  }
}
.custom-form .selCity_alert {
  color: #ef5400;
  display: block;
}
@media (max-width: 834px) {
  .custom-form .selCity_alert {
    font-size: 1.4rem;
  }
}
.custom-form input[type=checkbox] + label {
  background: none;
}
.custom-form input[type=checkbox] + label::before {
  top: 5px;
  background: #e5e5e5;
}
.custom-form input[type=checkbox] + label::after {
  top: 7px;
  left: 5px;
  color: #e5e5e5;
}
.custom-form input[type=checkbox]:checked + label::before {
  background: #ef5400;
}
.custom-form input[type=checkbox]:checked + label::after {
  color: #ffffff;
}
@media (min-width: 835px) {
  .custom-form .custom-form_searth_btn {
    margin-top: 30px;
  }
}
.custom-form .btn_cover {
  position: relative;
  z-index: 1;
  width: 175px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .custom-form .btn_cover {
    width: 216px;
  }
}
@media (any-hover: hover) {
  .custom-form .btn_cover:hover::before {
    scale: 0.95;
  }
  .custom-form .btn_cover:hover input[type=submit] {
    scale: 0.95;
  }
}
.custom-form .btn_cover::before {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/common/icon_search.png) center center/contain no-repeat;
          mask: url(../img/common/icon_search.png) center center/contain no-repeat;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 60px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: scale 0.2s;
  transition: scale 0.2s;
}
@media (max-width: 834px) {
  .custom-form .btn_cover::before {
    left: 76px;
    width: 12px;
  }
}
.custom-form .btn_cover input[type=submit] {
  height: 100%;
  background-color: #ef5400;
  letter-spacing: 0.1em;
  padding: 22px 24px 22px 48px !important;
  border-radius: 5px;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1;
}
@media (max-width: 834px) {
  .custom-form .btn_cover input[type=submit] {
    font-size: 1.5rem !important;
    padding: 20px 24px 20px 40px !important;
  }
}
.custom-form .form__toggle__input {
  display: none;
}
.custom-form .form__toggle__input.-show {
  display: block;
}

/* ============================================
// MODULES
// ==========================================*/
/*--------------------
	page-title
--------------------*/
.page-title {
  position: relative;
  z-index: 2;
  padding-top: 82px;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}
@media (max-width: 834px) {
  .page-title {
    padding-top: 101px;
  }
}
.page-title__inner {
  position: relative;
  height: 236px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .page-title__inner {
    height: 144px;
  }
}
.page-title__text {
  z-index: 1;
  translate: -24px 0;
  opacity: 0;
  -webkit-transition: translate 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: translate 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
}
@media (max-width: 834px) {
  .page-title__text {
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  }
}
.page-title__ja {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1.6666666667em;
}
@media (max-width: 834px) {
  .page-title__ja {
    font-size: 1.3rem;
  }
}
.page-title__ja::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1.1666666667em;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_sun.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .page-title__ja::before {
    top: 0.2em;
  }
}
.page-title__eng {
  font-family: "Poppins", sans-serif;
  font-size: 8.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 12px;
}
@media (max-width: 834px) {
  .page-title__eng {
    font-size: 4.2rem;
    margin-top: 4px;
  }
}
.page-title__deco {
  position: absolute;
  right: 70px;
  top: 0;
  bottom: 0;
  margin-block: auto;
  width: 144px;
  height: 124px;
}
@media (max-width: 834px) {
  .page-title__deco {
    right: calc(6.25% - 22px);
    scale: 0.7;
  }
}
.page-title__deco-01 {
  position: absolute;
  bottom: 24px;
  left: 24px;
  -webkit-transition: bottom 1s cubic-bezier(0.86, 0, 0.07, 1) 0.1s, left 1s cubic-bezier(0.86, 0, 0.07, 1) 0.1s, opacity 1s cubic-bezier(0.86, 0, 0.07, 1) 0.1s;
  transition: bottom 1s cubic-bezier(0.86, 0, 0.07, 1) 0.1s, left 1s cubic-bezier(0.86, 0, 0.07, 1) 0.1s, opacity 1s cubic-bezier(0.86, 0, 0.07, 1) 0.1s;
  opacity: 0;
}
.page-title__deco-02 {
  position: absolute;
  top: 24px;
  right: 24px;
  -webkit-transition: top 1s cubic-bezier(0.86, 0, 0.07, 1), right 1s cubic-bezier(0.86, 0, 0.07, 1), opacity 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 1s cubic-bezier(0.86, 0, 0.07, 1), right 1s cubic-bezier(0.86, 0, 0.07, 1), opacity 1s cubic-bezier(0.86, 0, 0.07, 1);
  opacity: 0;
}

.js-loaded .page-title__text {
  translate: 0 0;
  opacity: 1;
}
.js-loaded .page-title__deco-01 {
  bottom: 0;
  left: 0;
  opacity: 1;
}
.js-loaded .page-title__deco-02 {
  top: 0;
  right: 0;
  opacity: 1;
}

/*--------------------
	breadcrumb
--------------------*/
.breadcrumb {
  padding: 20px 30px 24px;
}
@media (max-width: 834px) {
  .breadcrumb {
    padding: 6px 16px 8px;
  }
}
.breadcrumb_list {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  white-space: nowrap;
}
.breadcrumb_list_item {
  display: inline;
  font-size: 1.2rem;
  font-weight: 400;
  color: #c2c2c2;
  line-height: 1;
  margin: 0 2px;
}
@media (max-width: 834px) {
  .breadcrumb_list_item {
    font-size: 1rem;
  }
}
.breadcrumb_list_item::after {
  content: ">";
  margin-left: 7px;
}
.breadcrumb_list_item:last-child::after {
  display: none;
}
.breadcrumb_list_item a {
  color: #c2c2c2;
}

.lower-kyujin_l .breadcrumb,
.lower-kyujin_d .breadcrumb,
.lower-whatsnew .breadcrumb {
  border-bottom: 1px solid #e5e5e5;
}

/*--------------------
	common-title
--------------------*/
.common-title__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (max-width: 834px) {
  .common-title__heading {
    gap: 5px;
  }
}
.common-title__ja {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1.6666666667em;
}
@media (max-width: 834px) {
  .common-title__ja {
    font-size: 1.3rem;
  }
}
.common-title__ja::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1.1666666667em;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_sun.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .common-title__ja::before {
    top: 0.2em;
  }
}
.common-title__eng {
  font-family: "Poppins", sans-serif;
  font-size: 7.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .common-title__eng {
    font-size: 4.2rem;
  }
}
.common-title.-white .common-title__ja, .common-title.-white .common-title__eng {
  color: #fff;
}
.common-title.-white .common-title__ja::before {
  -webkit-mask: url(../img/common/icon_sun.png) center center/contain no-repeat;
          mask: url(../img/common/icon_sun.png) center center/contain no-repeat;
  background: #fff;
}

/*--------------------
	common-btn
--------------------*/
.common-btn__body {
  max-width: 237px;
}
@media (max-width: 834px) {
  .common-btn__body {
    max-width: 200px;
  }
}
.common-btn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 18px;
  min-height: 70px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
  color: #fff;
  background: #ef5400;
  border-radius: 5px;
  padding: 1em 24px;
}
@media (max-width: 834px) {
  .common-btn__link {
    min-height: 56px;
    gap: 16px;
    border-radius: 4px;
  }
}
@media (any-hover: hover) {
  .common-btn__link:hover {
    opacity: 1;
    translate: 0 4px;
  }
}
.common-btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 14px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

/* ============================================
// HEADER
// ==========================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 6.62px 8.785px 32px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 6.62px 8.785px 32px 0px rgba(0, 0, 0, 0.05);
}
.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: 11px clamp(15px, 1.4285714286vw, 20px) 11px clamp(24px, 2.2857142857vw, 32px);
  background: #fff;
  -webkit-transition: padding 0.3s, background 0.3s;
  transition: padding 0.3s, background 0.3s;
}
@media (max-width: 834px) {
  .header__inner {
    padding: 10px 12px;
  }
}
.header__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(18px, 1.7142857143vw, 24px);
}
@media (max-width: 834px) {
  .header__brand {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4px;
  }
}
.header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: gap 0.3s;
  transition: gap 0.3s;
}
@media (max-width: 834px) {
  .header__logo-link {
    gap: 4px;
  }
}
.header__logo-image {
  max-width: 61px;
  -webkit-transition: max-width 0.3s;
  transition: max-width 0.3s;
}
@media (max-width: 834px) {
  .header__logo-image {
    max-width: 48px;
  }
}
.header__logo-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.header__logo-title {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  -webkit-transition: font-size 0.3s, gap 0.3s;
  transition: font-size 0.3s, gap 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media (max-width: 834px) {
  .header__logo-title {
    font-size: 2.4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__logo-company {
  font-size: 0.4285714286em;
  font-weight: 900;
  letter-spacing: 0.075em;
  padding-left: 0.25em;
}
@media (max-width: 834px) {
  .header__logo-company {
    margin-top: 4px;
  }
}
.header__logo-tagline {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.384;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: font-size 0.3s, scale 0.3s;
  transition: font-size 0.3s, scale 0.3s;
}
@media (max-width: 834px) {
  .header__logo-tagline {
    font-size: 1.1rem;
  }
}
.header__logo-emphasis {
  color: #ef5400;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(28.5px, 2.7142857143vw, 38px);
}
@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(21.75px, 2.0714285714vw, 29px);
}
.header__nav-link {
  position: relative;
  display: block;
  font-size: clamp(1.5rem, 1.2307692308vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  padding-left: 1.375em;
}
.header__nav-link::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1em;
  aspect-ratio: 16/17;
  background: url(../img/common/icon_sun.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (any-hover: hover) {
  .header__nav-link:hover {
    opacity: 1;
    color: #ef5400;
  }
}
.header__recruit-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: clamp(1.5rem, 1.2307692308vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  color: #fff;
  background: #ef5400;
  border-radius: 5px;
  padding: 1.013em 2.006em;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
.header__recruit-link::before {
  content: "";
  display: block;
  width: 0.8125em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.8125em;
          flex: 0 0 0.8125em;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/common/icon_search.png) center center/contain no-repeat;
          mask: url(../img/common/icon_search.png) center center/contain no-repeat;
  background: #fff;
  pointer-events: none;
}
@media (any-hover: hover) {
  .header__recruit-link:hover {
    opacity: 1;
    scale: 0.95;
  }
}

.js-scrolled .header__inner {
  background: rgba(255, 255, 255, 0.85);
  padding: 10px clamp(15px, 1.4285714286vw, 20px) 10px clamp(24px, 2.2857142857vw, 32px);
}
@media (max-width: 834px) {
  .js-scrolled .header__inner {
    padding: 8px 10px;
  }
}
.js-scrolled .header__logo-image {
  max-width: 54.9px;
}
@media (max-width: 834px) {
  .js-scrolled .header__logo-image {
    max-width: 38px;
  }
}
.js-scrolled .header__logo-tagline {
  scale: 0.91;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

/* ============================================
// FOOTER
// ==========================================*/
.footer {
  position: relative;
  background: #fff;
  z-index: 1;
}
.footer__nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 834px) {
  .footer__nav {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px clamp(37.5px, 3.5714285714vw, 50px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 834px) {
  .footer__nav-list {
    gap: 16px;
  }
}
.footer__nav-link {
  position: relative;
  display: block;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  padding-left: 1.375em;
}
.footer__nav-link::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1em;
  aspect-ratio: 16/17;
  background: url(../img/common/icon_sun.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (any-hover: hover) {
  .footer__nav-link:hover {
    opacity: 1;
    color: #ef5400;
  }
}
.footer__body {
  position: relative;
  padding-top: 70px;
  padding-bottom: 144px;
}
@media (min-width: 835px) {
  .footer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(172.5px, 16.4285714286vw, 230px);
  }
}
@media (max-width: 1200px) {
  .footer__body {
    gap: clamp(64px, 6.6666666667vw, 80px);
  }
}
@media (max-width: 834px) {
  .footer__body {
    padding-top: 24px;
    padding-bottom: 88px;
  }
}
.footer__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 1px;
  background: #e5e5e5;
  pointer-events: none;
}
.footer__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
}
.footer__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 834px) {
  .footer__logo-link {
    gap: 6px;
  }
}
.footer__logo-image {
  max-width: 75px;
}
@media (max-width: 834px) {
  .footer__logo-image {
    max-width: 56px;
  }
}
.footer__logo-title {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  -webkit-transition: font-size 0.3s, gap 0.3s;
  transition: font-size 0.3s, gap 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media (max-width: 834px) {
  .footer__logo-title {
    font-size: 2.4rem;
    margin-top: -3px;
  }
}
.footer__logo-company {
  font-size: 0.4285714286em;
}
.footer__logo-tagline {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  margin-top: 10px;
}
@media (max-width: 834px) {
  .footer__logo-tagline {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}
.footer__logo-emphasis {
  color: #ef5400;
}
.footer__address {
  margin-top: 33px;
}
@media (max-width: 834px) {
  .footer__address {
    margin-top: 8px;
  }
}
@media (max-width: 834px) {
  .footer__right {
    margin-top: 24px;
  }
}
.footer__search-contents {
  margin-top: 28px;
}
@media (max-width: 834px) {
  .footer__search-contents {
    margin-top: 16px;
  }
}
.footer__search-contents:nth-child(1 of .footer__search-contents) {
  margin-top: 0;
}
.footer__search-head {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  padding-left: 1.5555555556em;
}
@media (max-width: 834px) {
  .footer__search-head {
    font-size: 1.5rem;
  }
}
.footer__search-head::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1em;
  aspect-ratio: 18/19;
  background: url(../img/common/icon_sun.png) center center/contain no-repeat;
  pointer-events: none;
}
.footer__search-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 18px;
  margin-top: 13px;
}
@media (max-width: 834px) {
  .footer__search-list {
    margin-top: 8px;
    gap: 10px 16px;
  }
}
.footer__search-link {
  position: relative;
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .footer__search-link {
    font-size: 1.4rem;
  }
}
.footer__search-link::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  height: 1px;
  border-bottom: 1px solid #ef5400;
  width: 0;
  left: auto;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .footer__search-link:hover {
    opacity: 1;
    color: #ef5400;
  }
  .footer__search-link:hover::before {
    width: 100%;
    left: 0;
    right: auto;
  }
}
.footer__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 43px;
  padding-bottom: 43px;
}
@media (max-width: 834px) {
  .footer__bottom {
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
}
.footer__bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 1px;
  background: #e5e5e5;
  pointer-events: none;
}
.footer__copyright {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .footer__copyright {
    font-size: 1.2rem;
  }
}
.footer__analytics-link {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  border-bottom: 1px solid currentColor;
}
@media (max-width: 834px) {
  .footer__analytics-link {
    font-size: 1.2rem;
  }
}

/* ============================================
// PAGETOP
// ==========================================*/
.pagetop {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  right: 30px;
  bottom: 107px;
  z-index: 50;
  opacity: 0;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  pointer-events: none;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 834px) {
  .pagetop {
    right: 8px;
    bottom: 80px;
  }
}
.pagetop__scroll {
  position: sticky;
  bottom: 0;
  right: 0;
  margin-top: auto;
  padding-bottom: 30px;
  pointer-events: auto;
}
@media (max-width: 834px) {
  .pagetop__scroll {
    padding-bottom: 16px;
  }
}
.pagetop__link {
  display: block;
  width: 80px;
  aspect-ratio: 1/1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .pagetop__link {
    width: 56px;
  }
}

.js-scrolled .pagetop {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-scrolled .pagetop__link {
  pointer-events: auto;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (any-hover: hover) {
  .js-scrolled .pagetop__link:hover {
    opacity: 1;
    scale: 0.9;
  }
}

/* ============================================
// 採用情報
// ==========================================*/
.footer-recruit {
  position: relative;
}
.footer-recruit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/common/bg_footer-recruit.jpg) center center/cover no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .footer-recruit::before {
    background-position: right center;
  }
}
.footer-recruit__inner {
  padding-top: 120px;
  padding-bottom: 125px;
}
@media (max-width: 834px) {
  .footer-recruit__inner {
    padding-top: 108px;
    padding-bottom: 64px;
  }
}
.footer-recruit__heading {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  max-width: 740px;
}
.footer-recruit__text-image {
  position: absolute;
  top: -67px;
  left: -121px;
  max-width: 190px;
}
@media (max-width: 834px) {
  .footer-recruit__text-image {
    top: -68px;
    left: -16px;
    max-width: 152px;
  }
}
.footer-recruit__title {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .footer-recruit__title {
    font-size: 2.6rem;
  }
}
.footer-recruit__description {
  color: #fff;
}
@media (min-width: 835px) {
  .footer-recruit__description {
    margin-top: 21px;
    text-align: center;
  }
}
@media (max-width: 834px) {
  .footer-recruit__description {
    margin-top: 16px;
    max-width: 620px;
    margin-inline: auto;
  }
}
@media (min-width: 835px) {
  .footer-recruit__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 22px;
    margin-top: 69px;
  }
}
@media (max-width: 834px) {
  .footer-recruit__buttons {
    margin-top: 24px;
  }
}
@media (min-width: 835px) {
  .footer-recruit__button {
    max-width: 352px;
    width: 100%;
    min-height: 100px;
  }
}
@media (max-width: 834px) {
  .footer-recruit__button {
    max-width: clamp(280px, 42.206235012vw, 352px);
    margin-inline: auto;
  }
  .footer-recruit__button:nth-child(n+2) {
    margin-top: 10px;
  }
}
.footer-recruit__button.-inquiry .footer-recruit__text::before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 20/14;
  background: url(../img/common/icon_mail.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .footer-recruit__button.-inquiry .footer-recruit__text::before {
    width: 18px;
  }
}
.footer-recruit__link {
  background: #fff;
  border-radius: 5px;
  padding: 1em 50px;
  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: 8px;
  height: 100%;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}
@media (max-width: 834px) {
  .footer-recruit__link {
    padding: 16px 24px;
  }
}
@media (any-hover: hover) {
  .footer-recruit__link:hover {
    opacity: 1;
    translate: 0 4px;
  }
}
.footer-recruit__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ef5400;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .footer-recruit__text {
    font-size: 1.5rem;
    gap: 8px;
  }
}
.footer-recruit__text::before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_search.png) center center/contain no-repeat;
  pointer-events: none;
  margin-top: 2px;
}
@media (max-width: 834px) {
  .footer-recruit__text::before {
    width: 14px;
  }
}
.footer-recruit__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 835px) {
  .footer-recruit__icon {
    max-width: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
    margin-top: 2px;
  }
}
@media (max-width: 834px) {
  .footer-recruit__icon {
    max-width: 14px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14px;
            flex: 0 0 14px;
  }
}

/* ============================================
// INDEX
// ==========================================*/
.front-page .main {
  padding-top: 82px;
  padding-bottom: 0;
}
@media (max-width: 834px) {
  .front-page .main {
    padding-top: 101px;
  }
}
.front-page .hero__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ef5400;
}
@media (min-width: 835px) {
  .front-page .hero__list {
    min-height: clamp(528px, 46.1538461538vw, 600px);
    padding-inline: 80px;
  }
}
@media (max-width: 600px) {
  .front-page .hero__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    min-height: 400px;
  }
}
.front-page .hero__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(54px, 5.7638888889vw, 83px);
  aspect-ratio: 83/321;
  background: #ef5400;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  z-index: 1;
}
@media (max-width: 834px) {
  .front-page .hero__list::before {
    width: 30px;
    aspect-ratio: 46/321;
  }
}
@media (max-width: 600px) {
  .front-page .hero__list::before {
    content: none;
  }
}
.front-page .hero__list::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 142px;
  aspect-ratio: 74/285;
  background: #ef5400;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: 1;
}
@media (max-width: 834px) {
  .front-page .hero__list::after {
    width: 29px;
    aspect-ratio: 40/285;
  }
}
@media (max-width: 600px) {
  .front-page .hero__list::after {
    content: none;
  }
}
.front-page .hero__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 16.6666666667%;
          flex: 1 1 16.6666666667%;
  -webkit-transition: -webkit-box-flex 0.3s;
  transition: -webkit-box-flex 0.3s;
  transition: flex 0.3s;
  transition: flex 0.3s, -webkit-box-flex 0.3s, -ms-flex 0.3s;
  opacity: 0;
}
@media (min-width: 835px) {
  .front-page .hero__item {
    margin-left: -15px;
    margin-right: -4px;
  }
}
@media (max-width: 834px) {
  .front-page .hero__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 600px) {
  .front-page .hero__item {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
  }
  .front-page .hero__item:nth-child(3n)::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 18px;
    aspect-ratio: 74/285;
    background: #ef5400;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: 1;
  }
}
@media (max-width: 600px) and (max-width: 834px) {
  .front-page .hero__item:nth-child(3n)::after {
    width: 12px;
    aspect-ratio: 41/285;
  }
}
.front-page .hero__item:last-child .hero__image-02 {
  left: -61px;
}
.front-page .hero__item.js-hover {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media (max-width: 1700px) {
  .front-page .hero__item.js-hover {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 64%;
            flex: 1 1 64%;
  }
}
@media (max-width: 1350px) {
  .front-page .hero__item.js-hover {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
.front-page .hero__item.js-hover .hero__label-01 {
  opacity: 0;
  pointer-events: none;
}
.front-page .hero__item.js-hover .hero__label-02 {
  opacity: 1;
  pointer-events: auto;
}
.front-page .hero__item.js-hover .hero__image-02 {
  opacity: 1;
  pointer-events: auto;
}
.front-page .hero__link {
  position: relative;
  display: block;
  width: calc(100% + 60px);
  min-height: clamp(528px, 46.1538461538vw, 600px);
}
@media (max-width: 834px) {
  .front-page .hero__link {
    min-height: 420px;
    width: calc(100% + 66px);
  }
}
@media (max-width: 600px) {
  .front-page .hero__link {
    min-height: clamp(200px, 50vw, 300px);
    width: calc(100% + 28px);
  }
}
@media (any-hover: hover) {
  .front-page .hero__link:hover {
    opacity: 1;
  }
  .front-page .hero__link:hover .hero__image-02 {
    scale: 1.02;
  }
  .front-page .hero__link:hover .hero__label-02 {
    scale: 0.95;
  }
}
.front-page .hero__bg {
  position: absolute;
  inset: 0 0 0 calc(-1 * clamp(68px, 6.5vw, 78px));
  background: rgba(239, 84, 0, 0.4);
  -webkit-transform: skewX(-14.5deg);
          transform: skewX(-14.5deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .hero__bg {
    inset: 0 0 0 -29px;
    -webkit-transform: skewX(-8deg);
            transform: skewX(-8deg);
  }
}
@media (max-width: 600px) {
  .front-page .hero__bg {
    inset: 0 0 0 -16px;
  }
}
@media (max-width: 400px) {
  .front-page .hero__bg {
    inset: 0 0 0 -12px;
  }
}
.front-page .hero__image-01 {
  position: absolute;
  top: 0;
  left: -78px;
  width: 336px;
  height: clamp(528px, 46.1538461538vw, 600px);
  -webkit-transform: skewX(14.5deg);
          transform: skewX(14.5deg);
}
@media (max-width: 834px) {
  .front-page .hero__image-01 {
    left: -56px;
    width: 240px;
    height: 420px;
    -webkit-transform: skewX(8deg);
            transform: skewX(8deg);
  }
}
@media (max-width: 600px) {
  .front-page .hero__image-01 {
    width: clamp(196px, 51.4814814815vw, 278px);
    height: clamp(200px, 50vw, 300px);
  }
}
@media (min-width: 835px) {
  .front-page .hero__image-01::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(239, 84, 0, 0.4);
    pointer-events: none;
    z-index: 1;
  }
}
.front-page .hero__image-01 img {
  aspect-ratio: 336/600;
}
@media (min-width: 835px) {
  .front-page .hero__image-01 img {
    -webkit-filter: brightness(0.85) contrast(1.35);
            filter: brightness(0.85) contrast(1.35);
  }
}
@media (max-width: 600px) {
  .front-page .hero__image-01 img {
    -o-object-position: center -20px;
       object-position: center -20px;
  }
}
.front-page .hero__image-02 {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: -78px;
  height: clamp(528px, 46.1538461538vw, 600px);
  width: calc(100% + 80px);
  z-index: 1;
  -webkit-transform: skewX(14.5deg);
          transform: skewX(14.5deg);
  aspect-ratio: 838/600;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: scale 0.3s, opacity 0.3s;
  transition: scale 0.3s, opacity 0.3s;
}
@media (max-width: 834px) {
  .front-page .hero__image-02 {
    display: none;
  }
}
.front-page .hero__label-01 {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  right: calc(70% + 4px);
  bottom: 66px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #f87b15;
  border-radius: 100vmax;
  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: 5px;
  max-width: 97px;
  width: 100%;
  min-height: 36px;
  padding: 0.3em 8px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .front-page .hero__label-01 {
    max-width: 88px;
    right: 74%;
  }
}
@media (max-width: 834px) {
  .front-page .hero__label-01 {
    gap: 4px;
    max-width: 80px;
    min-height: 32px;
    padding: 0.3em 8px;
    bottom: 24px;
    background: #ef5400;
    right: 97px;
  }
  .front-page .hero__label-01::before {
    content: "";
    position: absolute;
    inset: 2px;
    border: 1px solid #fff;
    border-radius: 100vmax;
    pointer-events: none;
  }
}
@media (max-width: 600px) {
  .front-page .hero__label-01 {
    bottom: 16px;
    right: calc(30% + clamp(12px, 4.8333333333vw, 29px));
  }
}
@media (max-width: 400px) {
  .front-page .hero__label-01 {
    right: calc(30% + 12px);
  }
}
.front-page .hero__label-01 .hero__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(10px, 0.9166666667vw, 11px);
          flex: 0 0 clamp(10px, 0.9166666667vw, 11px);
}
@media (max-width: 834px) {
  .front-page .hero__label-01 .hero__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11px;
            flex: 0 0 11px;
  }
}
.front-page .hero__label-01 .hero__icon::before {
  content: "";
  display: block;
  width: clamp(10px, 0.9166666667vw, 11px);
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/common/icon_search.png) center center/contain no-repeat;
          mask: url(../img/common/icon_search.png) center center/contain no-repeat;
  background: #fff;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .hero__label-01 .hero__icon::before {
    width: 11px;
  }
}
.front-page .hero__label-01 .hero__text {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .front-page .hero__label-01 .hero__text {
    font-size: 1.3rem;
  }
}
.front-page .hero__label-02 {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: clamp(146px, 12.3076923077vw, 160px);
  bottom: 36px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #ef5400;
  border-radius: 100vmax;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  max-width: 200px;
  width: 100%;
  min-height: 94px;
  padding: 1em 24px 1em 16px;
  z-index: 1;
  -webkit-transition: opacity 0.3s, scale 0.3s;
  transition: opacity 0.3s, scale 0.3s;
}
.front-page .hero__label-02::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid #fff;
  border-radius: 100vmax;
  pointer-events: none;
}
.front-page .hero__label-02 .hero__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34px;
          flex: 0 0 34px;
  width: 34px;
  aspect-ratio: 1/1;
  background: #f67f3f;
  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;
}
.front-page .hero__label-02 .hero__icon::before {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/common/icon_search.png) center center/contain no-repeat;
          mask: url(../img/common/icon_search.png) center center/contain no-repeat;
  background: #fff;
  pointer-events: none;
}
.front-page .hero__label-02 .hero__text {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.7;
  padding-bottom: 3px;
}
.front-page .hero__label-02 .hero__text-emphasis {
  font-size: 2.6rem;
  margin-right: 4px;
  line-height: 1.2;
}
@media (max-width: 834px) {
  .front-page .hero__label-02 {
    display: none;
  }
}
.front-page .hero .front-page .hero__text {
  gap: 48px;
}
.front-page .hero .infiniteslide_wrap {
  overflow: visible !important;
}
.front-page .hero__slide-copy {
  margin-top: clamp(16px, 1.8461538462vw, 24px);
}
.front-page .hero__slide-copy img {
  margin-right: 40px;
}
@media (max-width: 834px) {
  .front-page .hero__slide-copy img {
    margin-right: 16px;
  }
}
@media (max-width: 834px) {
  .front-page .hero__slide-copy {
    margin-top: 8px;
    min-width: 480px;
  }
}
.front-page.js-loaded .hero__item:nth-child(1) {
  -webkit-animation: heroImage-fadeIn 1s cubic-bezier(0.86, 0, 0.07, 1) 30ms forwards;
          animation: heroImage-fadeIn 1s cubic-bezier(0.86, 0, 0.07, 1) 30ms forwards;
}
@media (max-width: 834px) {
  .front-page.js-loaded .hero__item:nth-child(1) {
    -webkit-animation: heroImage-fadeIn-sp 1s cubic-bezier(0.86, 0, 0.07, 1) 30ms forwards;
            animation: heroImage-fadeIn-sp 1s cubic-bezier(0.86, 0, 0.07, 1) 30ms forwards;
  }
}
@-webkit-keyframes heroImage-fadeIn {
  0% {
    opacity: 0;
    translate: -24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes heroImage-fadeIn {
  0% {
    opacity: 0;
    translate: -24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@-webkit-keyframes heroImage-fadeIn-sp {
  0% {
    opacity: 0;
    translate: -16px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes heroImage-fadeIn-sp {
  0% {
    opacity: 0;
    translate: -16px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.front-page.js-loaded .hero__item:nth-child(2) {
  -webkit-animation: heroImage-fadeIn 1s cubic-bezier(0.86, 0, 0.07, 1) 60ms forwards;
          animation: heroImage-fadeIn 1s cubic-bezier(0.86, 0, 0.07, 1) 60ms forwards;
}
@media (max-width: 834px) {
  .front-page.js-loaded .hero__item:nth-child(2) {
    -webkit-animation: heroImage-fadeIn-sp 1s cubic-bezier(0.86, 0, 0.07, 1) 60ms forwards;
            animation: heroImage-fadeIn-sp 1s cubic-bezier(0.86, 0, 0.07, 1) 60ms forwards;
  }
}
@keyframes heroImage-fadeIn {
  0% {
    opacity: 0;
    translate: -24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes heroImage-fadeIn-sp {
  0% {
    opacity: 0;
    translate: -16px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.front-page.js-loaded .hero__item:nth-child(3) {
  -webkit-animation: heroImage-fadeIn 1s cubic-bezier(0.86, 0, 0.07, 1) 90ms forwards;
          animation: heroImage-fadeIn 1s cubic-bezier(0.86, 0, 0.07, 1) 90ms forwards;
}
@media (max-width: 834px) {
  .front-page.js-loaded .hero__item:nth-child(3) {
    -webkit-animation: heroImage-fadeIn-sp 1s cubic-bezier(0.86, 0, 0.07, 1) 90ms forwards;
            animation: heroImage-fadeIn-sp 1s cubic-bezier(0.86, 0, 0.07, 1) 90ms forwards;
  }
}
@keyframes heroImage-fadeIn {
  0% {
    opacity: 0;
    translate: -24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes heroImage-fadeIn-sp {
  0% {
    opacity: 0;
    translate: -16px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.front-page.js-loaded .hero__item:nth-child(4) {
  -webkit-animation: heroImage-fadeIn 1s cubic-bezier(0.86, 0, 0.07, 1) 120ms forwards;
          animation: heroImage-fadeIn 1s cubic-bezier(0.86, 0, 0.07, 1) 120ms forwards;
}
@media (max-width: 834px) {
  .front-page.js-loaded .hero__item:nth-child(4) {
    -webkit-animation: heroImage-fadeIn-sp 1s cubic-bezier(0.86, 0, 0.07, 1) 120ms forwards;
            animation: heroImage-fadeIn-sp 1s cubic-bezier(0.86, 0, 0.07, 1) 120ms forwards;
  }
}
@keyframes heroImage-fadeIn {
  0% {
    opacity: 0;
    translate: -24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes heroImage-fadeIn-sp {
  0% {
    opacity: 0;
    translate: -16px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.front-page.js-loaded .hero__item:nth-child(5) {
  -webkit-animation: heroImage-fadeIn 1s cubic-bezier(0.86, 0, 0.07, 1) 150ms forwards;
          animation: heroImage-fadeIn 1s cubic-bezier(0.86, 0, 0.07, 1) 150ms forwards;
}
@media (max-width: 834px) {
  .front-page.js-loaded .hero__item:nth-child(5) {
    -webkit-animation: heroImage-fadeIn-sp 1s cubic-bezier(0.86, 0, 0.07, 1) 150ms forwards;
            animation: heroImage-fadeIn-sp 1s cubic-bezier(0.86, 0, 0.07, 1) 150ms forwards;
  }
}
@keyframes heroImage-fadeIn {
  0% {
    opacity: 0;
    translate: -24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes heroImage-fadeIn-sp {
  0% {
    opacity: 0;
    translate: -16px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.front-page.js-loaded .hero__item:nth-child(6) {
  -webkit-animation: heroImage-fadeIn 1s cubic-bezier(0.86, 0, 0.07, 1) 180ms forwards;
          animation: heroImage-fadeIn 1s cubic-bezier(0.86, 0, 0.07, 1) 180ms forwards;
}
@media (max-width: 834px) {
  .front-page.js-loaded .hero__item:nth-child(6) {
    -webkit-animation: heroImage-fadeIn-sp 1s cubic-bezier(0.86, 0, 0.07, 1) 180ms forwards;
            animation: heroImage-fadeIn-sp 1s cubic-bezier(0.86, 0, 0.07, 1) 180ms forwards;
  }
}
@keyframes heroImage-fadeIn {
  0% {
    opacity: 0;
    translate: -24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes heroImage-fadeIn-sp {
  0% {
    opacity: 0;
    translate: -16px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.front-page.js-loaded .hero__item:nth-child(7) {
  -webkit-animation: heroImage-fadeIn 1s cubic-bezier(0.86, 0, 0.07, 1) 210ms forwards;
          animation: heroImage-fadeIn 1s cubic-bezier(0.86, 0, 0.07, 1) 210ms forwards;
}
@media (max-width: 834px) {
  .front-page.js-loaded .hero__item:nth-child(7) {
    -webkit-animation: heroImage-fadeIn-sp 1s cubic-bezier(0.86, 0, 0.07, 1) 210ms forwards;
            animation: heroImage-fadeIn-sp 1s cubic-bezier(0.86, 0, 0.07, 1) 210ms forwards;
  }
}
@keyframes heroImage-fadeIn {
  0% {
    opacity: 0;
    translate: -24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes heroImage-fadeIn-sp {
  0% {
    opacity: 0;
    translate: -16px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.front-page.js-loaded .hero__item:nth-child(8) {
  -webkit-animation: heroImage-fadeIn 1s cubic-bezier(0.86, 0, 0.07, 1) 240ms forwards;
          animation: heroImage-fadeIn 1s cubic-bezier(0.86, 0, 0.07, 1) 240ms forwards;
}
@media (max-width: 834px) {
  .front-page.js-loaded .hero__item:nth-child(8) {
    -webkit-animation: heroImage-fadeIn-sp 1s cubic-bezier(0.86, 0, 0.07, 1) 240ms forwards;
            animation: heroImage-fadeIn-sp 1s cubic-bezier(0.86, 0, 0.07, 1) 240ms forwards;
  }
}
@keyframes heroImage-fadeIn {
  0% {
    opacity: 0;
    translate: -24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes heroImage-fadeIn-sp {
  0% {
    opacity: 0;
    translate: -16px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.front-page.js-loaded .hero__item:nth-child(9) {
  -webkit-animation: heroImage-fadeIn 1s cubic-bezier(0.86, 0, 0.07, 1) 270ms forwards;
          animation: heroImage-fadeIn 1s cubic-bezier(0.86, 0, 0.07, 1) 270ms forwards;
}
@media (max-width: 834px) {
  .front-page.js-loaded .hero__item:nth-child(9) {
    -webkit-animation: heroImage-fadeIn-sp 1s cubic-bezier(0.86, 0, 0.07, 1) 270ms forwards;
            animation: heroImage-fadeIn-sp 1s cubic-bezier(0.86, 0, 0.07, 1) 270ms forwards;
  }
}
@keyframes heroImage-fadeIn {
  0% {
    opacity: 0;
    translate: -24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes heroImage-fadeIn-sp {
  0% {
    opacity: 0;
    translate: -16px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.front-page.js-loaded .hero__item:nth-child(10) {
  -webkit-animation: heroImage-fadeIn 1s cubic-bezier(0.86, 0, 0.07, 1) 300ms forwards;
          animation: heroImage-fadeIn 1s cubic-bezier(0.86, 0, 0.07, 1) 300ms forwards;
}
@media (max-width: 834px) {
  .front-page.js-loaded .hero__item:nth-child(10) {
    -webkit-animation: heroImage-fadeIn-sp 1s cubic-bezier(0.86, 0, 0.07, 1) 300ms forwards;
            animation: heroImage-fadeIn-sp 1s cubic-bezier(0.86, 0, 0.07, 1) 300ms forwards;
  }
}
@keyframes heroImage-fadeIn {
  0% {
    opacity: 0;
    translate: -24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes heroImage-fadeIn-sp {
  0% {
    opacity: 0;
    translate: -16px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.front-page .jobs {
  position: relative;
  z-index: 2;
}
.front-page .jobs::before {
  content: "";
  position: absolute;
  top: 96px;
  right: clamp(52.5px, 5vw, 70px);
  width: 254px;
  aspect-ratio: 254/220;
  background: url(../img/index/deco_jobs_01.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 1350px) {
  .front-page .jobs::before {
    right: 16px;
  }
}
@media (max-width: 834px) {
  .front-page .jobs::before {
    width: 152.4px;
    top: 72px;
    right: -8px;
  }
}
.front-page .jobs::after {
  content: "";
  position: absolute;
  top: 390px;
  left: clamp(52.5px, 5vw, 70px);
  width: 133px;
  aspect-ratio: 133/99;
  background: url(../img/index/deco_jobs_02.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 1350px) {
  .front-page .jobs::after {
    left: 16px;
  }
}
@media (max-width: 834px) {
  .front-page .jobs::after {
    width: 79.8px;
    left: -24px;
  }
}
.front-page .jobs__inner {
  padding-top: 136px;
  max-width: 1240px;
}
@media (max-width: 834px) {
  .front-page .jobs__inner {
    padding-top: 56px;
  }
}
.front-page .jobs__body {
  background: #fff;
  padding: 30px clamp(60px, 5.7142857143vw, 80px) 35px;
  border-radius: 15px;
  max-width: 1100px;
  margin-inline: auto;
  margin-top: 29px;
  -webkit-box-shadow: 7px 9px 32px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 7px 9px 32px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 834px) {
  .front-page .jobs__body {
    padding: 0 6% 24px;
    border-radius: 10px;
    margin-top: 24px;
    margin-inline: -5%;
  }
}
.front-page .newjobs {
  background: #ef5400;
  margin-top: -150px;
}
@media (max-width: 834px) {
  .front-page .newjobs {
    margin-top: -160px;
  }
}
.front-page .newjobs__inner {
  padding-top: 216px;
  padding-bottom: 235px;
}
@media (max-width: 834px) {
  .front-page .newjobs__inner {
    padding-top: 220px;
    padding-bottom: 128px;
  }
}
.front-page .newjobs__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;
}
.front-page .newjobs .common-title__eng {
  font-size: 6rem;
}
@media (max-width: 834px) {
  .front-page .newjobs .common-title__eng {
    font-size: 3.9rem;
  }
}
@media (max-width: 365px) {
  .front-page .newjobs .common-title__eng {
    font-size: 3.7rem;
  }
}
.front-page .newjobs__btn-link {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
@media (max-width: 834px) {
  .front-page .newjobs__btn-link {
    font-size: 1.5rem;
    gap: 8px;
  }
}
@media (any-hover: hover) {
  .front-page .newjobs__btn-link:hover {
    opacity: 1;
  }
  .front-page .newjobs__btn-link:hover .newjobs__btn-icon {
    translate: 6px 0;
  }
}
.front-page .newjobs__btn-icon {
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}
@media (min-width: 835px) {
  .front-page .newjobs__btn-icon {
    margin-top: 4px;
  }
}
.front-page .newjobs__swiper {
  overflow: visible;
  margin-top: 41px;
}
@media (max-width: 834px) {
  .front-page .newjobs__swiper {
    margin-top: 24px;
  }
}
.front-page .newjobs__slide {
  max-width: 534px;
  height: auto;
}
.front-page .newjobs__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  background: #fff;
  border-radius: 10px;
  padding: 40px 36px 36px 40px;
  min-height: 238px;
  -webkit-transition: translate 0.3s, -webkit-filter 0.3s;
  transition: translate 0.3s, -webkit-filter 0.3s;
  transition: translate 0.3s, filter 0.3s;
  transition: translate 0.3s, filter 0.3s, -webkit-filter 0.3s;
  height: 100%;
}
@media (max-width: 834px) {
  .front-page .newjobs__link {
    gap: 16px;
    border-radius: 8px;
    padding: 24px 5%;
    min-height: 180px;
  }
}
@media (any-hover: hover) {
  .front-page .newjobs__link:hover {
    opacity: 1;
    translate: 0 -16px;
    -webkit-filter: drop-shadow(0 10px 10px rgba(51, 51, 51, 0.2));
            filter: drop-shadow(0 10px 10px rgba(51, 51, 51, 0.2));
  }
}
.front-page .newjobs__image-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
}
@media (max-width: 834px) {
  .front-page .newjobs__image-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(88px, 19.1846522782vw, 160px);
            flex: 0 0 clamp(88px, 19.1846522782vw, 160px);
  }
}
.front-page .newjobs__image {
  max-width: 180px;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .newjobs__image {
    border-radius: 4px;
  }
}
.front-page .newjobs__image img {
  aspect-ratio: 180/130;
}
.front-page .newjobs__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;
}
.front-page .newjobs__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.front-page .newjobs__type-label {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #ef5400;
  line-height: 1.6;
  border-radius: 3px;
  border: 1px solid #ef5400;
  background: #fff;
  padding: 0.355em 0.966em 0.2em;
}
@media (max-width: 834px) {
  .front-page .newjobs__type-label {
    font-size: 1.1rem;
    padding: 0.3em 0.966em 0.3em;
    border-radius: 2px;
  }
}
.front-page .newjobs__title {
  font-weight: 700;
  line-height: 1.7;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 834px) {
  .front-page .newjobs__title {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.front-page .newjobs__date {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.6;
  opacity: 0.8;
  margin-top: auto;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.front-page .newjobs__swiper-button {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  top: calc(100% + 50px);
  margin-top: 0;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (max-width: 834px) {
  .front-page .newjobs__swiper-button {
    top: calc(100% + 24px);
    width: 48px;
    height: 48px;
  }
}
.front-page .newjobs__swiper-button::after {
  content: none;
}
.front-page .newjobs__swiper-button::before {
  content: "";
  width: 14px;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_arrow.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .newjobs__swiper-button::before {
    width: 11.2px;
  }
}
.front-page .newjobs__swiper-button.-prev {
  left: auto;
  right: 72px;
}
@media (max-width: 834px) {
  .front-page .newjobs__swiper-button.-prev {
    right: 56px;
  }
}
.front-page .newjobs__swiper-button.-prev::before {
  rotate: 180deg;
}
.front-page .newjobs__swiper-button.-next {
  left: auto;
  right: 0;
}
.front-page .newjobs__swiper-button.swiper-button-lock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (any-hover: hover) {
  .front-page .newjobs__swiper-button:hover {
    opacity: 1;
    scale: 0.9;
  }
}
.front-page .newjobs__swiper-pagination {
  height: 2px;
  top: calc(100% + 79px);
  background: rgba(255, 255, 255, 0.5);
  width: calc(100% - clamp(225px, 21.4285714286vw, 300px));
}
@media (max-width: 834px) {
  .front-page .newjobs__swiper-pagination {
    top: calc(100% + 47px);
    width: calc(100% - 136px);
  }
}
.front-page .newjobs__swiper-pagination .swiper-pagination-progressbar-fill {
  background: #fff;
}
.front-page .newjobs__swiper-pagination.swiper-pagination-lock {
  display: block;
}
.front-page .sec-images__contents img {
  max-width: 440px;
  aspect-ratio: 440/320;
}
@media (max-width: 834px) {
  .front-page .sec-images__contents img {
    max-width: 168px;
  }
}
.front-page .news__inner {
  padding-top: 120px;
}
@media (max-width: 834px) {
  .front-page .news__inner {
    padding-top: 56px;
  }
}
.front-page .news__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 835px) {
  .front-page .news__contents {
    gap: clamp(84px, 8vw, 112px);
  }
}
@media (max-width: 834px) {
  .front-page .news__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.front-page .news__title-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 237px;
          flex: 0 0 237px;
}
@media (max-width: 834px) {
  .front-page .news__title-block {
    display: contents;
  }
}
.front-page .news .common-btn {
  margin-top: 66px;
}
@media (max-width: 834px) {
  .front-page .news .common-btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 40px;
  }
}
@media (min-width: 835px) {
  .front-page .news__list {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (max-width: 834px) {
  .front-page .news__list {
    margin-top: 24px;
  }
}
.front-page .news__item {
  border-bottom: 1px solid #e5e5e5;
}
.front-page .news__item:first-child {
  border-top: 1px solid #e5e5e5;
}
.front-page .news__item-link {
  display: block;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (min-width: 835px) {
  .front-page .news__item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: clamp(48px, 4.5714285714vw, 64px);
  }
}
@media (max-width: 834px) {
  .front-page .news__item-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (any-hover: hover) {
  .front-page .news__item-link:hover {
    opacity: 1;
  }
  .front-page .news__item-link:hover .news__item-title {
    translate: 8px 0;
  }
  .front-page .news__item-link:hover .news__item-meta {
    translate: -8px 0;
  }
}
.front-page .news__item-title {
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}
.front-page .news__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 184px;
          flex: 0 0 184px;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}
@media (max-width: 834px) {
  .front-page .news__item-meta {
    gap: 8px;
    margin-top: 10px;
  }
}
.front-page .news__item-date {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 1.6;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 93px;
          flex: 0 0 93px;
}
@media (max-width: 834px) {
  .front-page .news__item-date {
    font-size: 1.2rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.front-page .news__item-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
@media (min-width: 835px) {
  .front-page .news__item-category {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
}
.front-page .news__item-category-label {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #ef5400;
  line-height: 1.6;
  border-radius: 3px;
  border: 1px solid #ef5400;
  background: #fff;
  padding: 0.2em 0.927em;
}
@media (max-width: 834px) {
  .front-page .news__item-category-label {
    font-size: 1rem;
    border-radius: 2px;
  }
}
.front-page .merit {
  position: relative;
}
.front-page .merit::before {
  content: "";
  position: absolute;
  top: 84px;
  right: clamp(52.5px, 5vw, 70px);
  width: 143px;
  aspect-ratio: 143/112;
  background: url(../img/index/deco_merit_01.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .merit::before {
    width: 100.1px;
    top: 24px;
    right: 8px;
  }
}
.front-page .merit::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 155px;
  aspect-ratio: 155/157;
  background: url(../img/index/deco_merit_02.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .merit::after {
    width: 108.5px;
  }
}
.front-page .merit__inner {
  padding-top: 124px;
  padding-bottom: 122px;
}
@media (max-width: 834px) {
  .front-page .merit__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.front-page .merit__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.75%;
}
@media (max-width: 834px) {
  .front-page .merit__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 835px) {
  .front-page .merit__image-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
  }
}
@media (max-width: 834px) {
  .front-page .merit__image-block {
    max-width: 500px;
    margin-inline: auto;
    margin-top: 24px;
  }
}
.front-page .merit__image-block.js-active .merit__image-top,
.front-page .merit__image-block.js-active .merit__image-bottom-01,
.front-page .merit__image-block.js-active .merit__image-bottom-02 {
  opacity: 1;
  translate: 0 0;
}
.front-page .merit__image-top {
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  translate: 0 64px;
  -webkit-transition: opacity 0.8s 0.3s, translate 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0.3s;
  transition: opacity 0.8s 0.3s, translate 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0.3s;
}
@media (max-width: 834px) {
  .front-page .merit__image-top {
    border-radius: 8px;
    translate: 0 24px;
  }
}
.front-page .merit__image-top img {
  aspect-ratio: 500/340;
}
.front-page .merit__image-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4%;
  margin-top: clamp(15px, 1.4285714286vw, 20px);
}
@media (max-width: 834px) {
  .front-page .merit__image-bottom {
    gap: 8px;
    margin-top: 8px;
  }
}
.front-page .merit__image-bottom-01 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  translate: 0 -64px;
  -webkit-transition: opacity 0.8s 0.4s, translate 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0.4s;
  transition: opacity 0.8s 0.4s, translate 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0.4s;
}
@media (max-width: 834px) {
  .front-page .merit__image-bottom-01 {
    border-radius: 8px;
    translate: 0 -24px;
  }
}
.front-page .merit__image-bottom-01 img {
  aspect-ratio: 1/1;
}
.front-page .merit__image-bottom-02 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36%;
          flex: 0 0 36%;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  translate: -64px -64px;
  -webkit-transition: opacity 0.8s 0.5s, translate 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0.5s;
  transition: opacity 0.8s 0.5s, translate 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0.5s;
}
@media (max-width: 834px) {
  .front-page .merit__image-bottom-02 {
    border-radius: 8px;
    translate: -24px -24px;
  }
}
.front-page .merit__image-bottom-02 img {
  aspect-ratio: 1/1;
}
.front-page .merit__text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 834px) {
  .front-page .merit__text-block {
    display: contents;
  }
}
@media (min-width: 835px) {
  .front-page .merit .common-title {
    margin-top: 40px;
  }
}
@media (max-width: 834px) {
  .front-page .merit .common-title {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.front-page .merit__lead {
  font-size: clamp(2.1rem, 1.8461538462vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  margin-top: 23px;
}
@media (max-width: 834px) {
  .front-page .merit__lead {
    font-size: 2rem;
    margin-top: 16px;
  }
}
.front-page .merit__description {
  margin-top: 19px;
}
@media (max-width: 834px) {
  .front-page .merit__description {
    margin-top: 8px;
  }
}
.front-page .merit .common-btn {
  margin-top: 59px;
}
@media (max-width: 834px) {
  .front-page .merit .common-btn {
    margin-top: 24px;
  }
}
.front-page .company-qa__contents {
  position: relative;
}
@media (min-width: 835px) {
  .front-page .company-qa__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.front-page .company-qa__contents::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #333;
  pointer-events: none;
  z-index: -1;
}
.front-page .company-qa__block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.front-page .company-qa__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: clamp(390px, 27.0833333333vw, 520px);
  padding-left: clamp(60px, 5.7142857143vw, 80px);
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .company-qa__link {
    padding-left: 6.25%;
    min-height: 260px;
  }
}
@media (any-hover: hover) {
  .front-page .company-qa__link:hover {
    opacity: 1;
  }
  .front-page .company-qa__link:hover .company-qa__image img {
    scale: 1.05;
  }
  .front-page .company-qa__link:hover .company-qa__icon {
    scale: 0.9;
  }
}
@media (min-width: 835px) {
  .front-page .company-qa .common-title__heading {
    gap: 7px;
  }
}
.front-page .company-qa .common-title__eng {
  font-size: 5rem;
}
@media (max-width: 834px) {
  .front-page .company-qa .common-title__eng {
    font-size: 4.2rem;
  }
}
.front-page .company-qa__image {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.front-page .company-qa__image img {
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
.front-page .company-qa__icon {
  position: absolute;
  bottom: 40px;
  right: 40px;
  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: 48px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (max-width: 834px) {
  .front-page .company-qa__icon {
    bottom: 16px;
    right: 16px;
    width: 40px;
  }
}
.front-page .company-qa__icon img {
  width: 14px;
  aspect-ratio: 1/1;
}
@media (max-width: 834px) {
  .front-page .company-qa__icon img {
    width: 12px;
  }
}

/* ============================================
// RECRUIT
// ==========================================*/
.lower-kyujin_l .l-main,
.lower-kyujin_d .l-main,
.lower-whatsnew .l-main {
  position: relative;
  padding: 80px 0 48px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .l-main,
  .lower-kyujin_d .l-main,
  .lower-whatsnew .l-main {
    padding: 48px 0 16px;
  }
}
.lower-kyujin_l .l-main::before,
.lower-kyujin_d .l-main::before,
.lower-whatsnew .l-main::before {
  content: "";
  position: absolute;
  top: calc(100% - 42px);
  right: 0;
  width: 240px;
  aspect-ratio: 155/157;
  background: #ef5400;
  pointer-events: none;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-kyujin_l .l-main::before,
  .lower-kyujin_d .l-main::before,
  .lower-whatsnew .l-main::before {
    width: 120px;
  }
}
.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 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 0;
  }
}
.lower-kyujin_l .job_count_pager.contents_bottom .pagination,
.lower-kyujin_d .job_count_pager.contents_bottom .pagination,
.lower-whatsnew .job_count_pager.contents_bottom .pagination {
  margin-top: 20px;
}
.lower-kyujin_l .job_count_pager .pagination,
.lower-kyujin_d .job_count_pager .pagination,
.lower-whatsnew .job_count_pager .pagination {
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_count_pager .pagination,
  .lower-kyujin_d .job_count_pager .pagination,
  .lower-whatsnew .job_count_pager .pagination {
    border-radius: 4px;
  }
}
.lower-kyujin_l .gMap_link::before,
.lower-kyujin_d .gMap_link::before,
.lower-whatsnew .gMap_link::before {
  -webkit-mask: url(../img/kyujin/ico_custom_location_black.png) no-repeat center center/contain;
          mask: url(../img/kyujin/ico_custom_location_black.png) no-repeat center center/contain;
  background: #ef5400;
}
.lower-kyujin_l .tel_link::before,
.lower-kyujin_d .tel_link::before,
.lower-whatsnew .tel_link::before {
  content: "";
  -webkit-mask: url(../img/kyujin/ico_custom_tel_color.png) no-repeat center top/contain;
          mask: url(../img/kyujin/ico_custom_tel_color.png) no-repeat center top/contain;
  background: #ef5400;
  top: 1px;
}
.lower-kyujin_l .btn,
.lower-kyujin_d .btn,
.lower-whatsnew .btn {
  border-radius: 5px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .btn,
  .lower-kyujin_d .btn,
  .lower-whatsnew .btn {
    border-radius: 4px;
  }
}
.lower-kyujin_l .btn.btn_external::after,
.lower-kyujin_d .btn.btn_external::after,
.lower-whatsnew .btn.btn_external::after {
  top: 8px;
  right: 8px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .btn.btn_external::after,
  .lower-kyujin_d .btn.btn_external::after,
  .lower-whatsnew .btn.btn_external::after {
    top: 6px;
    right: 6px;
  }
}
.lower-kyujin_l .btn.btn_secondary,
.lower-kyujin_d .btn.btn_secondary,
.lower-whatsnew .btn.btn_secondary {
  background: #f87b15;
}
@media (any-hover: hover) {
  .lower-kyujin_l .btn:hover,
  .lower-kyujin_d .btn:hover,
  .lower-whatsnew .btn:hover {
    opacity: 1;
    translate: 0 4px;
  }
}
.lower-kyujin_l .job,
.lower-kyujin_d .job,
.lower-whatsnew .job {
  padding: 32px clamp(51.2px, 4.9230769231vw, 64px);
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 7px 9px 32px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 7px 9px 32px 0px rgba(0, 0, 0, 0.05);
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job,
  .lower-kyujin_d .job,
  .lower-whatsnew .job {
    padding: 24px;
    margin-top: 16px;
    border-radius: 10px;
    margin-inline: -3%;
  }
}
.lower-kyujin_l .job:first-child,
.lower-kyujin_d .job:first-child,
.lower-whatsnew .job:first-child {
  margin-top: 0;
}
.lower-kyujin_l .job_employmenttype_list_item,
.lower-kyujin_d .job_employmenttype_list_item,
.lower-whatsnew .job_employmenttype_list_item {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #ef5400;
  line-height: 1.6;
  border-radius: 3px;
  border: 1px solid #ef5400;
  background: #fff;
  padding: 0.277em 0.966em;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_employmenttype_list_item,
  .lower-kyujin_d .job_employmenttype_list_item,
  .lower-whatsnew .job_employmenttype_list_item {
    font-size: 1rem;
  }
}

.lower-kyujin_l .search_panel {
  background: #fff;
  padding: 32px clamp(64px, 6.1538461538vw, 80px);
  border-radius: 15px;
  -webkit-box-shadow: 7px 9px 32px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 7px 9px 32px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel {
    padding: 24px;
    margin-inline: -3%;
  }
}
.lower-kyujin_l .search_panel .search-toggle {
  z-index: 2;
  border-radius: 5px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (any-hover: hover) {
  .lower-kyujin_l .search_panel .search-toggle:hover {
    opacity: 1;
    scale: 0.97;
  }
}
.lower-kyujin_l .custom-form {
  margin-bottom: 8px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .custom-form {
    padding-bottom: 24px;
    border-bottom: 1px solid #e5e5e5;
  }
}
.lower-kyujin_l .job_result_total {
  padding-top: 24px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_result_total {
    padding-top: 16px;
  }
}
.lower-kyujin_l .job {
  border: 1px solid #e5e5e5;
}

.lower-kyujin_d .kyujin_container {
  position: relative;
  padding-top: 80px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin_container {
    padding-top: 24px;
  }
}
.lower-kyujin_d .kyujin_container::before {
  content: "";
  position: absolute;
  top: 24px;
  right: -80px;
  width: 254px;
  aspect-ratio: 254/220;
  background: url(../img/kyujin/deco_kyujin_01.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin_container::before {
    width: 127px;
    top: 8px;
    right: -24px;
  }
}
.lower-kyujin_d .kyujin_container::after {
  content: "";
  position: absolute;
  top: 10%;
  left: -48px;
  width: 133px;
  aspect-ratio: 133/99;
  background: url(../img/kyujin/deco_kyujin_02.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin_container::after {
    width: 66.5px;
    left: -16px;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_d .l-main {
    padding: 101px 0 16px;
  }
}
.lower-kyujin_d .job_outline_item {
  border-bottom: 1px solid #e5e5e5;
}
.lower-kyujin_d .job .outline_ttl,
.lower-kyujin_d .job .appeal_ttl {
  position: relative;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1.1578947368em;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job .outline_ttl,
  .lower-kyujin_d .job .appeal_ttl {
    font-size: 2.6rem;
  }
}
.lower-kyujin_d .job .outline_ttl::before,
.lower-kyujin_d .job .appeal_ttl::before {
  content: "";
  position: absolute;
  top: 0.36em;
  left: 0;
  width: 0.8947368421em;
  aspect-ratio: 20/21;
  background: url(../img/common/icon_sun.png) center center/contain no-repeat;
  pointer-events: none;
}
.lower-kyujin_d .page_back {
  padding: 88px 0 0;
}
@media (max-width: 834px) {
  .lower-kyujin_d .page_back {
    padding: 40px 0 0;
  }
}
.lower-kyujin_d .fixed_conversion {
  background: rgba(51, 51, 51, 0.9);
}
@media (max-width: 767px) {
  .lower-kyujin_d .fixed_conversion .phone {
    background: none;
    -ms-flex-preferred-size: 184px;
        flex-basis: 184px;
    margin-right: 12px;
  }
  .lower-kyujin_d .fixed_conversion .phone_num {
    color: #fff;
  }
  .lower-kyujin_d .fixed_conversion .phone_notes {
    color: #fff;
  }
}
.lower-kyujin_d .fixed_conversion .btn_conversion {
  border-radius: 5px;
}
@media (max-width: 767px) {
  .lower-kyujin_d .fixed_conversion .btn_conversion {
    padding: 12px 0;
  }
}
.lower-kyujin_d .fixed_conversion .btn_conversion::after {
  top: 8px;
  right: 8px;
}
@media (any-hover: hover) {
  .lower-kyujin_d .fixed_conversion .btn_conversion:hover {
    opacity: 1;
    scale: 0.97;
  }
}
.lower-kyujin_d .footer__inner {
  padding-bottom: 92px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .footer__inner {
    padding-bottom: 76px;
  }
}
.lower-kyujin_d .pagetop__scroll {
  padding-bottom: 122px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .pagetop__scroll {
    padding-bottom: 92px;
  }
}

.lower-whatsnew .l-main {
  padding: 48px 0 40px;
}
@media (max-width: 834px) {
  .lower-whatsnew .l-main {
    padding: 24px 0 16px;
  }
}
.lower-whatsnew .job {
  border: 1px solid #e5e5e5;
  margin-top: 24px;
}
@media (max-width: 834px) {
  .lower-whatsnew .job {
    margin-top: 16px;
  }
}

/* ============================================
// お知らせページ
// ==========================================*/
@media (max-width: 834px) {
  .lower-news .l-main {
    padding-top: 38px;
  }
}
.lower-news .l-main-d .news__container {
  padding-top: 90px;
  position: relative;
}
.lower-news .l-main-d .news__container::before {
  content: "";
  position: absolute;
  background: url(../img/news/deco_jobs_01.png) center/contain no-repeat;
  width: 254px;
  aspect-ratio: 254/220;
  top: 25px;
  right: -60px;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-news .l-main-d .news__container::before {
    width: 127px;
    top: 65px;
    right: -24px;
  }
}
.lower-news .l-main-d .news__container::after {
  content: "";
  position: absolute;
  top: 480px;
  left: -30px;
  width: 133px;
  aspect-ratio: 133/99;
  background: url(../img/news/deco_jobs_02.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-news .l-main-d .news__container::after {
    width: 66.5px;
    left: -16px;
  }
}
.lower-news .news {
  /*------------------------------
    一覧ページ
  ------------------------------*/
  /*------------------------------
    詳細ページ
  ------------------------------*/
  /*------------------------------
    サイドナビ
  ------------------------------*/
}
.lower-news .news__container {
  max-width: 1340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin: 0 auto;
  padding: 0 70px;
}
@media (max-width: 834px) {
  .lower-news .news__container {
    display: block;
    padding: 0px 20px 0;
  }
}
@media (min-width: 835px) {
  .lower-news .news__container .news__side {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 7px 9px 32px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 7px 9px 32px 0px rgba(0, 0, 0, 0.05);
    padding: 30px;
    height: 100%;
  }
}
.lower-news .news__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 280px - 40px);
          flex: 0 0 calc(100% - 280px - 40px);
}
.lower-news .news__side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
}
@media (max-width: 834px) {
  .lower-news .news__side {
    margin-top: 50px;
  }
}
.lower-news .news__categoryTitle {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 24px;
  border-bottom: 1px solid;
}
@media (max-width: 834px) {
  .lower-news .news__categoryTitle {
    font-size: 1.45em;
    padding-bottom: 16px;
  }
}
.lower-news .news__articles__item {
  border-bottom: 1px solid #e5e5e5;
}
.lower-news .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: 40px;
  padding: 32px 0;
  padding-right: 64px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-news .news__articles__item a {
    gap: 20px;
    padding: 20px 0;
  }
}
.lower-news .news__articles__item a::after {
  content: "";
  width: 14px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #ef5400;
  -webkit-mask: url(../img/common/icon_arrow.png) center center/contain no-repeat;
          mask: url(../img/common/icon_arrow.png) center center/contain no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-news .news__articles__item a::after {
    display: none;
  }
}
@media (any-hover: hover) {
  .lower-news .news__articles__item a:hover {
    opacity: 1;
    color: #ef5400;
    -webkit-transform: translate(4px, 0);
            transform: translate(4px, 0);
  }
  .lower-news .news__articles__item a:hover::after {
    -webkit-transform: translate(4px, 0);
            transform: translate(4px, 0);
  }
}
.lower-news .news__articles__item .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  max-width: 160px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-news .news__articles__item .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
    border-radius: 6px;
  }
}
.lower-news .news__articles__item .img img {
  width: 100%;
}
.lower-news .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;
}
.lower-news .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 .news__articles__item .status {
    margin-bottom: 0.35em;
  }
}
.lower-news .news__articles__item .date {
  font-size: 0.9em;
  color: rgba(51, 51, 51, 0.8);
}
.lower-news .news__articles__item .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 5px;
}
.lower-news .news__articles__item .category__item {
  background-color: #fff;
  color: #ef5400;
  border: 1px solid #ef5400;
  font-size: 0.7em;
  font-weight: 700;
  line-height: 1;
  padding: 0.5em 0.8em;
  border-radius: 3px;
}
.lower-news .news__articles__item .title {
  font-size: 1.35em;
  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 .news__articles__item .title {
    font-size: 1.18em;
  }
}
.lower-news .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 .news__articles__item .content {
    gap: 20px;
    margin-top: 0.8em;
  }
}
.lower-news .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 .news__articles__item .content .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
  }
}
.lower-news .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 .news__articles__item .content .txt {
    -webkit-line-clamp: 3;
  }
}
.lower-news .news__main .job_count_pager.contents_bottom {
  display: block;
  padding-top: 60px;
}
@media (max-width: 834px) {
  .lower-news .news__main .job_count_pager.contents_bottom {
    padding-top: 30px;
  }
}
.lower-news .news__main .job_count_pager.contents_bottom .pagination {
  border-radius: 5px;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.lower-news .news__main .job_count_pager.contents_bottom .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lower-news .news__main .job_count_pager.contents_bottom .pagination li {
  font-size: 12px;
  text-align: center;
}
.lower-news .news__main .job_count_pager.contents_bottom .pagination li a,
.lower-news .news__main .job_count_pager.contents_bottom .pagination li em {
  display: block;
  position: relative;
  color: #333;
  font-style: normal;
  font-weight: bold;
  width: 39.2px;
  height: 39.2px;
  line-height: 39.2px;
  background: #eee;
  overflow: hidden;
}
.lower-news .news__main .job_count_pager.contents_bottom .pagination li a:before,
.lower-news .news__main .job_count_pager.contents_bottom .pagination li em:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (any-hover: hover) {
  .lower-news .news__main .job_count_pager.contents_bottom .pagination li a:hover,
  .lower-news .news__main .job_count_pager.contents_bottom .pagination li em:hover {
    opacity: 1;
    color: #fff;
    background: #ef5400;
  }
}
.lower-news .news__main .job_count_pager.contents_bottom .pagination li em {
  color: #fff;
  background: #ef5400;
}
.lower-news .news__main .job_count_pager.contents_bottom .pagination li em:before {
  width: 100%;
  height: 100%;
}
.lower-news .news__main .job_count_pager.contents_bottom .pagination .number {
  display: none;
}
@media (min-width: 835px) {
  .lower-news .news__main .job_count_pager.contents_bottom .pagination .number {
    display: inline-block;
  }
}
.lower-news .news__main .job_count_pager.contents_bottom .pagination .number.current {
  display: inline-block;
}
.lower-news .news__article {
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 50px;
  -webkit-box-shadow: 7px 9px 32px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 7px 9px 32px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 834px) {
  .lower-news .news__article {
    padding: 32px 6.25%;
  }
}
.lower-news .news__article__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 56px;
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
}
@media (max-width: 834px) {
  .lower-news .news__article__title {
    margin-bottom: 32px;
    padding-bottom: 16px;
  }
}
.lower-news .news__article__title .date {
  color: rgba(51, 51, 51, 0.8);
}
.lower-news .news__article__title .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 5px;
}
.lower-news .news__article__title .category__item {
  background-color: #fff;
  color: #ef5400;
  border: 1px solid #ef5400;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1;
  padding: 0.5em 0.8em;
  border-radius: 3px;
}
.lower-news .news__article__title .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-news .news__article__title .title {
    font-size: 1.45em;
  }
}
.lower-news .news__article__body {
  padding: 0 0 56px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 834px) {
  .lower-news .news__article__body {
    padding: 0 0 32px;
  }
}
.lower-news .news__article__body .photo__item {
  max-width: 640px;
  max-height: 480px;
  text-align: center;
  margin: 48px auto;
}
@media (max-width: 834px) {
  .lower-news .news__article__body .photo__item {
    margin: 24px auto;
  }
}
.lower-news .news__article__body .photo__item img {
  display: inline-block;
  max-width: 100%;
  max-height: 480px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}
@media (max-width: 834px) {
  .lower-news .news__article__body .photo__item img {
    border-radius: 8px;
  }
}
.lower-news .news__article__body .hd {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 1.4em;
  position: relative;
}
@media (max-width: 834px) {
  .lower-news .news__article__body .hd {
    font-size: 1.4em;
  }
}
.lower-news .news__article__body .hd::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1.1666666667em;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_sun.png) center center/contain no-repeat;
  pointer-events: none;
}
.lower-news .news__article__body .hd + .text {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-news .news__article__body .hd + .text {
    margin-top: 10px;
  }
}
.lower-news .news__article__body .text {
  margin: 48px 0;
}
@media (max-width: 834px) {
  .lower-news .news__article__body .text {
    margin: 24px 0;
  }
}
.lower-news .news__article__body .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(239, 84, 1, 0.15)));
  background: linear-gradient(transparent 60%, rgba(239, 84, 1, 0.15) 60%);
}
.lower-news .news__article__body .strong {
  font-weight: 700;
  color: #ef5400;
}
.lower-news .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 .news__article__body .link {
    gap: 0.4em;
    margin: 20px 0;
  }
}
.lower-news .news__article__body .link:last-child {
  margin-bottom: 0;
}
.lower-news .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: #ef5400;
  gap: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-news .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.6em;
  background: #ef5400;
  -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);
}
.lower-news .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 .news__article__body .link a:hover {
    opacity: 0.7;
  }
}
.lower-news .news__btnArea {
  margin-top: 48px;
}
@media (max-width: 834px) {
  .lower-news .news__btnArea {
    margin-top: 32px;
  }
}
.lower-news .news__btnArea .common-btn__body {
  margin: auto;
}
.lower-news .news__btnArea .common-btn__body a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.lower-news .news__btnArea .common-btn__icon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.lower-news .news__side__block {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-news .news__side__block {
    margin-top: 30px;
  }
}
.lower-news .news__side__block:first-child {
  margin-top: 0;
}
.lower-news .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: #ef5400;
  line-height: 1.6;
  margin-bottom: 0.6em;
}
.lower-news .news__side__block .list__item {
  border-bottom: 1px solid #e5e5e5;
}
.lower-news .news__side__block .list__item:first-child {
  border-top: 1px solid #e5e5e5;
}
.lower-news .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 .news__side__block .list__item a::after {
  content: "";
  width: 14px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #ef5400;
  -webkit-mask: url(../img/common/icon_arrow.png) center center/contain no-repeat;
          mask: url(../img/common/icon_arrow.png) center center/contain no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-news .news__side__block .list__item a::after {
    width: 12px;
  }
}
@media (any-hover: hover) {
  .lower-news .news__side__block .list__item a:hover {
    opacity: 1;
    color: #ef5400;
    -webkit-transform: translate(4px, 0);
            transform: translate(4px, 0);
  }
  .lower-news .news__side__block .list__item a:hover::after {
    -webkit-transform: translate(4px, 0);
            transform: translate(4px, 0);
  }
}

/* ============================================
// COMPANY
// ==========================================*/
.lower-company .l-main {
  padding: 80px 0 104px;
}
@media (max-width: 834px) {
  .lower-company .l-main {
    padding: 48px 0;
  }
}
.lower-company .company-common-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 834px) {
  .lower-company .company-common-ttl {
    gap: 4px 8px;
  }
}
.lower-company .company-common-ttl__ja {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-company .company-common-ttl__ja {
    font-size: 2.7rem;
  }
}
.lower-company .company-common-ttl__eng {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ef5400;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-company .company-common-ttl__eng {
    font-size: 1.2rem;
  }
}
.lower-company .company-common-ttl.-white .company-common-ttl__ja,
.lower-company .company-common-ttl.-white .company-common-ttl__eng {
  color: #fff;
}
.lower-company .anchor {
  position: relative;
  z-index: 2;
}
.lower-company .anchor__list {
  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: 16px clamp(38.4px, 3.6923076923vw, 48px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 834px) {
  .lower-company .anchor__list {
    gap: 16px 24px;
  }
}
.lower-company .anchor__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  padding-bottom: 6px;
  background: linear-gradient(to right, #eae9e9, #eae9e9 4px, transparent 2px, transparent 4px) left bottom/6px 2px repeat-x;
}
@media (max-width: 834px) {
  .lower-company .anchor__link {
    gap: 8px;
    padding-bottom: 5px;
  }
}
.lower-company .anchor__link::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.6875em;
          flex: 0 0 0.6875em;
  width: 0.6875em;
  aspect-ratio: 11/10;
  background: url(../img/company/icon_arrow.jpg) center center/contain no-repeat;
  pointer-events: none;
}
@media (any-hover: hover) {
  .lower-company .anchor__link:hover {
    opacity: 1;
    color: #ef5400;
  }
}
.lower-company .message {
  position: relative;
  padding-top: 24px;
  margin-top: -24px;
}
@media (max-width: 834px) {
  .lower-company .message {
    padding-top: 76px;
    margin-top: -76px;
  }
}
.lower-company .message::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/912;
  background: url(../img/company/bg_message.jpg) center bottom/cover no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-company .message::before {
    min-width: 1000px;
  }
}
.lower-company .message__inner {
  max-width: 1240px;
  padding-top: 116px;
  padding-bottom: clamp(208px, 20vw, 260px);
}
@media (max-width: 834px) {
  .lower-company .message__inner {
    padding-top: 60px;
    padding-bottom: 144px;
  }
}
.lower-company .message__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lower-company .message__header::before {
  content: "";
  position: absolute;
  top: -47px;
  left: -62px;
  width: 88px;
  aspect-ratio: 88/66;
  background: url(../img/company/deco_message.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-company .message__header::before {
    top: -30px;
    left: -20px;
    width: 52.8px;
  }
}
.lower-company .message__title {
  position: relative;
  z-index: 1;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 834px) {
  .lower-company .message__title {
    font-size: 2.2rem;
  }
}
@media (max-width: 834px) {
  .lower-company .message__title br {
    display: none;
  }
}
.lower-company .message__since {
  font-style: italic;
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #f0f0f0;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-company .message__since {
    position: absolute;
    bottom: calc(100% + 4px);
    right: 0;
    font-size: 1.5rem;
  }
}
.lower-company .message__year {
  font-size: 2.7333333333em;
  margin-left: 0.2804878049em;
}
.lower-company .message__text {
  margin-top: 52px;
}
@media (max-width: 834px) {
  .lower-company .message__text {
    margin-top: 18px;
  }
}
.lower-company .message__ceo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 18px;
  margin-top: 38px;
}
@media (max-width: 834px) {
  .lower-company .message__ceo {
    gap: 10px;
    margin-top: 17px;
  }
}
.lower-company .message__ceo-role {
  font-size: 14.67px;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-company .message__ceo-role {
    font-size: 1.3rem;
  }
}
.lower-company .message__ceo-name {
  max-width: 127px;
}
@media (max-width: 834px) {
  .lower-company .message__ceo-name {
    max-width: 101.6px;
  }
}
@media (max-width: 834px) {
  .lower-company .company {
    padding-top: 68px;
    margin-top: -68px;
  }
}
.lower-company .company__inner {
  max-width: 1240px;
  padding-top: 120px;
  padding-bottom: 130px;
}
@media (max-width: 834px) {
  .lower-company .company__inner {
    padding-top: 48px;
    padding-bottom: 56px;
  }
}
.lower-company .company__list {
  margin-top: 44px;
}
@media (max-width: 834px) {
  .lower-company .company__list {
    margin-top: 24px;
  }
}
.lower-company .company__item {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding-block: 30px;
}
@media (min-width: 835px) {
  .lower-company .company__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 834px) {
  .lower-company .company__item {
    padding: 16px 4%;
  }
}
.lower-company .company__item:first-child {
  border-top: 1px solid #e5e5e5;
}
.lower-company .company__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  aspect-ratio: 1/1;
  background: #ef5400;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-company .company__item::before {
    width: 13px;
  }
}
.lower-company .company__term {
  font-weight: 700;
}
@media (min-width: 835px) {
  .lower-company .company__term {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
    padding-left: 56px;
    padding-right: 8px;
  }
}
@media (min-width: 835px) {
  .lower-company .company__desc {
    padding-left: 30px;
    padding-right: 24px;
  }
}
.lower-company .access {
  position: relative;
  overflow: hidden;
  padding-top: 78px;
  margin-top: -78px;
}
@media (max-width: 834px) {
  .lower-company .access {
    padding-top: 64px;
    margin-top: -64px;
  }
}
.lower-company .access::before {
  content: "";
  position: absolute;
  inset: 78px 0 0 0;
  background: #ef5400;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-company .access::before {
    inset: 64px 0 0 0;
  }
}
.lower-company .access__inner {
  position: relative;
  max-width: 1240px;
  padding-top: 76px;
  padding-bottom: 76px;
}
@media (max-width: 834px) {
  .lower-company .access__inner {
    padding-top: 48px;
    padding-bottom: 56px;
  }
}
.lower-company .access__inner::before {
  content: "";
  position: absolute;
  top: -226px;
  left: calc(-1 * clamp(72px, 5vw, 96px));
  width: 562px;
  aspect-ratio: 562/723;
  background: url(../img/company/deco_access_01.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-company .access__inner::before {
    top: -80px;
    left: -20px;
    width: clamp(224.8px, 40.4316546763vw, 337.2px);
  }
}
.lower-company .access__inner::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: calc(-1 * clamp(58px, 3.9583333333vw, 76px));
  width: 568px;
  aspect-ratio: 568/501;
  background: url(../img/company/deco_access_02.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-company .access__inner::after {
    bottom: -40px;
    right: -20px;
    width: clamp(227.2px, 40.8633093525vw, 340.8px);
  }
}
.lower-company .access__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9.8181818182%;
}
@media (max-width: 834px) {
  .lower-company .access__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lower-company .access__text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 834px) {
  .lower-company .access__text-block {
    display: contents;
  }
}
@media (max-width: 834px) {
  .lower-company .access .company-common-ttl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.lower-company .access__info {
  background: #fff;
  padding: 32px 6.8728522337%;
  margin-top: 42px;
}
@media (max-width: 834px) {
  .lower-company .access__info {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 16px;
    padding: 16px 6%;
  }
}
.lower-company .access__company {
  font-weight: 700;
}
.lower-company .access__gmap {
  position: relative;
  font-weight: 700;
  margin-left: 1.25em;
}
.lower-company .access__gmap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.25em;
  margin-block: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.875em;
          flex: 0 0 0.875em;
  width: 0.875em;
  aspect-ratio: 14/18;
  background: url(../img/company/icon_address.png) center center/contain no-repeat;
  pointer-events: none;
}
.lower-company .access__gmap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
  pointer-events: none;
}
.lower-company .access__image-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37.2727272727%;
          flex: 0 0 37.2727272727%;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-company .access__image-block {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 24px;
  }
}
.lower-company .access__image {
  max-width: 410px;
}
.lower-company .access__image img {
  aspect-ratio: 410/274;
}
.lower-company .policy {
  padding-top: 32px;
  margin-top: -32px;
}
@media (max-width: 834px) {
  .lower-company .policy {
    padding-top: 72px;
    margin-top: -72px;
  }
}
.lower-company .policy__inner,
.lower-company .terms__inner {
  max-width: 1240px;
  padding-top: 96px;
}
@media (max-width: 834px) {
  .lower-company .policy__inner,
  .lower-company .terms__inner {
    padding-top: 48px;
  }
}
.lower-company .policy .company-common-ttl,
.lower-company .terms .company-common-ttl {
  gap: 8px 11px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 48px;
}
@media (max-width: 834px) {
  .lower-company .policy .company-common-ttl,
  .lower-company .terms .company-common-ttl {
    gap: 4px 8px;
    padding-bottom: 24px;
  }
}
.lower-company .policy .company-common-ttl__ja,
.lower-company .terms .company-common-ttl__ja {
  font-size: 3.5rem;
}
@media (max-width: 834px) {
  .lower-company .policy .company-common-ttl__ja,
  .lower-company .terms .company-common-ttl__ja {
    font-size: 2.7rem;
  }
}
.lower-company .policy .company-common-ttl__eng,
.lower-company .terms .company-common-ttl__eng {
  font-size: 1.35rem;
}
@media (max-width: 834px) {
  .lower-company .policy .company-common-ttl__eng,
  .lower-company .terms .company-common-ttl__eng {
    font-size: 1.2rem;
  }
}
.lower-company .policy__list,
.lower-company .terms__list {
  margin-top: 44px;
}
@media (max-width: 834px) {
  .lower-company .policy__list,
  .lower-company .terms__list {
    margin-top: 24px;
  }
}
.lower-company .policy__item,
.lower-company .terms__item {
  margin-top: 48px;
}
@media (max-width: 834px) {
  .lower-company .policy__item,
  .lower-company .terms__item {
    margin-top: 16px;
  }
}
.lower-company .policy__item:first-child,
.lower-company .terms__item:first-child {
  margin-top: 0;
}
.lower-company .policy__item-title,
.lower-company .terms__item-title {
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  padding-left: 0.7272727273em;
}
@media (max-width: 834px) {
  .lower-company .policy__item-title,
  .lower-company .terms__item-title {
    font-size: 1.9rem;
  }
}
.lower-company .policy__item-title::before,
.lower-company .terms__item-title::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  margin-block: auto;
  width: 0.2272727273em;
  height: calc(100% - 8px);
  background: #ef5400;
  pointer-events: none;
}
.lower-company .policy__item-text,
.lower-company .terms__item-text {
  margin-top: 5px;
}
.lower-company .policy .common-btn,
.lower-company .terms .common-btn {
  margin-top: 23px;
}
.lower-company .policy .common-btn__link,
.lower-company .terms .common-btn__link {
  padding: 1em 24px 1em 30px;
}
@media (max-width: 834px) {
  .lower-company .policy .common-btn__link,
  .lower-company .terms .common-btn__link {
    padding: 1em 16px 1em 20px;
  }
}
.lower-company .policy .common-btn__text,
.lower-company .terms .common-btn__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
@media (max-width: 834px) {
  .lower-company .policy .common-btn__text,
  .lower-company .terms .common-btn__text {
    gap: 6px;
  }
}
.lower-company .policy .common-btn__text::before,
.lower-company .terms .common-btn__text::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.25em;
          flex: 0 0 1.25em;
  width: 1.25em;
  aspect-ratio: 20/14;
  background: url(../img/company/icon_mail.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-company .policy .common-btn__icon,
  .lower-company .terms .common-btn__icon {
    max-width: 13px;
  }
}
.lower-company .terms__contents {
  margin-top: 99px;
}
@media (max-width: 834px) {
  .lower-company .terms__contents {
    margin-top: 56px;
  }
}

/* ============================================
// MERIT
// ==========================================*/
.lower-merit .merit__reason__head, .lower-merit .merit__work__head {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 70px;
}
@media (max-width: 834px) {
  .lower-merit .merit__reason__head, .lower-merit .merit__work__head {
    margin-bottom: 30px;
  }
}
.lower-merit .merit__reason__head .sub, .lower-merit .merit__work__head .sub {
  font-weight: 700;
  line-height: 1.6;
  color: #ef5400;
  margin-bottom: 10px;
}
@media (max-width: 834px) {
  .lower-merit .merit__reason__head .sub, .lower-merit .merit__work__head .sub {
    margin-bottom: 3px;
  }
}
.lower-merit .merit__reason__head .title, .lower-merit .merit__work__head .title {
  font-weight: 700;
  font-size: 4.4rem;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
@media (max-width: 834px) {
  .lower-merit .merit__reason__head .title, .lower-merit .merit__work__head .title {
    font-size: 2.6rem;
    padding-bottom: 6px;
  }
}
.lower-merit .merit__reason {
  margin-bottom: 140px;
}
@media (max-width: 834px) {
  .lower-merit .merit__reason {
    margin-bottom: 60px;
  }
}
.lower-merit .merit__reason__inner::before {
  content: "";
  background: url(../img/merit/deco01.png) center/contain no-repeat;
  width: 88px;
  aspect-ratio: 88/66;
  position: absolute;
  top: 30px;
  left: 100px;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-merit .merit__reason__inner::before {
    top: -20px;
    left: 30px;
    width: 38px;
  }
}
.lower-merit .merit__reason__body .reasonList__item:last-child .reasonList__item__inner::before {
  bottom: -50px;
}
@media (max-width: 834px) {
  .lower-merit .merit__reason__body .reasonList__item:last-child .reasonList__item__inner::before {
    bottom: -20px;
  }
}
.lower-merit .merit__reason__body .reasonList__item__inner {
  background: #fff;
  padding: clamp(6rem, 3.538rem + 2.404vw, 7rem);
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 834px) {
  .lower-merit .merit__reason__body .reasonList__item__inner {
    padding: 26px;
    margin-bottom: 30px;
  }
}
.lower-merit .merit__reason__body .reasonList__item__inner::before {
  content: "";
  background: url(../img/merit/deco02.png) center/contain no-repeat;
  width: 254px;
  aspect-ratio: 254/220;
  position: absolute;
  bottom: -100px;
  right: -100px;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-merit .merit__reason__body .reasonList__item__inner::before {
    width: 110px;
    bottom: -40px;
    right: -50px;
  }
}
.lower-merit .merit__reason__body .reasonList__item .numBox {
  background: #f87b15;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 15px 0 15px 0;
  color: #fff;
  width: 10%;
  line-height: 1;
  gap: 5px;
  z-index: 2;
}
@media (max-width: 834px) {
  .lower-merit .merit__reason__body .reasonList__item .numBox {
    width: 65px;
    gap: 2px;
  }
}
.lower-merit .merit__reason__body .reasonList__item .numBox .eng {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media (max-width: 834px) {
  .lower-merit .merit__reason__body .reasonList__item .numBox .eng {
    font-size: 1.1rem;
  }
}
.lower-merit .merit__reason__body .reasonList__item .numBox .num {
  font-size: clamp(2.4rem, 1.102rem + 2.36vw, 4.5rem);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.lower-merit .merit__reason__body .reasonList__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(5rem, 2.538rem + 2.404vw, 6rem);
}
@media (max-width: 834px) {
  .lower-merit .merit__reason__body .reasonList__item__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
  }
}
@media (min-width: 835px) {
  .lower-merit .merit__reason__body .reasonList__item__content:not(:has(.imgArea)) .textArea {
    margin-left: 8%;
  }
}
@media (max-width: 834px) {
  .lower-merit .merit__reason__body .reasonList__item__content:not(:has(.imgArea)) .textArea .title {
    margin-left: 60px;
  }
}
.lower-merit .merit__reason__body .reasonList__item__content .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: clamp(28rem, 3.385rem + 24.038vw, 38rem);
}
@media (max-width: 834px) {
  .lower-merit .merit__reason__body .reasonList__item__content .imgArea {
    max-width: 380px;
    margin: 0 auto;
  }
}
.lower-merit .merit__reason__body .reasonList__item__content .imgArea .img {
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-merit .merit__reason__body .reasonList__item__content .imgArea .img {
    border-radius: 8px;
  }
}
.lower-merit .merit__reason__body .reasonList__item__content .imgArea .img img {
  aspect-ratio: 380/254;
}
.lower-merit .merit__reason__body .reasonList__item__content .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-merit .merit__reason__body .reasonList__item__content .textArea .title {
  font-weight: 700;
  font-size: 2.8rem;
  color: #ef5400;
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .lower-merit .merit__reason__body .reasonList__item__content .textArea .title {
    font-size: 2rem;
    margin-bottom: 8px;
  }
  .lower-merit .merit__reason__body .reasonList__item__content .textArea .title br {
    display: none;
  }
}
.lower-merit .merit__reason__body .reasonList__item__point {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(4rem, 1.538rem + 2.404vw, 5rem);
}
@media (max-width: 834px) {
  .lower-merit .merit__reason__body .reasonList__item__point {
    margin-top: 24px;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
}
.lower-merit .merit__reason__body .reasonList__item__point .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 834px) {
  .lower-merit .merit__reason__body .reasonList__item__point .textArea {
    display: contents;
  }
}
.lower-merit .merit__reason__body .reasonList__item__point .textArea .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 2.2rem;
  font-weight: 700;
  gap: 15px;
  margin-bottom: 14px;
}
@media (max-width: 834px) {
  .lower-merit .merit__reason__body .reasonList__item__point .textArea .title {
    font-size: 1.7rem;
    gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}
.lower-merit .merit__reason__body .reasonList__item__point .textArea .title::before {
  content: "";
  background: url(../img/merit/point.png) center/contain no-repeat;
  display: block;
  width: 10%;
  aspect-ratio: 73/25;
  margin-top: 5px;
  pointer-events: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 834px) {
  .lower-merit .merit__reason__body .reasonList__item__point .textArea .title::before {
    width: 50px;
    margin-top: 7px;
  }
}
.lower-merit .merit__reason__body .reasonList__item__point .textArea .desc {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.lower-merit .merit__reason__body .reasonList__item__point .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: clamp(22rem, 9.692rem + 12.019vw, 27rem);
}
@media (max-width: 834px) {
  .lower-merit .merit__reason__body .reasonList__item__point .imgArea {
    max-width: 370px;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.lower-merit .merit__reason__body .reasonList__item__point .imgArea .img {
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-merit .merit__reason__body .reasonList__item__point .imgArea .img {
    border-radius: 8px;
  }
}
.lower-merit .merit__reason__body .reasonList__item__point .imgArea .img img {
  aspect-ratio: 270/180;
}
.lower-merit .merit__work {
  background: #fdf4ee;
  padding-bottom: 120px;
  padding-top: 140px;
}
@media (max-width: 834px) {
  .lower-merit .merit__work {
    padding-bottom: 60px;
    padding-top: 50px;
  }
}
.lower-merit .merit__work__body .workList__item {
  background: #fff;
  padding: 60px;
  padding-right: 50px;
  padding-left: 70px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(3rem, -12rem + 12.5vw, 6rem);
  margin-bottom: 50px;
}
.lower-merit .merit__work__body .workList__item:last-child {
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .lower-merit .merit__work__body .workList__item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .lower-merit .merit__work__body .workList__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 834px) {
  .lower-merit .merit__work__body .workList__item {
    padding: 26px;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.lower-merit .merit__work__body .workList__item .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 40%;
          flex: 1 0 40%;
  position: relative;
}
@media (max-width: 834px) {
  .lower-merit .merit__work__body .workList__item .textArea {
    display: contents;
  }
}
.lower-merit .merit__work__body .workList__item .textArea::before {
  content: "";
  background: url(../img/merit/deco03.png) center/contain no-repeat;
  position: absolute;
  top: -30px;
  left: -80px;
  width: 123px;
  aspect-ratio: 123/92;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-merit .merit__work__body .workList__item .textArea::before {
    top: 10px;
    left: -5px;
    width: 73px;
  }
}
.lower-merit .merit__work__body .workList__item .textArea .title {
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .lower-merit .merit__work__body .workList__item .textArea .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 834px) {
  .lower-merit .merit__work__body .workList__item .textArea .title {
    margin-bottom: 0;
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.lower-merit .merit__work__body .workList__item .textArea .title .sub {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 14px;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-merit .merit__work__body .workList__item .textArea .title .sub {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
}
.lower-merit .merit__work__body .workList__item .textArea .title .text {
  font-size: clamp(3.8rem, 2.323rem + 1.442vw, 4.4rem);
  font-weight: 700;
  color: #ef5400;
  background: #fff;
  padding: 0 15px 4px;
  border: 1px solid #333;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .lower-merit .merit__work__body .workList__item .textArea .title .text {
    font-size: 2.8rem;
    margin: 0 auto;
    padding: 0 12px;
  }
}
@media (max-width: 834px) {
  .lower-merit .merit__work__body .workList__item .textArea .desc {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.lower-merit .merit__work__body .workList__item .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 580px;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .lower-merit .merit__work__body .workList__item .imgArea {
    max-width: 420px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.lower-merit .merit__work__body .workList__item .imgArea .img img {
  aspect-ratio: 580/361;
}

/* ============================================
// Q&A
// ==========================================*/
.lower-qa .qa__about {
  padding-bottom: 100px;
}
@media (max-width: 834px) {
  .lower-qa .qa__about {
    padding-bottom: 50px;
  }
}
.lower-qa .qa__about__title {
  font-weight: 700;
  font-size: 4.4rem;
  border-bottom: 1px solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 8px;
}
@media (max-width: 834px) {
  .lower-qa .qa__about__title {
    font-size: 2.6rem;
  }
}
.lower-qa .qa__about .lead-text {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 834px) {
  .lower-qa .qa__about .lead-text {
    margin-top: 20px;
  }
}
.lower-qa .qa__about__list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  gap: 0 6.36%;
}
@media (max-width: 834px) {
  .lower-qa .qa__about__list {
    margin-top: 0;
  }
}
.lower-qa .qa__about__list .list_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 834px) {
  .lower-qa .qa__about__list .list_item {
    gap: 16px;
    margin-top: 20px;
  }
}
.lower-qa .qa__about__list .list_item .illust {
  aspect-ratio: 220/170;
  max-width: 220px;
  margin: 0 auto;
}
@media (min-width: 835px) {
  .lower-qa .qa__about__list .list_item .illust {
    margin-bottom: 10px;
  }
}
@media (max-width: 834px) {
  .lower-qa .qa__about__list .list_item .illust {
    max-width: 200px;
  }
}
.lower-qa .qa__about__list .list_item .hd {
  background-color: #f87b15;
  color: #fff;
  font-weight: bold;
  padding: 6px 16px;
  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;
  font-size: 2.2rem;
  line-height: 1.4;
}
@media (max-width: 834px) {
  .lower-qa .qa__about__list .list_item .hd {
    font-size: 1.8rem;
  }
}
.lower-qa .qa__work {
  position: relative;
  padding: 100px 0 130px;
  background-color: rgba(247, 217, 200, 0.3);
}
@media (max-width: 834px) {
  .lower-qa .qa__work {
    padding: 40px 0;
  }
}
.lower-qa .qa__work::after {
  position: absolute;
  content: "";
  background: url(../img/faq/faq_deco02.png) center/contain no-repeat;
  aspect-ratio: 539/469;
  max-width: 539px;
  width: 100%;
  pointer-events: none;
  bottom: -45px;
  left: 12.91vw;
}
@media (max-width: 834px) {
  .lower-qa .qa__work::after {
    left: 0px;
    max-width: 320px;
    bottom: -20px;
  }
}
.lower-qa .qa__work__inner {
  position: relative;
}
.lower-qa .qa__work__inner::before {
  position: absolute;
  content: "";
  background: url(../img/faq/faq_deco01.png) center/contain no-repeat;
  aspect-ratio: 370/322;
  max-width: 185px;
  width: 100%;
  pointer-events: none;
  top: 0;
  left: 60px;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-qa .qa__work__inner::before {
    max-width: 80px;
    top: -50px;
    left: 5%;
  }
}
.lower-qa .qa__work__title {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.lower-qa .qa__work__title .sub {
  font-weight: 700;
  color: #ef5400;
  margin-bottom: 10px;
}
@media (max-width: 834px) {
  .lower-qa .qa__work__title .sub {
    margin-bottom: 3px;
  }
}
.lower-qa .qa__work__title .title {
  font-weight: 700;
  font-size: 4.4rem;
  border-bottom: 1px solid;
  padding-bottom: 8px;
}
@media (max-width: 834px) {
  .lower-qa .qa__work__title .title {
    font-size: 2.6rem;
  }
}
.lower-qa .qa__work .lead-text {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 834px) {
  .lower-qa .qa__work .lead-text {
    margin-top: 20px;
  }
}
.lower-qa .qa__work .list_wrap {
  position: relative;
}
.lower-qa .qa__work .list_wrap::before {
  position: absolute;
  content: "";
  background: url(../img/faq/faq_deco03.png) center/contain no-repeat;
  aspect-ratio: 666/580;
  max-width: 666px;
  width: 100%;
  pointer-events: none;
  top: -186px;
  right: -290px;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-qa .qa__work .list_wrap::before {
    max-width: 400px;
    right: -200px;
    top: -100px;
  }
}
.lower-qa .qa__work__list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 10px;
}
@media (min-width: 835px) {
  .lower-qa .qa__work__list {
    padding: 0 50px;
  }
}
@media (max-width: 834px) {
  .lower-qa .qa__work__list {
    margin-top: 20px;
    margin-inline: -2%;
  }
}
.lower-qa .qa__work__list .list_title {
  color: #ef5400;
  font-weight: bold;
  line-height: 1.6;
  font-size: 3rem;
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .lower-qa .qa__work__list .list_title {
    font-size: 2rem;
    margin-bottom: 0px;
  }
}
.lower-qa .qa__work__list .list_item {
  border: 1px solid #ef5400;
  border-radius: 15px;
  background-color: #fff;
}
@media (max-width: 834px) {
  .lower-qa .qa__work__list .list_item {
    border-radius: 10px;
  }
}
.lower-qa .qa__work__list .list_item .q {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.lower-qa .qa__work__list .list_item .q::before, .lower-qa .qa__work__list .list_item .q::after {
  content: "";
  width: 14px;
  height: 2px;
  position: absolute;
  right: 40px;
  top: 50%;
  background: #ef5400;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-qa .qa__work__list .list_item .q::before, .lower-qa .qa__work__list .list_item .q::after {
    right: 20px;
    width: 12px;
  }
}
.lower-qa .qa__work__list .list_item .q::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.lower-qa .qa__work__list .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: 15px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  line-height: 1.7;
  padding-right: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 32px 40px;
}
@media (max-width: 834px) {
  .lower-qa .qa__work__list .list_item .q p {
    font-size: 1.5rem;
    padding-right: 30px;
    gap: 6px;
    padding: 1.1em 37px 1.1em 4%;
  }
}
.lower-qa .qa__work__list .list_item .q p::before {
  content: "Q";
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  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.2rem;
  color: #ffffff;
  line-height: 1;
  background: #ef5400;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin-top: 5px;
}
@media (max-width: 834px) {
  .lower-qa .qa__work__list .list_item .q p::before {
    margin-top: 2px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    font-size: 1.1rem;
    margin-top: 4px;
  }
}
@media (any-hover: hover) {
  .lower-qa .qa__work__list .list_item .q p:hover {
    color: rgba(239, 84, 0, 0.7);
  }
}
.lower-qa .qa__work__list .list_item .a {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-qa .qa__work__list .list_item .a {
    padding: 0 20px 0 4%;
  }
}
.lower-qa .qa__work__list .list_item .a p {
  overflow-y: hidden;
  position: relative;
  padding-left: 40px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (max-width: 834px) {
  .lower-qa .qa__work__list .list_item .a p {
    padding-left: 26px;
  }
}
.lower-qa .qa__work__list .list_item .a p::before {
  content: "A";
  position: absolute;
  background-color: #f87b15;
  width: 24px;
  height: 24px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #fff;
  border-radius: 50%;
  left: 0;
  text-align: center;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .lower-qa .qa__work__list .list_item .a p::before {
    width: 20px;
    height: 20px;
    font-size: 1.1rem;
  }
}
.lower-qa .qa__work__list .list_item .a p::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e5e5e5;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lower-qa .qa__work__list .list_item .a .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(239, 84, 0, 0.15)));
  background: linear-gradient(transparent 60%, rgba(239, 84, 0, 0.15) 60%);
}
.lower-qa .qa__work__list .list_item .a .strong {
  font-weight: 700;
  color: #ef5400;
}
.lower-qa .qa__work__list .list_item .a .link {
  display: block;
}
.lower-qa .qa__work__list .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: #ef5400;
  gap: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 1.5rem;
  line-height: 2.2;
}
.lower-qa .qa__work__list .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.68em;
  background: #ef5400;
  -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);
}
.lower-qa .qa__work__list .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-qa .qa__work__list .list_item .a .link a:hover {
    opacity: 0.7;
  }
}
.lower-qa .qa__work__list .list_item.-open .q::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  top: calc(50% + 1px);
}
.lower-qa .qa__work__list .list_item.-open .a {
  grid-template-rows: 1fr;
  padding-bottom: 40px;
}
@media (max-width: 834px) {
  .lower-qa .qa__work__list .list_item.-open .a {
    padding-bottom: 20px;
  }
}
.lower-qa .qa__work__list .list_item.-open .a p {
  padding-top: 32px;
}
@media (max-width: 834px) {
  .lower-qa .qa__work__list .list_item.-open .a p {
    padding-top: 16px;
  }
}
.lower-qa .qa__work__list .list_item.-open .a p::after {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */