@charset "UTF-8";
@-webkit-keyframes titleBgLine {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes titleBgLine {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes titleText01 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  45% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes titleText01 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  45% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes titleText02 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100%, 100%) scale(2);
            transform: translate(-100%, 100%) scale(2);
  }
  40% {
    opacity: 0;
    -webkit-transform: translate(-100%, 100%) scale(2);
            transform: translate(-100%, 100%) scale(2);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@keyframes titleText02 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100%, 100%) scale(2);
            transform: translate(-100%, 100%) scale(2);
  }
  40% {
    opacity: 0;
    -webkit-transform: translate(-100%, 100%) scale(2);
            transform: translate(-100%, 100%) scale(2);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@-webkit-keyframes titleTextDecoShape {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes titleTextDecoShape {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes titleJa {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-16%);
            transform: translateX(-16%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-16%);
            transform: translateX(-16%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes titleJa {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-16%);
            transform: translateX(-16%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-16%);
            transform: translateX(-16%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.truckMovingLR01 {
  -webkit-animation: truckMoving 10s linear infinite normal both;
          animation: truckMoving 10s linear infinite normal both;
}

.truckMovingLR02 {
  -webkit-animation: truckMoving 14s linear infinite normal both;
          animation: truckMoving 14s linear infinite normal both;
}

.truckMovingRL01 {
  animation: truckMoving 10s linear infinite reverse both;
}

.truckMovingRL02 {
  animation: truckMoving 14s linear infinite reverse both;
}

.truckStopAndGoLR01 {
  -webkit-animation: truckStopAndGo 30s ease-in-out infinite normal both;
          animation: truckStopAndGo 30s ease-in-out infinite normal both;
}
@media (max-width: 834px) {
  .truckStopAndGoLR01 {
    -webkit-animation: truckStopAndGo-sp 30s ease-in-out infinite normal both;
            animation: truckStopAndGo-sp 30s ease-in-out infinite normal both;
  }
}

.truckMovingInterval {
  -webkit-animation: truckMovingInterval 20s linear infinite normal both;
          animation: truckMovingInterval 20s linear infinite normal both;
}

.-truckMovingDelay01 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media (max-width: 834px) {
  .-truckMovingDelay01 {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
  }
}

.-truckMovingDelay02 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.-truckMovingDelay03 {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

@-webkit-keyframes truckMoving {
  0% {
    -webkit-transform: translateX(calc(0% - 100px));
            transform: translateX(calc(0% - 100px));
  }
  10% {
    -webkit-transform: translateX(calc(0% - 100px));
            transform: translateX(calc(0% - 100px));
  }
  100% {
    -webkit-transform: translateX(calc(100% + 100px));
            transform: translateX(calc(100% + 100px));
  }
}

@keyframes truckMoving {
  0% {
    -webkit-transform: translateX(calc(0% - 100px));
            transform: translateX(calc(0% - 100px));
  }
  10% {
    -webkit-transform: translateX(calc(0% - 100px));
            transform: translateX(calc(0% - 100px));
  }
  100% {
    -webkit-transform: translateX(calc(100% + 100px));
            transform: translateX(calc(100% + 100px));
  }
}
@-webkit-keyframes truckStopAndGo {
  0%, 10% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    opacity: 0;
  }
  55% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(calc(100% + 260px));
            transform: translateX(calc(100% + 260px));
  }
}
@keyframes truckStopAndGo {
  0%, 10% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    opacity: 0;
  }
  55% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(calc(100% + 260px));
            transform: translateX(calc(100% + 260px));
  }
}
@-webkit-keyframes truckStopAndGo-sp {
  0%, 10% {
    -webkit-transform: translateX(-160px);
            transform: translateX(-160px);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
    opacity: 0;
  }
  55% {
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(calc(100% + 160px));
            transform: translateX(calc(100% + 160px));
  }
}
@keyframes truckStopAndGo-sp {
  0%, 10% {
    -webkit-transform: translateX(-160px);
            transform: translateX(-160px);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
    opacity: 0;
  }
  55% {
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(calc(100% + 160px));
            transform: translateX(calc(100% + 160px));
  }
}
@-webkit-keyframes truckMovingInterval {
  0% {
    -webkit-transform: translateX(calc(0% - 100px));
            transform: translateX(calc(0% - 100px));
  }
  50% {
    -webkit-transform: translateX(calc(100% + 100px));
            transform: translateX(calc(100% + 100px));
  }
  100% {
    -webkit-transform: translateX(calc(100% + 100px));
            transform: translateX(calc(100% + 100px));
  }
}
@keyframes truckMovingInterval {
  0% {
    -webkit-transform: translateX(calc(0% - 100px));
            transform: translateX(calc(0% - 100px));
  }
  50% {
    -webkit-transform: translateX(calc(100% + 100px));
            transform: translateX(calc(100% + 100px));
  }
  100% {
    -webkit-transform: translateX(calc(100% + 100px));
            transform: translateX(calc(100% + 100px));
  }
}
.cloudFuwafuwa {
  -webkit-animation: cloudFuwafuwa 24s ease infinite normal both;
          animation: cloudFuwafuwa 24s ease infinite normal both;
}
@media (max-width: 834px) {
  .cloudFuwafuwa {
    -webkit-animation: cloudFuwafuwa-sp 24s ease infinite normal both;
            animation: cloudFuwafuwa-sp 24s ease infinite normal both;
  }
}
.cloudFuwafuwa.-duration16 {
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
}
.cloudFuwafuwa.-duration32 {
  -webkit-animation-duration: 32s;
          animation-duration: 32s;
}

@-webkit-keyframes cloudFuwafuwa {
  0%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  50% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
}

@keyframes cloudFuwafuwa {
  0%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  50% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
}
@-webkit-keyframes cloudFuwafuwa-sp {
  0%, 100% {
    -webkit-transform: translateX(-24px);
            transform: translateX(-24px);
  }
  50% {
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
  }
}
@keyframes cloudFuwafuwa-sp {
  0%, 100% {
    -webkit-transform: translateX(-24px);
            transform: translateX(-24px);
  }
  50% {
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
  }
}
.truckMovingLaps01 {
  -webkit-animation: truckMovingLaps 8s linear infinite normal both;
          animation: truckMovingLaps 8s linear infinite normal both;
}

@-webkit-keyframes truckMovingLaps {
  0%, 15% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  28% {
    -webkit-transform: translate(-170px, 0px) rotate(0);
            transform: translate(-170px, 0px) rotate(0);
  }
  87% {
    -webkit-transform: translate(-170px, 0px) rotate(-180deg);
            transform: translate(-170px, 0px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
            transform: translate(0, 0) rotate(-180deg);
  }
}

@keyframes truckMovingLaps {
  0%, 15% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  28% {
    -webkit-transform: translate(-170px, 0px) rotate(0);
            transform: translate(-170px, 0px) rotate(0);
  }
  87% {
    -webkit-transform: translate(-170px, 0px) rotate(-180deg);
            transform: translate(-170px, 0px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg);
            transform: translate(0, 0) rotate(-180deg);
  }
}
.btnFuwafuwa {
  -webkit-animation: btnFuwafuwa 8s ease infinite normal both;
          animation: btnFuwafuwa 8s ease infinite normal both;
}
@media (max-width: 834px) {
  .btnFuwafuwa {
    -webkit-animation: btnFuwafuwa-sp 8s ease infinite normal both;
            animation: btnFuwafuwa-sp 8s ease infinite normal both;
  }
}

@-webkit-keyframes btnFuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}

@keyframes btnFuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}
@-webkit-keyframes btnFuwafuwa-sp {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
}
@keyframes btnFuwafuwa-sp {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
}
@-webkit-keyframes btnFuwafuwa-shadow {
  0%, 100% {
    width: 253px;
  }
  50% {
    width: 300px;
  }
}
@keyframes btnFuwafuwa-shadow {
  0%, 100% {
    width: 253px;
  }
  50% {
    width: 300px;
  }
}
@-webkit-keyframes btnFuwafuwa-shadow-sp {
  0%, 100% {
    width: 90px;
  }
  50% {
    width: 130px;
  }
}
@keyframes btnFuwafuwa-shadow-sp {
  0%, 100% {
    width: 90px;
  }
  50% {
    width: 130px;
  }
}
@-webkit-keyframes hamburgerList {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes hamburgerList {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* ============================================
// 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: #0853c1;
  color: #ffffff;
}

::selection {
  background: #0853c1;
  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: #000;
  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: 1280px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 834px) {
  .innerWrap {
    padding: 0 6.25%;
  }
}

main.main,
main.l-main {
  position: relative;
  z-index: 1;
  padding: 40px 0 80px;
}
@media (max-width: 834px) {
  main.main,
  main.l-main {
    padding: 24px 0;
  }
}

a {
  color: #000;
  -webkit-transition: opacity 0.24s, color 0.24s, -webkit-filter 0.24s;
  transition: opacity 0.24s, color 0.24s, -webkit-filter 0.24s;
  transition: opacity 0.24s, filter 0.24s, color 0.24s;
  transition: opacity 0.24s, filter 0.24s, color 0.24s, -webkit-filter 0.24s;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

/* classes */
img {
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

@media (min-width: 835px) {
  .ro:hover {
    opacity: 0.8;
    -webkit-transition: all 0.16s linear;
    transition: all 0.16s linear;
  }
}

.ro:hover img {
  opacity: 1;
}

.bold {
  font-weight: bold;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

/* fonts */
.eng {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: -0.12em;
}

/* animations */
.anime {
  -webkit-transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.anime.-fadeIn {
  opacity: 0;
}
.anime.-fadeIn.js-active, .js-active > .anime.-fadeIn {
  opacity: 1;
}
.anime.-fadeInBottom {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.anime.-fadeInBottom.js-active, .js-active > .anime.-fadeInBottom {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime.-fadeInTop {
  opacity: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
.anime.-fadeInTop.js-active, .js-active > .anime.-fadeInTop {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime.-fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
.anime.-fadeInLeft.js-active, .js-active > .anime.-fadeInLeft {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.anime.-fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.anime.-fadeInRight.js-active, .js-active > .anime.-fadeInRight {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#ot-sdk-btn-floating.ot-floating-button {
  z-index: 500 !important;
}
#ot-sdk-btn-floating.ot-floating-button .ot-floating-button__front button {
  outline: none !important;
}

.lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
  bottom: 105px;
}
@media (max-width: 834px) {
  .lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
    bottom: 76px;
  }
}

/* ============================================
// loading
// ==========================================*/
#loading {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
  pointer-events: none;
}
#loading__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
#loading__bg .line {
  background: #fff;
  width: 100%;
  height: 20%;
  -webkit-transition: 0.3s cubic-bezier(1, 0, 0, 1);
  transition: 0.3s cubic-bezier(1, 0, 0, 1);
}
#loading__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% - 214px));
          transform: translate(-50%, calc(-50% - 214px));
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  #loading__logo {
    -webkit-transform: translate(-50%, calc(-50% - 130px));
            transform: translate(-50%, calc(-50% - 130px));
  }
}
#loading__logo .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#loading__logo .logo .img {
  max-width: 88px;
}
@media (max-width: 834px) {
  #loading__logo .logo .img {
    max-width: 64px;
  }
}
#loading__logo .logo .img img {
  aspect-ratio: 94/74;
}
#loading__logo .logo .site {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #284ca2;
  line-height: 1.6;
  border: 1px solid;
  border-radius: 500px;
  padding: 0.27em 0.63em 0;
}
@media (max-width: 834px) {
  #loading__logo .logo .site {
    font-size: 1.1rem;
  }
}
#loading__deco {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#loading__deco .road {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 336px;
  aspect-ratio: 948/938;
  pointer-events: none;
}
@media (max-width: 834px) {
  #loading__deco .road {
    width: 200px;
  }
}
#loading__deco .truck {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 317px;
  aspect-ratio: 1/1;
  pointer-events: none;
  -webkit-animation: loadingMoving 6s linear infinite both;
          animation: loadingMoving 6s linear infinite both;
}
@media (max-width: 834px) {
  #loading__deco .truck {
    width: 188px;
  }
}
@-webkit-keyframes loadingMoving {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes loadingMoving {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}
#loading__text {
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#loading__text .text {
  font-family: "Josefin Sans", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #0853c1;
  font-style: italic;
  line-height: 1;
}
#loading__text .text::first-letter {
  color: #0092e3;
}
@media (max-width: 834px) {
  #loading__text .text {
    font-size: 2.5rem;
  }
}

.once #loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.once.js-loaded #loading__bg .line {
  width: 0;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.once.js-loaded #loading__bg .line.-lineDelay01 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.once.js-loaded #loading__bg .line.-lineDelay02 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.once.js-loaded #loading__logo, .once.js-loaded #loading__deco, .once.js-loaded #loading__text {
  opacity: 0;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

/* ============================================
// hamburger
// ==========================================*/
.hamburger {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: #fff url(../img/common/hamburger_bg.png) center bottom/contain no-repeat;
  visibility: hidden;
  max-width: 480px;
  margin-left: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.1);
}
.js-loaded .hamburger {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hamburger.js-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
}
.hamburger.js-open .hamburger__menu__logo {
  -webkit-animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) both;
          animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) both;
}
.hamburger.js-open .hamburger__menu__nav__list__item:nth-child(1) {
  -webkit-animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 30ms both;
          animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 30ms both;
}
.hamburger.js-open .hamburger__menu__nav__list__item:nth-child(2) {
  -webkit-animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 60ms both;
          animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 60ms both;
}
.hamburger.js-open .hamburger__menu__nav__list__item:nth-child(3) {
  -webkit-animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 90ms both;
          animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 90ms both;
}
.hamburger.js-open .hamburger__menu__nav__list__item:nth-child(4) {
  -webkit-animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 120ms both;
          animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 120ms both;
}
.hamburger.js-open .hamburger__menu__nav__list__item:nth-child(5) {
  -webkit-animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 150ms both;
          animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 150ms both;
}
.hamburger.js-open .hamburger__menu__nav__list__item:nth-child(6) {
  -webkit-animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 180ms both;
          animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 180ms both;
}
.hamburger.js-open .hamburger__menu__nav__list__item:nth-child(7) {
  -webkit-animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 210ms both;
          animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 210ms both;
}
.hamburger.js-open .hamburger__menu__nav__list__item:nth-child(8) {
  -webkit-animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 240ms both;
          animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 240ms both;
}
.hamburger.js-open .hamburger__menu__nav__list__item:nth-child(9) {
  -webkit-animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 270ms both;
          animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 270ms both;
}
.hamburger.js-open .hamburger__menu__nav__list__item:nth-child(10) {
  -webkit-animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 300ms both;
          animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 300ms both;
}
.hamburger.js-open .hamburger__menu__nav__list__item:nth-child(11) {
  -webkit-animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 330ms both;
          animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 330ms both;
}
.hamburger.js-open .hamburger__menu__nav__list__item:nth-child(12) {
  -webkit-animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 360ms both;
          animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 360ms both;
}
.hamburger.js-open .hamburger__menu__nav__list__item:nth-child(13) {
  -webkit-animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 390ms both;
          animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 390ms both;
}
.hamburger.js-open .hamburger__menu__nav__list__item:nth-child(14) {
  -webkit-animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 420ms both;
          animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 420ms both;
}
.hamburger.js-open .hamburger__menu__nav__list__item:nth-child(15) {
  -webkit-animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 450ms both;
          animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 450ms both;
}
.hamburger.js-open .hamburger__menu__nav__list__item:nth-child(16) {
  -webkit-animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 480ms both;
          animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 480ms both;
}
.hamburger.js-open .hamburger__menu__nav__list__item:nth-child(17) {
  -webkit-animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 510ms both;
          animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 510ms both;
}
.hamburger.js-open .hamburger__menu__nav__list__item:nth-child(18) {
  -webkit-animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 540ms both;
          animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 540ms both;
}
.hamburger.js-open .hamburger__menu__nav__list__item:nth-child(19) {
  -webkit-animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 570ms both;
          animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 570ms both;
}
.hamburger.js-open .hamburger__menu__nav__list__item:nth-child(20) {
  -webkit-animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 600ms both;
          animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 600ms both;
}
.hamburger.js-open .hamburger__menu__nav__list__item:nth-child(21) {
  -webkit-animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 630ms both;
          animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 630ms both;
}
.hamburger.js-open .hamburger__menu__nav__list__item:nth-child(22) {
  -webkit-animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 660ms both;
          animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 660ms both;
}
.hamburger.js-open .hamburger__menu__nav__list__item:nth-child(23) {
  -webkit-animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 690ms both;
          animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 690ms both;
}
.hamburger.js-open .hamburger__menu__nav__list__item:nth-child(24) {
  -webkit-animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 720ms both;
          animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 720ms both;
}
.hamburger.js-open .hamburger__menu__nav__list__item:nth-child(25) {
  -webkit-animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 750ms both;
          animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 750ms both;
}
.hamburger.js-open .hamburger__menu__nav__list__item:nth-child(26) {
  -webkit-animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 780ms both;
          animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 780ms both;
}
.hamburger.js-open .hamburger__menu__nav__list__item:nth-child(27) {
  -webkit-animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 810ms both;
          animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 810ms both;
}
.hamburger.js-open .hamburger__menu__nav__list__item:nth-child(28) {
  -webkit-animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 840ms both;
          animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 840ms both;
}
.hamburger.js-open .hamburger__menu__nav__list__item:nth-child(29) {
  -webkit-animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 870ms both;
          animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 870ms both;
}
.hamburger.js-open .hamburger__menu__nav__list__item:nth-child(30) {
  -webkit-animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 900ms both;
          animation: hamburgerList 1s cubic-bezier(1, 0, 0, 1) 900ms both;
}
.hamburger__menu {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px;
  overflow-y: auto;
}
@media (max-width: 834px) {
  .hamburger__menu {
    padding: 48px;
  }
}
.hamburger__menu__inner {
  width: 100%;
  max-width: 320px;
  margin: auto;
}
.hamburger__menu__logo {
  margin-bottom: 16px;
}
.hamburger__menu__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.hamburger__menu__logo a .img {
  max-width: 72px;
}
.hamburger__menu__logo a .img img {
  aspect-ratio: 94/74;
}
.hamburger__menu__logo a .site {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #284ca2;
  line-height: 1.6;
  border: 1px solid;
  border-radius: 500px;
  padding: 0.27em 0.63em 0;
}
.hamburger__menu__nav__list {
  border-top: 1px solid #e6f0fa;
}
.hamburger__menu__nav__list__item {
  border-bottom: 1px solid #e6f0fa;
}
.hamburger__menu__nav__list__item a {
  position: relative;
  display: block;
  padding: 16px 32px 16px 8px;
}
.hamburger__menu__nav__list__item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  aspect-ratio: 1/1;
  background: #0092e3;
  border-radius: 50%;
}
.hamburger__menu__nav__list__item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  aspect-ratio: 14/12;
  background: url(../img/common/ico_arrow02.png) center center/contain no-repeat;
}
.hamburger__menu__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -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;
  width: 42px;
  height: 42px;
  right: 12px;
  top: 28px;
  background: #0853c1;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger__menu__close span {
  width: 14px;
  height: 1px;
  background: #fff;
  border-radius: 500px;
}
.hamburger__menu__close span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(0.5px, 0.5px);
          transform: rotate(45deg) translate(0.5px, 0.5px);
}
.hamburger__menu__close span:nth-child(2) {
  -webkit-transform: rotate(-45deg) translate(0px, 0px);
          transform: rotate(-45deg) translate(0px, 0px);
}

.hamburger__btn {
  display: none;
  position: fixed;
  -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;
  width: 42px;
  height: 42px;
  right: 12px;
  top: 28px;
  gap: 5px;
  z-index: 900;
  background: #0853c1;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .hamburger__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hamburger__btn span {
  width: 12px;
  height: 1px;
  background: #fff;
  border-radius: 500px;
}
.js-scrolled .hamburger__btn {
  top: 19px;
}

