@charset "UTF-8";
/* ============================================
// normalize.css v3.0.2 | MIT License | git.io/normalize
// ==========================================*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: border-box; /* 2 */
  box-sizing: border-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ============================================
// RESET
// ==========================================*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  outline: none;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

::-moz-selection {
  background: #3969f0;
  color: #ffffff;
}

::selection {
  background: #3969f0;
  color: #ffffff;
}

@media (min-device-width: 835px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
/* ============================================
// BASE
// ==========================================*/
html,
body {
  min-width: 1024px;
}
@media (max-width: 834px) {
  html,
  body {
    min-width: inherit;
  }
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
  line-height: 2;
  letter-spacing: 0.05em;
  word-break: break-word;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 834px) {
  body {
    font-size: 1.4rem;
  }
}

#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 {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
@media (max-width: 834px) {
  main.main,
  main {
    padding: 48px 0;
  }
}

a {
  color: #333;
  -webkit-transition: opacity 0.24s, color 0.24s, -webkit-filter 0.24s;
  transition: opacity 0.24s, color 0.24s, -webkit-filter 0.24s;
  transition: opacity 0.24s, filter 0.24s, color 0.24s;
  transition: opacity 0.24s, filter 0.24s, color 0.24s, -webkit-filter 0.24s;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

/* classes */
img {
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

@media (min-width: 835px) {
  .ro:hover {
    opacity: 0.8;
    -webkit-transition: all 0.16s linear;
    transition: all 0.16s linear;
  }
}

.ro:hover img {
  opacity: 1;
}

.bold {
  font-weight: bold;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

/* fonts */
.eng {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: -0.12em;
}

/* animations */
.anime {
  -webkit-transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.anime.-fadeIn {
  opacity: 0;
}
.anime.-fadeIn.js-active, .js-active > .anime.-fadeIn {
  opacity: 1;
}
.anime.-fadeInBottom {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.anime.-fadeInBottom.js-active, .js-active > .anime.-fadeInBottom {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime.-fadeInTop {
  opacity: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
.anime.-fadeInTop.js-active, .js-active > .anime.-fadeInTop {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime.-fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
.anime.-fadeInLeft.js-active, .js-active > .anime.-fadeInLeft {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.anime.-fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.anime.-fadeInRight.js-active, .js-active > .anime.-fadeInRight {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#ot-sdk-btn-floating.ot-floating-button .ot-floating-button__front button {
  outline: none !important;
}

.lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
  bottom: 105px;
}
@media (max-width: 834px) {
  .lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
    bottom: 76px;
  }
}

/* ============================================
// loading
// ==========================================*/
/* ============================================
// hamburger
// ==========================================*/
.hamburger {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
}
.js-loaded .hamburger {
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.hamburger.js-open {
  opacity: 1;
  visibility: visible;
}
.hamburger__menu {
  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: 24px;
}
.hamburger__menu__logo a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  color: #333;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .hamburger__menu__logo a {
    gap: 10px;
  }
}
.hamburger__menu__logo .recruiting {
  display: block;
  color: #333;
  background-color: #f5f4e9;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 5px;
}
@media (max-width: 834px) {
  .hamburger__menu__logo .recruiting {
    font-size: 1.3rem;
  }
}
.hamburger__menu__logo img {
  max-width: 230px;
  aspect-ratio: 460/108;
}
@media (max-width: 834px) {
  .hamburger__menu__logo img {
    width: 150px;
  }
}
.hamburger__menu__logo .txt {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  padding: 4px 15px 5px;
  border: 1px solid;
}
.hamburger__menu__nav__list {
  border-bottom: 1px dashed #e5e5e5;
}
.hamburger__menu__nav__list__item {
  border-bottom: 1px dashed #e5e5e5;
}
.hamburger__menu__nav__list__item a {
  display: block;
  text-align: center;
  color: #333;
  font-weight: 700;
  padding: 16px 24px;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item a {
    padding: 13px 24px;
  }
}
@media (any-hover: hover) {
  .hamburger__menu__nav__list__item a:hover {
    opacity: 1;
    color: #43ac1a;
  }
}
.hamburger__menu__nav__list__item:first-child {
  border-top: 1px dashed #e5e5e5;
}
.hamburger__menu__close {
  position: fixed;
  right: 18px;
  top: 18px;
  z-index: 100;
  width: 77px;
  height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  background: #3969f0;
  border-radius: 50%;
  pointer-events: auto;
  -webkit-transition: background 0.24s, -webkit-filter 0.24s;
  transition: background 0.24s, -webkit-filter 0.24s;
  transition: background 0.24s, filter 0.24s;
  transition: background 0.24s, filter 0.24s, -webkit-filter 0.24s;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .hamburger__menu__close {
    right: 10px;
    top: 10px;
    width: 48px;
    height: 48px;
  }
}
@media (any-hover: hover) {
  .hamburger__menu__close:hover {
    background: #3969f0;
    -webkit-filter: saturate(120%);
            filter: saturate(120%);
  }
}
.hamburger__menu__close__txt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 834px) {
  .hamburger__menu__close__txt {
    font-size: 1.2rem;
  }
}
.hamburger__menu__close .line {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
}
.hamburger__menu__close .line__item {
  position: relative;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .hamburger__menu__close .line__item {
    width: 18px;
  }
}
.hamburger__menu__close .line__item:first-child {
  margin-top: 0;
  -webkit-transform: translateY(1px) rotate(45deg);
          transform: translateY(1px) rotate(45deg);
}
.hamburger__menu__close .line__item:last-child {
  -webkit-transform: translateY(-1px) rotate(-45deg);
          transform: translateY(-1px) rotate(-45deg);
}
.hamburger__menu .btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
.hamburger__menu .btnArea .btnArea_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hamburger__menu .btnArea .btnArea_item a {
  width: 100%;
}

.breadcrumb {
  padding: 12px 40px;
  z-index: 2;
  position: relative;
}
@media (max-width: 834px) {
  .breadcrumb {
    padding-right: 6.25%;
    padding-left: 6.25%;
  }
}
.breadcrumb .breadcrumb_list {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  white-space: nowrap;
}
.breadcrumb .breadcrumb_list .breadcrumb_list_item {
  display: inline;
  font-size: 1.2rem;
  font-weight: 400;
  color: #b5b5b5;
  line-height: 1;
  margin: 0 2px;
  font-weight: 500;
}
.breadcrumb .breadcrumb_list .breadcrumb_list_item::after {
  content: ">";
  margin-left: 7px;
}
.breadcrumb .breadcrumb_list .breadcrumb_list_item:last-child::after {
  display: none;
}
.breadcrumb .breadcrumb_list .breadcrumb_list_item a {
  color: #b5b5b5;
}

/*-------------------------------------------------------
form base setting（kyujin.scssと記述被らないように注意）
-------------------------------------------------------*/
body.iPhone select,
body.iPhone input,
body.iPhone textarea {
  font-size: 16px !important;
}

body input,
body button,
body textarea,
body select {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  line-height: inherit;
  text-overflow: "";
}
body input::-ms-expand,
body button::-ms-expand,
body textarea::-ms-expand,
body select::-ms-expand {
  display: none;
}
body input::-ms-reveal,
body button::-ms-reveal,
body textarea::-ms-reveal,
body select::-ms-reveal {
  visibility: hidden;
}
body input::-ms-clear,
body button::-ms-clear,
body textarea::-ms-clear,
body select::-ms-clear {
  visibility: hidden;
}
body input[type=text],
body input[type=submit],
body input[type=search],
body input[type=button],
body select,
body textarea {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  border: none;
  outline: none;
  transition: all 0.2s;
}
body input[type=search] {
  cursor: auto;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-appearance: textfield;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body input[type=search]:focus {
  outline-offset: -2px;
}
body input[type=search]::-webkit-search-decoration {
  display: none;
}
body select,
body search,
body input {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 15px 28px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
}
@media (max-width: 834px) {
  body select,
  body search,
  body input {
    padding: 6px 16px !important;
  }
}
@media (max-width: 834px) {
  body select,
  body input[type=text],
  body input[type=search] {
    font-size: 1.6rem;
  }
}
body select {
  padding-right: 64px !important;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}
body input[type=text],
body input[type=search],
body input[type=submit] {
  padding: 15px 20px !important;
  background: #fff;
}
@media (max-width: 834px) {
  body input[type=text],
  body input[type=search],
  body input[type=submit] {
    padding: 8px 16px !important;
  }
}
body input[type=checkbox] {
  display: none;
}
body input[type=checkbox] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: relative;
  cursor: pointer;
  line-height: 1.5;
  padding-left: 22px;
  transition: all 0.2s;
}
@media (max-width: 834px) {
  body input[type=checkbox] + label {
    padding-left: 20px;
  }
}
body input[type=checkbox] + label:before,
body input[type=checkbox] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=checkbox] + label::before {
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  border: 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body input[type=checkbox] + label::after {
  top: 5px;
  left: 4px;
  z-index: 2;
  width: 3px;
  height: 6px;
  color: #7f7f7f;
  border-bottom: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(40deg);
  transform: 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 {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  opacity: 1;
}
body input[type=radio] {
  display: none;
}
body input[type=radio] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  cursor: pointer;
  display: block;
  line-height: 1.5;
  padding: 0 15px 0 1.5em;
  position: relative;
  transition: all 0.2s;
}
body input[type=radio] + label:before,
body input[type=radio] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=radio] + label:before {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  height: 13px;
  left: 0;
  top: 3px;
  width: 13px;
  z-index: 0;
}
body input[type=radio] + label:after {
  background: #00a1e9;
  border-radius: 50%;
  height: 7px;
  left: 3px;
  opacity: 0;
  top: 6px;
  width: 7px;
  z-index: 2;
}
body input[type=radio] + label a:link,
body input[type=radio] + label a:visited {
  color: #222;
}
body input[type=radio]:checked + label:after {
  opacity: 1;
}

/*------------------------------------------
	form custom setting（適宜変更ください）
------------------------------------------*/
.search__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .search__tab {
    gap: 0 20px;
    margin-bottom: 24px;
  }
}
.search__tab__item {
  position: relative;
  text-align: center;
  width: 100%;
  color: #bebaba;
  padding: 12px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  cursor: pointer;
}
.search__tab__item::before {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  background: #3969f0;
  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: #3969f0 transparent transparent transparent;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  opacity: 0;
}
.search__tab__item.-active {
  font-weight: bold;
  color: #3969f0;
}
.search__tab__item.-active::before, .search__tab__item.-active::after {
  opacity: 1;
}

.custom-form {
  position: relative;
  z-index: 1;
}
.custom-form .custom-form_parts {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 20px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 834px) {
  .custom-form .custom-form_parts {
    margin-top: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.custom-form .custom-form_parts:first-child {
  margin-top: 0;
}
.custom-form .custom-form_parts:last-child {
  border: none;
}
.custom-form .parts_ttl {
  font-weight: 700;
  font-size: 1.6rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 834px) {
  .custom-form .parts_ttl {
    font-size: 1.5rem;
    gap: 6px;
  }
}
.custom-form .parts_ttl::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #43ac1a;
  margin-top: 12px;
}
@media (max-width: 834px) {
  .custom-form .parts_ttl::before {
    width: 8px;
    height: 8px;
  }
}
.custom-form .form_parts_inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
}
@media (max-width: 834px) {
  .custom-form .form_parts_inner {
    width: 100%;
  }
}
.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: #3969f0;
  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: #3969f0;
}
.custom-form .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  font-size: 1.5rem;
}
@media (max-width: 834px) {
  .custom-form .category_list {
    gap: 0.5em 0.6em;
  }
}
.custom-form .category_list li label {
  display: block;
  padding: 10px 20px 10px 40px;
}
@media (max-width: 834px) {
  .custom-form .category_list li label {
    font-size: 1.4rem;
    padding: 6px 14px 6px 30px;
  }
}
.custom-form select,
.custom-form option,
.custom-form .searchWord {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
  background-color: #f5f4e9;
  font-size: 1.5rem;
}
@media (max-width: 834px) {
  .custom-form select,
  .custom-form option,
  .custom-form .searchWord {
    font-size: 1.4rem;
  }
}
.custom-form .searchWord {
  font-weight: 400;
}
.custom-form .pull-down {
  position: relative;
}
.custom-form .pull-down::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 28px;
  top: calc(50% - 4px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #3969f0 transparent transparent transparent;
}
@media (max-width: 834px) {
  .custom-form .pull-down::after {
    right: 20px;
    scale: 0.8;
  }
}
.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: #3969f0;
  }
}
.custom-form .selCity-box {
  margin-top: 10px;
}
.custom-form .selCity_alert {
  color: #3969f0;
  display: block;
}
@media (max-width: 834px) {
  .custom-form .selCity_alert {
    font-size: 1.3rem;
  }
}
.custom-form input[type=checkbox] + label {
  border-radius: 5px;
  background-color: #f5f4e9;
}
@media (any-hover: hover) {
  .custom-form input[type=checkbox] + label:hover {
    opacity: 0.8;
  }
}
.custom-form input[type=checkbox] + label::before {
  border-color: #e5e5e5;
  background-color: #fff;
  top: 16px;
  left: 16px;
}
@media (max-width: 834px) {
  .custom-form input[type=checkbox] + label::before {
    top: 10px;
    left: 10px;
  }
}
.custom-form input[type=checkbox] + label::after {
  top: 19px;
  left: 22px;
  color: #fff;
}
@media (max-width: 834px) {
  .custom-form input[type=checkbox] + label::after {
    top: 13px;
    left: 15px;
  }
}
.custom-form input[type=checkbox]:checked + label {
  background-color: #3969f0;
  color: #fff;
}
.custom-form input[type=checkbox]:checked + label::before {
  border-color: #3969f0;
  background-color: #fff;
}
.custom-form input[type=checkbox]:checked + label::after {
  color: #3969f0;
}
.custom-form .-freeword .searchWord {
  margin-top: 0;
}
.custom-form .-freeword .form_parts_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 834px) {
  .custom-form .-freeword .form_parts_inner {
    display: block;
  }
}
.custom-form .custom-form_searth_btn {
  margin-top: 10px;
}
@media (max-width: 834px) {
  .custom-form .custom-form_searth_btn {
    margin: 10px 0;
  }
}
.custom-form .btn_cover {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 220px;
}
@media (max-width: 834px) {
  .custom-form .btn_cover {
    width: 100%;
    max-width: 220px;
  }
}
.custom-form .btn_cover::before {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 28/28;
  background-color: #fff;
  -webkit-mask: url(../img/common/ico_search.png) center/contain no-repeat;
          mask: url(../img/common/ico_search.png) center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 60px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (any-hover: hover) {
  .custom-form .btn_cover:hover::before {
    background-color: #3969f0;
  }
}
.custom-form .btn_cover input[type=submit] {
  height: 100%;
  background-color: #3969f0;
  border: 1px solid #3969f0;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 13px 24px 13px 48px !important;
  border-radius: 100px;
  font-weight: 700;
}
@media (max-width: 834px) {
  .custom-form .btn_cover input[type=submit] {
    font-size: 1.4rem !important;
    padding: 14px 24px 14px 48px !important;
  }
}
@media (min-width: 835px) {
  .custom-form .btn_cover input[type=submit]:hover {
    -webkit-filter: saturate(120%);
            filter: saturate(120%);
  }
}
@media (any-hover: hover) {
  .custom-form .btn_cover input[type=submit]:hover {
    background-color: #fff;
    border-color: #3969f0;
    color: #3969f0;
  }
}
.custom-form .form__toggle__input {
  display: none;
}
.custom-form .form__toggle__input.-show {
  display: block;
}

/* ============================================
// MODULES
// ==========================================*/
.l-main {
  position: relative;
  padding-bottom: clamp(80px, 23.15vw, 350px);
  padding-top: 0;
}
.l-main::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/index/interview_bg.png) bottom center/contain no-repeat;
  aspect-ratio: 1440/259;
  width: 100%;
  pointer-events: none;
}

.commonBtn01 a {
  background-color: #3969f0;
  border: 1px solid #3969f0;
  color: #fff;
  font-weight: 700;
  padding: 13px 60px;
  border-radius: 100px;
  max-width: 240px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.commonBtn01 a .arrow {
  aspect-ratio: 16/12;
  width: 16px;
}
.commonBtn01 a .arrow img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  display: block;
  margin-top: 2px;
}
@media (any-hover: hover) {
  .commonBtn01 a:hover {
    opacity: 1;
    background-color: #fff;
    color: #3969f0;
  }
  .commonBtn01 a:hover .arrow img {
    -webkit-filter: none;
            filter: none;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.commonBtn02 a {
  color: #3969f0;
  font-weight: 700;
  font-size: 1.6rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .commonBtn02 a {
    font-size: 1.5rem;
  }
}
.commonBtn02 a .arrow {
  width: 50px;
  height: 50px;
  border: 1px solid #3969f0;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .commonBtn02 a .arrow {
    width: 44px;
    height: 44px;
  }
}
.commonBtn02 a .arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  aspect-ratio: 16/12;
}
@media (any-hover: hover) {
  .commonBtn02:hover a {
    opacity: 1;
  }
  .commonBtn02:hover a .arrow {
    border-color: #fff;
    background-color: #3969f0;
  }
  .commonBtn02:hover a .arrow img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}