/*-------------------------------------------------------
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: 14px 28px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
}
@media (max-width: 834px) {
  body select,
  body search,
  body input {
    padding: 8px 16px !important;
  }
}
@media (max-width: 834px) {
  body select,
  body input[type=text],
  body input[type=search] {
    font-size: 1.6rem;
  }
}
body select {
  padding-right: 64px !important;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}
body input[type=text],
body input[type=search],
body input[type=submit] {
  padding: 14px 20px !important;
  background: #fff;
}
@media (min-width: 835px) {
  body input[type=text]:hover,
  body input[type=search]:hover,
  body input[type=submit]:hover {
    background: rgba(8, 83, 193, 0.1);
  }
}
@media (max-width: 834px) {
  body input[type=text],
  body input[type=search],
  body input[type=submit] {
    padding: 14px 16px !important;
  }
}
body input[type=checkbox] {
  display: none;
}
body input[type=checkbox] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: relative;
  cursor: pointer;
  line-height: 1.5;
  padding-left: 22px;
  transition: all 0.2s;
}
@media (max-width: 834px) {
  body input[type=checkbox] + label {
    padding-left: 20px;
  }
}
body input[type=checkbox] + label:before,
body input[type=checkbox] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=checkbox] + label::after {
  top: 5px;
  left: 4px;
  z-index: 2;
  width: 5px;
  height: 8px;
  color: #7f7f7f;
  border-bottom: 2px solid;
  border-right: 2px solid;
  -webkit-transform: translateY(-50%) rotate(40deg);
          transform: translateY(-50%) rotate(40deg);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
body input[type=checkbox] + label a:link,
body input[type=checkbox] + label a:visited {
  color: #222;
}
body input[type=checkbox]:checked + label:after {
  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: #0853c1;
  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: #0853c1 transparent transparent transparent;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  opacity: 0;
}
.search__tab__item.-active {
  font-weight: bold;
  color: #0853c1;
}
.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 {
  margin-top: 11px;
}
@media (max-width: 834px) {
  .custom-form .custom-form_parts {
    margin-top: 16px;
  }
}
.custom-form .custom-form_parts:first-child {
  margin-top: 0;
}
.custom-form .parts_ttl {
  margin-bottom: 8px;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: 1.1875em;
}
.custom-form .parts_ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 0.625em;
  aspect-ratio: 1/1;
  background: #ce2424;
  border-radius: 50%;
}
.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: #0853c1;
  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: #0853c1;
}
.custom-form .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 8px;
}
@media (max-width: 834px) {
  .custom-form .category_list {
    gap: 8px 6px;
  }
}
.custom-form .category_list li label {
  display: block;
  padding-left: 24px;
}
@media (max-width: 834px) {
  .custom-form .category_list li label {
    font-size: 1.4rem;
  }
}
.custom-form select,
.custom-form option,
.custom-form .searchWord {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #f5f6f8;
  border-radius: 5px;
  font-weight: 400;
}
.custom-form .searchWord {
  font-weight: 400;
}
.custom-form .pull-down {
  position: relative;
}
.custom-form .pull-down::after {
  content: "";
  position: absolute;
  right: 30px;
  top: calc(50% - 3px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 8px solid #656565;
  border-bottom: 0;
}
@media (max-width: 834px) {
  .custom-form .pull-down::after {
    right: 20px;
  }
}
.custom-form input[type=checkbox] + label a:link,
.custom-form input[type=checkbox] + label a:visited {
  color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 835px) {
  .custom-form input[type=checkbox] + label a:link:hover,
  .custom-form input[type=checkbox] + label a:visited:hover {
    color: #0853c1;
  }
}
.custom-form .selCity-box {
  margin-top: 10px;
}
.custom-form .selCity_alert {
  color: #0853c1;
  display: block;
}
@media (max-width: 834px) {
  .custom-form .selCity_alert {
    font-size: 1.4rem;
  }
}
.custom-form input[type=checkbox] + label {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 500px;
  padding: 0.704em 1.19em 0.704em 2.27em;
}
.custom-form input[type=checkbox] + label::after {
  top: 50%;
  left: 19px;
  color: #a5a5a5;
}
@media (max-width: 834px) {
  .custom-form input[type=checkbox] + label::after {
    -webkit-transform: translateY(calc(-50% - 1px)) rotate(40deg);
            transform: translateY(calc(-50% - 1px)) rotate(40deg);
    left: 16px;
  }
}
.custom-form input[type=checkbox] + label .text {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 834px) {
  .custom-form input[type=checkbox] + label .text {
    font-size: 1.4rem;
  }
}
@media (any-hover: hover) {
  .custom-form input[type=checkbox] + label:hover {
    background: rgba(8, 83, 193, 0.1);
  }
}
.custom-form input[type=checkbox]:checked + label {
  background: #0853c1;
  border: 1px solid #0853c1;
}
.custom-form input[type=checkbox]:checked + label::before {
  background: #0853c1;
}
.custom-form input[type=checkbox]:checked + label::after {
  color: #ffffff;
}
.custom-form input[type=checkbox]:checked + label .text {
  color: #fff;
}
@media (any-hover: hover) {
  .custom-form input[type=checkbox]:checked + label:hover {
    -webkit-filter: saturate(1.2);
            filter: saturate(1.2);
  }
}
.custom-form .-freeword .searchWord {
  margin-top: 0;
}
.custom-form .-freeword .form_parts_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
@media (max-width: 834px) {
  .custom-form .-freeword .form_parts_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.custom-form .btn_cover {
  position: relative;
  z-index: 1;
  width: 200px;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .custom-form .btn_cover {
    width: 260px;
  }
}
.custom-form .btn_cover::before {
  content: "";
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
  background-image: url(../img/common/ico_search_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 54px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 834px) {
  .custom-form .btn_cover::before {
    left: 88px;
  }
}
@media (min-width: 835px) {
  .custom-form .btn_cover:hover {
    opacity: 1;
    -webkit-filter: saturate(1.2) drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1));
            filter: saturate(1.2) drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1));
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
.custom-form .btn_cover input[type=submit] {
  height: 100%;
  background-color: #0853c1;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 0.875em 1em 0.875em 2.5em !important;
  border-radius: 500px;
  font-weight: 700;
}
@media (max-width: 834px) {
  .custom-form .btn_cover input[type=submit] {
    font-size: 1.4rem !important;
    padding: 1.4em 5.1em 1.539em 6.6em !important;
  }
}
.custom-form .form__toggle__input {
  display: none;
}
.custom-form .form__toggle__input.-show {
  display: block;
}

/* ============================================
// MODULES
// ==========================================*/
/*--------------------
	pageHeader
--------------------*/
.pageHeader {
  position: relative;
  z-index: 1;
  background: #b3e7ff;
}
.pageHeader::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  min-height: 365px;
  aspect-ratio: 1440/365;
  background: url(../img/common/lower_header_bg.png) bottom right/cover no-repeat;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 834px) {
  .pageHeader::before {
    min-height: 182px;
    background: url(../img/common/lower_header_bg.png) bottom -18px right -79px/cover no-repeat;
    width: 120%;
  }
}
.pageHeader::after {
  content: "";
  display: block;
  position: absolute;
  bottom: max(6.6vw, 97px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  min-height: 40px;
  aspect-ratio: 1440/40;
  background: url(../img/common/lower_header_tree.png) center bottom/cover no-repeat;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .pageHeader::after {
    bottom: max(5.1vw, 30px);
    min-height: 17px;
  }
}
.pageHeader__inner {
  position: relative;
  height: max(29.5vw, 489px);
  max-height: 572px;
}
.pageHeader__inner::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 1440/74;
  background: url(../img/common/lower_header_shape.svg) center center/cover no-repeat;
  z-index: 2;
  margin-bottom: -1px;
}
@media (max-width: 834px) {
  .pageHeader__inner {
    height: max(38vw, 256px);
  }
}
.pageHeader__inner .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 147px;
  left: 8.1%;
  z-index: 2;
}
@media (max-width: 834px) {
  .pageHeader__inner .title {
    top: 95px;
    left: 5%;
  }
}
.pageHeader__inner .title .ja {
  font-weight: 700;
  opacity: 0;
  text-shadow: 0.1em 0.1em 0 #fff;
}
.js-loaded .pageHeader__inner .title .ja {
  -webkit-animation: titleJa 0.6s cubic-bezier(1, 0, 0, 1) normal both;
          animation: titleJa 0.6s cubic-bezier(1, 0, 0, 1) normal both;
}
.pageHeader__inner .title .eng {
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  font-size: 8.2rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #0853c1;
  font-style: italic;
  line-height: 1;
  margin-top: 11px;
  overflow: hidden;
  text-shadow: 0.045em 0.05em 0 #fff;
}
@media (max-width: 834px) {
  .pageHeader__inner .title .eng {
    font-size: 4.2rem;
    margin-top: 8px;
  }
}
.pageHeader__inner .title .eng::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #0853c1;
  -webkit-clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
          clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
  opacity: 0;
}
.js-loaded .pageHeader__inner .title .eng::before {
  -webkit-animation: titleBgLine 1s cubic-bezier(1, 0, 0, 1) normal both;
          animation: titleBgLine 1s cubic-bezier(1, 0, 0, 1) normal both;
}
.pageHeader__inner .title .eng span {
  display: inline-block;
  opacity: 0;
}
.pageHeader__inner .title .eng span:first-child {
  color: #0092e3;
}
.js-loaded .pageHeader__inner .title .eng span:nth-child(1) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 30ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 30ms both;
}
.js-loaded .pageHeader__inner .title .eng span:nth-child(2) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 60ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 60ms both;
}
.js-loaded .pageHeader__inner .title .eng span:nth-child(3) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 90ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 90ms both;
}
.js-loaded .pageHeader__inner .title .eng span:nth-child(4) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 120ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 120ms both;
}
.js-loaded .pageHeader__inner .title .eng span:nth-child(5) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 150ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 150ms both;
}
.js-loaded .pageHeader__inner .title .eng span:nth-child(6) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 180ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 180ms both;
}
.js-loaded .pageHeader__inner .title .eng span:nth-child(7) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 210ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 210ms both;
}
.js-loaded .pageHeader__inner .title .eng span:nth-child(8) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 240ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 240ms both;
}
.js-loaded .pageHeader__inner .title .eng span:nth-child(9) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 270ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 270ms both;
}
.js-loaded .pageHeader__inner .title .eng span:nth-child(10) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 300ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 300ms both;
}
.js-loaded .pageHeader__inner .title .eng span:nth-child(11) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 330ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 330ms both;
}
.js-loaded .pageHeader__inner .title .eng span:nth-child(12) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 360ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 360ms both;
}
.js-loaded .pageHeader__inner .title .eng span:nth-child(13) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 390ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 390ms both;
}
.js-loaded .pageHeader__inner .title .eng span:nth-child(14) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 420ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 420ms both;
}
.js-loaded .pageHeader__inner .title .eng span:nth-child(15) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 450ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 450ms both;
}
.js-loaded .pageHeader__inner .title .eng span:nth-child(16) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 480ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 480ms both;
}
.js-loaded .pageHeader__inner .title .eng span:nth-child(17) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 510ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 510ms both;
}
.js-loaded .pageHeader__inner .title .eng span:nth-child(18) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 540ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 540ms both;
}
.js-loaded .pageHeader__inner .title .eng span:nth-child(19) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 570ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 570ms both;
}
.js-loaded .pageHeader__inner .title .eng span:nth-child(20) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 600ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 600ms both;
}
.js-loaded .pageHeader__inner .title .eng span:nth-child(21) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 630ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 630ms both;
}
.js-loaded .pageHeader__inner .title .eng span:nth-child(22) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 660ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 660ms both;
}
.js-loaded .pageHeader__inner .title .eng span:nth-child(23) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 690ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 690ms both;
}
.js-loaded .pageHeader__inner .title .eng span:nth-child(24) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 720ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 720ms both;
}
.js-loaded .pageHeader__inner .title .eng span:nth-child(25) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 750ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 750ms both;
}
.js-loaded .pageHeader__inner .title .eng span:nth-child(26) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 780ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 780ms both;
}
.js-loaded .pageHeader__inner .title .eng span:nth-child(27) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 810ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 810ms both;
}
.js-loaded .pageHeader__inner .title .eng span:nth-child(28) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 840ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 840ms both;
}
.js-loaded .pageHeader__inner .title .eng span:nth-child(29) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 870ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 870ms both;
}
.js-loaded .pageHeader__inner .title .eng span:nth-child(30) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 900ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 900ms both;
}
.pageHeader__inner .pageHeader__truck .blueTruck {
  position: absolute;
  bottom: max(9.5vw, 138px);
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 834px) {
  .pageHeader__inner .pageHeader__truck .blueTruck {
    bottom: max(8.65vw, 50px);
  }
}
.pageHeader__inner .pageHeader__truck .blueTruck .img {
  max-width: 96px;
}
@media (max-width: 834px) {
  .pageHeader__inner .pageHeader__truck .blueTruck .img {
    max-width: max(6.3vw, 34px);
  }
}
.pageHeader__inner .pageHeader__truck .blueTruck .img img {
  aspect-ratio: 99/56;
}
.pageHeader__inner .pageHeader__truck .redTruck {
  position: absolute;
  bottom: max(9.5vw, 138px);
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 834px) {
  .pageHeader__inner .pageHeader__truck .redTruck {
    bottom: max(8.65vw, 50px);
  }
}
.pageHeader__inner .pageHeader__truck .redTruck .img {
  max-width: 100px;
}
@media (max-width: 834px) {
  .pageHeader__inner .pageHeader__truck .redTruck .img {
    max-width: max(6.3vw, 34px);
  }
}
.pageHeader__inner .pageHeader__truck .redTruck .img img {
  aspect-ratio: 100/56;
}
.pageHeader__cloud .cloud01 {
  position: absolute;
  top: 120px;
  right: 520px;
  max-width: 177px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .pageHeader__cloud .cloud01 {
    top: 76px;
    right: 110px;
    max-width: max(10vw, 48px);
  }
}
.pageHeader__cloud .cloud01 img {
  aspect-ratio: 177/15;
}
.pageHeader__cloud .cloud02 {
  position: absolute;
  top: 93px;
  right: 40px;
  max-width: 393px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .pageHeader__cloud .cloud02 {
    top: 60px;
    right: 10px;
    max-width: max(27vw, 113px);
  }
}
.pageHeader__cloud .cloud02 img {
  aspect-ratio: 393/31;
}
.pageHeader__cloud .cloud03 {
  position: absolute;
  top: 76px;
  right: -50px;
  max-width: 238px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .pageHeader__cloud .cloud03 {
    top: 54px;
    right: 0px;
    max-width: max(12vw, 54px);
  }
}
.pageHeader__cloud .cloud03 img {
  aspect-ratio: 238/35;
}

/*--------------------
	breadcrumb
--------------------*/
.breadcrumb {
  position: relative;
  padding: 6px 40px 9px;
  background: #fff;
  z-index: 1;
  border-top: 1px solid rgba(8, 83, 193, 0.3);
  border-bottom: 1px solid rgba(8, 83, 193, 0.3);
}
@media (max-width: 834px) {
  .breadcrumb {
    padding: 6px 16px;
  }
}
.breadcrumb_list {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  white-space: nowrap;
}
.breadcrumb_list_item {
  display: inline;
  font-size: 1.2rem;
  font-weight: 400;
  color: #000;
  line-height: 1;
  margin: 0 2px;
}
@media (max-width: 834px) {
  .breadcrumb_list_item {
    font-size: 1.1rem;
  }
}
.breadcrumb_list_item::after {
  content: ">";
  margin-left: 7px;
}
.breadcrumb_list_item:last-child::after {
  display: none;
}
.breadcrumb_list_item a {
  color: #000;
}

/*--------------------
	commonTitle
--------------------*/
.commonTitle__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.commonTitle__inner .ja {
  font-weight: 700;
  opacity: 0;
}
.js-active .commonTitle__inner .ja {
  -webkit-animation: titleJa 0.6s cubic-bezier(1, 0, 0, 1) normal both;
          animation: titleJa 0.6s cubic-bezier(1, 0, 0, 1) normal both;
}
.commonTitle__inner .eng {
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  font-size: 8.2rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #0853c1;
  font-style: italic;
  line-height: 1;
  margin-top: 18px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .commonTitle__inner .eng {
    font-size: 4.2rem;
    margin-top: 8px;
  }
}
.commonTitle__inner .eng::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #0853c1;
  -webkit-clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
          clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
  opacity: 0;
}
.js-active .commonTitle__inner .eng::before {
  -webkit-animation: titleBgLine 1s cubic-bezier(1, 0, 0, 1) normal both;
          animation: titleBgLine 1s cubic-bezier(1, 0, 0, 1) normal both;
}
.commonTitle__inner .eng span {
  display: inline-block;
  opacity: 0;
}
.commonTitle__inner .eng span:first-child {
  color: #0092e3;
}
.js-active .commonTitle__inner .eng span:nth-child(1) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 30ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 30ms both;
}
.js-active .commonTitle__inner .eng span:nth-child(2) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 60ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 60ms both;
}
.js-active .commonTitle__inner .eng span:nth-child(3) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 90ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 90ms both;
}
.js-active .commonTitle__inner .eng span:nth-child(4) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 120ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 120ms both;
}
.js-active .commonTitle__inner .eng span:nth-child(5) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 150ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 150ms both;
}
.js-active .commonTitle__inner .eng span:nth-child(6) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 180ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 180ms both;
}
.js-active .commonTitle__inner .eng span:nth-child(7) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 210ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 210ms both;
}
.js-active .commonTitle__inner .eng span:nth-child(8) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 240ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 240ms both;
}
.js-active .commonTitle__inner .eng span:nth-child(9) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 270ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 270ms both;
}
.js-active .commonTitle__inner .eng span:nth-child(10) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 300ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 300ms both;
}
.js-active .commonTitle__inner .eng span:nth-child(11) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 330ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 330ms both;
}
.js-active .commonTitle__inner .eng span:nth-child(12) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 360ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 360ms both;
}
.js-active .commonTitle__inner .eng span:nth-child(13) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 390ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 390ms both;
}
.js-active .commonTitle__inner .eng span:nth-child(14) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 420ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 420ms both;
}
.js-active .commonTitle__inner .eng span:nth-child(15) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 450ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 450ms both;
}
.js-active .commonTitle__inner .eng span:nth-child(16) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 480ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 480ms both;
}
.js-active .commonTitle__inner .eng span:nth-child(17) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 510ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 510ms both;
}
.js-active .commonTitle__inner .eng span:nth-child(18) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 540ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 540ms both;
}
.js-active .commonTitle__inner .eng span:nth-child(19) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 570ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 570ms both;
}
.js-active .commonTitle__inner .eng span:nth-child(20) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 600ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 600ms both;
}
.js-active .commonTitle__inner .eng span:nth-child(21) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 630ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 630ms both;
}
.js-active .commonTitle__inner .eng span:nth-child(22) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 660ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 660ms both;
}
.js-active .commonTitle__inner .eng span:nth-child(23) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 690ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 690ms both;
}
.js-active .commonTitle__inner .eng span:nth-child(24) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 720ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 720ms both;
}
.js-active .commonTitle__inner .eng span:nth-child(25) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 750ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 750ms both;
}
.js-active .commonTitle__inner .eng span:nth-child(26) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 780ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 780ms both;
}
.js-active .commonTitle__inner .eng span:nth-child(27) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 810ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 810ms both;
}
.js-active .commonTitle__inner .eng span:nth-child(28) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 840ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 840ms both;
}
.js-active .commonTitle__inner .eng span:nth-child(29) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 870ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 870ms both;
}
.js-active .commonTitle__inner .eng span:nth-child(30) {
  -webkit-animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 900ms both;
          animation: titleText01 1s cubic-bezier(1, 0, 0, 1) 900ms both;
}

/*--------------------
	commonBtn
--------------------*/
.commonBtn__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.commonBtn__inner a {
  display: block;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  background: #0853c1;
  border-radius: 500px;
  padding: 1.4em 5.1em 1.539em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.commonBtn__inner a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.875em;
  aspect-ratio: 14/12;
  background: url(../img/common/ico_arrow02.png) center center/contain no-repeat;
}
@media (any-hover: hover) {
  .commonBtn__inner a:hover {
    opacity: 1;
    -webkit-filter: saturate(1.2);
            filter: saturate(1.2);
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }
}

/*--------------------
	page_back
--------------------*/
.page_back {
  margin-inline: auto;
  max-width: 300px;
}
@media (max-width: 834px) {
  .page_back {
    max-width: 240px;
  }
}
.page_back a {
  display: block;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  background: #0853c1;
  border-radius: 500px;
  padding: 1em 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page_back a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 1.4em;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
  width: 0.875em;
  aspect-ratio: 14/12;
  background: url(../img/common/ico_arrow02.png) center center/contain no-repeat;
  height: auto;
  border: none;
  margin-right: 0;
}
@media (any-hover: hover) {
  .page_back a:hover {
    opacity: 1;
    -webkit-filter: saturate(1.2);
            filter: saturate(1.2);
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    color: #fff;
  }
}

/*--------------------
	job_count_pager
--------------------*/
body .job_count_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .job_count_pager .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
}
body .job_count_pager .pagination ul li {
  text-align: center;
  font-size: 1.4rem;
}
body .job_count_pager .pagination ul li a, body .job_count_pager .pagination ul li em {
  display: block;
  width: 40px;
  height: 40px;
  font-weight: 500;
  font-style: normal;
  line-height: 40px;
  overflow: hidden;
  border-radius: 50%;
  background: #eee;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .job_count_pager .pagination ul li a:hover,
body .job_count_pager .pagination ul li em {
  color: #ffffff;
  background: #0853c1;
}
body .job_count_pager .pagination ul .number {
  display: none;
}
@media (min-width: 835px) {
  body .job_count_pager .pagination ul .number {
    display: inline-block;
  }
}
body .job_count_pager .pagination ul .number.current {
  display: inline-block;
}
body .job_count_pager.contents_top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 834px) {
  body .job_count_pager.contents_top {
    margin-bottom: 20px;
  }
}
body .job_count_pager.contents_top .pagination {
  padding-top: 0;
}
body .job_count_pager.contents_top .pagination a, body .job_count_pager.contents_top .pagination em {
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin: 0 2px;
}
body .job_count_pager.contents_bottom {
  display: block;
  padding: 72px 0 0;
}
@media (max-width: 834px) {
  body .job_count_pager.contents_bottom {
    padding: 32px 0 0;
    margin-bottom: 24px;
  }
}

/*--------------------
	lower-commonTItle
--------------------*/
.lower-commonTitle .commonTitle__inner .eng {
  margin-top: 12px;
}

/* ============================================
// HEADER
// ==========================================*/
.header {
  position: fixed;
  min-width: 1024px;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 100;
}
@media (max-width: 834px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.js-scrolled .header {
  background: #fff;
  -webkit-box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.1);
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 834px) {
  .js-scrolled .header {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.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-inline: min(3vw, 40px);
}
@media (max-width: 834px) {
  .header__inner {
    padding-inline: 1.3%;
  }
}
.header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(1vw, 15px);
}
@media (max-width: 834px) {
  .header .logo a {
    gap: 6px;
  }
}
.header .logo a .img {
  max-width: 94px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .header .logo a .img {
    max-width: 72px;
  }
}
.js-scrolled .header .logo a .img {
  max-width: 72px;
}
@media (max-width: 834px) {
  .js-scrolled .header .logo a .img {
    max-width: 64px;
  }
}
.header .logo a .img img {
  aspect-ratio: 94/74;
}
.header .logo a .site {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #284ca2;
  line-height: 1.6;
  border: 1px solid;
  border-radius: 500px;
  padding: 0.27em 0.63em 0;
}
@media (max-width: 834px) {
  .header .logo a .site {
    font-size: 1.1rem;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(2vw, 24px);
}
@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: min(2vw, 24px);
}
@media (any-hover: hover) {
  .header__nav__list__item a:hover {
    opacity: 1;
  }
}
.header__nav__list__item a .text {
  font-weight: 700;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s cubic-bezier(1, 0, 0, 1);
  transition: background-size 0.3s cubic-bezier(1, 0, 0, 1);
}
@media (any-hover: hover) {
  .header__nav__list__item a .text:hover {
    background-position: bottom left;
    background-size: 100% 1px;
  }
}
.header__nav__recruit__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #fff;
  background: #0853c1;
  border-radius: 500px;
  padding: 0.75em 1.85em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__nav__recruit__item a::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico_recruit.png) center center/contain no-repeat;
}
@media (any-hover: hover) {
  .header__nav__recruit__item a:hover {
    opacity: 1;
    -webkit-filter: saturate(1.2);
            filter: saturate(1.2);
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }
}

/* ============================================
// FOOTER
// ==========================================*/
.footer {
  position: relative;
}
.footer__nav {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 834px) {
  .footer__nav {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.footer__nav::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 -100vw;
  background: #e6f0fa;
}
.footer__nav__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: min(2vw, 28px);
  position: relative;
  z-index: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 834px) {
  .footer__nav__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4px 16px;
  }
}
.footer__nav__list__item a .text {
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .footer__nav__list__item a .text {
    font-size: 1.5rem;
  }
}
@media (any-hover: hover) {
  .footer__nav__list__item a:hover {
    opacity: 1;
  }
  .footer__nav__list__item a:hover .text {
    color: #0853c1;
  }
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 834px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    padding-top: 32px;
    padding-bottom: 40px;
  }
}
.footer__top__left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 316px;
          flex: 1 0 316px;
}
@media (max-width: 834px) {
  .footer__top__left {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.footer__top__left .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(1vw, 15px);
}
@media (max-width: 834px) {
  .footer__top__left .logo a {
    gap: 8px;
  }
}
.footer__top__left .logo a .img {
  max-width: 94px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .footer__top__left .logo a .img {
    max-width: 72px;
  }
}
.footer__top__left .logo a .img img {
  aspect-ratio: 94/74;
}
.footer__top__left .logo a .site {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #284ca2;
  line-height: 1.6;
  border: 1px solid;
  border-radius: 500px;
  padding: 0.27em 0.63em 0;
}
@media (max-width: 834px) {
  .footer__top__left .logo a .site {
    font-size: 1.2rem;
  }
}
.footer__top__left .corporate {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 60px;
}
@media (max-width: 834px) {
  .footer__top__left .corporate {
    margin-top: 26px;
  }
}
.footer__top__left .corporate a {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0853c1;
  border: 1px solid;
  border-radius: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.8em 4.24em 0.923em;
}
@media (max-width: 834px) {
  .footer__top__left .corporate a {
    font-size: 1.4rem;
  }
}
.footer__top__left .corporate a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.889em;
  aspect-ratio: 16/15;
  background: url(../img/common/ico_external.png) center center/contain no-repeat;
}
.footer__top__right {
  max-width: 672px;
}
.footer__top__right .search__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}
.footer__top__right .search__contents:first-child {
  margin-top: 0;
}
@media (max-width: 834px) {
  .footer__top__right .search__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 16px;
  }
}
.footer__top__right .search__contents .head {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 1.266666em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
}
@media (max-width: 834px) {
  .footer__top__right .search__contents .head {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    font-size: 1.4rem;
  }
}
.footer__top__right .search__contents .head::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.69em;
  left: 0;
  width: 0.667em;
  aspect-ratio: 1/1;
  background: #ce2424;
  border-radius: 50%;
}
.footer__top__right .search__contents .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: 7px 17px;
}
@media (max-width: 834px) {
  .footer__top__right .search__contents .list {
    gap: 4px 16px;
  }
}
.footer__top__right .search__contents .list__item a {
  position: relative;
  font-size: 1.5rem;
  color: #5f5f5f;
  padding-bottom: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5f5f5f), to(#5f5f5f));
  background-image: linear-gradient(#5f5f5f, #5f5f5f);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 1px;
  -webkit-transition: background-size 0.3s cubic-bezier(1, 0, 0, 1), color 0.3s;
  transition: background-size 0.3s cubic-bezier(1, 0, 0, 1), color 0.3s;
}
@media (max-width: 834px) {
  .footer__top__right .search__contents .list__item a {
    font-size: 1.4rem;
    padding-bottom: 4px;
  }
}
@media (any-hover: hover) {
  .footer__top__right .search__contents .list__item a:hover {
    color: #0853c1;
    opacity: 1;
    background-position: bottom right;
    background-size: 0 1px;
  }
}
.footer__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 38px;
  padding-bottom: 106px;
}
@media (max-width: 834px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 24px;
    padding-bottom: 75px;
  }
}
.footer__bottom::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 1px;
  background: #b1c2d3;
}
.footer__bottom::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 50px;
  background: url(../img/common/fotter_road.png) left bottom/cover repeat-x;
  pointer-events: none;
}
@media (max-width: 834px) {
  .footer__bottom::after {
    height: 35px;
  }
}
.footer__bottom .ga,
.footer__bottom .copyright {
  font-size: 1.2rem;
}
@media (max-width: 834px) {
  .footer__bottom .ga,
  .footer__bottom .copyright {
    font-size: 1.1rem;
  }
}
.footer__bottom .ga {
  color: #5f5f5f;
}
.footer__truck .blueTruck01,
.footer__truck .redTruck01 {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 834px) {
  .footer__truck .blueTruck01,
  .footer__truck .redTruck01 {
    bottom: 9px;
  }
}
.footer__truck .blueTruck01 .img {
  max-width: 96px;
}
@media (max-width: 834px) {
  .footer__truck .blueTruck01 .img {
    max-width: 67.2px;
  }
}
.footer__truck .blueTruck01 .img img {
  aspect-ratio: 99/56;
}
.footer__truck .redTruck01 .img {
  max-width: 100px;
}
@media (max-width: 834px) {
  .footer__truck .redTruck01 .img {
    max-width: 70px;
  }
}
.footer__truck .redTruck01 .img img {
  aspect-ratio: 100/56;
}

/* ============================================
// リクルート
// ==========================================*/
.sec__recruit {
  position: relative;
  background: #fff;
  z-index: 2;
}
.sec__recruit.js-active::after {
  inset: 100% 0 0 0;
}
.sec__recruit::before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 997px;
  background: url(../img/common/recruit_bg_shape.png) top left 17vw/cover no-repeat;
  margin-bottom: -1px;
}
@media (max-width: 834px) {
  .sec__recruit::before {
    background: url(../img/common/recruit_bg_shape.png) top left/cover no-repeat;
  }
}
.sec__recruit::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #fff;
  -webkit-transition: 0.6s cubic-bezier(1, 0, 0, 1);
  transition: 0.6s cubic-bezier(1, 0, 0, 1);
}
.sec__recruit__inner {
  padding-top: 140px;
  padding-bottom: 134px;
}
@media (max-width: 834px) {
  .sec__recruit__inner {
    padding-top: 64px;
    padding-bottom: 88px;
  }
}
.sec__recruit .recruit__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
}
@media (max-width: 834px) {
  .sec__recruit .recruit__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}
.sec__recruit .recruit__contents .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec__recruit .recruit__contents .textArea .copy {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sec__recruit .recruit__contents .textArea .copy::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../img/common/recruit_copy_shape.png) top left/contain no-repeat;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: 1s cubic-bezier(1, 0, 0, 1);
  transition: 1s cubic-bezier(1, 0, 0, 1);
}
.sec__recruit .recruit__contents .textArea .copy .textWrap {
  position: relative;
  z-index: 1;
  font-family: "Josefin Sans", sans-serif;
  font-size: min(7.1vw, 8.8rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #0853c1;
  font-style: italic;
  line-height: 1;
  overflow: hidden;
  display: inline-block;
  margin-top: -0.145em;
  padding-top: 0.07em;
}
@media (max-width: 834px) {
  .sec__recruit .recruit__contents .textArea .copy .textWrap {
    font-size: max(10vw, 4.25rem);
  }
}
.sec__recruit .recruit__contents .textArea .copy .textWrap:first-child {
  margin-top: 0;
  padding-top: 0;
}
.sec__recruit .recruit__contents .textArea .copy .textWrap .text {
  display: inline-block;
  -webkit-transform: translateY(105%);
          transform: translateY(105%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec__recruit .recruit__contents .textArea .copy .textWrap .text.em {
  color: #fff;
  text-shadow: 2px 2px 0 #2f51b7, -2px -2px 0 #2f51b7, -2px 2px 0 #2f51b7, 2px -2px 0 #2f51b7, -1px 2px 0 #2f51b7, 1px -2px 0 #2f51b7, 0 -2px 0 #2f51b7, -2px 0 0 #2f51b7, 2px 0 0 #2f51b7, 1px 2px 0 #2f51b7, -2px 1px 0 #2f51b7, -2px -1px 0 #2f51b7;
  margin-left: 0.35em;
}
.sec__recruit .recruit__contents .textArea .copy.js-active::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.sec__recruit .recruit__contents .textArea .copy.js-active .textWrap .text {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sec__recruit .recruit__contents .textArea .heading {
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 40px;
}
@media (max-width: 834px) {
  .sec__recruit .recruit__contents .textArea .heading {
    font-size: 1.9rem;
    margin-top: 8px;
  }
}
.sec__recruit .recruit__contents .textArea .lead {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 16px;
}
@media (max-width: 834px) {
  .sec__recruit .recruit__contents .textArea .lead {
    font-size: 1.4rem;
    margin-top: 13px;
  }
}
.sec__recruit .recruit__contents .linkArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36.667%;
          flex: 0 0 36.667%;
}
@media (max-width: 834px) {
  .sec__recruit .recruit__contents .linkArea {
    width: 100%;
    max-width: 320px;
  }
}
.sec__recruit .recruit__contents .linkArea .link {
  position: relative;
  max-width: 440px;
}
@media (max-width: 834px) {
  .sec__recruit .recruit__contents .linkArea .link {
    max-width: 220px;
    margin-inline: auto;
  }
}
.sec__recruit .recruit__contents .linkArea .link::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 58px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 253/47;
  background: #d2e1f0;
  border-radius: 50%;
  -webkit-animation: btnFuwafuwa-shadow 8s ease infinite normal both;
          animation: btnFuwafuwa-shadow 8s ease infinite normal both;
}
@media (max-width: 834px) {
  .sec__recruit .recruit__contents .linkArea .link::before {
    -webkit-animation: btnFuwafuwa-shadow-sp 8s ease infinite normal both;
            animation: btnFuwafuwa-shadow-sp 8s ease infinite normal both;
    top: calc(100% + 24px);
  }
}
.sec__recruit .recruit__contents .linkArea .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0853c1;
  border-radius: 50%;
  max-width: 440px;
  width: 100%;
  aspect-ratio: 1/1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec__recruit .recruit__contents .linkArea .link a .img {
  max-width: 38px;
}
@media (max-width: 834px) {
  .sec__recruit .recruit__contents .linkArea .link a .img {
    max-width: 24px;
  }
}
.sec__recruit .recruit__contents .linkArea .link a .img img {
  aspect-ratio: 1/1;
}
.sec__recruit .recruit__contents .linkArea .link a .eng {
  font-family: "Josefin Sans", sans-serif;
  font-size: 5.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  font-style: italic;
  line-height: 1;
  margin-top: 31px;
}
@media (max-width: 834px) {
  .sec__recruit .recruit__contents .linkArea .link a .eng {
    font-size: 3rem;
    margin-top: 16px;
  }
}
.sec__recruit .recruit__contents .linkArea .link a .ja {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin-top: 11px;
}
@media (max-width: 834px) {
  .sec__recruit .recruit__contents .linkArea .link a .ja {
    font-size: 1.4rem;
    margin-top: 4px;
  }
}
@media (any-hover: hover) {
  .sec__recruit .recruit__contents .linkArea .link a:hover {
    opacity: 1;
    -webkit-filter: saturate(1.2);
            filter: saturate(1.2);
    scale: 1.05;
  }
}

/* ============================================
// PAGETOP
// ==========================================*/
.pagetop {
  position: fixed;
  right: 28px;
  bottom: 24px;
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 834px) {
  .pagetop {
    right: 8px;
  }
}
.js-scrolled .pagetop {
  opacity: 1;
}
.pagetop a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagetop a .text {
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #0092e3;
  line-height: 1;
}
@media (max-width: 834px) {
  .pagetop a .text {
    font-size: 1.2rem;
  }
}
.pagetop a .circle {
  margin-top: 1px;
  width: 48px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #0092e3;
  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) {
  .pagetop a .circle {
    width: 46px;
  }
}
.pagetop a .circle img {
  max-width: 13px;
  aspect-ratio: 13/14;
}
@media (any-hover: hover) {
  .pagetop:hover a {
    opacity: 1;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}

/* ============================================
// INDEX
// ==========================================*/
.front-page .main {
  padding: 0;
}
@media (max-width: 834px) {
  .front-page .main {
    padding: 0;
  }
}
.front-page .front__mv {
  position: relative;
  background: #b3e7ff;
  height: clamp(837px, 60vw, 960px);
}
@media (max-width: 834px) {
  .front-page .front__mv {
    height: max(68vw, 384px);
  }
}
.front-page .front__mv::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  min-height: 563px;
  aspect-ratio: 1440/563;
  background: url(../img/index/mv_bg.png) bottom center/cover no-repeat;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 834px) {
  .front-page .front__mv::before {
    min-height: 208px;
  }
}
.front-page .front__mv .mv__contents {
  position: relative;
  height: clamp(837px, 60vw, 960px);
  z-index: 1;
}
@media (max-width: 834px) {
  .front-page .front__mv .mv__contents {
    height: max(68vw, 384px);
  }
}
.front-page .front__mv .mv__contents::before {
  content: "";
  display: block;
  position: absolute;
  bottom: max(12vw, 174px);
  left: 0;
  width: 100%;
  min-height: 155px;
  aspect-ratio: 1440/155;
  background: url(../img/index/mv_bg_front_city.png) left bottom/cover no-repeat;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .front__mv .mv__contents::before {
    bottom: max(11.8vw, 64px);
    min-height: 57px;
  }
}
.front-page .front__mv .mv__contents::after {
  content: "";
  display: block;
  position: absolute;
  bottom: max(8.2vw, 120px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  min-height: 40px;
  aspect-ratio: 1440/40;
  background: url(../img/index/mv_bg_front_tree.png) center bottom/cover no-repeat;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .front__mv .mv__contents::after {
    bottom: max(7.6vw, 41px);
    min-height: 17px;
  }
}
.front-page .front__mv .mv__contents__copy {
  position: absolute;
  top: 171px;
  left: 6.2%;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .front-page .front__mv .mv__contents__copy {
    top: 110px;
    left: 4%;
  }
}
.front-page .front__mv .mv__contents__copy .copyWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4.4%;
  padding-top: 0.2em;
  -webkit-clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
}
.front-page .front__mv .mv__contents__copy .copyWrap::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #0853c1;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
          clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
  opacity: 0;
}
.front-page .front__mv .mv__contents__copy .copyWrap .copy01 {
  font-family: "Josefin Sans", sans-serif;
  font-size: min(5.8vw, 7.2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  font-style: italic;
  line-height: 1;
  text-shadow: 0.055em 0.055em 0 #fff;
}
@media (max-width: 834px) {
  .front-page .front__mv .mv__contents__copy .copyWrap .copy01 {
    font-size: max(4.8vw, 2.3rem);
  }
}
.front-page .front__mv .mv__contents__copy .copyWrap .copy01 span {
  display: inline-block;
  opacity: 0;
}
.front-page .front__mv .mv__contents__copy .copyWrap .copy01 span:first-child {
  margin-right: -0.05em;
}
.front-page .front__mv .mv__contents__copy .copyWrap .copyImg {
  width: min(21vw, 268px);
  translate: 0 -6px;
  opacity: 0;
}
@media (max-width: 834px) {
  .front-page .front__mv .mv__contents__copy .copyWrap .copyImg {
    width: max(20vw, 112px);
  }
}
.front-page .front__mv .mv__contents__copy .copyWrap .copyImg img {
  aspect-ratio: 268/25;
}
.front-page .front__mv .mv__contents__copy .copy02 {
  font-family: "Josefin Sans", sans-serif;
  font-size: min(8.4vw, 10.5rem);
  font-weight: 700;
  letter-spacing: -0.008em;
  font-style: italic;
  line-height: 1;
  text-shadow: 0.035em 0.035em 0 #fff;
  margin-top: 8px;
}
@media (max-width: 834px) {
  .front-page .front__mv .mv__contents__copy .copy02 {
    font-size: min(9.8vw, 6.4rem);
    margin-top: 6px;
  }
}
.front-page .front__mv .mv__contents__copy .copy02 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  opacity: 0;
}
.front-page .front__mv .mv__contents__copy .copy02 .em {
  color: #0853c1;
}
.front-page .front__mv .mv__contents__copy .copy02 .em.em01::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.63em;
  -webkit-transform: translateY(calc(-50% + 2px));
          transform: translateY(calc(-50% + 2px));
  width: min(43.9vw, 532px);
  aspect-ratio: 532/95;
  background: url(../img/index/mv_copy_deco.png) center center/contain no-repeat;
  z-index: 1;
}
@media (max-width: 834px) {
  .front-page .front__mv .mv__contents__copy .copy02 .em.em01::before {
    -webkit-transform: translateY(calc(-50% + 0px));
            transform: translateY(calc(-50% + 0px));
    width: min(48.4vw, 329px);
  }
}
.front-page .front__mv .mv__contents__copy .copy02 .em.em02 {
  z-index: 1;
}
.front-page .front__mv .mv__contents__copy .copy02 .small {
  font-size: min(6.6vw, 8rem);
}
.front-page .front__mv .mv__contents__truck .blueTruck01,
.front-page .front__mv .mv__contents__truck .blueTruck03 {
  position: absolute;
  bottom: max(11vw, 158px);
  left: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 834px) {
  .front-page .front__mv .mv__contents__truck .blueTruck01,
  .front-page .front__mv .mv__contents__truck .blueTruck03 {
    bottom: max(10.7vw, 59px);
  }
}
.front-page .front__mv .mv__contents__truck .blueTruck01 .img,
.front-page .front__mv .mv__contents__truck .blueTruck03 .img {
  max-width: 96px;
}
@media (max-width: 834px) {
  .front-page .front__mv .mv__contents__truck .blueTruck01 .img,
  .front-page .front__mv .mv__contents__truck .blueTruck03 .img {
    max-width: max(6.6vw, 34px);
  }
}
.front-page .front__mv .mv__contents__truck .blueTruck01 .img img,
.front-page .front__mv .mv__contents__truck .blueTruck03 .img img {
  aspect-ratio: 99/56;
}
.front-page .front__mv .mv__contents__truck .redTruck01 {
  position: absolute;
  bottom: max(9.5vw, 138px);
  left: 0;
  width: 100%;
  z-index: 3;
}
@media (max-width: 834px) {
  .front-page .front__mv .mv__contents__truck .redTruck01 {
    bottom: max(9.3vw, 51px);
  }
}
.front-page .front__mv .mv__contents__truck .redTruck01 .img {
  max-width: 100px;
}
@media (max-width: 834px) {
  .front-page .front__mv .mv__contents__truck .redTruck01 .img {
    max-width: max(6.6vw, 34px);
  }
}
.front-page .front__mv .mv__contents__truck .redTruck01 .img img {
  aspect-ratio: 100/56;
}
.front-page .front__mv .mv__contents__truck .redTruck02 {
  position: absolute;
  bottom: max(17.7vw, 257px);
  left: 0;
  width: 100%;
}
@media (max-width: 834px) {
  .front-page .front__mv .mv__contents__truck .redTruck02 {
    bottom: max(17.5vw, 95px);
  }
}
.front-page .front__mv .mv__contents__truck .redTruck02 .img {
  max-width: 74px;
}
@media (max-width: 834px) {
  .front-page .front__mv .mv__contents__truck .redTruck02 .img {
    max-width: max(5.1vw, 27px);
  }
}
.front-page .front__mv .mv__contents__truck .redTruck02 .img img {
  aspect-ratio: 74/41;
}
.front-page .front__mv .mv__contents__truck .blueTruck02 {
  position: absolute;
  bottom: max(16.7vw, 244px);
  left: 0;
  width: 100%;
}
@media (max-width: 834px) {
  .front-page .front__mv .mv__contents__truck .blueTruck02 {
    bottom: max(16.6vw, 90px);
  }
}
.front-page .front__mv .mv__contents__truck .blueTruck02 .img {
  max-width: 73px;
}
@media (max-width: 834px) {
  .front-page .front__mv .mv__contents__truck .blueTruck02 .img {
    max-width: max(5.1vw, 27px);
  }
}
.front-page .front__mv .mv__contents__truck .blueTruck02 .img img {
  aspect-ratio: 73/41;
}
.front-page .front__mv__cloud .cloud01 {
  position: absolute;
  top: 340px;
  left: -17px;
  max-width: 170px;
}
@media (max-width: 834px) {
  .front-page .front__mv__cloud .cloud01 {
    top: max(31vw, 173px);
    left: -20px;
    max-width: max(10vw, 32px);
  }
}
.front-page .front__mv__cloud .cloud01 img {
  aspect-ratio: 170/43;
}
.front-page .front__mv__cloud .cloud02 {
  position: absolute;
  top: 320px;
  right: 20px;
  max-width: 147px;
}
@media (max-width: 834px) {
  .front-page .front__mv__cloud .cloud02 {
    top: 170px;
    right: -20px;
    max-width: max(14vw, 64px);
  }
}
.front-page .front__mv__cloud .cloud02 img {
  aspect-ratio: 147/23;
}
.front-page .front__mv__cloud .cloud03 {
  position: absolute;
  top: 150px;
  right: 520px;
  max-width: 177px;
}
@media (max-width: 834px) {
  .front-page .front__mv__cloud .cloud03 {
    top: 76px;
    right: 110px;
    max-width: max(10vw, 48px);
  }
}
.front-page .front__mv__cloud .cloud03 img {
  aspect-ratio: 177/15;
}
.front-page .front__mv__cloud .cloud04 {
  position: absolute;
  top: 123px;
  right: 40px;
  max-width: 393px;
}
@media (max-width: 834px) {
  .front-page .front__mv__cloud .cloud04 {
    top: 60px;
    right: 10px;
    max-width: max(27vw, 113px);
  }
}
.front-page .front__mv__cloud .cloud04 img {
  aspect-ratio: 393/31;
}
.front-page .front__mv__cloud .cloud05 {
  position: absolute;
  top: 106px;
  right: -50px;
  max-width: 238px;
}
@media (max-width: 834px) {
  .front-page .front__mv__cloud .cloud05 {
    top: 54px;
    right: 0px;
    max-width: max(12vw, 54px);
  }
}
.front-page .front__mv__cloud .cloud05 img {
  aspect-ratio: 238/35;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copyWrap::before {
  -webkit-animation: titleBgLine 1s cubic-bezier(1, 0, 0, 1) normal both;
          animation: titleBgLine 1s cubic-bezier(1, 0, 0, 1) normal both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(1) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 20ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 20ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(2) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 40ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 40ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(3) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 60ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 60ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(4) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 80ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 80ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(5) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 100ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 100ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(6) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 120ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 120ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(7) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 140ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 140ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(8) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 160ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 160ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(9) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 180ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 180ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(10) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 200ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 200ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(11) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 220ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 220ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(12) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 240ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 240ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(13) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 260ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 260ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(14) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 280ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 280ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(15) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 300ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 300ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(16) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 320ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 320ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(17) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 340ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 340ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(18) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 360ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 360ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(19) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 380ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 380ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(20) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 400ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 400ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(21) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 420ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 420ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(22) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 440ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 440ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(23) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 460ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 460ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(24) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 480ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 480ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(25) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 500ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 500ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(26) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 520ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 520ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(27) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 540ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 540ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(28) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 560ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 560ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(29) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 580ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 580ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(30) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 600ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 600ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copyWrap .copyImg {
  -webkit-animation: titleJa 1.2s cubic-bezier(1, 0, 0, 1) normal both;
          animation: titleJa 1.2s cubic-bezier(1, 0, 0, 1) normal both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(1) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 30ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 30ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(2) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 60ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 60ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(3) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 90ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 90ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(4) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 120ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 120ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(5) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 150ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 150ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(6) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 180ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 180ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(7) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 210ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 210ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(8) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 240ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 240ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(9) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 270ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 270ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(10) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 300ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 300ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(11) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 330ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 330ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(12) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 360ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 360ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(13) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 390ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 390ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(14) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 420ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 420ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(15) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 450ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 450ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(16) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 480ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 480ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(17) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 510ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 510ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(18) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 540ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 540ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(19) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 570ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 570ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(20) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 600ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 600ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(21) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 630ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 630ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(22) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 660ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 660ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(23) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 690ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 690ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(24) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 720ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 720ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(25) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 750ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 750ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(26) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 780ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 780ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(27) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 810ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 810ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(28) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 840ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 840ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(29) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 870ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 870ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(30) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 900ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 900ms both;
}
.front-page.js-loaded .front__mv .mv__contents__copy .copy02 .em.em01::before {
  -webkit-animation: titleTextDecoShape 0.8s cubic-bezier(1, 0, 0, 1) 1.8s normal both;
          animation: titleTextDecoShape 0.8s cubic-bezier(1, 0, 0, 1) 1.8s normal both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copyWrap::before {
  -webkit-animation: titleBgLine 1s cubic-bezier(1, 0, 0, 1) normal 0.6s both;
          animation: titleBgLine 1s cubic-bezier(1, 0, 0, 1) normal 0.6s both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(1) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 620ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 620ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(2) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 640ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 640ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(3) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 660ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 660ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(4) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 680ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 680ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(5) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 700ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 700ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(6) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 720ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 720ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(7) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 740ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 740ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(8) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 760ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 760ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(9) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 780ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 780ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(10) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 800ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 800ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(11) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 820ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 820ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(12) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 840ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 840ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(13) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 860ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 860ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(14) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 880ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 880ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(15) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 900ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 900ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(16) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 920ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 920ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(17) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 940ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 940ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(18) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 960ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 960ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(19) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 980ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 980ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(20) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 1000ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 1000ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(21) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 1020ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 1020ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(22) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 1040ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 1040ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(23) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 1060ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 1060ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(24) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 1080ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 1080ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(25) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 1100ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 1100ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(26) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 1120ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 1120ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(27) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 1140ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 1140ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(28) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 1160ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 1160ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(29) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 1180ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 1180ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copyWrap .copy01 span:nth-child(30) {
  -webkit-animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 1200ms both;
          animation: titleText01 0.7s cubic-bezier(1, 0, 0, 1) 1200ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copyWrap .copyImg {
  -webkit-animation: titleJa 1.2s cubic-bezier(1, 0, 0, 1) normal 0.6s both;
          animation: titleJa 1.2s cubic-bezier(1, 0, 0, 1) normal 0.6s both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(1) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 630ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 630ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(2) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 660ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 660ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(3) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 690ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 690ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(4) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 720ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 720ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(5) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 750ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 750ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(6) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 780ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 780ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(7) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 810ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 810ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(8) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 840ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 840ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(9) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 870ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 870ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(10) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 900ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 900ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(11) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 930ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 930ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(12) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 960ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 960ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(13) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 990ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 990ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(14) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 1020ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 1020ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(15) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 1050ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 1050ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(16) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 1080ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 1080ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(17) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 1110ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 1110ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(18) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 1140ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 1140ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(19) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 1170ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 1170ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(20) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 1200ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 1200ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(21) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 1230ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 1230ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(22) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 1260ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 1260ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(23) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 1290ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 1290ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(24) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 1320ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 1320ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(25) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 1350ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 1350ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(26) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 1380ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 1380ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(27) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 1410ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 1410ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(28) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 1440ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 1440ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(29) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 1470ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 1470ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copy02 span:nth-child(30) {
  -webkit-animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 1500ms both;
          animation: titleText02 1.8s cubic-bezier(1, 0, 0, 1) 1500ms both;
}
.front-page.once.js-loaded .front__mv .mv__contents__copy .copy02 .em.em01::before {
  -webkit-animation: titleTextDecoShape 0.8s cubic-bezier(1, 0, 0, 1) 2.5s normal both;
          animation: titleTextDecoShape 0.8s cubic-bezier(1, 0, 0, 1) 2.5s normal both;
}
.front-page .front__about {
  position: relative;
  background: #fff;
  z-index: 1;
}
.front-page .front__about::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/78;
  background: url(../img/index/about_shape.svg) center bottom/cover no-repeat;
  margin-bottom: -1px;
}
.front-page .front__about__inner {
  max-width: 1180px;
  padding-top: 46px;
}
@media (max-width: 834px) {
  .front-page .front__about__inner {
    padding-top: 24px;
  }
}
.front-page .front__about .about__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9.9%;
}
@media (max-width: 834px) {
  .front-page .front__about .about__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.front-page .front__about .about__contents .imgArea {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52.092%;
          flex: 0 0 52.092%;
}
.front-page .front__about .about__contents .imgArea::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: min(178%, 1013px);
  aspect-ratio: 1013/565;
  background: url(../img/index/about_logo_bg.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .front-page .front__about .about__contents .imgArea::before {
    left: auto;
    right: -21vw;
    width: max(88vw, 342px);
  }
}
.front-page .front__about .about__contents .imgArea .img {
  max-width: 573px;
  overflow: hidden;
  border-radius: 50%;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .front-page .front__about .about__contents .imgArea .img {
    width: max(50vw, 200px);
  }
}
.front-page .front__about .about__contents .imgArea .img img {
  aspect-ratio: 573/572;
}
.front-page .front__about .about__contents .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.front-page .front__about .about__contents .textArea .commonTitle__inner .eng {
  font-size: 10.2rem;
  margin-top: 22px;
}
@media (max-width: 834px) {
  .front-page .front__about .about__contents .textArea .commonTitle__inner .eng {
    font-size: 4.2rem;
    margin-top: 8px;
  }
}
.front-page .front__about .about__contents .textArea .copy {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.7;
  margin-top: 32px;
}
@media (max-width: 834px) {
  .front-page .front__about .about__contents .textArea .copy {
    font-size: 1.8rem;
    margin-top: 8px;
  }
}
.front-page .front__about .about__contents .textArea .lead {
  margin-top: 0;
  line-height: 2.5;
  margin-top: 34px;
}
@media (max-width: 834px) {
  .front-page .front__about .about__contents .textArea .lead {
    margin-top: 12px;
  }
}
.front-page .front__about__deco .truck01 {
  position: absolute;
  top: calc(100% - 14px);
  left: -370px;
  pointer-events: none;
  -webkit-transform: translate(-250px, 250px);
          transform: translate(-250px, 250px);
  -webkit-transition: 1.5s cubic-bezier(0.14, 0.43, 0.36, 0.99);
  transition: 1.5s cubic-bezier(0.14, 0.43, 0.36, 0.99);
}
@media (max-width: 834px) {
  .front-page .front__about__deco .truck01 {
    top: 138px;
    left: -300px;
    -webkit-transform: translate(-72px, 72px);
            transform: translate(-72px, 72px);
  }
}
.front-page .front__about__deco .truck01 .img {
  max-width: 622px;
}
@media (max-width: 834px) {
  .front-page .front__about__deco .truck01 .img {
    max-width: 373.2px;
  }
}
.front-page .front__about__deco .truck01 .img img {
  aspect-ratio: 622/620;
}
.front-page .front__about__deco .truck01.js-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.front-page .front__jobsearch {
  position: relative;
}
.front-page .front__jobsearch::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 260px;
  background: url(../img/index/jobsearch_bottom_illust.png) left bottom/cover repeat-x;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .front__jobsearch::before {
    height: 152px;
  }
}
.front-page .front__jobsearch__inner {
  max-width: 1180px;
  padding-top: 160px;
  padding-bottom: 360px;
}
@media (max-width: 834px) {
  .front-page .front__jobsearch__inner {
    padding-top: 56px;
    padding-bottom: 160px;
  }
}
.front-page .front__jobsearch .jobsearch__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9.5%;
}
@media (max-width: 834px) {
  .front-page .front__jobsearch .jobsearch__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.front-page .front__jobsearch .jobsearch__contents .titleArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 282px;
          flex: 0 0 282px;
}
@media (max-width: 834px) {
  .front-page .front__jobsearch .jobsearch__contents .titleArea {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.front-page .front__jobsearch .jobsearch__contents .titleArea .commonTitle__inner .eng {
  line-height: 1.2;
}
@media (max-width: 834px) {
  .front-page .front__jobsearch .jobsearch__contents .titleArea .commonTitle__inner .eng {
    line-height: 1;
  }
}
.front-page .front__jobsearch .jobsearch__contents .searchArea {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 834px) {
  .front-page .front__jobsearch .jobsearch__contents .searchArea {
    margin-top: 16px;
  }
}
.front-page .front__jobsearch .jobsearch__contents .searchArea::before {
  content: "";
  display: block;
  position: absolute;
  top: -68px;
  right: -84px;
  width: 84px;
  aspect-ratio: 84/81;
  background: url(../img/index/jobsearch_tree_deco01.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .front-page .front__jobsearch .jobsearch__contents .searchArea::before {
    top: -34px;
    right: -10px;
    width: 58.8px;
  }
}
.front-page .front__jobsearch__deco .truck01 {
  position: absolute;
  top: 420px;
  left: -380px;
  pointer-events: none;
  -webkit-transform: translate(-410px, 410px);
          transform: translate(-410px, 410px);
  -webkit-transition: 2s cubic-bezier(0.14, 0.43, 0.36, 0.99);
  transition: 2s cubic-bezier(0.14, 0.43, 0.36, 0.99);
}
@media (max-width: 834px) {
  .front-page .front__jobsearch__deco .truck01 {
    top: 72px;
    left: -140px;
    -webkit-transform: translate(-334px, 334px);
            transform: translate(-334px, 334px);
  }
}
.front-page .front__jobsearch__deco .truck01 .img {
  max-width: 792px;
}
@media (max-width: 834px) {
  .front-page .front__jobsearch__deco .truck01 .img {
    max-width: 475.2px;
  }
}
.front-page .front__jobsearch__deco .truck01 .img img {
  aspect-ratio: 792/790;
}
.front-page .front__jobsearch__deco .truck01.js-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.front-page .front__jobsearch__deco .truck02 {
  position: absolute;
  bottom: 32px;
  left: 0;
  pointer-events: none;
  z-index: 1;
  width: 100%;
}
@media (max-width: 834px) {
  .front-page .front__jobsearch__deco .truck02 {
    bottom: 19px;
  }
}
.front-page .front__jobsearch__deco .truck02 .img {
  max-width: 99px;
}
@media (max-width: 834px) {
  .front-page .front__jobsearch__deco .truck02 .img {
    max-width: 59.4px;
  }
}
.front-page .front__jobsearch__deco .truck02 .img img {
  aspect-ratio: 99/56;
}
.front-page .front__newjobs {
  position: relative;
  background: #e6f0fa;
  z-index: 1;
}
.front-page .front__newjobs::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1439/149;
  background: url(../img/index/newjobs_bottom_illust.png) center bottom/cover no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .front__newjobs::before {
    aspect-ratio: auto;
    height: 88px;
  }
}
.front-page .front__newjobs::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  margin-bottom: -1px;
  aspect-ratio: 1440/80;
  background: url(../img/index/newjobs_shape.svg) center bottom/cover no-repeat;
  pointer-events: none;
}
.front-page .front__newjobs__inner {
  padding-top: 90px;
  padding-bottom: 242px;
}
@media (max-width: 834px) {
  .front-page .front__newjobs__inner {
    padding-top: 56px;
    padding-bottom: 96px;
  }
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.front-page .front__newjobs .newjobs__contents .head {
  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;
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents .head {
    display: contents;
  }
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents .head .commonTitle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents .head .commonBtn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 96px;
  }
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents .head .commonBtn__inner {
    margin-inline: auto;
  }
}
.front-page .front__newjobs .newjobs__contents .swiper {
  position: relative;
  margin-top: 64px;
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents .swiper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 24px;
  }
}
.front-page .front__newjobs .newjobs__contents .swiper .swiper-wrapper .swiper-slide {
  max-width: 585px;
}
.front-page .front__newjobs .newjobs__contents .swiper .swiper-wrapper .swiper-slide a {
  background: #fff;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(4, 13, 64, 0.08);
          box-shadow: 0px 0px 24px 0px rgba(4, 13, 64, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  padding: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents .swiper .swiper-wrapper .swiper-slide a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    padding: 24px 7% 16px;
  }
}
.front-page .front__newjobs .newjobs__contents .swiper .swiper-wrapper .swiper-slide a .imgArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-inline: auto;
}
.front-page .front__newjobs .newjobs__contents .swiper .swiper-wrapper .swiper-slide a .imgArea .img {
  max-width: 223px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents .swiper .swiper-wrapper .swiper-slide a .imgArea .img {
    border-radius: 8px;
  }
}
.front-page .front__newjobs .newjobs__contents .swiper .swiper-wrapper .swiper-slide a .imgArea .img img {
  aspect-ratio: 223/163;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.front-page .front__newjobs .newjobs__contents .swiper .swiper-wrapper .swiper-slide a .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.front-page .front__newjobs .newjobs__contents .swiper .swiper-wrapper .swiper-slide a .textArea .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.front-page .front__newjobs .newjobs__contents .swiper .swiper-wrapper .swiper-slide a .textArea .category__item {
  font-size: 1.3rem;
  color: #0853c1;
  line-height: 1;
  border: 1px solid;
  border-radius: 500px;
  padding: 0.539em 0.85em;
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents .swiper .swiper-wrapper .swiper-slide a .textArea .category__item {
    font-size: 1.2rem;
  }
}
.front-page .front__newjobs .newjobs__contents .swiper .swiper-wrapper .swiper-slide a .textArea .lead {
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.7;
  margin-top: 12px;
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents .swiper .swiper-wrapper .swiper-slide a .textArea .lead {
    margin-top: 8px;
  }
}
.front-page .front__newjobs .newjobs__contents .swiper .swiper-wrapper .swiper-slide a .textArea .date {
  font-size: 1.2rem;
  color: #7c849b;
  margin-top: 16px;
  text-align: end;
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents .swiper .swiper-wrapper .swiper-slide a .textArea .date {
    margin-top: 8px;
  }
}
@media (any-hover: hover) {
  .front-page .front__newjobs .newjobs__contents .swiper .swiper-wrapper .swiper-slide a:hover {
    opacity: 1;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .front-page .front__newjobs .newjobs__contents .swiper .swiper-wrapper .swiper-slide a:hover .imgArea .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.front-page .front__newjobs .newjobs__contents .swiper .swiper-button-prev, .front-page .front__newjobs .newjobs__contents .swiper .swiper-button-next {
  width: 68px;
  height: 68px;
  background: #0092e3;
  border-radius: 50%;
  top: calc(100% + 32px);
  margin-top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents .swiper .swiper-button-prev, .front-page .front__newjobs .newjobs__contents .swiper .swiper-button-next {
    width: 48px;
    height: 48px;
    top: calc(100% + 24px);
  }
}
.front-page .front__newjobs .newjobs__contents .swiper .swiper-button-prev::before, .front-page .front__newjobs .newjobs__contents .swiper .swiper-button-prev::after, .front-page .front__newjobs .newjobs__contents .swiper .swiper-button-next::before, .front-page .front__newjobs .newjobs__contents .swiper .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 2.5px;
  border-radius: 500px;
  background-color: #fff;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents .swiper .swiper-button-prev::before, .front-page .front__newjobs .newjobs__contents .swiper .swiper-button-prev::after, .front-page .front__newjobs .newjobs__contents .swiper .swiper-button-next::before, .front-page .front__newjobs .newjobs__contents .swiper .swiper-button-next::after {
    width: 10px;
    height: 2px;
  }
}
.front-page .front__newjobs .newjobs__contents .swiper .swiper-button-prev::before, .front-page .front__newjobs .newjobs__contents .swiper .swiper-button-next::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.front-page .front__newjobs .newjobs__contents .swiper .swiper-button-prev::after, .front-page .front__newjobs .newjobs__contents .swiper .swiper-button-next::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media (any-hover: hover) {
  .front-page .front__newjobs .newjobs__contents .swiper .swiper-button-prev:hover, .front-page .front__newjobs .newjobs__contents .swiper .swiper-button-next:hover {
    -webkit-filter: saturate(1.2);
            filter: saturate(1.2);
  }
  .front-page .front__newjobs .newjobs__contents .swiper .swiper-button-prev:hover::before, .front-page .front__newjobs .newjobs__contents .swiper .swiper-button-prev:hover::after, .front-page .front__newjobs .newjobs__contents .swiper .swiper-button-next:hover::before, .front-page .front__newjobs .newjobs__contents .swiper .swiper-button-next:hover::after {
    width: 13px;
    height: 3px;
  }
}
.front-page .front__newjobs .newjobs__contents .swiper .swiper-button-prev {
  left: auto;
  right: 78px;
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents .swiper .swiper-button-prev {
    right: 56px;
  }
}
.front-page .front__newjobs .newjobs__contents .swiper .swiper-button-prev::before, .front-page .front__newjobs .newjobs__contents .swiper .swiper-button-prev::after {
  -webkit-transform-origin: calc(0% + 1px) 50%;
          transform-origin: calc(0% + 1px) 50%;
}
.front-page .front__newjobs .newjobs__contents .swiper .swiper-button-next {
  left: auto;
  right: 0;
}
.front-page .front__newjobs .newjobs__contents .swiper .swiper-scrollbar {
  height: 3px;
  background: #dedede;
  width: calc(100% - 177px);
  left: 0;
  bottom: auto;
  top: calc(100% + 64px);
}
@media (max-width: 834px) {
  .front-page .front__newjobs .newjobs__contents .swiper .swiper-scrollbar {
    width: calc(100% - 128px);
    top: calc(100% + 47px);
  }
}
.front-page .front__newjobs .newjobs__contents .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #0092e3;
  border-radius: 0;
}
.front-page .front__newjobs__cloud .cloud01 {
  position: absolute;
  top: 80px;
  right: 520px;
  max-width: 177px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .front__newjobs__cloud .cloud01 {
    top: 26px;
    right: 110px;
    max-width: max(10vw, 48px);
  }
}
.front-page .front__newjobs__cloud .cloud01 img {
  aspect-ratio: 177/15;
}
.front-page .front__newjobs__cloud .cloud02 {
  position: absolute;
  top: 53px;
  right: 40px;
  max-width: 393px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .front__newjobs__cloud .cloud02 {
    top: 10px;
    right: 10px;
    max-width: max(27vw, 113px);
  }
}
.front-page .front__newjobs__cloud .cloud02 img {
  aspect-ratio: 393/31;
}
.front-page .front__newjobs__cloud .cloud03 {
  position: absolute;
  top: 36px;
  right: -50px;
  max-width: 238px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .front__newjobs__cloud .cloud03 {
    top: 4px;
    right: 0px;
    max-width: max(12vw, 54px);
  }
}
.front-page .front__newjobs__cloud .cloud03 img {
  aspect-ratio: 238/35;
}
.front-page .front__interview {
  position: relative;
}
.front-page .front__interview::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #fff;
  pointer-events: none;
  -webkit-transition: 0.6s cubic-bezier(1, 0, 0, 1);
  transition: 0.6s cubic-bezier(1, 0, 0, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-box-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
          box-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.front-page .front__interview.js-active::before {
  inset: 100% 0 0 0;
}
.front-page .front__interview::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -52px;
  right: -346px;
  width: 720px;
  aspect-ratio: 720/501;
  background: url(../img/index/interview_road_deco.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 834px) {
  .front-page .front__interview::after {
    top: 100px;
    bottom: auto;
    right: -320px;
    width: 504px;
  }
}
.front-page .front__interview__inner {
  max-width: 1180px;
  padding-top: 160px;
  z-index: 3;
}
@media (max-width: 834px) {
  .front-page .front__interview__inner {
    padding-top: 64px;
  }
}
.front-page .front__interview .interview__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8.8%;
}
@media (max-width: 834px) {
  .front-page .front__interview .interview__contents {
    -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: 24px;
  }
}
.front-page .front__interview .interview__contents .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.front-page .front__interview .interview__contents .textArea .lead {
  margin-top: 32px;
}
@media (max-width: 834px) {
  .front-page .front__interview .interview__contents .textArea .lead {
    margin-top: 16px;
  }
}
.front-page .front__interview .interview__contents .textArea .commonBtn {
  margin-top: 46px;
}
@media (max-width: 834px) {
  .front-page .front__interview .interview__contents .textArea .commonBtn {
    margin-top: 24px;
  }
}
@media (max-width: 834px) {
  .front-page .front__interview .interview__contents .textArea .commonBtn__inner {
    margin-inline: auto;
  }
}
.front-page .front__interview .interview__contents .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.728%;
          flex: 0 0 47.728%;
  margin-right: 3.637%;
}
@media (max-width: 834px) {
  .front-page .front__interview .interview__contents .imgArea {
    margin-right: 0;
  }
}
.front-page .front__interview .interview__contents .imgArea .img {
  border-radius: 20px;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translate(40px, 40px);
          transform: translate(40px, 40px);
  -webkit-transition: 1s cubic-bezier(1, 0, 0, 1);
  transition: 1s cubic-bezier(1, 0, 0, 1);
}
@media (max-width: 834px) {
  .front-page .front__interview .interview__contents .imgArea .img {
    border-radius: 10px;
  }
}
.front-page .front__interview .interview__contents .imgArea .img01 {
  max-width: 525px;
}
.front-page .front__interview .interview__contents .imgArea .img01 img {
  aspect-ratio: 525/300;
}
.front-page .front__interview .interview__contents .imgArea .imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 22px;
  margin-top: 21px;
}
@media (max-width: 834px) {
  .front-page .front__interview .interview__contents .imgArea .imgWrap {
    gap: 8px;
    margin-top: 8px;
  }
}
.front-page .front__interview .interview__contents .imgArea .imgWrap .img02 {
  max-width: 290px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.front-page .front__interview .interview__contents .imgArea .imgWrap .img02 img {
  aspect-ratio: 290/228;
}
.front-page .front__interview .interview__contents .imgArea .imgWrap .img03 {
  max-width: 211px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.front-page .front__interview .interview__contents .imgArea .imgWrap .img03 img {
  aspect-ratio: 211/168;
}
.front-page .front__interview .interview__contents .imgArea.js-active .img {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.front-page .front__interview__truck .blueTruck01 {
  position: absolute;
  bottom: -10px;
  right: -260px;
  z-index: 2;
  -webkit-transform: translate(-148px, 0px) rotate(0deg);
          transform: translate(-148px, 0px) rotate(0deg);
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .front__interview__truck .blueTruck01 {
    top: 108px;
    bottom: auto;
    right: -311px;
  }
}
.front-page .front__interview__truck .blueTruck01 .img {
  max-width: 448px;
}
@media (max-width: 834px) {
  .front-page .front__interview__truck .blueTruck01 .img {
    max-width: 313.6px;
  }
}
.front-page .front__interview__truck .blueTruck01 .img img {
  aspect-ratio: 1/1;
}
.front-page .front__movie {
  position: relative;
}
.front-page .front__movie::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #fff;
  pointer-events: none;
  -webkit-transition: 0.6s cubic-bezier(1, 0, 0, 1);
  transition: 0.6s cubic-bezier(1, 0, 0, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-box-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
          box-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.front-page .front__movie.js-active::before {
  inset: 100% 0 0 0;
}
.front-page .front__movie__inner {
  max-width: 1180px;
  padding-top: 182px;
}
@media (max-width: 834px) {
  .front-page .front__movie__inner {
    padding-top: 136px;
  }
}
.front-page .front__movie .movie__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8%;
}
@media (max-width: 834px) {
  .front-page .front__movie .movie__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}
.front-page .front__movie .movie__contents .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.front-page .front__movie .movie__contents .textArea .lead {
  margin-top: 29px;
}
@media (max-width: 834px) {
  .front-page .front__movie .movie__contents .textArea .lead {
    margin-top: 16px;
  }
}
.front-page .front__movie .movie__contents .textArea .commonBtn {
  margin-top: 48px;
}
@media (max-width: 834px) {
  .front-page .front__movie .movie__contents .textArea .commonBtn {
    margin-top: 24px;
  }
}
@media (max-width: 834px) {
  .front-page .front__movie .movie__contents .textArea .commonBtn__inner {
    margin-inline: auto;
  }
}
.front-page .front__movie .movie__contents .imgArea {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52.365%;
          flex: 0 0 52.365%;
}
.front-page .front__movie .movie__contents .imgArea::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -56px;
  left: -49px;
  width: 84px;
  aspect-ratio: 84/80;
  background: url(../img/index/movie_tree_deco01.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .front-page .front__movie .movie__contents .imgArea::before {
    top: -32px;
    bottom: auto;
    left: -36px;
    width: 58.8px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.front-page .front__movie .movie__contents .imgArea .img {
  max-width: 576px;
  border-radius: 40px;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translate(-40px, 40px);
          transform: translate(-40px, 40px);
  -webkit-transition: 0.6s cubic-bezier(1, 0, 0, 1);
  transition: 0.6s cubic-bezier(1, 0, 0, 1);
}
@media (max-width: 834px) {
  .front-page .front__movie .movie__contents .imgArea .img {
    border-radius: 20px;
  }
}
.front-page .front__movie .movie__contents .imgArea .img img {
  aspect-ratio: 576/395;
}
.front-page .front__movie .movie__contents .imgArea.js-active .img {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.front-page .front__movie__deco .truck01 {
  position: absolute;
  top: 74px;
  right: -22px;
  margin-left: 40px;
  pointer-events: none;
  -webkit-transform: translateX(calc(100% - 22px));
          transform: translateX(calc(100% - 22px));
  -webkit-transition: 3s cubic-bezier(0.14, 0.43, 0.36, 0.99);
  transition: 3s cubic-bezier(0.14, 0.43, 0.36, 0.99);
}
@media (max-width: 834px) {
  .front-page .front__movie__deco .truck01 {
    top: 40px;
    right: -420px;
    margin-left: auto;
    -webkit-transform: translateX(calc(100% - 421px));
            transform: translateX(calc(100% - 421px));
  }
}
.front-page .front__movie__deco .truck01 .img {
  max-width: 1087px;
}
@media (max-width: 834px) {
  .front-page .front__movie__deco .truck01 .img {
    max-width: 760.9px;
  }
}
.front-page .front__movie__deco .truck01 .img img {
  aspect-ratio: 1087/54;
}
.front-page .front__movie__deco .truck01.js-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.front-page .front__company {
  position: relative;
}
.front-page .front__company::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #fff;
  pointer-events: none;
  -webkit-transition: 0.6s cubic-bezier(1, 0, 0, 1);
  transition: 0.6s cubic-bezier(1, 0, 0, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-box-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
          box-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.front-page .front__company.js-active::before {
  inset: 100% 0 0 0;
}
.front-page .front__company::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 1268px;
  aspect-ratio: 1268/98;
  background: url(../img/index/company_bottom_illust.png) center bottom/cover no-repeat;
  pointer-events: none;
  margin-bottom: -1px;
}
@media (max-width: 834px) {
  .front-page .front__company::after {
    aspect-ratio: auto;
    height: 56px;
  }
}
.front-page .front__company__inner {
  max-width: 1180px;
  padding-top: 180px;
  padding-bottom: 418px;
}
@media (max-width: 834px) {
  .front-page .front__company__inner {
    padding-top: 120px;
    padding-bottom: 224px;
  }
}
.front-page .front__company .company__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7.3%;
}
@media (max-width: 834px) {
  .front-page .front__company .company__contents {
    -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: 24px;
  }
}
.front-page .front__company .company__contents .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 86px;
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 834px) {
  .front-page .front__company .company__contents .textArea {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.front-page .front__company .company__contents .textArea:has(+ .imgArea) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43.7%;
          flex: 0 0 43.7%;
}
.front-page .front__company .company__contents .textArea .lead {
  margin-top: 46px;
}
@media (max-width: 834px) {
  .front-page .front__company .company__contents .textArea .lead {
    margin-top: 16px;
  }
}
.front-page .front__company .company__contents .textArea .commonBtn {
  margin-top: 58px;
}
@media (max-width: 834px) {
  .front-page .front__company .company__contents .textArea .commonBtn {
    margin-top: 24px;
  }
}
@media (max-width: 834px) {
  .front-page .front__company .company__contents .textArea .commonBtn__inner {
    margin-inline: auto;
  }
}
.front-page .front__company .company__contents .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.637%;
          flex: 0 0 41.637%;
}
.front-page .front__company .company__contents .imgArea .img {
  max-width: 458px;
  border-radius: 40px;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translate(40px, 40px);
          transform: translate(40px, 40px);
  -webkit-transition: 0.6s cubic-bezier(1, 0, 0, 1);
  transition: 0.6s cubic-bezier(1, 0, 0, 1);
}
@media (max-width: 834px) {
  .front-page .front__company .company__contents .imgArea .img {
    border-radius: 20px;
    max-width: clamp(260px, 70vw, 458px);
  }
}
.front-page .front__company .company__contents .imgArea .img img {
  aspect-ratio: 458/536;
}
@media (max-width: 834px) {
  .front-page .front__company .company__contents .imgArea .img img {
    aspect-ratio: 458/520;
  }
}
.front-page .front__company .company__contents .imgArea.js-active .img {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.front-page .front__company__deco .truck01 {
  position: absolute;
  top: 176px;
  left: -43px;
  pointer-events: none;
  -webkit-transform: translateX(calc(-100% + 44px));
          transform: translateX(calc(-100% + 44px));
  -webkit-transition: 3s cubic-bezier(0.14, 0.43, 0.36, 0.99);
  transition: 3s cubic-bezier(0.14, 0.43, 0.36, 0.99);
}
@media (max-width: 1600px) {
  .front-page .front__company__deco .truck01 {
    left: -200px;
    -webkit-transform: translateX(calc(-100% + 201px));
            transform: translateX(calc(-100% + 201px));
  }
}
@media (max-width: 1240px) {
  .front-page .front__company__deco .truck01 {
    left: -360px;
    -webkit-transform: translateX(calc(-100% + 361px));
            transform: translateX(calc(-100% + 361px));
  }
}
@media (max-width: 834px) {
  .front-page .front__company__deco .truck01 {
    top: 42px;
    left: -260px;
    -webkit-transform: translateX(calc(-100% + 262px));
            transform: translateX(calc(-100% + 262px));
  }
}
.front-page .front__company__deco .truck01 .img {
  max-width: 849px;
}
@media (max-width: 834px) {
  .front-page .front__company__deco .truck01 .img {
    max-width: 594.3px;
  }
}
.front-page .front__company__deco .truck01 .img img {
  aspect-ratio: 849/55;
}
.front-page .front__company__deco .truck01.js-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.front-page .front__company__deco .pic01 {
  position: absolute;
  bottom: 156px;
  left: 8.4%;
}
@media (max-width: 834px) {
  .front-page .front__company__deco .pic01 {
    bottom: 80px;
    left: 5%;
  }
}
.front-page .front__company__deco .pic01 .img {
  width: min(26vw, 304px);
  border-radius: 20px;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translate(-40px, 40px);
          transform: translate(-40px, 40px);
  -webkit-transition: 0.6s cubic-bezier(1, 0, 0, 1);
  transition: 0.6s cubic-bezier(1, 0, 0, 1);
}
@media (max-width: 834px) {
  .front-page .front__company__deco .pic01 .img {
    width: max(20vw, 120px);
    border-radius: 10px;
  }
}
.front-page .front__company__deco .pic01 .img img {
  aspect-ratio: 304/261;
}
.front-page .front__company__deco .pic01.js-active .img {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.front-page .secWrap {
  position: relative;
}
.front-page .secWrap::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 -8px 0;
  max-width: 1451px;
  background: url(../img/index/interview_movie_company_bg_shape.png) top right -10vw/cover no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .secWrap::before {
    background: url(../img/index/interview_movie_company_bg_shape.png) top left -130vw/cover no-repeat;
    inset: 0;
    max-width: 100%;
  }
}
.front-page .front__blog {
  position: relative;
  background: #e6f0fa;
  overflow: hidden;
}
.front-page .front__blog__inner {
  max-width: 1180px;
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (max-width: 834px) {
  .front-page .front__blog__inner {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
.front-page .front__blog .blog__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .front-page .front__blog .blog__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 834px) {
  .front-page .front__blog .blog__contents .titleArea {
    display: contents;
  }
}
@media (max-width: 834px) {
  .front-page .front__blog .blog__contents .titleArea .commonTitle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.front-page .front__blog .blog__contents .titleArea .commonBtn {
  margin-top: 56px;
}
@media (max-width: 834px) {
  .front-page .front__blog .blog__contents .titleArea .commonBtn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 32px;
    margin-inline: auto;
  }
}
.front-page .front__blog .blog__contents .blogArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 633px;
}
@media (max-width: 834px) {
  .front-page .front__blog .blog__contents .blogArea {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 24px;
    max-width: 100%;
  }
}
.front-page .front__blog .blog__contents .blogArea .list__item {
  max-width: 633px;
  margin-top: 20px;
}
@media (max-width: 834px) {
  .front-page .front__blog .blog__contents .blogArea .list__item {
    margin-top: 16px;
    max-width: 100%;
  }
}
.front-page .front__blog .blog__contents .blogArea .list__item:first-child {
  margin-top: 0;
}
.front-page .front__blog .blog__contents .blogArea .list__item a {
  display: block;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(4, 13, 64, 0.08);
          box-shadow: 0px 0px 24px 0px rgba(4, 13, 64, 0.08);
  padding: 34px 96px 28px 42px;
}
@media (max-width: 834px) {
  .front-page .front__blog .blog__contents .blogArea .list__item a {
    padding: 16px 56px 16px 5%;
  }
}
.front-page .front__blog .blog__contents .blogArea .list__item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48px;
  aspect-ratio: 1/1;
  background: #0092e3;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .front-page .front__blog .blog__contents .blogArea .list__item a::before {
    width: 32px;
    right: 16px;
  }
}
.front-page .front__blog .blog__contents .blogArea .list__item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 47px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  aspect-ratio: 14/12;
  background: url(../img/common/ico_arrow02.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .front-page .front__blog .blog__contents .blogArea .list__item a::after {
    right: 26px;
    width: 12px;
  }
}
.front-page .front__blog .blog__contents .blogArea .list__item a .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 834px) {
  .front-page .front__blog .blog__contents .blogArea .list__item a .head {
    gap: 8px;
  }
}
.front-page .front__blog .blog__contents .blogArea .list__item a .head .date {
  font-size: 1.2rem;
  color: #5f5f5f;
}
.front-page .front__blog .blog__contents .blogArea .list__item a .head .category {
  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: 4px;
}
.front-page .front__blog .blog__contents .blogArea .list__item a .head .category__item {
  font-size: 1.2rem;
  color: #fff;
  background: #0853c1;
  border-radius: 500px;
  padding: 0.4em 1.165em 0.42em;
  line-height: 1;
}
@media (max-width: 834px) {
  .front-page .front__blog .blog__contents .blogArea .list__item a .head .category__item {
    font-size: 1.1rem;
  }
}
.front-page .front__blog .blog__contents .blogArea .list__item a .lead {
  font-weight: 700;
  margin-top: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 834px) {
  .front-page .front__blog .blog__contents .blogArea .list__item a .lead {
    margin-top: 2px;
  }
}
@media (any-hover: hover) and (min-width: 835px) {
  .front-page .front__blog .blog__contents .blogArea .list__item a:hover {
    opacity: 1;
  }
  .front-page .front__blog .blog__contents .blogArea .list__item a:hover::before {
    right: 26px;
    width: 56px;
  }
  .front-page .front__blog .blog__contents .blogArea .list__item a:hover .lead {
    margin-left: 16px;
  }
}
.front-page .front__blog__deco .truck01 {
  position: absolute;
  top: 30px;
  left: -160px;
  pointer-events: none;
  -webkit-transform: translate(-631px, 504px);
          transform: translate(-631px, 504px);
  -webkit-transition: 3s cubic-bezier(0.14, 0.43, 0.36, 0.99);
  transition: 3s cubic-bezier(0.14, 0.43, 0.36, 0.99);
}
@media (max-width: 834px) {
  .front-page .front__blog__deco .truck01 {
    top: 40px;
    left: -140px;
    -webkit-transform: translate(-335px, 335px);
            transform: translate(-335px, 335px);
  }
}
.front-page .front__blog__deco .truck01 .img {
  max-width: 792px;
}
@media (max-width: 834px) {
  .front-page .front__blog__deco .truck01 .img {
    max-width: 475.2px;
  }
}
.front-page .front__blog__deco .truck01 .img img {
  aspect-ratio: 792/790;
}
.front-page .front__blog__deco .truck01.js-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.front-page .front__blog__deco .truck02 {
  position: absolute;
  bottom: 28px;
  right: -448px;
  -webkit-transform: translate(171px, -171px);
          transform: translate(171px, -171px);
  -webkit-transition: 2s cubic-bezier(0.14, 0.43, 0.36, 0.99);
  transition: 2s cubic-bezier(0.14, 0.43, 0.36, 0.99);
}
@media (max-width: 834px) {
  .front-page .front__blog__deco .truck02 {
    bottom: 20px;
    right: -260px;
    -webkit-transform: translate(111px, -111px);
            transform: translate(111px, -111px);
  }
}
.front-page .front__blog__deco .truck02 .img {
  max-width: 619px;
}
@media (max-width: 834px) {
  .front-page .front__blog__deco .truck02 .img {
    max-width: 371.4px;
  }
}
.front-page .front__blog__deco .truck02 .img img {
  aspect-ratio: 619/627;
}
.front-page .front__blog__deco .truck02.js-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* ============================================
// RECRUIT
// ==========================================*/
/*--------------------
求人一覧
--------------------*/
.lower-kyujin_l .search_panel {
  padding: 0;
  margin: 0;
  border: none;
}
.lower-kyujin_l .search-toggle {
  position: relative;
  left: 0;
  top: 0;
  width: auto;
  max-width: inherit;
  background: #0853c1;
  -webkit-transform: none;
          transform: none;
  border-radius: 40px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(4, 13, 64, 0.08);
          box-shadow: 0px 0px 24px 0px rgba(4, 13, 64, 0.08);
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle {
    margin: 0;
  }
}
.lower-kyujin_l .search-toggle .toggle_txt {
  font-size: 1.5rem;
  padding: 1em;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle .toggle_txt {
    font-size: 1.4rem;
    padding: 0.88em 1em;
  }
}
.lower-kyujin_l .search-toggle .toggle_txt .pannel-open {
  display: block;
}
.lower-kyujin_l .search-toggle .toggle_txt .pannel-close {
  display: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger {
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  background: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger::before {
  display: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico {
  width: 16px;
  height: 1px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle .toggle_trigger_txt_ico {
    width: 12px;
  }
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico:nth-of-type(1) {
  margin: 0;
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico:nth-of-type(2) {
  margin: 0;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.lower-kyujin_l .search-toggle.js-active {
  border-radius: 20px 20px 0 0;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle.js-active {
    border-radius: 10px 10px 0 0;
  }
}
.lower-kyujin_l .search-toggle.js-active .toggle_trigger_txt_ico:nth-of-type(2) {
  -webkit-transform: translateX(-50%) rotate(0);
          transform: translateX(-50%) rotate(0);
}
.lower-kyujin_l .search_body {
  position: relative;
  z-index: 1;
  padding: 40px 64px 64px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(4, 13, 64, 0.08);
          box-shadow: 0px 0px 24px 0px rgba(4, 13, 64, 0.08);
  border-radius: 0 0 20px 20px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_body {
    padding: 20px 5% 32px;
    border-radius: 0 0 10px 10px;
  }
}
.lower-kyujin_l .search_body .custom-form_parts {
  margin-top: 32px;
}
.lower-kyujin_l .search_body .custom-form_parts:first-child {
  margin-top: 0;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_body .custom-form_parts {
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lower-kyujin_l .search_body .custom-form_parts:first-child .parts_ttl, .lower-kyujin_l .search_body .custom-form_parts:last-child .parts_ttl {
  margin-top: 13px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_body .custom-form_parts:first-child .parts_ttl, .lower-kyujin_l .search_body .custom-form_parts:last-child .parts_ttl {
    margin-top: 0;
  }
}
.lower-kyujin_l .search_body .custom-form_parts .parts_ttl {
  margin-top: 7px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_body .custom-form_parts .parts_ttl {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-top: 0;
  }
}
.lower-kyujin_l .job_result_total {
  padding: 44px 0 24px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_result_total {
    padding: 24px 0 16px;
  }
}
.lower-kyujin_l article.job {
  background: #fff;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(4, 13, 64, 0.08);
          box-shadow: 0px 0px 24px 0px rgba(4, 13, 64, 0.08);
  padding: 40px 4.5%;
  margin-top: 32px;
}
@media (max-width: 834px) {
  .lower-kyujin_l article.job {
    padding: 24px 7% 16px;
  }
}
.lower-kyujin_l article.job:first-child {
  margin-top: 0;
}
.lower-kyujin_l .job_outline-head {
  padding: 0;
  border: none;
}
.lower-kyujin_l .job_outline-head .job_outline_item:not(:first-child) {
  margin-top: 8px;
}

/*--------------------
求人詳細
--------------------*/
.lower-kyujin_d .footer {
  padding-bottom: 92px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .footer {
    padding-bottom: 68px;
  }
}
.lower-kyujin_d .footer__truck .blueTruck01,
.lower-kyujin_d .footer__truck .redTruck01 {
  bottom: 104px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .footer__truck .blueTruck01,
  .lower-kyujin_d .footer__truck .redTruck01 {
    bottom: 91px;
  }
}
.lower-kyujin_d .pagetop {
  bottom: 272px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .pagetop {
    bottom: 178px;
  }
}
.lower-kyujin_d .pagetop__inner {
  bottom: 92px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .pagetop__inner {
    bottom: 68px;
  }
}
.lower-kyujin_d main.l-main {
  padding-bottom: 50px;
  padding-top: 136px;
  background: url(../img/kyujin/kyujin_bg_shape.png) top left/cover no-repeat;
}
@media (max-width: 834px) {
  .lower-kyujin_d main.l-main {
    padding-bottom: 20px;
    padding-top: 100px;
    background: url(../img/kyujin/kyujin_bg_shape.png) top center/cover no-repeat;
  }
}
.lower-kyujin_d .job_outline-head {
  background: #fff;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(4, 13, 64, 0.08);
          box-shadow: 0px 0px 24px 0px rgba(4, 13, 64, 0.08);
  border: none;
}
.lower-kyujin_d .job_outline-head .job_outline_item_ttl {
  padding-bottom: 2px;
}
.lower-kyujin_d .job_outline-head .job_outline_item_txt {
  padding-top: 4px;
}
.lower-kyujin_d .job_body_block:not(.job_body_head) {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(4, 13, 64, 0.08);
          box-shadow: 0px 0px 24px 0px rgba(4, 13, 64, 0.08);
  padding: 40px 4.5%;
  margin-top: 80px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job_body_block:not(.job_body_head) {
    padding: 8px 6% 16px;
    margin-top: 44px;
  }
}
.lower-kyujin_d .job_body_block:not(.job_body_head):last-child {
  margin-bottom: 50px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job_body_block:not(.job_body_head):last-child {
    margin-bottom: 20px;
  }
}
.lower-kyujin_d .outline_ttl,
.lower-kyujin_d .appeal_ttl {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 3.8rem;
  line-height: 1;
  white-space: nowrap;
  padding: 0 1em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #0853c1;
  text-shadow: 0.045em 0.05em 0 #fff;
}
@media (max-width: 834px) {
  .lower-kyujin_d .outline_ttl,
  .lower-kyujin_d .appeal_ttl {
    font-size: 2.4rem;
  }
}
.lower-kyujin_d .outline_ttl::first-letter,
.lower-kyujin_d .appeal_ttl::first-letter {
  color: #0092e3;
}
.lower-kyujin_d .outline_ttl::after,
.lower-kyujin_d .appeal_ttl::after {
  content: none;
}
@media (max-width: 480px) {
  .lower-kyujin_d .job_outline_item {
    border-bottom: none;
  }
}
.lower-kyujin_d .job_outline_item_ttl {
  position: relative;
}
.lower-kyujin_d .job_outline_item_ttl::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #0853c1;
}
@media (max-width: 480px) {
  .lower-kyujin_d .job_outline_item_txt {
    padding: 4px 0 0;
  }
}
.lower-kyujin_d .fixed_conversion {
  background: rgba(0, 0, 0, 0.85);
}
@media (max-width: 767px) {
  .lower-kyujin_d .fixed_conversion .phone .phone_num {
    font-size: 1.5rem;
  }
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion {
    padding: 10px 0;
  }
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion:after {
    top: 50%;
    right: 17px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion span {
    font-size: 1.4rem;
  }
}

/*--------------------
新着求人
--------------------*/
.lower-whatsnew article.job {
  background: #fff;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(4, 13, 64, 0.08);
          box-shadow: 0px 0px 24px 0px rgba(4, 13, 64, 0.08);
  padding: 40px 4.5%;
  margin-top: 32px;
}
@media (max-width: 834px) {
  .lower-whatsnew article.job {
    padding: 24px 7% 16px;
  }
}
.lower-whatsnew article.job:first-child {
  margin-top: 0;
}

/* ============================================
// ブログページ
// ==========================================*/
.lower-blog-l .blog__container, .lower-blog-d .blog__container {
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  margin: 0 auto;
  padding: 40px 40px 80px;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-blog-l .blog__container, .lower-blog-d .blog__container {
    padding-top: 16px;
  }
}
@media (max-width: 834px) {
  .lower-blog-l .blog__container, .lower-blog-d .blog__container {
    display: block;
    padding: 0 5% 56px;
  }
}
.lower-blog-l .blog__main, .lower-blog-d .blog__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 280px - 80px);
          flex: 0 0 calc(100% - 280px - 80px);
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-blog-l .blog__main .job_count_pager, .lower-blog-d .blog__main .job_count_pager {
    padding-top: 56px;
  }
}
.lower-blog-l .blog__side, .lower-blog-d .blog__side {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
  padding: 50px 0 0 40px;
}
.lower-blog-l .blog__side::before, .lower-blog-d .blog__side::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  width: 100vw;
  height: calc(100% + 60px);
  border-radius: 30px;
  z-index: -1;
  background-color: rgba(230, 240, 250, 0.6);
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-blog-l .blog__side::before, .lower-blog-d .blog__side::before {
    border-radius: 30px 30px 0 0;
    height: calc(100% + 56px);
  }
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-blog-l .blog__side, .lower-blog-d .blog__side {
    padding-left: 30px;
  }
}
@media (max-width: 834px) {
  .lower-blog-l .blog__side, .lower-blog-d .blog__side {
    margin-top: 40px;
    padding: 40px 0 0;
  }
}
.lower-blog-l .blog__side__block, .lower-blog-d .blog__side__block {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-blog-l .blog__side__block, .lower-blog-d .blog__side__block {
    margin-top: 30px;
  }
}
.lower-blog-l .blog__side__block:first-child, .lower-blog-d .blog__side__block:first-child {
  margin-top: 0;
}
.lower-blog-l .blog__side__block .title, .lower-blog-d .blog__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: #0853c1;
  line-height: 1.6;
  margin-bottom: 0.6em;
}
.lower-blog-l .blog__side__block .list__item, .lower-blog-d .blog__side__block .list__item {
  border-bottom: 1px dashed #0853c1;
}
.lower-blog-l .blog__side__block .list__item:first-child, .lower-blog-d .blog__side__block .list__item:first-child {
  border-top: 1px dashed #0853c1;
}
.lower-blog-l .blog__side__block .list__item a, .lower-blog-d .blog__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-blog-l .blog__side__block .list__item a::after, .lower-blog-d .blog__side__block .list__item a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: -1;
  width: 0.875em;
  aspect-ratio: 14/12;
  background: #0853c1;
  -webkit-mask: url(../img/common/ico_arrow02.png) center center/contain no-repeat;
          mask: url(../img/common/ico_arrow02.png) center center/contain no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (any-hover: hover) {
  .lower-blog-l .blog__side__block .list__item a:hover, .lower-blog-d .blog__side__block .list__item a:hover {
    color: #0853c1;
    opacity: 1;
  }
  .lower-blog-l .blog__side__block .list__item a:hover::after, .lower-blog-d .blog__side__block .list__item a:hover::after {
    -webkit-transform: translate(4px, -50%);
            transform: translate(4px, -50%);
  }
}

/*------------------------------
  一覧ページ
------------------------------*/
@media (max-width: 834px) {
  .lower-blog-l .l-main {
    padding-bottom: 0;
  }
}
.lower-blog-l .blog__categoryTitle {
  font-size: 1.8em;
  font-weight: 700;
  color: #0853c1;
  line-height: 1.5;
  padding-bottom: 24px;
  border-bottom: 1px solid;
}
@media (max-width: 834px) {
  .lower-blog-l .blog__categoryTitle {
    font-size: 1.45em;
    padding-bottom: 16px;
  }
}
.lower-blog-l .blog__articles__item {
  border-bottom: 1px solid #e5e5e5;
}
.lower-blog-l .blog__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-blog-l .blog__articles__item a {
    gap: 20px;
    padding: 20px 0;
  }
}
.lower-blog-l .blog__articles__item a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  bottom: 0;
  z-index: -1;
  width: 28px;
  aspect-ratio: 1/1;
  background: url(../img/common/btn_next02.png) center center/contain no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 834px) {
  .lower-blog-l .blog__articles__item a::after {
    display: none;
  }
}
@media (any-hover: hover) {
  .lower-blog-l .blog__articles__item a:hover {
    color: #0853c1;
  }
  .lower-blog-l .blog__articles__item a:hover::after {
    -webkit-transform: translate(4px, -50%);
            transform: translate(4px, -50%);
  }
}
.lower-blog-l .blog__articles__item .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  max-width: 160px;
}
@media (max-width: 834px) {
  .lower-blog-l .blog__articles__item .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
  }
}
.lower-blog-l .blog__articles__item .img img {
  width: 100%;
}
.lower-blog-l .blog__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-blog-l .blog__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-blog-l .blog__articles__item .status {
    margin-bottom: 0.35em;
  }
}
.lower-blog-l .blog__articles__item .date {
  font-size: 0.9em;
  color: #5f5f5f;
}
.lower-blog-l .blog__articles__item .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 5px;
}
.lower-blog-l .blog__articles__item .category__item {
  color: #fff;
  background-color: #0853c1;
  font-size: 0.7em;
  line-height: 1;
  border-radius: 500px;
  padding: 0.539em 0.85em;
}
.lower-blog-l .blog__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-blog-l .blog__articles__item .title {
    font-size: 1.18em;
  }
}
.lower-blog-l .blog__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-blog-l .blog__articles__item .content {
    gap: 20px;
    margin-top: 0.8em;
  }
}
.lower-blog-l .blog__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-blog-l .blog__articles__item .content .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
  }
}
.lower-blog-l .blog__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-blog-l .blog__articles__item .content .txt {
    -webkit-line-clamp: 3;
  }
}