.newgraduate-btn a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffaa17;
  border: 1px solid #ffaa17;
  max-width: 230px;
  padding: 20px 60px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  border-radius: 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.newgraduate-btn a::before {
  content: "";
  -webkit-mask: url(../img/common/ico_custom_blank_white.png) center/contain no-repeat;
          mask: url(../img/common/ico_custom_blank_white.png) center/contain no-repeat;
  background-color: #fff;
  aspect-ratio: 36/24;
  width: 18px;
  margin-top: 4px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (max-width: 834px) {
  .newgraduate-btn a {
    font-size: 1.4rem;
    max-width: 280px;
    padding: 16px 24px;
  }
}
@media (any-hover: hover) {
  .newgraduate-btn a:hover {
    opacity: 1;
    border: 1px solid #ffaa17;
    background-color: #fff;
    color: #ffaa17;
  }
  .newgraduate-btn a:hover::before {
    background-color: #ffaa17;
  }
}

.recruit-btn a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #43ac1a;
  border: 1px solid #43ac1a;
  max-width: 230px;
  padding: 20px 60px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  border-radius: 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.recruit-btn a::before {
  content: "";
  background-color: #fff;
  -webkit-mask: url(../img/common/ico_search.png) center/contain no-repeat;
          mask: url(../img/common/ico_search.png) center/contain no-repeat;
  aspect-ratio: 28/28;
  width: 14px;
  margin-top: 4px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (max-width: 834px) {
  .recruit-btn a {
    font-size: 1.4rem;
    max-width: 280px;
    padding: 16px 24px;
  }
}
@media (any-hover: hover) {
  .recruit-btn a:hover {
    opacity: 1;
    border-color: #43ac1a;
    background-color: #fff;
    color: #43ac1a;
  }
  .recruit-btn a:hover::before {
    background-color: #43ac1a;
  }
}

.commonTitle01 .eng {
  font-family: "Jost", sans-serif;
  color: #3969f0;
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.4;
}
@media (max-width: 834px) {
  .commonTitle01 .eng {
    font-size: 3.2rem;
    line-height: 1.3;
  }
}
.commonTitle01 .ja {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
}
@media (max-width: 834px) {
  .commonTitle01 .ja {
    font-size: 1.3rem;
  }
}

.deco_circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.circle_l {
  width: 55px;
  height: 55px;
}
@media (max-width: 834px) {
  .circle_l {
    width: 33px;
    height: 33px;
  }
}

.circle_m {
  width: 33px;
  height: 33px;
}
@media (max-width: 834px) {
  .circle_m {
    width: 20px;
    height: 20px;
  }
}

.circle_s {
  width: 20px;
  height: 20px;
}
@media (max-width: 834px) {
  .circle_s {
    width: 12px;
    height: 12px;
  }
}

.js-ready .anime-fuwafuwa01 {
  -webkit-animation: 3s fuwafuwa infinite 2s;
          animation: 3s fuwafuwa infinite 2s;
}
.js-ready .anime-fuwafuwa02 {
  -webkit-animation: 3s fuwafuwa infinite 2s;
          animation: 3s fuwafuwa infinite 2s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.js-ready .anime-fuwafuwa03 {
  -webkit-animation: 3s fuwafuwa02 infinite 2s;
          animation: 3s fuwafuwa02 infinite 2s;
}
.js-ready .anime-fuwafuwa04 {
  -webkit-animation: 3s fuwafuwa02 infinite 2s;
          animation: 3s fuwafuwa02 infinite 2s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  70% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes scaleUp {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  70% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scaleUp01 {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleUp01 {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes fuwafuwa02 {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes fuwafuwa02 {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
/*--------------------
	pageHeader
--------------------*/
.pageHeader {
  max-height: 350px;
  height: 30vw;
  position: relative;
  background-color: #fff;
}
@media (max-width: 834px) {
  .pageHeader {
    height: 200px;
  }
}
.pageHeader__content {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.pageHeader__content__inner {
  width: 100%;
  height: 100%;
}
.pageHeader__content__text {
  position: absolute;
  top: calc(50% + 36px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 6.25%;
}
.pageHeader__content__text::before {
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 100%;
  background: url(../img/kyujin/pageheader_dish.png) center/contain no-repeat;
  max-width: clamp(280px, 50.97vw, 734px);
  aspect-ratio: 1/1;
  z-index: -1;
}
@media (max-width: 834px) {
  .pageHeader__content__text::before {
    max-width: 280px;
  }
}
@media (max-width: 834px) {
  .pageHeader__content__text {
    top: calc(50% + 20px);
  }
}
.pageHeader__content__text .eng {
  font-size: 6.2rem;
  color: #3969f0;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
@media (max-width: 834px) {
  .pageHeader__content__text .eng {
    font-size: 3.2rem;
  }
}
.pageHeader__content__text .ja {
  color: #333;
  line-height: 1;
  margin-top: 20px;
  font-weight: 700;
}
@media (max-width: 834px) {
  .pageHeader__content__text .ja {
    margin-top: 10px;
    font-size: 1.3rem;
  }
}
.pageHeader__deco {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  content: "";
  max-width: 1440px;
  margin: 0 auto;
  pointer-events: none;
  z-index: 1;
}
.pageHeader__deco .img {
  position: absolute;
  pointer-events: none;
}
.pageHeader__deco .deco_1 {
  aspect-ratio: 378/242;
  top: 30%;
  left: 5.5%;
  max-width: clamp(60px, 8.95vw, 129px);
}
.pageHeader__deco .deco_2 {
  aspect-ratio: 798/532;
  max-width: clamp(110px, 25.27vw, 364px);
  bottom: -42.8%;
  left: 2.7%;
}
@media (max-width: 834px) {
  .pageHeader__deco .deco_2 {
    bottom: -20%;
  }
}
.pageHeader__deco .deco_3 {
  aspect-ratio: 651/759;
  right: 0.8%;
  top: 14.2%;
  max-width: clamp(70px, 14.23vw, 205px);
}
.pageHeader__deco .deco_4 {
  aspect-ratio: 497/421;
  max-width: clamp(50px, 11.31vw, 163px);
  right: 17.3%;
  bottom: -11%;
}
.pageHeader__deco .deco_5 {
  border: 2px solid #43ac1a;
  bottom: 11.4%;
  left: 3.7%;
}
.pageHeader__deco .deco_6 {
  background-color: #3969f0;
  bottom: 35.1%;
  left: 24%;
}
@media (max-width: 834px) {
  .pageHeader__deco .deco_6 {
    display: none;
  }
}
.pageHeader__deco .deco_7 {
  background-color: #ffaa17;
  bottom: -10.5%;
  left: 33.1%;
}
.pageHeader__deco .deco_8 {
  border: 2px solid #ffaa17;
  top: 38.5%;
  right: 22.9%;
}
@media (max-width: 834px) {
  .pageHeader__deco .deco_8 {
    right: 5%;
    top: 56%;
  }
}
.pageHeader__deco .deco_9 {
  background-color: #ff175e;
  bottom: -21.7%;
  right: 5.5%;
}
@media (max-width: 834px) {
  .pageHeader__deco .deco_9 {
    bottom: -14%;
  }
}
.pageHeader__deco .deco_10 {
  background-color: #43ac1a;
  bottom: 10.2%;
  right: 39%;
}
@media (max-width: 834px) {
  .pageHeader__deco .deco_10 {
    top: 26.2%;
    left: 29%;
  }
}

/* ============================================
// HEADER
// ==========================================*/
.header {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
}
.header__inner {
  padding: 24px 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .header__inner {
    padding: 12px;
  }
}
.header__container {
  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: 0 40px;
}
.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
@media (min-width: 835px) {
  .header__logo a {
    margin-left: 14px;
    gap: 10px;
  }
}
@media (max-width: 834px) {
  .header__logo a {
    gap: 6px;
  }
}
.header__logo .logo {
  width: 230px;
  display: block;
  aspect-ratio: 460/108;
}
@media (max-width: 834px) {
  .header__logo .logo {
    max-width: 130px;
  }
}
.header__logo .recruiting {
  display: block;
  color: #333;
  background-color: #f5f4e9;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 5px;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .header__logo .recruiting {
    font-size: 1.3rem;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 1349px) {
  .header__nav {
    display: none;
  }
}
.header__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.header__nav__list__item a {
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (any-hover: hover) {
  .header__nav__list__item a:hover {
    color: #43ac1a;
  }
}
.header__nav__btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.header__nav__btnArea__item a {
  padding: 12px 20px;
  width: 180px;
}
.header__nav__btnArea__item a::before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.header__nav__btnArea .-recruit a {
  background: #ccc;
  color: #333;
  border: 1px solid #333;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header__nav__btnArea .-recruit a::before {
  background-color: #333;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (any-hover: hover) {
  .header__nav__btnArea .-recruit:hover a {
    background-color: #333;
    color: #fff;
  }
  .header__nav__btnArea .-recruit:hover a::before {
    background-color: #fff;
  }
}
.header__hamburger {
  background-color: #3969f0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (any-hover: hover) {
  .header__hamburger:hover {
    opacity: 0.9;
  }
}
.header__hamburger__inner span {
  background-color: #fff;
}

.js-scrolled .header__inner {
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .js-scrolled .header__inner {
    padding: 12px;
  }
}
.js-scrolled .header__hamburger {
  border-radius: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  bottom: 0;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
}
.js-scrolled .hamburger__menu__close {
  border-radius: 0;
  right: 0;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 93px;
  height: 93px;
}
@media (max-width: 834px) {
  .js-scrolled .hamburger__menu__close {
    width: 54.52px;
    height: 54.52px;
  }
}

.header__hamburger {
  position: absolute;
  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;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  top: 18px;
  right: 18px;
  bottom: 18px;
  aspect-ratio: 1/1;
  border-radius: 0 0 0 5px;
  border-radius: 50%;
  width: 77px;
  height: 77px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 1350px) {
  .header__hamburger {
    display: none;
  }
}
@media (max-width: 834px) {
  .header__hamburger {
    top: 10px;
    right: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    bottom: 0;
    width: 48px;
    height: 48px;
  }
}
.header__hamburger__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  gap: 8px 0;
}
@media (max-width: 834px) {
  .header__hamburger__inner {
    gap: 4px 0;
  }
}
.header__hamburger__inner span {
  display: inline-block;
  width: 26px;
  height: 2px;
}
@media (max-width: 834px) {
  .header__hamburger__inner span {
    width: 18px;
  }
}

/* ============================================
// FOOTER
// ==========================================*/
.footer {
  padding: 84px 0 120px;
  background-color: #fff;
}
@media (max-width: 834px) {
  .footer {
    padding: 40px 0 70px;
  }
}
.footer__block1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
@media (max-width: 834px) {
  .footer__block1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 32px;
  }
}
.footer__block1 .footer_logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.footer__block1 .footer_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.footer__block1 .footer_logo a .logo {
  width: 230px;
  display: block;
  aspect-ratio: 460/108;
}
@media (max-width: 834px) {
  .footer__block1 .footer_logo a .logo {
    max-width: 160px;
  }
}
.footer__block1 .footer_logo a .recruiting {
  display: block;
  color: #333;
  background-color: #f5f4e9;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 5px;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .footer__block1 .footer_logo a .recruiting {
    font-size: 1.3rem;
  }
}
.footer__block1 .navi .mainNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 28px;
}
@media (min-width: 835px) {
  .footer__block1 .navi .mainNavi {
    margin-top: 10px;
  }
}
.footer__block1 .navi .mainNavi .mainNavi_item a {
  font-weight: 700;
  font-size: 1.6rem;
  color: #333;
}
@media (max-width: 834px) {
  .footer__block1 .navi .mainNavi .mainNavi_item a {
    font-size: 1.4rem;
  }
}
@media (any-hover: hover) {
  .footer__block1 .navi .mainNavi .mainNavi_item a:hover {
    color: #43ac1a;
  }
}
.footer__block1 .navi .mainNavi .-newgraduate a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer__block1 .navi .mainNavi .-newgraduate a::before {
  content: "";
  background-color: #ffaa17;
  aspect-ratio: 18/12;
  width: 18px;
  margin-top: 11px;
  -webkit-mask: url(../img/common/ico_custom_blank_white.png) center/cover no-repeat;
          mask: url(../img/common/ico_custom_blank_white.png) center/cover no-repeat;
}
@media (any-hover: hover) {
  .footer__block1 .navi .mainNavi .-newgraduate a:hover {
    color: #ffaa17;
  }
}
.footer__block2 {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  color: #888;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 834px) {
  .footer__block2 {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.footer__block2 .copyright {
  font-size: 1.2rem;
  font-weight: 600;
}
@media (max-width: 834px) {
  .footer__block2 .copyright {
    font-size: 1.1rem;
    margin-top: 16px;
  }
}
.footer__block2__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px 24px;
  font-size: 1.4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 834px) {
  .footer__block2__wrap {
    gap: 4px 20px;
    font-size: 1.3rem;
  }
}
.footer__block2__wrap .corpLink a {
  color: #888;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-weight: 600;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer__block2__wrap .corpLink a::before {
  content: "";
  background-color: #888;
  aspect-ratio: 18/12;
  width: 14px;
  margin-top: 11px;
  -webkit-mask: url(../img/common/ico_custom_blank_white.png) center/cover no-repeat;
          mask: url(../img/common/ico_custom_blank_white.png) center/cover no-repeat;
}
.footer__block2__wrap .ga a {
  color: #888;
  font-weight: 600;
}

/* ============================================
// PAGETOP
// ==========================================*/
.pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
}
@media (max-width: 834px) {
  .pagetop {
    bottom: 16px;
    right: 16px;
  }
}
.pagetop a {
  position: relative;
  display: block;
  background: #43ac1a;
  border: 1px solid #fff;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  background: url(../img/common/arrow.png) center center/contain no-repeat;
  width: 16px;
  aspect-ratio: 31/23;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.js-scrolled .pagetop {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* ============================================
// INDEX
// ==========================================*/
.front-page .main {
  padding-top: 0;
  padding-bottom: 0;
}
.front-page .sec__mainVisual {
  overflow: hidden;
  position: relative;
}
.front-page .sec__mainVisual::before {
  position: absolute;
  content: "";
  aspect-ratio: 937/850;
  width: 100%;
  max-width: 937px;
  left: 50%;
  top: 0;
  bottom: -160px;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/index/main_deco_dish.png) center top/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec__mainVisual::before {
    bottom: -50px;
  }
}
.front-page .sec__mainVisual__textArea {
  padding: 170px 0 90px;
}
@media (max-width: 834px) {
  .front-page .sec__mainVisual__textArea {
    padding: 90px 0 60px;
  }
}
.front-page .sec__mainVisual__textArea .copy {
  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;
  position: relative;
  z-index: 1;
}
@media (max-width: 834px) {
  .front-page .sec__mainVisual__textArea .copy {
    gap: 20px;
  }
}
.front-page .sec__mainVisual__textArea .copy .img {
  max-width: 440px;
  aspect-ratio: 440/282;
  width: clamp(220px, 50vw, 440px);
}
.front-page .sec__mainVisual__textArea .copy .eng {
  font-size: 2rem;
  font-family: "Jost", sans-serif;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
@media (max-width: 834px) {
  .front-page .sec__mainVisual__textArea .copy .eng {
    font-size: 1.3rem;
  }
}
.front-page .sec__mainVisual__deco {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  content: "";
  opacity: 0;
  max-width: 1480px;
  margin: 0 auto;
  pointer-events: none;
}
.front-page .sec__mainVisual__deco .img {
  position: absolute;
  pointer-events: none;
}
.front-page .sec__mainVisual__deco .deco_1 {
  aspect-ratio: 378/242;
  top: 108px;
  left: 7.5%;
  max-width: clamp(80px, 13.96vw, 201px);
}
@media (max-width: 834px) {
  .front-page .sec__mainVisual__deco .deco_1 {
    top: 40px;
  }
}
.front-page .sec__mainVisual__deco .deco_2 {
  aspect-ratio: 554/379;
  bottom: 80px;
  left: 6.2%;
  max-width: clamp(100px, 18.54vw, 267px);
}
@media (max-width: 834px) {
  .front-page .sec__mainVisual__deco .deco_2 {
    bottom: 0;
  }
}
.front-page .sec__mainVisual__deco .deco_3 {
  aspect-ratio: 651/759;
  right: -3.4%;
  top: 20px;
  max-width: clamp(100px, 21.11vw, 304px);
}
.front-page .sec__mainVisual__deco .deco_4 {
  aspect-ratio: 1/1;
  right: 11.8%;
  bottom: 50px;
  max-width: clamp(65px, 12.43vw, 179px);
}
@media (max-width: 834px) {
  .front-page .sec__mainVisual__deco .deco_4 {
    bottom: 10px;
    right: 3%;
  }
}
.front-page .sec__mainVisual__deco .deco_5 {
  border: 2px solid #43ac1a;
  top: 280px;
  left: 2.4%;
}
.front-page .sec__mainVisual__deco .deco_6 {
  background-color: #3969f0;
  top: 175px;
  left: 25.6%;
}
@media (max-width: 834px) {
  .front-page .sec__mainVisual__deco .deco_6 {
    top: 165px;
    left: 6.6%;
  }
}
.front-page .sec__mainVisual__deco .deco_7 {
  background-color: #ffaa17;
  bottom: 37px;
  left: 24.1%;
}
@media (max-width: 834px) {
  .front-page .sec__mainVisual__deco .deco_7 {
    left: 45%;
    bottom: 30px;
  }
}
.front-page .sec__mainVisual__deco .deco_8 {
  border: 2px solid #ffaa17;
  top: 130px;
  right: 22.9%;
}
@media (max-width: 834px) {
  .front-page .sec__mainVisual__deco .deco_8 {
    top: 50px;
  }
}
.front-page .sec__mainVisual__deco .deco_9 {
  background-color: #ff175e;
  bottom: 180px;
  right: 4.1%;
}
.front-page .sec__mainVisual__deco .deco_10 {
  background-color: #43ac1a;
  bottom: 50px;
  right: 27%;
}
@media (max-width: 834px) {
  .front-page .sec__mainVisual__deco .deco_10 {
    bottom: 90px;
    right: 6%;
  }
}
.front-page .sec__jobSearch {
  position: relative;
  margin-bottom: -100px;
}
@media (max-width: 834px) {
  .front-page .sec__jobSearch {
    margin-bottom: -60px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__jobSearch__inner {
    padding: 0 5%;
  }
}
.front-page .sec__jobSearch__deco .img {
  position: absolute;
}
.front-page .sec__jobSearch__deco .deco_1 {
  aspect-ratio: 798/532;
  top: 0px;
  left: -20.8%;
  z-index: -1;
  pointer-events: none;
  max-width: clamp(500px, 55.41vw, 798px);
}
@media (max-width: 834px) {
  .front-page .sec__jobSearch__deco .deco_1 {
    display: none;
  }
}
.front-page .sec__jobSearch__deco .deco_2 {
  aspect-ratio: 497/421;
  top: 20px;
  right: -10%;
  z-index: -1;
  pointer-events: none;
  max-width: clamp(180px, 16.52vw, 238px);
}
@media (max-width: 834px) {
  .front-page .sec__jobSearch__deco .deco_2 {
    display: none;
  }
}
.front-page .sec__jobSearch__deco .deco_3 {
  background-color: #ff175e;
  left: -3.4%;
  bottom: 150px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec__jobSearch__deco .deco_3 {
    display: none;
  }
}
.front-page .sec__jobSearch__deco .deco_4 {
  border: 2px solid #43ac1a;
  right: 0;
  bottom: 264px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec__jobSearch__deco .deco_4 {
    display: none;
  }
}
.front-page .sec__jobSearch__contents {
  max-width: 990px;
  background: #fff;
  margin: 0 auto;
  padding: 54px 94px;
  border-radius: 20px;
  position: relative;
  -webkit-box-shadow: 0px 8px 24px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0px 8px 24px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 834px) {
  .front-page .sec__jobSearch__contents {
    padding: 32px;
    border-radius: 15px;
  }
}
.front-page .sec__jobSearch__contents::before {
  position: absolute;
  inset: 10px;
  content: "";
  border: 4px solid #3969f0;
  border-radius: 20px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec__jobSearch__contents::before {
    border-radius: 15px;
    border: 2px solid #3969f0;
    inset: 6px;
  }
}
.front-page .sec__jobSearch__contents .commonTitle01 {
  text-align: center;
}
.front-page .sec__jobSearch__contents .commonTitle01 .eng {
  letter-spacing: 0.05em;
}
.front-page .sec__jobSearch__contents .search_body {
  margin-top: 54px;
}
@media (max-width: 834px) {
  .front-page .sec__jobSearch__contents .search_body {
    margin-top: 24px;
  }
}
.front-page .sec__newJobs {
  padding: 180px 0 120px;
  background-color: #3969f0;
  position: relative;
}
@media (max-width: 834px) {
  .front-page .sec__newJobs {
    padding: 50px 0;
  }
}
.front-page .sec__newJobs__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 834px) {
  .front-page .sec__newJobs__inner {
    margin-top: 40px;
    padding: 0 6.25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.front-page .sec__newJobs__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 834px) {
  .front-page .sec__newJobs__head {
    display: contents;
  }
}
.front-page .sec__newJobs__head .head_title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1em;
}
@media (max-width: 834px) {
  .front-page .sec__newJobs__head .head_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.2em;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.front-page .sec__newJobs__head .head_title .eng {
  color: #fff;
}
.front-page .sec__newJobs__head .head_title .ja {
  color: #fff;
}
@media (max-width: 834px) {
  .front-page .sec__newJobs__head .head_btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 24px;
    margin-left: auto;
  }
}
.front-page .sec__newJobs__head .head_btn a {
  color: #fff;
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .front-page .sec__newJobs__head .head_btn a {
    font-size: 1.4rem;
  }
}
.front-page .sec__newJobs__head .head_btn a .arrow {
  border: 1px solid #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
}
.front-page .sec__newJobs__head .head_btn a .arrow img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (any-hover: hover) {
  .front-page .sec__newJobs__head .head_btn:hover a .arrow {
    border-color: #fff;
    background-color: #3969f0;
  }
  .front-page .sec__newJobs__head .head_btn:hover a .arrow img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
@media (max-width: 834px) {
  .front-page .sec__newJobs__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.front-page .sec__newJobs__body .newJobs_list__item {
  max-width: 530px;
  margin-top: 60px;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: auto;
}
@media (max-width: 834px) {
  .front-page .sec__newJobs__body .newJobs_list__item {
    margin-top: 30px;
    padding: 16px;
    max-width: 380px;
  }
}
.front-page .sec__newJobs__body .newJobs_list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  height: 100%;
}
@media (max-width: 834px) {
  .front-page .sec__newJobs__body .newJobs_list__item a {
    gap: 12px;
  }
}
.front-page .sec__newJobs__body .newJobs_list__item a .imgArea {
  max-width: 160px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
}
@media (max-width: 834px) {
  .front-page .sec__newJobs__body .newJobs_list__item a .imgArea {
    max-width: 110px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
  }
}
.front-page .sec__newJobs__body .newJobs_list__item a .imgArea img {
  aspect-ratio: 160/116;
  border-radius: 10px;
}
@media (max-width: 834px) {
  .front-page .sec__newJobs__body .newJobs_list__item a .imgArea img {
    border-radius: 5px;
  }
}
.front-page .sec__newJobs__body .newJobs_list__item a .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.front-page .sec__newJobs__body .newJobs_list__item a .textArea .hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 834px) {
  .front-page .sec__newJobs__body .newJobs_list__item a .textArea .hd {
    gap: 3px;
  }
}
.front-page .sec__newJobs__body .newJobs_list__item a .textArea .hd .tag {
  background-color: #43ac1a;
  color: #fff;
  padding: 0px 12px;
  font-size: 1.2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 100px;
}
@media (max-width: 834px) {
  .front-page .sec__newJobs__body .newJobs_list__item a .textArea .hd .tag {
    font-size: 1.1rem;
    padding: 2px 6px;
    line-height: 1.6;
  }
}
.front-page .sec__newJobs__body .newJobs_list__item a .textArea .text {
  color: #333;
  line-height: 1.7;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .front-page .sec__newJobs__body .newJobs_list__item a .textArea .text {
    margin-top: 6px;
    margin-bottom: 4px;
    font-size: 1.4rem;
  }
}
.front-page .sec__newJobs__body .newJobs_list__item a .textArea .date {
  font-size: 1.2rem;
  opacity: 0.5;
  margin-top: auto;
}
@media (any-hover: hover) {
  .front-page .sec__newJobs__body .newJobs_list__item:hover {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  .front-page .sec__newJobs__body .newJobs_list__item:hover a {
    opacity: 1;
  }
  .front-page .sec__newJobs__body .newJobs_list__item:hover a .textArea .text {
    color: #43ac1a;
  }
}
.front-page .sec__newJobs__body .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .front-page .sec__newJobs__body .controls {
    gap: 10px;
    margin-top: 24px;
  }
}
.front-page .sec__newJobs__body .controls .progress {
  position: initial;
  max-width: 1004px;
  width: 83.7%;
  height: 4px;
  background-color: #fff;
}
@media (max-width: 834px) {
  .front-page .sec__newJobs__body .controls .progress {
    height: 2px;
  }
}
.front-page .sec__newJobs__body .controls .swiper-pagination-progressbar-fill {
  background-color: #ffaa17;
}
.front-page .sec__newJobs__body .controls .controlbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
@media (max-width: 834px) {
  .front-page .sec__newJobs__body .controls .controlbtn {
    gap: 0 8px;
  }
}
.front-page .sec__newJobs__body .controls .controlbtn .controls__item {
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #dedede;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .front-page .sec__newJobs__body .controls .controlbtn .controls__item {
    width: 42px;
    height: 42px;
  }
}
.front-page .sec__newJobs__body .controls .controlbtn .-prev::before,
.front-page .sec__newJobs__body .controls .controlbtn .-next::before {
  position: absolute;
  content: "";
  aspect-ratio: 15/23;
  width: 8px;
  background: #3969f0;
  -webkit-mask: url(../img/common/arrow02.png) center/contain no-repeat;
          mask: url(../img/common/arrow02.png) center/contain no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (any-hover: hover) {
  .front-page .sec__newJobs__body .controls .controlbtn .-prev:hover {
    background-color: #3969f0;
  }
  .front-page .sec__newJobs__body .controls .controlbtn .-prev:hover::before {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
@media (any-hover: hover) {
  .front-page .sec__newJobs__body .controls .controlbtn .-next:hover {
    background-color: #3969f0;
  }
  .front-page .sec__newJobs__body .controls .controlbtn .-next:hover::before {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
.front-page .sec__newJobs__body .controls .controlbtn .-next::before {
  -webkit-transform: scale(-1, -1) translate(50%, 50%);
          transform: scale(-1, -1) translate(50%, 50%);
}
.front-page .sec__newJobs__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.front-page .sec__newJobs__bg .img {
  background-image: url(../img/index/newjobs_bg02.png);
  background-position: center;
  background-repeat: repeat;
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  background-size: 1334px 770px;
  -webkit-animation: bgloop 20s linear infinite;
          animation: bgloop 20s linear infinite;
}
@media (max-width: 834px) {
  .front-page .sec__newJobs__bg .img {
    background-size: 1067.2px 616px;
  }
}
@-webkit-keyframes bgloop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -770px;
    @media (max-width: 834px) {
      .front-page .sec__newJobs {
        background-position: 0 -616px;
      }
    }
  }
}
@keyframes bgloop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -770px;
    @media (max-width: 834px) {
      .front-page .sec__newJobs {
        background-position: 0 -616px;
      }
    }
  }
}
.front-page .sec__jobs {
  padding: 110px 0;
}
@media (max-width: 834px) {
  .front-page .sec__jobs {
    padding: 60px 0 0;
  }
}
.front-page .sec__jobs .titleArea {
  position: relative;
}
.front-page .sec__jobs .titleArea .title {
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.front-page .sec__jobs .titleArea .title::before, .front-page .sec__jobs .titleArea .title::after {
  position: absolute;
  content: "";
}
.front-page .sec__jobs .titleArea .title::before {
  background: url(../img/index/jobs_title_deco01.png) center/contain no-repeat;
  aspect-ratio: 213/142;
  max-width: 98px;
  width: 100%;
  left: -150px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec__jobs .titleArea .title::before {
    scale: 0.8;
    left: -100px;
  }
}
.front-page .sec__jobs .titleArea .title::after {
  background: url(../img/index/jobs_title_deco02.png) center/contain no-repeat;
  aspect-ratio: 171/122;
  max-width: 77px;
  width: 100%;
  right: -110px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec__jobs .titleArea .title::after {
    scale: 0.8;
    right: -90px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__jobs .titleArea .sec__jobs__deco {
    display: none;
  }
}
.front-page .sec__jobs .titleArea .sec__jobs__deco .deco_1 {
  background-color: #fff;
  border: 2px solid #3969f0;
  left: 108px;
  top: -18px;
}
.front-page .sec__jobs .titleArea .sec__jobs__deco .deco_2 {
  background-color: #fff;
  border: 2px solid #ffaa17;
  left: 22px;
  top: 0px;
}
.front-page .sec__jobs .titleArea .sec__jobs__deco .deco_3 {
  background-color: #43ac1a;
  left: 88px;
  top: 120px;
}
.front-page .sec__jobs .titleArea .sec__jobs__deco .deco_4 {
  background-color: #3969f0;
  right: 60px;
  top: 0px;
}
.front-page .sec__jobs .titleArea .sec__jobs__deco .deco_5 {
  background-color: #fff;
  border: 2px solid #43ac1a;
  right: 33px;
  top: 70px;
}
.front-page .sec__jobs .titleArea .sec__jobs__deco .deco_6 {
  background-color: #ff175e;
  right: -40px;
  top: 58px;
}
.front-page .sec__jobs__contents {
  margin-top: 70px;
  position: relative;
}
@media (max-width: 834px) {
  .front-page .sec__jobs__contents {
    margin-top: 40px;
  }
}
.front-page .sec__jobs__contents .tag .tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 60px;
}
@media (max-width: 834px) {
  .front-page .sec__jobs__contents .tag .tag_list {
    padding-bottom: 24px;
    gap: 5px;
    position: relative;
  }
}
.front-page .sec__jobs__contents .tag .tag_list__item {
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 14px 24px;
  border-radius: 100px;
  background-color: #f5f4e9;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  max-width: 240px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 240px;
}
@media (max-width: 834px) {
  .front-page .sec__jobs__contents .tag .tag_list__item {
    font-size: 1.3rem;
    padding: 12px 16px;
    max-width: 160px;
  }
}
.front-page .sec__jobs__contents .tag .tag_list__item::before {
  content: "";
  aspect-ratio: 30/24;
  max-width: 30px;
  width: 100%;
  margin-top: 8px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec__jobs__contents .tag .tag_list__item::before {
    max-width: 24px;
    margin-top: 5px;
  }
}
@media (any-hover: hover) {
  .front-page .sec__jobs__contents .tag .tag_list__item:hover {
    opacity: 0.8;
  }
}
.front-page .sec__jobs__contents .tag .tag_list .-factory::before {
  background: url(../img/index/jobs_icon_factory.png) center/contain no-repeat;
}
.front-page .sec__jobs__contents .tag .tag_list .-store::before {
  background: url(../img/index/jobs_icon_store.png) center/contain no-repeat;
}
.front-page .sec__jobs__contents .jobs_wrap {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 834px) {
  .front-page .sec__jobs__contents .jobs_wrap {
    padding: 24px 6.25% 40px;
  }
}
.front-page .sec__jobs__contents .jobs_list {
  position: relative;
}
.front-page .sec__jobs__contents .jobs_list .jobs_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  height: auto;
}
@media (max-width: 834px) {
  .front-page .sec__jobs__contents .jobs_list .jobs_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    background-color: #fff;
    -webkit-box-shadow: 0px 8px 24px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0px 8px 24px 0 rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 40px 7%;
  }
}
.front-page .sec__jobs__contents .jobs_list .jobs_item .textArea {
  position: relative;
  padding: 50px 70px 50px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media (min-width: 835px) {
  .front-page .sec__jobs__contents .jobs_list .jobs_item .textArea::before {
    position: absolute;
    content: "";
    background-color: #fff;
    border-radius: 40px;
    width: 130%;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0px 8px 24px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0px 8px 24px 0 rgba(0, 0, 0, 0.08);
    z-index: -1;
  }
}
@media (max-width: 1366px) {
  .front-page .sec__jobs__contents .jobs_list .jobs_item .textArea {
    padding: 42px 60px 42px 54px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__jobs__contents .jobs_list .jobs_item .textArea {
    padding: 30px 24px;
    border-radius: 20px;
    display: contents;
    background-color: #fff;
    -webkit-box-shadow: 0px 8px 24px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0px 8px 24px 0 rgba(0, 0, 0, 0.08);
  }
}
@media (max-width: 834px) {
  .front-page .sec__jobs__contents .jobs_list .jobs_item .textArea .title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
}
.front-page .sec__jobs__contents .jobs_list .jobs_item .textArea .title .en {
  font-family: "Jost", sans-serif;
  font-size: clamp(3.6rem, 4.8vw, 7.2rem);
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.4;
  font-weight: 600;
  -webkit-text-stroke: 3px #3969f0;
  text-stroke: 3px #3969f0;
  paint-order: stroke;
  position: relative;
}
@media (max-width: 834px) {
  .front-page .sec__jobs__contents .jobs_list .jobs_item .textArea .title .en {
    font-size: 3.6rem;
    -webkit-text-stroke: 2px #3969f0;
    text-stroke: 2px #3969f0;
  }
}
.front-page .sec__jobs__contents .jobs_list .jobs_item .textArea .title .en span {
  position: absolute;
  pointer-events: none;
  width: 100%;
  aspect-ratio: 213/142;
  max-width: 121px;
  top: -90px;
  right: -80px;
}
@media (max-width: 834px) {
  .front-page .sec__jobs__contents .jobs_list .jobs_item .textArea .title .en span {
    max-width: 90px;
    top: -50px;
    right: -30px;
  }
}
.front-page .sec__jobs__contents .jobs_list .jobs_item .textArea .title .ja {
  color: #333;
  font-size: 1.4rem;
  font-weight: 700;
}
.front-page .sec__jobs__contents .jobs_list .jobs_item .textArea .text {
  max-width: 400px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 834px) {
  .front-page .sec__jobs__contents .jobs_list .jobs_item .textArea .text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 20px;
    margin-bottom: 16px;
    max-width: 100%;
  }
}
.front-page .sec__jobs__contents .jobs_list .jobs_item .textArea .job_btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
}
@media (max-width: 834px) {
  .front-page .sec__jobs__contents .jobs_list .jobs_item .textArea .job_btn {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-right: auto;
    margin-left: auto;
  }
}
.front-page .sec__jobs__contents .jobs_list .jobs_item .textArea .job_btn a {
  color: #333;
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .front-page .sec__jobs__contents .jobs_list .jobs_item .textArea .job_btn a {
    font-size: 1.5rem;
  }
}
.front-page .sec__jobs__contents .jobs_list .jobs_item .imgArea {
  aspect-ratio: 1/1;
  max-width: 423px;
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (max-width: 834px) {
  .front-page .sec__jobs__contents .jobs_list .jobs_item .imgArea {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 0;
    max-width: 230px;
    margin-top: 20px;
  }
}
.front-page .sec__jobs__contents .jobs_list .jobs_item .imgArea img {
  border-radius: 30px;
  border: 8px solid #fff;
  -webkit-box-shadow: 0px 8px 24px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0px 8px 24px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 834px) {
  .front-page .sec__jobs__contents .jobs_list .jobs_item .imgArea img {
    border: 4px solid #fff;
    border-radius: 15px;
  }
}
.front-page .sec__jobs__contents .jobs_list .jobs_item:last-child .textArea .title .en span {
  aspect-ratio: 171/122;
  max-width: 77px;
  top: -110px;
  right: 50px;
}
@media (max-width: 834px) {
  .front-page .sec__jobs__contents .jobs_list .jobs_item:last-child .textArea .title .en span {
    max-width: 70px;
    right: -30px;
    top: -50px;
  }
}
.front-page .sec__jobs__contents .controls {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}
@media (min-width: 835px) {
  .front-page .sec__jobs__contents .controls {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__jobs__contents .controls {
    -webkit-transform: translate(-50%, -50%) translateY(-24px);
            transform: translate(-50%, -50%) translateY(-24px);
  }
}
.front-page .sec__jobs__contents .controls .controlbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 835px) {
  .front-page .sec__jobs__contents .controls .controlbtn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 834px) {
  .front-page .sec__jobs__contents .controls .controlbtn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 15px;
  }
}
.front-page .sec__jobs__contents .controls .controlbtn .controls__item02 {
  position: relative;
  aspect-ratio: 1/1;
  width: 63px;
  height: auto;
  border: solid 4px #fff;
  border-radius: 50%;
  background-color: #3969f0;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .front-page .sec__jobs__contents .controls .controlbtn .controls__item02:hover {
    border: 1px solid #3969f0;
  }
}
@media (max-width: 834px) {
  .front-page .sec__jobs__contents .controls .controlbtn .controls__item02 {
    width: 48px;
    height: 48px;
    border-width: 3px;
  }
}
.front-page .sec__jobs__contents .controls .controlbtn .-prev02::before,
.front-page .sec__jobs__contents .controls .controlbtn .-next02::before {
  content: "";
  aspect-ratio: 9/15;
  width: 9px;
  height: auto;
  -webkit-mask-image: url(../img/common/arrow02.png);
          mask-image: url(../img/common/arrow02.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%) scaleX(-1);
          transform: translate(50%, -50%) scaleX(-1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.front-page .sec__jobs__contents .controls .controlbtn .-prev02::before {
  right: calc(50% + 2px);
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media (any-hover: hover) {
  .front-page .sec__jobs__contents .controls .controlbtn .-prev02:hover {
    background-color: #fff;
  }
  .front-page .sec__jobs__contents .controls .controlbtn .-prev02:hover::before {
    background-color: #3969f0;
  }
}
@media (any-hover: hover) {
  .front-page .sec__jobs__contents .controls .controlbtn .-next02:hover {
    background-color: #fff;
  }
  .front-page .sec__jobs__contents .controls .controlbtn .-next02:hover::before {
    background-color: #3969f0;
  }
}
.front-page .sec__jobs__contents .controls .swiper-button-disabled {
  opacity: 0.5;
}
.front-page .sec__jobs .is-slide1 {
  background: linear-gradient(0deg, transparent 99px, rgba(214, 214, 214, 0.5) 100px), linear-gradient(90deg, transparent 99px, rgba(214, 214, 214, 0.5) 100px);
  background-size: 100px 100px;
}
.front-page .sec__jobs .is-slide1 .tag .tag_list .-factory {
  background-color: #3969f0;
  color: #fff;
  position: relative;
}
.front-page .sec__jobs .is-slide1 .tag .tag_list .-factory::after {
  border: solid transparent;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 13px 4px 0 4px;
  border-color: #3969f0 transparent transparent;
  translate: -50% 100%;
}
@media (max-width: 834px) {
  .front-page .sec__jobs .is-slide1 .tag .tag_list .-factory::after {
    border-width: 10px 4px 0 4px;
  }
}
.front-page .sec__jobs .is-slide2 {
  position: relative;
}
.front-page .sec__jobs .is-slide2::before {
  background: url(../img/index/jobs_02_bg.png) center/652px 327px repeat;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  content: "";
  z-index: -1;
}
.front-page .sec__jobs .is-slide2 .-store {
  background-color: #3969f0;
  color: #fff;
  position: relative;
}
.front-page .sec__jobs .is-slide2 .-store::after {
  border: solid transparent;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 13px 4px 0 4px;
  border-color: #3969f0 transparent transparent;
  translate: -50% 100%;
}
@media (max-width: 834px) {
  .front-page .sec__jobs .is-slide2 .-store::after {
    border-width: 10px 4px 0 4px;
  }
}
.front-page .sec__jobs .is-tag1 .-factory {
  background-color: #3969f0;
  color: #fff;
  position: relative;
}
.front-page .sec__jobs .is-tag1 .-factory::after {
  border: solid transparent;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 13px 4px 0 4px;
  border-color: #3969f0 transparent transparent;
  translate: -50% 100%;
}
@media (max-width: 834px) {
  .front-page .sec__jobs .is-tag1 .-factory::after {
    border-width: 10px 4px 0 4px;
  }
}
.front-page .sec__jobs .is-tag2 .-store {
  background-color: #3969f0;
  color: #fff;
  position: relative;
}
.front-page .sec__jobs .is-tag2 .-store::after {
  border: solid transparent;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 13px 4px 0 4px;
  border-color: #3969f0 transparent transparent;
  translate: -50% 100%;
}
@media (max-width: 834px) {
  .front-page .sec__jobs .is-tag2 .-store::after {
    border-width: 10px 4px 0 4px;
  }
}
.front-page .sec__charm {
  padding-top: 224px;
  position: relative;
}
@media (max-width: 834px) {
  .front-page .sec__charm {
    padding-top: 100px;
  }
}
.front-page .sec__charm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/index/charm_pic02.jpg) center/contain no-repeat;
  width: 86%;
  height: auto;
  aspect-ratio: 1333/452;
  z-index: 1;
  max-width: 1440px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec__charm::before {
    width: 105%;
  }
}
.front-page .sec__charm__wrap {
  padding: 94px 84px;
  background-color: #fff;
  border-radius: 40px;
}
@media (max-width: 834px) {
  .front-page .sec__charm__wrap {
    padding: 24px;
    border-radius: 20px;
  }
}
.front-page .sec__charm__wrap .titleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 84px;
}
@media (max-width: 834px) {
  .front-page .sec__charm__wrap .titleArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 24px;
  }
}
.front-page .sec__charm__wrap .titleArea .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 834px) {
  .front-page .sec__charm__wrap .titleArea .title {
    text-align: center;
    margin-top: 20px;
  }
}
.front-page .sec__charm__wrap .titleArea .text {
  max-width: 637px;
  margin-top: 15px;
}
@media (max-width: 834px) {
  .front-page .sec__charm__wrap .titleArea .text {
    max-width: 500px;
    margin: 0 auto;
  }
}
.front-page .sec__charm__wrap .charm_list {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .front-page .sec__charm__wrap .charm_list {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 30px;
  }
}
.front-page .sec__charm__wrap .charm_list__item {
  background-color: #fff;
  border-radius: 30px;
  padding: 10px 40px 40px;
  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;
  max-width: 289px;
  width: 100%;
  -webkit-box-shadow: 0px 8px 24px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0px 8px 24px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 834px) {
  .front-page .sec__charm__wrap .charm_list__item {
    max-width: 100%;
    border-radius: 15px;
    padding: 32px 24px;
  }
}
.front-page .sec__charm__wrap .charm_list__item .number {
  margin-top: -40px;
  font-family: "Jost", sans-serif;
  color: #43ac1a;
  font-weight: 600;
  background-color: #fff;
  border: 2px solid #43ac1a;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.8rem;
  line-height: 1;
  width: 66px;
  height: 66px;
  aspect-ratio: 1/1;
  position: relative;
  -webkit-box-shadow: 0px 8px 24px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0px 8px 24px 0 rgba(0, 0, 0, 0.08);
  z-index: 2;
}
@media (max-width: 834px) {
  .front-page .sec__charm__wrap .charm_list__item .number {
    scale: 0.85;
    margin-top: -60px;
  }
}
.front-page .sec__charm__wrap .charm_list__item .number::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 6.5px 0 6.5px;
  border-color: #43ac1a transparent transparent;
  translate: -50% 100%;
}
.front-page .sec__charm__wrap .charm_list__item .number::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
.front-page .sec__charm__wrap .charm_list__item .number span {
  font-size: 1.1rem;
  padding-top: 6px;
}
.front-page .sec__charm__wrap .charm_list__item .illust {
  aspect-ratio: 180/125;
  max-width: 180px;
  margin-top: 10px;
}
@media (max-width: 834px) {
  .front-page .sec__charm__wrap .charm_list__item .illust {
    margin-top: 0;
  }
}
.front-page .sec__charm__wrap .charm_list__item .text {
  line-height: 1.7;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-top: 16px;
}
@media (max-width: 834px) {
  .front-page .sec__charm__wrap .charm_list__item .text {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
.front-page .sec__charm__wrap .charm_btn {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 834px) {
  .front-page .sec__charm__wrap .charm_btn {
    margin-top: 40px;
  }
}
.front-page .sec__charm__deco .deco_1 {
  background-color: #fff;
  border: 1px solid #3969f0;
  right: 0;
  top: 75px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec__charm__deco .deco_1 {
    right: 6.25%;
    top: 75px;
  }
}
.front-page .sec__charm__deco .deco_2 {
  background-color: #43ac1a;
  right: -4.8%;
  top: 110px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec__charm__deco .deco_2 {
    display: none;
  }
}
.front-page .sec__charm__deco .deco_3 {
  background-color: #ffaa17;
  right: -2.8%;
  top: 190px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec__charm__deco .deco_3 {
    right: 10%;
    top: 40px;
  }
}
.front-page .sec__interview {
  padding: 60px 0 120px;
  position: relative;
}
@media (max-width: 834px) {
  .front-page .sec__interview {
    padding: 60px 0;
  }
}
.front-page .sec__interview__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.front-page .sec__interview::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/index/interview_bg.png) bottom center/contain no-repeat;
  aspect-ratio: 1440/259;
  width: 100%;
  pointer-events: none;
}
.front-page .sec__interview__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 50px;
}
@media (max-width: 834px) {
  .front-page .sec__interview__head {
    display: contents;
  }
}
.front-page .sec__interview__head .head_title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.front-page .sec__interview__head .head_btn {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (max-width: 834px) {
  .front-page .sec__interview__head .head_btn {
    margin-top: 24px;
  }
}
.front-page .sec__interview__head .head_btn a {
  color: #333;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .front-page .sec__interview__head .head_btn a {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 1.4rem;
  }
}
.front-page .sec__interview__head .head_btn a .arrow {
  border: 1px solid #3969f0;
  border-radius: 50%;
  position: relative;
}
.front-page .sec__interview__head .head_btn a .arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  aspect-ratio: 16/12;
}
.front-page .sec__interview .swiper-interview {
  position: relative;
  margin: 40px 0 80px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 834px) {
  .front-page .sec__interview .swiper-interview {
    margin: 40px 0 0;
  }
}
.front-page .sec__interview .interview_list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.front-page .sec__interview .interview_list__item {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.8;
}
@media (max-width: 834px) {
  .front-page .sec__interview .interview_list__item {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.front-page .sec__interview .interview_list__item a {
  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: 30px;
  margin: 0 auto;
  max-width: 540px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 834px) {
  .front-page .sec__interview .interview_list__item a {
    max-width: 280px;
    gap: 24px;
  }
}
.front-page .sec__interview .interview_list__item a .interview_copy {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  padding: 0 70px;
}
@media (max-width: 834px) {
  .front-page .sec__interview .interview_list__item a .interview_copy {
    padding: 0 20px;
  }
}
.front-page .sec__interview .interview_list__item a .interview_copy h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
  line-height: 1.7;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 834px) {
  .front-page .sec__interview .interview_list__item a .interview_copy h3 {
    font-size: 1.8rem;
  }
}
.front-page .sec__interview .interview_list__item a .interview_copy h3::before {
  position: absolute;
  content: "“";
  left: -36px;
  top: -10px;
  color: #e5e5e5;
  font-size: 7rem;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 834px) {
  .front-page .sec__interview .interview_list__item a .interview_copy h3::before {
    top: -10px;
    font-size: 5rem;
  }
}
.front-page .sec__interview .interview_list__item a .interview_image {
  aspect-ratio: 540/380;
  max-width: 540px;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 834px) {
  .front-page .sec__interview .interview_list__item a .interview_image {
    border-radius: 15px;
  }
}
.front-page .sec__interview .interview_list__item a .interview_profile {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 834px) {
  .front-page .sec__interview .interview_list__item a .interview_profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0px;
  }
}
.front-page .sec__interview .interview_list__item a .interview_profile .tag {
  background-color: #43ac1a;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 20px;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .front-page .sec__interview .interview_list__item a .interview_profile .tag {
    font-size: 1.3rem;
    padding: 4px 16px;
  }
}
.front-page .sec__interview .interview_list__item a .interview_profile .name {
  color: #333;
  font-weight: 700;
  font-size: 2.4rem;
}
.front-page .sec__interview .interview_list__item a .interview_profile .name span {
  font-size: 1.4rem;
}
@media (any-hover: hover) {
  .front-page .sec__interview .interview_list__item a:hover .interview_copy h3 {
    color: #43ac1a;
  }
}
.front-page .sec__interview .swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
@media (any-hover: hover) {
  .front-page .sec__interview .swiper-slide-active a:hover {
    opacity: 1;
  }
}
.front-page .sec__interview .swiper-slide-active a .interview_copy {
  opacity: 1;
}
.front-page .sec__interview .swiper-slide-active a .interview_image {
  overflow: hidden;
}
.front-page .sec__interview .swiper-slide-active a .interview_profile {
  opacity: 1;
}
@media (any-hover: hover) {
  .front-page .sec__interview .swiper-slide-active a:hover .interview_image {
    border-radius: 20px;
    overflow: hidden;
  }
}
@media (any-hover: hover) and (max-width: 834px) {
  .front-page .sec__interview .swiper-slide-active a:hover .interview_image {
    border-radius: 15px;
  }
}
@media (any-hover: hover) {
  .front-page .sec__interview .swiper-slide-active a:hover .interview_image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.front-page .sec__interview .swiper-button-disabled {
  opacity: 0.5;
}
.front-page .sec__interview .controller {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 610px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec__interview .controller {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
    max-width: 610px;
  }
}
.front-page .sec__interview .swiper-btn-next,
.front-page .sec__interview .swiper-btn-prev {
  position: relative;
  aspect-ratio: 1/1;
  width: 63px;
  height: auto;
  border: solid 1px #3969f0;
  border-radius: 50%;
  background-color: #3969f0;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (any-hover: hover) {
  .front-page .sec__interview .swiper-btn-next:hover,
  .front-page .sec__interview .swiper-btn-prev:hover {
    background-color: #fff;
  }
  .front-page .sec__interview .swiper-btn-next:hover:before,
  .front-page .sec__interview .swiper-btn-prev:hover:before {
    background-color: #3969f0;
  }
}
@media (max-width: 834px) {
  .front-page .sec__interview .swiper-btn-next,
  .front-page .sec__interview .swiper-btn-prev {
    width: 43px;
  }
}
.front-page .sec__interview .swiper-btn-next::before,
.front-page .sec__interview .swiper-btn-prev::before {
  content: "";
  aspect-ratio: 9/15;
  width: 9px;
  height: auto;
  -webkit-mask-image: url(../img/common/arrow02.png);
          mask-image: url(../img/common/arrow02.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%) scaleX(-1);
          transform: translate(50%, -50%) scaleX(-1);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (max-width: 834px) {
  .front-page .sec__interview .swiper-btn-next::before,
  .front-page .sec__interview .swiper-btn-prev::before {
    width: 7px;
  }
}
.front-page .sec__interview .swiper-btn-prev::before {
  right: calc(50% + 2px);
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.front-page .sec__interview .swiper-button-disabled {
  pointer-events: none;
}
.front-page .sec__interview .swiper-pagination {
  position: relative;
  inset: initial;
  margin-top: 40px;
  background-color: #ebebeb;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  padding: 2px 20px 6px;
  border-radius: 100px;
  margin-left: auto;
}
@media (max-width: 834px) {
  .front-page .sec__interview .swiper-pagination {
    margin-top: 20px;
    padding: 2px 16px 6px;
  }
}
.front-page .sec__interview .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.front-page .sec__interview .swiper-pagination-bullet-active {
  background-color: #43ac1a;
}
@media (max-width: 834px) {
  .front-page .sec__interview__deco {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}
.front-page .sec__interview__deco .deco_1 {
  background-color: #43ac1a;
  left: 50px;
  top: -93px;
}
@media (max-width: 834px) {
  .front-page .sec__interview__deco .deco_1 {
    left: 30px;
    top: -40px;
  }
}
.front-page .sec__interview__deco .deco_2 {
  background-color: #fff;
  border: 1px solid #ffaa17;
  left: -20px;
  top: -33px;
}
.front-page .sec__interview__deco .deco_3 {
  background-color: #ff175e;
  left: 4px;
  top: 30px;
}
.front-page .sec__recruit {
  background-color: #3969f0;
  padding: 100px 0;
  position: relative;
}
@media (max-width: 834px) {
  .front-page .sec__recruit {
    padding: 60px 0;
  }
}
.front-page .sec__recruit__wrap {
  border-radius: 20px;
  background-color: #fff;
  padding: 90px;
  position: relative;
}
@media (min-width: 835px) {
  .front-page .sec__recruit__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 834px) {
  .front-page .sec__recruit__wrap {
    padding: 32px;
  }
}
.front-page .sec__recruit__wrap::before {
  position: absolute;
  content: "";
  bottom: -30px;
  left: -32px;
  background: url(../img/index/illust-bread.png) center/contain no-repeat;
  aspect-ratio: 203/160;
  width: 93px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec__recruit__wrap::before {
    max-width: 70px;
    left: -20px;
  }
}
.front-page .sec__recruit__wrap::after {
  position: absolute;
  content: "";
  top: -20px;
  right: -50px;
  background: url(../img/index/illust-sushi.png) center/contain no-repeat;
  aspect-ratio: 338/240;
  width: 161px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec__recruit__wrap::after {
    max-width: 100px;
    right: -20px;
  }
}
.front-page .sec__recruit__wrap .block .text {
  font-weight: 700;
  margin-top: 40px;
}
@media (max-width: 834px) {
  .front-page .sec__recruit__wrap .block .text {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .front-page .sec__recruit__wrap .block .text br {
    display: none;
  }
}
.front-page .sec__recruit__wrap .block .btnArea {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 835px) {
  .front-page .sec__recruit__wrap .block .btnArea .newgraduate-btn,
  .front-page .sec__recruit__wrap .block .btnArea .recruit-btn {
    width: 100%;
    max-width: 230px;
  }
  .front-page .sec__recruit__wrap .block .btnArea .newgraduate-btn a,
  .front-page .sec__recruit__wrap .block .btnArea .recruit-btn a {
    width: 100%;
  }
}
@media (max-width: 834px) {
  .front-page .sec__recruit__wrap .block .btnArea {
    margin-top: 24px;
    -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;
  }
  .front-page .sec__recruit__wrap .block .btnArea .newgraduate-btn,
  .front-page .sec__recruit__wrap .block .btnArea .recruit-btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .front-page .sec__recruit__wrap .block .btnArea .newgraduate-btn a,
  .front-page .sec__recruit__wrap .block .btnArea .recruit-btn a {
    width: 100%;
  }
}
@media (min-width: 835px) {
  .front-page .sec__recruit__wrap .block:first-child {
    border-right: 1px solid #e5e5e5;
    padding-right: 56px;
    width: 52%;
  }
}
@media (max-width: 834px) {
  .front-page .sec__recruit__wrap .block:first-child {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 32px;
  }
}
@media (min-width: 835px) {
  .front-page .sec__recruit__wrap .block:last-child {
    padding-left: 70px;
    width: 48%;
  }
}
@media (max-width: 834px) {
  .front-page .sec__recruit__wrap .block:last-child {
    margin-top: 32px;
  }
}
.front-page .sec__recruit__wrap .block .jobSearch_item {
  margin-bottom: 20px;
}
.front-page .sec__recruit__wrap .block .jobSearch_item .hd {
  font-weight: 700;
  font-size: 1.6rem;
  position: relative;
}
@media (max-width: 834px) {
  .front-page .sec__recruit__wrap .block .jobSearch_item .hd {
    font-size: 1.5rem;
    gap: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}
.front-page .sec__recruit__wrap .block .jobSearch_item .hd::before {
  content: "";
  position: absolute;
  left: -20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #43ac1a;
  margin-top: 12px;
}
@media (max-width: 834px) {
  .front-page .sec__recruit__wrap .block .jobSearch_item .hd::before {
    width: 8px;
    height: 8px;
    position: relative;
    left: auto;
  }
}
.front-page .sec__recruit__wrap .block .jobSearch_item .jobSearchList {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 834px) {
  .front-page .sec__recruit__wrap .block .jobSearch_item .jobSearchList {
    margin-top: 0px;
    gap: 16px;
  }
}
.front-page .sec__recruit__wrap .block .jobSearch_item .jobSearchList__item a {
  color: #333;
  border-bottom: 1px solid #333;
  padding-bottom: 4px;
  font-size: 1.5rem;
  font-weight: 400;
}
@media (max-width: 834px) {
  .front-page .sec__recruit__wrap .block .jobSearch_item .jobSearchList__item a {
    font-size: 1.4rem;
  }
}
@media (any-hover: hover) {
  .front-page .sec__recruit__wrap .block .jobSearch_item .jobSearchList__item a:hover {
    color: #43ac1a;
    border-color: #43ac1a;
  }
}
.front-page .sec__recruit__deco .deco_1 {
  position: absolute;
  pointer-events: none;
  aspect-ratio: 562/630;
  width: 100%;
  max-width: 273px;
  bottom: -103px;
  right: 0;
  z-index: 2;
}
@media (max-width: 834px) {
  .front-page .sec__recruit__deco .deco_1 {
    max-width: 150px;
    bottom: -63px;
  }
}

.js-ready .sec__mainVisual__textArea .copy {
  -webkit-animation: scaleUp01 1.2s ease-in-out forwards;
          animation: scaleUp01 1.2s ease-in-out forwards;
}
.js-ready .sec__mainVisual__deco {
  -webkit-animation: scaleUp 1.2s ease-in-out forwards;
          animation: scaleUp 1.2s ease-in-out forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

/* ============================================
// RECRUIT
// ==========================================*/
/*--------------------
求人一覧
--------------------*/
.lower-kyujin_l .kyujin_container {
  padding: 80px 0 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-kyujin_l .kyujin_container {
    padding: 40px 0 0;
  }
}
.lower-kyujin_l .panelArea {
  padding: 0 40px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-kyujin_l .panelArea {
    padding: 0 5%;
  }
}
.lower-kyujin_l .panelArea .search_panel {
  max-width: 990px;
  background: #fff;
  margin: 0 auto;
  margin-bottom: 60px;
  padding: 60px 90px;
  border-radius: 20px;
  position: relative;
  -webkit-box-shadow: 0px 8px 24px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0px 8px 24px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 834px) {
  .lower-kyujin_l .panelArea .search_panel {
    padding: 32px;
    border-radius: 15px;
    margin-bottom: 40px;
  }
}
.lower-kyujin_l .panelArea .search_panel::before {
  position: absolute;
  inset: 10px;
  content: "";
  border: 3px solid #3969f0;
  border-radius: 20px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-kyujin_l .panelArea .search_panel::before {
    border-radius: 15px;
    border: 2px solid #3969f0;
    inset: 6px;
  }
}
.lower-kyujin_l .search-toggle {
  position: absolute;
  left: 50%;
  top: -20px;
  width: 100%;
  max-width: 235px;
  background: #3969f0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 200px;
  border: 1px solid #3969f0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (any-hover: hover) {
  .lower-kyujin_l .search-toggle:hover {
    background-color: #fff;
  }
  .lower-kyujin_l .search-toggle:hover .toggle_txt {
    color: #3969f0;
  }
  .lower-kyujin_l .search-toggle:hover .toggle_trigger_txt_ico {
    background-color: #3969f0;
  }
}
.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_body {
  position: relative;
  z-index: 1;
  padding: 40px 0px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_body {
    padding: 0;
    padding: 20px 0 20px;
  }
}
.lower-kyujin_l .job_result_total {
  padding: 10px 0 0;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_result_total {
    padding: 20px 0 0;
  }
}
.lower-kyujin_l .job_list {
  position: relative;
}
@media (min-width: 835px) {
  .lower-kyujin_l .job_list {
    margin-bottom: 30px;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_list__deco {
    display: none;
  }
}
.lower-kyujin_l .job_list__deco .deco_4 {
  background-color: #3969f0;
  right: 30px;
  bottom: -100px;
}
.lower-kyujin_l .job_list__deco .deco_5 {
  background-color: #fff;
  border: 2px solid #43ac1a;
  right: -73px;
  bottom: -140px;
}
.lower-kyujin_l .job_list__deco .deco_6 {
  background-color: #ff175e;
  right: -70px;
  bottom: -48px;
}
.lower-kyujin_l .job_count_pager {
  position: relative;
}
.lower-kyujin_l .job_count_pager .btn {
  border-radius: 100px;
  border: 1px solid #3969f0;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_count_pager .btn {
    margin-bottom: 32px;
  }
}
@media (any-hover: hover) {
  .lower-kyujin_l .job_count_pager .btn:hover {
    background-color: #fff;
    border: 1px solid #3969f0;
    color: #3969f0 !important;
    opacity: 1;
  }
}
.lower-kyujin_l .job_count_pager .pagination {
  padding-top: 40px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_count_pager .pagination {
    padding-top: 0;
  }
}
.lower-kyujin_l .job_count_pager .pagination ul {
  gap: 5px;
}
.lower-kyujin_l .job_count_pager .pagination li a {
  background: #ebebeb;
  border-radius: 50%;
  border: 1px solid #ebebeb;
}
@media (any-hover: hover) {
  .lower-kyujin_l .job_count_pager .pagination li a:hover {
    border-color: #43ac1a;
    background-color: #43ac1a;
  }
}
.lower-kyujin_l .job_count_pager .pagination li em {
  background-color: #43ac1a;
  border-radius: 50%;
  border: 1px solid #43ac1a;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_count_pager__deco {
    display: none;
  }
}
.lower-kyujin_l .job_count_pager__deco .deco_1 {
  background-color: #43ac1a;
  left: -50px;
  top: -90px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_count_pager__deco .deco_1 {
    left: 30px;
    top: -40px;
  }
}
.lower-kyujin_l .job_count_pager__deco .deco_2 {
  background-color: #fff;
  border: 1px solid #ffaa17;
  left: -120px;
  top: -33px;
}
.lower-kyujin_l article.job {
  font-weight: 400;
  margin-top: 30px;
  padding: 50px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 8px 24px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0px 8px 24px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 834px) {
  .lower-kyujin_l article.job {
    margin-top: 15px;
    padding: 30px 7%;
    border-radius: 15px;
    -webkit-box-shadow: 0px 4px 15px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0px 4px 15px 0 rgba(0, 0, 0, 0.06);
  }
}
.lower-kyujin_l article.job:first-child {
  margin-top: 0;
  border-top: none;
}
.lower-kyujin_l article.job .job_head .job_head_meta .job_employmenttype .job_employmenttype_list .job_employmenttype_list_item {
  color: #fff;
  background-color: #43ac1a;
  border: none;
  border-radius: 100px;
  padding: 2px 10px;
  height: auto;
}
.lower-kyujin_l article.job .job_body .job_body_head_txt .job_body_head_txt_inner .job_outline .job_outline_item .job_outline_item_txt .gMap_link::before {
  -webkit-mask: url(../img/kyujin/ico_custom_location_black.png) no-repeat center center/contain;
          mask: url(../img/kyujin/ico_custom_location_black.png) no-repeat center center/contain;
  background: #3969f0;
}
.lower-kyujin_l article.job .job_foot .job_convertion_inner .btn {
  border-radius: 100px;
}
.lower-kyujin_l article.job .job_foot .job_convertion_inner .btn_secondary {
  background-color: #3969f0;
  border: 1px solid #3969f0;
  opacity: 1;
}
@media (any-hover: hover) {
  .lower-kyujin_l article.job .job_foot .job_convertion_inner .btn_secondary:hover {
    background-color: #fff;
    color: #3969f0 !important;
  }
}
.lower-kyujin_l article.job .job_foot .job_convertion_inner .btn_external {
  background-color: #43ac1a;
  border: 1px solid #43ac1a;
}
.lower-kyujin_l article.job .job_foot .job_convertion_inner .btn_external::after {
  -webkit-mask: url(../img/kyujin/ico_custom_blank_white.png) no-repeat center top/contain;
          mask: url(../img/kyujin/ico_custom_blank_white.png) no-repeat center top/contain;
  background: #fff;
  right: 15px;
  top: 10px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (any-hover: hover) {
  .lower-kyujin_l article.job .job_foot .job_convertion_inner .btn_external:hover {
    background-color: #fff;
    color: #43ac1a !important;
  }
  .lower-kyujin_l article.job .job_foot .job_convertion_inner .btn_external:hover::after {
    background: #43ac1a;
  }
}
.lower-kyujin_l .breadcrumb {
  border-bottom: 1px solid #e5e5e5;
}

/*--------------------
求人詳細
--------------------*/
.lower-kyujin_d .kyujin_container {
  padding-top: 80px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin_container {
    padding-top: 60px;
  }
}
.lower-kyujin_d .kyujin_container__deco {
  position: absolute;
  width: 100%;
  height: 200px;
  inset: 0;
  content: "";
  max-width: 1440px;
  margin: 0 auto;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin_container__deco {
    height: 180px;
  }
}
.lower-kyujin_d .kyujin_container__deco .img {
  position: absolute;
  pointer-events: none;
}
.lower-kyujin_d .kyujin_container__deco .deco_1 {
  aspect-ratio: 378/242;
  top: 90px;
  left: 0;
  max-width: clamp(60px, 8.95vw, 129px);
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin_container__deco .deco_1 {
    top: 70px;
  }
}
.lower-kyujin_d .kyujin_container__deco .deco_3 {
  aspect-ratio: 651/759;
  right: 0;
  top: 40px;
  max-width: clamp(70px, 14.23vw, 205px);
}
.lower-kyujin_d .kyujin_container__deco .deco_5 {
  border: 2px solid #43ac1a;
  bottom: -14.6%;
  left: -5%;
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin_container__deco .deco_5 {
    left: 0;
    bottom: 22px;
  }
}
.lower-kyujin_d .kyujin_container__deco .deco_6 {
  background-color: #3969f0;
  bottom: 35.1%;
  left: 24%;
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin_container__deco .deco_6 {
    bottom: 49.1%;
    left: 44%;
  }
}
.lower-kyujin_d .kyujin_container__deco .deco_7 {
  background-color: #ffaa17;
  bottom: 29.5%;
  right: -2%;
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin_container__deco .deco_7 {
    bottom: 30px;
    right: 1%;
  }
}
.lower-kyujin_d .kyujin_container__deco .deco_8 {
  border: 2px solid #ffaa17;
  top: 38.5%;
  right: 22.9%;
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin_container__deco .deco_8 {
    right: 27%;
    top: 70px;
  }
}
.lower-kyujin_d .kyujin_container__deco .deco_9 {
  background-color: #ff175e;
  bottom: 0;
  right: -5.5%;
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin_container__deco .deco_9 {
    top: 30px;
    right: 22%;
  }
}
.lower-kyujin_d .kyujin_container__deco .deco_10 {
  background-color: #43ac1a;
  bottom: 30%;
  right: 38%;
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin_container__deco .deco_10 {
    top: 26.2%;
    left: 29%;
  }
}
.lower-kyujin_d .breadcrumb {
  border-bottom: 1px solid #e5e5e5;
}
.lower-kyujin_d .outline_ttl {
  color: #fff;
}
.lower-kyujin_d .outline_ttl::after {
  background: #3969f0 !important;
  border-radius: 10px;
}
.lower-kyujin_d .appeal_ttl {
  color: #fff;
}
.lower-kyujin_d .appeal_ttl::after {
  background: #3969f0 !important;
  border-radius: 10px;
}
.lower-kyujin_d .appeal_list_item {
  border-bottom: 1px dashed #e5e5e5;
}
.lower-kyujin_d .job {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 8px 24px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0px 8px 24px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  padding: 64px 94px;
  margin-top: 80px;
  z-index: 1;
}
.lower-kyujin_d .job::before {
  position: absolute;
  inset: 10px;
  content: "";
  border: 4px solid #3969f0;
  border-radius: 20px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job::before {
    border-radius: 15px;
    border: 2px solid #3969f0;
    inset: 6px;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_d .job {
    padding: 32px 24px;
    margin-top: 32px;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_d .job__deco {
    display: none;
  }
}
.lower-kyujin_d .job__deco .deco_4 {
  background-color: #3969f0;
  right: 30px;
  bottom: -100px;
}
.lower-kyujin_d .job__deco .deco_5 {
  background-color: #fff;
  border: 2px solid #43ac1a;
  right: -73px;
  bottom: -140px;
}
.lower-kyujin_d .job__deco .deco_6 {
  background-color: #ff175e;
  right: -70px;
  bottom: -48px;
}
.lower-kyujin_d .job .job_outline_item {
  border-bottom: 1px dashed #e5e5e5;
}
.lower-kyujin_d .job .job_outline_item .job_outline_item_ttl span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lower-kyujin_d .job .job_outline_item .job_outline_item_ttl span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #43ac1a;
  margin-top: 10px;
}
.lower-kyujin_d .job_head .job_head_meta .job_employmenttype .job_employmenttype_list .job_employmenttype_list_item {
  color: #fff;
  background-color: #43ac1a;
  border: none;
  border-radius: 100px;
  padding: 2px 10px;
  height: auto;
}
.lower-kyujin_d .gMap_link::before {
  -webkit-mask: url(../img/kyujin/ico_custom_location_black.png) no-repeat center center/contain;
          mask: url(../img/kyujin/ico_custom_location_black.png) no-repeat center center/contain;
  background: #3969f0;
}
.lower-kyujin_d .tel_link::before {
  -webkit-mask: url(../img/kyujin/ico_custom_tel_color.png) no-repeat center top/contain;
          mask: url(../img/kyujin/ico_custom_tel_color.png) no-repeat center top/contain;
  background: #3969f0;
}
.lower-kyujin_d .backBtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto;
}
@media (max-width: 834px) {
  .lower-kyujin_d .backBtn {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.lower-kyujin_d .backBtn a {
  color: #fff;
  padding: 13px 40px;
}
.lower-kyujin_d .backBtn a .arrow {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.lower-kyujin_d .footer {
  padding-bottom: 180px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .footer {
    padding-bottom: 140px;
  }
}
.lower-kyujin_d .fixed_conversion {
  background-color: rgba(57, 105, 240, 0.95);
}
.lower-kyujin_d .fixed_conversion .phone_num::before {
  -webkit-mask: url(../img/kyujin/ico_custom_tel_color.png) no-repeat center center/contain;
          mask: url(../img/kyujin/ico_custom_tel_color.png) no-repeat center center/contain;
  background: #fff;
}
.lower-kyujin_d .fixed_conversion .conversion .btn_conversion {
  background-color: #43ac1a;
  border-radius: 300px;
  border: 1px solid #43ac1a;
  opacity: 1;
}
.lower-kyujin_d .fixed_conversion .conversion .btn_conversion::after {
  right: 15px;
  top: 10px;
  -webkit-mask: url(../img/kyujin/ico_custom_blank_white.png) no-repeat center top/contain;
          mask: url(../img/kyujin/ico_custom_blank_white.png) no-repeat center top/contain;
  background: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (any-hover: hover) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion:hover {
    background-color: #fff;
    color: #43ac1a;
  }
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion:hover::after {
    background-color: #43ac1a;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion span {
    font-size: 1.4rem;
  }
}
.lower-kyujin_d .pagetop {
  bottom: 105px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .pagetop {
    bottom: 92px;
  }
}
.lower-kyujin_d .pagetop__inner {
  bottom: 92px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .pagetop__inner {
    bottom: 68px;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_d .outline_ttl,
  .lower-kyujin_d .appeal_ttl {
    padding: 0.8em 1em;
  }
}
.lower-kyujin_d .outline_ttl::after,
.lower-kyujin_d .appeal_ttl::after {
  background: #333;
}

.lower-whatsnew .l-main {
  padding: 0;
}
.lower-whatsnew .pageHeader .pageHeader__deco .deco_2 {
  bottom: -20%;
}
.lower-whatsnew .job_employmenttype_list_item {
  border-radius: 100px;
}
.lower-whatsnew .kyujin_container {
  margin: 80px auto 50px;
}
@media (max-width: 834px) {
  .lower-whatsnew .kyujin_container {
    margin: 40px auto;
  }
}
.lower-whatsnew .kyujin_container .pagination ul {
  gap: 5px;
}
.lower-whatsnew .kyujin_container .pagination li a {
  background: #ebebeb;
  border-radius: 50%;
  border: 1px solid #ebebeb;
}
@media (any-hover: hover) {
  .lower-whatsnew .kyujin_container .pagination li a:hover {
    border-color: #43ac1a;
    background-color: #43ac1a;
  }
}
.lower-whatsnew .kyujin_container .pagination li em {
  background-color: #43ac1a;
  border-radius: 50%;
  border: 1px solid #43ac1a;
}
.lower-whatsnew .kyujin_container .job_count_pager .btn {
  border-radius: 100px;
  border: 1px solid #3969f0;
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .lower-whatsnew .kyujin_container .job_count_pager .btn {
    margin-bottom: 24px;
  }
}
@media (any-hover: hover) {
  .lower-whatsnew .kyujin_container .job_count_pager .btn:hover {
    color: #3969f0 !important;
    background-color: #fff;
    opacity: 1;
  }
}
.lower-whatsnew .kyujin_container .job {
  margin-top: 30px;
  padding: 50px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 8px 24px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0px 8px 24px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 834px) {
  .lower-whatsnew .kyujin_container .job {
    margin-top: 15px;
    padding: 30px 7%;
    border-radius: 15px;
    -webkit-box-shadow: 0px 4px 15px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0px 4px 15px 0 rgba(0, 0, 0, 0.06);
  }
}
.lower-whatsnew .kyujin_container .job:first-child {
  margin-top: 0;
  border-top: none;
}
.lower-whatsnew .kyujin_container .job_list {
  position: relative;
}
@media (min-width: 835px) {
  .lower-whatsnew .kyujin_container .job_list {
    margin-bottom: 30px;
  }
}
@media (max-width: 834px) {
  .lower-whatsnew .kyujin_container .job_list__deco {
    display: none;
  }
}
.lower-whatsnew .kyujin_container .job_list__deco .deco_4 {
  background-color: #3969f0;
  right: 30px;
  bottom: -100px;
}
.lower-whatsnew .kyujin_container .job_list__deco .deco_5 {
  background-color: #fff;
  border: 2px solid #43ac1a;
  right: -73px;
  bottom: -140px;
}
.lower-whatsnew .kyujin_container .job_list__deco .deco_6 {
  background-color: #ff175e;
  right: -70px;
  bottom: -48px;
}

.data-for-aidemlog {
  /* 独自ログ計測用 */
}

@media (min-device-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    display: inline-block;
  }
}
.is_sp {
  display: none !important;
}

.kyujin_container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  /* - - - - - - - - - - - - - - -
  base
  - - - - - - - - - - - - - - - - */
}
@media screen and (max-width: 834px) {
  .kyujin_container {
    padding: 0 5%;
    font-size: 1.4rem;
  }
}
.kyujin_container *,
.kyujin_container *:after,
.kyujin_container *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}
.kyujin_container img {
  vertical-align: bottom;
}
.kyujin_container a {
  text-decoration: none;
  color: #3969f0;
}
.kyujin_container a:focus {
  outline: none;
}
.kyujin_container a img {
  border: 0;
}
.kyujin_container li {
  list-style: none;
}
@media (hover: hover) {
  .kyujin_container a:hover, .kyujin_container a:active {
    color: #1149e5;
  }
}
@media screen and (max-width: 834px) {
  .kyujin_container {
    padding-left: 5%;
    padding-right: 5%;
  }
}

/* - - - - - - - - - - - - - - -
parts
- - - - - - - - - - - - - - - - */
.btn {
  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;
  position: relative;
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  height: 100%;
  padding: 1em 0;
  background: #3969f0;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn_secondary {
  background: #809ff5;
}
.btn.btn_secondary:before {
  border-color: #809ff5;
}
.btn.btn_external:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  background: url("../img/kyujin/ico_custom_blank_white.png") no-repeat center top/contain;
  width: 10px;
  height: 7px;
}
@media (hover: hover) {
  .btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 834px) {
  .btn {
    padding: 10px 0;
  }
}

.external_link {
  position: relative;
  padding-left: 1.2em;
}
.external_link:before, .external_link:after {
  content: "";
  display: inline-block;
  position: absolute;
}
.external_link:before {
  border: 1px solid;
  width: 9px;
  height: 7px;
  top: 5px;
  left: 3px;
}
.external_link:after {
  border: 1px solid;
  border-top: none;
  border-right: none;
  width: 5px;
  height: 5px;
  top: 10px;
  left: 0;
}

.gMap_link {
  position: relative;
  font-weight: bold;
}
.gMap_link:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.17em;
  margin-right: 0.3em;
  width: 0.77em;
  height: 1em;
  background: url("../img/kyujin/ico_custom_location_black.png") no-repeat center center/contain;
}

.tel_link {
  position: relative;
  font-weight: bold;
}
.tel_link:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.1em;
  margin-right: 0.3em;
  background: url("../img/kyujin/ico_custom_tel_color.png") no-repeat center top/contain;
  width: 0.8em;
  height: 0.8em;
}

.job_count_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.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 screen and (max-width: 834px) {
  .job_count_pager.contents_top {
    margin-bottom: 20px;
  }
}
.job_count_pager.contents_bottom {
  display: block;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 0 30px;
}
.job_count_pager.contents_bottom .pagination {
  display: inline-block;
}
.job_count_pager.contents_bottom .pagination a,
.job_count_pager.contents_bottom .pagination em {
  width: 39.2px;
  height: 39.2px;
  line-height: 39.2px;
}

.pager_next {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .pager_next {
    padding-left: 10%;
    padding-right: 10%;
  }
}

/* result total */
@media screen and (min-width: 481px) {
  .job_result_total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.job_result_total .job_result_total_head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 481px) {
  .job_result_total .job_result_total_head {
    margin-right: 20px;
  }
}
.job_result_total .job_result_total_head:after {
  content: "";
  display: block;
  border-bottom: 2px solid #3969f0;
  width: 100%;
  height: 2px;
}
@media screen and (min-width: 481px) {
  .job_result_total .job_result_total_head:after {
    position: absolute;
    top: 100%;
  }
}
@media screen and (max-width: 480px) {
  .job_result_total .job_result_total_head:after {
    margin-left: 10px;
    border-color: #eee;
    border-width: 1px;
  }
}
.job_result_total .job_result_total_num {
  position: relative;
  z-index: 3;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: normal;
  color: #ffaa17;
}
@media screen and (max-width: 834px) {
  .job_result_total .job_result_total_num {
    font-size: 15px;
  }
}
.job_result_total .job_result_total_cach {
  position: relative;
  z-index: 3;
  font-size: 12px;
  font-weight: bold;
  margin-left: 3px;
}
.job_result_total .job_result_total_body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.job_result_total .job_result_total_body_ttl {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .job_result_total .job_result_total_body_ttl {
    font-size: 12px;
  }
}

.result_total {
  font-size: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.result_total_all {
  position: relative;
  top: 2px;
  font-weight: bold;
  color: #ffaa17;
  margin-right: -0.3em;
}
.result_total_txt {
  font-size: 0.7em;
  font-weight: bold;
  margin-right: -0.2em;
}
.result_total_current {
  font-size: 0.5em;
  opacity: 0.9;
}
@media screen and (max-width: 480px) {
  .result_total {
    font-size: 18px;
  }
}

/* pagination */
.pagination {
  display: block;
  position: relative;
  z-index: 5;
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 5px;
}
.pagination li {
  font-size: 12px;
  text-align: center;
}
.pagination li a,
.pagination li em {
  display: block;
  position: relative;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #ebebeb;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #ebebeb;
}
.pagination li a:before,
.pagination li em:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.pagination li em {
  color: #fff;
  background: #43ac1a;
  border: 1px solid #43ac1a;
}
.pagination li em:before {
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .pagination li a:hover {
    color: #fff;
    opacity: 1;
    background: transparent;
  }
  .pagination li a:hover:before {
    background: #3969f0;
  }
}
@media screen and (max-width: 834px) {
  .pagination .number {
    display: none;
  }
  .pagination .number.current {
    display: inline-block;
  }
}

/* back page */
.page_back {
  width: 100%;
  padding: 30px 0;
  text-align: center;
}
.page_back a {
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.page_back a:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  margin-right: 5px;
}
@media (hover: hover) {
  .page_back a:hover {
    opacity: 0.7;
  }
}

/* tab form */
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .tabs {
    margin-top: 10px;
    margin-bottom: 20px;
    gap: 5px;
  }
}
.tabs_item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 20px;
  cursor: pointer;
}
.tabs_item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #3969f0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.1;
}
.tabs_item::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: -1px;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 10px;
  height: 8px;
  background-color: #3969f0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tabs_item span {
  position: relative;
  z-index: 3;
}
@media (hover: hover) {
  .tabs_item:hover:not(.is-active)::before {
    opacity: 0.2;
  }
}
.tabs_item.is-active {
  color: #fff;
  cursor: auto;
}
.tabs_item.is-active::before {
  opacity: 1;
}
.tabs_item.is-active::after {
  opacity: 1;
}

.tab_contents {
  position: relative;
  display: none;
  width: 100%;
}
.tab_contents.is-show {
  display: block;
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* form base setting */
body.iPhone select,
body.iPhone input,
body.iPhone textarea {
  font-size: 16px !important;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}
input::-ms-expand,
button::-ms-expand,
textarea::-ms-expand,
select::-ms-expand {
  display: none;
}
input::-ms-reveal,
button::-ms-reveal,
textarea::-ms-reveal,
select::-ms-reveal {
  visibility: hidden;
}
input::-ms-clear,
button::-ms-clear,
textarea::-ms-clear,
select::-ms-clear {
  visibility: hidden;
}

input[type=text],
input[type=submit],
input[type=search],
input[type=button],
select,
textarea {
  outline: none;
  border: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
  -webkit-appearance: none;
}
input[type=search]:focus {
  outline-offset: -2px;
}
input[type=search]::-webkit-search-decoration {
  display: none;
}

select,
input {
  display: block;
  width: 100%;
  padding: 0.7em 44px 0.7em 15px !important;
  background: #f7f7f7;
  border-radius: 0;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
select[type=text], select[type=search],
input[type=text],
input[type=search] {
  cursor: auto;
}

select option {
  height: 30px;
  line-height: 30px;
  background: #fff;
}

input[type=text],
input[type=search],
input[type=submit] {
  padding-right: 15px !important;
}

.resetbtn {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: normal;
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0.1em 0.4em !important;
  color: #555;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 7px;
  line-height: 1.5;
  cursor: pointer;
  padding: 8px 15px 8px 12px;
  border: 1px solid #EDEDED;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
input[type=checkbox] + label .text {
  display: block;
}
input[type=checkbox]:checked + label {
  background-color: #3969f0;
  color: #fff;
}
input[type=checkbox]:checked + label .check {
  background-color: #fff;
}
input[type=checkbox]:checked + label .check::before, input[type=checkbox]:checked + label .check::after {
  opacity: 1;
}
input[type=checkbox]:checked + label .check::before {
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}
input[type=checkbox]:checked + label .check::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

input[type=radio] {
  display: none;
}
input[type=radio] + label {
  position: relative;
  display: block;
  line-height: 1.5;
  padding: 0 15px 0 1.5em;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
input[type=radio] + label:before, input[type=radio] + label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
input[type=radio] + label:before {
  top: 3px;
  left: 0;
  z-index: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  border-radius: 50%;
}
input[type=radio] + label:after {
  z-index: 2;
  top: 6px;
  left: 3px;
  width: 7px;
  height: 7px;
  opacity: 0;
  background: #3969f0;
  border-radius: 50%;
}
input[type=radio] + label a:link,
input[type=radio] + label a:visited {
  color: #333333;
}
input[type=radio]:checked + label:after {
  opacity: 1;
}

@media (hover: hover) {
  input[type=text]:focus,
  input[type=submit]:focus,
  input[type=search]:focus,
  select:focus,
  textarea:focus {
    -webkit-box-shadow: 0 0 10px #eee;
            box-shadow: 0 0 10px #eee;
  }
}
/* form parts custom setting */
.search-toggle {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #3969f0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  max-width: 235px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 834px) {
  .search-toggle {
    max-width: 188px;
  }
}
.search-toggle .toggle_txt {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 0.7em 1em;
  text-indent: -1em;
}
@media screen and (max-width: 834px) {
  .search-toggle .toggle_txt {
    font-size: 12px;
  }
}
.search-toggle .toggle_trigger {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 46px;
  height: 100%;
  border: none;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 834px) {
  .search-toggle .toggle_trigger {
    width: 36.8px;
  }
}
.search-toggle .toggle_trigger:hover {
  opacity: 1;
}
.search-toggle .toggle_trigger:focus {
  outline: none;
}
.search-toggle .toggle_trigger_txt_ico {
  display: block;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 834px) {
  .search-toggle .toggle_trigger_txt_ico {
    width: 8px;
    margin-top: -2px;
  }
}
.search-toggle .toggle_trigger_txt_ico:nth-of-type(1) {
  margin-left: -3px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
@media screen and (max-width: 834px) {
  .search-toggle .toggle_trigger_txt_ico:nth-of-type(1) {
    margin-left: -2px;
  }
}
.search-toggle .toggle_trigger_txt_ico:nth-of-type(2) {
  margin-left: 3px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
@media screen and (max-width: 834px) {
  .search-toggle .toggle_trigger_txt_ico:nth-of-type(2) {
    margin-left: 2px;
  }
}
.search-toggle.js-active .toggle_trigger_txt_ico:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}
.search-toggle.js-active .toggle_trigger_txt_ico:nth-of-type(2) {
  -webkit-transform: translateX(-50%) rotate(-135deg);
          transform: translateX(-50%) rotate(-135deg);
}
@media screen and (max-width: 834px) {
  .search-toggle {
    margin-bottom: 5%;
  }
}

.search_panel {
  position: relative;
  margin-bottom: 30px;
  padding: 40px 30px 30px;
  border: 1px solid #eee;
}
@media screen and (max-width: 834px) {
  .search_panel .search_body {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .search_panel {
    padding: 30px 5% 5%;
  }
}
@media screen and (max-width: 480px) {
  .search_panel {
    margin-bottom: 25px;
  }
}

/* kyujin */
.job_post_date {
  opacity: 0.8;
  font-size: 10px;
  color: #333333;
}
.job_post_date_ttl {
  position: relative;
  font-weight: bold;
}
.job_post_date_ttl:after {
  content: "：";
}

.job_post_validthrough {
  opacity: 0.8;
  font-size: 10px;
  color: #333333;
}
.job_post_validthrough_ttl {
  position: relative;
  font-weight: bold;
}
.job_post_validthrough_ttl:after {
  content: "：";
}

.job_employmenttype_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  list-style: none;
}
.job_employmenttype_list_item {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  padding: 2px 10px;
  border-radius: 5px;
  height: auto;
  background: #43ac1a;
}

.job_workplace {
  line-height: 1.5;
  color: #333333;
}
.job_workplace_ttl {
  position: relative;
  color: #ffaa17;
  font-weight: bold;
}
.job_workplace_ttl:after {
  content: "：";
}

.job_tag .job_tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  list-style: none;
}
.job_tag .job_tag_list_item {
  position: relative;
  font-size: 11px;
  font-weight: bold;
  background: #f0f0f0;
  margin: 0 0.5em 0.5em 0;
  padding: 0.15em 0.7em;
  color: #333333;
}
@media screen and (max-width: 834px) {
  .job_tag .job_tag_list_item {
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  .job_tag {
    position: relative;
    width: 106%;
  }
  .job_tag:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    width: 5%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.01)), to(rgb(255, 255, 255)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
  }
  .job_tag:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    width: 30px;
    height: 2px;
    background: #ddd;
    -webkit-animation-name: scroll_obj;
            animation-name: scroll_obj;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
  .job_tag .job_tag_list {
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    padding: 10px 0;
  }
  .job_tag .job_tag_list:after {
    content: "___";
    color: transparent;
  }
}

/* ttl */
.job_ttl {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
@media screen and (max-width: 834px) {
  .job_ttl {
    font-size: 18px;
    line-height: 1.6;
  }
}
.job_ttl .ico_new {
  position: relative;
  top: -0.4em;
  background-color: #3969f0;
  color: #fff;
  font-size: 0.5em;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0.25em 0.5em;
}

.job_occupations {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
@media screen and (max-width: 834px) {
  .job_occupations {
    font-size: 15px;
  }
}

.job_post_ttl {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.outline_ttl {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  padding: 0.8em 1em;
}
.outline_ttl:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: white;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .outline_ttl {
    font-size: 16px;
  }
}

.appeal_ttl {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding: 0.8em 1em;
}
.appeal_ttl:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: white;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .appeal_ttl {
    font-size: 16px;
  }
}

/* table */
.job_outline_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eee;
}
.job_outline_item_ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  font-weight: bold;
  padding: 20px 10px;
}
.job_outline_item_ttl span {
  font-weight: bold;
}
.job_outline_item_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 20px 10px;
  word-break: break-all;
}
@media screen and (max-width: 480px) {
  .job_outline_item {
    display: block;
  }
  .job_outline_item_ttl {
    padding: 15px 0 0;
  }
  .job_outline_item_txt {
    padding: 0 0 15px;
  }
}

/* - - - - - - - - - - - - - - -
kyujin_l
- - - - - - - - - - - - - - - - */
.lower-kyujin_l .job {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}
.lower-kyujin_l .job:first-child {
  border-top: 1px solid #eee;
}
.lower-kyujin_l .job_head_meta {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  gap: 7px;
}
.lower-kyujin_l .job_head_meta .job_post_date,
.lower-kyujin_l .job_head_meta .job_post_validthrough {
  line-height: 1.5;
}
.lower-kyujin_l .job_workplace,
.lower-kyujin_l .job_tag {
  margin-top: 10px;
}
.lower-kyujin_l .job_head > a,
.lower-kyujin_l .job_body_head_img > a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.lower-kyujin_l .job_ttl {
  font-size: 20px;
}
.lower-kyujin_l .job_ttl a {
  color: #333333;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.lower-kyujin_l .job_body {
  margin-top: 20px;
}
.lower-kyujin_l .job_body_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  .lower-kyujin_l .job_body_head {
    display: block;
  }
}
.lower-kyujin_l .job_body_head_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  margin-right: 30px;
}
@media screen and (max-width: 480px) {
  .lower-kyujin_l .job_body_head_img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.lower-kyujin_l .job_img {
  position: relative;
}
.lower-kyujin_l .job_img:before {
  content: "";
  display: block;
  padding-top: 66%;
}
.lower-kyujin_l .job_img img {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lower-kyujin_l .job_body_head_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-kyujin_l .job_body_head_txt br {
  display: none;
}
.lower-kyujin_l .job_occupations {
  position: relative;
  z-index: 2;
  margin-bottom: 0.5em;
}
.lower-kyujin_l .job_occupations:after {
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  background: #3969f0;
  margin: 0.5em 0 0.9em;
}
.lower-kyujin_l .job_lead {
  margin-bottom: 10px;
}
.lower-kyujin_l .job_outline_item {
  border: none;
}
.lower-kyujin_l .job_outline_item:not(:first-child) {
  margin-top: 10px;
}
.lower-kyujin_l .job_outline_item_txt br {
  display: none;
}
.lower-kyujin_l .job_outline_item_ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
.lower-kyujin_l .job_outline_item_ttl, .lower-kyujin_l .job_outline_item_txt {
  padding: 0;
}
.lower-kyujin_l .job_convertion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 20px 5% 0;
  max-width: 900px;
}
.lower-kyujin_l .job_convertion_inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin: 0 10px;
}
@media (hover: hover) {
  .lower-kyujin_l .job_head > a:hover,
  .lower-kyujin_l .job_body_head_img > a:hover,
  .lower-kyujin_l .job_ttl > a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 480px) {
  .lower-kyujin_l .is_pc {
    display: none !important;
  }
  .lower-kyujin_l .is_sp {
    display: block !important;
  }
  .lower-kyujin_l .job {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .lower-kyujin_l .job_body {
    margin-top: 15px;
  }
  .lower-kyujin_l .job_ttl {
    font-size: 16px;
  }
  .lower-kyujin_l .job_workplace {
    margin-top: 5px;
  }
  .lower-kyujin_l .job_outline-head {
    position: relative;
    padding: 12px 15px;
    border: 1px solid #eee;
  }
  .lower-kyujin_l .job_outline-head .job_outline_item {
    display: block;
  }
  .lower-kyujin_l .job_outline-head .job_outline_item_ttl,
  .lower-kyujin_l .job_outline-head .job_outline_item_txt {
    padding: 0;
  }
  .lower-kyujin_l .job_convertion {
    padding: 15px 0 0;
    margin-left: -5px;
    margin-right: -5px;
  }
  .lower-kyujin_l .job_convertion_inner {
    margin: 0 5px;
  }
}

/* - - - - - - - - - - - - - - -
kyujin_d
- - - - - - - - - - - - - - - - */
.lower-kyujin_d {
  /* sns */
}
.lower-kyujin_d .job_sns {
  padding: 20px 0;
}
.lower-kyujin_d .job_sns_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0.4em;
}
.lower-kyujin_d .job_sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.lower-kyujin_d .job_sns_list li {
  display: inline-block;
  margin-left: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26px;
          flex: 0 0 26px;
  max-width: 26px;
  width: 100%;
}
.lower-kyujin_d .job_sns_list li:first-child {
  margin-left: 0;
}
.lower-kyujin_d .job_sns_list a {
  display: block;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .lower-kyujin_d .job_sns_list a:hover {
    opacity: 0.8;
  }
}
.lower-kyujin_d .job_sns_list a:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.lower-kyujin_d .job_sns_list svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.lower-kyujin_d .job_sns .fb_svg .st0 {
  fill: #1877f2;
}
.lower-kyujin_d .job_sns .fb_svg .st1 {
  fill: #fff;
}
.lower-kyujin_d .job_sns .tw_svg .st0 {
  fill: #1da1f2;
}
.lower-kyujin_d .job_sns .tw_svg .st1 {
  fill: #fff;
}
.lower-kyujin_d .job_sns .line_svg .st0 {
  fill: #00b900;
}
.lower-kyujin_d .job_sns .line_svg .st1 {
  fill: #fff;
}
.lower-kyujin_d .job_ttl {
  margin-bottom: 0.3em;
}
.lower-kyujin_d .job_head_meta {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
.lower-kyujin_d .job_head_meta .job_post_date,
.lower-kyujin_d .job_head_meta .job_post_validthrough {
  line-height: 1.5;
}
.lower-kyujin_d .job_workplace {
  margin-bottom: 10px;
}
.lower-kyujin_d .job_body_block {
  margin: 50px 0;
}
.lower-kyujin_d .job_body_block:first-child {
  margin-top: 20px;
}
.lower-kyujin_d .job_body_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lower-kyujin_d .job_body_head_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  margin-right: 5%;
}
.lower-kyujin_d .job_img {
  position: relative;
}
.lower-kyujin_d .job_img:before {
  content: "";
  display: block;
  padding-top: 66%;
}
.lower-kyujin_d .job_img img {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lower-kyujin_d .job_body_head_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-kyujin_d .job_occupations {
  position: relative;
  z-index: 2;
  margin-bottom: 0.5em;
}
.lower-kyujin_d .job_occupations:after {
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  background: #3969f0;
  margin: 0.5em 0 0.9em;
}
.lower-kyujin_d .movie_wrap {
  margin-top: 40px;
}
.lower-kyujin_d .movie_wrap .movie {
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16/9;
  max-width: 640px;
}
.lower-kyujin_d .movie_wrap iframe {
  width: 100%;
  height: 100%;
}
.lower-kyujin_d .apeal_list,
.lower-kyujin_d .appeal_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.lower-kyujin_d .apeal_list_item,
.lower-kyujin_d .appeal_list_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.lower-kyujin_d .apeal_list .apeal_list_item_head,
.lower-kyujin_d .apeal_list .appeal_list_item_head,
.lower-kyujin_d .appeal_list .apeal_list_item_head,
.lower-kyujin_d .appeal_list .appeal_list_item_head {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #ffaa17;
  padding: 1em 25px 1em 20px;
  pointer-events: none;
}
.lower-kyujin_d .apeal_list .apeal_list_item_detail,
.lower-kyujin_d .apeal_list .appeal_list_item_detail,
.lower-kyujin_d .appeal_list .apeal_list_item_detail,
.lower-kyujin_d .appeal_list .appeal_list_item_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 20px 20px;
}
.lower-kyujin_d .apeal_list .apeal_list_item_detail_txt,
.lower-kyujin_d .apeal_list .appeal_list_item_detail_txt,
.lower-kyujin_d .appeal_list .apeal_list_item_detail_txt,
.lower-kyujin_d .appeal_list .appeal_list_item_detail_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
          flex: 1 1 70%;
}
.lower-kyujin_d .apeal_list .apeal_list_item_detail_img,
.lower-kyujin_d .apeal_list .appeal_list_item_detail_img,
.lower-kyujin_d .appeal_list .apeal_list_item_detail_img,
.lower-kyujin_d .appeal_list .appeal_list_item_detail_img {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  margin-right: 20px;
}
.lower-kyujin_d .apeal_list .apeal_list_item_detail_img:before,
.lower-kyujin_d .apeal_list .appeal_list_item_detail_img:before,
.lower-kyujin_d .appeal_list .apeal_list_item_detail_img:before,
.lower-kyujin_d .appeal_list .appeal_list_item_detail_img:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.lower-kyujin_d .apeal_list .apeal_list_item_detail_img img,
.lower-kyujin_d .apeal_list .appeal_list_item_detail_img img,
.lower-kyujin_d .appeal_list .apeal_list_item_detail_img img,
.lower-kyujin_d .appeal_list .appeal_list_item_detail_img img {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lower-kyujin_d .apeal_list .toggle-ico,
.lower-kyujin_d .appeal_list .toggle-ico {
  display: none;
  position: absolute;
  z-index: 2;
  top: 1.1em;
  right: 5px;
  width: 18px;
  height: 18px;
}
.lower-kyujin_d .apeal_list .toggle-ico:before, .lower-kyujin_d .apeal_list .toggle-ico:after,
.lower-kyujin_d .appeal_list .toggle-ico:before,
.lower-kyujin_d .appeal_list .toggle-ico:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #ffaa17;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lower-kyujin_d .apeal_list .toggle-ico:before,
.lower-kyujin_d .appeal_list .toggle-ico:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.lower-kyujin_d .apeal_list .toggle-ico:after,
.lower-kyujin_d .appeal_list .toggle-ico:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.lower-kyujin_d .apeal_list .toggle-ico.js-active:before,
.lower-kyujin_d .appeal_list .toggle-ico.js-active:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.lower-kyujin_d .apeal_list .toggle-ico.js-active:after,
.lower-kyujin_d .appeal_list .toggle-ico.js-active:after {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
}
.lower-kyujin_d .favoriteBtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_d .favoriteBtn {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 834px) {
  .lower-kyujin_d .favoriteBtn .favoriteBtn_text {
    display: block;
    font-size: 12px;
  }
}
@media screen and (max-width: 834px) {
  .lower-kyujin_d .job_body_head_img {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  .lower-kyujin_d .apeal_list,
  .lower-kyujin_d .appeal_list {
    display: -webkit-block;
    display: block;
  }
  .lower-kyujin_d .apeal_list .apeal_list_item_head,
  .lower-kyujin_d .apeal_list .appeal_list_item_head,
  .lower-kyujin_d .appeal_list .apeal_list_item_head,
  .lower-kyujin_d .appeal_list .appeal_list_item_head {
    font-size: 14px;
    padding-left: 0;
    pointer-events: inherit;
  }
  .lower-kyujin_d .apeal_list .apeal_list_item_detail,
  .lower-kyujin_d .apeal_list .appeal_list_item_detail,
  .lower-kyujin_d .appeal_list .apeal_list_item_detail,
  .lower-kyujin_d .appeal_list .appeal_list_item_detail {
    padding: 0 0 20px;
  }
  .lower-kyujin_d .apeal_list .toggle-ico,
  .lower-kyujin_d .appeal_list .toggle-ico {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .lower-kyujin_d .is_pc {
    display: none !important;
  }
  .lower-kyujin_d .is_sp {
    display: block !important;
  }
  .lower-kyujin_d .job_sns.is_sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
  }
  .lower-kyujin_d .job_sns.is_sp .job_sns_ttl {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .lower-kyujin_d .job_sns.is_sp .job_sns_list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 98px;
            flex: 0 0 98px;
  }
  .lower-kyujin_d .job_post_date {
    text-align: left;
  }
  .lower-kyujin_d .job_post_slidedown .job_lead {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .lower-kyujin_d .job_post_slidedown .more_link {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    padding: 15px 0;
    color: #555;
    cursor: pointer;
  }
  .lower-kyujin_d .job_post_slidedown .more_link:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.01)), to(rgb(255, 255, 255)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgb(255, 255, 255) 100%);
  }
  .lower-kyujin_d .job_post_slidedown .more_link:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin: 0 0 3px 10px;
  }
  .lower-kyujin_d .job_post_slidedown .more_link.js-active {
    border-top: 1px dashed #eee;
  }
  .lower-kyujin_d .job_post_slidedown .more_link.js-active:before {
    content: none;
  }
  .lower-kyujin_d .job_post_slidedown .more_link.js-active:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    margin-bottom: -3px;
  }
  .lower-kyujin_d .job_head_img {
    margin: 0 0 15px 0;
    position: relative;
  }
  .lower-kyujin_d .job_head_img:before {
    content: "";
    display: block;
    padding-top: 66%;
  }
  .lower-kyujin_d .job_head_img img {
    font-family: "object-fit: contain;";
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .lower-kyujin_d .job_outline-head {
    position: relative;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 12px 15px;
    border: 1px solid #eee;
  }
  .lower-kyujin_d .job_outline-head .job_outline_item {
    display: block;
    border: none;
  }
  .lower-kyujin_d .job_outline-head .job_outline_item:not(:first-child) {
    margin-top: 10px;
  }
  .lower-kyujin_d .job_outline-head .job_outline_item_ttl,
  .lower-kyujin_d .job_outline-head .job_outline_item_txt {
    padding: 0;
  }
  .lower-kyujin_d .job_body_block {
    margin: 20px 0;
  }
  .lower-kyujin_d .job_body_head {
    display: block;
  }
  .lower-kyujin_d .job_body_head_img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .lower-kyujin_d .job_body_head_txt_inner {
    position: relative;
    padding-top: 20px;
  }
  .lower-kyujin_d .job_body_head_txt_inner:before, .lower-kyujin_d .job_body_head_txt_inner:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 1px;
    background: #eee;
  }
  .lower-kyujin_d .job_body_head_txt_inner:before {
    content: none;
    top: 0;
  }
  .lower-kyujin_d .job_body_head_txt_inner:after {
    bottom: 0;
  }
  .lower-kyujin_d .job_body_head_txt_inner:nth-of-type(1):before {
    content: "";
  }
  .lower-kyujin_d .job_body_head_txt_inner .job_post_ttl {
    position: relative;
    margin-bottom: 0.5em;
    color: #ffaa17;
    padding-left: 0.7em;
  }
  .lower-kyujin_d .job_body_head_txt_inner .job_post_ttl:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 3px;
    height: 1em;
    background: #ffaa17;
  }
  .lower-kyujin_d .job_occupations {
    padding-left: 20px;
  }
  .lower-kyujin_d .job_occupations:after {
    position: absolute;
    margin: 0;
    width: 4px;
    height: 100%;
    top: 0;
    left: 0;
  }
}