/*------------------------------
  詳細ページ
------------------------------*/
.lower-blog-d .l-main {
  padding: 0 0 80px;
  margin-top: 134px;
}
@media (max-width: 834px) {
  .lower-blog-d .l-main {
    padding-bottom: 0;
    margin-top: 110px;
  }
}
.lower-blog-d .blog__article__title {
  position: relative;
  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 #0853c1;
}
.lower-blog-d .blog__article__title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  aspect-ratio: 298/168;
  pointer-events: none;
  background: url(../img/common/bluetruck.png) center center/contain no-repeat;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-blog-d .blog__article__title::after {
    width: 75px;
  }
}
@media (max-width: 834px) {
  .lower-blog-d .blog__article__title::after {
    right: -4px;
    width: 48px;
  }
}
@media (max-width: 834px) {
  .lower-blog-d .blog__article__title {
    gap: 8px 10px;
    margin-bottom: 32px;
    padding-bottom: 18px;
  }
}
.lower-blog-d .blog__article__title .date {
  color: rgba(0, 0, 0, 0.8);
}
.lower-blog-d .blog__article__title .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 5px;
}
.lower-blog-d .blog__article__title .category__item {
  color: #fff;
  font-size: 0.8em;
  line-height: 1;
  background-color: #0853c1;
  padding: 0.539em 0.85em;
  border-radius: 500px;
}
@media (max-width: 834px) {
  .lower-blog-d .blog__article__title .category__item {
    font-size: 1rem;
  }
}
.lower-blog-d .blog__article__title .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 86%;
          flex: 0 0 86%;
  font-size: 1.8em;
  font-weight: 700;
  color: #0853c1;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 835px) and (max-width: 1199px) {
  .lower-blog-d .blog__article__title .title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
    font-size: 1.6em;
  }
}
@media (max-width: 834px) {
  .lower-blog-d .blog__article__title .title {
    font-size: 1.87rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 84%;
            flex: 0 0 84%;
  }
}
.lower-blog-d .blog__article__body {
  padding: 0 0 56px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 834px) {
  .lower-blog-d .blog__article__body {
    padding: 0 0 32px;
  }
}
.lower-blog-d .blog__article__body .photo__item {
  max-width: 640px;
  max-height: 480px;
  text-align: center;
  margin: 48px auto;
}
@media (max-width: 834px) {
  .lower-blog-d .blog__article__body .photo__item {
    margin: 24px auto;
  }
}
.lower-blog-d .blog__article__body .photo__item img {
  display: inline-block;
  max-width: 100%;
  max-height: 480px;
  -o-object-fit: contain;
     object-fit: contain;
}
.lower-blog-d .blog__article__body .hd {
  font-size: 1.5em;
  font-weight: 700;
  color: #0853c1;
  line-height: 1.6;
  padding-left: 0.6em;
  border-left: 4px double;
}
@media (max-width: 834px) {
  .lower-blog-d .blog__article__body .hd {
    font-size: 1.4em;
  }
}
.lower-blog-d .blog__article__body .hd + .text {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-blog-d .blog__article__body .hd + .text {
    margin-top: 10px;
  }
}
.lower-blog-d .blog__article__body .text {
  margin: 48px 0;
}
@media (max-width: 834px) {
  .lower-blog-d .blog__article__body .text {
    margin: 24px 0;
  }
}
.lower-blog-d .blog__article__body .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(0, 146, 227, 0.15)));
  background: linear-gradient(transparent 60%, rgba(0, 146, 227, 0.15) 60%);
}
.lower-blog-d .blog__article__body .strong {
  font-weight: 700;
  color: #0092e3;
}
.lower-blog-d .blog__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-blog-d .blog__article__body .link {
    gap: 0.4em;
    margin: 20px 0;
  }
}
.lower-blog-d .blog__article__body .link:last-child {
  margin-bottom: 0;
}
.lower-blog-d .blog__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: #0853c1;
  gap: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-blog-d .blog__article__body .link a::before {
  content: "";
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
  width: 1em;
  margin-top: 0.45em;
  background: #0853c1;
  -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/blog/ico_link.svg);
          mask-image: url(../img/blog/ico_link.svg);
}
@media (max-width: 834px) {
  .lower-blog-d .blog__article__body .link a::before {
    margin-top: 0.35em;
  }
}
.lower-blog-d .blog__article__body .link a[target=_blank]::before {
  -webkit-mask-image: url(../img/blog/ico_external.svg);
          mask-image: url(../img/blog/ico_external.svg);
}
@media (any-hover: hover) {
  .lower-blog-d .blog__article__body .link a:hover {
    opacity: 0.7;
  }
}
.lower-blog-d .blog__btnArea {
  margin-top: 48px;
}
@media (max-width: 834px) {
  .lower-blog-d .blog__btnArea {
    margin-top: 32px;
  }
}
.lower-blog-d .blog__btnArea .backBtn {
  display: block;
  text-align: center;
}
.lower-blog-d .blog__btnArea .backBtn a {
  position: relative;
  display: inline-block;
  max-width: 300px;
  width: 100%;
  padding: 14px 0 18px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 500px;
  background-color: #0853c1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-blog-d .blog__btnArea .backBtn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.4em;
  width: 0.875em;
  aspect-ratio: 14/12;
  -webkit-mask: url(../img/common/ico_arrow02.png) center center/contain no-repeat;
          mask: url(../img/common/ico_arrow02.png) center center/contain no-repeat;
  background: #fff;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (any-hover: hover) {
  .lower-blog-d .blog__btnArea .backBtn a:hover {
    opacity: 1;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-filter: saturate(1.2);
            filter: saturate(1.2);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 834px) {
  .lower-blog-d .blog__btnArea .backBtn a {
    max-width: 240px;
    font-size: 1.4rem;
    padding: 12px 0 16px;
  }
}

/* ============================================
// movie
// ==========================================*/
.lower-movie .l-main {
  padding-bottom: 0;
  padding-top: 0;
}
.lower-movie .l-main::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(../img/movie/movie_pageheader_bg.png) top center/cover no-repeat;
  aspect-ratio: 2880/167;
  z-index: 2;
}
.lower-movie .pageHeader::before {
  background: url(../img/movie/lower_header_bg.png) bottom right/cover no-repeat;
  aspect-ratio: 2880/562;
  min-height: 281px;
}
@media (max-width: 834px) {
  .lower-movie .pageHeader::before {
    min-height: 152px;
  }
}
.lower-movie .pageHeader::after {
  bottom: max(0.1vw, 15px);
}
.lower-movie .pageHeader__inner {
  max-height: 450px;
  height: max(28.12vw, 405px);
}
@media (max-width: 834px) {
  .lower-movie .pageHeader__inner {
    height: max(38vw, 256px);
  }
}
.lower-movie .pageHeader__inner::before {
  display: none;
}
.lower-movie .pageHeader__inner .blueTruck {
  bottom: max(3.6vw, 52px);
}
@media (max-width: 834px) {
  .lower-movie .pageHeader__inner .blueTruck {
    bottom: max(1.2vw, 32px);
  }
}
.lower-movie .pageHeader__inner .redTruck {
  bottom: max(3.6vw, 52px);
}
@media (max-width: 834px) {
  .lower-movie .pageHeader__inner .redTruck {
    bottom: max(1.2vw, 32px);
  }
}
.lower-movie .lower-commonTitle {
  text-align: center;
}
.lower-movie .lower-commonTitle .commonTitle__inner {
  margin: 0 auto;
}
.lower-movie .movie__inner {
  position: relative;
}
.lower-movie .movie__inner::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  top: 20px;
  background: #fff;
  pointer-events: none;
  -webkit-transition: 0.6s cubic-bezier(1, 0, 0, 1);
  transition: 0.6s cubic-bezier(1, 0, 0, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-box-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
          box-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.lower-movie .movie__inner.js-active::before {
  inset: 100% 0 0 0;
}
.lower-movie .movie__submitted {
  position: relative;
  padding-bottom: 120px;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .lower-movie .movie__submitted {
    padding-bottom: 50px;
    padding-top: 40px;
  }
}
.lower-movie .movie__submitted::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 260px;
  background: url(../img/movie/jobsearch_bottom_illust.png) left bottom/cover repeat-x;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-movie .movie__submitted::before {
    height: 152px;
  }
}
.lower-movie .movie__submitted::after {
  content: "";
  display: block;
  position: absolute;
  max-width: 1092px;
  background: url(../img/movie/movie_bg.png) top right/cover no-repeat;
  pointer-events: none;
  top: 10px;
  left: 2vw;
  width: 100%;
  aspect-ratio: 2194/2930;
  z-index: -2;
}
@media (max-width: 834px) {
  .lower-movie .movie__submitted::after {
    background: url(../img/movie/movie_bg.png) top left -100vw/cover no-repeat;
    inset: 0;
    aspect-ratio: auto;
  }
}
.lower-movie .movie__submitted__inner {
  max-width: 1300px;
  padding: 0 50px;
  margin: 0 auto;
  padding-bottom: 200px;
  position: relative;
}
@media (max-width: 768px) {
  .lower-movie .movie__submitted__inner {
    padding: 4%;
    padding-bottom: 120px;
  }
}
.lower-movie .movie__submitted__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 3.333333%;
  margin-top: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .lower-movie .movie__submitted__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 30px;
    margin-top: 20px;
  }
}
.lower-movie .movie__submitted__list::before {
  content: "";
  display: block;
  position: absolute;
  top: -78px;
  right: -54px;
  width: 84px;
  aspect-ratio: 84/81;
  background: url(../img/movie/jobsearch_tree_deco01.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .lower-movie .movie__submitted__list::before {
    display: none;
  }
}
.lower-movie .movie__submitted__list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.333333%;
          flex: 0 0 48.333333%;
  padding: 4.16%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(4, 13, 64, 0.08);
          box-shadow: 0px 0px 24px 0px rgba(4, 13, 64, 0.08);
}
@media (max-width: 768px) {
  .lower-movie .movie__submitted__list__item {
    padding: 0;
  }
}
.lower-movie .movie__submitted__list__item .movieArea {
  aspect-ratio: 16/9;
  max-width: 480px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .lower-movie .movie__submitted__list__item .movieArea {
    max-width: initial;
    margin-bottom: 0;
  }
}
.lower-movie .movie__submitted__list__item .movieArea iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .lower-movie .movie__submitted__list__item .textArea {
    padding: 5%;
  }
}
.lower-movie .movie__submitted__list__item .textArea p {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0853c1;
}
@media (max-width: 768px) {
  .lower-movie .movie__submitted__list__item .textArea p {
    font-size: 1.5rem;
  }
}
.lower-movie .movie__submitted__deco .truck01 {
  position: absolute;
  z-index: -1;
  top: 130px;
  left: -490px;
  pointer-events: none;
  -webkit-transform: translate(-250px, 250px);
          transform: translate(-250px, 250px);
  -webkit-transition: 1.5s cubic-bezier(0.14, 0.43, 0.36, 0.99);
  transition: 1.5s cubic-bezier(0.14, 0.43, 0.36, 0.99);
}
@media (max-width: 834px) {
  .lower-movie .movie__submitted__deco .truck01 {
    top: 70px;
    left: -400px;
    -webkit-transform: translate(-72px, 72px);
            transform: translate(-72px, 72px);
  }
}
.lower-movie .movie__submitted__deco .truck01 .img {
  max-width: 792px;
}
@media (max-width: 834px) {
  .lower-movie .movie__submitted__deco .truck01 .img {
    max-width: 475.2px;
  }
}
.lower-movie .movie__submitted__deco .truck01 .img img {
  aspect-ratio: 792/790;
}
.lower-movie .movie__submitted__deco .truck01.js-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.lower-movie .movie__submitted__deco .truck02 {
  position: absolute;
  bottom: 32px;
  left: 0;
  pointer-events: none;
  z-index: 1;
  width: 100%;
}
@media (max-width: 834px) {
  .lower-movie .movie__submitted__deco .truck02 {
    bottom: 19px;
  }
}
.lower-movie .movie__submitted__deco .truck02 .img {
  max-width: 99px;
}
@media (max-width: 834px) {
  .lower-movie .movie__submitted__deco .truck02 .img {
    max-width: 59.4px;
  }
}
.lower-movie .movie__submitted__deco .truck02 .img img {
  aspect-ratio: 99/56;
}
.lower-movie .movie__short {
  position: relative;
  padding-bottom: 200px;
  padding-top: 100px;
  background-color: #e6f0fa;
  z-index: 2;
}
@media (max-width: 768px) {
  .lower-movie .movie__short {
    padding-bottom: 100px;
    padding-top: 40px;
  }
}
.lower-movie .movie__short::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1439/149;
  background: url(../img/movie/newjobs_bottom_illust.png) center bottom/cover no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-movie .movie__short::before {
    aspect-ratio: auto;
    height: 88px;
  }
}
.lower-movie .movie__short::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  margin-bottom: -1px;
  aspect-ratio: 1440/80;
  background: url(../img/movie/newjobs_shape.svg) center bottom/cover no-repeat;
  pointer-events: none;
}
.lower-movie .movie__short__inner {
  max-width: 1300px;
  padding: 0 50px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .lower-movie .movie__short__inner {
    padding: 0 5%;
  }
}
.lower-movie .movie__short__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 3.75%;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .lower-movie .movie__short__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 20px;
  }
}
.lower-movie .movie__short__list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30.8%;
          flex: 0 0 30.8%;
  padding: 3.33%;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(4, 13, 64, 0.08);
          box-shadow: 0px 0px 24px 0px rgba(4, 13, 64, 0.08);
  background-color: #fff;
}
@media (max-width: 768px) {
  .lower-movie .movie__short__list__item {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 5% 7.2%;
  }
}
.lower-movie .movie__short__list__item .movieArea {
  aspect-ratio: 9/16;
  max-width: 290px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .lower-movie .movie__short__list__item .movieArea {
    max-width: initial;
    margin-bottom: initial;
  }
}
.lower-movie .movie__short__list__item .movieArea iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.lower-movie .movie__short__list__item .movieArea lite-youtube {
  aspect-ratio: 9/16;
  max-width: 320px;
}
@media (max-width: 768px) {
  .lower-movie .movie__short__list__item .textArea {
    padding: 5% 0 0;
  }
}
.lower-movie .movie__short__list__item .textArea p {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0853c1;
}
@media (max-width: 768px) {
  .lower-movie .movie__short__list__item .textArea p {
    font-size: 1.5rem;
  }
}
.lower-movie .movie__short__deco .truck01 {
  position: absolute;
  pointer-events: none;
  -webkit-transform: translate(250px, 250px);
          transform: translate(250px, 250px);
  -webkit-transition: 1.5s cubic-bezier(0.14, 0.43, 0.36, 0.99);
  transition: 1.5s cubic-bezier(0.14, 0.43, 0.36, 0.99);
  top: 100px;
  right: -310px;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-movie .movie__short__deco .truck01 {
    top: 10px;
    right: -300px;
    -webkit-transform: translate(72px, 72px);
            transform: translate(72px, 72px);
  }
}
.lower-movie .movie__short__deco .truck01 .img {
  max-width: 620px;
}
@media (max-width: 834px) {
  .lower-movie .movie__short__deco .truck01 .img {
    max-width: 372px;
  }
}
.lower-movie .movie__short__deco .truck01 .img img {
  aspect-ratio: 620/620;
}
.lower-movie .movie__short__deco .truck01.js-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* ============================================
// インタビュー一覧ページ
// ==========================================*/
.lower-interview_l {
  /*------------------------------
    インタビュー一覧
  ------------------------------*/
}
.lower-interview_l .l-main {
  padding-bottom: 0;
  padding-top: 0;
  overflow: hidden;
}
.lower-interview_l .l-main::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(../img/interview/interview_pageheader_bg.png) top center/cover no-repeat;
  aspect-ratio: 2880/167;
  z-index: 2;
}
.lower-interview_l .pageHeader::before {
  background: url(../img/movie/lower_header_bg.png) bottom right/cover no-repeat;
  aspect-ratio: 2880/562;
  min-height: 281px;
}
@media (max-width: 834px) {
  .lower-interview_l .pageHeader::before {
    min-height: 152px;
  }
}
.lower-interview_l .pageHeader::after {
  bottom: max(0.1vw, 15px);
}
.lower-interview_l .pageHeader__inner {
  max-height: 450px;
  height: max(28.12vw, 405px);
}
@media (max-width: 834px) {
  .lower-interview_l .pageHeader__inner {
    height: max(38vw, 256px);
  }
}
.lower-interview_l .pageHeader__inner::before {
  display: none;
}
.lower-interview_l .pageHeader__inner .blueTruck {
  bottom: max(3.6vw, 52px);
}
@media (max-width: 834px) {
  .lower-interview_l .pageHeader__inner .blueTruck {
    bottom: max(1.2vw, 32px);
  }
}
.lower-interview_l .pageHeader__inner .redTruck {
  bottom: max(3.6vw, 52px);
}
@media (max-width: 834px) {
  .lower-interview_l .pageHeader__inner .redTruck {
    bottom: max(1.2vw, 32px);
  }
}
.lower-interview_l .interview__container {
  position: relative;
}
.lower-interview_l .interview__container::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  top: 20px;
  background: #fff;
  pointer-events: none;
  -webkit-transition: 0.6s cubic-bezier(1, 0, 0, 1);
  transition: 0.6s cubic-bezier(1, 0, 0, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-box-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
          box-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.lower-interview_l .interview__container.js-active::before {
  inset: 100% 0 0 0;
}
.lower-interview_l .interview__inner::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 -8px 0;
  max-width: 1020px;
  background: url(../img/interview/interview_l_bg.png) top right/cover no-repeat;
  pointer-events: none;
  z-index: -2;
  width: 100%;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__inner::before {
    background: url(../img/interview/interview_l_bg.png) top right -150vw/cover no-repeat;
    inset: -30px 0;
    aspect-ratio: auto;
  }
}
.lower-interview_l .interview__inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 1274px;
  aspect-ratio: 1274/98;
  background: url(../img/interview/interview_illust.png) center bottom/cover no-repeat;
  pointer-events: none;
  margin-bottom: -3px;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__inner::after {
    aspect-ratio: auto;
    height: 56px;
  }
}
.lower-interview_l .interview__list {
  max-width: 1080px;
  padding-top: 100px;
  padding-bottom: 180px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 12%;
}
@media (max-width: 1200px) and (min-width: 835px) {
  .lower-interview_l .interview__list {
    padding-right: 60px;
    padding-left: 60px;
    gap: 0 8%;
  }
}
@media (max-width: 834px) {
  .lower-interview_l .interview__list {
    grid-template-columns: 1fr;
    padding-top: 50px;
    padding-bottom: 120px;
  }
}
.lower-interview_l .interview__list::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 130px;
  left: -60px;
  width: 84px;
  aspect-ratio: 84/81;
  background: url(../img/interview/tree_deco01.png) center center/contain no-repeat;
}
@media (max-width: 1200px) {
  .lower-interview_l .interview__list::before {
    left: 5px;
  }
}
@media (max-width: 834px) {
  .lower-interview_l .interview__list::before {
    bottom: 80px;
    left: 5px;
    width: 48px;
  }
}
.lower-interview_l .interview__list__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  margin: 40px 0;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__list__item {
    margin: 25px auto;
  }
}
@media (max-width: 640px) {
  .lower-interview_l .interview__list__item:first-child a {
    margin-top: 0;
  }
  .lower-interview_l .interview__list__item:last-child a {
    margin-bottom: 0;
  }
}
.lower-interview_l .interview__list__item a {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (any-hover: hover) {
  .lower-interview_l .interview__list__item a:hover {
    opacity: 1;
  }
  .lower-interview_l .interview__list__item a:hover .imgArea img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .lower-interview_l .interview__list__item a:hover .bodyArea .copy {
    color: #0853c1;
  }
  .lower-interview_l .interview__list__item a:hover .bodyArea .profile__btn {
    scale: 1.1;
  }
}
.lower-interview_l .interview__list__item .imgArea {
  margin-bottom: 1.25em;
  overflow: hidden;
  max-width: 440px;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__list__item .imgArea {
    margin: 0 auto 12px;
    border-radius: 15px;
  }
}
.lower-interview_l .interview__list__item .imgArea img {
  aspect-ratio: 440/300;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-interview_l .interview__list__item .bodyArea {
  display: contents;
}
.lower-interview_l .interview__list__item .bodyArea .copy {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.65;
  margin-bottom: 28px;
  letter-spacing: 0.08em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__list__item .bodyArea .copy {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
}
.lower-interview_l .interview__list__item .bodyArea .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-top: 1px solid #e5e5e5;
  padding-top: 16px;
  gap: 3%;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__list__item .bodyArea .profile {
    padding-top: 8px;
  }
}
.lower-interview_l .interview__list__item .bodyArea .profile__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-interview_l .interview__list__item .bodyArea .profile__content .job {
  color: #0853c1;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__list__item .bodyArea .profile__content .job {
    margin-bottom: 0;
  }
}
.lower-interview_l .interview__list__item .bodyArea .profile__content .job::before {
  content: "";
  display: inline-block;
  background-color: #ce2424;
  border-radius: 50%;
  width: 10px;
  aspect-ratio: 1/1;
  margin-bottom: 1px;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__list__item .bodyArea .profile__content .job::before {
    width: 8px;
  }
}
.lower-interview_l .interview__list__item .bodyArea .profile__content .job .text {
  margin-left: 5px;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__list__item .bodyArea .profile__content .job .text {
    margin-left: 2px;
  }
}
.lower-interview_l .interview__list__item .bodyArea .profile__content .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 20px;
  line-height: 1;
}
.lower-interview_l .interview__list__item .bodyArea .profile__content .data .name {
  font-size: 2.4rem;
  font-weight: 600;
}
.lower-interview_l .interview__list__item .bodyArea .profile__content .data .name small {
  font-size: 1.4rem;
  margin-left: 0.3em;
  font-weight: 400;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__list__item .bodyArea .profile__content .data .name {
    font-size: 1.8rem;
  }
  .lower-interview_l .interview__list__item .bodyArea .profile__content .data .name small {
    font-size: 1.2rem;
  }
}
.lower-interview_l .interview__list__item .bodyArea .profile__content .data .join {
  font-size: 1.4rem;
  color: #5f5f5f;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__list__item .bodyArea .profile__content .data .join {
    font-size: 1.2rem;
  }
}
.lower-interview_l .interview__list__item .bodyArea .profile__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62px;
          flex: 0 0 62px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #0092e3;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__list__item .bodyArea .profile__btn {
    width: 32px;
  }
}
.lower-interview_l .interview__list__item .bodyArea .profile__btn::before {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 14/12;
  background: url(../img/interview/arrow.png) no-repeat center center/contain;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__list__item .bodyArea .profile__btn::before {
    width: 12px;
  }
}
.lower-interview_l .interview__deco .truck01 {
  position: absolute;
  top: 100px;
  right: -350px;
  pointer-events: none;
  -webkit-transform: translate(250px, 250px);
          transform: translate(250px, 250px);
  -webkit-transition: 1.5s cubic-bezier(0.14, 0.43, 0.36, 0.99);
  transition: 1.5s cubic-bezier(0.14, 0.43, 0.36, 0.99);
}
@media (max-width: 1800px) {
  .lower-interview_l .interview__deco .truck01 {
    right: -470px;
  }
}
@media (max-width: 1500px) {
  .lower-interview_l .interview__deco .truck01 {
    right: -590px;
    top: 80px;
  }
}
@media (max-width: 834px) {
  .lower-interview_l .interview__deco .truck01 {
    top: 28px;
    right: -360px;
    -webkit-transform: translate(72px, 72px);
            transform: translate(72px, 72px);
  }
}
.lower-interview_l .interview__deco .truck01 .img {
  max-width: 721px;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__deco .truck01 .img {
    max-width: 432.6px;
  }
}
.lower-interview_l .interview__deco .truck01 .img img {
  aspect-ratio: 721/737;
}
.lower-interview_l .interview__deco .truck01.js-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* ============================================
// インタビュー詳細ページ
// ==========================================*/
.lower-interview_d .commonTitle__inner .eng {
  margin-top: 11px;
  padding-top: 2px;
}
@media (max-width: 834px) {
  .lower-interview_d .commonTitle__inner .eng {
    margin-top: 8px;
  }
}
.lower-interview_d .l-main {
  padding-top: 0;
  padding-bottom: 160px;
}
@media (max-width: 834px) {
  .lower-interview_d .l-main {
    padding-bottom: 90px;
  }
}
.lower-interview_d .l-main::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 1233px;
  aspect-ratio: 1233/93;
  background: url(../img/interview/interview_illust02.png) center bottom/cover no-repeat;
  pointer-events: none;
  margin-bottom: -3px;
}
@media (max-width: 834px) {
  .lower-interview_d .l-main::before {
    aspect-ratio: auto;
    height: 56px;
  }
}
.lower-interview_d .interview {
  /*------------------------------
    メインエリア
  ------------------------------*/
  /*------------------------------
    プロフィール・入社のきっかけ
  ------------------------------*/
  /*------------------------------
    インタビューコンテンツ（通常）
  ------------------------------*/
  /*------------------------------
    オフの日の過ごし方
  ------------------------------*/
  /*------------------------------
    メッセージ
  ------------------------------*/
  /*------------------------------
    戻るボタン／取材日
  ------------------------------*/
}
.lower-interview_d .interview__main {
  padding-top: 134px;
  background: #e6f0fa;
  position: relative;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main {
    padding-top: 110px;
  }
}
.lower-interview_d .interview__main::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 1232px;
  aspect-ratio: 1268/98;
  background: url(../img/interview/interview_illust.png) center bottom/cover no-repeat;
  pointer-events: none;
  margin-bottom: -1px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main::before {
    aspect-ratio: auto;
    height: 56px;
  }
}
.lower-interview_d .interview__main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6.5%;
  padding-top: 20px;
  padding-bottom: 130px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner {
    display: block;
    padding-top: 0;
    padding-bottom: 80px;
  }
}
.lower-interview_d .interview__main__inner .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: clamp(45rem, 27.769rem + 16.827vw, 52rem);
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .imgArea {
    margin: 0 auto 16px;
  }
}
.lower-interview_d .interview__main__inner .imgArea img {
  aspect-ratio: 520/400;
  border-radius: 40px;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translate(-40px, 40px);
          transform: translate(-40px, 40px);
  -webkit-transition: 0.6s cubic-bezier(1, 0, 0, 1);
  transition: 0.6s cubic-bezier(1, 0, 0, 1);
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .imgArea img {
    border-radius: 20px;
  }
}
.lower-interview_d .interview__main__inner .imgArea.js-active img {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media (min-width: 835px) {
  .lower-interview_d .interview__main__inner .bodyArea {
    margin-top: 30px;
  }
}
.lower-interview_d .interview__main__inner .bodyArea .copy {
  font-size: clamp(3.4rem, 2.908rem + 0.481vw, 3.6rem);
  font-weight: 600;
  line-height: 1.65;
  margin-bottom: 25px;
  letter-spacing: 0.08em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .bodyArea .copy {
    font-size: 2rem;
    margin-bottom: 14px;
  }
}
.lower-interview_d .interview__main__inner .bodyArea .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-top: 1px solid #fff;
  padding-top: 20px;
  gap: 3%;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .bodyArea .profile {
    padding-top: 14px;
  }
}
.lower-interview_d .interview__main__inner .bodyArea .profile__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-interview_d .interview__main__inner .bodyArea .profile__content .job {
  color: #0853c1;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .bodyArea .profile__content .job {
    margin-bottom: 0;
  }
}
.lower-interview_d .interview__main__inner .bodyArea .profile__content .job::before {
  content: "";
  display: inline-block;
  background-color: #ce2424;
  border-radius: 50%;
  width: 10px;
  aspect-ratio: 1/1;
  margin-bottom: 1px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .bodyArea .profile__content .job::before {
    width: 8px;
  }
}
.lower-interview_d .interview__main__inner .bodyArea .profile__content .job .text {
  margin-left: 5px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .bodyArea .profile__content .job .text {
    margin-left: 2px;
  }
}
.lower-interview_d .interview__main__inner .bodyArea .profile__content .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 20px;
  line-height: 1;
}
.lower-interview_d .interview__main__inner .bodyArea .profile__content .data .name {
  font-size: 2.4rem;
  font-weight: 600;
}
.lower-interview_d .interview__main__inner .bodyArea .profile__content .data .name small {
  font-size: 1.4rem;
  margin-left: 0.3em;
  font-weight: 400;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .bodyArea .profile__content .data .name {
    font-size: 1.8rem;
  }
  .lower-interview_d .interview__main__inner .bodyArea .profile__content .data .name small {
    font-size: 1.2rem;
  }
}
.lower-interview_d .interview__main__inner .bodyArea .profile__content .data .join {
  font-size: 1.4rem;
  color: #5f5f5f;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .bodyArea .profile__content .data .join {
    font-size: 1.2rem;
  }
}
.lower-interview_d .interview__main__cloud .cloud01 {
  position: absolute;
  top: 180px;
  left: -17px;
  max-width: 170px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__cloud .cloud01 {
    top: max(31vw, 173px);
    left: -20px;
    max-width: max(10vw, 32px);
  }
}
.lower-interview_d .interview__main__cloud .cloud01 img {
  aspect-ratio: 170/43;
}
.lower-interview_d .interview__main__cloud .cloud02 {
  position: absolute;
  top: 280px;
  right: 20px;
  max-width: 147px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__cloud .cloud02 {
    top: 170px;
    right: -20px;
    max-width: max(14vw, 64px);
  }
}
.lower-interview_d .interview__main__cloud .cloud02 img {
  aspect-ratio: 147/23;
}
.lower-interview_d .interview__main__cloud .cloud03 {
  position: absolute;
  top: 90px;
  right: 520px;
  max-width: 177px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__cloud .cloud03 {
    top: 76px;
    right: 110px;
    max-width: max(10vw, 48px);
  }
}
.lower-interview_d .interview__main__cloud .cloud03 img {
  aspect-ratio: 177/15;
}
.lower-interview_d .interview__main__cloud .cloud04 {
  position: absolute;
  top: 53px;
  right: 40px;
  max-width: 393px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__cloud .cloud04 {
    top: 60px;
    right: 10px;
    max-width: max(27vw, 113px);
  }
}
.lower-interview_d .interview__main__cloud .cloud04 img {
  aspect-ratio: 393/31;
}
.lower-interview_d .interview__main__cloud .cloud05 {
  position: absolute;
  top: 36px;
  right: -50px;
  max-width: 238px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__cloud .cloud05 {
    top: 54px;
    right: 0px;
    max-width: max(12vw, 54px);
  }
}
.lower-interview_d .interview__main__cloud .cloud05 img {
  aspect-ratio: 238/35;
}
.lower-interview_d .interview__secWrap {
  position: relative;
}
.lower-interview_d .interview__secWrap::before {
  content: "";
  display: block;
  position: absolute;
  max-width: 1180px;
  background: url(../img/interview/interview_d_bg.png) center center/cover no-repeat;
  pointer-events: none;
  top: -80px;
  left: 6vw;
  bottom: 0;
  width: 100%;
  z-index: -2;
  pointer-events: none;
}
@media (max-width: 1160px) {
  .lower-interview_d .interview__secWrap::before {
    left: 0;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__secWrap::before {
    background: url(../img/interview/interview_d_bg.png) top left -158vw/cover no-repeat;
    inset: 430px 0 0 0;
    max-width: 100%;
    top: -50px;
  }
}
.lower-interview_d .interview__secWrap:has(.interview__profilereason)::before {
  top: 140px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__secWrap:has(.interview__profilereason)::before {
    top: 480px;
  }
}
.lower-interview_d .interview__profilereason {
  position: relative;
}
.lower-interview_d .interview__profilereason::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -200px;
  right: 0;
  max-width: 389px;
  aspect-ratio: 778/976;
  background: url(../img/interview/interview_road_deco.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
  width: 100%;
}
@media (max-width: 1280px) {
  .lower-interview_d .interview__profilereason::before {
    right: -120px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__profilereason::before {
    bottom: -60px;
    width: 270px;
    right: -134px;
  }
}
.lower-interview_d .interview__profilereason__inner {
  max-width: 1180px;
  margin-top: 80px;
  margin-bottom: 80px;
  z-index: 2;
}
@media (min-width: 835px) {
  .lower-interview_d .interview__profilereason__inner {
    min-height: 240px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__profilereason__inner {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.lower-interview_d .interview__profilereason__contents {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(4, 13, 64, 0.08);
          box-shadow: 0px 0px 24px 0px rgba(4, 13, 64, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__profilereason__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2px 28px;
  }
}
.lower-interview_d .interview__profilereason__contents:has(.interview__profile) .interview__reason {
  border-left: 1px solid #e5e5e5;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__profilereason__contents:has(.interview__profile) .interview__reason {
    border-top: 1px solid #e5e5e5;
    border-left: none;
  }
}
.lower-interview_d .interview__profilereason .commonTitle {
  margin-bottom: 10px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__profilereason .commonTitle {
    margin-bottom: 4px;
  }
}
.lower-interview_d .interview__profilereason .commonTitle__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 20px;
}
.lower-interview_d .interview__profilereason .commonTitle__inner .eng {
  font-size: 4rem;
  margin-top: 0;
}
.lower-interview_d .interview__profilereason .commonTitle__inner .ja {
  font-size: 1.4rem;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__profilereason .commonTitle__inner {
    gap: 12px;
  }
  .lower-interview_d .interview__profilereason .commonTitle__inner .eng {
    font-size: 3rem;
  }
  .lower-interview_d .interview__profilereason .commonTitle__inner .ja {
    font-size: 1.2rem;
  }
}
.lower-interview_d .interview__profilereason__deco .truck01 {
  position: absolute;
  bottom: -170px;
  right: -260px;
  z-index: 1;
  -webkit-transform: translate(-148px, 0px) rotate(0deg);
          transform: translate(-148px, 0px) rotate(0deg);
  pointer-events: none;
}
@media (max-width: 1280px) {
  .lower-interview_d .interview__profilereason__deco .truck01 {
    right: -370px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__profilereason__deco .truck01 {
    bottom: -40px;
    right: -376px;
  }
}
.lower-interview_d .interview__profilereason__deco .truck01 .img {
  max-width: 448px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__profilereason__deco .truck01 .img {
    max-width: 313.6px;
  }
}
.lower-interview_d .interview__profilereason__deco .truck01 .img img {
  aspect-ratio: 1/1;
}
.lower-interview_d .interview__profile, .lower-interview_d .interview__reason {
  padding: 0 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__profile, .lower-interview_d .interview__reason {
    padding: 28px 0;
  }
}
.lower-interview_d .interview__topics {
  position: relative;
  margin-top: 80px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics {
    margin-top: 48px;
  }
}
.lower-interview_d .interview__topics::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #fff;
  pointer-events: none;
  -webkit-transition: 0.6s cubic-bezier(1, 0, 0, 1);
  transition: 0.6s cubic-bezier(1, 0, 0, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-box-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
          box-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.lower-interview_d .interview__topics.js-active::before {
  inset: 100% 0 0 0;
}
.lower-interview_d .interview__topics::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 260px;
  background: url(../img/interview/topics_bottom_illust.png) left bottom/cover repeat-x;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics::after {
    height: 152px;
  }
}
.lower-interview_d .interview__topics__inner {
  max-width: 1180px;
  padding-bottom: 350px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__inner {
    padding-bottom: 170px;
  }
}
.lower-interview_d .interview__topics__inner .commonTitle__inner {
  margin: 0 auto;
  text-align: center;
}
.lower-interview_d .interview__topics__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5%;
  padding-top: 80px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item {
    display: block;
    padding-top: 40px;
  }
  .lower-interview_d .interview__topics__item:first-child {
    padding-top: 20px;
  }
}
@media (min-width: 835px) {
  .lower-interview_d .interview__topics__item:first-child {
    padding-top: 60px;
  }
  .lower-interview_d .interview__topics__item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item:last-child {
    margin-bottom: 0;
  }
}
.lower-interview_d .interview__topics__item:nth-child(even) .imgArea img {
  -webkit-transform: translate(-40px, 40px);
          transform: translate(-40px, 40px);
}
.lower-interview_d .interview__topics__item .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: clamp(38rem, 23.231rem + 14.423vw, 44rem);
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .imgArea {
    margin: 0 auto 14px;
  }
}
.lower-interview_d .interview__topics__item .imgArea img {
  aspect-ratio: 440/320;
  border-radius: 30px;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translate(40px, 40px);
          transform: translate(40px, 40px);
  -webkit-transition: 1s cubic-bezier(1, 0, 0, 1);
  transition: 1s cubic-bezier(1, 0, 0, 1);
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .imgArea img {
    border-radius: 15px;
  }
}
.lower-interview_d .interview__topics__item .imgArea.js-active img {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.lower-interview_d .interview__topics__item .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-interview_d .interview__topics__item .txtArea .lead {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0.5em;
  color: #0853c1;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .txtArea .lead {
    font-size: 1.3em;
    margin-bottom: 6px;
  }
}
.lower-interview_d .interview__topics__deco .truck01 {
  position: absolute;
  bottom: 32px;
  left: 0;
  pointer-events: none;
  z-index: 1;
  width: 100%;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__deco .truck01 {
    bottom: 19px;
  }
}
.lower-interview_d .interview__topics__deco .truck01 .img {
  max-width: 99px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__deco .truck01 .img {
    max-width: 59.4px;
  }
}
.lower-interview_d .interview__topics__deco .truck01 .img img {
  aspect-ratio: 99/56;
}
.lower-interview_d .interview__dayoff {
  background: #e6f0fa;
  position: relative;
}
.lower-interview_d .interview__dayoff::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  margin-bottom: -1px;
  aspect-ratio: 1440/80;
  background: url(../img/interview/dayoff_shape.svg) center bottom/cover no-repeat;
  pointer-events: none;
  z-index: 2;
}
.lower-interview_d .interview__dayoff__inner {
  max-width: 1080px;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 3;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__dayoff__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.lower-interview_d .interview__dayoff__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 90px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(4, 13, 64, 0.08);
          box-shadow: 0px 0px 24px 0px rgba(4, 13, 64, 0.08);
  gap: 9%;
  position: relative;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__dayoff__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 28px;
  }
}
.lower-interview_d .interview__dayoff__contents::before {
  content: "";
  display: block;
  position: absolute;
  top: -37px;
  left: -100px;
  width: 77px;
  aspect-ratio: 77/88;
  background: url(../img/interview/tree_deco02.png) center center/contain no-repeat;
}
@media (max-width: 1230px) {
  .lower-interview_d .interview__dayoff__contents::before {
    top: -57px;
    left: -38px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__dayoff__contents::before {
    top: -32px;
    left: -26px;
    width: 48px;
  }
}
.lower-interview_d .interview__dayoff .commonTitle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.lower-interview_d .interview__dayoff .commonTitle__inner {
  margin-bottom: 10px;
}
.lower-interview_d .interview__dayoff .commonTitle__inner .eng {
  font-size: 6rem;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__dayoff .commonTitle__inner {
    text-align: center;
  }
  .lower-interview_d .interview__dayoff .commonTitle__inner .eng {
    font-size: 3.6rem;
  }
  .lower-interview_d .interview__dayoff .commonTitle__inner .ja {
    font-size: 1.3rem;
  }
}
.lower-interview_d .interview__dayoff .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-interview_d .interview__dayoff__deco .truck01 {
  position: absolute;
  top: 330px;
  left: -590px;
  pointer-events: none;
  -webkit-transform: translate(-200px, 260px);
          transform: translate(-200px, 260px);
  -webkit-transition: 3s cubic-bezier(0.14, 0.43, 0.36, 0.99);
  transition: 3s cubic-bezier(0.14, 0.43, 0.36, 0.99);
}
@media (max-width: 834px) {
  .lower-interview_d .interview__dayoff__deco .truck01 {
    top: 310px;
    left: -400px;
    -webkit-transform: translate(-75px, 105px);
            transform: translate(-75px, 105px);
  }
}
.lower-interview_d .interview__dayoff__deco .truck01 .img {
  max-width: 792px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__dayoff__deco .truck01 .img {
    max-width: 475.2px;
  }
}
.lower-interview_d .interview__dayoff__deco .truck01 .img img {
  aspect-ratio: 792/790;
}
.lower-interview_d .interview__dayoff__deco .truck01.js-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.lower-interview_d .interview__dayoff__deco .truck02 {
  position: absolute;
  bottom: -52px;
  right: -448px;
  -webkit-transform: translate(171px, -171px);
          transform: translate(171px, -171px);
  -webkit-transition: 2s cubic-bezier(0.14, 0.43, 0.36, 0.99);
  transition: 2s cubic-bezier(0.14, 0.43, 0.36, 0.99);
  z-index: 2;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__dayoff__deco .truck02 {
    bottom: -20px;
    right: -300px;
    -webkit-transform: translate(71px, -51px);
            transform: translate(71px, -51px);
  }
}
.lower-interview_d .interview__dayoff__deco .truck02 .img {
  max-width: 619px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__dayoff__deco .truck02 .img {
    max-width: 371.4px;
  }
}
.lower-interview_d .interview__dayoff__deco .truck02 .img img {
  aspect-ratio: 619/627;
}
.lower-interview_d .interview__dayoff__deco .truck02.js-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.lower-interview_d .interview__message__inner {
  max-width: 1080px;
  padding-top: 80px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message__inner {
    padding-top: 40px;
  }
}
.lower-interview_d .interview__message__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7%;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lower-interview_d .interview__message__contents::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -37px;
  right: -40px;
  width: 77px;
  aspect-ratio: 77/88;
  background: url(../img/interview/tree_deco03.png) center center/contain no-repeat;
}
@media (max-width: 1230px) {
  .lower-interview_d .interview__message__contents::before {
    right: 10px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message__contents::before {
    right: 5px;
    width: 54px;
  }
}
.lower-interview_d .interview__message__contents .txtArea {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message__contents .txtArea {
    display: contents;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message__contents .txtArea .commonTitle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: auto;
  }
}
.lower-interview_d .interview__message__contents .txtArea .commonTitle__inner {
  margin-bottom: 16px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message__contents .txtArea .commonTitle__inner {
    margin-bottom: 10px;
  }
}
.lower-interview_d .interview__message__contents .txtArea .commonTitle__inner .eng {
  font-size: 6rem;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message__contents .txtArea .commonTitle__inner .eng {
    font-size: 3.6rem;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message__contents .txtArea .txt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.lower-interview_d .interview__message__contents .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 300px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message__contents .imgArea {
    width: 70%;
    max-width: 240px;
    margin: 16px auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.lower-interview_d .interview__message__contents .imgArea img {
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.lower-interview_d .interview__bottom {
  margin-top: 90px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__bottom {
    margin-top: 48px;
  }
}
.lower-interview_d .interview__bottom .commonBtn__inner {
  margin: 0 auto;
}
.lower-interview_d .interview__bottom .commonBtn__inner a::before {
  background: url(../img/interview/arrow02.png) center center/contain no-repeat;
  left: 2em;
  right: auto;
}
.lower-interview_d .interview__bottom .date {
  display: block;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 1.2em;
  font-weight: 500;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__bottom .date {
    margin-top: 10px;
  }
}

/* ============================================
// 会社を知る
// ==========================================*/
.lower-company .l-main {
  padding-bottom: 0;
}
.lower-company .l-main:has(.company__system) .company__data::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  margin-bottom: -1px;
  aspect-ratio: 1440/80;
  background: url(../img/company/data_shape.svg) center bottom/cover no-repeat;
  pointer-events: none;
  z-index: 2;
}
.lower-company .l-main:has(.company__system) .company__data__deco {
  display: block;
}
.lower-company .l-main:has(.company__system) .company__data__deco .truck01 {
  position: absolute;
  pointer-events: none;
  -webkit-transform: translate(250px, 250px);
          transform: translate(250px, 250px);
  -webkit-transition: 1.5s cubic-bezier(0.14, 0.43, 0.36, 0.99);
  transition: 1.5s cubic-bezier(0.14, 0.43, 0.36, 0.99);
  top: 100px;
  right: -450px;
  z-index: 0;
}
@media (max-width: 1600px) {
  .lower-company .l-main:has(.company__system) .company__data__deco .truck01 {
    right: -600px;
    -webkit-transform: translate(190px, 190px);
            transform: translate(190px, 190px);
  }
}
@media (max-width: 834px) {
  .lower-company .l-main:has(.company__system) .company__data__deco .truck01 {
    top: 40px;
    right: -370px;
    -webkit-transform: translate(72px, 72px);
            transform: translate(72px, 72px);
  }
}
.lower-company .l-main:has(.company__system) .company__data__deco .truck01 .img {
  max-width: 790px;
}
@media (max-width: 834px) {
  .lower-company .l-main:has(.company__system) .company__data__deco .truck01 .img {
    max-width: 474px;
  }
}
.lower-company .l-main:has(.company__system) .company__data__deco .truck01 .img img {
  aspect-ratio: 790/790;
}
.lower-company .l-main:has(.company__system) .company__data__deco .truck01.js-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.lower-company .company__intro__inner {
  max-width: 1080px;
  z-index: 2;
}
.lower-company .company__intro__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 50px;
  left: 45px;
  width: 77px;
  aspect-ratio: 153/176;
  background: url(../img/company/tree_deco01.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .lower-company .company__intro__inner::before {
    display: none;
  }
}
.lower-company .company__intro__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  max-width: 720px;
}
@media (max-width: 834px) {
  .lower-company .company__intro__text .text br {
    display: none;
  }
}
.lower-company .company__intro__anchor {
  max-width: 1240px;
  margin-top: 50px;
  margin-bottom: 80px;
}
@media (max-width: 834px) {
  .lower-company .company__intro__anchor {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.lower-company .company__intro__anchor .anchorList {
  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 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 834px) {
  .lower-company .company__intro__anchor .anchorList {
    gap: 10px 24px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.lower-company .company__intro__anchor .anchorList__item a {
  position: relative;
  display: inline-block;
}
.lower-company .company__intro__anchor .anchorList__item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lower-company .company__intro__anchor .anchorList__item a .text {
  color: #000;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 834px) {
  .lower-company .company__intro__anchor .anchorList__item a .text {
    gap: 12px;
  }
}
.lower-company .company__intro__anchor .anchorList__item a .text::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #0853c1;
  border-right: 3px solid #0853c1;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-bottom: 5px;
}
@media (max-width: 834px) {
  .lower-company .company__intro__anchor .anchorList__item a .text::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid #0853c1;
    border-right: 2px solid #0853c1;
  }
}
.lower-company .company__intro__deco .truck01 {
  position: absolute;
  pointer-events: none;
  -webkit-transform: translate(250px, 250px);
          transform: translate(250px, 250px);
  -webkit-transition: 1.5s cubic-bezier(0.14, 0.43, 0.36, 0.99);
  transition: 1.5s cubic-bezier(0.14, 0.43, 0.36, 0.99);
  top: 100px;
  right: -450px;
  z-index: 1;
}
@media (max-width: 1600px) {
  .lower-company .company__intro__deco .truck01 {
    right: -600px;
    -webkit-transform: translate(190px, 190px);
            transform: translate(190px, 190px);
  }
}
@media (max-width: 1160px) {
  .lower-company .company__intro__deco .truck01 {
    right: -660px;
    -webkit-transform: translate(100px, 100px);
            transform: translate(100px, 100px);
  }
}
@media (max-width: 834px) {
  .lower-company .company__intro__deco .truck01 {
    top: 240px;
    right: -370px;
    -webkit-transform: translate(72px, 72px);
            transform: translate(72px, 72px);
  }
}
.lower-company .company__intro__deco .truck01 .img {
  max-width: 790px;
}
@media (max-width: 834px) {
  .lower-company .company__intro__deco .truck01 .img {
    max-width: 474px;
  }
}
.lower-company .company__intro__deco .truck01 .img img {
  aspect-ratio: 790/790;
}
.lower-company .company__intro__deco .truck01.js-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.lower-company .company__welfare {
  background: #e6f0fa;
  position: relative;
}
.lower-company .company__welfare::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -200px;
  right: 0;
  max-width: 389px;
  aspect-ratio: 778/976;
  background: url(../img/interview/interview_road_deco.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: 1;
  width: 100%;
}
@media (max-width: 1280px) {
  .lower-company .company__welfare::before {
    right: -120px;
  }
}
@media (max-width: 834px) {
  .lower-company .company__welfare::before {
    bottom: -130px;
    width: 270px;
    right: -145px;
  }
}
.lower-company .company__welfare__inner {
  padding-top: 90px;
  padding-bottom: 90px;
  z-index: 2;
}
@media (max-width: 834px) {
  .lower-company .company__welfare__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.lower-company .company__welfare__head .commonTitle {
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .lower-company .company__welfare__head .commonTitle {
    margin-bottom: 12px;
  }
}
.lower-company .company__welfare__head .commonTitle__inner {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 835px) {
  .lower-company .company__welfare__head .commonTitle__inner .eng {
    padding-top: 4px;
    margin-top: 14px;
  }
}
.lower-company .company__welfare__head .desc {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 80px;
}
@media (max-width: 834px) {
  .lower-company .company__welfare__head .desc {
    margin-bottom: 30px;
  }
  .lower-company .company__welfare__head .desc br {
    display: none;
  }
}
.lower-company .company__welfare__body {
  background: #fff;
  position: relative;
}
.lower-company .company__welfare__body::before {
  content: "";
  display: block;
  position: absolute;
  top: -80px;
  right: -65px;
  width: 84px;
  aspect-ratio: 167/162;
  background: url(../img/company/tree_deco02.png) center center/contain no-repeat;
}
@media (max-width: 1330px) {
  .lower-company .company__welfare__body::before {
    right: -35px;
  }
}
@media (max-width: 834px) {
  .lower-company .company__welfare__body::before {
    display: none;
  }
}
.lower-company .company__welfare__body .welfareList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 834px) {
  .lower-company .company__welfare__body .welfareList {
    grid-template-columns: 1fr;
  }
}
.lower-company .company__welfare__body .welfareList__item {
  padding: 40px 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: 30px;
}
@media (max-width: 834px) {
  .lower-company .company__welfare__body .welfareList__item {
    padding: 22px;
  }
  .lower-company .company__welfare__body .welfareList__item:first-child {
    border-top: none;
  }
}
@media (min-width: 835px) {
  .lower-company .company__welfare__body .welfareList__item:nth-child(odd) {
    border-right: 1px solid #e5e5e5;
  }
  .lower-company .company__welfare__body .welfareList__item:first-child, .lower-company .company__welfare__body .welfareList__item:nth-child(2) {
    border-top: none;
  }
  .lower-company .company__welfare__body .welfareList__item:last-child:nth-child(odd) {
    grid-column: span 2;
  }
}
.lower-company .company__welfare__body .welfareList__item .iconArea {
  background: rgba(8, 83, 193, 0.1);
  width: 84px;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 834px) {
  .lower-company .company__welfare__body .welfareList__item .iconArea {
    width: 54px;
  }
}
.lower-company .company__welfare__body .welfareList__item .iconArea .icon {
  max-width: 84px;
}
.lower-company .company__welfare__body .welfareList__item .iconArea .icon img {
  aspect-ratio: 1/1;
}
.lower-company .company__welfare__body .welfareList__item .textArea .ttl {
  font-size: 20px;
  font-weight: 700;
  color: #0853c1;
}
@media (max-width: 834px) {
  .lower-company .company__welfare__body .welfareList__item .textArea .ttl {
    font-size: 18px;
  }
}
.lower-company .company__welfare__body .welfareList__item .textArea .desc {
  margin-top: 5px;
}
.lower-company .company__welfare__deco .truck01 {
  position: absolute;
  bottom: -170px;
  right: -260px;
  z-index: 1;
  -webkit-transform: translate(-148px, 0px) rotate(0deg);
          transform: translate(-148px, 0px) rotate(0deg);
  pointer-events: none;
}
@media (max-width: 1280px) {
  .lower-company .company__welfare__deco .truck01 {
    right: -370px;
  }
}
@media (max-width: 834px) {
  .lower-company .company__welfare__deco .truck01 {
    bottom: -110px;
    right: -376px;
  }
}
.lower-company .company__welfare__deco .truck01 .img {
  max-width: 448px;
}
@media (max-width: 834px) {
  .lower-company .company__welfare__deco .truck01 .img {
    max-width: 313.6px;
  }
}
.lower-company .company__welfare__deco .truck01 .img img {
  aspect-ratio: 1/1;
}
.lower-company .company__welfare__deco .truck02 {
  position: absolute;
  z-index: 1;
  top: 90px;
  left: -300px;
  pointer-events: none;
  -webkit-transform: translate(-300px, 250px);
          transform: translate(-300px, 250px);
  -webkit-transition: 1.5s cubic-bezier(0.14, 0.43, 0.36, 0.99);
  transition: 1.5s cubic-bezier(0.14, 0.43, 0.36, 0.99);
}
@media (max-width: 834px) {
  .lower-company .company__welfare__deco .truck02 {
    top: 40px;
    left: -290px;
    -webkit-transform: translate(-72px, 72px);
            transform: translate(-72px, 72px);
  }
}
.lower-company .company__welfare__deco .truck02 .img {
  max-width: 622px;
}
@media (max-width: 834px) {
  .lower-company .company__welfare__deco .truck02 .img {
    max-width: 373.2px;
  }
}
.lower-company .company__welfare__deco .truck02 .img img {
  aspect-ratio: 622/620;
}
.lower-company .company__welfare__deco .truck02.js-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.lower-company .company__system {
  position: relative;
}
.lower-company .company__system::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 260px;
  background: url(../img/company/system_bottom_illust.png) left bottom/cover repeat-x;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-company .company__system::before {
    height: 152px;
  }
}
.lower-company .company__system__inner {
  max-width: 1180px;
  padding-top: 170px;
  padding-bottom: 290px;
}
@media (max-width: 834px) {
  .lower-company .company__system__inner {
    padding-top: 90px;
    padding-bottom: 160px;
  }
}
.lower-company .company__system__head .commonTitle {
  margin-bottom: 30px;
}
@media (max-width: 834px) {
  .lower-company .company__system__head .commonTitle {
    margin-bottom: 12px;
  }
}
.lower-company .company__system__head .desc {
  margin-bottom: 60px;
}
@media (max-width: 834px) {
  .lower-company .company__system__head .desc {
    margin-bottom: 30px;
  }
  .lower-company .company__system__head .desc br {
    display: none;
  }
}
.lower-company .company__system__body .systemList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5%;
  padding: 40px 0;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 834px) {
  .lower-company .company__system__body .systemList__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0 30px;
  }
}
.lower-company .company__system__body .systemList__item:first-child {
  border-top: 1px solid #e5e5e5;
}
.lower-company .company__system__body .systemList__item .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-company .company__system__body .systemList__item .textArea .num {
  font-size: 1.4rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
}
@media (max-width: 834px) {
  .lower-company .company__system__body .systemList__item .textArea .num {
    font-size: 1.2rem;
  }
}
.lower-company .company__system__body .systemList__item .textArea .num::before {
  content: "";
  display: inline-block;
  width: 7px;
  aspect-ratio: 1/1;
  background-color: #ce2424;
  border-radius: 50%;
  margin-right: 8px;
}
.lower-company .company__system__body .systemList__item .textArea .ttl {
  font-size: 2.8rem;
  font-weight: 600;
  color: #0853c1;
}
@media (max-width: 834px) {
  .lower-company .company__system__body .systemList__item .textArea .ttl {
    font-size: 2rem;
  }
}
.lower-company .company__system__body .systemList__item .textArea .desc {
  margin-top: 15px;
}
@media (max-width: 834px) {
  .lower-company .company__system__body .systemList__item .textArea .desc {
    margin-top: 8px;
  }
  .lower-company .company__system__body .systemList__item .textArea .desc br {
    display: none;
  }
}
.lower-company .company__system__body .systemList__item .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 834px) {
  .lower-company .company__system__body .systemList__item .imgArea {
    margin-top: 18px;
  }
}
.lower-company .company__system__body .systemList__item .imgArea .img {
  max-width: 360px;
}
.lower-company .company__system__body .systemList__item .imgArea .img img {
  aspect-ratio: 720/521;
  border-radius: 30px;
  opacity: 0;
  -webkit-transform: translate(40px, 40px);
          transform: translate(40px, 40px);
  -webkit-transition: 1s cubic-bezier(1, 0, 0, 1);
  transition: 1s cubic-bezier(1, 0, 0, 1);
}
@media (max-width: 834px) {
  .lower-company .company__system__body .systemList__item .imgArea .img img {
    border-radius: 15px;
  }
}
.lower-company .company__system__body .systemList__item .imgArea.js-active .img img {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.lower-company .company__system__deco .truck01 {
  position: absolute;
  bottom: 32px;
  left: 0;
  pointer-events: none;
  z-index: 1;
  width: 100%;
}
@media (max-width: 834px) {
  .lower-company .company__system__deco .truck01 {
    bottom: 19px;
  }
}
.lower-company .company__system__deco .truck01 .img {
  max-width: 99px;
}
@media (max-width: 834px) {
  .lower-company .company__system__deco .truck01 .img {
    max-width: 59.4px;
  }
}
.lower-company .company__system__deco .truck01 .img img {
  aspect-ratio: 99/56;
}
.lower-company .company__system__deco .truck02 {
  position: absolute;
  top: 80px;
  left: -150px;
  pointer-events: none;
  -webkit-transform: translateX(calc(-100% + 151px));
          transform: translateX(calc(-100% + 151px));
  -webkit-transition: 3s cubic-bezier(0.14, 0.43, 0.36, 0.99);
  transition: 3s cubic-bezier(0.14, 0.43, 0.36, 0.99);
}
@media (max-width: 1600px) {
  .lower-company .company__system__deco .truck02 {
    left: -330px;
    -webkit-transform: translateX(calc(-100% + 331px));
            transform: translateX(calc(-100% + 331px));
  }
}
@media (max-width: 1240px) {
  .lower-company .company__system__deco .truck02 {
    left: -360px;
    -webkit-transform: translateX(calc(-100% + 361px));
            transform: translateX(calc(-100% + 361px));
  }
}
@media (max-width: 834px) {
  .lower-company .company__system__deco .truck02 {
    top: 42px;
    left: -410px;
    -webkit-transform: translateX(calc(-100% + 411px));
            transform: translateX(calc(-100% + 411px));
  }
}
.lower-company .company__system__deco .truck02 .img {
  max-width: 849px;
}
@media (max-width: 834px) {
  .lower-company .company__system__deco .truck02 .img {
    max-width: 594.3px;
  }
}
.lower-company .company__system__deco .truck02 .img img {
  aspect-ratio: 849/55;
}
.lower-company .company__system__deco .truck02.js-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.lower-company .company__data {
  background: #e6f0fa;
  position: relative;
}
.lower-company .company__data::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 1274px;
  aspect-ratio: 1274/98;
  background: url(../img/company/illust.png) center bottom/cover no-repeat;
  pointer-events: none;
  margin-bottom: -3px;
}
@media (max-width: 834px) {
  .lower-company .company__data::after {
    aspect-ratio: auto;
    height: 56px;
  }
}
.lower-company .company__data__inner {
  padding-top: 90px;
  padding-bottom: 140px;
}
@media (max-width: 834px) {
  .lower-company .company__data__inner {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.lower-company .company__data__inner .commonTitle {
  margin-bottom: 50px;
}
@media (max-width: 834px) {
  .lower-company .company__data__inner .commonTitle {
    margin-bottom: 20px;
  }
}
.lower-company .company__data__inner .commonTitle__inner {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 835px) {
  .lower-company .company__data__inner .commonTitle__inner .eng {
    padding-top: 4px;
    margin-top: 14px;
  }
}
.lower-company .company__data__inner .dataList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-company .company__data__inner .dataList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 20px;
  }
}
.lower-company .company__data__inner .dataList::before {
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: -55px;
  width: 77px;
  aspect-ratio: 153/176;
  background: url(../img/company/tree_deco01.png) center center/contain no-repeat;
}
@media (max-width: 1330px) {
  .lower-company .company__data__inner .dataList::before {
    left: -35px;
  }
}
@media (max-width: 834px) {
  .lower-company .company__data__inner .dataList::before {
    top: -37px;
    left: -22px;
    width: 48px;
  }
}
.lower-company .company__data__inner .dataList__item {
  position: relative;
  min-height: 280px;
  padding: 40px 0 20px;
  background: #ffffff;
  counter-increment: data-num;
  background: #fff;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(4, 13, 64, 0.08);
          box-shadow: 0px 0px 24px 0px rgba(4, 13, 64, 0.08);
}
@media (min-width: 835px) {
  .lower-company .company__data__inner .dataList__item.-one {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - 26.6666666667px);
            flex: 0 0 calc(33.3333333333% - 26.6666666667px);
    -ms-flex-preferred-size: calc(33.3333333333% - 26.6666666667px);
        flex-basis: calc(33.3333333333% - 26.6666666667px);
    max-width: calc(33.3333333333% - 26.6666666667px);
  }
  .lower-company .company__data__inner .dataList__item.-two {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(66.6666666667% - 20px);
            flex: 0 0 calc(66.6666666667% - 20px);
    -ms-flex-preferred-size: calc(66.6666666667% - 20px);
        flex-basis: calc(66.6666666667% - 20px);
    max-width: calc(66.6666666667% - 20px);
  }
  .lower-company .company__data__inner .dataList__item.-half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .lower-company .company__data__inner .dataList__item.-full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 834px) {
  .lower-company .company__data__inner .dataList__item {
    padding: 32px 0 20px;
  }
}
.lower-company .company__data__inner .dataList__item__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lower-company .company__data__inner .dataList__item .head {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 1.5em;
  color: #0853c1;
  padding: 0 40px;
}
@media (max-width: 834px) {
  .lower-company .company__data__inner .dataList__item .head {
    font-size: 2rem;
    margin-bottom: 24px;
    padding: 0 max(28px, 5.5%);
  }
}
.lower-company .company__data__inner .dataList__item .head::before {
  content: "Data " counter(data-num, decimal-leading-zero);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1;
  margin: 0 auto 8px;
  padding: 7px 13px 4px;
  background: #0092e3;
  border-radius: 30px;
}
@media (max-width: 834px) {
  .lower-company .company__data__inner .dataList__item .head::before {
    font-size: 1rem;
    margin-bottom: 4px;
  }
}
.lower-company .company__data__inner .dataList__item .head .hd {
  font-weight: 600;
}
.lower-company .company__data__inner .dataList__item .head br {
  display: none;
}
@media (max-width: 834px) {
  .lower-company .company__data__inner .dataList__item .head br {
    display: block;
  }
}
.lower-company .company__data__inner .dataList__item .body {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
  margin: auto;
  padding: 0 40px 30px;
}
@media (max-width: 834px) {
  .lower-company .company__data__inner .dataList__item .body {
    padding: 0 max(28px, 5.5%);
    padding-bottom: 15px;
  }
}
.lower-company .company__data__inner .dataList__item .body.-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7%;
}
.lower-company .company__data__inner .dataList__item .body.-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media (max-width: 834px) {
  .lower-company .company__data__inner .dataList__item .body.-vertical {
    gap: 16px;
  }
}
.lower-company .company__data__inner .dataList__item .annotation {
  text-align: right;
  font-size: 1.3rem;
  color: #8d8d8d;
  padding: 0 30px;
}
@media (max-width: 834px) {
  .lower-company .company__data__inner .dataList__item .annotation {
    font-size: 1.2rem;
    padding: 0 max(28px, 5.5%);
  }
}
.lower-company .company__data__inner .dataList__item .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lower-company .company__data__inner .dataList__item .data-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.lower-company .company__data__inner .dataList__item .data .body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  margin: 0;
}
.lower-company .company__data__inner .dataList__item .data .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 0.2em;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-company .company__data__inner .dataList__item .data .num {
    font-size: 1.5rem;
  }
}
.lower-company .company__data__inner .dataList__item .data .num b {
  font-family: "Josefin Sans", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  color: #000;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}
@media (max-width: 834px) {
  .lower-company .company__data__inner .dataList__item .data .num b {
    font-size: 4.8rem;
  }
}
.lower-company .company__data__inner .dataList__item .data .num b.big {
  font-size: 7rem;
}
@media (max-width: 834px) {
  .lower-company .company__data__inner .dataList__item .data .num b.big {
    font-size: 5rem;
  }
}
.lower-company .company__data__inner .dataList__item .tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.5em 1.4em;
  text-align: left;
  font-size: 1.8rem;
}
@media (max-width: 834px) {
  .lower-company .company__data__inner .dataList__item .tips {
    width: 100%;
    max-width: inherit;
  }
}
.lower-company .company__data__inner .dataList__item .tips-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  line-height: 1.5;
  word-break: break-all;
}
@media (max-width: 834px) {
  .lower-company .company__data__inner .dataList__item .tips-item {
    font-size: 1.3rem;
  }
}
.lower-company .company__data__inner .dataList__item .tips-item::before {
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  min-width: 1.2em;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  background: #e5e5e5;
}
@media (max-width: 834px) {
  .lower-company .company__data__inner .dataList__item .tips-item::before {
    min-width: 1em;
  }
}
.lower-company .company__data__inner .dataList__item .tips-item .hd {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.4em;
}
.lower-company .company__data__inner .dataList__item .tips-item .hd:before {
  content: "";
  aspect-ratio: 1/1;
  width: 0.8em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.8em;
          flex: 0 0 0.8em;
  margin-top: 0.45em;
  background: #000;
}
.lower-company .company__data__inner .dataList__item .tips-item .num {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 0.2em;
  line-height: 1;
}
.lower-company .company__data__inner .dataList__item .tips-item b {
  font-size: 2em;
  font-weight: 600;
}
.lower-company .company__data__inner .dataList__item .tips-item:nth-child(6n+1) .hd:before {
  background: #e11913;
}
.lower-company .company__data__inner .dataList__item .tips-item:nth-child(6n+2) .hd:before {
  background: #e34a45;
}
.lower-company .company__data__inner .dataList__item .tips-item:nth-child(6n+3) .hd:before {
  background: #dd6262;
}
.lower-company .company__data__inner .dataList__item .tips-item:nth-child(6n+4) .hd:before {
  background: #dd8a8a;
}
.lower-company .company__data__inner .dataList__item .tips-item:nth-child(6n+5) .hd:before {
  background: #e0b1b1;
}
.lower-company .company__data__inner .dataList__item .tips-item:nth-child(6n+6) .hd:before {
  background: #e1cdcd;
}
.lower-company .company__data__inner .dataList__item .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 834px) {
  .lower-company .company__data__inner .dataList__item .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 10px 0;
  }
}
.lower-company .company__data__inner .dataList__item .list-item p {
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 600;
  line-height: 1.5;
  padding: 15px 30px;
  background: #ecf2fa;
  border-radius: 2px;
}
@media (max-width: 834px) {
  .lower-company .company__data__inner .dataList__item .list-item p {
    font-size: 1.3rem;
    padding: 10px 14px;
  }
}
.lower-company .company__data__inner .dataList__item .icoNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em 1em;
}
.lower-company .company__data__inner .dataList__item .icoNum.-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 2em 0;
}
.lower-company .company__data__inner .dataList__item .icoNum.-vertical .imgArea {
  padding: 40px;
}
@media (max-width: 834px) {
  .lower-company .company__data__inner .dataList__item .icoNum.-vertical .imgArea {
    padding: 0;
  }
}
.lower-company .company__data__inner .dataList__item .icoNum.-vertical .imgArea .img {
  aspect-ratio: 117/105;
  width: 100%;
  max-width: 117px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .lower-company .company__data__inner .dataList__item .icoNum.-vertical .imgArea .img {
    max-width: 70px;
  }
}
.lower-company .company__data__inner .dataList__item .icoNum.-vertical .imgArea .img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.lower-company .company__data__inner .dataList__item .icoNum .img img {
  width: auto;
}
.lower-company .company__data__inner .dataList__item .line-chart {
  width: 100%;
  margin: 0 auto;
}
.lower-company .company__data__inner .dataList__item .line-chart .chart {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  gap: 10px;
}
@media (max-width: 834px) {
  .lower-company .company__data__inner .dataList__item .line-chart .chart {
    max-width: inherit;
    gap: 5px;
  }
}
.lower-company .company__data__inner .dataList__item .line-chart .chart .line {
  width: 100%;
  height: 50px;
  -webkit-transition: width 1.3s ease;
  transition: width 1.3s ease;
}
@media (max-width: 834px) {
  .lower-company .company__data__inner .dataList__item .line-chart .chart .line {
    height: 40px;
  }
}
.lower-company .company__data__inner .dataList__item .line-chart .chart .line:nth-child(2n+1) {
  background: #0853c1;
}
.lower-company .company__data__inner .dataList__item .line-chart .chart .line:nth-child(2n+2) {
  background: #ce2424;
  border-left: 1px solid #ffffff;
}
.lower-company .company__data__inner .dataList__item .bar-chart {
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
}
.lower-company .company__data__inner .dataList__item .bar-chart .chart {
  position: relative;
  z-index: 1;
  aspect-ratio: 310/170;
}
.lower-company .company__data__inner .dataList__item .bar-chart .chart canvas {
  width: 100%;
  height: 100%;
}
.lower-company .company__data__inner .dataList__item .bar-chart.-vertical {
  max-width: 400px;
}
.lower-company .company__data__inner .dataList__item .bar-chart.-vertical .chart {
  aspect-ratio: 1/1;
}
.lower-company .company__data__inner .dataList__item .doughnut-chart,
.lower-company .company__data__inner .dataList__item .pie-chart {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.lower-company .company__data__inner .dataList__item .doughnut-chart .chart,
.lower-company .company__data__inner .dataList__item .pie-chart .chart {
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  border-radius: 50%;
}
.lower-company .company__data__inner .dataList__item .doughnut-chart .chart::before,
.lower-company .company__data__inner .dataList__item .pie-chart .chart::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  background: #d3e2f4;
  border-radius: 50%;
}
.lower-company .company__data__inner .dataList__item .doughnut-chart .chart canvas,
.lower-company .company__data__inner .dataList__item .pie-chart .chart canvas {
  position: absolute;
  inset: 0;
}
.lower-company .company__data__inner .dataList__item .doughnut-chart .chart .img,
.lower-company .company__data__inner .dataList__item .pie-chart .chart .img {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lower-company .company__data__inner .dataList__item .doughnut-chart .img,
.lower-company .company__data__inner .dataList__item .pie-chart .img {
  position: absolute;
  left: 0;
  bottom: -16px;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-company .company__data__inner .dataList__item .doughnut-chart .img,
  .lower-company .company__data__inner .dataList__item .pie-chart .img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.lower-company .company__data__inner .dataList__item .pie-chart .chart {
  width: 100%;
  max-width: 180px;
}
@media (max-width: 834px) {
  .lower-company .company__data__inner .dataList__item .pie-chart .chart {
    max-width: 160px;
  }
}
.lower-company .company__data__inner .dataList__item .doughnut-chart {
  max-width: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 834px) {
  .lower-company .company__data__inner .dataList__item .doughnut-chart {
    gap: 30px;
  }
}
.lower-company .company__data__inner .dataList__item .doughnut-chart .chart {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
  max-width: 190px;
  margin: 0;
}
@media (max-width: 834px) {
  .lower-company .company__data__inner .dataList__item .doughnut-chart .chart {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    max-width: 160px;
  }
}
.lower-company .company__data__inner .dataList__item .doughnut-chart .chart::after {
  content: "";
  position: absolute;
  inset: 20%;
  background: #fff;
  z-index: -1;
  border-radius: 50%;
}
.lower-company .company__data__inner .dataList__item .doughnut-chart .data {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: -12px;
}
.lower-company .company__data__inner .dataList #ages .body {
  gap: 1em;
}
@media (max-width: 1250px) {
  .lower-company .company__data__inner .dataList #ages .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 834px) {
  .lower-company .company__data__inner .dataList #ages .body {
    gap: 20px;
  }
}
.lower-company .company__data__inner .dataList #ages .body .bar-chart {
  margin: 0;
}
.lower-company .company__data__inner .dataList #ages .body .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1250px) {
  .lower-company .company__data__inner .dataList #ages .body .total {
    -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: 10px;
  }
}
.lower-company .company__data__inner .dataList #ages .body .total .txt {
  margin-bottom: 15px;
  font-weight: 600;
}
@media (max-width: 834px) {
  .lower-company .company__data__inner .dataList #ages .body .total .txt {
    margin-bottom: 0;
  }
}
.lower-company .company__data__inner .dataList #ages .body .total .txt::before {
  content: "";
  display: inline-block;
  width: 9px;
  aspect-ratio: 1/1;
  background-color: #ce2424;
  border-radius: 50%;
  margin-right: 8px;
  margin-bottom: 2px;
  margin-left: 5px;
}
@media (max-width: 834px) {
  .lower-company .company__data__inner .dataList #ages .body .total .txt::before {
    margin-left: 0;
    margin-right: 5px;
    margin-bottom: 1px;
  }
}
.lower-company .company__data__inner .dataList #ages .body .total .num {
  line-height: 1;
}
.lower-company .company__data__inner .dataList #ages .body .total .eng {
  font-size: 7rem;
}
@media (max-width: 834px) {
  .lower-company .company__data__inner .dataList #ages .body .total .eng {
    font-size: 4.8rem;
  }
}
.lower-company .company__data__inner .dataList #gendar .body {
  max-width: 500px;
}
.lower-company .company__data__inner .dataList #gendar .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
.lower-company .company__data__inner .dataList #gendar .category__item::before {
  content: "";
  display: inline-block;
  width: 9px;
  aspect-ratio: 1/1;
  background-color: #ce2424;
  border-radius: 50%;
  margin-right: 2px;
  margin-bottom: 2px;
}
@media (max-width: 834px) {
  .lower-company .company__data__inner .dataList #gendar .category__item::before {
    margin-bottom: 1px;
  }
}
.lower-company .company__data__inner .dataList #gendar .category__item:first-child::before {
  background-color: #0853c1;
}
.lower-company .company__data__inner .dataList #gendar .data {
  margin-top: 1em;
}
.lower-company .company__data__inner .dataList #gendar .data-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lower-company .company__data__inner .dataList #gendar .data-item .icon {
  margin-bottom: 15px;
}
.lower-company .company__data__inner .dataList #gendar .data-item .icon img {
  height: 47px;
  width: auto;
}
.lower-company .company__data__inner .dataList #gendar .data-item:first-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.lower-company .company__data__inner .dataList #gendar .data-item:last-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.lower-company .company__data__inner .dataList #gendar .data .separate {
  font-size: 4.2rem;
  line-height: 1;
  margin: 0 auto 0.2em;
}
@media (max-width: 834px) {
  .lower-company .company__data__inner .dataList #gendar .data .separate {
    font-size: 2.8rem;
  }
}
.lower-company .company__data__inner .dataList #beginner .body .img img {
  aspect-ratio: 55/66;
  max-width: 55px;
}
.lower-company .company__data__inner .dataList #midCareer .body .img img {
  aspect-ratio: 53/58;
  max-width: 53px;
}
.lower-company .company__data__inner .dataList #paid .body .img img {
  aspect-ratio: 62/50;
  max-width: 62px;
}
.lower-company .company__data__inner .dataList #private .body {
  max-width: 750px;
  margin: 10px auto auto;
}
@media (max-width: 834px) {
  .lower-company .company__data__inner .dataList #private .body {
    margin-top: 0;
  }
}
.lower-company .company__data__inner .dataList-date {
  font-size: 1.4rem;
  text-align: right;
  margin-top: 15px;
}
@media (max-width: 834px) {
  .lower-company .company__data__inner .dataList-date {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
.lower-company .company__data__deco {
  display: none;
}/*# sourceMappingURL=style.css.map */