/* conversion set */
.fixed_conversion {
  position: fixed;
  z-index: 10;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fixed_conversion_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.fixed_conversion .phone {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 340px;
          flex: 0 0 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fixed_conversion .phone .btn_phone {
  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;
  color: #fff;
  width: 100%;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fixed_conversion .phone .phone_num {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.fixed_conversion .phone .phone_num:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.05em;
  margin-right: 0.3em;
  width: 0.82em;
  height: 0.82em;
}
.fixed_conversion .phone .phone_notes {
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin-top: 5px;
  opacity: 0.8;
}
.fixed_conversion .conversion {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.fixed_conversion .conversion .btn_conversion {
  position: relative;
  display: block;
  width: 100%;
  background: #3969f0;
  color: #fff;
  padding: 15px 0;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fixed_conversion .conversion .btn_conversion:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  background: url("../img/kyujin/ico_custom_blank_white.png") no-repeat center top/contain;
  width: 10px;
  height: 7px;
}
.fixed_conversion .conversion .btn_conversion span {
  font-size: 16px;
  font-weight: bold;
}
@media (hover: hover) {
  .fixed_conversion .convertion .btn_convertion:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .fixed_conversion {
    padding: 10px;
  }
  .fixed_conversion .phone {
    -ms-flex-preferred-size: 180px;
        flex-basis: 180px;
    margin-right: 10px;
  }
  .fixed_conversion .phone .btn_phone {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fixed_conversion .phone .phone_num,
  .fixed_conversion .phone .phone_notes {
    color: #fff;
  }
  .fixed_conversion .phone .phone_num {
    font-size: 14px;
  }
  .fixed_conversion .phone .phone_notes {
    font-size: 10px;
  }
  .fixed_conversion .convertion .btn_convertion {
    padding: 10px 0;
  }
  .fixed_conversion .convertion .btn_convertion span {
    font-size: 14px;
  }
}

/* - - - - - - - - - - - - - - -
whats new
- - - - - - - - - - - - - - - - */
.lower-whatsnew .job {
  position: relative;
  margin-top: -1px;
}
.lower-whatsnew .job_inner {
  position: relative;
  display: block;
}
.lower-whatsnew .job_ttl {
  font-size: 16px;
}
.lower-whatsnew .job_ttl a {
  color: #333333;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.lower-whatsnew .job_txt_wrap_meta {
  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: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  .lower-whatsnew .job_txt_wrap_meta {
    gap: 5px;
  }
}
.lower-whatsnew .job_list-type-a .job_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lower-whatsnew .job_list-type-a .job_img_wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  margin-right: 20px;
}
.lower-whatsnew .job_list-type-a .job_img_wrap a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.lower-whatsnew .job_list-type-a .job_img {
  position: relative;
}
.lower-whatsnew .job_list-type-a .job_img:before {
  content: "";
  display: block;
  padding-top: 66%;
}
.lower-whatsnew .job_list-type-a .job_img img {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lower-whatsnew .job_list-type-a .job_txt_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.lower-whatsnew .job_list-type-a .job_outline {
  list-style: none;
}
.lower-whatsnew .job_list-type-a .job_outline_item {
  border: none;
  display: inline;
}
.lower-whatsnew .job_list-type-a .job_outline_item_ttl, .lower-whatsnew .job_list-type-a .job_outline_item_txt {
  display: inline;
  padding: 0;
  color: #333333;
}
.lower-whatsnew .job_list-type-a .job_outline_item_ttl br, .lower-whatsnew .job_list-type-a .job_outline_item_txt br {
  display: none;
}
.lower-whatsnew .job_list-type-a .job_outline_item_txt {
  margin-right: 20px;
}
.lower-whatsnew .job_list-type-a .job_txt_wrap_meta {
  margin-top: 5px;
}
@media (hover: hover) {
  .lower-whatsnew .job_ttl a:hover,
  .lower-whatsnew .job_img_wrap a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 834px) {
  .lower-whatsnew .job_list-type-a .job_img_wrap {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 480px) {
  .lower-whatsnew .job:before, .lower-whatsnew .job:after {
    width: 111%;
    left: -5.5%;
  }
}

/* - - - - - - - - - - - - - - -
keep list
- - - - - - - - - - - - - - - - */
.lower-keeplist .job_list .job {
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 480px) {
  .lower-keeplist .job_list .job {
    padding-left: 30px;
  }
}
.lower-keeplist .job_list .job:not(:first-child) {
  margin-top: 20px;
}
.lower-keeplist .keep_head .keep_count {
  vertical-align: baseline;
}
.lower-keeplist .keep_head .result_total {
  display: inline;
}
.lower-keeplist .keep_head .keep_attention {
  margin-top: 20px;
  padding: 15px 20px;
  border: 1px solid #eee;
}
.lower-keeplist .keep_head .keep_attention_item {
  list-style: none;
  position: relative;
  padding-left: 1em;
}
.lower-keeplist .keep_head .keep_attention_item:not(:first-child) {
  margin-top: 5px;
}
.lower-keeplist .keep_head .keep_attention_item:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.7em;
  left: 0;
  border: 3px solid #666;
  border-radius: 100px;
}
.lower-keeplist .keep_head .not_keep {
  margin-top: 30px;
}
.lower-keeplist .keep_body {
  margin-top: 50px;
}
.lower-keeplist .keep_checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f5f5;
}
@media screen and (max-width: 480px) {
  .lower-keeplist .keep_checkbox {
    width: 18px;
  }
}
.lower-keeplist .keep_checkbox_inner {
  padding: 6px;
}
@media screen and (max-width: 480px) {
  .lower-keeplist .keep_checkbox_inner {
    padding: 0;
  }
}
.lower-keeplist .keep_checkbox input[type=checkbox] + label {
  margin-left: auto;
  margin-right: auto;
  width: 18px;
  height: 18px;
  padding: 0;
}
.lower-keeplist .keep_checkbox input[type=checkbox] + label:before {
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.lower-keeplist .keep_checkbox input[type=checkbox] + label:after {
  top: 3px;
  left: 7px;
}
.lower-keeplist .keep_checkbox input[type=checkbox]:checked + label:before {
  background: #3969f0;
}
.lower-keeplist .delbtn {
  background: #f5f5f5;
}
.lower-keeplist .delbtn_inner {
  overflow: hidden;
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .lower-keeplist .delbtn_inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 835px) {
  .lower-keeplist .delbtn_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 834px) {
  .lower-keeplist .delbtn_list {
    margin-top: -10px;
    margin-bottom: -10px;
  }
}
@media screen and (min-width: 835px) {
  .lower-keeplist .delbtn_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 834px) {
  .lower-keeplist .delbtn_item {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.lower-keeplist .delbtn .btn {
  position: relative;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 30px;
}
.lower-keeplist .delbtn .btn_ico {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  margin-right: 10px;
}
.lower-keeplist .delbtn .btn_ico:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.lower-keeplist .delbtn .delbtn_item-checkDel .btn_ico {
  width: 16px;
}
.lower-keeplist .delbtn .delbtn_item-allDel .btn_ico {
  width: 20px;
}
.lower-keeplist .delbtn .checkBox_svg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible !important;
  width: 100%;
  height: 100%;
}
.lower-keeplist .delbtn .checkBox_svg path {
  fill: #fff; /* 塗り */
}
.lower-keeplist .delbtn .garbageCan_svg path {
  fill: #fff; /* 塗り */
}

/* - - - - - - - - - - - - - - -
モーダル表示
- - - - - - - - - - - - - - - - */
.modal-content {
  display: none;
  position: fixed;
  z-index: 1000;
}
.modal-content *,
.modal-content *:after,
.modal-content *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  list-style: none;
}
.modal-content .modal-overlay {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: #000;
  cursor: pointer;
  z-index: 1000;
}
.modal-content .modal-content-box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  width: 90%;
  height: 260px;
  margin: auto;
  z-index: 1001;
  max-width: 650px;
  text-align: center;
  padding: 40px 50px;
}
@media screen and (max-width: 480px) {
  .modal-content .modal-content-box {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.modal-content .modal-content-box .modal-content-inner {
  position: relative;
  width: 100%;
}
.modal-content .modal-content-box .modal-content-txt {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .modal-content .modal-content-box .modal-content-txt {
    font-size: 14px;
  }
}
.modal-content .modal-content-box .modal-content-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 20px -10px 0;
}
@media screen and (max-width: 480px) {
  .modal-content .modal-content-box .modal-content-btn {
    margin-left: -4px;
    margin-right: -4px;
  }
}
.modal-content .modal-content-box .modal-content-btn li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .modal-content .modal-content-box .modal-content-btn li {
    margin-left: 4px;
    margin-right: 4px;
  }
}
.modal-content .modal-content-box .modal-content-btn a {
  display: block;
  padding: 10px 0;
  width: 100%;
  line-height: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .modal-content .modal-content-box .modal-content-btn a {
    font-size: 14px;
  }
}
.modal-content .modal-cancel {
  background: #ddd;
  cursor: pointer;
}
.modal-content .btn-del {
  background: #3969f0;
  color: #fff;
  display: block;
  padding: 10px 0;
  cursor: pointer;
}
.modal-content .modal-close-btn {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  display: block;
  background: #999;
  width: 30px;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .modal-content .modal-close-btn:hover {
    opacity: 0.7;
  }
}
.modal-content .modal-close-btn:before, .modal-content .modal-close-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #fff;
}
.modal-content .modal-close-btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-content .modal-close-btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

/*
- favorite btn layout
- kyujin_l ,  kyujin_d ,  keeplist
*/
.job_head_ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.job_head_ttl .favoriteBtn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 10px 0 0 auto;
  padding-left: 15px;
}
@media screen and (max-width: 834px) {
  .job_head_ttl .favoriteBtn {
    margin-top: 7px;
  }
}
.job_head_ttl .garbageCan {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 6px 0 0 auto;
  padding-left: 15px;
}
@media screen and (max-width: 480px) {
  .job_head_ttl .garbageCan {
    margin-top: 2px;
  }
}

/*
- favorite btn layout
- whatnew
*/
.job_wrap_ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.job_wrap_ttl .favoriteBtn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 5px 0 0 auto;
  padding-left: 15px;
}

/* ============================================
// INDEX
// ==========================================*/
.lower-interview_l .sec__interview {
  margin: 40px 0 0px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-interview_l .sec__interview {
    margin: 0px;
  }
}
.lower-interview_l .sec__interview .interview_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 0 3.6%;
  position: relative;
  margin-top: 15px;
}
@media (max-width: 834px) {
  .lower-interview_l .sec__interview .interview_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.lower-interview_l .sec__interview .interview_list__bg {
  position: absolute;
  content: "";
  left: -1.1%;
  right: -1.1%;
  height: 110px;
  bottom: 0;
  background-color: #3969f0;
  border-radius: 20px;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.lower-interview_l .sec__interview .interview_list__bg .imgArea {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
}
.lower-interview_l .sec__interview .interview_list__bg .imgArea .img {
  background-image: url(../img/index/newjobs_bg02.png);
  background-position: center;
  background-repeat: repeat;
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  background-size: 1067.2px 616px;
  -webkit-animation: bgloop02 30s linear infinite;
          animation: bgloop02 30s linear infinite;
}
@media (max-width: 834px) {
  .lower-interview_l .sec__interview .interview_list__bg {
    display: none;
  }
}
.lower-interview_l .sec__interview .interview_list:first-child {
  margin-top: 0;
}
.lower-interview_l .sec__interview .interview_list__item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  margin: 60px 0;
  position: relative;
}
@media (max-width: 834px) {
  .lower-interview_l .sec__interview .interview_list__item {
    margin: 40px 0;
    display: block;
  }
}
@media (min-width: 835px) {
  .lower-interview_l .sec__interview .interview_list__item__bg {
    display: none;
  }
}
@media (max-width: 834px) {
  .lower-interview_l .sec__interview .interview_list__item__bg {
    position: absolute;
    content: "";
    left: -500px;
    right: -500px;
    height: 84px;
    bottom: -40px;
    background-color: #3969f0;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
  }
  .lower-interview_l .sec__interview .interview_list__item__bg .imgArea {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
  }
  .lower-interview_l .sec__interview .interview_list__item__bg .img {
    background-image: url(../img/index/newjobs_bg02.png);
    background-position: center;
    background-repeat: repeat;
    position: absolute;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    background-size: 640.32px 369.6px;
    -webkit-animation: bgloop02 30s linear infinite;
            animation: bgloop02 30s linear infinite;
  }
}
@-webkit-keyframes bgloop02 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -616px;
    @media (max-width: 834px) {
      .lower-interview_l .sec__interview .interview_list__item {
        background-position: 0 -369.6px;
      }
    }
  }
}
@keyframes bgloop02 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -616px;
    @media (max-width: 834px) {
      .lower-interview_l .sec__interview .interview_list__item {
        background-position: 0 -369.6px;
      }
    }
  }
}
.lower-interview_l .sec__interview .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;
  letter-spacing: 0.075em;
}
.lower-interview_l .sec__interview .interview_list__item a .imageArea {
  position: relative;
  margin: 0 auto;
}
.lower-interview_l .sec__interview .interview_list__item a .imageArea .interview_image {
  aspect-ratio: 370/260;
  max-width: 370px;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .lower-interview_l .sec__interview .interview_list__item a .imageArea .interview_image {
    border-radius: 15px;
  }
}
.lower-interview_l .sec__interview .interview_list__item a .imageArea .interview_image img {
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 834px) {
  .lower-interview_l .sec__interview .interview_list__item a .imageArea .interview_image img {
    border-radius: 15px;
  }
}
.lower-interview_l .sec__interview .interview_list__item a .imageArea .tag {
  position: absolute;
  background: #43ac1a;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.6;
  border-radius: 100px;
  bottom: 15px;
  left: 20px;
  padding: 4px 18px;
  right: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .lower-interview_l .sec__interview .interview_list__item a .imageArea .tag {
    font-size: 1.3rem;
  }
}
.lower-interview_l .sec__interview .interview_list__item a .textArea {
  display: contents;
}
.lower-interview_l .sec__interview .interview_list__item a .textArea .interview_copy {
  margin-top: 32px;
  position: relative;
  color: #333;
  font-size: 2.2rem;
  line-height: 1.8;
  font-weight: 700;
  margin-left: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 834px) {
  .lower-interview_l .sec__interview .interview_list__item a .textArea .interview_copy {
    font-size: 1.8rem;
    margin-left: 30px;
    margin-top: 20px;
  }
}
.lower-interview_l .sec__interview .interview_list__item a .textArea .interview_copy::before {
  position: absolute;
  content: "“";
  left: -40px;
  top: -10px;
  color: #e5e5e5;
  font-size: 6.5rem;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-interview_l .sec__interview .interview_list__item a .textArea .interview_copy::before {
    top: -10px;
    font-size: 5rem;
    left: -30px;
  }
}
.lower-interview_l .sec__interview .interview_list__item a .textArea .interview_profile {
  background-color: #f6f6f6;
  border-radius: 20px;
  padding: 20px 30px;
  margin-top: 30px;
}
@media (max-width: 834px) {
  .lower-interview_l .sec__interview .interview_list__item a .textArea .interview_profile {
    padding: 16px 24px;
    border-radius: 10px;
    margin-top: 20px;
  }
}
.lower-interview_l .sec__interview .interview_list__item a .textArea .interview_profile .name {
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-interview_l .sec__interview .interview_list__item a .textArea .interview_profile .name {
    font-size: 1.6rem;
  }
}
.lower-interview_l .sec__interview .interview_list__item a .textArea .interview_profile .name span {
  font-size: 1.4rem;
}
@media (max-width: 834px) {
  .lower-interview_l .sec__interview .interview_list__item a .textArea .interview_profile .name span {
    font-size: 1.2rem;
  }
}
.lower-interview_l .sec__interview .interview_list__item a .textArea .interview_profile .join {
  color: #b5b5b5;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (max-width: 834px) {
  .lower-interview_l .sec__interview .interview_list__item a .textArea .interview_profile .join {
    font-size: 1.3rem;
  }
}
@media (any-hover: hover) {
  .lower-interview_l .sec__interview .interview_list__item a:hover {
    opacity: 1;
  }
  .lower-interview_l .sec__interview .interview_list__item a:hover .imageArea .interview_image img {
    scale: 1.1;
  }
  .lower-interview_l .sec__interview .interview_list__item a:hover .textArea .interview_copy {
    color: #43ac1a;
  }
}
.lower-interview_l .sec__recruit {
  background-color: #3969f0;
  padding: 100px 0;
  position: relative;
}
@media (max-width: 834px) {
  .lower-interview_l .sec__recruit {
    padding: 60px 0;
  }
}
.lower-interview_l .sec__recruit__wrap {
  border-radius: 20px;
  background-color: #fff;
  padding: 90px;
  position: relative;
}
@media (min-width: 835px) {
  .lower-interview_l .sec__recruit__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 834px) {
  .lower-interview_l .sec__recruit__wrap {
    padding: 32px;
  }
}
.lower-interview_l .sec__recruit__wrap::before {
  position: absolute;
  content: "";
  bottom: -30px;
  left: -32px;
  background: url(../img/index/illust-bread.png) center/contain no-repeat;
  aspect-ratio: 203/160;
  width: 93px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_l .sec__recruit__wrap::before {
    max-width: 70px;
    left: -20px;
  }
}
.lower-interview_l .sec__recruit__wrap::after {
  position: absolute;
  content: "";
  top: -20px;
  right: -50px;
  background: url(../img/index/illust-sushi.png) center/contain no-repeat;
  aspect-ratio: 338/240;
  width: 161px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_l .sec__recruit__wrap::after {
    max-width: 100px;
    right: -20px;
  }
}
.lower-interview_l .sec__recruit__wrap .block .text {
  font-weight: 700;
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-interview_l .sec__recruit__wrap .block .text {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .lower-interview_l .sec__recruit__wrap .block .text br {
    display: none;
  }
}
.lower-interview_l .sec__recruit__wrap .block .btnArea {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 835px) {
  .lower-interview_l .sec__recruit__wrap .block .btnArea .newgraduate-btn,
  .lower-interview_l .sec__recruit__wrap .block .btnArea .recruit-btn {
    width: 100%;
    max-width: 230px;
  }
  .lower-interview_l .sec__recruit__wrap .block .btnArea .newgraduate-btn a,
  .lower-interview_l .sec__recruit__wrap .block .btnArea .recruit-btn a {
    width: 100%;
  }
}
@media (max-width: 834px) {
  .lower-interview_l .sec__recruit__wrap .block .btnArea {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lower-interview_l .sec__recruit__wrap .block .btnArea .newgraduate-btn,
  .lower-interview_l .sec__recruit__wrap .block .btnArea .recruit-btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lower-interview_l .sec__recruit__wrap .block .btnArea .newgraduate-btn a,
  .lower-interview_l .sec__recruit__wrap .block .btnArea .recruit-btn a {
    width: 100%;
  }
}
@media (min-width: 835px) {
  .lower-interview_l .sec__recruit__wrap .block:first-child {
    border-right: 1px solid #e5e5e5;
    padding-right: 56px;
    width: 52%;
  }
}
@media (max-width: 834px) {
  .lower-interview_l .sec__recruit__wrap .block:first-child {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 32px;
  }
}
@media (min-width: 835px) {
  .lower-interview_l .sec__recruit__wrap .block:last-child {
    padding-left: 70px;
    width: 48%;
  }
}
@media (max-width: 834px) {
  .lower-interview_l .sec__recruit__wrap .block:last-child {
    margin-top: 32px;
  }
}
.lower-interview_l .sec__recruit__wrap .block .jobSearch_item {
  margin-bottom: 20px;
}
.lower-interview_l .sec__recruit__wrap .block .jobSearch_item .hd {
  font-weight: 700;
  font-size: 1.6rem;
  position: relative;
}
@media (max-width: 834px) {
  .lower-interview_l .sec__recruit__wrap .block .jobSearch_item .hd {
    font-size: 1.5rem;
    gap: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}
.lower-interview_l .sec__recruit__wrap .block .jobSearch_item .hd::before {
  content: "";
  position: absolute;
  left: -20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #43ac1a;
  margin-top: 12px;
}
@media (max-width: 834px) {
  .lower-interview_l .sec__recruit__wrap .block .jobSearch_item .hd::before {
    width: 8px;
    height: 8px;
    position: relative;
    left: auto;
  }
}
.lower-interview_l .sec__recruit__wrap .block .jobSearch_item .jobSearchList {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 834px) {
  .lower-interview_l .sec__recruit__wrap .block .jobSearch_item .jobSearchList {
    margin-top: 0px;
    gap: 16px;
  }
}
.lower-interview_l .sec__recruit__wrap .block .jobSearch_item .jobSearchList__item a {
  color: #333;
  border-bottom: 1px solid #333;
  padding-bottom: 4px;
  font-size: 1.5rem;
  font-weight: 400;
}
@media (max-width: 834px) {
  .lower-interview_l .sec__recruit__wrap .block .jobSearch_item .jobSearchList__item a {
    font-size: 1.4rem;
  }
}
@media (any-hover: hover) {
  .lower-interview_l .sec__recruit__wrap .block .jobSearch_item .jobSearchList__item a:hover {
    color: #43ac1a;
    border-color: #43ac1a;
  }
}
.lower-interview_l .sec__recruit__deco .deco_1 {
  position: absolute;
  pointer-events: none;
  aspect-ratio: 562/630;
  width: 100%;
  max-width: 273px;
  bottom: -103px;
  right: 0;
  z-index: 2;
}
@media (max-width: 834px) {
  .lower-interview_l .sec__recruit__deco .deco_1 {
    max-width: 150px;
    bottom: -63px;
  }
}

.lower-interview_d .sec__interview {
  position: relative;
}
.lower-interview_d .sec__interview .interview {
  /*------------------------------
  メインエリア
  ------------------------------*/
  /*------------------------------
  インタビューコンテンツ（通常）
  ------------------------------*/
  /*------------------------------
  メッセージ
  ------------------------------*/
  /*------------------------------
    戻るボタン／取材日
  ------------------------------*/
}
.lower-interview_d .sec__interview .interview__main {
  padding-top: 170px;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__main {
    padding-top: 64px;
  }
}
.lower-interview_d .sec__interview .interview__main__container {
  position: relative;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__main__container {
    padding: 0 5%;
    padding: 0;
  }
}
.lower-interview_d .sec__interview .interview__main__container .main_container_deco {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  content: "";
  pointer-events: none;
  z-index: -2;
}
.lower-interview_d .sec__interview .interview__main__container .main_container_deco .img {
  position: absolute;
  pointer-events: none;
}
.lower-interview_d .sec__interview .interview__main__container .main_container_deco .deco_1 {
  aspect-ratio: 651/759;
  right: -5%;
  top: -90px;
  max-width: clamp(100px, 15.2vw, 219px);
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__main__container .main_container_deco .deco_1 {
    display: none;
  }
}
.lower-interview_d .sec__interview .interview__main__container .main_container_deco .deco_2 {
  border: 2px solid #43ac1a;
  top: 160px;
  left: -6%;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__main__container .main_container_deco .deco_2 {
    top: -20px;
    left: 0;
  }
}
.lower-interview_d .sec__interview .interview__main__container .main_container_deco .deco_3 {
  border: 2px solid #ffaa17;
  top: -40px;
  right: 19.3%;
}
.lower-interview_d .sec__interview .interview__main__container .mainWrap {
  padding: 70px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5.5%;
  background-color: #3969f0;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__main__container .mainWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    padding: 32px 6.25% 40px;
    border-radius: 15px;
  }
}
.lower-interview_d .sec__interview .interview__main__container .mainWrap .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  aspect-ratio: 491/345;
  max-width: 491px;
  margin: 0 auto;
}
.lower-interview_d .sec__interview .interview__main__container .mainWrap .imgArea img {
  border-radius: 20px;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__main__container .mainWrap .imgArea img {
    border-radius: 10px;
  }
}
.lower-interview_d .sec__interview .interview__main__container .mainWrap .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-interview_d .sec__interview .interview__main__container .mainWrap .textArea .copy {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
  margin-left: 40px;
  margin-top: 40px;
  position: relative;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__main__container .mainWrap .textArea .copy {
    font-size: 2.2rem;
    margin-left: 16px;
    margin-top: 24px;
  }
}
.lower-interview_d .sec__interview .interview__main__container .mainWrap .textArea .copy::before {
  position: absolute;
  content: "“";
  color: #fff;
  font-size: 6.5rem;
  font-weight: 900;
  line-height: 1;
  left: -46px;
  top: 0px;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__main__container .mainWrap .textArea .copy::before {
    top: -10px;
    font-size: 4rem;
    left: -24px;
  }
}
.lower-interview_d .sec__interview .interview__main__container .mainWrap .textArea .info {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  max-width: 370px;
  padding: 30px 40px;
  margin-top: 80px;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__main__container .mainWrap .textArea .info {
    border-radius: 10px;
    padding: 20px 24px;
    max-width: 100%;
    margin-top: 40px;
  }
}
.lower-interview_d .sec__interview .interview__main__container .mainWrap .textArea .info .tag {
  position: absolute;
  background-color: #43ac1a;
  border-radius: 100px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 600;
  padding: 5px 20px;
  top: -20px;
  left: 30px;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__main__container .mainWrap .textArea .info .tag {
    font-size: 1.3rem;
    padding: 4px 20px;
    left: 16px;
  }
}
.lower-interview_d .sec__interview .interview__main__container .mainWrap .textArea .info .name {
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__main__container .mainWrap .textArea .info .name {
    font-size: 1.6rem;
  }
}
.lower-interview_d .sec__interview .interview__main__container .mainWrap .textArea .info .name span {
  font-size: 1.4rem;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__main__container .mainWrap .textArea .info .name span {
    font-size: 1.2rem;
  }
}
.lower-interview_d .sec__interview .interview__main__container .mainWrap .textArea .info .join {
  color: #b5b5b5;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__main__container .mainWrap .textArea .info .join {
    font-size: 1.2rem;
  }
}
.lower-interview_d .sec__interview .interview__main__container .mainWrap .textArea .profile {
  color: #fff;
  margin-top: 60px;
  letter-spacing: 0.1em;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__main__container .mainWrap .textArea .profile {
    margin-top: 20px;
  }
}
.lower-interview_d .sec__interview .interview__main__container .mainWrap .textArea .profile .hd {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__main__container .mainWrap .textArea .profile .hd {
    font-size: 1.8rem;
  }
}
.lower-interview_d .sec__interview .interview__main__container .mainWrap .textArea .profile .txt {
  font-size: 1.5rem;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__main__container .mainWrap .textArea .profile .txt {
    font-size: 1.4rem;
  }
}
.lower-interview_d .sec__interview .interview__main__container .mainWrap .mainWrap_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.lower-interview_d .sec__interview .interview__main__container .mainWrap .mainWrap_bg .img {
  background-image: url(../img/index/newjobs_bg02.png);
  background-position: center;
  background-repeat: repeat;
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  background-size: 1334px 770px;
  -webkit-animation: bgloop 20s linear infinite;
          animation: bgloop 20s linear infinite;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__main__container .mainWrap .mainWrap_bg .img {
    background-size: 640.32px 369.6px;
    -webkit-animation: bgloop02 30s linear infinite;
            animation: bgloop02 30s linear infinite;
  }
}
.lower-interview_d .sec__interview .interview__main__container .mainWrap .mainWrap_deco {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  content: "";
  pointer-events: none;
  z-index: 0;
}
.lower-interview_d .sec__interview .interview__main__container .mainWrap .mainWrap_deco .img {
  position: absolute;
  pointer-events: none;
}
.lower-interview_d .sec__interview .interview__main__container .mainWrap .mainWrap_deco .deco_1 {
  aspect-ratio: 378/242;
  top: -44px;
  left: -30px;
  max-width: clamp(80px, 10.34vw, 149px);
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__main__container .mainWrap .mainWrap_deco .deco_1 {
    left: 10px;
    top: -10px;
  }
}
.lower-interview_d .sec__interview .interview__main__container .mainWrap .mainWrap_deco .deco_2 {
  aspect-ratio: 554/379;
  bottom: 10px;
  right: -30px;
  max-width: clamp(100px, 15.62vw, 225px);
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__main__container .mainWrap .mainWrap_deco .deco_2 {
    bottom: -46px;
    right: 0;
  }
}
.lower-interview_d .sec__interview .interview__main__container .mainWrap .mainWrap_deco .deco_2 img {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.lower-interview_d .sec__interview .interview__topics {
  margin-top: 100px;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__topics {
    margin-top: 48px;
  }
}
.lower-interview_d .sec__interview .interview__topics__container .topics_titleArea {
  position: relative;
}
.lower-interview_d .sec__interview .interview__topics__container .topics_titleArea .title {
  font-weight: 600;
  color: #3969f0;
  font-family: "Jost", sans-serif;
  text-align: center;
  font-size: 6.2rem;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__topics__container .topics_titleArea .title {
    font-size: 3.2rem;
  }
}
.lower-interview_d .sec__interview .interview__topics__container .topics_titleArea__deco .deco_1 {
  background-color: #fff;
  border: 2px solid #43ac1a;
  left: 12.5%;
  top: 46%;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__topics__container .topics_titleArea__deco .deco_1 {
    left: 0;
  }
}
.lower-interview_d .sec__interview .interview__topics__container .topics_titleArea__deco .deco_2 {
  background-color: #ffaa17;
  right: 35.8%;
  top: -34px;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__topics__container .topics_titleArea__deco .deco_2 {
    right: 0;
    top: 0;
  }
}
.lower-interview_d .sec__interview .interview__topics__container .topics_titleArea__deco .deco_3 {
  background-color: #ff175e;
  right: 19.7%;
  top: 50%;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__topics__container .topics_titleArea__deco .deco_3 {
    right: -5%;
  }
}
.lower-interview_d .sec__interview .interview__topics__container .topics_list {
  margin-top: 64px;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__topics__container .topics_list {
    margin-top: 32px;
  }
}
.lower-interview_d .sec__interview .interview__topics__container .topics_list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5%;
  counter-increment: topic-num;
  margin-bottom: 60px;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__topics__container .topics_list__item {
    display: block;
    margin-bottom: 40px;
  }
}
.lower-interview_d .sec__interview .interview__topics__container .topics_list__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 835px) {
  .lower-interview_d .sec__interview .interview__topics__container .topics_list__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}
.lower-interview_d .sec__interview .interview__topics__container .topics_list__item .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6%;
          flex: 0 0 41.6%;
  aspect-ratio: 500/334;
  max-width: 500px;
  margin: 0 auto;
}
.lower-interview_d .sec__interview .interview__topics__container .topics_list__item .imgArea img {
  border-radius: 20px;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__topics__container .topics_list__item .imgArea img {
    border-radius: 15px;
  }
}
.lower-interview_d .sec__interview .interview__topics__container .topics_list__item .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__topics__container .topics_list__item .textArea {
    margin-top: 24px;
  }
}
.lower-interview_d .sec__interview .interview__topics__container .topics_list__item .textArea .lead {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.6;
  color: #3969f0;
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__topics__container .topics_list__item .textArea .lead {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.lower-interview_d .sec__interview .interview__topics__container .topics_list__item .textArea .lead::before {
  content: "TOPICS " counter(topic-num, decimal-leading-zero);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.4;
  background-color: #43ac1a;
  border-radius: 100px;
  margin-bottom: 10px;
  padding: 5px 16px;
  letter-spacing: 0.075em;
  font-weight: 600;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__topics__container .topics_list__item .textArea .lead::before {
    font-size: 1.2rem;
    padding: 4px 10px;
    margin-bottom: 8px;
  }
}
.lower-interview_d .sec__interview .interview__topics__container .topics_list__item .textArea .text {
  font-size: 1.5rem;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__topics__container .topics_list__item .textArea .text {
    font-size: 1.4rem;
  }
}
.lower-interview_d .sec__interview .interview__message {
  margin-top: 120px;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__message {
    margin-top: 60px;
  }
}
.lower-interview_d .sec__interview .interview__message__container .message_deco .deco_1 {
  background-color: #fff;
  border: 2px solid #3969f0;
  left: 3.4%;
  bottom: 0%;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__message__container .message_deco .deco_1 {
    bottom: -20px;
    left: 5%;
  }
}
.lower-interview_d .sec__interview .interview__message__container .message_deco .deco_2 {
  background-color: #ff175e;
  left: 10.9%;
  bottom: -40px;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__message__container .message_deco .deco_2 {
    left: 15%;
    bottom: -40px;
  }
}
.lower-interview_d .sec__interview .interview__message__container .message_deco .deco_3 {
  background-color: #ffaa17;
  right: 17.93%;
  top: -50px;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__message__container .message_deco .deco_3 {
    right: 15%;
    top: -40px;
  }
}
.lower-interview_d .sec__interview .interview__message__container .message_deco .deco_4 {
  background-color: #fff;
  border: 2px solid #43ac1a;
  right: 10.28%;
  top: -10px;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__message__container .message_deco .deco_4 {
    top: -20px;
    right: 5%;
  }
}
.lower-interview_d .sec__interview .interview__message__container .messageWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.5%;
  max-width: 1100px;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 24px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0px 8px 24px 0 rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  padding: 54px 64px;
  border-radius: 500px;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__message__container .messageWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    border-radius: 15px;
    padding: 32px 24px;
    gap: 20px;
  }
}
.lower-interview_d .sec__interview .interview__message__container .messageWrap .textArea {
  margin-left: 40px;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__message__container .messageWrap .textArea {
    margin-left: 0;
  }
}
.lower-interview_d .sec__interview .interview__message__container .messageWrap .textArea .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__message__container .messageWrap .textArea .title {
    gap: 10px;
  }
}
.lower-interview_d .sec__interview .interview__message__container .messageWrap .textArea .title .eng {
  font-family: "Jost", sans-serif;
  color: #3969f0;
  line-height: 1.6;
  font-weight: 600;
  font-size: 4rem;
  letter-spacing: 0.05em;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__message__container .messageWrap .textArea .title .eng {
    font-size: 2.8rem;
  }
}
.lower-interview_d .sec__interview .interview__message__container .messageWrap .textArea .title .ja {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__message__container .messageWrap .textArea .title .ja {
    font-size: 1.3rem;
  }
}
.lower-interview_d .sec__interview .interview__message__container .messageWrap .textArea .text {
  margin-top: 10px;
  font-size: 1.5rem;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__message__container .messageWrap .textArea .text {
    font-size: 1.4rem;
  }
}
.lower-interview_d .sec__interview .interview__message__container .messageWrap .imageArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25.7%;
          flex: 0 0 25.7%;
  aspect-ratio: 1/1;
  position: relative;
  max-width: 250px;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__message__container .messageWrap .imageArea {
    max-width: 170px;
  }
}
.lower-interview_d .sec__interview .interview__message__container .messageWrap .imageArea::before {
  position: absolute;
  content: "";
  background-color: #f4f4f4;
  inset: -20px;
  border-radius: 50%;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__message__container .messageWrap .imageArea::before {
    inset: -10px;
  }
}
.lower-interview_d .sec__interview .interview__message__container .messageWrap .imageArea img {
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.lower-interview_d .sec__interview .interview__bottom {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__bottom {
    margin-top: 48px;
    gap: 30px;
  }
}
.lower-interview_d .sec__interview .interview__bottom .date {
  font-weight: 700;
  color: #b5b5b5;
  font-size: 1.4rem;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__interview .interview__bottom .date {
    font-size: 1.3rem;
  }
}
.lower-interview_d .sec__interview .interview__bottom .backBtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lower-interview_d .sec__interview .interview__bottom .backBtn a {
  gap: 12px;
}
.lower-interview_d .sec__interview .interview__bottom .backBtn a .arrow {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.lower-interview_d .sec__interview .interview__bottom .backBtn a .arrow img {
  margin-top: -1px;
}
.lower-interview_d .sec__recruit {
  background-color: #3969f0;
  padding: 100px 0;
  position: relative;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__recruit {
    padding: 60px 0;
  }
}
.lower-interview_d .sec__recruit__wrap {
  border-radius: 20px;
  background-color: #fff;
  padding: 90px;
  position: relative;
}
@media (min-width: 835px) {
  .lower-interview_d .sec__recruit__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .sec__recruit__wrap {
    padding: 32px;
  }
}
.lower-interview_d .sec__recruit__wrap::before {
  position: absolute;
  content: "";
  bottom: -30px;
  left: -32px;
  background: url(../img/index/illust-bread.png) center/contain no-repeat;
  aspect-ratio: 203/160;
  width: 93px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__recruit__wrap::before {
    max-width: 70px;
    left: -20px;
  }
}
.lower-interview_d .sec__recruit__wrap::after {
  position: absolute;
  content: "";
  top: -20px;
  right: -50px;
  background: url(../img/index/illust-sushi.png) center/contain no-repeat;
  aspect-ratio: 338/240;
  width: 161px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__recruit__wrap::after {
    max-width: 100px;
    right: -20px;
  }
}
.lower-interview_d .sec__recruit__wrap .block .text {
  font-weight: 700;
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__recruit__wrap .block .text {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .lower-interview_d .sec__recruit__wrap .block .text br {
    display: none;
  }
}
.lower-interview_d .sec__recruit__wrap .block .btnArea {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 835px) {
  .lower-interview_d .sec__recruit__wrap .block .btnArea .newgraduate-btn,
  .lower-interview_d .sec__recruit__wrap .block .btnArea .recruit-btn {
    width: 100%;
    max-width: 230px;
  }
  .lower-interview_d .sec__recruit__wrap .block .btnArea .newgraduate-btn a,
  .lower-interview_d .sec__recruit__wrap .block .btnArea .recruit-btn a {
    width: 100%;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .sec__recruit__wrap .block .btnArea {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lower-interview_d .sec__recruit__wrap .block .btnArea .newgraduate-btn,
  .lower-interview_d .sec__recruit__wrap .block .btnArea .recruit-btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lower-interview_d .sec__recruit__wrap .block .btnArea .newgraduate-btn a,
  .lower-interview_d .sec__recruit__wrap .block .btnArea .recruit-btn a {
    width: 100%;
  }
}
@media (min-width: 835px) {
  .lower-interview_d .sec__recruit__wrap .block:first-child {
    border-right: 1px solid #e5e5e5;
    padding-right: 56px;
    width: 52%;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .sec__recruit__wrap .block:first-child {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 32px;
  }
}
@media (min-width: 835px) {
  .lower-interview_d .sec__recruit__wrap .block:last-child {
    padding-left: 70px;
    width: 48%;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .sec__recruit__wrap .block:last-child {
    margin-top: 32px;
  }
}
.lower-interview_d .sec__recruit__wrap .block .jobSearch_item {
  margin-bottom: 20px;
}
.lower-interview_d .sec__recruit__wrap .block .jobSearch_item .hd {
  font-weight: 700;
  font-size: 1.6rem;
  position: relative;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__recruit__wrap .block .jobSearch_item .hd {
    font-size: 1.5rem;
    gap: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}
.lower-interview_d .sec__recruit__wrap .block .jobSearch_item .hd::before {
  content: "";
  position: absolute;
  left: -20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #43ac1a;
  margin-top: 12px;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__recruit__wrap .block .jobSearch_item .hd::before {
    width: 8px;
    height: 8px;
    position: relative;
    left: auto;
  }
}
.lower-interview_d .sec__recruit__wrap .block .jobSearch_item .jobSearchList {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__recruit__wrap .block .jobSearch_item .jobSearchList {
    margin-top: 0px;
    gap: 16px;
  }
}
.lower-interview_d .sec__recruit__wrap .block .jobSearch_item .jobSearchList__item a {
  color: #333;
  border-bottom: 1px solid #333;
  padding-bottom: 4px;
  font-size: 1.5rem;
  font-weight: 400;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__recruit__wrap .block .jobSearch_item .jobSearchList__item a {
    font-size: 1.4rem;
  }
}
@media (any-hover: hover) {
  .lower-interview_d .sec__recruit__wrap .block .jobSearch_item .jobSearchList__item a:hover {
    color: #43ac1a;
    border-color: #43ac1a;
  }
}
.lower-interview_d .sec__recruit__deco .deco_1 {
  position: absolute;
  pointer-events: none;
  aspect-ratio: 562/630;
  width: 100%;
  max-width: 273px;
  bottom: -103px;
  right: 0;
  z-index: 2;
}
@media (max-width: 834px) {
  .lower-interview_d .sec__recruit__deco .deco_1 {
    max-width: 150px;
    bottom: -63px;
  }
}/*# sourceMappingURL=style.css.map */