@charset "UTF-8";
@-webkit-keyframes lgHoverOutlineBefore {
  0% {
    background-size: 0% var(--lg-hover-outline-w), var(--lg-hover-outline-w) 0%;
  }
  50% {
    background-size: 100% var(--lg-hover-outline-w), var(--lg-hover-outline-w) 0%;
  }
  100% {
    background-size: 100% var(--lg-hover-outline-w), var(--lg-hover-outline-w) calc(100% - var(--lg-hover-outline-gap));
  }
}
@keyframes lgHoverOutlineBefore {
  0% {
    background-size: 0% var(--lg-hover-outline-w), var(--lg-hover-outline-w) 0%;
  }
  50% {
    background-size: 100% var(--lg-hover-outline-w), var(--lg-hover-outline-w) 0%;
  }
  100% {
    background-size: 100% var(--lg-hover-outline-w), var(--lg-hover-outline-w) calc(100% - var(--lg-hover-outline-gap));
  }
}
@-webkit-keyframes lgHoverOutlineAfter {
  0% {
    background-size: var(--lg-hover-outline-w) 0%, 0% var(--lg-hover-outline-w);
  }
  50% {
    background-size: var(--lg-hover-outline-w) 100%, 0% var(--lg-hover-outline-w);
  }
  100% {
    background-size: var(--lg-hover-outline-w) 100%, calc(100% - var(--lg-hover-outline-gap)) var(--lg-hover-outline-w);
  }
}
@keyframes lgHoverOutlineAfter {
  0% {
    background-size: var(--lg-hover-outline-w) 0%, 0% var(--lg-hover-outline-w);
  }
  50% {
    background-size: var(--lg-hover-outline-w) 100%, 0% var(--lg-hover-outline-w);
  }
  100% {
    background-size: var(--lg-hover-outline-w) 100%, calc(100% - var(--lg-hover-outline-gap)) var(--lg-hover-outline-w);
  }
}
@-webkit-keyframes lgHoverOutlineBeforeReverse {
  0% {
    background-size: 100% var(--lg-hover-outline-w), var(--lg-hover-outline-w) calc(100% - var(--lg-hover-outline-gap));
  }
  50% {
    background-size: 100% var(--lg-hover-outline-w), var(--lg-hover-outline-w) 0%;
  }
  100% {
    background-size: 0% var(--lg-hover-outline-w), var(--lg-hover-outline-w) 0%;
  }
}
@keyframes lgHoverOutlineBeforeReverse {
  0% {
    background-size: 100% var(--lg-hover-outline-w), var(--lg-hover-outline-w) calc(100% - var(--lg-hover-outline-gap));
  }
  50% {
    background-size: 100% var(--lg-hover-outline-w), var(--lg-hover-outline-w) 0%;
  }
  100% {
    background-size: 0% var(--lg-hover-outline-w), var(--lg-hover-outline-w) 0%;
  }
}
@-webkit-keyframes lgHoverOutlineAfterReverse {
  0% {
    background-size: var(--lg-hover-outline-w) 100%, calc(100% - var(--lg-hover-outline-gap)) var(--lg-hover-outline-w);
  }
  50% {
    background-size: var(--lg-hover-outline-w) 100%, 0% var(--lg-hover-outline-w);
  }
  100% {
    background-size: var(--lg-hover-outline-w) 0%, 0% var(--lg-hover-outline-w);
  }
}
@keyframes lgHoverOutlineAfterReverse {
  0% {
    background-size: var(--lg-hover-outline-w) 100%, calc(100% - var(--lg-hover-outline-gap)) var(--lg-hover-outline-w);
  }
  50% {
    background-size: var(--lg-hover-outline-w) 100%, 0% var(--lg-hover-outline-w);
  }
  100% {
    background-size: var(--lg-hover-outline-w) 0%, 0% var(--lg-hover-outline-w);
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. For a smooth scroll.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth; /* 3 */
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.6944444444vw;
  }
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.-lg-fs_xs {
  font-size: var(--font-size-xs);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .-lg-fs_xs {
    font-size: var(--font-size-xs-sp);
  }
}

.-lg-fs_s {
  font-size: var(--font-size-s);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .-lg-fs_s {
    font-size: var(--font-size-s-sp);
  }
}

.-lg-fs_m {
  font-size: var(--font-size-m);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .-lg-fs_m {
    font-size: var(--font-size-m-sp);
  }
}

.-lg-fs_l {
  font-size: var(--font-size-l);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .-lg-fs_l {
    font-size: var(--font-size-l-sp);
  }
}

.-lg-fs_xl {
  font-size: var(--font-size-xl);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .-lg-fs_xl {
    font-size: var(--font-size-xl-sp);
  }
}

.-lg-fs_xxl {
  font-size: var(--font-size-xxl);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .-lg-fs_xxl {
    font-size: var(--font-size-xxl-sp);
  }
}

.-lg-fd_bold {
  font-weight: bold;
}

.-lg-fd_underline {
  text-decoration: underline;
}

.-lg-fd_strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(35, 96, 153, 0.2)), color-stop(90%, rgba(35, 96, 153, 0.2)), color-stop(90%, transparent));
  background: linear-gradient(transparent 70%, rgba(35, 96, 153, 0.2) 70%, rgba(35, 96, 153, 0.2) 90%, transparent 90%);
}

.-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.-pt0 {
  padding-top: 0 !important;
}

.-pb0 {
  padding-bottom: 0 !important;
}

/*
resources/default/public/assets/base/img/common/icomoon/style.css をリセットするた目のcss
icomoonは、新規フォント追加の度に、style.cssが更新されてしまうため、更新されて欲しくないスタイル修正はここに記載する。
*/
.icon-circle-arrow {
  position: relative;
  width: 14px;
  height: 14px;
}
.icon-circle-arrow.-white .path1:before {
  color: #fff;
}
.icon-circle-arrow.-white .path2:before {
  color: var(--color-base-primary);
}
.icon-circle-arrow.-primary .path1:before {
  color: var(--color-base-primary);
}
.icon-circle-arrow.-primary .path2:before {
  color: var(--color-base-primaryInside);
}
.icon-circle-arrow.-secondary .path1:before {
  color: var(--color-base-secondary);
}
.icon-circle-arrow.-secondary .path2:before {
  color: var(--color-base-secondaryInside);
}
.icon-circle-arrow.-large {
  width: 20px;
  height: 20px;
}
.icon-circle-arrow.-large .path1:before {
  font-size: 20px;
}
.icon-circle-arrow.-large .path2:before {
  font-size: 20px;
}
.icon-circle-arrow .path1 {
  position: absolute;
  left: 0;
}
.icon-circle-arrow .path2 {
  position: absolute;
  left: 0;
}
.icon-circle-arrow .path2:before {
  margin: 0;
  color: var(--color-base-secondary);
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: var(--font-family-ja);
  color: var(--color-base-text);
  -webkit-font-smoothing: antialiased;
  word-break: break-all;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  scroll-behavior: smooth;
  scroll-padding-top: 62px;
}

a,
button {
  -webkit-transition: opacity 0.35s cubic-bezier(0, 1, 0.64, 1);
  transition: opacity 0.35s cubic-bezier(0, 1, 0.64, 1);
  cursor: pointer;
}
a:hover,
button:hover {
  opacity: 0.5;
}

.-sponly {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .-sponly {
    display: block !important;
  }
}

.-pconly {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .-pconly {
    display: none !important;
  }
}

.js-peel-reveal {
  overflow: hidden;
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-clip-path 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: clip-path 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: clip-path 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-clip-path 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: clip-path;
}
.js-peel-reveal > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
.js-peel-reveal.is-revealed {
  -webkit-clip-path: polygon(-10rem 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(-10rem 0%, 100% 0%, 100% 100%, 0% 100%);
}
.js-peel-reveal.is-revealed > img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.js-peel-reveal.js-parallax > img {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: scale(1.1) translateY(var(--parallax-y, 0px));
  transform: scale(1.1) translateY(var(--parallax-y, 0px));
}

.js-parallax {
  overflow: hidden;
}
.js-parallax > img {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: scale(1.1) translateY(var(--parallax-y, 0px));
  transform: scale(1.1) translateY(var(--parallax-y, 0px));
  will-change: transform;
}
.js-parallax:not(:has(> img)) {
  -webkit-transform: translateY(var(--parallax-y, 0px));
  transform: translateY(var(--parallax-y, 0px));
  will-change: transform;
}

@-webkit-keyframes entryInnerBefore {
  0% {
    background-size: 0% 0.2rem, 0.2rem 0%;
  }
  50% {
    background-size: 100% 0.2rem, 0.2rem 0%;
  }
  100% {
    background-size: 100% 0.2rem, 0.2rem calc(100% - 1.2rem);
  }
}

@keyframes entryInnerBefore {
  0% {
    background-size: 0% 0.2rem, 0.2rem 0%;
  }
  50% {
    background-size: 100% 0.2rem, 0.2rem 0%;
  }
  100% {
    background-size: 100% 0.2rem, 0.2rem calc(100% - 1.2rem);
  }
}
@-webkit-keyframes entryInnerAfter {
  0% {
    background-size: 0.2rem 0%, 0% 0.2rem;
  }
  50% {
    background-size: 0.2rem 100%, 0% 0.2rem;
  }
  100% {
    background-size: 0.2rem 100%, calc(100% - 1.2rem) 0.2rem;
  }
}
@keyframes entryInnerAfter {
  0% {
    background-size: 0.2rem 0%, 0% 0.2rem;
  }
  50% {
    background-size: 0.2rem 100%, 0% 0.2rem;
  }
  100% {
    background-size: 0.2rem 100%, calc(100% - 1.2rem) 0.2rem;
  }
}
@-webkit-keyframes entryInnerBeforeReverse {
  0% {
    background-size: 100% 0.2rem, 0.2rem calc(100% - 1.2rem);
  }
  50% {
    background-size: 100% 0.2rem, 0.2rem 0%;
  }
  100% {
    background-size: 0% 0.2rem, 0.2rem 0%;
  }
}
@keyframes entryInnerBeforeReverse {
  0% {
    background-size: 100% 0.2rem, 0.2rem calc(100% - 1.2rem);
  }
  50% {
    background-size: 100% 0.2rem, 0.2rem 0%;
  }
  100% {
    background-size: 0% 0.2rem, 0.2rem 0%;
  }
}
@-webkit-keyframes entryInnerAfterReverse {
  0% {
    background-size: 0.2rem 100%, calc(100% - 1.2rem) 0.2rem;
  }
  50% {
    background-size: 0.2rem 100%, 0% 0.2rem;
  }
  100% {
    background-size: 0.2rem 0%, 0% 0.2rem;
  }
}
@keyframes entryInnerAfterReverse {
  0% {
    background-size: 0.2rem 100%, calc(100% - 1.2rem) 0.2rem;
  }
  50% {
    background-size: 0.2rem 100%, 0% 0.2rem;
  }
  100% {
    background-size: 0.2rem 0%, 0% 0.2rem;
  }
}
.leadgrid-c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  text-decoration: none;
  cursor: pointer;
  padding: 6px 40px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.leadgrid-c-button:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
}
.leadgrid-c-button.-secondary:hover {
  opacity: 0.8;
  -webkit-transform: none;
  transform: none;
}
.leadgrid-c-button.-primary {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
  border: 3px solid var(--color-base-primary);
}
.leadgrid-c-button.-primary .icon-circle-arrow .path1:before {
  color: var(--color-base-secondary);
}
.leadgrid-c-button.-primary .icon-circle-arrow .path2:before {
  color: var(--color-base-primary);
}
.leadgrid-c-button.-secondary {
  background-color: #E60112;
  color: #FFFFFF;
  border: none;
  -webkit-transition: background 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: background 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
.leadgrid-c-button.-secondary::before, .leadgrid-c-button.-secondary::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0s 0.3s;
  transition: opacity 0s 0.3s;
  background-repeat: no-repeat;
}
.leadgrid-c-button.-secondary::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E60112), to(#E60112)), -webkit-gradient(linear, left top, left bottom, from(#E60112), to(#E60112));
  background-image: linear-gradient(#E60112, #E60112), linear-gradient(#E60112, #E60112);
  background-position: top right, top left;
  background-size: 0% 0.2rem, 0.2rem 0%;
  -webkit-animation: entryInnerBeforeReverse 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  animation: entryInnerBeforeReverse 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
}
@media screen and (max-width: 767px) {
  .leadgrid-c-button.-secondary::before {
    position: absolute;
    bottom: 1rem !important;
    left: 1.6rem;
    width: calc(100% - 3.2rem);
    height: 0.2rem;
    background-color: #EFEFEF;
    inset: initial;
    opacity: 0.4;
  }
}
.leadgrid-c-button.-secondary::after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E60112), to(#E60112)), -webkit-gradient(linear, left top, left bottom, from(#E60112), to(#E60112));
  background-image: linear-gradient(#E60112, #E60112), linear-gradient(#E60112, #E60112);
  background-position: top right, bottom right;
  background-size: 0.2rem 0%, 0% 0.2rem;
  -webkit-animation: entryInnerAfterReverse 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  animation: entryInnerAfterReverse 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
}
@media screen and (max-width: 767px) {
  .leadgrid-c-button.-secondary::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .leadgrid-c-button.-secondary:hover {
    background: #FFFFFF;
    opacity: 1;
  }
  .leadgrid-c-button.-secondary:hover::before {
    opacity: 1;
    -webkit-transition: opacity 0s 0s;
    transition: opacity 0s 0s;
    -webkit-animation: entryInnerBefore 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
    animation: entryInnerBefore 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
    will-change: background-size;
  }
  .leadgrid-c-button.-secondary:hover::after {
    opacity: 1;
    -webkit-transition: opacity 0s 0s;
    transition: opacity 0s 0s;
    -webkit-animation: entryInnerAfter 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
    animation: entryInnerAfter 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
    will-change: background-size;
  }
  .leadgrid-c-button.-secondary:hover .c-button__jaTitle {
    color: #E60112;
    -webkit-transition: color 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
    transition: color 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  }
  .leadgrid-c-button.-secondary:hover .icon-circle-arrow {
    -webkit-transform: translateX(0.4rem);
    transform: translateX(0.4rem);
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
    transition: -webkit-transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
    transition: transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
    transition: transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8), -webkit-transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
    -webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(95%) saturate(5765%) hue-rotate(353deg) brightness(93%) contrast(112%);
    filter: brightness(0) saturate(100%) invert(12%) sepia(95%) saturate(5765%) hue-rotate(353deg) brightness(93%) contrast(112%);
  }
}
.leadgrid-c-button.-secondary .icon-circle-arrow {
  display: block;
  position: static;
  -webkit-transform: none;
  transform: none;
  width: 0.8rem;
  height: 1.3rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url("/assets/jinushi-recruit/img/common/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: -webkit-transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8), -webkit-transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
.leadgrid-c-button.-secondary .icon-circle-arrow .path1,
.leadgrid-c-button.-secondary .icon-circle-arrow .path2 {
  display: none;
}
.leadgrid-c-button.-white {
  background-color: #fff;
  color: var(--color-base-secondary);
  border: 3px solid var(--color-base-secondary);
}
.leadgrid-c-button.-white .icon-circle-arrow .path1:before {
  color: var(--color-base-secondary);
}
.leadgrid-c-button.-white .icon-circle-arrow .path2:before {
  color: var(--color-base-primary);
}
.leadgrid-c-button.-large {
  min-width: 275px;
  padding: 2.8rem 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.2rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .leadgrid-c-button.-large {
    padding: 2rem 1.6rem 2.4rem 1.6rem;
  }
}
.leadgrid-c-button.-large .c-button__jaTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #FFFFFF;
  -webkit-transition: color 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: color 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  position: relative;
}
@media screen and (max-width: 767px) {
  .leadgrid-c-button.-large .c-button__jaTitle {
    font-size: 1.8rem;
  }
}
.leadgrid-c-button.-large .c-button__jaTitle::after {
  content: "";
  position: absolute;
  bottom: -1.4rem;
  left: 0;
  width: 1.6rem;
  height: 0.2rem;
  background-color: #FFFFFF;
  -webkit-transition: background 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: background 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  z-index: 1;
}
.leadgrid-c-button.-large.-secondary .c-button__jaTitle::after {
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .leadgrid-c-button.-large.-secondary:hover .c-button__jaTitle::after {
    background-color: #E60112;
  }
}
.leadgrid-c-button.-big {
  min-width: 365px;
  padding: 28px 84px;
}
@media screen and (max-width: 767px) {
  .leadgrid-c-button.-big {
    padding: 28px 64px;
  }
}
.leadgrid-c-button.-big .c-button__jaTitle {
  font-size: var(--font-size-l);
}
.leadgrid-c-button.-big .icon-circle-arrow {
  right: 32px;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.leadgrid-c-button.-medium {
  min-width: 235px;
  padding: 11px 40px;
  font-size: var(--font-size-s);
}
.leadgrid-c-button.-tag {
  border-radius: var(--border-radius);
  background-color: #f3f3f3;
  min-width: initial;
  font-size: 12px;
  font-weight: normal;
  padding: 3px 14px;
}
.leadgrid-c-button.-arrow:before {
  content: " ";
  width: 22px;
  height: 7px;
  background-image: url("/assets/base/img/common/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 22px 7px;
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -3.5px;
}
.leadgrid-c-button.-shadow {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
}
.leadgrid-c-button.-notValid {
  pointer-events: none;
  opacity: 0.5;
}
.leadgrid-c-button.-noRecaptcha {
  pointer-events: none;
  opacity: 0.5;
}
.leadgrid-c-button .c-button__enTitle {
  font-size: var(--font-size-xs);
  line-height: 120%;
  font-weight: bold;
  text-transform: none;
  word-break: break-all;
  opacity: 0.5;
  letter-spacing: 2.46507px;
}
.leadgrid-c-button .c-button__jaTitle {
  font-size: var(--font-size-s);
  line-height: 145%;
  font-weight: bold;
  text-transform: none;
  word-break: break-all;
}
.leadgrid-c-button .icon-circle-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  display: none;
}

.jinushi-recruit-c-sectionHeader .c-sectionHeader__topper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-sectionHeader .c-sectionHeader__topper {
    gap: 0.8rem;
  }
}
.jinushi-recruit-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__enTitle {
  color: #E60112;
  font-family: "Interstate", "Montserrat", sans-serif;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__enTitle {
    font-size: 1.6rem;
  }
}
.jinushi-recruit-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__jaTitle {
  color: #E60112;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 4.4rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__jaTitle {
    font-size: 2.6rem;
  }
}

.jinushi-recruit-c-button {
  background-color: #FFFFFF;
  border: 0.1rem solid #C9CACA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  text-decoration: none;
  cursor: pointer;
  padding: 2.7rem 2.4rem 1.1rem 2.4rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 36rem;
  position: relative;
  position: relative;
  --lg-hover-outline-gap: 1.2rem;
  --lg-hover-outline-w: 0.2rem;
  --lg-hover-outline-offset: 0.2rem;
}
.jinushi-recruit-c-button::before, .jinushi-recruit-c-button::after {
  content: "";
  position: absolute;
  inset: calc(-1 * var(--lg-hover-outline-offset));
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0s 0.3s;
  transition: opacity 0s 0.3s;
  background-repeat: no-repeat;
}
.jinushi-recruit-c-button::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E60112), to(#E60112)), -webkit-gradient(linear, left top, left bottom, from(#E60112), to(#E60112));
  background-image: linear-gradient(#E60112, #E60112), linear-gradient(#E60112, #E60112);
  background-position: top right, top left;
  background-size: 0% var(--lg-hover-outline-w), var(--lg-hover-outline-w) 0%;
  -webkit-animation: lgHoverOutlineBeforeReverse 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  animation: lgHoverOutlineBeforeReverse 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
}
.jinushi-recruit-c-button::after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E60112), to(#E60112)), -webkit-gradient(linear, left top, left bottom, from(#E60112), to(#E60112));
  background-image: linear-gradient(#E60112, #E60112), linear-gradient(#E60112, #E60112);
  background-position: top right, bottom right;
  background-size: var(--lg-hover-outline-w) 0%, 0% var(--lg-hover-outline-w);
  -webkit-animation: lgHoverOutlineAfterReverse 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  animation: lgHoverOutlineAfterReverse 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
}
.jinushi-recruit-c-button:hover::before {
  opacity: 1;
  -webkit-transition: opacity 0s 0s;
  transition: opacity 0s 0s;
  -webkit-animation: lgHoverOutlineBefore 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  animation: lgHoverOutlineBefore 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  will-change: background-size;
}
.jinushi-recruit-c-button:hover::after {
  opacity: 1;
  -webkit-transition: opacity 0s 0s;
  transition: opacity 0s 0s;
  -webkit-animation: lgHoverOutlineAfter 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  animation: lgHoverOutlineAfter 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  will-change: background-size;
}
@media (prefers-reduced-motion: reduce) {
  .jinushi-recruit-c-button::before, .jinushi-recruit-c-button::after {
    -webkit-animation: none;
    animation: none;
    -webkit-transition: none;
    transition: none;
  }
  .jinushi-recruit-c-button:hover::before {
    -webkit-animation: none;
    animation: none;
    opacity: 1;
    background-size: 100% var(--lg-hover-outline-w), var(--lg-hover-outline-w) calc(100% - var(--lg-hover-outline-gap));
  }
  .jinushi-recruit-c-button:hover::after {
    -webkit-animation: none;
    animation: none;
    opacity: 1;
    background-size: var(--lg-hover-outline-w) 100%, calc(100% - var(--lg-hover-outline-gap)) var(--lg-hover-outline-w);
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-button {
    padding: 1.7rem 1.6rem 0.9rem 1.6rem;
    width: 100%;
  }
}
.jinushi-recruit-c-button:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}
.jinushi-recruit-c-button:hover .c-button__title {
  color: #E60112;
}
.jinushi-recruit-c-button:hover .c-button__arrowIcon {
  -webkit-transform: translateX(0.4rem);
  transform: translateX(0.4rem);
}
.jinushi-recruit-c-button .c-button__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 1.6rem;
  position: relative;
}
.jinushi-recruit-c-button .c-button__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.6rem;
  height: 0.2rem;
  background-color: #E60112;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-button .c-button__inner::after {
    width: 1.2rem;
  }
}
.jinushi-recruit-c-button.-white {
  background-color: #fff;
  color: var(--color-base-primary);
  border: 0 solid var(--color-base-primary);
}
.jinushi-recruit-c-button.-red {
  background-color: #E60112;
  border: 0;
  padding: 2.8rem 2.4rem 1.2rem;
  -webkit-transition: background 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: background 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
.jinushi-recruit-c-button.-red::before, .jinushi-recruit-c-button.-red::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0s 0.3s;
  transition: opacity 0s 0.3s;
  background-repeat: no-repeat;
}
.jinushi-recruit-c-button.-red::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E60112), to(#E60112)), -webkit-gradient(linear, left top, left bottom, from(#E60112), to(#E60112));
  background-image: linear-gradient(#E60112, #E60112), linear-gradient(#E60112, #E60112);
  background-position: top right, top left;
  background-size: 0% 0.2rem, 0.2rem 0%;
  -webkit-animation: entryInnerBeforeReverse 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  animation: entryInnerBeforeReverse 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
}
.jinushi-recruit-c-button.-red::after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E60112), to(#E60112)), -webkit-gradient(linear, left top, left bottom, from(#E60112), to(#E60112));
  background-image: linear-gradient(#E60112, #E60112), linear-gradient(#E60112, #E60112);
  background-position: top right, bottom right;
  background-size: 0.2rem 0%, 0% 0.2rem;
  -webkit-animation: entryInnerAfterReverse 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  animation: entryInnerAfterReverse 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-button.-red {
    padding: 2rem 1.6rem 0.8rem;
  }
}
.jinushi-recruit-c-button.-red .c-button__title {
  color: #FFFFFF;
  font-family: "Interstate", "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1;
  -webkit-transition: color 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: color 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-button.-red .c-button__title {
    font-size: 2rem;
  }
}
.jinushi-recruit-c-button.-red .c-button__arrowIcon {
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: -webkit-transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8), -webkit-transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
.jinushi-recruit-c-button.-red .c-button__arrowIcon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: -webkit-filter 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: -webkit-filter 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: filter 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: filter 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8), -webkit-filter 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
.jinushi-recruit-c-button.-red .c-button__inner::after {
  background-color: #FFFFFF;
  -webkit-transition: background-color 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: background-color 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
.jinushi-recruit-c-button.-red:hover {
  background: #FFFFFF;
  opacity: 1;
}
.jinushi-recruit-c-button.-red:hover::before {
  opacity: 1;
  -webkit-transition: opacity 0s 0s;
  transition: opacity 0s 0s;
  -webkit-animation: entryInnerBefore 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  animation: entryInnerBefore 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  will-change: background-size;
}
.jinushi-recruit-c-button.-red:hover::after {
  opacity: 1;
  -webkit-transition: opacity 0s 0s;
  transition: opacity 0s 0s;
  -webkit-animation: entryInnerAfter 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  animation: entryInnerAfter 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  will-change: background-size;
}
.jinushi-recruit-c-button.-red:hover .c-button__title {
  color: #E60112;
}
.jinushi-recruit-c-button.-red:hover .c-button__arrowIcon {
  -webkit-transform: translateX(0.4rem);
  transform: translateX(0.4rem);
}
.jinushi-recruit-c-button.-red:hover .c-button__arrowIcon img {
  -webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(95%) saturate(5765%) hue-rotate(353deg) brightness(93%) contrast(112%);
  filter: brightness(0) saturate(100%) invert(12%) sepia(95%) saturate(5765%) hue-rotate(353deg) brightness(93%) contrast(112%);
}
.jinushi-recruit-c-button.-red:hover .c-button__inner::after {
  background-color: #E60112;
}
.jinushi-recruit-c-button .c-button__title {
  color: #221814;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  line-height: 1.445;
  letter-spacing: 0.06em;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-button .c-button__title {
    font-size: 1.5rem;
  }
}
.jinushi-recruit-c-button .c-button__arrowIcon {
  width: 0.8rem;
  height: 1.3rem;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.jinushi-recruit-c-button .c-button__arrowIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.jinushi-recruit-c-button-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 32rem;
  padding-bottom: 1.6rem;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.jinushi-recruit-c-button-2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #EFEFEF;
}
.jinushi-recruit-c-button-2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.9rem;
  height: 0.2rem;
  background-color: #E60112;
  z-index: 1;
  -webkit-transition: width 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: width 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
.jinushi-recruit-c-button-2:hover {
  opacity: 1;
}
.jinushi-recruit-c-button-2:hover::after {
  width: 100%;
}
.jinushi-recruit-c-button-2:hover .c-button-2__title {
  color: #E60112;
}
.jinushi-recruit-c-button-2:hover .c-button-2__arrowIcon {
  -webkit-transform: translateX(0.4rem);
  transform: translateX(0.4rem);
}
.jinushi-recruit-c-button-2 .c-button-2__inner {
  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;
}
.jinushi-recruit-c-button-2 .c-button-2__title {
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.448;
  letter-spacing: 0.06em;
  -webkit-transition: color 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: color 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-button-2 .c-button-2__title {
    font-size: 1.5rem;
  }
}
.jinushi-recruit-c-button-2 .c-button-2__arrowIcon {
  width: 0.8rem;
  height: 1.3rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: -webkit-transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8), -webkit-transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
.jinushi-recruit-c-button-2 .c-button-2__arrowIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

body.is-active {
  overflow: hidden;
}

@keyframes entryInnerBefore {
  0% {
    background-size: 0% 0.2rem, 0.2rem 0%;
  }
  50% {
    background-size: 100% 0.2rem, 0.2rem 0%;
  }
  100% {
    background-size: 100% 0.2rem, 0.2rem calc(100% - 1.2rem);
  }
}
@keyframes entryInnerAfter {
  0% {
    background-size: 0.2rem 0%, 0% 0.2rem;
  }
  50% {
    background-size: 0.2rem 100%, 0% 0.2rem;
  }
  100% {
    background-size: 0.2rem 100%, calc(100% - 1.2rem) 0.2rem;
  }
}
@keyframes entryInnerBeforeReverse {
  0% {
    background-size: 100% 0.2rem, 0.2rem calc(100% - 1.2rem);
  }
  50% {
    background-size: 100% 0.2rem, 0.2rem 0%;
  }
  100% {
    background-size: 0% 0.2rem, 0.2rem 0%;
  }
}
@keyframes entryInnerAfterReverse {
  0% {
    background-size: 0.2rem 100%, calc(100% - 1.2rem) 0.2rem;
  }
  50% {
    background-size: 0.2rem 100%, 0% 0.2rem;
  }
  100% {
    background-size: 0.2rem 0%, 0% 0.2rem;
  }
}
.jinushi-recruit-c-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 998;
}
.jinushi-recruit-c-header .c-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .c-header__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.jinushi-recruit-c-header .c-header__logoArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 0 0 0.2rem 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 998;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .c-header__logoArea {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
    padding: 1.6rem;
    gap: 1.2rem;
  }
}
.jinushi-recruit-c-header .c-header__logo {
  padding: 2rem 2.4rem 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .c-header__logo {
    padding: 0;
  }
}
.jinushi-recruit-c-header .c-header__logo .c-header__logoLink {
  display: block;
  text-decoration: none;
  line-height: 0;
}
.jinushi-recruit-c-header .c-header__logo .c-header__logoLink:hover {
  opacity: 1;
}
.jinushi-recruit-c-header .c-header__logo .c-header__logoImage {
  width: 19.9rem;
  height: 4.8rem;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .c-header__logo .c-header__logoImage {
    width: 16.6rem;
    height: 4rem;
  }
}
.jinushi-recruit-c-header .c-header__siteLabel {
  background: #727070;
  margin: 1.5rem 2.4rem 1.6rem;
  padding: 0.7rem 1.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .c-header__siteLabel {
    margin: 0;
    padding: 0.3rem 0.8rem;
    width: 100%;
  }
}
.jinushi-recruit-c-header .c-header__siteLabel .c-header__siteLabelText {
  font-family: "Interstate", "Montserrat", sans-serif;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #FFFFFF;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .c-header__siteLabel .c-header__siteLabelText {
    font-size: 1rem;
  }
}
.jinushi-recruit-c-header .c-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .c-header__nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: #F5F5F5;
    z-index: 997;
    padding: 14.4rem 2.4rem 4rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .c-header__navContainer {
    width: 100%;
    margin-bottom: 2.4rem;
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0.1s, -webkit-transform 0.3s ease 0.1s;
    transition: opacity 0.3s ease 0.1s, -webkit-transform 0.3s ease 0.1s;
    transition: transform 0.3s ease 0.1s, opacity 0.3s ease 0.1s;
    transition: transform 0.3s ease 0.1s, opacity 0.3s ease 0.1s, -webkit-transform 0.3s ease 0.1s;
  }
}
.jinushi-recruit-c-header .c-header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .c-header__navList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.6rem;
    width: 100%;
  }
}
.jinushi-recruit-c-header .c-header__navItem {
  position: relative;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .c-header__navItem {
    width: 100%;
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  }
}
.jinushi-recruit-c-header .c-header__navItemWrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .c-header__navItemWrap {
    width: 100%;
  }
}
.jinushi-recruit-c-header .c-header__navItemLinkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .c-header__navItemLinkWrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.6rem 0 1.2rem;
    border-bottom: 0.2rem solid #EFEFEF;
    position: relative;
  }
  .jinushi-recruit-c-header .c-header__navItemLinkWrap::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 2.4rem;
    height: 2.4rem;
    background: url("/assets/jinushi-recruit/img/common/header-sp-arrow.svg") no-repeat center center;
    background-size: contain;
  }
}
.jinushi-recruit-c-header .c-header__navItemLink {
  display: block;
  text-decoration: none;
  position: relative;
}
.jinushi-recruit-c-header .c-header__navItemLink:hover {
  opacity: 1;
}
.jinushi-recruit-c-header .c-header__navItemLink:hover .c-header__navItemText {
  color: #E60112;
}
@media screen and (min-width: 768px) {
  .jinushi-recruit-c-header .c-header__navItemLink:hover .c-header__navItemText::after {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .c-header__navItemLink:hover {
    opacity: 1;
  }
}
.jinushi-recruit-c-header .c-header__navItemLink .c-header__navItemText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.448;
  letter-spacing: 0.1em;
  color: #221814;
  white-space: nowrap;
  -webkit-transition: color 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: color 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
@media screen and (min-width: 768px) {
  .jinushi-recruit-c-header .c-header__navItemLink .c-header__navItemText {
    position: relative;
    display: inline-block;
    padding-bottom: 0.2rem;
  }
  .jinushi-recruit-c-header .c-header__navItemLink .c-header__navItemText::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.2rem;
    background-color: #E60112;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform 320ms ease;
    transition: -webkit-transform 320ms ease;
    transition: transform 320ms ease;
    transition: transform 320ms ease, -webkit-transform 320ms ease;
  }
}
.jinushi-recruit-c-header .c-header__subToggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .c-header__subToggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    background: #FFFFFF;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .jinushi-recruit-c-header .c-header__subToggle > i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    background: #221814;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .jinushi-recruit-c-header .c-header__subToggle > i:first-child {
    width: 1rem;
    height: 0.15rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .jinushi-recruit-c-header .c-header__subToggle > i:last-child {
    width: 0.15rem;
    height: 1rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .jinushi-recruit-c-header .c-header__subToggle.is-active > i:last-child {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
.jinushi-recruit-c-header .c-header__navItemWrap.-sub .c-header__navItemLinkWrap::after {
  content: "";
  display: block;
  width: 1.3rem;
  height: 0.8rem;
  background: url("/assets/jinushi-recruit/img/common/arrow-down.svg") no-repeat center center;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .c-header__navItemWrap.-sub .c-header__navItemLinkWrap::after {
    display: none;
  }
}
.jinushi-recruit-c-header .c-header__navItemWrap.-sub::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1.6rem;
  background: transparent;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .c-header__navItemWrap.-sub::after {
    display: none;
  }
}
.jinushi-recruit-c-header .c-header__navItemWrap.-sub.is-hover .c-header__navItemLinkWrap::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.jinushi-recruit-c-header .c-header__navItemWrap.-sub.is-hover::after {
  pointer-events: auto;
}
.jinushi-recruit-c-header .c-header__subMenu {
  display: none;
  position: absolute;
  top: calc(100% + 1.6rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  min-width: 20rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .c-header__subMenu {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    min-width: 0;
    width: 100%;
    padding: 1.2rem 0 0.8rem;
  }
}
.jinushi-recruit-c-header .c-header__subMenuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .c-header__subMenuList {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .c-header__subMenuItem {
    width: 100%;
  }
}
.jinushi-recruit-c-header .c-header__subMenuLink {
  display: block;
  text-decoration: none;
  padding: 0.8rem 1.4rem;
  background: #FFFFFF;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .c-header__subMenuLink {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0.8rem 0 0.8rem 1.6rem;
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) {
  .jinushi-recruit-c-header .c-header__subMenuLink:hover {
    background: #221814;
    opacity: 1;
  }
  .jinushi-recruit-c-header .c-header__subMenuLink:hover .c-header__subMenuText {
    color: #FFFFFF;
  }
}
.jinushi-recruit-c-header .c-header__subMenuLink .c-header__subMenuText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #221814;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .c-header__subMenuLink .c-header__subMenuText {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.3rem;
    font-weight: 400;
  }
}
.jinushi-recruit-c-header .c-header__entry {
  background: #E60112;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  margin-bottom: auto;
  position: relative;
  z-index: 2;
  width: 21.9rem;
  -webkit-transition: background 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: background 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
.jinushi-recruit-c-header .c-header__entry::before, .jinushi-recruit-c-header .c-header__entry::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0s 0.3s;
  transition: opacity 0s 0.3s;
  background-repeat: no-repeat;
}
.jinushi-recruit-c-header .c-header__entry::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E60112), to(#E60112)), -webkit-gradient(linear, left top, left bottom, from(#E60112), to(#E60112));
  background-image: linear-gradient(#E60112, #E60112), linear-gradient(#E60112, #E60112);
  background-position: top right, top left;
  background-size: 0% 0.2rem, 0.2rem 0%;
  -webkit-animation: entryInnerBeforeReverse 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  animation: entryInnerBeforeReverse 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
}
.jinushi-recruit-c-header .c-header__entry::after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E60112), to(#E60112)), -webkit-gradient(linear, left top, left bottom, from(#E60112), to(#E60112));
  background-image: linear-gradient(#E60112, #E60112), linear-gradient(#E60112, #E60112);
  background-position: top right, bottom right;
  background-size: 0.2rem 0%, 0% 0.2rem;
  -webkit-animation: entryInnerAfterReverse 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  animation: entryInnerAfterReverse 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
}
.jinushi-recruit-c-header .c-header__entry:hover {
  background: #FFFFFF;
  opacity: 1;
}
.jinushi-recruit-c-header .c-header__entry:hover::before {
  opacity: 1;
  -webkit-transition: opacity 0s 0s;
  transition: opacity 0s 0s;
  -webkit-animation: entryInnerBefore 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  animation: entryInnerBefore 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  will-change: background-size;
}
.jinushi-recruit-c-header .c-header__entry:hover::after {
  opacity: 1;
  -webkit-transition: opacity 0s 0s;
  transition: opacity 0s 0s;
  -webkit-animation: entryInnerAfter 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  animation: entryInnerAfter 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  will-change: background-size;
}
.jinushi-recruit-c-header .c-header__entry:hover .c-header__entryText {
  color: #E60112;
}
.jinushi-recruit-c-header .c-header__entry:hover .c-header__entryLine {
  background: #E60112;
}
.jinushi-recruit-c-header .c-header__entry:hover .c-header__entryArrow {
  -webkit-transform: translateX(0.4rem);
  transform: translateX(0.4rem);
}
.jinushi-recruit-c-header .c-header__entry:hover .c-header__entryArrow .c-header__entryArrowImage {
  -webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(95%) saturate(5765%) hue-rotate(353deg) brightness(93%) contrast(112%);
  filter: brightness(0) saturate(100%) invert(12%) sepia(95%) saturate(5765%) hue-rotate(353deg) brightness(93%) contrast(112%);
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .c-header__entry {
    display: none;
  }
}
.jinushi-recruit-c-header .c-header__entry .c-header__entryLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.4rem;
  padding: 2.8rem 2.4rem 1.2rem;
  text-decoration: none;
  position: relative;
}
.jinushi-recruit-c-header .c-header__entry .c-header__entryLink:hover {
  opacity: 1;
}
.jinushi-recruit-c-header .c-header__entry .c-header__entryContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  gap: 1.2rem;
}
.jinushi-recruit-c-header .c-header__entry .c-header__entryText {
  font-family: "Interstate", "Montserrat", sans-serif;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1;
  color: #FFFFFF;
  -webkit-transition: color 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: color 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
.jinushi-recruit-c-header .c-header__entry .c-header__entryArrow {
  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: -webkit-transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: -webkit-transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8), -webkit-transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
.jinushi-recruit-c-header .c-header__entry .c-header__entryArrow .c-header__entryArrowImage {
  width: 0.8rem;
  height: 1.3rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.jinushi-recruit-c-header .c-header__entry .c-header__entryLine {
  display: block;
  width: 1.6rem;
  height: 0.2rem;
  background: #FFFFFF;
  -webkit-transition: background 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: background 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
.jinushi-recruit-c-header .c-header__entryBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .c-header__entryBtns {
    display: none;
  }
}
.jinushi-recruit-c-header .c-header__entryBtn {
  display: block;
  position: relative;
  width: 9.6rem;
  height: 9.6rem;
  text-decoration: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.jinushi-recruit-c-header .c-header__entryBtn:hover {
  opacity: 1;
}
.jinushi-recruit-c-header .c-header__entryBtn:hover .c-header__entryBtnExternalArrow {
  -webkit-transform: translate(0.4rem, -0.4rem);
  transform: translate(0.4rem, -0.4rem);
  opacity: 0;
}
.jinushi-recruit-c-header .c-header__entryBtn:hover .c-header__entryBtnExternalArrowWaiting {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.jinushi-recruit-c-header .c-header__entryBtn.-btn1 {
  background: #727070;
}
.jinushi-recruit-c-header .c-header__entryBtn.-btn2 {
  background: #585656;
}
.jinushi-recruit-c-header .c-header__entryBtn.-btn3 {
  background: #E60112;
}
.jinushi-recruit-c-header .c-header__entryBtnMain {
  position: absolute;
  top: 2.75rem;
  left: 1.2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  line-height: 1;
  white-space: nowrap;
}
.jinushi-recruit-c-header .c-header__entryBtnSub {
  position: absolute;
  top: 6.3rem;
  left: 1.2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.1rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  line-height: 1.4;
  white-space: pre-line;
}
.c-header__entryBtn.-btn3 .jinushi-recruit-c-header .c-header__entryBtnSub {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  top: 5.6rem;
  white-space: nowrap;
}
.jinushi-recruit-c-header .c-header__entryBtnExternal {
  position: absolute;
  top: 2.1rem;
  left: 7rem;
  width: 1.4rem;
  height: 1.4rem;
  overflow: visible;
}
.jinushi-recruit-c-header .c-header__entryBtnExternalWrap {
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.jinushi-recruit-c-header .c-header__entryBtnExternalArrow {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0.9rem;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8), -webkit-transform 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: opacity 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8), -webkit-transform 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: transform 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8), opacity 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: transform 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8), opacity 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8), -webkit-transform 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
.jinushi-recruit-c-header .c-header__entryBtnExternalArrowWaiting {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0.9rem;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transform: translate(-0.7rem, 0.7rem);
  transform: translate(-0.7rem, 0.7rem);
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8), -webkit-transform 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: opacity 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8), -webkit-transform 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: transform 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8), opacity 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: transform 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8), opacity 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8), -webkit-transform 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
.jinushi-recruit-c-header .c-header__hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .c-header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.8rem;
    width: 5.6rem;
    height: 5.6rem;
    background: #E60112;
    border: none;
    cursor: pointer;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    margin-left: auto;
    opacity: 1;
  }
  .jinushi-recruit-c-header .c-header__hamburger:hover {
    opacity: 1;
  }
  .jinushi-recruit-c-header .c-header__hamburger > span {
    display: block;
    width: 3.2rem;
    height: 0.2rem;
    background: #FFFFFF;
    position: relative;
    overflow: hidden;
  }
  .jinushi-recruit-c-header .c-header__hamburger > span::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #E60112;
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    -webkit-transition: -webkit-clip-path 0.2s cubic-bezier(0.6, 0.2, 0.4, 0.8);
    transition: -webkit-clip-path 0.2s cubic-bezier(0.6, 0.2, 0.4, 0.8);
    transition: clip-path 0.2s cubic-bezier(0.6, 0.2, 0.4, 0.8);
    transition: clip-path 0.2s cubic-bezier(0.6, 0.2, 0.4, 0.8), -webkit-clip-path 0.2s cubic-bezier(0.6, 0.2, 0.4, 0.8);
  }
  .jinushi-recruit-c-header .c-header__hamburger > span:nth-child(1)::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .jinushi-recruit-c-header .c-header__hamburger > span:nth-child(2)::before {
    -webkit-transition-delay: 0.04s;
    transition-delay: 0.04s;
  }
  .jinushi-recruit-c-header .c-header__hamburger > span:nth-child(3)::before {
    -webkit-transition-delay: 0.08s;
    transition-delay: 0.08s;
  }
  .jinushi-recruit-c-header .c-header__hamburger::before, .jinushi-recruit-c-header .c-header__hamburger::after {
    content: "";
    position: absolute;
    width: 3.2rem;
    height: 0.2rem;
    background: #FFFFFF;
    margin-top: -0.1rem;
    margin-left: -1.6rem;
    z-index: 1;
  }
  .jinushi-recruit-c-header .c-header__hamburger::before {
    -webkit-transform: rotate(-45deg) scaleX(0);
    transform: rotate(-45deg) scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.6, 0.2, 0.4, 0.8);
    transition: -webkit-transform 0.2s cubic-bezier(0.6, 0.2, 0.4, 0.8);
    transition: transform 0.2s cubic-bezier(0.6, 0.2, 0.4, 0.8);
    transition: transform 0.2s cubic-bezier(0.6, 0.2, 0.4, 0.8), -webkit-transform 0.2s cubic-bezier(0.6, 0.2, 0.4, 0.8);
    top: 30%;
    left: 42%;
  }
  .jinushi-recruit-c-header .c-header__hamburger::after {
    -webkit-transform: rotate(45deg) scaleX(0);
    transform: rotate(45deg) scaleX(0);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.6, 0.2, 0.4, 0.8);
    transition: -webkit-transform 0.2s cubic-bezier(0.6, 0.2, 0.4, 0.8);
    transition: transform 0.2s cubic-bezier(0.6, 0.2, 0.4, 0.8);
    transition: transform 0.2s cubic-bezier(0.6, 0.2, 0.4, 0.8), -webkit-transform 0.2s cubic-bezier(0.6, 0.2, 0.4, 0.8);
    top: 30%;
    left: 58%;
  }
  .jinushi-recruit-c-header .c-header__hamburger.is-open > span::before {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  .jinushi-recruit-c-header .c-header__hamburger.is-open::before {
    -webkit-transform: rotate(-45deg) scaleX(1);
    transform: rotate(-45deg) scaleX(1);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .jinushi-recruit-c-header .c-header__hamburger.is-open::after {
    -webkit-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #FFFFFF;
  border-bottom: 0.1rem solid #EFEFEF;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.3s ease;
  transition: transform 0.4s ease, opacity 0.3s ease, -webkit-transform 0.4s ease;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky {
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.25s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.25s ease;
    transition: transform 0.3s ease, opacity 0.25s ease, -webkit-transform 0.3s ease;
  }
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky.is-visible {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky.is-hidden {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__inner {
    padding: 1.4rem 1.6rem 1.2rem;
  }
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__logoArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 2rem;
  padding: 2rem 0 1.6rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__logoArea {
    padding: 0;
    gap: 0.8rem;
    z-index: 998;
  }
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__logoLink {
  display: block;
  text-decoration: none;
  line-height: 0;
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__logoLink:hover {
  opacity: 1;
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__logoImage {
  width: 19.9rem;
  height: 4.8rem;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__logoImage {
    width: 12rem;
    height: 3rem;
  }
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__siteLabel {
  background: #727070;
  padding: 0.65rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__siteLabel {
    padding: 0.4rem 0.8rem;
  }
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__siteLabel .c-headerSticky__siteLabelText {
  font-family: "Interstate", "Montserrat", sans-serif;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #FFFFFF;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__siteLabel .c-headerSticky__siteLabelText {
    font-size: 1rem;
  }
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 3.2rem;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: #F5F5F5;
    z-index: 997;
    padding: 10.4rem 2.4rem 4rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__navContainer {
    width: 100%;
    margin-bottom: 2.4rem;
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0.1s, -webkit-transform 0.3s ease 0.1s;
    transition: opacity 0.3s ease 0.1s, -webkit-transform 0.3s ease 0.1s;
    transition: transform 0.3s ease 0.1s, opacity 0.3s ease 0.1s;
    transition: transform 0.3s ease 0.1s, opacity 0.3s ease 0.1s, -webkit-transform 0.3s ease 0.1s;
  }
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__navList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.6rem;
    width: 100%;
  }
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__navItem {
  position: relative;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__navItem {
    width: 100%;
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  }
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__navItemWrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__navItemWrap {
    width: 100%;
  }
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__navItemLinkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__navItemLinkWrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.6rem 0 1.2rem;
    border-bottom: 0.2rem solid #EFEFEF;
    position: relative;
  }
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__navItemLinkWrap::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 2.4rem;
    height: 2.4rem;
    background: url("/assets/jinushi-recruit/img/common/header-sp-arrow.svg") no-repeat center center;
    background-size: contain;
  }
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__navItemLink {
  display: block;
  text-decoration: none;
  position: relative;
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__navItemLink:hover {
  opacity: 1;
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__navItemLink:hover .c-headerSticky__navItemText {
  color: #E60112;
}
@media screen and (min-width: 768px) {
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__navItemLink:hover .c-headerSticky__navItemText::after {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__navItemLink:hover {
    opacity: 1;
  }
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__navItemLink .c-headerSticky__navItemText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.448;
  letter-spacing: 0.1em;
  color: #221814;
  white-space: nowrap;
  -webkit-transition: color 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: color 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
@media screen and (min-width: 768px) {
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__navItemLink .c-headerSticky__navItemText {
    position: relative;
    display: inline-block;
    padding-bottom: 0.2rem;
  }
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__navItemLink .c-headerSticky__navItemText::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.2rem;
    background-color: #E60112;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform 320ms ease;
    transition: -webkit-transform 320ms ease;
    transition: transform 320ms ease;
    transition: transform 320ms ease, -webkit-transform 320ms ease;
  }
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__navItemWrap.-sub .c-headerSticky__navItemLinkWrap::after {
  content: "";
  display: block;
  width: 1.3rem;
  height: 0.8rem;
  background: url("/assets/jinushi-recruit/img/common/arrow-down.svg") no-repeat center center;
  background-size: contain;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__navItemWrap.-sub .c-headerSticky__navItemLinkWrap::after {
    display: none;
  }
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__navItemWrap.-sub::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1.6rem;
  background: transparent;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__navItemWrap.-sub::after {
    display: none;
  }
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__navItemWrap.-sub.is-hover .c-headerSticky__navItemLinkWrap::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__navItemWrap.-sub.is-hover::after {
  pointer-events: auto;
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__subMenu {
  display: none;
  position: absolute;
  top: calc(100% + 1.6rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  min-width: 20rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__subMenu {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    min-width: 0;
    width: 100%;
    padding: 1.2rem 0 0.8rem;
  }
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__subMenuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__subMenuList {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__subMenuItem {
    width: 100%;
  }
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__subMenuLink {
  display: block;
  text-decoration: none;
  padding: 0.8rem 1.4rem;
  background: #FFFFFF;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__subMenuLink {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0.8rem 0 0.8rem 1.6rem;
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) {
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__subMenuLink:hover {
    background: #221814;
    opacity: 1;
  }
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__subMenuLink:hover .c-headerSticky__subMenuText {
    color: #FFFFFF;
  }
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__subMenuLink .c-headerSticky__subMenuText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #221814;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__subMenuLink .c-headerSticky__subMenuText {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.3rem;
    font-weight: 400;
  }
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entry {
  background: #E60112;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  position: relative;
  z-index: 2;
  -webkit-transition: background 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: background 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  width: 21.9rem;
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entry::before, .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entry::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0s 0.3s;
  transition: opacity 0s 0.3s;
  background-repeat: no-repeat;
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entry::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E60112), to(#E60112)), -webkit-gradient(linear, left top, left bottom, from(#E60112), to(#E60112));
  background-image: linear-gradient(#E60112, #E60112), linear-gradient(#E60112, #E60112);
  background-position: top right, top left;
  background-size: 0% 0.2rem, 0.2rem 0%;
  -webkit-animation: entryInnerBeforeReverse 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  animation: entryInnerBeforeReverse 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entry::after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E60112), to(#E60112)), -webkit-gradient(linear, left top, left bottom, from(#E60112), to(#E60112));
  background-image: linear-gradient(#E60112, #E60112), linear-gradient(#E60112, #E60112);
  background-position: top right, bottom right;
  background-size: 0.2rem 0%, 0% 0.2rem;
  -webkit-animation: entryInnerAfterReverse 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  animation: entryInnerAfterReverse 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entry:hover {
  background: #FFFFFF;
  opacity: 1;
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entry:hover::before {
  opacity: 1;
  -webkit-transition: opacity 0s 0s;
  transition: opacity 0s 0s;
  -webkit-animation: entryInnerBefore 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  animation: entryInnerBefore 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  will-change: background-size;
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entry:hover::after {
  opacity: 1;
  -webkit-transition: opacity 0s 0s;
  transition: opacity 0s 0s;
  -webkit-animation: entryInnerAfter 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  animation: entryInnerAfter 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  will-change: background-size;
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entry:hover .c-headerSticky__entryText {
  color: #E60112;
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entry:hover .c-headerSticky__entryLine {
  background: #E60112;
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entry:hover .c-headerSticky__entryArrow {
  -webkit-transform: translateX(0.4rem);
  transform: translateX(0.4rem);
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entry:hover .c-headerSticky__entryArrow .c-headerSticky__entryArrowImage {
  -webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(95%) saturate(5765%) hue-rotate(353deg) brightness(93%) contrast(112%);
  filter: brightness(0) saturate(100%) invert(12%) sepia(95%) saturate(5765%) hue-rotate(353deg) brightness(93%) contrast(112%);
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entry {
    display: none;
  }
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entry .c-headerSticky__entryLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.4rem;
  padding: 2.8rem 2.4rem 1.2rem;
  text-decoration: none;
  position: relative;
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entry .c-headerSticky__entryLink:hover {
  opacity: 1;
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entry .c-headerSticky__entryContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  gap: 1.2rem;
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entry .c-headerSticky__entryText {
  font-family: "Interstate", "Montserrat", sans-serif;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1;
  color: #FFFFFF;
  -webkit-transition: color 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: color 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entry .c-headerSticky__entryArrow {
  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: -webkit-transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: -webkit-transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8), -webkit-transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entry .c-headerSticky__entryArrow .c-headerSticky__entryArrowImage {
  width: 0.8rem;
  height: 1.3rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entry .c-headerSticky__entryLine {
  display: block;
  width: 1.6rem;
  height: 0.2rem;
  background: #FFFFFF;
  -webkit-transition: background 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: background 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entryBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entryBtns {
    display: none;
  }
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entryBtn {
  display: block;
  position: relative;
  width: 9.6rem;
  height: 9.6rem;
  text-decoration: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entryBtn:hover {
  opacity: 1;
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entryBtn:hover .c-headerSticky__entryBtnExternalArrow {
  -webkit-transform: translate(0.4rem, -0.4rem);
  transform: translate(0.4rem, -0.4rem);
  opacity: 0;
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entryBtn:hover .c-headerSticky__entryBtnExternalArrowWaiting {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entryBtn.-btn1 {
  background: #727070;
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entryBtn.-btn2 {
  background: #585656;
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entryBtn.-btn3 {
  background: #E60112;
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entryBtnMain {
  position: absolute;
  top: 2.75rem;
  left: 1.2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  line-height: 1;
  white-space: nowrap;
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entryBtnSub {
  position: absolute;
  top: 6.3rem;
  left: 1.2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.1rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  line-height: 1.4;
  white-space: pre-line;
}
.c-headerSticky__entryBtn.-btn3 .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entryBtnSub {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  top: 5.6rem;
  white-space: nowrap;
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entryBtnExternal {
  position: absolute;
  top: 2.1rem;
  left: 7rem;
  width: 1.4rem;
  height: 1.4rem;
  overflow: visible;
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entryBtnExternalWrap {
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entryBtnExternalArrow {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0.9rem;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8), -webkit-transform 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: opacity 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8), -webkit-transform 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: transform 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8), opacity 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: transform 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8), opacity 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8), -webkit-transform 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__entryBtnExternalArrowWaiting {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0.9rem;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transform: translate(-0.7rem, 0.7rem);
  transform: translate(-0.7rem, 0.7rem);
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8), -webkit-transform 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: opacity 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8), -webkit-transform 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: transform 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8), opacity 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: transform 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8), opacity 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8), -webkit-transform 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.8rem;
    width: 5.6rem;
    height: 5.6rem;
    background: #E60112;
    border: none;
    cursor: pointer;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    margin-left: auto;
    opacity: 1;
  }
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__hamburger:hover {
    opacity: 1;
  }
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__hamburger > span {
    display: block;
    width: 3.2rem;
    height: 0.2rem;
    background: #FFFFFF;
    position: relative;
    overflow: hidden;
  }
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__hamburger > span::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #E60112;
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    -webkit-transition: -webkit-clip-path 0.2s cubic-bezier(0.6, 0.2, 0.4, 0.8);
    transition: -webkit-clip-path 0.2s cubic-bezier(0.6, 0.2, 0.4, 0.8);
    transition: clip-path 0.2s cubic-bezier(0.6, 0.2, 0.4, 0.8);
    transition: clip-path 0.2s cubic-bezier(0.6, 0.2, 0.4, 0.8), -webkit-clip-path 0.2s cubic-bezier(0.6, 0.2, 0.4, 0.8);
  }
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__hamburger > span:nth-child(1)::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__hamburger > span:nth-child(2)::before {
    -webkit-transition-delay: 0.04s;
    transition-delay: 0.04s;
  }
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__hamburger > span:nth-child(3)::before {
    -webkit-transition-delay: 0.08s;
    transition-delay: 0.08s;
  }
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__hamburger::before, .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__hamburger::after {
    content: "";
    position: absolute;
    width: 3.2rem;
    height: 0.2rem;
    background: #FFFFFF;
    margin-top: -0.1rem;
    margin-left: -1.6rem;
    z-index: 1;
  }
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__hamburger::before {
    -webkit-transform: rotate(-45deg) scaleX(0);
    transform: rotate(-45deg) scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.6, 0.2, 0.4, 0.8);
    transition: -webkit-transform 0.2s cubic-bezier(0.6, 0.2, 0.4, 0.8);
    transition: transform 0.2s cubic-bezier(0.6, 0.2, 0.4, 0.8);
    transition: transform 0.2s cubic-bezier(0.6, 0.2, 0.4, 0.8), -webkit-transform 0.2s cubic-bezier(0.6, 0.2, 0.4, 0.8);
    top: 30%;
    left: 42%;
  }
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__hamburger::after {
    -webkit-transform: rotate(45deg) scaleX(0);
    transform: rotate(45deg) scaleX(0);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.6, 0.2, 0.4, 0.8);
    transition: -webkit-transform 0.2s cubic-bezier(0.6, 0.2, 0.4, 0.8);
    transition: transform 0.2s cubic-bezier(0.6, 0.2, 0.4, 0.8);
    transition: transform 0.2s cubic-bezier(0.6, 0.2, 0.4, 0.8), -webkit-transform 0.2s cubic-bezier(0.6, 0.2, 0.4, 0.8);
    top: 30%;
    left: 58%;
  }
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__hamburger.is-open > span::before {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__hamburger.is-open::before {
    -webkit-transform: rotate(-45deg) scaleX(1);
    transform: rotate(-45deg) scaleX(1);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky .c-headerSticky__hamburger.is-open::after {
    -webkit-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky.is-open .c-headerSticky__navContainer {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky.is-open .c-headerSticky__navItem {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky.is-open .c-headerSticky__navItem:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky.is-open .c-headerSticky__navItem:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky.is-open .c-headerSticky__navItem:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky.is-open .c-headerSticky__navItem:nth-child(4) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky.is-open .c-headerSticky__navItem:nth-child(5) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky.is-open .c-headerSticky__navItem:nth-child(6) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky.is-open .c-headerSticky__navItem:nth-child(7) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky.is-open .c-headerSticky__navItem:nth-child(8) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
  }
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky.is-open .c-headerSticky__navItem:nth-child(9) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky.is-open .c-headerSticky__navItem:nth-child(10) {
    -webkit-transition-delay: 0.55s;
    transition-delay: 0.55s;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky.is-open .jinushi-recruit-c-button.-red.-sponly {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .jinushi-recruit-c-headerSticky.is-open .c-header__spBtns {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.jinushi-recruit-c-header .jinushi-recruit-c-headerSticky.is-open .c-headerSticky__hamburger > span {
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header.is-open .c-header__navContainer {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header.is-open .c-header__navItem {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .jinushi-recruit-c-header.is-open .c-header__navItem:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .jinushi-recruit-c-header.is-open .c-header__navItem:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  .jinushi-recruit-c-header.is-open .c-header__navItem:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .jinushi-recruit-c-header.is-open .c-header__navItem:nth-child(4) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .jinushi-recruit-c-header.is-open .c-header__navItem:nth-child(5) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .jinushi-recruit-c-header.is-open .c-header__navItem:nth-child(6) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  .jinushi-recruit-c-header.is-open .c-header__navItem:nth-child(7) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .jinushi-recruit-c-header.is-open .c-header__navItem:nth-child(8) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
  }
  .jinushi-recruit-c-header.is-open .c-header__navItem:nth-child(9) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .jinushi-recruit-c-header.is-open .c-header__navItem:nth-child(10) {
    -webkit-transition-delay: 0.55s;
    transition-delay: 0.55s;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header.is-open .jinushi-recruit-c-button.-red.-sponly {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header.is-open .c-header__spBtns {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.jinushi-recruit-c-header.is-open .c-header__hamburger > span {
  background: #FFFFFF;
}
.jinushi-recruit-c-header.-top .c-header__navItemText {
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header.-top .c-header__navItemText {
    color: #221814;
  }
}
.jinushi-recruit-c-header.-contentsDetail .c-header__navItemText {
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header.-contentsDetail .c-header__navItemText {
    color: #221814;
  }
}
.jinushi-recruit-c-header.leadgridCms-onlyInnerWorkspace {
  position: relative;
}
.jinushi-recruit-c-header .c-header__spBtns {
  display: none;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .c-header__spBtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.4rem;
    width: 100%;
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;
    transition: opacity 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;
    transition: transform 0.3s ease 0.3s, opacity 0.3s ease 0.3s;
    transition: transform 0.3s ease 0.3s, opacity 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;
  }
}
.jinushi-recruit-c-header .c-header__spBtn {
  display: block;
  text-decoration: none;
  padding: 2rem 1.6rem 0.8rem;
}
.jinushi-recruit-c-header .c-header__spBtn.-btn1 {
  background: #727070;
}
.jinushi-recruit-c-header .c-header__spBtn.-btn2 {
  background: #585656;
}
.jinushi-recruit-c-header .c-header__spBtn.-btn3 {
  background: #E60112;
}
.jinushi-recruit-c-header .c-header__spBtnInner {
  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;
  padding-bottom: 1.6rem;
  position: relative;
}
.jinushi-recruit-c-header .c-header__spBtnInner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: rgba(239, 239, 239, 0.4);
}
.jinushi-recruit-c-header .c-header__spBtnText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  white-space: nowrap;
}
.jinushi-recruit-c-header .c-header__spBtnMain {
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  line-height: 1.44;
}
.jinushi-recruit-c-header .c-header__spBtnSub {
  font-size: 1.1rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.069em;
  line-height: 1;
}
.c-header__spBtn.-btn3 .jinushi-recruit-c-header .c-header__spBtnSub {
  font-family: "Interstate", "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
}
.jinushi-recruit-c-header .c-header__spBtnExternal {
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.jinushi-recruit-c-header .c-header__spBtnExternalWrap {
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.jinushi-recruit-c-header .c-header__spBtnExternalArrow {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0.9rem;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.jinushi-recruit-c-header .c-header__spBtnArrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.jinushi-recruit-c-header .c-header__spBtnArrowImage {
  width: 0.8rem;
  height: 1.3rem;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .jinushi-recruit-c-button.-red .c-button__inner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.2rem;
    background-color: rgba(239, 239, 239, 0.4);
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-header .jinushi-recruit-c-button.-red.-sponly {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0.2s, -webkit-transform 0.3s ease 0.2s;
    transition: opacity 0.3s ease 0.2s, -webkit-transform 0.3s ease 0.2s;
    transition: transform 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
    transition: transform 0.3s ease 0.2s, opacity 0.3s ease 0.2s, -webkit-transform 0.3s ease 0.2s;
  }
}

@-webkit-keyframes jinushiHeaderSlideIn {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jinushiHeaderSlideIn {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes jinushiHeaderFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes jinushiHeaderFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.jinushi-recruit-c-footer {
  background-color: #FFFFFF;
  color: #221814;
  padding: 10.4rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-footer {
    padding: 6.4rem 0 6.4rem;
  }
}
.jinushi-recruit-c-footer .c-footer__inner {
  max-width: 144rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-footer .c-footer__inner {
    padding: 0 2.4rem;
    gap: 4rem;
  }
}
.jinushi-recruit-c-footer .c-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 18.8rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-footer .c-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.jinushi-recruit-c-footer .c-footer__brand {
  width: 33.2rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.2rem;
  flex: 0 0 33.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.2rem;
  padding-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-footer .c-footer__brand {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: auto;
    gap: 2.4rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 0;
  }
}
.jinushi-recruit-c-footer .c-footer__logoLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
}
.jinushi-recruit-c-footer .c-footer__logoLink:hover {
  opacity: 1;
}
.jinushi-recruit-c-footer .c-footer__logoImage {
  width: 100%;
  max-width: 33.2rem;
  height: 8rem;
  max-height: 8rem;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-footer .c-footer__logoImage {
    max-width: 19.9rem;
    max-height: 4.8rem;
    height: 4.8rem;
  }
}
.jinushi-recruit-c-footer .c-footer__siteLabel {
  width: 100%;
  height: 3.2rem;
  background: #727070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-footer .c-footer__siteLabel {
    max-width: 19.9rem;
    height: 1.8rem;
  }
}
.jinushi-recruit-c-footer .c-footer__siteLabelText {
  font-family: "Interstate", "Montserrat", sans-serif;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-footer .c-footer__siteLabelText {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.jinushi-recruit-c-footer .c-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-footer .c-footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 1.6rem;
  }
}
.jinushi-recruit-c-footer .c-footer__linksNav {
  width: 28rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28rem;
  flex: 0 0 28rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-footer .c-footer__linksNav {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.jinushi-recruit-c-footer .c-footer__linksSide {
  width: 28rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28rem;
  flex: 0 0 28rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.8rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-footer .c-footer__linksSide {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    gap: 0;
  }
}
.jinushi-recruit-c-footer .c-footer__navItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-footer .c-footer__navItems {
    gap: 1.6rem;
  }
}
.jinushi-recruit-c-footer .c-footer__navItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
  padding-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-footer .c-footer__navItem {
    width: 100%;
    padding-top: 1.6rem;
    gap: 1.2rem;
  }
}
.jinushi-recruit-c-footer .c-footer__navLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.6rem;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  position: relative;
  padding-bottom: 1.6rem;
}
.jinushi-recruit-c-footer .c-footer__navLink::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #EFEFEF;
}
.jinushi-recruit-c-footer .c-footer__navLink::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #E60112;
  z-index: 1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: -webkit-transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8), -webkit-transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
.jinushi-recruit-c-footer .c-footer__navLink:hover {
  opacity: 1;
}
.jinushi-recruit-c-footer .c-footer__navLink:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.jinushi-recruit-c-footer .c-footer__navLink:hover .c-footer__navText {
  color: #E60112;
}
.jinushi-recruit-c-footer .c-footer__navLink:hover .c-footer__navArrow {
  -webkit-transform: translateX(0.4rem);
  transform: translateX(0.4rem);
}
.jinushi-recruit-c-footer .c-footer__navText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #221814;
  -webkit-transition: color 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: color 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-footer .c-footer__navText {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.jinushi-recruit-c-footer .c-footer__navArrow {
  width: 3.2rem;
  height: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: -webkit-transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8), -webkit-transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-footer .c-footer__navArrow {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.jinushi-recruit-c-footer .c-footer__navArrowImage {
  width: 0.8rem;
  height: 1.3rem;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-footer .c-footer__navArrowImage {
    width: 0.6rem;
    height: 1rem;
  }
}
.jinushi-recruit-c-footer .c-footer__navLine {
  display: none;
}
.jinushi-recruit-c-footer .c-footer__category {
  width: 100%;
}
.jinushi-recruit-c-footer .c-footer__categoryList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0rem;
}
.jinushi-recruit-c-footer .c-footer__categoryLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  text-decoration: none;
  color: inherit;
}
.jinushi-recruit-c-footer .c-footer__categoryLink:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-footer .c-footer__categoryLink {
    gap: 1.2rem;
  }
}
.jinushi-recruit-c-footer .c-footer__categoryBullet {
  width: 3.2rem;
  height: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-footer .c-footer__categoryBullet {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.jinushi-recruit-c-footer .c-footer__categoryBulletImage {
  width: 0.7rem;
  height: 0.7rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-footer .c-footer__categoryBulletImage {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.jinushi-recruit-c-footer .c-footer__categoryText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #585656;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-footer .c-footer__categoryText {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-footer .c-footer__entry {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-footer .c-footer__linksSide .c-footer__entry {
    margin-top: 2.4rem;
  }
}
.jinushi-recruit-c-footer .c-footer__entryLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
  padding: 2.4rem 1.6rem 1.2rem;
  border: 0.1rem solid #C9CACA;
  text-decoration: none;
  color: inherit;
  position: relative;
  position: relative;
  --lg-hover-outline-gap: 1.2rem;
  --lg-hover-outline-w: 0.2rem;
  --lg-hover-outline-offset: 0.2rem;
}
.jinushi-recruit-c-footer .c-footer__entryLink::before, .jinushi-recruit-c-footer .c-footer__entryLink::after {
  content: "";
  position: absolute;
  inset: calc(-1 * var(--lg-hover-outline-offset));
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0s 0.3s;
  transition: opacity 0s 0.3s;
  background-repeat: no-repeat;
}
.jinushi-recruit-c-footer .c-footer__entryLink::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E60112), to(#E60112)), -webkit-gradient(linear, left top, left bottom, from(#E60112), to(#E60112));
  background-image: linear-gradient(#E60112, #E60112), linear-gradient(#E60112, #E60112);
  background-position: top right, top left;
  background-size: 0% var(--lg-hover-outline-w), var(--lg-hover-outline-w) 0%;
  -webkit-animation: lgHoverOutlineBeforeReverse 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  animation: lgHoverOutlineBeforeReverse 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
}
.jinushi-recruit-c-footer .c-footer__entryLink::after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E60112), to(#E60112)), -webkit-gradient(linear, left top, left bottom, from(#E60112), to(#E60112));
  background-image: linear-gradient(#E60112, #E60112), linear-gradient(#E60112, #E60112);
  background-position: top right, bottom right;
  background-size: var(--lg-hover-outline-w) 0%, 0% var(--lg-hover-outline-w);
  -webkit-animation: lgHoverOutlineAfterReverse 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  animation: lgHoverOutlineAfterReverse 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
}
.jinushi-recruit-c-footer .c-footer__entryLink:hover::before {
  opacity: 1;
  -webkit-transition: opacity 0s 0s;
  transition: opacity 0s 0s;
  -webkit-animation: lgHoverOutlineBefore 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  animation: lgHoverOutlineBefore 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  will-change: background-size;
}
.jinushi-recruit-c-footer .c-footer__entryLink:hover::after {
  opacity: 1;
  -webkit-transition: opacity 0s 0s;
  transition: opacity 0s 0s;
  -webkit-animation: lgHoverOutlineAfter 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  animation: lgHoverOutlineAfter 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  will-change: background-size;
}
@media (prefers-reduced-motion: reduce) {
  .jinushi-recruit-c-footer .c-footer__entryLink::before, .jinushi-recruit-c-footer .c-footer__entryLink::after {
    -webkit-animation: none;
    animation: none;
    -webkit-transition: none;
    transition: none;
  }
  .jinushi-recruit-c-footer .c-footer__entryLink:hover::before {
    -webkit-animation: none;
    animation: none;
    opacity: 1;
    background-size: 100% var(--lg-hover-outline-w), var(--lg-hover-outline-w) calc(100% - var(--lg-hover-outline-gap));
  }
  .jinushi-recruit-c-footer .c-footer__entryLink:hover::after {
    -webkit-animation: none;
    animation: none;
    opacity: 1;
    background-size: var(--lg-hover-outline-w) 100%, calc(100% - var(--lg-hover-outline-gap)) var(--lg-hover-outline-w);
  }
}
.jinushi-recruit-c-footer .c-footer__entryLink:hover {
  opacity: 1;
}
.jinushi-recruit-c-footer .c-footer__entryLink:hover .c-footer__entryArrow {
  -webkit-transform: translateX(0.4rem);
  transform: translateX(0.4rem);
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-footer .c-footer__entryLink {
    width: 100%;
    padding: 2rem 1.6rem 0.8rem;
  }
}
.jinushi-recruit-c-footer .c-footer__entryContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.2rem;
}
.jinushi-recruit-c-footer .c-footer__entryText {
  font-family: "Interstate", "Montserrat", sans-serif;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  color: #E60112;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-footer .c-footer__entryText {
    font-size: 2rem;
  }
}
.jinushi-recruit-c-footer .c-footer__entryArrow {
  width: 0.8rem;
  height: 1.3rem;
  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: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.jinushi-recruit-c-footer .c-footer__entryArrowImage {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.jinushi-recruit-c-footer .c-footer__entryLine {
  width: 1.6rem;
  height: 0.2rem;
  background: #E60112;
}
.jinushi-recruit-c-footer .c-footer__bottom {
  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: 2.4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-footer .c-footer__bottom {
    -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: 2.4rem;
  }
}
.jinushi-recruit-c-footer .c-footer__copyright {
  font-family: "Interstate", "Montserrat", sans-serif;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  color: #727070;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-footer .c-footer__copyright {
    font-size: 1.2rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-footer .c-footer__bottomNav {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.jinushi-recruit-c-footer .c-footer__bottomNavList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-footer .c-footer__bottomNavList {
    gap: 1.2rem;
  }
}
.jinushi-recruit-c-footer .c-footer__bottomNavItem + .c-footer__bottomNavItem {
  border-left: 0.1rem solid #C9CACA;
  padding-left: 1.6rem;
  margin-left: 0rem;
}
.jinushi-recruit-c-footer .c-footer__bottomNavLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  color: inherit;
}
.jinushi-recruit-c-footer .c-footer__bottomNavLink .c-footer__bottomNavText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #221814;
  -webkit-transition: color 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: color 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-footer .c-footer__bottomNavLink .c-footer__bottomNavText {
    font-size: 1.4rem;
  }
}
.jinushi-recruit-c-footer .c-footer__bottomNavLink:hover {
  opacity: 1;
}
.jinushi-recruit-c-footer .c-footer__bottomNavLink:hover .c-footer__bottomNavText {
  color: #E60112;
}
.jinushi-recruit-c-footer .c-footer__bottomExternal {
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: visible;
}
.jinushi-recruit-c-footer .c-footer__bottomExternalWrap {
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.jinushi-recruit-c-footer .c-footer__bottomExternalArrow {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0.9rem;
  -webkit-transition: opacity 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8), -webkit-transform 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: opacity 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8), -webkit-transform 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: transform 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8), opacity 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: transform 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8), opacity 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8), -webkit-transform 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
.jinushi-recruit-c-footer .c-footer__bottomExternalArrowWaiting {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0.9rem;
  -webkit-transition: opacity 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8), -webkit-transform 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: opacity 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8), -webkit-transform 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: transform 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8), opacity 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: transform 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8), opacity 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8), -webkit-transform 200ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
.jinushi-recruit-c-footer .c-footer__bottomExternalWrap {
  opacity: 1;
}
.jinushi-recruit-c-footer .c-footer__bottomExternalArrow {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.jinushi-recruit-c-footer .c-footer__bottomExternalArrowWaiting {
  -webkit-transform: translate(-0.7rem, 0.7rem);
  transform: translate(-0.7rem, 0.7rem);
  opacity: 0;
}
.jinushi-recruit-c-footer .c-footer__bottomNavLink:hover .c-footer__bottomExternalArrow {
  -webkit-transform: translate(0.4rem, -0.4rem);
  transform: translate(0.4rem, -0.4rem);
  opacity: 0;
}
.jinushi-recruit-c-footer .c-footer__bottomNavLink:hover .c-footer__bottomExternalArrowWaiting {
  -webkit-transform: translate(0rem, 0rem);
  transform: translate(0rem, 0rem);
  opacity: 1;
}

.jinushi-recruit-c-breadcrumbs {
  max-width: 100%;
  margin-top: 1rem;
}
.jinushi-recruit-c-breadcrumbs::-webkit-scrollbar {
  display: none;
}
.jinushi-recruit-c-breadcrumbs .c-breadcrumbs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jinushi-recruit-c-breadcrumbs .c-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.jinushi-recruit-c-breadcrumbs .c-breadcrumbs__list::-webkit-scrollbar {
  display: none;
}
.jinushi-recruit-c-breadcrumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.jinushi-recruit-c-breadcrumbs li + li::before {
  content: "";
  width: 0.7rem;
  height: 0.9rem;
  display: block;
  margin: 0 0.4rem;
  background: url("/assets/jinushi-recruit/img/common/breadcrumb-arrow.svg") no-repeat center;
  background-size: 0.7rem 0.9rem;
}
.jinushi-recruit-c-breadcrumbs li a {
  color: #221814;
  font-family: "Interstate", "Montserrat", sans-serif;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-breadcrumbs li a {
    font-size: 1.2rem;
  }
}
.jinushi-recruit-c-breadcrumbs li a > span {
  color: #221814;
}
@media screen and (min-width: 768px) {
  .jinushi-recruit-c-breadcrumbs li a > span {
    position: relative;
    display: inline-block;
    padding-bottom: 0.1rem;
    background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background-image: linear-gradient(90deg, currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: right bottom 0.1rem;
    background-size: 100% 0.1rem;
    -webkit-transition: background-size 0.32s ease, color 0.3s ease;
    transition: background-size 0.32s ease, color 0.3s ease;
  }
}
@media screen and (min-width: 768px) {
  .jinushi-recruit-c-breadcrumbs li a:hover {
    color: #E60112;
    opacity: 1;
  }
  .jinushi-recruit-c-breadcrumbs li a:hover > span {
    color: #E60112;
    -webkit-animation: breadcrumbs-linelink 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99) forwards;
    animation: breadcrumbs-linelink 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99) forwards;
  }
}
.jinushi-recruit-c-breadcrumbs li > span {
  color: #727070;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.06em;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-breadcrumbs li > span {
    font-size: 1.2rem;
    line-height: 1.2;
    padding-bottom: 0.3rem;
  }
}
.jinushi-recruit-c-breadcrumbs li:last-of-type {
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
}
.jinushi-recruit-c-breadcrumbs li:last-of-type span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@-webkit-keyframes breadcrumbs-linelink {
  0% {
    background-position: right bottom 0.2rem;
    background-size: 100% 0.1rem;
  }
  50% {
    background-position: right bottom 0.2rem;
    background-size: 0% 0.1rem;
  }
  51% {
    background-position: left bottom 0.2rem;
    background-size: 0% 0.1rem;
  }
  100% {
    background-position: left bottom 0.2rem;
    background-size: 100% 0.1rem;
  }
}

@keyframes breadcrumbs-linelink {
  0% {
    background-position: right bottom 0.2rem;
    background-size: 100% 0.1rem;
  }
  50% {
    background-position: right bottom 0.2rem;
    background-size: 0% 0.1rem;
  }
  51% {
    background-position: left bottom 0.2rem;
    background-size: 0% 0.1rem;
  }
  100% {
    background-position: left bottom 0.2rem;
    background-size: 100% 0.1rem;
  }
}
.jinushi-recruit-c-contentsCard {
  width: 100%;
}
.jinushi-recruit-c-contentsCard .c-contentsCard__inner {
  display: block;
  text-decoration: none;
  color: inherit;
}
.jinushi-recruit-c-contentsCard .c-contentsCard__inner:hover {
  opacity: 1;
}
.jinushi-recruit-c-contentsCard .c-contentsCard__inner:hover .c-contentsCard__thumb::before {
  opacity: 1;
  -webkit-transition: opacity 0s 0s;
  transition: opacity 0s 0s;
  -webkit-animation: lgHoverOutlineBefore 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  animation: lgHoverOutlineBefore 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  will-change: background-size;
}
.jinushi-recruit-c-contentsCard .c-contentsCard__inner:hover .c-contentsCard__thumb::after {
  opacity: 1;
  -webkit-transition: opacity 0s 0s;
  transition: opacity 0s 0s;
  -webkit-animation: lgHoverOutlineAfter 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  animation: lgHoverOutlineAfter 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  will-change: background-size;
}
.jinushi-recruit-c-contentsCard .c-contentsCard__inner:hover .c-contentsCard__thumb img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.jinushi-recruit-c-contentsCard .c-contentsCard__inner:hover .c-contentsCard__title {
  color: #E60112;
}
.jinushi-recruit-c-contentsCard .c-contentsCard__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: #F5F5F5;
  position: relative;
  --lg-hover-outline-gap: 4.8rem;
  --lg-hover-outline-w: 0.2rem;
  --lg-hover-outline-offset: 0rem;
}
.jinushi-recruit-c-contentsCard .c-contentsCard__thumb::before, .jinushi-recruit-c-contentsCard .c-contentsCard__thumb::after {
  content: "";
  position: absolute;
  inset: calc(-1 * var(--lg-hover-outline-offset));
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0s 0.3s;
  transition: opacity 0s 0.3s;
  background-repeat: no-repeat;
}
.jinushi-recruit-c-contentsCard .c-contentsCard__thumb::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E60112), to(#E60112)), -webkit-gradient(linear, left top, left bottom, from(#E60112), to(#E60112));
  background-image: linear-gradient(#E60112, #E60112), linear-gradient(#E60112, #E60112);
  background-position: top right, top left;
  background-size: 0% var(--lg-hover-outline-w), var(--lg-hover-outline-w) 0%;
  -webkit-animation: lgHoverOutlineBeforeReverse 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  animation: lgHoverOutlineBeforeReverse 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
}
.jinushi-recruit-c-contentsCard .c-contentsCard__thumb::after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E60112), to(#E60112)), -webkit-gradient(linear, left top, left bottom, from(#E60112), to(#E60112));
  background-image: linear-gradient(#E60112, #E60112), linear-gradient(#E60112, #E60112);
  background-position: top right, bottom right;
  background-size: var(--lg-hover-outline-w) 0%, 0% var(--lg-hover-outline-w);
  -webkit-animation: lgHoverOutlineAfterReverse 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  animation: lgHoverOutlineAfterReverse 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
}
.jinushi-recruit-c-contentsCard .c-contentsCard__thumb:hover::before {
  opacity: 1;
  -webkit-transition: opacity 0s 0s;
  transition: opacity 0s 0s;
  -webkit-animation: lgHoverOutlineBefore 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  animation: lgHoverOutlineBefore 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  will-change: background-size;
}
.jinushi-recruit-c-contentsCard .c-contentsCard__thumb:hover::after {
  opacity: 1;
  -webkit-transition: opacity 0s 0s;
  transition: opacity 0s 0s;
  -webkit-animation: lgHoverOutlineAfter 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  animation: lgHoverOutlineAfter 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  will-change: background-size;
}
@media (prefers-reduced-motion: reduce) {
  .jinushi-recruit-c-contentsCard .c-contentsCard__thumb::before, .jinushi-recruit-c-contentsCard .c-contentsCard__thumb::after {
    -webkit-animation: none;
    animation: none;
    -webkit-transition: none;
    transition: none;
  }
  .jinushi-recruit-c-contentsCard .c-contentsCard__thumb:hover::before {
    -webkit-animation: none;
    animation: none;
    opacity: 1;
    background-size: 100% var(--lg-hover-outline-w), var(--lg-hover-outline-w) calc(100% - var(--lg-hover-outline-gap));
  }
  .jinushi-recruit-c-contentsCard .c-contentsCard__thumb:hover::after {
    -webkit-animation: none;
    animation: none;
    opacity: 1;
    background-size: var(--lg-hover-outline-w) 100%, calc(100% - var(--lg-hover-outline-gap)) var(--lg-hover-outline-w);
  }
}
.jinushi-recruit-c-contentsCard .c-contentsCard__thumb .c-contentsCard__movieIcon {
  position: absolute;
  bottom: 1.2rem;
  right: 1.2rem;
  width: 4rem;
  height: 4rem;
  background-color: #E60112;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-contentsCard .c-contentsCard__thumb .c-contentsCard__movieIcon {
    width: 3.2rem;
    height: 3.2rem;
    bottom: 0.8rem;
    right: 0.8rem;
  }
}
.jinushi-recruit-c-contentsCard .c-contentsCard__thumb .c-contentsCard__movieIcon .c-contentsCard__movieIconBefore,
.jinushi-recruit-c-contentsCard .c-contentsCard__thumb .c-contentsCard__movieIcon .c-contentsCard__movieIconAfter {
  grid-area: 1/1;
  -webkit-transition: opacity 0.4s cubic-bezier(0, 0.3, 0.27, 0.89), -webkit-transform 0.4s cubic-bezier(0, 0.3, 0.27, 0.89);
  transition: opacity 0.4s cubic-bezier(0, 0.3, 0.27, 0.89), -webkit-transform 0.4s cubic-bezier(0, 0.3, 0.27, 0.89);
  transition: transform 0.4s cubic-bezier(0, 0.3, 0.27, 0.89), opacity 0.4s cubic-bezier(0, 0.3, 0.27, 0.89);
  transition: transform 0.4s cubic-bezier(0, 0.3, 0.27, 0.89), opacity 0.4s cubic-bezier(0, 0.3, 0.27, 0.89), -webkit-transform 0.4s cubic-bezier(0, 0.3, 0.27, 0.89);
  will-change: transform, opacity;
}
.jinushi-recruit-c-contentsCard .c-contentsCard__thumb .c-contentsCard__movieIcon .c-contentsCard__movieIconBefore {
  width: 1rem;
  height: 0.8rem;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center;
  transform-origin: center;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-contentsCard .c-contentsCard__thumb .c-contentsCard__movieIcon .c-contentsCard__movieIconBefore {
    width: 0.8rem;
    height: 0.6rem;
  }
}
.jinushi-recruit-c-contentsCard .c-contentsCard__thumb .c-contentsCard__movieIcon .c-contentsCard__movieIconAfter {
  width: 2rem;
  height: 1.6rem;
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center;
  transform-origin: center;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-contentsCard .c-contentsCard__thumb .c-contentsCard__movieIcon .c-contentsCard__movieIconAfter {
    width: 1.6rem;
    height: 1.2rem;
  }
}
.jinushi-recruit-c-contentsCard .c-contentsCard__thumb > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  will-change: transform;
}
.jinushi-recruit-c-contentsCard .c-contentsCard__inner:hover .c-contentsCard__movieIcon .c-contentsCard__movieIconBefore {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.jinushi-recruit-c-contentsCard .c-contentsCard__inner:hover .c-contentsCard__movieIcon .c-contentsCard__movieIconAfter {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.jinushi-recruit-c-contentsCard .c-contentsCard__contents {
  padding-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-contentsCard .c-contentsCard__contents {
    gap: 1.6rem;
  }
}
.jinushi-recruit-c-contentsCard .c-contentsCard__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  color: #E60112;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-contentsCard .c-contentsCard__meta {
    gap: 1rem;
    margin-bottom: 0;
  }
}
.jinushi-recruit-c-contentsCard .c-contentsCard__meta .category {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-contentsCard .c-contentsCard__meta .category {
    font-size: 1.3rem;
  }
}
.jinushi-recruit-c-contentsCard .c-contentsCard__meta .date {
  font-family: "Interstate", "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  padding-left: 1.3rem;
}
.jinushi-recruit-c-contentsCard .c-contentsCard__meta .date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15rem;
  bottom: 0.15rem;
  width: 0.1rem;
  background-color: #C9CACA;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-contentsCard .c-contentsCard__meta .date {
    font-size: 1.3rem;
  }
}
.jinushi-recruit-c-contentsCard .c-contentsCard__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #221814;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  -webkit-transition: color 0.3s cubic-bezier(0, 1, 0.64, 1);
  transition: color 0.3s cubic-bezier(0, 1, 0.64, 1);
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-contentsCard .c-contentsCard__title {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
.jinushi-recruit-c-contentsCard .c-contentsCard__tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.jinushi-recruit-c-contentsCard .c-contentsCard__tags .tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.6rem 0.8rem;
  background-color: #EFEFEF;
  color: #221814;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

.jinushi-recruit-c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-pager {
    margin-top: 4rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.jinushi-recruit-c-pager .c-pager__item {
  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;
  min-width: 6.4rem;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 0;
  background-color: #FFFFFF;
  border: 0.1rem solid #C9CACA;
  color: #221814;
  font-family: "Interstate", "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, border-width 0.1s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, border-width 0.1s ease-in-out;
  position: relative;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-pager .c-pager__item {
    min-width: 4.8rem;
    width: 4.8rem;
    height: 4.8rem;
    font-size: 1.6rem;
  }
}
.jinushi-recruit-c-pager .c-pager__item + .c-pager__item {
  margin-left: -0.1rem;
}
.jinushi-recruit-c-pager .c-pager__item:hover {
  opacity: 1;
  border-color: #E60112;
  border-width: 0.2rem;
  color: #E60112;
  z-index: 1;
}
.jinushi-recruit-c-pager .c-pager__item.-current {
  border: 0.2rem solid #E60112;
  color: #E60112;
  z-index: 2;
}
.jinushi-recruit-c-pager .c-pager__item.-dots {
  pointer-events: none;
}
.jinushi-recruit-c-pager .c-pager__item.-prev i, .jinushi-recruit-c-pager .c-pager__item.-next i {
  display: block;
  width: 0.8rem;
  height: 1.3rem;
  background: url("/assets/jinushi-recruit/img/common/pager-next.svg") no-repeat 0 0;
  background-size: 0.8rem 1.3rem;
}
.jinushi-recruit-c-pager .c-pager__item.-prev i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.jinushi-recruit-c-noresult {
  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: 4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-noresult {
    display: block;
    padding-top: 4rem;
  }
}
.jinushi-recruit-c-noresult .c-noresult__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.jinushi-recruit-c-noresult .c-noresult__titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.jinushi-recruit-c-noresult .c-noresult__titleBar {
  width: 0.3rem;
  height: 3.2rem;
  background-color: #E60112;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-noresult .c-noresult__titleBar {
    height: 2.4rem;
  }
}
.jinushi-recruit-c-noresult .c-noresult__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #E60112;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-noresult .c-noresult__title {
    font-size: 2.4rem;
  }
}
.jinushi-recruit-c-noresult .c-noresult__text {
  margin: 3.2rem 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #221814;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-noresult .c-noresult__text {
    margin-top: 2.4rem;
    font-size: 1.5rem;
  }
}
.jinushi-recruit-c-noresult .c-noresult__button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-noresult .c-noresult__button {
    margin-top: 3.2rem;
  }
}

.jinushi-recruit-c-wysiwyg {
  width: 100%;
  padding-left: 0;
  overflow: hidden;
}
.jinushi-recruit-c-wysiwyg h2,
.jinushi-recruit-c-wysiwyg h3,
.jinushi-recruit-c-wysiwyg h4,
.jinushi-recruit-c-wysiwyg p {
  margin: 0;
  letter-spacing: 0.06em;
}
.jinushi-recruit-c-wysiwyg h2 {
  position: relative;
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.4;
  padding: 0 0 0 1.6rem;
  margin: 8rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-wysiwyg h2 {
    font-size: 2.4rem;
    padding: 0 0 0 1.2rem;
    margin: 4rem 0 0 0;
  }
}
.jinushi-recruit-c-wysiwyg h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 0.3rem;
  height: calc(100% - 1.3rem);
  background-color: #E60112;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-wysiwyg h2::before {
    width: 0.2rem;
    top: 0.6rem;
    height: calc(100% - 0.9rem);
  }
}
.jinushi-recruit-c-wysiwyg h3 {
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  font-size: 2.4rem;
  padding: 0;
  margin: 6.4rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-wysiwyg h3 {
    font-size: 2rem;
    margin: 4rem 0 0 0;
  }
}
.jinushi-recruit-c-wysiwyg h4 {
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  padding: 0;
  margin: 4rem 0 0 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-wysiwyg h4 {
    font-size: 1.8rem;
    padding: 0;
    margin: 3.2rem 0 0 0;
  }
}
.jinushi-recruit-c-wysiwyg p {
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.8;
  padding: 0;
  margin: 4rem 0 0 0;
}
.jinushi-recruit-c-wysiwyg p a {
  color: #E60112;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-wysiwyg p {
    font-size: 1.6rem;
    margin: 2.4rem 0 0 0;
  }
}
.jinushi-recruit-c-wysiwyg ul {
  list-style: none;
  margin: 0;
  padding: 4rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-wysiwyg ul {
    padding: 2.4rem 0 0 0;
  }
}
.jinushi-recruit-c-wysiwyg ul li {
  margin: 0;
  padding: 0;
  text-indent: initial;
  padding-left: 4rem;
  position: relative;
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 1.6rem;
}
.jinushi-recruit-c-wysiwyg ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-wysiwyg ul li {
    padding-left: 3.2rem;
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
}
.jinushi-recruit-c-wysiwyg ul li::before {
  content: "";
  position: absolute;
  left: 1.3rem;
  top: 1.6rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  background: url("/assets/jinushi-recruit/img/common/list-icon.svg") no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-wysiwyg ul li::before {
    left: 1.1rem;
    top: 1.5rem;
  }
}
.jinushi-recruit-c-wysiwyg ol {
  list-style: none;
  margin: 4rem 0 0 0;
  padding: 0;
  counter-reset: n;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-wysiwyg ol {
    margin: 2.4rem 0 0 0;
  }
}
.jinushi-recruit-c-wysiwyg ol li {
  position: relative;
  margin: 0;
  padding: 0 0 0 4rem;
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-wysiwyg ol li {
    padding: 0 0 0 3.2rem;
    font-size: 1.6rem;
  }
}
.jinushi-recruit-c-wysiwyg ol li + li {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-wysiwyg ol li + li {
    margin-top: 0.8rem;
  }
}
.jinushi-recruit-c-wysiwyg ol li:before {
  position: absolute;
  left: 0;
  top: 0.3rem;
  content: counter(n, decimal-leading-zero) ".";
  counter-increment: n;
  color: #E60112;
  font-family: "Interstate", "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0;
}
.jinushi-recruit-c-wysiwyg a {
  color: #E60112;
  text-decoration: underline;
}
.jinushi-recruit-c-wysiwyg blockquote {
  border: none;
  background-color: #F5F5F5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #221814;
  padding: 6.4rem;
  margin: 4rem 0 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-wysiwyg blockquote {
    font-size: 1.6rem;
    background-color: #F5F5F5;
    padding: 4.8rem 2.4rem;
    margin: 2.4rem 0 0 0;
  }
}
.jinushi-recruit-c-wysiwyg blockquote::before {
  content: "";
  display: block;
  width: 2.3rem;
  height: 1.4rem;
  background-image: url("/assets/jinushi-recruit/img/common/icon_quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 2rem;
  left: 2rem;
}
.jinushi-recruit-c-wysiwyg blockquote p {
  margin: 0;
  padding: 0;
}
.jinushi-recruit-c-wysiwyg table {
  display: block;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  border-collapse: separate;
  border-spacing: 0.1rem 0;
  margin: 4rem 0 0 0;
  padding: 0 0 1.5rem 0;
  background-color: #FFFFFF;
  max-width: none;
}
.jinushi-recruit-c-wysiwyg table::-webkit-scrollbar {
  height: 0.3rem;
}
.jinushi-recruit-c-wysiwyg table::-webkit-scrollbar-thumb {
  background-color: #221814;
  border-radius: 1rem;
}
.jinushi-recruit-c-wysiwyg table::-webkit-scrollbar-thumb:hover {
  background-color: #191A1B;
}
.jinushi-recruit-c-wysiwyg table tbody, .jinushi-recruit-c-wysiwyg table thead {
  width: 100%;
  display: table;
}
.jinushi-recruit-c-wysiwyg table th {
  background-color: #221814;
  border: none;
  color: #FFFFFF;
  padding: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: left;
  min-width: 28rem;
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-wysiwyg table th {
    font-size: 1.5rem;
    min-width: 26rem;
    width: 26rem;
  }
}
.jinushi-recruit-c-wysiwyg table td {
  border-bottom: none;
  color: #585656;
  padding: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  min-width: 28rem;
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-wysiwyg table td {
    font-size: 1.4rem;
    min-width: 26rem;
    width: 26rem;
  }
}
.jinushi-recruit-c-wysiwyg table th[colspan="2"] {
  min-width: 56rem;
}
.jinushi-recruit-c-wysiwyg table td[colspan="2"] {
  min-width: 56rem;
}
.jinushi-recruit-c-wysiwyg table tr:last-child td {
  border-bottom: 1px solid #DDDDDD;
}
.jinushi-recruit-c-wysiwyg code .hljs-ln {
  margin-top: 0;
  margin-bottom: 0;
}
.jinushi-recruit-c-wysiwyg code .hljs-ln-code, .jinushi-recruit-c-wysiwyg code .hljs-ln-numbers {
  border: none;
  padding: 0;
  min-width: 0.5rem;
}
.jinushi-recruit-c-wysiwyg code .hljs-ln-numbers {
  border-right: 0.1rem solid #ccc;
}
.jinushi-recruit-c-wysiwyg iframe {
  max-width: 100%;
}
.jinushi-recruit-c-wysiwyg img {
  display: block;
  max-width: 100%;
  padding: 4rem 0 3.7rem 0;
  margin: 0;
  height: auto;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-wysiwyg img {
    padding: 2.4rem 0 5.8rem 0;
  }
}
.jinushi-recruit-c-wysiwyg h2:first-child, .jinushi-recruit-c-wysiwyg h3:first-child, .jinushi-recruit-c-wysiwyg h4:first-child, .jinushi-recruit-c-wysiwyg h5:first-child, .jinushi-recruit-c-wysiwyg h6:first-child, .jinushi-recruit-c-wysiwyg p:first-child, .jinushi-recruit-c-wysiwyg ol:first-child, .jinushi-recruit-c-wysiwyg ul:first-child, .jinushi-recruit-c-wysiwyg blockquote:first-child, .jinushi-recruit-c-wysiwyg img:first-child, .jinushi-recruit-c-wysiwyg table:first-child {
  margin-top: 0;
}

.jinushi-recruit-c-form {
  max-width: 80rem;
  margin: 0 auto;
}
.jinushi-recruit-c-form .c-form__item + .c-form__item {
  margin-top: 2.4rem;
}
.jinushi-recruit-c-form .leadgrid-form__row + .leadgrid-form__row {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-form .leadgrid-form__row + .leadgrid-form__row {
    margin-top: 1.6rem;
  }
}
.jinushi-recruit-c-form .c-form__itemLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-form .c-form__itemLabel {
    font-size: 1.6rem;
  }
}
.jinushi-recruit-c-form .c-form__itemLabel.is-required:after {
  content: "必須";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #E60112;
  height: 2.2rem;
  white-space: nowrap;
  padding: 0 1rem;
  border-radius: var(--border-radius);
  margin-right: 0.8rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-form .c-form__itemLabel.is-required:after {
    font-size: 1.1rem;
    height: 2rem;
    padding: 0 0.8rem;
  }
}
.jinushi-recruit-c-form .leadgrid-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.06em;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-form .leadgrid-form__label {
    margin-bottom: 1.2rem;
  }
}
.jinushi-recruit-c-form .leadgrid-form__label.-required::before {
  content: "必須";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #E60112;
  width: 4rem;
  height: 2rem;
  white-space: nowrap;
  padding: 0 0.6rem;
  border-radius: 0;
  margin-right: 0.8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.jinushi-recruit-c-form .leadgrid-form__label:not(.-required)::before {
  content: "任意";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 500;
  color: #E60112;
  background-color: #FFFFFF;
  border: 0.1rem solid #E60112;
  width: 4rem;
  height: 2rem;
  white-space: nowrap;
  padding: 0 0.6rem;
  border-radius: 0;
  margin-right: 0.8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.jinushi-recruit-c-form .leadgrid-form__input,
.jinushi-recruit-c-form .leadgrid-form__textarea,
.jinushi-recruit-c-form .leadgrid-form__select > select {
  -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0.1rem solid #C9CACA;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.06em;
  color: #221814;
}
.jinushi-recruit-c-form .leadgrid-form__input::-webkit-input-placeholder, .jinushi-recruit-c-form .leadgrid-form__textarea::-webkit-input-placeholder, .jinushi-recruit-c-form .leadgrid-form__select > select::-webkit-input-placeholder {
  color: #9EA0A0;
  opacity: 1;
}
.jinushi-recruit-c-form .leadgrid-form__input::-moz-placeholder, .jinushi-recruit-c-form .leadgrid-form__textarea::-moz-placeholder, .jinushi-recruit-c-form .leadgrid-form__select > select::-moz-placeholder {
  color: #9EA0A0;
  opacity: 1;
}
.jinushi-recruit-c-form .leadgrid-form__input:-ms-input-placeholder, .jinushi-recruit-c-form .leadgrid-form__textarea:-ms-input-placeholder, .jinushi-recruit-c-form .leadgrid-form__select > select:-ms-input-placeholder {
  color: #9EA0A0;
  opacity: 1;
}
.jinushi-recruit-c-form .leadgrid-form__input::-ms-input-placeholder, .jinushi-recruit-c-form .leadgrid-form__textarea::-ms-input-placeholder, .jinushi-recruit-c-form .leadgrid-form__select > select::-ms-input-placeholder {
  color: #9EA0A0;
  opacity: 1;
}
.jinushi-recruit-c-form .leadgrid-form__input::placeholder,
.jinushi-recruit-c-form .leadgrid-form__textarea::placeholder,
.jinushi-recruit-c-form .leadgrid-form__select > select::placeholder {
  color: #9EA0A0;
  opacity: 1;
}
.jinushi-recruit-c-form .leadgrid-form__input:focus,
.jinushi-recruit-c-form .leadgrid-form__textarea:focus,
.jinushi-recruit-c-form .leadgrid-form__select > select:focus {
  border-color: #C9CACA;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.jinushi-recruit-c-form .leadgrid-form__input option,
.jinushi-recruit-c-form .leadgrid-form__textarea option,
.jinushi-recruit-c-form .leadgrid-form__select > select option {
  color: #221814;
}
.jinushi-recruit-c-form .leadgrid-form__input,
.jinushi-recruit-c-form .leadgrid-form__select > select {
  height: 6.4rem;
  padding: 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-form .leadgrid-form__input,
  .jinushi-recruit-c-form .leadgrid-form__select > select {
    padding: 0 1.4rem;
    height: 5.6rem;
  }
}
.jinushi-recruit-c-form .leadgrid-form__textarea {
  height: 30rem;
  padding: 2.4rem;
  resize: both;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-form .leadgrid-form__textarea {
    height: 20rem;
    padding: 1.6rem;
  }
}
.jinushi-recruit-c-form .c-form__input,
.jinushi-recruit-c-form .c-form__textarea,
.jinushi-recruit-c-form .c-form__select > select {
  -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  width: 100%;
  background-color: #F5F5F5;
  border-radius: var(--border-radius);
  font-size: 1.5rem;
}
.jinushi-recruit-c-form .c-form__input::-webkit-input-placeholder, .jinushi-recruit-c-form .c-form__textarea::-webkit-input-placeholder, .jinushi-recruit-c-form .c-form__select > select::-webkit-input-placeholder {
  color: var(--color-base-text);
  opacity: 0.3;
}
.jinushi-recruit-c-form .c-form__input::-moz-placeholder, .jinushi-recruit-c-form .c-form__textarea::-moz-placeholder, .jinushi-recruit-c-form .c-form__select > select::-moz-placeholder {
  color: var(--color-base-text);
  opacity: 0.3;
}
.jinushi-recruit-c-form .c-form__input:-ms-input-placeholder, .jinushi-recruit-c-form .c-form__textarea:-ms-input-placeholder, .jinushi-recruit-c-form .c-form__select > select:-ms-input-placeholder {
  color: var(--color-base-text);
  opacity: 0.3;
}
.jinushi-recruit-c-form .c-form__input::-ms-input-placeholder, .jinushi-recruit-c-form .c-form__textarea::-ms-input-placeholder, .jinushi-recruit-c-form .c-form__select > select::-ms-input-placeholder {
  color: var(--color-base-text);
  opacity: 0.3;
}
.jinushi-recruit-c-form .c-form__input::placeholder,
.jinushi-recruit-c-form .c-form__textarea::placeholder,
.jinushi-recruit-c-form .c-form__select > select::placeholder {
  color: var(--color-base-text);
  opacity: 0.3;
}
.jinushi-recruit-c-form .c-form__input:focus,
.jinushi-recruit-c-form .c-form__textarea:focus,
.jinushi-recruit-c-form .c-form__select > select:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.24rem rgba(134, 183, 254, 0.005);
  box-shadow: 0 0 0 0.24rem rgba(134, 183, 254, 0.005);
}
.jinushi-recruit-c-form .c-form__input,
.jinushi-recruit-c-form .c-form__select > select {
  height: 4.8rem;
  padding: 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-form .c-form__input,
  .jinushi-recruit-c-form .c-form__select > select {
    padding: 0 1.6rem;
  }
}
.jinushi-recruit-c-form .c-form__textarea {
  min-height: 24rem;
  padding: 2.4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-form .c-form__textarea {
    min-height: 20rem;
    padding: 1.6rem;
  }
}
.jinushi-recruit-c-form .leadgrid-form__select {
  position: relative;
}
.jinushi-recruit-c-form .leadgrid-form__select > select {
  cursor: pointer;
  padding-right: 4.8rem;
}
.jinushi-recruit-c-form .leadgrid-form__select::before {
  content: " ";
  display: block;
  position: absolute;
  pointer-events: none;
  width: 0.1rem;
  height: 1.3rem;
  background-color: #C9CACA;
  top: 50%;
  right: 6.1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-form .leadgrid-form__select::before {
    display: none;
  }
}
.jinushi-recruit-c-form .leadgrid-form__select::after {
  content: " ";
  display: block;
  position: absolute;
  pointer-events: none;
  background-image: url("/assets/jinushi-recruit/img/common/select.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.3rem;
  height: 0.8rem;
  top: 50%;
  right: 2.4rem;
  margin-top: -0.4rem;
}
.jinushi-recruit-c-form .c-form__select {
  position: relative;
}
.jinushi-recruit-c-form .c-form__select > select {
  cursor: pointer;
  padding-right: 4.8rem;
}
.jinushi-recruit-c-form .c-form__select:before {
  content: " ";
  display: block;
  position: absolute;
  pointer-events: none;
  width: 0.1rem;
  height: 1.3rem;
  background-color: #C9CACA;
  top: 50%;
  right: 6.1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.jinushi-recruit-c-form .c-form__select:after {
  content: " ";
  display: block;
  position: absolute;
  pointer-events: none;
  background-image: url("/assets/jinushi-recruit/img/common/select.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.3rem;
  height: 0.8rem;
  top: 50%;
  right: 2.4rem;
  margin-top: -0.4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-form .c-form__select:after {
    right: 1.6rem;
  }
}
.jinushi-recruit-c-form .c-form__radio + .c-form__radio {
  margin-top: 1.6rem;
}
.c-form__item .jinushi-recruit-c-form .c-form__radio {
  padding-left: 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-form__item .jinushi-recruit-c-form .c-form__radio {
    padding-left: 2rem;
  }
}
.c-form__item .jinushi-recruit-c-form .c-form__radio:first-of-type {
  margin-top: 2.2rem;
}
.jinushi-recruit-c-form .c-form__radio > label {
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jinushi-recruit-c-form .c-form__radio > label input[type=radio] {
  display: none;
}
.jinushi-recruit-c-form .c-form__radio > label input[type=radio]:checked + .c-form__radioLabel:after {
  content: " ";
  display: block;
  min-width: 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: var(--color-base-text);
  position: absolute;
  top: 50%;
  margin-top: -0.6rem;
  left: 0.5rem;
}
.jinushi-recruit-c-form .c-form__radio .c-form__radioLabel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  position: relative;
  cursor: pointer;
}
.jinushi-recruit-c-form .c-form__radio .c-form__radioLabel:before {
  content: " ";
  display: block;
  margin-right: 0.8rem;
  min-width: 2.2rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  border: 0.2rem solid var(--color-base-text);
}
.jinushi-recruit-c-form .c-form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jinushi-recruit-c-form .c-form__checkbox label {
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jinushi-recruit-c-form .c-form__checkbox input[type=checkbox] {
  display: none;
}
.jinushi-recruit-c-form .c-form__checkbox input[type=checkbox]:checked + .c-form__checkboxLabel:after {
  content: " ";
  display: block;
  width: 0.8rem;
  height: 1.4rem;
  border-bottom: 0.3rem solid var(--color-base-text);
  border-right: 0.3rem solid var(--color-base-text);
  border-radius: 0.2rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 1.2rem;
  margin-top: -0.8rem;
}
.jinushi-recruit-c-form .c-form__checkboxLabel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1em;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  cursor: pointer;
  position: relative;
  gap: 1.6rem;
}
.jinushi-recruit-c-form .c-form__checkboxLabel:before {
  content: " ";
  display: block;
  min-width: 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #FFFFFF;
  border: 0.1rem solid #C9CACA;
  border-radius: 0;
  margin-right: 0;
}
.jinushi-recruit-c-form .c-form__agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 2.4rem;
}
.jinushi-recruit-c-form .c-form__agree .c-form__checkbox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.jinushi-recruit-c-form .c-form__agree .privacy {
  color: #727070;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: left;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-form .c-form__agree .privacy {
    line-height: 1.4;
  }
}
.jinushi-recruit-c-form .c-form__agree .privacy a {
  color: #727070;
}
.jinushi-recruit-c-form .c-form__agreeText,
.jinushi-recruit-c-form .c-form__agreeText_not_scroll {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.06em;
  margin: 0;
  text-align: left;
}
.jinushi-recruit-c-form .c-form__agreeText a,
.jinushi-recruit-c-form .c-form__agreeText_not_scroll a {
  color: var(--color-base-text);
}
.jinushi-recruit-c-form .c-form__agreeText div,
.jinushi-recruit-c-form .c-form__agreeText_not_scroll div {
  text-align: left !important;
  line-height: 1.4;
}
.jinushi-recruit-c-form .c-form__agreeText_not_scroll {
  margin-top: 1.6rem;
}
.jinushi-recruit-c-form .c-form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
}
.jinushi-recruit-c-form .c-form__checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
}
.jinushi-recruit-c-form .c-form__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-form .c-form__action {
    margin-top: 4rem;
  }
}
.jinushi-recruit-c-form .leadgrid-form__file {
  position: relative;
}
.jinushi-recruit-c-form .leadgrid-form__file .leadgrid-form__file-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 6.4rem;
  padding: 0 2.4rem;
  border: 0.1rem solid #C9CACA;
  background-color: #FFFFFF;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.06em;
  color: #221814;
  gap: 0.8rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-form .leadgrid-form__file .leadgrid-form__file-label {
    height: 5.6rem;
    margin-top: 2.4rem;
  }
}
.jinushi-recruit-c-form .leadgrid-form__file .leadgrid-form__file-label img {
  display: none;
}
.jinushi-recruit-c-form .leadgrid-form__file .leadgrid-form__file-label::after {
  content: " ";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("/assets/jinushi-recruit/img/common/file.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}
.jinushi-recruit-c-form .leadgrid-form__file .leadgrid-form__file-caution {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.06em;
  color: #727070;
  margin: 0;
  position: absolute;
  right: 0;
  top: -3.6rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-c-form .leadgrid-form__file .leadgrid-form__file-caution {
    top: -2.4rem;
    font-size: 1.2rem;
    right: initial;
    top: 0;
    left: 0;
  }
}
.jinushi-recruit-c-form .leadgrid-form__file .leadgrid-form__file-caution > span {
  display: none;
}
.jinushi-recruit-c-form .leadgrid-form__error {
  font-size: 1.4rem;
  color: #E60112;
  margin-top: 0.8rem;
}

.jinushi-recruit-s-mainvisual {
  position: relative;
  width: 100%;
  min-height: 76.7rem;
  min-height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-mainvisual {
    min-height: 100dvh;
    min-height: -webkit-fill-available;
  }
}
.jinushi-recruit-s-mainvisual .s-mainvisual__inner {
  border: none;
  background-image: linear-gradient(to right, #FFFFFF 0%, #FFFFFF 100%), linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF calc(100% - 36px), transparent calc(100% - 36px)), linear-gradient(to right, transparent 0%, transparent 36px, #FFFFFF 36px, #FFFFFF 100%), linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 100%);
  background-size: 100% 0.2rem, 0.2rem calc(100% - 36px), calc(100% - 36px) 0.2rem, 0.2rem 100%;
  background-position: top left, top left, bottom right, top right;
  background-repeat: no-repeat;
  position: relative;
  min-height: 71.9rem;
  min-height: calc(100vh - 4.8rem);
  margin: 2.4rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-mainvisual .s-mainvisual__inner {
    border: none;
    background-image: linear-gradient(to right, #FFFFFF 0%, #FFFFFF 100%), linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF calc(100% - 12px), transparent calc(100% - 12px)), linear-gradient(to right, transparent 0%, transparent 12px, #FFFFFF 12px, #FFFFFF 100%), linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 100%);
    background-size: 100% 0.2rem, 0.2rem calc(100% - 12px), calc(100% - 12px) 0.2rem, 0.2rem 100%;
    background-position: top left, top left, bottom right, top right;
    background-repeat: no-repeat;
    min-height: calc(100dvh - 1.6rem);
    min-height: calc(-webkit-fill-available - 1.6rem);
    margin: 0.8rem;
  }
}
.jinushi-recruit-s-mainvisual .s-mainvisual__title {
  position: absolute;
  left: 9.2rem;
  bottom: 5.6rem;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 9.6rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-mainvisual .s-mainvisual__title {
    font-size: 4.4rem;
    left: 1.8rem;
    bottom: 2.4rem;
  }
}
.jinushi-recruit-s-mainvisual .s-mainvisual__title .s-mainvisual__title-image {
  height: 10.239rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-mainvisual .s-mainvisual__title .s-mainvisual__title-image {
    height: 12.5rem;
  }
}
.jinushi-recruit-s-mainvisual .s-mainvisual__title .s-mainvisual__title-line2 {
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-mainvisual .s-mainvisual__title .s-mainvisual__title-line2 {
    margin-left: 0;
  }
}
.jinushi-recruit-s-mainvisual .s-mainvisual__title .s-mainvisual__title-line3 {
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-mainvisual .s-mainvisual__title .s-mainvisual__title-line3 {
    margin-left: 0.7rem;
  }
}
.jinushi-recruit-s-mainvisual .s-mainvisual__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}
.jinushi-recruit-s-mainvisual.leadgridCms-onlyInnerWorkspace .s-mainvisual__background {
  z-index: 1;
}
.jinushi-recruit-s-mainvisual.leadgridCms-onlyInnerWorkspace .s-mainvisual__inner {
  z-index: 2;
}

.jinushi-recruit-s-topBusiness {
  position: relative;
  width: 100%;
  padding: 12rem 0 20rem 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness {
    padding: 8rem 0;
    overflow: hidden;
  }
}
.jinushi-recruit-s-topBusiness .jinushi-recruit-c-inner {
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness .jinushi-recruit-c-inner {
    padding: 0 2.4rem;
  }
}
.jinushi-recruit-s-topBusiness .s-topBusiness__topTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-bottom: 9.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness .s-topBusiness__topTitle {
    font-size: 2rem;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 6.4rem;
  }
}
.jinushi-recruit-s-topBusiness .s-topBusiness__topTitle .s-topBusiness__height {
  height: 1.8rem;
  display: block;
}
.jinushi-recruit-s-topBusiness .jinushi-recruit-c-sectionHeader {
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness .jinushi-recruit-c-sectionHeader {
    margin-bottom: 3.2rem;
  }
}
.jinushi-recruit-s-topBusiness .s-topBusiness__titleWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness .s-topBusiness__titleWrapper {
    margin-bottom: 4rem;
  }
}
.jinushi-recruit-s-topBusiness .s-topBusiness__titleWrapper .s-topBusiness__text {
  color: #323232;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness .s-topBusiness__titleWrapper .s-topBusiness__text {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.jinushi-recruit-s-topBusiness .s-topBusiness__titleWrapper .s-topBusiness__text .s-topBusiness__text-highlight {
  display: block;
  height: 2.4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness .s-topBusiness__titleWrapper .s-topBusiness__text .s-topBusiness__text-highlight {
    height: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness .s-topBusiness__titleWrapper .jinushi-recruit-c-button {
    display: none;
  }
}
.jinushi-recruit-s-topBusiness .s-topBusiness__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8rem;
  margin-bottom: 11.4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness .s-topBusiness__content {
    display: block;
    gap: 0;
    margin-bottom: 4rem;
    position: relative;
  }
}
.jinushi-recruit-s-topBusiness .s-topBusiness__content .s-topBusiness__contentImage {
  position: relative;
  width: 60rem;
  height: 42.9rem;
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness .s-topBusiness__content .s-topBusiness__contentImage {
    position: absolute;
    top: 50%;
    right: -5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 26rem;
    height: 18.6rem;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    -webkit-transition: -webkit-transform 0.8s ease;
    transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  }
}
.jinushi-recruit-s-topBusiness .s-topBusiness__content .s-topBusiness__contentImage.is-step1 {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness .s-topBusiness__content .s-topBusiness__contentImage.is-step1 {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
}
.jinushi-recruit-s-topBusiness .s-topBusiness__content .s-topBusiness__contentImage .s-topBusiness__buildingImage {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  width: 44.4rem;
  height: 34rem;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness .s-topBusiness__content .s-topBusiness__contentImage .s-topBusiness__buildingImage {
    width: 19.24rem;
    height: 14.7rem;
  }
}
.jinushi-recruit-s-topBusiness .s-topBusiness__content .s-topBusiness__contentImage .s-topBusiness__landImage {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60rem;
  height: 34.7rem;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness .s-topBusiness__content .s-topBusiness__contentImage .s-topBusiness__landImage {
    width: 26rem;
    height: 15rem;
  }
}
.jinushi-recruit-s-topBusiness .s-topBusiness__content .s-topBusiness__contentImage .s-topBusiness__rentalImage {
  position: absolute;
  bottom: 8.8rem;
  left: 12.4rem;
  width: 8.5rem;
  height: 12.2rem;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness .s-topBusiness__content .s-topBusiness__contentImage .s-topBusiness__rentalImage {
    width: 3.7rem;
    height: 5.3rem;
    bottom: 3.8rem;
    left: 5.4rem;
  }
}
.jinushi-recruit-s-topBusiness .s-topBusiness__content .s-topBusiness__contentImage.is-step2 .s-topBusiness__buildingImage {
  -webkit-transform: translateX(-50%) translateY(-3rem);
  transform: translateX(-50%) translateY(-3rem);
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness .s-topBusiness__content .s-topBusiness__contentImage.is-step2 .s-topBusiness__buildingImage {
    -webkit-transform: translateX(-50%) translateY(-1.5rem);
    transform: translateX(-50%) translateY(-1.5rem);
  }
}
.jinushi-recruit-s-topBusiness .s-topBusiness__content .s-topBusiness__contentImage.is-step2 .s-topBusiness__rentalImage {
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness .s-topBusiness__content .s-topBusiness__contentImage.is-step2 .s-topBusiness__rentalImage {
    -webkit-transform: translateY(1.5rem);
    transform: translateY(1.5rem);
  }
}
.jinushi-recruit-s-topBusiness .s-topBusiness__content .s-topBusiness__contentImage.is-step2 .s-topBusiness__landImage {
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness .s-topBusiness__content .s-topBusiness__contentImage.is-step2 .s-topBusiness__landImage {
    -webkit-transform: translateY(1.5rem);
    transform: translateY(1.5rem);
  }
}
.jinushi-recruit-s-topBusiness .s-topBusiness__content .s-topBusiness__contentText {
  width: 52rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness .s-topBusiness__content .s-topBusiness__contentText {
    width: 13.7rem;
  }
}
.jinushi-recruit-s-topBusiness .s-topBusiness__content .s-topBusiness__contentText.is-step2 {
  opacity: 1;
}
.jinushi-recruit-s-topBusiness .s-topBusiness__content .s-topBusiness__contentText .s-topBusiness__textTop {
  background: #F5F5F5;
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 2.4rem 0;
  width: 100%;
  -webkit-transform: translateY(2.4rem);
  transform: translateY(2.4rem);
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness .s-topBusiness__content .s-topBusiness__contentText .s-topBusiness__textTop {
    padding: 0.8rem;
    font-size: 1.2rem;
  }
}
.jinushi-recruit-s-topBusiness .s-topBusiness__content .s-topBusiness__contentText .s-topBusiness__textMiddleWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness .s-topBusiness__content .s-topBusiness__contentText .s-topBusiness__textMiddleWrapper {
    gap: 1.2rem;
  }
}
.jinushi-recruit-s-topBusiness .s-topBusiness__content .s-topBusiness__contentText .s-topBusiness__textMiddleWrapper .s-topBusiness__textMiddleTopImage {
  width: 1.3rem;
  height: 0.8rem;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translateY(0.4rem);
  transform: translateY(0.4rem);
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.jinushi-recruit-s-topBusiness .s-topBusiness__content .s-topBusiness__contentText .s-topBusiness__textMiddleWrapper .s-topBusiness__textMiddle {
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness .s-topBusiness__content .s-topBusiness__contentText .s-topBusiness__textMiddleWrapper .s-topBusiness__textMiddle {
    font-size: 1.2rem;
  }
}
.jinushi-recruit-s-topBusiness .s-topBusiness__content .s-topBusiness__contentText .s-topBusiness__textMiddleWrapper .s-topBusiness__textMiddleBottomImage {
  width: 1.3rem;
  height: 0.8rem;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  -webkit-transform: translateY(-0.4rem);
  transform: translateY(-0.4rem);
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.jinushi-recruit-s-topBusiness .s-topBusiness__content .s-topBusiness__contentText .s-topBusiness__textBottom {
  background: #FEF2F3;
  color: #E60112;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 2.4rem 0;
  width: 100%;
  -webkit-transform: translateY(-2.4rem);
  transform: translateY(-2.4rem);
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness .s-topBusiness__content .s-topBusiness__contentText .s-topBusiness__textBottom {
    padding: 0.8rem;
    font-size: 1.2rem;
  }
}
.jinushi-recruit-s-topBusiness .s-topBusiness__content .s-topBusiness__contentText.is-step2 .s-topBusiness__textTop {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.jinushi-recruit-s-topBusiness .s-topBusiness__content .s-topBusiness__contentText.is-step2 .s-topBusiness__textMiddleTopImage {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.jinushi-recruit-s-topBusiness .s-topBusiness__content .s-topBusiness__contentText.is-step2 .s-topBusiness__textMiddleBottomImage {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.jinushi-recruit-s-topBusiness .s-topBusiness__content .s-topBusiness__contentText.is-step2 .s-topBusiness__textBottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.jinushi-recruit-s-topBusiness .s-topBusiness__spButton {
  display: none;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness .s-topBusiness__spButton {
    display: block;
    margin-bottom: 6.4rem;
  }
}
.jinushi-recruit-s-topBusiness .s-topBusiness__imageWrapper {
  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.2rem;
  height: 36rem;
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness .s-topBusiness__imageWrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 3.2rem;
  }
}
.jinushi-recruit-s-topBusiness .s-topBusiness__imageWrapper .s-topBusiness__imageLeft,
.jinushi-recruit-s-topBusiness .s-topBusiness__imageWrapper .s-topBusiness__imageRight {
  width: calc((100% - 0.2rem) / 2);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness .s-topBusiness__imageWrapper .s-topBusiness__imageLeft,
  .jinushi-recruit-s-topBusiness .s-topBusiness__imageWrapper .s-topBusiness__imageRight {
    width: 100%;
    height: 18.8rem;
  }
}
.jinushi-recruit-s-topBusiness .s-topBusiness__imageWrapper .s-topBusiness__imageOverlayText {
  border: 0.2rem solid #FFFFFF;
  background: #E60112;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 2.4rem 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 1.4rem 0;
  width: 32rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness .s-topBusiness__imageWrapper .s-topBusiness__imageOverlayText {
    width: 24rem;
    font-size: 1.8rem;
    padding: 1.1rem 0;
  }
}
.jinushi-recruit-s-topBusiness .s-topBusiness__textWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6rem;
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness .s-topBusiness__textWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.8rem;
    margin-bottom: 2.4rem;
  }
}
.jinushi-recruit-s-topBusiness .s-topBusiness__textWrapper .s-topBusiness__textLeft,
.jinushi-recruit-s-topBusiness .s-topBusiness__textWrapper .s-topBusiness__textRight {
  padding: 1.6rem 0 0 0;
  width: calc((100% - 6rem) / 2);
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness .s-topBusiness__textWrapper .s-topBusiness__textLeft,
  .jinushi-recruit-s-topBusiness .s-topBusiness__textWrapper .s-topBusiness__textRight {
    padding: 0;
    width: 100%;
  }
}
.jinushi-recruit-s-topBusiness .s-topBusiness__textWrapper .s-topBusiness__textSeparator {
  position: absolute;
  left: 50%;
  top: 0rem;
  bottom: 3rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0.2rem;
  background: repeating-linear-gradient(to bottom, #9EA0A0 0, #9EA0A0 0.2rem, transparent 0.2rem, transparent 0.8rem);
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness .s-topBusiness__textWrapper .s-topBusiness__textSeparator {
    position: relative;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 0.2rem;
    width: 100%;
    background: repeating-linear-gradient(to right, #9EA0A0 0, #9EA0A0 0.2rem, transparent 0.2rem, transparent 0.8rem);
  }
}
.jinushi-recruit-s-topBusiness .s-topBusiness__textWrapper .s-topBusiness__textSeparator::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 4.4rem;
  height: 4.4rem;
  background: url("/assets/jinushi-recruit/img/top/about/icon-x.svg") no-repeat center center/contain;
}
.jinushi-recruit-s-topBusiness .s-topBusiness__textWrapper .s-topBusiness__textTitle {
  color: #E60112;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-bottom: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness .s-topBusiness__textWrapper .s-topBusiness__textTitle {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
}
.jinushi-recruit-s-topBusiness .s-topBusiness__textWrapper .s-topBusiness__textContent {
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness .s-topBusiness__textWrapper .s-topBusiness__textContent {
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: left;
  }
}
.jinushi-recruit-s-topBusiness .s-topBusiness__textWrapper .s-topBusiness__textButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.4rem;
}
.jinushi-recruit-s-topBusiness .s-topBusiness__bottomWrapper {
  border-bottom: 0.1rem solid #221814;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness .s-topBusiness__bottomWrapper {
    padding-bottom: 3.2rem;
  }
}
.jinushi-recruit-s-topBusiness .s-topBusiness__bottomWrapper .s-topBusiness__bottomSeparator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.3rem;
  width: 100%;
  margin: 0 0 3rem 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness .s-topBusiness__bottomWrapper .s-topBusiness__bottomSeparator {
    margin: 0 0 2.4rem 0;
  }
}
.jinushi-recruit-s-topBusiness .s-topBusiness__bottomWrapper .s-topBusiness__bottomSeparator .s-topBusiness__bottomLine {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 0.1rem;
  background-color: #221814;
}
.jinushi-recruit-s-topBusiness .s-topBusiness__bottomWrapper .s-topBusiness__bottomSeparator .s-topBusiness__bottomArrow {
  width: 3.4rem;
  height: 1.8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness .s-topBusiness__bottomWrapper .s-topBusiness__bottomSeparator .s-topBusiness__bottomArrow {
    width: 2.4rem;
    height: 1.3rem;
  }
}
.jinushi-recruit-s-topBusiness .s-topBusiness__bottomWrapper .s-topBusiness__bottomTitle {
  color: #E60112;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness .s-topBusiness__bottomWrapper .s-topBusiness__bottomTitle {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.jinushi-recruit-s-topBusiness .s-topBusiness__bottomWrapper .s-topBusiness__bottomText {
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topBusiness .s-topBusiness__bottomWrapper .s-topBusiness__bottomText {
    font-size: 1.6rem;
  }
}

.jinushi-recruit-s-topEnvironment {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topEnvironment {
    background: #F5F5F5;
    padding: 0 0 8rem;
  }
}
.jinushi-recruit-s-topEnvironment .jinushi-recruit-c-inner {
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 11.2rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topEnvironment .jinushi-recruit-c-inner {
    padding: 0;
    gap: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topEnvironment .s-topEnvironment__content {
    width: 100%;
    aspect-ratio: 1/1;
    position: relative;
    padding: 6.4rem 2.4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topEnvironment .jinushi-recruit-c-sectionHeader {
    margin-bottom: 0;
  }
}
.jinushi-recruit-s-topEnvironment .s-topEnvironment__buttonWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topEnvironment .s-topEnvironment__buttonWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -6.4rem;
    width: calc(100% - 4.8rem);
    margin-left: 2.4rem;
  }
}
.jinushi-recruit-s-topEnvironment .s-topEnvironment__buttonCard {
  width: calc(50% - 0.2rem);
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topEnvironment .s-topEnvironment__buttonCard {
    width: 100%;
  }
}
.jinushi-recruit-s-topEnvironment .s-topEnvironment__buttonCardLink {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #FFFFFF;
  padding: 6.4rem 4.8rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topEnvironment .s-topEnvironment__buttonCardLink {
    padding: 4rem 2.4rem 2.4rem;
    gap: 2.4rem;
  }
}
.jinushi-recruit-s-topEnvironment .s-topEnvironment__buttonCardLink .jinushi-recruit-c-button-2 {
  padding: 0 0 4rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topEnvironment .s-topEnvironment__buttonCardLink .jinushi-recruit-c-button-2 {
    padding: 0 0 2.4rem;
    width: 100%;
  }
}
.jinushi-recruit-s-topEnvironment .s-topEnvironment__buttonCardLink .jinushi-recruit-c-button-2 .c-button-2__title {
  font-size: 3.2rem;
  line-height: 1em;
  -webkit-transition: color 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: color 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topEnvironment .s-topEnvironment__buttonCardLink .jinushi-recruit-c-button-2 .c-button-2__title {
    font-size: 2rem;
  }
}
.jinushi-recruit-s-topEnvironment .s-topEnvironment__buttonCardLink .jinushi-recruit-c-button-2 .c-button-2__arrowIcon {
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: -webkit-transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8), -webkit-transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
.jinushi-recruit-s-topEnvironment .s-topEnvironment__buttonCardLink .jinushi-recruit-c-button-2::after {
  -webkit-transition: width 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: width 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
.jinushi-recruit-s-topEnvironment .s-topEnvironment__buttonCardLink:hover {
  opacity: 1;
}
.jinushi-recruit-s-topEnvironment .s-topEnvironment__buttonCardLink:hover .jinushi-recruit-c-button-2::after {
  width: 100%;
}
.jinushi-recruit-s-topEnvironment .s-topEnvironment__buttonCardLink:hover .jinushi-recruit-c-button-2 .c-button-2__title {
  color: #E60112;
}
.jinushi-recruit-s-topEnvironment .s-topEnvironment__buttonCardLink:hover .jinushi-recruit-c-button-2 .c-button-2__arrowIcon {
  -webkit-transform: translateX(0.4rem);
  transform: translateX(0.4rem);
}
.jinushi-recruit-s-topEnvironment .s-topEnvironment__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.jinushi-recruit-s-topEnvironment.leadgridCms-onlyInnerWorkspace .s-topEnvironment__background {
  z-index: 1;
}
.jinushi-recruit-s-topEnvironment.leadgridCms-onlyInnerWorkspace .jinushi-recruit-c-inner {
  z-index: 2;
}

.jinushi-recruit-s-topStories {
  position: relative;
  width: 100%;
  padding: 20rem 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topStories {
    padding: 0 0 8rem 0;
  }
}
.jinushi-recruit-s-topStories .jinushi-recruit-c-inner {
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topStories .jinushi-recruit-c-inner {
    padding: 0 2.4rem;
  }
}
.jinushi-recruit-s-topStories .s-topStories__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 11.2rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topStories .s-topStories__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.8rem;
    margin-bottom: 4.8rem;
  }
}
.jinushi-recruit-s-topStories .jinushi-recruit-c-sectionHeader {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.jinushi-recruit-s-topStories .s-topStories__headerText {
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0.06em;
  max-width: 50.8rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topStories .s-topStories__headerText {
    font-size: 1.6rem;
    line-height: 1.8;
    max-width: 100%;
    margin-bottom: 0;
  }
}
.jinushi-recruit-s-topStories .s-topStories__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem;
  margin-bottom: 9.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topStories .s-topStories__list {
    grid-template-columns: 1fr;
    gap: 4rem;
    margin-bottom: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topStories .s-topStories__listItem.-hidden {
    display: none;
  }
  .jinushi-recruit-s-topStories .s-topStories__listItem.-showPreview {
    position: relative;
    overflow: hidden;
    height: 8rem;
    cursor: pointer;
  }
  .jinushi-recruit-s-topStories .s-topStories__listItem.-showPreview::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 8rem;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(34, 24, 20, 0.7)), to(rgba(34, 24, 20, 0)));
    background: linear-gradient(360deg, rgba(34, 24, 20, 0.7) 0%, rgba(34, 24, 20, 0) 100%);
    z-index: 2;
  }
  .jinushi-recruit-s-topStories .s-topStories__listItem.-showPreview::after {
    content: "もっと見る";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.06em;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.8rem;
    padding-right: 2.6rem;
    background-image: url("/assets/jinushi-recruit/img/top/stories/more-arrow.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1.6rem 1.6rem;
  }
  .jinushi-recruit-s-topStories .s-topStories__listItem.-showPreview .jinushi-recruit-c-contentsCard {
    position: relative;
    z-index: 1;
  }
}
.jinushi-recruit-s-topStories .s-topStories__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.jinushi-recruit-s-topCases {
  position: relative;
  width: 100%;
  padding: 20rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topCases {
    padding: 8rem 0;
  }
}
.jinushi-recruit-s-topCases .jinushi-recruit-c-inner {
  max-width: 124rem;
  padding: 0 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topCases .jinushi-recruit-c-inner {
    padding: 0 2.4rem;
  }
}
.jinushi-recruit-s-topCases .s-topCases__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 11.2rem;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topCases .s-topCases__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.8rem;
    margin-bottom: 4.8rem;
  }
}
.jinushi-recruit-s-topCases .s-topCases__headerLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6.4rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topCases .s-topCases__headerLeft {
    gap: 2.4rem;
  }
}
.jinushi-recruit-s-topCases .jinushi-recruit-c-sectionHeader {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.jinushi-recruit-s-topCases .s-topCases__headerText {
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topCases .s-topCases__headerText {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.jinushi-recruit-s-topCases .s-topCases__navigation {
  position: relative;
  width: 12.7rem;
  height: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topCases .s-topCases__navigation {
    display: none;
  }
}
.jinushi-recruit-s-topCases .s-topCases__navigationPrev,
.jinushi-recruit-s-topCases .s-topCases__navigationNext {
  width: 6.4rem;
  height: 6.4rem;
  border: 0.1rem solid #C9CACA;
  background-color: #FFFFFF;
  margin: 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;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, border-width 0.1s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, border-width 0.1s ease-in-out;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.jinushi-recruit-s-topCases .s-topCases__navigationPrev::after,
.jinushi-recruit-s-topCases .s-topCases__navigationNext::after {
  content: "";
  width: 0.778rem;
  height: 1.273rem;
  background-image: url("/assets/jinushi-recruit/img/top/cases/cases-next.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.jinushi-recruit-s-topCases .s-topCases__navigationPrev:hover,
.jinushi-recruit-s-topCases .s-topCases__navigationNext:hover {
  opacity: 1;
  border-color: #E60112;
  border-width: 0.2rem;
  z-index: 1;
}
.jinushi-recruit-s-topCases .s-topCases__navigationPrev.swiper-button-disabled,
.jinushi-recruit-s-topCases .s-topCases__navigationNext.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.jinushi-recruit-s-topCases .s-topCases__navigationPrev::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.jinushi-recruit-s-topCases .s-topCases__paginationWrapper {
  display: none;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topCases .s-topCases__paginationWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: 4.8rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    margin-top: 4rem;
  }
}
.jinushi-recruit-s-topCases .s-topCases__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: auto;
  height: 4.8rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0;
  margin-left: -0.1rem;
}
.jinushi-recruit-s-topCases .s-topCases__pagination .swiper-pagination-bullet {
  width: 4.8rem;
  height: 4.8rem;
  border: 1px solid #EFEFEF;
  border-radius: 0;
  background-color: #FFFFFF;
  opacity: 1;
  margin: 0;
  margin-left: -0.1rem;
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  font-family: "Interstate", "Montserrat", sans-serif;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  color: #221814;
}
.jinushi-recruit-s-topCases .s-topCases__pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.jinushi-recruit-s-topCases .s-topCases__pagination .swiper-pagination-bullet-active {
  border: 2px solid #E60112;
  color: #E60112;
  z-index: 1;
}
.jinushi-recruit-s-topCases .s-topCases__paginationPrev,
.jinushi-recruit-s-topCases .s-topCases__paginationNext {
  display: none;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topCases .s-topCases__paginationPrev,
  .jinushi-recruit-s-topCases .s-topCases__paginationNext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 4.8rem;
    height: 4.8rem;
    border: 1px solid #EFEFEF;
    background-color: #FFFFFF;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 1;
  }
  .jinushi-recruit-s-topCases .s-topCases__paginationPrev::after,
  .jinushi-recruit-s-topCases .s-topCases__paginationNext::after {
    content: "";
    width: 0.778rem;
    height: 1.273rem;
    background-image: url("/assets/jinushi-recruit/img/top/cases/cases-next.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .jinushi-recruit-s-topCases .s-topCases__paginationPrev:hover,
  .jinushi-recruit-s-topCases .s-topCases__paginationNext:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topCases .s-topCases__paginationPrev::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topCases .s-topCases__paginationNext {
    margin-left: -0.1rem;
  }
}
.jinushi-recruit-s-topCases .s-topCases__swiper {
  width: 100%;
  overflow: visible;
}
.jinushi-recruit-s-topCases .s-topCases__swiperWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  counter-reset: case-number;
}
.jinushi-recruit-s-topCases .s-topCases__item {
  width: auto;
  height: auto;
  min-width: 29.6rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #F5F5F5;
  padding: 2.4rem 3.2rem 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  counter-increment: case-number;
}
@media (min-width: 1200px) {
  .jinushi-recruit-s-topCases .s-topCases__item {
    width: calc((100% - 8px) / 3) !important;
    min-width: calc((100% - 8px) / 3) !important;
    max-width: calc((100% - 8px) / 3) !important;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topCases .s-topCases__item {
    width: 100%;
    min-width: 100%;
    padding: 2.4rem 2.4rem 2.8rem;
  }
}
.jinushi-recruit-s-topCases .s-topCases__itemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  height: 100%;
}
.jinushi-recruit-s-topCases .s-topCases__itemHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0;
}
.jinushi-recruit-s-topCases .s-topCases__itemLabel {
  font-family: "Interstate", "Montserrat", sans-serif;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  color: #E60112;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topCases .s-topCases__itemLabel {
    font-size: 1.4rem;
  }
}
.jinushi-recruit-s-topCases .s-topCases__itemNumber {
  font-family: "Interstate", "Montserrat", sans-serif;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  color: #E60112;
  margin-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topCases .s-topCases__itemNumber {
    font-size: 1.4rem;
  }
}
.jinushi-recruit-s-topCases .s-topCases__itemNumber::before {
  content: counter(case-number, decimal-leading-zero);
}
.jinushi-recruit-s-topCases .s-topCases__itemContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.2rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topCases .s-topCases__itemContent {
    gap: 1.6rem;
  }
}
.jinushi-recruit-s-topCases .s-topCases__itemInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}
.jinushi-recruit-s-topCases .s-topCases__itemInfoRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
.jinushi-recruit-s-topCases .s-topCases__itemInfoLabel {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #221814;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topCases .s-topCases__itemInfoLabel {
    font-size: 1.3rem;
  }
}
.jinushi-recruit-s-topCases .s-topCases__itemInfoSeparator {
  width: 0;
  height: 1.3rem;
  border-left: 1px solid #EFEFEF;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.jinushi-recruit-s-topCases .s-topCases__itemInfoValue {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #221814;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topCases .s-topCases__itemInfoValue {
    font-size: 1.8rem;
  }
}
.jinushi-recruit-s-topCases .s-topCases__itemInfoAssignment {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #221814;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topCases .s-topCases__itemInfoAssignment {
    font-size: 1.5rem;
  }
}
.jinushi-recruit-s-topCases .s-topCases__itemInfoDivider {
  width: 3.2rem;
  height: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topCases .s-topCases__itemInfoDivider {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.jinushi-recruit-s-topCases .s-topCases__itemInfoDivider::after {
  content: "";
  width: 1.273rem;
  height: 0.778rem;
  background-image: url("/assets/jinushi-recruit/img/top/cases/cases-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.jinushi-recruit-s-topCases .s-topCases__itemText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #323232;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topCases .s-topCases__itemText {
    font-size: 1.4rem;
  }
}
.jinushi-recruit-s-topCases .s-topCases__itemButton {
  margin-top: 1.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topCases .s-topCases__itemButton {
    margin-top: 0.8rem;
  }
}
.jinushi-recruit-s-topCases .s-topCases__itemButton .jinushi-recruit-c-button-2 {
  width: 100%;
  max-width: 32rem;
}

.jinushi-recruit-s-topData {
  padding: 16rem 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topData {
    padding: 8rem 0;
  }
}
.jinushi-recruit-s-topData.-top {
  padding: 20rem 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topData.-top {
    padding: 8rem 0;
  }
}
.jinushi-recruit-s-topData .jinushi-recruit-c-inner {
  max-width: 124rem;
  padding: 0 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topData .jinushi-recruit-c-inner {
    padding: 0 2.4rem;
  }
}
.jinushi-recruit-s-topData .s-topData__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 6.4rem;
  margin-bottom: 9.6rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topData .s-topData__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 3.2rem;
    margin-bottom: 4.8rem;
  }
}
.jinushi-recruit-s-topData .s-topData__headerButton {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topData .s-topData__headerButton {
    padding-bottom: 0;
    width: 100%;
  }
}
.jinushi-recruit-s-topData .s-topData__contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topData .s-topData__contents {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    gap: 0.4rem;
  }
}
.jinushi-recruit-s-topData .s-topData__item {
  background: #F5F5F5;
  position: relative;
  padding: 2.4rem 2.4rem 5.1rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topData .s-topData__item {
    padding: 1.975rem;
    width: 32.7rem;
    height: 32.7rem;
  }
  .jinushi-recruit-s-topData .s-topData__item.-hidden {
    display: none;
  }
  .jinushi-recruit-s-topData .s-topData__item.-showPreview {
    position: relative;
    overflow: hidden;
    height: 15.3rem;
    cursor: pointer;
  }
  .jinushi-recruit-s-topData .s-topData__item.-showPreview::before {
    content: "";
    position: absolute;
    top: 7.3rem;
    left: 0;
    right: 0;
    height: 8rem;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(34, 24, 20, 0.7)), to(rgba(34, 24, 20, 0)));
    background: linear-gradient(360deg, rgba(34, 24, 20, 0.7) 0%, rgba(34, 24, 20, 0) 100%);
    z-index: 2;
  }
  .jinushi-recruit-s-topData .s-topData__item.-showPreview::after {
    content: "もっと見る";
    position: absolute;
    top: 11.3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.06em;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.8rem;
    padding-right: 2.6rem;
    background-image: url("/assets/jinushi-recruit/img/top/stories/more-arrow.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1.6rem 1.6rem;
  }
}
.jinushi-recruit-s-topData .s-topData__itemLabel {
  width: 100%;
  background: #FFFFFF;
  min-height: 6.4rem;
  padding: 0.7rem 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #221814;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topData .s-topData__itemLabel {
    font-size: 1.481rem;
    padding: 0.6rem 1.2rem;
    min-height: 5.283rem;
  }
}
.jinushi-recruit-s-topData .s-topData__itemLabel .s-topData__itemNote-small {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topData .s-topData__itemLabel .s-topData__itemNote-small {
    font-size: 1.156rem;
  }
}
.jinushi-recruit-s-topData .s-topData__itemInner {
  padding: 2.967rem 0 0 0;
  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: 1.2rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topData .s-topData__itemInner {
    padding: 5.652rem 0 0 0;
  }
}
.jinushi-recruit-s-topData .s-topData__itemInner.has-note {
  padding: 6.4rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topData .s-topData__itemInner.has-note {
    padding: 7.7rem 0 0 0;
  }
}
.jinushi-recruit-s-topData .s-topData__itemImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 8rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topData .s-topData__itemImage {
    height: 9.876rem;
  }
}
.jinushi-recruit-s-topData .s-topData__itemImage img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.jinushi-recruit-s-topData .s-topData__itemNote {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #585656;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topData .s-topData__itemNote {
    font-size: 1.152rem;
  }
}
.jinushi-recruit-s-topData .s-topData__moreButton {
  margin-top: 4.8rem;
}

.jinushi-recruit-s-worksList {
  border-bottom: 0.1rem solid #C9CACA;
  width: 100%;
  padding: 0 0 20rem 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-worksList {
    padding: 0 0 8rem 0;
  }
}
.jinushi-recruit-s-worksList .jinushi-recruit-c-inner {
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-worksList .jinushi-recruit-c-inner {
    padding: 0 2.4rem;
  }
}
.jinushi-recruit-s-worksList .s-worksList__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-worksList .s-worksList__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8rem;
    margin-bottom: 0;
  }
}
.jinushi-recruit-s-worksList .s-worksList__sideWrap {
  width: 36rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: sticky;
  top: 12rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-worksList .s-worksList__sideWrap {
    position: static;
    width: 100%;
    height: auto;
  }
}
.jinushi-recruit-s-worksList .s-worksList__sideWrap .s-worksList__categoryList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  padding: 3.2rem;
  border: 0.1rem solid #C9CACA;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-worksList .s-worksList__sideWrap .s-worksList__categoryList {
    padding: 1.6rem;
    gap: 1.2rem;
  }
}
.jinushi-recruit-s-worksList .s-worksList__sideWrap .s-worksList__categoryItem {
  margin: 0;
  padding: 0;
}
.jinushi-recruit-s-worksList .s-worksList__sideWrap .s-worksList__categoryLink {
  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: 1.2rem;
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.448;
  letter-spacing: 0.06em;
  text-decoration: none;
  padding-bottom: 1.6rem;
  position: relative;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  border-bottom: 0.2rem solid #EFEFEF;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-worksList .s-worksList__sideWrap .s-worksList__categoryLink {
    font-size: 1.6rem;
  }
}
.jinushi-recruit-s-worksList .s-worksList__sideWrap .s-worksList__categoryLink::before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 0.844rem;
  height: 0.2rem;
  background-color: #E60112;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.jinushi-recruit-s-worksList .s-worksList__sideWrap .s-worksList__categoryLink::after {
  content: "";
  width: 0.778rem;
  height: 1.273rem;
  background: url("/assets/jinushi-recruit/img/common/button-arrow.svg") no-repeat center;
  background-size: 0.778rem 1.273rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.jinushi-recruit-s-worksList .s-worksList__sideWrap .s-worksList__categoryLink:hover, .jinushi-recruit-s-worksList .s-worksList__sideWrap .s-worksList__categoryLink.is-active {
  opacity: 1;
  color: #E60112;
}
.jinushi-recruit-s-worksList .s-worksList__sideWrap .s-worksList__categoryLink:hover::after, .jinushi-recruit-s-worksList .s-worksList__sideWrap .s-worksList__categoryLink.is-active::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.jinushi-recruit-s-worksList .s-worksList__content {
  width: calc(100% - 36rem - 12rem);
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-worksList .s-worksList__content {
    width: 100%;
  }
}
.jinushi-recruit-s-worksList .s-worksList__content .s-worksList__item + .s-worksList__item {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-worksList .s-worksList__content .s-worksList__item + .s-worksList__item {
    margin-top: 8rem;
  }
}
.jinushi-recruit-s-worksList .s-worksList__content .s-worksList__categorySection {
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-worksList .s-worksList__content .s-worksList__categorySection {
    margin-bottom: 8rem;
  }
}
.jinushi-recruit-s-worksList .s-worksList__content .s-worksList__categorySection:last-child {
  margin-bottom: 0;
}
.jinushi-recruit-s-worksList .s-worksList__content .s-worksList__categorySection .s-worksList__sectionHeader {
  color: #E60112;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin-bottom: 4.8rem;
  padding-left: 1.9rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-worksList .s-worksList__content .s-worksList__categorySection .s-worksList__sectionHeader {
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
    padding-left: 1.4rem;
  }
}
.jinushi-recruit-s-worksList .s-worksList__content .s-worksList__categorySection .s-worksList__sectionHeader::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 0.3rem;
  height: calc(100% - 1.3rem);
  background-color: #E60112;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-worksList .s-worksList__content .s-worksList__categorySection .s-worksList__sectionHeader::before {
    top: 0.6rem;
    height: calc(100% - 0.9rem);
    width: 0.2rem;
  }
}
.jinushi-recruit-s-worksList .s-worksList__content .s-worksList__sectionContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
  max-width: 72rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-worksList .s-worksList__content .s-worksList__sectionContent {
    gap: 2.4rem;
  }
}
.jinushi-recruit-s-worksList .s-worksList__content .s-worksList__description {
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-worksList .s-worksList__content .s-worksList__description {
    font-size: 1.5rem;
    margin-top: 0;
  }
}
.jinushi-recruit-s-worksList .s-worksList__content .s-worksList__appealSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-worksList .s-worksList__content .s-worksList__appealSection {
    gap: 2.4rem;
  }
}
.jinushi-recruit-s-worksList .s-worksList__content .s-worksList__appealTitle {
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-worksList .s-worksList__content .s-worksList__appealTitle {
    font-size: 2rem;
  }
}
.jinushi-recruit-s-worksList .s-worksList__content .s-worksList__appealList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4rem;
  counter-reset: appeal-counter;
}
.jinushi-recruit-s-worksList .s-worksList__content .s-worksList__appealItem {
  background: #F5F5F5;
  padding: 3.2rem 3.2rem 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
  min-height: 21.2rem;
  counter-increment: appeal-counter;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-worksList .s-worksList__content .s-worksList__appealItem {
    padding: 2rem 2.4rem 2.4rem 2.4rem;
    min-height: auto;
  }
}
.jinushi-recruit-s-worksList .s-worksList__content .s-worksList__appealItemHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
}
.jinushi-recruit-s-worksList .s-worksList__content .s-worksList__appealItemNumber {
  color: #E60112;
  font-family: "Interstate", "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
}
.jinushi-recruit-s-worksList .s-worksList__content .s-worksList__appealItemNumber::before {
  content: counter(appeal-counter, decimal-leading-zero);
}
.jinushi-recruit-s-worksList .s-worksList__content .s-worksList__appealItemTitle {
  margin: 0;
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-worksList .s-worksList__content .s-worksList__appealItemTitle {
    font-size: 2rem;
  }
}
.jinushi-recruit-s-worksList .s-worksList__content .s-worksList__appealItemDescription {
  color: #323232;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-worksList .s-worksList__content .s-worksList__appealItemDescription {
    font-size: 1.5rem;
  }
}
.jinushi-recruit-s-worksList .s-worksList__content .s-worksList__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-worksList .s-worksList__content .s-worksList__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.jinushi-recruit-s-worksList .s-worksList__content .s-worksList__buttons .jinushi-recruit-c-button.-red .c-button__title {
  font-size: 1.8rem;
}
.jinushi-recruit-s-worksList .s-worksList__content .s-worksList__noRecruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8rem;
  background-color: #EFEFEF;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: #727070;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

.jinushi-recruit-s-cultureLinks {
  padding: 0 0 6rem 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureLinks {
    padding: 0 0 2.4rem 0;
  }
}
.jinushi-recruit-s-cultureLinks .jinushi-recruit-c-inner {
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureLinks .jinushi-recruit-c-inner {
    padding: 0 2.4rem;
  }
}
.jinushi-recruit-s-cultureLinks .s-cultureLinks__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3.2rem;
  justify-items: start;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureLinks .s-cultureLinks__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
    padding: 1.6rem;
    border: 0.1rem solid #C9CACA;
    background-color: #FFFFFF;
  }
}
.jinushi-recruit-s-cultureLinks .s-cultureLinks__item {
  width: 100%;
}
.jinushi-recruit-s-cultureLinks .s-cultureLinks__link {
  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: 1.2rem;
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.448;
  letter-spacing: 0.06em;
  text-decoration: none;
  padding-bottom: 1.6rem;
  position: relative;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  border-bottom: 0.2rem solid #EFEFEF;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureLinks .s-cultureLinks__link {
    font-size: 1.6rem;
  }
}
.jinushi-recruit-s-cultureLinks .s-cultureLinks__link::before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 0.844rem;
  height: 0.2rem;
  background-color: #E60112;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.jinushi-recruit-s-cultureLinks .s-cultureLinks__link::after {
  content: "";
  width: 0.778rem;
  height: 1.273rem;
  background: url("/assets/jinushi-recruit/img/common/button-arrow.svg") no-repeat center;
  background-size: 0.778rem 1.273rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.jinushi-recruit-s-cultureLinks .s-cultureLinks__link:hover, .jinushi-recruit-s-cultureLinks .s-cultureLinks__link.is-active {
  opacity: 1;
  color: #E60112;
}
.jinushi-recruit-s-cultureLinks .s-cultureLinks__link:hover::after, .jinushi-recruit-s-cultureLinks .s-cultureLinks__link.is-active::after {
  -webkit-transform: translateY(4px) rotate(90deg);
  transform: translateY(4px) rotate(90deg);
}
.jinushi-recruit-s-cultureLinks .s-cultureLinks__link:hover::before, .jinushi-recruit-s-cultureLinks .s-cultureLinks__link.is-active::before {
  width: 100%;
}

.jinushi-recruit-s-aboutLinks .jinushi-recruit-c-inner {
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutLinks .jinushi-recruit-c-inner {
    padding: 0 2.4rem;
  }
}
.jinushi-recruit-s-aboutLinks .s-aboutLinks__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
  justify-items: start;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutLinks .s-aboutLinks__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
    padding: 1.6rem;
    border: 0.1rem solid #C9CACA;
    background-color: #FFFFFF;
  }
}
.jinushi-recruit-s-aboutLinks .s-aboutLinks__item {
  width: 100%;
}
.jinushi-recruit-s-aboutLinks .s-aboutLinks__link {
  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: 1.2rem;
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.448;
  letter-spacing: 0.06em;
  text-decoration: none;
  padding-bottom: 1.6rem;
  position: relative;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  border-bottom: 0.2rem solid #EFEFEF;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutLinks .s-aboutLinks__link {
    font-size: 1.6rem;
  }
}
.jinushi-recruit-s-aboutLinks .s-aboutLinks__link::before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 1.1rem;
  height: 0.2rem;
  background-color: #E60112;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.jinushi-recruit-s-aboutLinks .s-aboutLinks__link::after {
  content: "";
  width: 0.778rem;
  height: 1.273rem;
  background: url("/assets/jinushi-recruit/img/common/button-arrow.svg") no-repeat center;
  background-size: 0.778rem 1.273rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.jinushi-recruit-s-aboutLinks .s-aboutLinks__link:hover, .jinushi-recruit-s-aboutLinks .s-aboutLinks__link.is-active {
  opacity: 1;
  color: #E60112;
}
.jinushi-recruit-s-aboutLinks .s-aboutLinks__link:hover::after, .jinushi-recruit-s-aboutLinks .s-aboutLinks__link.is-active::after {
  -webkit-transform: translateY(4px) rotate(90deg);
  transform: translateY(4px) rotate(90deg);
}
.jinushi-recruit-s-aboutLinks .s-aboutLinks__link:hover::before, .jinushi-recruit-s-aboutLinks .s-aboutLinks__link.is-active::before {
  width: 100%;
}

.jinushi-recruit-s-aboutTop {
  padding: 16rem 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutTop {
    padding: 8rem 0;
  }
}
.jinushi-recruit-s-aboutTop .jinushi-recruit-c-inner {
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutTop .jinushi-recruit-c-inner {
    padding: 0 2.4rem;
  }
}
.jinushi-recruit-s-aboutTop .s-aboutTop__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16.8rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutTop .s-aboutTop__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6.4rem;
  }
}
.jinushi-recruit-s-aboutTop .s-aboutTop__image {
  width: 18.5rem;
  margin-left: 12.7rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutTop .s-aboutTop__image {
    width: 15.8rem;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 0;
  }
}
.jinushi-recruit-s-aboutTop .s-aboutTop__image img {
  width: 100%;
  height: auto;
}
.jinushi-recruit-s-aboutTop .s-aboutTop__list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.jinushi-recruit-s-aboutTop .s-aboutTop__item {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutTop .s-aboutTop__item {
    margin-bottom: 6.4rem;
  }
}
.jinushi-recruit-s-aboutTop .s-aboutTop__item:last-child {
  margin-bottom: 0;
}
.jinushi-recruit-s-aboutTop .s-aboutTop__listTitle {
  color: #E60112;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin-bottom: 3.2rem;
  padding-left: 1.9rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutTop .s-aboutTop__listTitle {
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
    padding-left: 1.4rem;
  }
}
.jinushi-recruit-s-aboutTop .s-aboutTop__listTitle::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 0.3rem;
  height: calc(100% - 1.3rem);
  background-color: #E60112;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutTop .s-aboutTop__listTitle::before {
    top: 0.6rem;
    height: calc(100% - 0.9rem);
    width: 0.2rem;
  }
}
.jinushi-recruit-s-aboutTop .s-aboutTop__listText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #323232;
}
.jinushi-recruit-s-aboutTop .s-aboutTop__listText .sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutTop .s-aboutTop__listText .sp-only {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutTop .s-aboutTop__listText {
    font-size: 2.4rem;
    line-height: 1.8;
  }
  .jinushi-recruit-s-aboutTop .s-aboutTop__listText br {
    display: none;
  }
}

.jinushi-recruit-s-aboutBusiness {
  background: #F5F5F5;
  padding: 16rem 0 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutBusiness {
    padding: 8rem 0 0;
  }
}
.jinushi-recruit-s-aboutBusiness .jinushi-recruit-c-inner {
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutBusiness .jinushi-recruit-c-inner {
    padding: 0 2.4rem;
  }
}
.jinushi-recruit-s-aboutBusiness .jinushi-recruit-c-sectionHeader {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutBusiness .jinushi-recruit-c-sectionHeader {
    margin-bottom: 2.4rem;
  }
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__titleWrap {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutBusiness .s-aboutBusiness__titleWrap {
    margin-bottom: 2.4rem;
  }
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__image {
  width: 40.2rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutBusiness .s-aboutBusiness__image {
    width: 22.6rem;
  }
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__image img {
  width: 100%;
  height: auto;
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__title .sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutBusiness .s-aboutBusiness__title .sp-only {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutBusiness .s-aboutBusiness__title {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__text {
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutBusiness .s-aboutBusiness__text {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps {
  margin: 12rem 0 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps {
    margin-top: 6.4rem;
  }
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsTitle {
  color: #E60112;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin: 0 0 6.3rem;
  padding-left: 1.9rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsTitle {
    margin: 0 0 3.2rem;
    font-size: 2.4rem;
    padding-left: 1.4rem;
  }
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsTitle::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 0.3rem;
  height: calc(100% - 1.3rem);
  background-color: #E60112;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsTitle::before {
    top: 0.6rem;
    height: calc(100% - 0.9rem);
    width: 0.2rem;
  }
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsContent {
  background: #FFFFFF;
  padding: 5.3rem 6rem 8.2rem 6rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsContent {
    padding: 3.2rem 2.4rem 8rem;
  }
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsItemList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsItemList::before {
  content: "";
  position: absolute;
  top: 18.15rem;
  left: 11rem;
  right: 11rem;
  width: auto;
  height: 0.1rem;
  background-color: #C9CACA;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsItemList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsItemList::before {
    top: 1rem;
    bottom: 12.5rem;
    left: 0.05rem;
    right: auto;
    width: 0.1rem;
    height: auto;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsItem {
  width: 22rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsItem {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsItem.-step1 .s-aboutBusiness__stepsItemImage {
    width: 22rem;
    height: 12.9rem;
    margin-left: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsItem.-step2 .s-aboutBusiness__stepsItemImage {
    width: 22rem;
    height: 15.8rem;
    margin-left: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsItem.-step3 .s-aboutBusiness__stepsItemImage {
    width: 22rem;
    height: 16.3rem;
    margin-left: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsItem.-step4 .s-aboutBusiness__stepsItemImage {
    width: 22rem;
    height: 9.4rem;
    margin-left: 3.6rem;
  }
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsItemImage {
  width: 22rem;
  height: 18rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(1.6rem) scale(0.9);
  transform: translateY(1.6rem) scale(0.9);
  -webkit-transition: opacity 0.8s cubic-bezier(0, 0.3, 0.27, 0.89), -webkit-transform 0.8s cubic-bezier(0, 0.3, 0.27, 0.89);
  transition: opacity 0.8s cubic-bezier(0, 0.3, 0.27, 0.89), -webkit-transform 0.8s cubic-bezier(0, 0.3, 0.27, 0.89);
  transition: transform 0.8s cubic-bezier(0, 0.3, 0.27, 0.89), opacity 0.8s cubic-bezier(0, 0.3, 0.27, 0.89);
  transition: transform 0.8s cubic-bezier(0, 0.3, 0.27, 0.89), opacity 0.8s cubic-bezier(0, 0.3, 0.27, 0.89), -webkit-transform 0.8s cubic-bezier(0, 0.3, 0.27, 0.89);
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsItemImage {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsItemImage img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsItemImage::after {
  content: "";
  position: absolute;
  bottom: -0.6rem;
  left: 50%;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-transform: translate(-50%, 0) scale(0);
  transform: translate(-50%, 0) scale(0);
  border-radius: 50%;
  background-color: #E60112;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease, -webkit-transform 0.8s ease;
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsItemTitle {
  width: 100%;
  margin-top: 3.4rem;
  text-align: center;
  color: #E60112;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsItemTitle {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0rem 0 2rem 3.6rem;
    padding-left: 0;
    font-size: 1.8rem;
    line-height: 1;
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsItemTitle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -3.9rem;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background-color: #E60112;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsItem.-step3 .s-aboutBusiness__stepsItemImage {
  display: block;
  overflow: visible;
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsItem.-step3 .s-aboutBusiness__stepsItemImage .s-aboutBusiness__stepsItemImageTitle {
  position: absolute;
  top: 5.3rem;
  left: 50%;
  -webkit-transform: translate(-50%, 3.4rem);
  transform: translate(-50%, 3.4rem);
  z-index: 5;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0.3, 0.27, 0.89);
  transition: -webkit-transform 0.8s cubic-bezier(0, 0.3, 0.27, 0.89);
  transition: transform 0.8s cubic-bezier(0, 0.3, 0.27, 0.89);
  transition: transform 0.8s cubic-bezier(0, 0.3, 0.27, 0.89), -webkit-transform 0.8s cubic-bezier(0, 0.3, 0.27, 0.89);
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsItem.-step3 .s-aboutBusiness__stepsItemImage .s-aboutBusiness__stepsItemImageLayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: auto;
  -webkit-transform: translateY(3.4rem);
  transform: translateY(3.4rem);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0.3, 0.27, 0.89);
  transition: -webkit-transform 0.8s cubic-bezier(0, 0.3, 0.27, 0.89);
  transition: transform 0.8s cubic-bezier(0, 0.3, 0.27, 0.89);
  transition: transform 0.8s cubic-bezier(0, 0.3, 0.27, 0.89), -webkit-transform 0.8s cubic-bezier(0, 0.3, 0.27, 0.89);
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsItem.-step3 .s-aboutBusiness__stepsItemImage .s-aboutBusiness__stepsItemImageLayer img {
  width: 100%;
  height: auto;
  max-width: none;
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsItem.-step3 .s-aboutBusiness__stepsItemImage .s-aboutBusiness__stepsItemImageLayer.-first {
  z-index: 3;
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsItem.-step3 .s-aboutBusiness__stepsItemImage .s-aboutBusiness__stepsItemImageLayer.-second {
  z-index: 2;
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsItem.-step3 .s-aboutBusiness__stepsItemImage .s-aboutBusiness__stepsItemImageLayer.-third {
  z-index: 1;
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsContent.is-visible .s-aboutBusiness__stepsItemList::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 1.7s;
  transition: -webkit-transform 1.7s;
  transition: transform 1.7s;
  transition: transform 1.7s, -webkit-transform 1.7s;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsContent.is-visible .s-aboutBusiness__stepsItemList::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsContent.is-visible .s-aboutBusiness__stepsItem .s-aboutBusiness__stepsItemImage {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsContent.is-visible .s-aboutBusiness__stepsItem.-step1 .s-aboutBusiness__stepsItemImage,
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsContent.is-visible .s-aboutBusiness__stepsItem.-step1 .s-aboutBusiness__stepsItemImage::after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsContent.is-visible .s-aboutBusiness__stepsItem.-step2 .s-aboutBusiness__stepsItemImage,
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsContent.is-visible .s-aboutBusiness__stepsItem.-step2 .s-aboutBusiness__stepsItemImage::after {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsContent.is-visible .s-aboutBusiness__stepsItem.-step3 .s-aboutBusiness__stepsItemImage,
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsContent.is-visible .s-aboutBusiness__stepsItem.-step3 .s-aboutBusiness__stepsItemImage::after {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsContent.is-visible .s-aboutBusiness__stepsItem.-step3 .s-aboutBusiness__stepsItemImageTitle {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsContent.is-visible .s-aboutBusiness__stepsItem.-step3 .s-aboutBusiness__stepsItemImageLayer.-first {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsContent.is-visible .s-aboutBusiness__stepsItem.-step3 .s-aboutBusiness__stepsItemImageLayer.-second {
  -webkit-transform: translateY(1.7rem);
  transform: translateY(1.7rem);
  -webkit-transition-delay: 0.68s;
  transition-delay: 0.68s;
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsContent.is-visible .s-aboutBusiness__stepsItem.-step3 .s-aboutBusiness__stepsItemImageLayer.-third {
  -webkit-transform: translateY(3.4rem);
  transform: translateY(3.4rem);
  -webkit-transition-delay: 0.76s;
  transition-delay: 0.76s;
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsContent.is-visible .s-aboutBusiness__stepsItem.-step4 .s-aboutBusiness__stepsItemImage,
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsContent.is-visible .s-aboutBusiness__stepsItem.-step4 .s-aboutBusiness__stepsItemImage::after {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsContent.is-visible .s-aboutBusiness__stepsItemImage::after {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsContent.is-visible .s-aboutBusiness__stepsItemImage::after {
    opacity: 0;
    -webkit-transform: translate(-50%, 0) scale(0);
    transform: translate(-50%, 0) scale(0);
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsContent.is-visible .s-aboutBusiness__stepsItem.-step1 .s-aboutBusiness__stepsItemTitle::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsContent.is-visible .s-aboutBusiness__stepsItem.-step2 .s-aboutBusiness__stepsItemTitle::before {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsContent.is-visible .s-aboutBusiness__stepsItem.-step3 .s-aboutBusiness__stepsItemTitle::before {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutBusiness .s-aboutBusiness__steps .s-aboutBusiness__stepsContent.is-visible .s-aboutBusiness__stepsItem.-step4 .s-aboutBusiness__stepsItemTitle::before {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__swiperContainer {
  width: 100%;
  overflow: hidden;
}
.jinushi-recruit-s-aboutBusiness .js-aboutBusinessSwiper {
  width: 100%;
  overflow: visible;
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__swiperWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__swiperSlide,
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__swiperContainer .swiper-slide {
  width: 36rem;
  height: 24rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutBusiness .s-aboutBusiness__swiperSlide,
  .jinushi-recruit-s-aboutBusiness .s-aboutBusiness__swiperContainer .swiper-slide {
    width: 27rem;
    height: 18rem;
  }
}
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__swiperSlide img,
.jinushi-recruit-s-aboutBusiness .s-aboutBusiness__swiperContainer .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.jinushi-recruit-s-aboutInformation {
  padding: 16rem 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutInformation {
    padding: 8rem 0;
  }
}
.jinushi-recruit-s-aboutInformation .jinushi-recruit-c-inner {
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutInformation .jinushi-recruit-c-inner {
    padding: 0 2.4rem;
  }
}
.jinushi-recruit-s-aboutInformation .jinushi-recruit-c-sectionHeader {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutInformation .jinushi-recruit-c-sectionHeader {
    margin-bottom: 3rem;
  }
}
.jinushi-recruit-s-aboutInformation .s-aboutInformation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  padding: 2.4rem 1.6rem;
  border-bottom: 0.1rem solid #C9CACA;
}
.jinushi-recruit-s-aboutInformation .s-aboutInformation__item:first-child {
  border-top: 0.1rem solid #C9CACA;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutInformation .s-aboutInformation__item {
    gap: 1.2rem;
    padding: 1.6rem 0.8rem;
  }
}
.jinushi-recruit-s-aboutInformation .s-aboutInformation__itemTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  min-width: 12rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutInformation .s-aboutInformation__itemTitle {
    font-size: 1.4rem;
    min-width: 10.8rem;
  }
}
.jinushi-recruit-s-aboutInformation .s-aboutInformation__itemText {
  position: relative;
  padding-left: 1.7rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutInformation .s-aboutInformation__itemText {
    font-size: 1.4rem;
    padding-left: 1.3rem;
  }
}
.jinushi-recruit-s-aboutInformation .s-aboutInformation__itemText::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.1rem;
  height: 1.3rem;
  background-color: #C9CACA;
}
.jinushi-recruit-s-aboutInformation a {
  color: #323232;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.jinushi-recruit-s-aboutInformation a:hover {
  color: #E60112;
  opacity: 1;
}
.jinushi-recruit-s-aboutInformation .s-aboutInformation__textList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutInformation .s-aboutInformation__textList {
    gap: 1.6rem;
  }
}
.jinushi-recruit-s-aboutInformation .s-aboutInformation__textItem {
  width: calc(50% - 1.2rem);
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutInformation .s-aboutInformation__textItem {
    width: 100%;
  }
}
.jinushi-recruit-s-aboutInformation .s-aboutInformation__textItemText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutInformation .s-aboutInformation__textItemText {
    font-size: 1.4rem;
  }
}
.jinushi-recruit-s-aboutInformation .s-aboutInformation__textItemName {
  font-weight: 700;
}

.jinushi-recruit-s-aboutMarket {
  position: relative;
  background: #F5F5F5;
  padding: 16rem 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutMarket {
    padding: 8rem 0;
  }
}
.jinushi-recruit-s-aboutMarket::before, .jinushi-recruit-s-aboutMarket::after {
  content: "";
  position: absolute;
  z-index: 0;
}
.jinushi-recruit-s-aboutMarket::before {
  width: 452.6rem;
  height: 109.1rem;
  background: #F7F0EC;
  border-radius: 50%;
  bottom: -12.9rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutMarket::before {
    bottom: -5rem;
  }
}
.jinushi-recruit-s-aboutMarket::after {
  width: 352.2rem;
  height: 84.9rem;
  background: #FBE4D7;
  border-radius: 50%;
  bottom: -12.9rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutMarket::after {
    bottom: -2rem;
  }
}
.jinushi-recruit-s-aboutMarket .jinushi-recruit-c-inner {
  position: relative;
  z-index: 1;
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutMarket .jinushi-recruit-c-inner {
    padding: 0 2.4rem;
  }
}
.jinushi-recruit-s-aboutMarket .jinushi-recruit-c-sectionHeader {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutMarket .jinushi-recruit-c-sectionHeader {
    margin-bottom: 2.4rem;
  }
}
.jinushi-recruit-s-aboutMarket .s-aboutMarket__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutMarket .s-aboutMarket__text {
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 4rem;
  }
}
.jinushi-recruit-s-aboutMarket .s-aboutMarket__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;
}
.jinushi-recruit-s-aboutMarket .s-aboutMarket__overlayText {
  border: 0.2rem solid #FFFFFF;
  background: #E60112;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1em;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 1.6rem 0;
  width: 32rem;
  height: 5.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutMarket .s-aboutMarket__overlayText {
    font-size: 1.8rem;
    padding: 1.3rem 3.3rem;
    width: 24rem;
    height: 4.4rem;
    margin-bottom: 4rem;
  }
}
.jinushi-recruit-s-aboutMarket .s-aboutMarket__imageWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
  position: relative;
  width: 100%;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutMarket .s-aboutMarket__imageWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
.jinushi-recruit-s-aboutMarket .s-aboutMarket__imageLeft,
.jinushi-recruit-s-aboutMarket .s-aboutMarket__imageRight {
  width: calc(50% - 1.2rem);
  height: auto;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutMarket .s-aboutMarket__imageLeft,
  .jinushi-recruit-s-aboutMarket .s-aboutMarket__imageRight {
    width: 100%;
  }
}
.jinushi-recruit-s-aboutMarket .s-aboutMarket__imageLeft img,
.jinushi-recruit-s-aboutMarket .s-aboutMarket__imageRight img {
  width: 100%;
  height: auto;
  display: block;
}
.jinushi-recruit-s-aboutMarket .s-aboutMarket__plusButton {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6.4rem;
  height: 6.4rem;
  border: 0.1rem solid #FBE4D7;
  background: #E60112;
  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;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutMarket .s-aboutMarket__plusButton {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.jinushi-recruit-s-aboutMarket .s-aboutMarket__plusButtonLine {
  position: absolute;
  background: #FFFFFF;
}
.jinushi-recruit-s-aboutMarket .s-aboutMarket__plusButtonLine:first-child {
  width: 3.4rem;
  height: 0.2rem;
}
.jinushi-recruit-s-aboutMarket .s-aboutMarket__plusButtonLine:last-child {
  width: 0.2rem;
  height: 3.4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutMarket .s-aboutMarket__plusButtonLine:first-child {
    width: 1.7rem;
    height: 0.1rem;
  }
  .jinushi-recruit-s-aboutMarket .s-aboutMarket__plusButtonLine:last-child {
    width: 0.1rem;
    height: 1.7rem;
  }
}
.jinushi-recruit-s-aboutMarket .s-aboutMarket__caption {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #727070;
  text-align: left;
  width: 100%;
  max-width: 120rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutMarket .s-aboutMarket__caption {
    font-size: 1rem;
    margin-bottom: 2.4rem;
  }
}
.jinushi-recruit-s-aboutMarket .s-aboutMarket__longText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0.06em;
  text-align: left;
  width: 100%;
  max-width: 120rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutMarket .s-aboutMarket__longText {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.jinushi-recruit-s-aboutMarket .s-aboutMarket__noteText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-align: left;
  width: 100%;
  max-width: 120rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-aboutMarket .s-aboutMarket__noteText {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}

.jinushi-recruit-s-cultureConduct {
  padding: 12rem 0;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureConduct {
    padding: 8rem 0;
  }
}
.jinushi-recruit-s-cultureConduct .jinushi-recruit-c-inner {
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureConduct .jinushi-recruit-c-inner {
    padding: 0 2.4rem;
  }
}
.jinushi-recruit-s-cultureConduct .jinushi-recruit-c-sectionHeader {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureConduct .jinushi-recruit-c-sectionHeader {
    margin-bottom: 3.2rem;
  }
}
.jinushi-recruit-s-cultureConduct .s-cultureConduct__content {
  background: #FFFFFF;
  padding: 6rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureConduct .s-cultureConduct__content {
    padding: 1.6rem;
  }
}
.jinushi-recruit-s-cultureConduct .s-cultureConduct__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3.2rem;
  counter-reset: conduct-counter;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureConduct .s-cultureConduct__list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.jinushi-recruit-s-cultureConduct .s-cultureConduct__item {
  position: relative;
  padding: 3.2rem 0;
}
.jinushi-recruit-s-cultureConduct .s-cultureConduct__item:first-child {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureConduct .s-cultureConduct__item:first-child {
    padding: 1.2rem 0 1.6rem;
  }
}
.jinushi-recruit-s-cultureConduct .s-cultureConduct__item:nth-child(2) {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureConduct .s-cultureConduct__item:nth-child(2) {
    padding: 1.2rem 0 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureConduct .s-cultureConduct__item {
    padding: 1.2rem 0 1.6rem;
  }
  .jinushi-recruit-s-cultureConduct .s-cultureConduct__item:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.1rem;
    background: #EFEFEF;
  }
}
.jinushi-recruit-s-cultureConduct .s-cultureConduct__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.1rem;
  background: #EFEFEF;
}
.jinushi-recruit-s-cultureConduct .s-cultureConduct__itemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureConduct .s-cultureConduct__itemInner {
    gap: 1.6rem;
  }
}
.jinushi-recruit-s-cultureConduct .s-cultureConduct__number {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  counter-increment: conduct-counter;
  color: #E60112;
  font-family: "Interstate", "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1;
  width: 4rem;
  height: 4rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureConduct .s-cultureConduct__number {
    font-size: 2rem;
    width: 2.8rem;
    height: 2.8rem;
  }
}
.jinushi-recruit-s-cultureConduct .s-cultureConduct__number::before {
  margin-top: 0.2rem;
  content: counter(conduct-counter) ".";
}
.jinushi-recruit-s-cultureConduct .s-cultureConduct__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureConduct .s-cultureConduct__text {
    font-size: 1.6rem;
    line-height: 1.4;
    min-height: auto;
  }
}

.jinushi-recruit-s-cultureCompensation {
  padding: 16rem 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureCompensation {
    padding: 8rem 0;
  }
}
.jinushi-recruit-s-cultureCompensation .jinushi-recruit-c-inner {
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureCompensation .jinushi-recruit-c-inner {
    padding: 0 2.4rem;
  }
}
.jinushi-recruit-s-cultureCompensation .jinushi-recruit-c-sectionHeader {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureCompensation .jinushi-recruit-c-sectionHeader {
    margin-bottom: 3.2rem;
  }
}
.jinushi-recruit-s-cultureCompensation .s-cultureCompensation__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4.8rem;
  margin-bottom: 5.6rem;
  max-width: 101.7rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureCompensation .s-cultureCompensation__header {
    gap: 2.4rem;
    margin-bottom: 3.2rem;
  }
}
.jinushi-recruit-s-cultureCompensation .s-cultureCompensation__largeText {
  color: #323232;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureCompensation .s-cultureCompensation__largeText {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.jinushi-recruit-s-cultureCompensation .s-cultureCompensation__text {
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureCompensation .s-cultureCompensation__text {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.06em;
  }
}
.jinushi-recruit-s-cultureCompensation .s-cultureCompensation__content {
  width: 100%;
}
.jinushi-recruit-s-cultureCompensation .s-cultureCompensation__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
  counter-reset: reward-counter;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureCompensation .s-cultureCompensation__list {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }
}
.jinushi-recruit-s-cultureCompensation .s-cultureCompensation__item {
  background: #F5F5F5;
}
.jinushi-recruit-s-cultureCompensation .s-cultureCompensation__itemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  padding: 3.2rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureCompensation .s-cultureCompensation__itemInner {
    gap: 2rem;
    padding: 2.4rem;
  }
}
.jinushi-recruit-s-cultureCompensation .s-cultureCompensation__itemHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0.8rem;
  counter-increment: reward-counter;
  display: none;
}
.jinushi-recruit-s-cultureCompensation .s-cultureCompensation__itemLabel {
  color: #E60112;
  font-family: "Interstate", "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureCompensation .s-cultureCompensation__itemLabel {
    font-size: 1.4rem;
  }
}
.jinushi-recruit-s-cultureCompensation .s-cultureCompensation__itemNumber {
  color: #E60112;
  font-family: "Interstate", "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureCompensation .s-cultureCompensation__itemNumber {
    font-size: 1.4rem;
  }
}
.jinushi-recruit-s-cultureCompensation .s-cultureCompensation__itemNumber::before {
  content: counter(reward-counter, decimal-leading-zero);
}
.jinushi-recruit-s-cultureCompensation .s-cultureCompensation__itemContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureCompensation .s-cultureCompensation__itemContent {
    gap: 2rem;
  }
}
.jinushi-recruit-s-cultureCompensation .s-cultureCompensation__itemTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
}
.jinushi-recruit-s-cultureCompensation .s-cultureCompensation__itemTitleMain {
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureCompensation .s-cultureCompensation__itemTitleMain {
    font-size: 2rem;
  }
}
.jinushi-recruit-s-cultureCompensation .s-cultureCompensation__itemTitleSub {
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureCompensation .s-cultureCompensation__itemTitleSub {
    font-size: 1.3rem;
  }
}
.jinushi-recruit-s-cultureCompensation .s-cultureCompensation__itemDescription {
  color: #323232;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureCompensation .s-cultureCompensation__itemDescription {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
}

.jinushi-recruit-s-cultureBenefit {
  padding: 16rem 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureBenefit {
    padding: 8rem 0;
  }
}
.jinushi-recruit-s-cultureBenefit .jinushi-recruit-c-inner {
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 12rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureBenefit .jinushi-recruit-c-inner {
    padding: 0 2.4rem;
  }
}
.jinushi-recruit-s-cultureBenefit .jinushi-recruit-c-sectionHeader {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureBenefit .jinushi-recruit-c-sectionHeader {
    margin-bottom: 3.2rem;
  }
}
.jinushi-recruit-s-cultureBenefit .s-cultureBenefit__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4rem;
  counter-reset: benefit-counter;
}
.jinushi-recruit-s-cultureBenefit .s-cultureBenefit__column1 {
  width: 100%;
}
.jinushi-recruit-s-cultureBenefit .s-cultureBenefit__column3 {
  width: 100%;
}
.jinushi-recruit-s-cultureBenefit .s-cultureBenefit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4rem;
}
.jinushi-recruit-s-cultureBenefit .s-cultureBenefit__item {
  background: #F5F5F5;
}
.jinushi-recruit-s-cultureBenefit .s-cultureBenefit__item.-column1 .s-cultureBenefit__itemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6.4rem;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureBenefit .s-cultureBenefit__item.-column1 .s-cultureBenefit__itemInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    padding: 2.4rem;
  }
}
.jinushi-recruit-s-cultureBenefit .s-cultureBenefit__item.-column1 .s-cultureBenefit__itemContent {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.jinushi-recruit-s-cultureBenefit .s-cultureBenefit__item.-column1 .s-cultureBenefit__itemTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureBenefit .s-cultureBenefit__item.-column1 .s-cultureBenefit__itemTitle {
    gap: 1.2rem;
  }
}
.jinushi-recruit-s-cultureBenefit .s-cultureBenefit__item.-column1 .s-cultureBenefit__itemText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureBenefit .s-cultureBenefit__item.-column1 .s-cultureBenefit__itemText {
    gap: 2rem;
  }
}
.jinushi-recruit-s-cultureBenefit .s-cultureBenefit__item.-column1 .s-cultureBenefit__itemHeader {
  margin-bottom: 0;
}
.jinushi-recruit-s-cultureBenefit .s-cultureBenefit__item.-column1 .s-cultureBenefit__itemImage {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32rem;
  height: 32rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureBenefit .s-cultureBenefit__item.-column1 .s-cultureBenefit__itemImage {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    height: 27.9rem;
  }
}
.jinushi-recruit-s-cultureBenefit .s-cultureBenefit__item.-column1 .s-cultureBenefit__itemImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.jinushi-recruit-s-cultureBenefit .s-cultureBenefit__item.-column1 .s-cultureBenefit__itemContent {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureBenefit .s-cultureBenefit__item.-column1 .s-cultureBenefit__itemContent {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureBenefit .s-cultureBenefit__item.-column1 .s-cultureBenefit__itemTitleMain {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureBenefit .s-cultureBenefit__item.-column1 .s-cultureBenefit__itemTitleSub {
    font-size: 2rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureBenefit .s-cultureBenefit__item.-column1 .s-cultureBenefit__itemDescription {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureBenefit .s-cultureBenefit__item.-column1 .s-cultureBenefit__itemLabel,
  .jinushi-recruit-s-cultureBenefit .s-cultureBenefit__item.-column1 .s-cultureBenefit__itemNumber {
    font-size: 1.4rem;
  }
}
.jinushi-recruit-s-cultureBenefit .s-cultureBenefit__item.-column3 .s-cultureBenefit__itemInner {
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureBenefit .s-cultureBenefit__item.-column3 .s-cultureBenefit__itemInner {
    padding: 2rem 2.4rem 2.4rem;
    gap: 2rem;
  }
}
.jinushi-recruit-s-cultureBenefit .s-cultureBenefit__item.-column3 .s-cultureBenefit__itemContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureBenefit .s-cultureBenefit__item.-column3 .s-cultureBenefit__itemContent {
    gap: 2rem;
  }
}
.jinushi-recruit-s-cultureBenefit .s-cultureBenefit__item.-column3 .s-cultureBenefit__itemTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureBenefit .s-cultureBenefit__item.-column3 .s-cultureBenefit__itemTitle {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureBenefit .s-cultureBenefit__item.-column3 .s-cultureBenefit__itemTitleMain {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureBenefit .s-cultureBenefit__item.-column3 .s-cultureBenefit__itemTitleSub {
    font-size: 2rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureBenefit .s-cultureBenefit__item.-column3 .s-cultureBenefit__itemDescription {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureBenefit .s-cultureBenefit__item.-column3 .s-cultureBenefit__itemLabel,
  .jinushi-recruit-s-cultureBenefit .s-cultureBenefit__item.-column3 .s-cultureBenefit__itemNumber {
    font-size: 1.4rem;
  }
}
.jinushi-recruit-s-cultureBenefit .s-cultureBenefit__itemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
.jinushi-recruit-s-cultureBenefit .s-cultureBenefit__itemHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0.8rem;
  counter-increment: benefit-counter;
}
.jinushi-recruit-s-cultureBenefit .s-cultureBenefit__itemLabel {
  color: #E60112;
  font-family: "Interstate", "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
}
.jinushi-recruit-s-cultureBenefit .s-cultureBenefit__itemNumber {
  color: #E60112;
  font-family: "Interstate", "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
}
.jinushi-recruit-s-cultureBenefit .s-cultureBenefit__itemNumber::before {
  content: counter(benefit-counter, decimal-leading-zero);
}
.jinushi-recruit-s-cultureBenefit .s-cultureBenefit__itemContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.2rem;
}
.jinushi-recruit-s-cultureBenefit .s-cultureBenefit__itemTitleMain {
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.jinushi-recruit-s-cultureBenefit .s-cultureBenefit__itemTitleSub {
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureBenefit .s-cultureBenefit__itemTitleSub {
    font-size: 2rem;
  }
}
.jinushi-recruit-s-cultureBenefit .s-cultureBenefit__item.-column3 .s-cultureBenefit__itemTitleSub {
  font-size: 2.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureBenefit .s-cultureBenefit__item.-column3 .s-cultureBenefit__itemTitleSub {
    font-size: 2rem;
  }
}
.jinushi-recruit-s-cultureBenefit .s-cultureBenefit__itemDescription {
  color: #323232;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.jinushi-recruit-s-cultureBenefit .s-cultureBenefit__column3 .s-cultureBenefit__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
  justify-items: start;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureBenefit .s-cultureBenefit__column3 .s-cultureBenefit__list {
    grid-template-columns: 1fr;
  }
}
.jinushi-recruit-s-cultureBenefit .s-cultureBenefit__column3 .s-cultureBenefit__item {
  width: 100%;
}

.jinushi-recruit-s-cultureSwiper .s-cultureSwiper__container {
  width: 100%;
  overflow: hidden;
}
.jinushi-recruit-s-cultureSwiper .swiper {
  width: 100%;
  overflow: visible;
}
.jinushi-recruit-s-cultureSwiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jinushi-recruit-s-cultureSwiper .s-cultureSwiper__slide {
  width: 36rem;
  height: 36rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureSwiper .s-cultureSwiper__slide {
    width: 24rem;
    height: 24rem;
  }
}
.jinushi-recruit-s-cultureSwiper .s-cultureSwiper__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.jinushi-recruit-s-cultureSwiper .swiper-slide {
  width: 36rem;
  height: 36rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureSwiper .swiper-slide {
    width: 24rem;
    height: 24rem;
  }
}

.jinushi-recruit-s-cultureWorkstyle {
  background: #F5F5F5;
}
.jinushi-recruit-s-cultureWorkstyle .jinushi-recruit-c-inner {
  max-width: 144rem;
  margin: 0;
  padding: 0 0 0 12rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureWorkstyle .jinushi-recruit-c-inner {
    padding: 0;
  }
}
.jinushi-recruit-s-cultureWorkstyle .s-cultureWorkstyle__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureWorkstyle .s-cultureWorkstyle__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4.8rem;
    padding-bottom: 8rem;
  }
}
.jinushi-recruit-s-cultureWorkstyle .s-cultureWorkstyle__textArea {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 52rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8rem;
  padding: 16rem 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureWorkstyle .s-cultureWorkstyle__textArea {
    gap: 3.2rem;
    padding: 0 2.4rem;
    margin: 0 auto;
  }
}
.jinushi-recruit-s-cultureWorkstyle .jinushi-recruit-c-sectionHeader {
  margin-bottom: 0;
}
.jinushi-recruit-s-cultureWorkstyle .s-cultureWorkstyle__list {
  width: 100%;
}
.jinushi-recruit-s-cultureWorkstyle .s-cultureWorkstyle__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4rem;
  counter-reset: workstyle-counter;
}
.jinushi-recruit-s-cultureWorkstyle .s-cultureWorkstyle__item {
  background: #FFFFFF;
}
.jinushi-recruit-s-cultureWorkstyle .s-cultureWorkstyle__itemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
  padding: 3.2rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureWorkstyle .s-cultureWorkstyle__itemInner {
    gap: 1.2rem;
    padding: 2rem 2.4rem 2.4rem;
  }
}
.jinushi-recruit-s-cultureWorkstyle .s-cultureWorkstyle__itemHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureWorkstyle .s-cultureWorkstyle__itemHeader {
    gap: 1.2rem;
  }
}
.jinushi-recruit-s-cultureWorkstyle .s-cultureWorkstyle__itemNumber {
  color: #E60112;
  font-family: "Interstate", "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  counter-increment: workstyle-counter;
}
.jinushi-recruit-s-cultureWorkstyle .s-cultureWorkstyle__itemNumber::before {
  content: counter(workstyle-counter, decimal-leading-zero);
}
.jinushi-recruit-s-cultureWorkstyle .s-cultureWorkstyle__itemTitle {
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.06em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureWorkstyle .s-cultureWorkstyle__itemTitle {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.jinushi-recruit-s-cultureWorkstyle .s-cultureWorkstyle__itemText {
  color: #323232;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureWorkstyle .s-cultureWorkstyle__itemText {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
}
.jinushi-recruit-s-cultureWorkstyle .s-cultureWorkstyle__imageArea {
  position: sticky;
  top: 8.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 72rem;
  height: calc(100vh - 8.4rem);
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureWorkstyle .s-cultureWorkstyle__imageArea {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.jinushi-recruit-s-cultureWorkstyle .s-cultureWorkstyle__image {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cultureWorkstyle .s-cultureWorkstyle__image {
    height: auto;
    aspect-ratio: 1/1;
  }
}
.jinushi-recruit-s-cultureWorkstyle .s-cultureWorkstyle__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.jinushi-recruit-s-topJobs {
  position: relative;
  min-height: 89rem;
  width: 100%;
  padding: 20rem 0 0;
  background-color: #F5F5F5;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topJobs {
    padding: 0 0 8.3rem;
    min-height: initial;
  }
}
.jinushi-recruit-s-topJobs .jinushi-recruit-c-inner {
  max-width: 124rem;
  padding: 0 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topJobs .jinushi-recruit-c-inner {
    padding: 0;
  }
}
.jinushi-recruit-s-topJobs .s-topJobs__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topJobs .s-topJobs__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0rem;
  }
}
.jinushi-recruit-s-topJobs .s-topJobs__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topJobs .s-topJobs__left {
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 0 2.4rem;
    margin-top: -0.7rem;
  }
}
.jinushi-recruit-s-topJobs .jinushi-recruit-c-sectionHeader {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topJobs .jinushi-recruit-c-sectionHeader {
    margin-bottom: 2.4rem;
  }
}
.jinushi-recruit-s-topJobs .s-topJobs__text {
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0.06em;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topJobs .s-topJobs__text {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.jinushi-recruit-s-topJobs .s-topJobs__right {
  position: absolute;
  right: -24rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topJobs .s-topJobs__right {
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    height: 40rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
  }
  .jinushi-recruit-s-topJobs .s-topJobs__right::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3.6rem;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(217, 217, 217, 0)), color-stop(200%, #F5F5F5));
    background: linear-gradient(0deg, rgba(217, 217, 217, 0) 0%, #F5F5F5 200%);
    pointer-events: none;
    z-index: 1;
  }
  .jinushi-recruit-s-topJobs .s-topJobs__right::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3.7rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 217, 217, 0)), to(#F5F5F5));
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #F5F5F5 100%);
    pointer-events: none;
    z-index: 1;
  }
}
.jinushi-recruit-s-topJobs .s-topJobs__grid {
  display: grid;
  grid-template-columns: repeat(5, 24rem);
  grid-template-rows: repeat(5, 24rem);
  gap: 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topJobs .s-topJobs__grid {
    grid-template-columns: repeat(5, 10.9rem);
    grid-template-rows: repeat(5, 10.9rem);
    -webkit-transform: translate(0, -7.3rem);
    transform: translate(0, -7.3rem);
  }
}
.jinushi-recruit-s-topJobs .s-topJobs__cell {
  width: 24rem;
  height: 24rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topJobs .s-topJobs__cell {
    width: 10.9rem;
    height: 10.9rem;
    aspect-ratio: 1;
  }
}
.jinushi-recruit-s-topJobs .s-topJobs__cell.-gradient {
  background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.jinushi-recruit-s-topJobs .s-topJobs__cell.-gradient-reverse {
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.jinushi-recruit-s-topJobs .s-topJobs__cell.-white {
  background: #FFFFFF;
}
.jinushi-recruit-s-topJobs .s-topJobs__cell.-image {
  position: relative;
  overflow: hidden;
}
.jinushi-recruit-s-topJobs .s-topJobs__cell.-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.jinushi-recruit-s-topJobs .s-topJobs__cell.-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(41%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41%, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none;
}
.jinushi-recruit-s-topJobs .s-topJobs__cellLabel {
  position: absolute;
  bottom: 1.6rem;
  left: 1.6rem;
  right: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #FFFFFF;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-topJobs .s-topJobs__cellLabel {
    font-size: 1.6rem;
    bottom: 1.2rem;
    left: 1.2rem;
    right: 1.2rem;
  }
}

.jinushi-recruit-s-pageHeader {
  padding: 12.7rem 0 8.7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-pageHeader {
    padding: 11rem 0 4rem;
  }
}
.jinushi-recruit-s-pageHeader.-completed {
  padding: 20.7rem 0 8.7rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-pageHeader.-completed {
    padding: 16rem 0 4.8rem;
  }
}
.jinushi-recruit-s-pageHeader .s-pageHeader__inner {
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-pageHeader .s-pageHeader__inner {
    padding: 0 2.4rem;
  }
}
.jinushi-recruit-s-pageHeader .s-pageHeader__breadcrumbs {
  margin-bottom: 6.6rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-pageHeader .s-pageHeader__breadcrumbs {
    margin-bottom: 3.6rem;
  }
}
.jinushi-recruit-s-pageHeader .s-pageHeader__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-pageHeader .s-pageHeader__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }
}
.jinushi-recruit-s-pageHeader .s-pageHeader__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-pageHeader .s-pageHeader__title {
    gap: 0.8rem;
  }
}
.jinushi-recruit-s-pageHeader .s-pageHeader__titleEn {
  color: #E60112;
  font-family: "Interstate", "Montserrat", sans-serif;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-pageHeader .s-pageHeader__titleEn {
    font-size: 1.6rem;
  }
}
.jinushi-recruit-s-pageHeader .s-pageHeader__titleJa {
  color: #E60112;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 4.4rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-pageHeader .s-pageHeader__titleJa {
    font-size: 2.6rem;
  }
}
.jinushi-recruit-s-pageHeader .s-pageHeader__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0.06em;
  color: #221814;
  margin: 2.3rem 0 1.6rem;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-pageHeader .s-pageHeader__text {
    font-size: 1.5rem;
    line-height: 2;
    margin: 0;
    max-width: none;
  }
}
.jinushi-recruit-s-pageHeader.-contents .s-pageHeader__text {
  max-width: none;
}

.jinushi-recruit-s-contentsSwiper {
  width: 100%;
  overflow: hidden;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsSwiper {
    margin-bottom: 6.4rem;
  }
}
.jinushi-recruit-s-contentsSwiper .s-contentsSwiper__inner {
  width: 100%;
  position: relative;
}
.jinushi-recruit-s-contentsSwiper .swiper {
  position: relative;
}
.jinushi-recruit-s-contentsSwiper .s-contentsSwiper__slide {
  position: relative;
  width: 100%;
  min-height: 66.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsSwiper .s-contentsSwiper__slide {
    min-height: auto;
  }
}
.jinushi-recruit-s-contentsSwiper .s-contentsSwiper__bg {
  position: absolute;
  inset: 0;
  margin: 0;
  background-color: #FFFFFF;
  overflow: hidden;
}
.jinushi-recruit-s-contentsSwiper .s-contentsSwiper__bg .s-contentsSwiper__bgImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsSwiper .s-contentsSwiper__bg {
    position: relative;
    height: 100vw;
  }
}
.jinushi-recruit-s-contentsSwiper .s-contentsSwiper__content {
  max-width: 124rem;
  margin: 0 auto;
  padding: 4rem 2rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsSwiper .s-contentsSwiper__content {
    padding: 0;
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.jinushi-recruit-s-contentsSwiper .s-contentsSwiper__panel {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 65.6rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5.6rem;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsSwiper .s-contentsSwiper__panel {
    border: 0.1rem solid #C9CACA;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: calc(100% - 4.8rem);
    margin: -6.4rem 0 0 0;
    padding: 1.6rem;
    gap: 1.6rem;
  }
}
.jinushi-recruit-s-contentsSwiper .s-contentsSwiper__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
}
.jinushi-recruit-s-contentsSwiper .s-contentsSwiper__meta .category {
  color: #E60112;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsSwiper .s-contentsSwiper__meta .category {
    font-size: 1.3rem;
  }
}
.jinushi-recruit-s-contentsSwiper .s-contentsSwiper__meta .s-contentsSwiper__pickup {
  color: #E60112;
  font-family: "Interstate", "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
  padding-left: 1.2rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsSwiper .s-contentsSwiper__meta .s-contentsSwiper__pickup {
    font-size: 1.3rem;
  }
}
.jinushi-recruit-s-contentsSwiper .s-contentsSwiper__meta .s-contentsSwiper__pickup::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.1rem;
  height: 1.3rem;
  background-color: #C9CACA;
}
.jinushi-recruit-s-contentsSwiper .s-contentsSwiper__title {
  margin: 0;
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsSwiper .s-contentsSwiper__title {
    font-size: 2.4rem;
  }
}
.jinushi-recruit-s-contentsSwiper .s-contentsSwiper__tagList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.jinushi-recruit-s-contentsSwiper .s-contentsSwiper__tagList .tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  background-color: #EFEFEF;
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  padding: 0.6rem 0.8rem;
}
.jinushi-recruit-s-contentsSwiper .s-contentsSwiper__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.2rem;
  text-decoration: none;
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
  padding-bottom: 1.6rem;
  position: relative;
  margin-top: 1.8rem;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsSwiper .s-contentsSwiper__cta {
    font-size: 1.6rem;
    margin-top: 1.4rem;
  }
}
.jinushi-recruit-s-contentsSwiper .s-contentsSwiper__cta::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #EFEFEF;
}
.jinushi-recruit-s-contentsSwiper .s-contentsSwiper__cta::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.6rem;
  height: 0.2rem;
  background-color: #E60112;
  -webkit-transition: width 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: width 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
.jinushi-recruit-s-contentsSwiper .s-contentsSwiper__cta .arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.jinushi-recruit-s-contentsSwiper .s-contentsSwiper__cta .arrow img {
  display: block;
  width: 0.8rem;
  height: 1.3rem;
}
.jinushi-recruit-s-contentsSwiper .s-contentsSwiper__cta:hover {
  opacity: 1;
  color: #E60112;
}
.jinushi-recruit-s-contentsSwiper .s-contentsSwiper__cta:hover::after {
  width: 100%;
}
.jinushi-recruit-s-contentsSwiper .s-contentsSwiper__cta:hover .arrow {
  -webkit-transform: translateX(0.4rem);
  transform: translateX(0.4rem);
}
.jinushi-recruit-s-contentsSwiper .s-contentsSwiper__nav {
  position: absolute;
  left: 12rem;
  bottom: 8.3rem;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsSwiper .s-contentsSwiper__nav {
    position: relative;
    left: auto;
    bottom: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.6rem;
    padding: 0 2.4rem;
  }
}
.jinushi-recruit-s-contentsSwiper .s-contentsSwiper__nav.jinushi-recruit-c-pager {
  margin-top: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsSwiper .s-contentsSwiper__nav.jinushi-recruit-c-pager {
    margin-top: 2.2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.jinushi-recruit-s-contentsSwiper .s-contentsSwiper__nav.jinushi-recruit-c-pager .c-pager__item.-next {
  margin-left: -0.1rem;
}
.jinushi-recruit-s-contentsSwiper .s-contentsSwiper__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.1rem;
}
.jinushi-recruit-s-contentsSwiper .s-contentsSwiper__pagination .c-pager__item {
  border-radius: 0;
}
.jinushi-recruit-s-contentsSwiper .s-contentsSwiper__pagination .c-pager__item:first-child {
  margin-left: 0;
}
.jinushi-recruit-s-contentsSwiper .jinushi-recruit-c-pager .swiper-pagination-bullet {
  opacity: 1;
  border-radius: 0;
}
.jinushi-recruit-s-contentsSwiper .jinushi-recruit-c-pager .swiper-pagination-bullet-active {
  border: 0.2rem solid #E60112;
  color: #E60112;
  z-index: 2;
}

.jinushi-recruit-s-contentsList {
  padding: 0 0 20rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsList {
    padding: 0 0 8rem;
  }
}
.jinushi-recruit-s-contentsList > .jinushi-recruit-c-inner {
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsList > .jinushi-recruit-c-inner {
    padding: 0 2.4rem;
  }
}
.jinushi-recruit-s-contentsList .s-contentsList__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.2rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsList .s-contentsList__filters {
    margin-bottom: 4rem;
  }
}
.jinushi-recruit-s-contentsList .s-contentsList__filterBox {
  background-color: #F5F5F5;
  padding: 4.8rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsList .s-contentsList__filterBox {
    padding: 1.6rem;
  }
}
.jinushi-recruit-s-contentsList .s-contentsList__filterRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsList .s-contentsList__filterRow {
    display: block;
  }
}
.jinushi-recruit-s-contentsList .s-contentsList__filterLabelWrap {
  width: 10rem;
  height: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsList .s-contentsList__filterLabelWrap {
    width: 100%;
    margin-bottom: 0;
    cursor: pointer;
  }
}
.jinushi-recruit-s-contentsList .s-contentsList__filterLabel {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #221814;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsList .s-contentsList__filterLabel {
    font-size: 1.8rem;
  }
}
.jinushi-recruit-s-contentsList .s-contentsList__filterDivider {
  width: 0.1rem;
  height: 1.6rem;
  background-color: #C9CACA;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsList .s-contentsList__filterDivider {
    display: none;
  }
}
.jinushi-recruit-s-contentsList .s-contentsList__accordionBtn {
  display: none;
  background: transparent;
  border: 0;
  padding: 0;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsList .s-contentsList__accordionBtn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.jinushi-recruit-s-contentsList .s-contentsList__accordionBtn:hover {
  opacity: 1;
}
.jinushi-recruit-s-contentsList .s-contentsList__accordionIcon {
  width: 0.9rem;
  height: 0.9rem;
  border-right: 0.2rem solid #E60112;
  border-bottom: 0.2rem solid #E60112;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: -webkit-transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  transition: transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8), -webkit-transform 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsList.is-accordion .s-contentsList__accordionBody {
    display: none;
    margin-top: 1.6rem;
    padding-top: 1.6rem;
    border-top: 0.1rem solid #C9CACA;
  }
  .jinushi-recruit-s-contentsList.is-accordion .s-contentsList__filterBox.is-open .s-contentsList__accordionIcon {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
.jinushi-recruit-s-contentsList .s-contentsList__chipList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.jinushi-recruit-s-contentsList .s-contentsList__chip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.6rem 1.2rem;
  background-color: #FFFFFF;
  border: 0.1rem solid #C9CACA;
  text-decoration: none;
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.jinushi-recruit-s-contentsList .s-contentsList__chip:hover {
  opacity: 1;
  border-color: #E60112;
  color: #E60112;
}
.jinushi-recruit-s-contentsList .s-contentsList__chip.is-current {
  opacity: 1;
  border-color: #E60112;
  color: #E60112;
}
.jinushi-recruit-s-contentsList .s-contentsList__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8rem 6rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .jinushi-recruit-s-contentsList .s-contentsList__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsList .s-contentsList__list {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}

.jinushi-recruit-s-cta {
  position: relative;
  width: 100%;
  min-height: 64rem;
  overflow: hidden;
  padding: 31.3rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 64rem;
    max-height: 64rem;
    padding: 20rem 0 6.4rem;
  }
}
.jinushi-recruit-s-cta .s-cta__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
.jinushi-recruit-s-cta .s-cta__background.is-parallax-ready {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translateY(var(--parallax-y, 0px));
  transform: translateY(var(--parallax-y, 0px));
}
.jinushi-recruit-s-cta .s-cta__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cta .s-cta__inner {
    padding: 0 2.4rem;
  }
}
.jinushi-recruit-s-cta .s-cta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 12rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cta .s-cta__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.2rem;
    width: 100%;
  }
}
.jinushi-recruit-s-cta .s-cta__text-image {
  width: 56.6rem;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cta .s-cta__text-image {
    width: 33rem;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cta .jinushi-recruit-c-button {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cta .jinushi-recruit-c-button.-red .c-button__inner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.2rem;
    background-color: rgba(239, 239, 239, 0.4);
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-cta .jinushi-recruit-c-button.-red .c-button__inner::after {
    -webkit-transition: width 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
    transition: width 300ms cubic-bezier(0.6, 0.2, 0.4, 0.8);
  }
}
.jinushi-recruit-s-cta.leadgridCms-onlyInnerWorkspace .s-cta__background {
  z-index: 1;
}
.jinushi-recruit-s-cta.leadgridCms-onlyInnerWorkspace .s-cta__inner {
  z-index: 2;
}

.jinushi-recruit-s-contentsDetail {
  width: 100%;
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__header {
  position: relative;
  width: 100%;
  min-height: 66.5rem;
  overflow: hidden;
  padding: 12.7rem 0 0 0;
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsDetail .s-contentsDetail__header {
    min-height: auto;
    padding: 0;
    margin-top: 10.2rem;
    margin-bottom: 0;
  }
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__header .s-contentsDetail__bg {
  position: absolute;
  inset: 0;
  margin: 0;
  background-color: #FFFFFF;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsDetail .s-contentsDetail__header .s-contentsDetail__bg {
    position: relative;
    top: 0;
  }
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__header .s-contentsDetail__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__header .s-contentsDetail__bg .s-contentsDetail__bgOverlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(74%, rgba(0, 0, 0, 0)), color-stop(98%, rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 74%, rgba(0, 0, 0, 0.4) 98%);
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsDetail .s-contentsDetail__header .s-contentsDetail__bg .s-contentsDetail__bgOverlay {
    display: none;
  }
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__header .s-contentsDetail__breadcrumbs {
  max-width: 124rem;
  margin: 1rem auto 5rem;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsDetail .s-contentsDetail__header .s-contentsDetail__breadcrumbs {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 1.2rem;
  }
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__header .s-contentsDetail__breadcrumbs .jinushi-recruit-c-breadcrumbs li {
  padding-bottom: 0.2rem;
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__header .s-contentsDetail__breadcrumbs .jinushi-recruit-c-breadcrumbs li + li::before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__header .s-contentsDetail__breadcrumbs .jinushi-recruit-c-breadcrumbs li a {
  color: #FFFFFF;
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__header .s-contentsDetail__breadcrumbs .jinushi-recruit-c-breadcrumbs li a > span {
  color: #FFFFFF;
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__header .s-contentsDetail__breadcrumbs .jinushi-recruit-c-breadcrumbs li > span {
  color: #FFFFFF;
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__header .s-contentsDetail__headerContent {
  max-width: 124rem;
  margin: 0 auto 5rem;
  padding: 0 2rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsDetail .s-contentsDetail__header .s-contentsDetail__headerContent {
    padding: 0;
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2.4rem;
  }
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__header .s-contentsDetail__headerContent .s-contentsDetail__panel {
  position: relative;
  width: 72rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5.6rem;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsDetail .s-contentsDetail__header .s-contentsDetail__headerContent .s-contentsDetail__panel {
    width: calc(100% - 4.8rem);
    padding: 1.6rem;
    gap: 1.6rem;
    margin-top: -6.4rem;
  }
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__header .s-contentsDetail__headerContent .s-contentsDetail__panel .s-contentsDetail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__header .s-contentsDetail__headerContent .s-contentsDetail__panel .s-contentsDetail__meta .category {
  color: #E60112;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsDetail .s-contentsDetail__header .s-contentsDetail__headerContent .s-contentsDetail__panel .s-contentsDetail__meta .category {
    font-size: 1.3rem;
  }
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__header .s-contentsDetail__headerContent .s-contentsDetail__panel .s-contentsDetail__title {
  margin: 0;
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsDetail .s-contentsDetail__header .s-contentsDetail__headerContent .s-contentsDetail__panel .s-contentsDetail__title {
    font-size: 2.4rem;
  }
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__header .s-contentsDetail__headerContent .s-contentsDetail__panel .s-contentsDetail__tagList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__header .s-contentsDetail__headerContent .s-contentsDetail__panel .s-contentsDetail__tagList .tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  background-color: #EFEFEF;
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  padding: 0.6rem 0.8rem;
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__header .s-contentsDetail__headerContent .s-contentsDetail__panel .s-contentsDetail__tagList .tag a {
  text-decoration: none;
  color: #221814;
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__content {
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsDetail .s-contentsDetail__content {
    padding: 0 2.4rem;
  }
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsDetail .s-contentsDetail__wrap {
    display: block;
    margin-bottom: 8rem;
  }
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__shareWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__shareWrap.-sponly {
  display: none;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsDetail .s-contentsDetail__shareWrap.-sponly {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8rem;
  }
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__shareWrap .s-contentsDetail__shareTitle {
  color: #221814;
  font-family: "Interstate", "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__shareWrap .s-contentsDetail__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__shareWrap .s-contentsDetail__share > a {
  width: 4.8rem;
  height: 4.8rem;
  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-color: #EFEFEF;
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__shareWrap .s-contentsDetail__share > a img {
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__shareWrap .s-contentsDetail__share .jinushi-recruit-c-copylink {
  width: 4.8rem;
  height: 4.8rem;
  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-color: #EFEFEF;
  border: none;
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__shareWrap .s-contentsDetail__share .jinushi-recruit-c-copylink img {
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__sideWrap {
  width: 36rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: sticky;
  top: 12rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsDetail .s-contentsDetail__sideWrap {
    display: none;
  }
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__sideWrap .s-contentsDetail__sideCategory {
  color: #E60112;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 1.6rem;
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__sideWrap .s-contentsDetail__sideTitle {
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-bottom: 1.6rem;
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__sideWrap .s-contentsDetail__sideThumb {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  padding-bottom: 2.4rem;
  border-bottom: 0.2rem solid #EFEFEF;
  margin-bottom: 2.4rem;
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__body {
  width: calc(100% - 36rem - 12rem);
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsDetail .s-contentsDetail__body {
    width: 100%;
  }
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__toc {
  background-color: #F5F5F5;
  padding: 3.2rem 4.8rem 4.8rem;
  margin-bottom: 8rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsDetail .s-contentsDetail__toc {
    padding: 2.4rem 1.6rem 3.2rem;
  }
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__toc .title {
  color: #E60112;
  font-family: "Interstate", "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 3.2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsDetail .s-contentsDetail__toc .title {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__toc .h2list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__toc .h2list > li {
  margin: 0 0 3.2rem;
  padding: 0;
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid #C9CACA;
  position: relative;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__toc .h2list > li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.78rem;
  height: 0.2rem;
  background-color: #E60112;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsDetail .s-contentsDetail__toc .h2list > li {
    margin-bottom: 1.6rem;
  }
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__toc .h2list > li:last-child {
  margin-bottom: 0;
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__toc .h2list > li > a {
  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: 1.2rem;
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.448;
  letter-spacing: 0.06em;
  text-decoration: none;
  position: relative;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsDetail .s-contentsDetail__toc .h2list > li > a {
    font-size: 1.6rem;
    padding-bottom: 1.2rem;
  }
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__toc .h2list > li > a::after {
  content: "";
  width: 0.778rem;
  height: 1.273rem;
  background: url("/assets/jinushi-recruit/img/common/button-arrow.svg") no-repeat center;
  background-size: 0.778rem 1.273rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__toc .h2list > li > a:hover {
  color: #E60112;
  opacity: 1;
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__toc .h2list > li > a:hover::after {
  -webkit-transform: translateX(0.4rem);
  transform: translateX(0.4rem);
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__toc .h2list > li .h3list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 0;
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__toc .h2list > li .h3list > li {
  margin: 0;
  padding: 0;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsDetail .s-contentsDetail__toc .h2list > li .h3list > li {
    margin-bottom: 0.4rem;
  }
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__toc .h2list > li .h3list > li:last-child {
  margin-bottom: 0;
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__toc .h2list > li .h3list > li > a {
  display: block;
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-decoration: underline;
  padding-bottom: 0.8rem;
  position: relative;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsDetail .s-contentsDetail__toc .h2list > li .h3list > li > a {
    font-size: 1.4rem;
    padding-bottom: 0.6rem;
  }
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__toc .h2list > li .h3list > li > a:hover {
  color: #E60112;
  opacity: 1;
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__related {
  background: #F5F5F5;
  padding: 12rem 0 20rem 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsDetail .s-contentsDetail__related {
    padding: 8rem 0;
  }
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__related .jinushi-recruit-c-inner {
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsDetail .s-contentsDetail__related .jinushi-recruit-c-inner {
    padding: 0 2.4rem;
  }
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__related .s-contentsDetail__relatedHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsDetail .s-contentsDetail__related .s-contentsDetail__relatedHeader {
    margin-bottom: 3.2rem;
  }
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__related .s-contentsDetail__relatedHeader .jinushi-recruit-c-button {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsDetail .s-contentsDetail__related .s-contentsDetail__relatedHeader .jinushi-recruit-c-button {
    display: none;
  }
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__related .s-contentsDetail__relatedList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsDetail .s-contentsDetail__related .s-contentsDetail__relatedList {
    gap: 4rem;
  }
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__related .s-contentsDetail__relatedList .jinushi-recruit-c-contentsCard {
  width: calc((100% - 12rem) / 3);
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsDetail .s-contentsDetail__related .s-contentsDetail__relatedList .jinushi-recruit-c-contentsCard {
    width: 100%;
  }
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__related .s-contentsDetail__relatedList .jinushi-recruit-c-contentsCard .c-contentsCard__tags .tag {
  background-color: #FFFFFF;
  color: #585656;
}
.jinushi-recruit-s-contentsDetail .s-contentsDetail__related .s-contentsDetail__spBottom {
  display: none;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-contentsDetail .s-contentsDetail__related .s-contentsDetail__spBottom {
    display: block;
    margin-top: 3.2rem;
  }
}

.jinushi-recruit-s-questionDetail {
  width: 100%;
  padding: 0 0 20rem 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-questionDetail {
    padding: 0 0 8rem 0;
  }
}
.jinushi-recruit-s-questionDetail .jinushi-recruit-c-inner {
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-questionDetail .jinushi-recruit-c-inner {
    padding: 0 2.4rem;
  }
}
.jinushi-recruit-s-questionDetail .s-questionDetail__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-questionDetail .s-questionDetail__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8rem;
  }
}
.jinushi-recruit-s-questionDetail .s-questionDetail__sideWrap {
  width: 36rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: sticky;
  top: 12rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-questionDetail .s-questionDetail__sideWrap {
    position: static;
    width: 100%;
    height: auto;
  }
}
.jinushi-recruit-s-questionDetail .s-questionDetail__sideWrap .s-questionDetail__categoryList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  padding: 3.2rem;
  border: 0.1rem solid #C9CACA;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-questionDetail .s-questionDetail__sideWrap .s-questionDetail__categoryList {
    padding: 1.6rem;
    gap: 1.2rem;
  }
}
.jinushi-recruit-s-questionDetail .s-questionDetail__sideWrap .s-questionDetail__categoryItem {
  margin: 0;
  padding: 0;
}
.jinushi-recruit-s-questionDetail .s-questionDetail__sideWrap .s-questionDetail__categoryLink {
  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: 1.2rem;
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.448;
  letter-spacing: 0.06em;
  text-decoration: none;
  padding-bottom: 1.6rem;
  position: relative;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  border-bottom: 0.2rem solid #EFEFEF;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-questionDetail .s-questionDetail__sideWrap .s-questionDetail__categoryLink {
    font-size: 1.6rem;
  }
}
.jinushi-recruit-s-questionDetail .s-questionDetail__sideWrap .s-questionDetail__categoryLink::before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 0.844rem;
  height: 0.2rem;
  background-color: #E60112;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.jinushi-recruit-s-questionDetail .s-questionDetail__sideWrap .s-questionDetail__categoryLink::after {
  content: "";
  width: 0.778rem;
  height: 1.273rem;
  background: url("/assets/jinushi-recruit/img/common/button-arrow.svg") no-repeat center;
  background-size: 0.778rem 1.273rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.jinushi-recruit-s-questionDetail .s-questionDetail__sideWrap .s-questionDetail__categoryLink:hover, .jinushi-recruit-s-questionDetail .s-questionDetail__sideWrap .s-questionDetail__categoryLink.is-active {
  opacity: 1;
  color: #E60112;
}
.jinushi-recruit-s-questionDetail .s-questionDetail__sideWrap .s-questionDetail__categoryLink:hover::after, .jinushi-recruit-s-questionDetail .s-questionDetail__sideWrap .s-questionDetail__categoryLink.is-active::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.jinushi-recruit-s-questionDetail .s-questionDetail__content {
  width: calc(100% - 36rem - 12rem);
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-questionDetail .s-questionDetail__content {
    width: 100%;
  }
}
.jinushi-recruit-s-questionDetail .s-questionDetail__content .s-questionDetail__categorySection {
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-questionDetail .s-questionDetail__content .s-questionDetail__categorySection {
    margin-bottom: 6.4rem;
  }
}
.jinushi-recruit-s-questionDetail .s-questionDetail__content .s-questionDetail__categorySection:last-child {
  margin-bottom: 0;
}
.jinushi-recruit-s-questionDetail .s-questionDetail__content .s-questionDetail__categorySection .s-questionDetail__sectionHeader {
  color: #E60112;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin: 0 0 4.8rem;
  padding-left: 1.9rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-questionDetail .s-questionDetail__content .s-questionDetail__categorySection .s-questionDetail__sectionHeader {
    margin: 0 0 3.2rem;
    font-size: 2.4rem;
    padding-left: 1.4rem;
  }
}
.jinushi-recruit-s-questionDetail .s-questionDetail__content .s-questionDetail__categorySection .s-questionDetail__sectionHeader::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 0.3rem;
  height: calc(100% - 1.3rem);
  background-color: #E60112;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-questionDetail .s-questionDetail__content .s-questionDetail__categorySection .s-questionDetail__sectionHeader::before {
    top: 0.6rem;
    height: calc(100% - 0.9rem);
    width: 0.2rem;
  }
}
.jinushi-recruit-s-questionDetail .s-questionDetail__content .s-questionDetail__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.jinushi-recruit-s-questionDetail .s-questionDetail__content .s-questionDetail__item {
  margin: 0;
  padding: 4rem 0;
  border-bottom: 0.1rem solid #C9CACA;
  position: relative;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-questionDetail .s-questionDetail__content .s-questionDetail__item {
    padding: 2.4rem 0;
  }
}
.jinushi-recruit-s-questionDetail .s-questionDetail__content .s-questionDetail__item:first-child {
  border-top: 0.1rem solid #C9CACA;
}
.jinushi-recruit-s-questionDetail .s-questionDetail__content .s-questionDetail__item.is-active .s-questionDetail__question .s-questionDetail__questionText {
  color: #E60112;
}
.jinushi-recruit-s-questionDetail .s-questionDetail__content .s-questionDetail__item.is-active .s-questionDetail__question .s-questionDetail__questionIcon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.jinushi-recruit-s-questionDetail .s-questionDetail__content .s-questionDetail__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.6rem;
  width: 100%;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-questionDetail .s-questionDetail__content .s-questionDetail__question {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.jinushi-recruit-s-questionDetail .s-questionDetail__content .s-questionDetail__question .s-questionDetail__questionText {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-questionDetail .s-questionDetail__content .s-questionDetail__question .s-questionDetail__questionText {
    font-size: 1.6rem;
  }
}
.jinushi-recruit-s-questionDetail .s-questionDetail__content .s-questionDetail__question .s-questionDetail__questionIcon {
  width: 3.2rem;
  height: 3.2rem;
  -ms-flex-negative: 0;
  flex-shrink: 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;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.jinushi-recruit-s-questionDetail .s-questionDetail__content .s-questionDetail__question .s-questionDetail__questionIcon img {
  width: 0.778rem;
  height: 1.273rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.jinushi-recruit-s-questionDetail .s-questionDetail__content .s-questionDetail__question:hover {
  opacity: 1;
}
.jinushi-recruit-s-questionDetail .s-questionDetail__content .s-questionDetail__question:hover .s-questionDetail__questionText {
  color: #E60112;
}
.jinushi-recruit-s-questionDetail .s-questionDetail__content .s-questionDetail__answer {
  display: none;
  padding: 2.4rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-questionDetail .s-questionDetail__content .s-questionDetail__answer {
    padding: 1.6rem 0 0 0;
  }
}
.jinushi-recruit-s-questionDetail .s-questionDetail__content .s-questionDetail__answer .s-questionDetail__answerText {
  margin: 0;
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-questionDetail .s-questionDetail__content .s-questionDetail__answer .s-questionDetail__answerText {
    font-size: 1.5rem;
  }
}

.jinushi-recruit-s-entryList {
  border-bottom: 0.1rem solid #C9CACA;
  width: 100%;
  padding: 0 0 20rem 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryList {
    padding: 0 0 8rem 0;
  }
}
.jinushi-recruit-s-entryList .jinushi-recruit-c-inner {
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryList .jinushi-recruit-c-inner {
    padding: 0 2.4rem;
  }
}
.jinushi-recruit-s-entryList .s-entryList__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryList .s-entryList__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8rem;
    margin-bottom: 0;
  }
}
.jinushi-recruit-s-entryList .s-entryList__sideWrap {
  width: 36rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: sticky;
  top: 12rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryList .s-entryList__sideWrap {
    position: static;
    width: 100%;
    height: auto;
  }
}
.jinushi-recruit-s-entryList .s-entryList__sideWrap .s-entryList__categoryList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  padding: 3.2rem;
  border: 0.1rem solid #C9CACA;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryList .s-entryList__sideWrap .s-entryList__categoryList {
    padding: 1.6rem;
    gap: 1.2rem;
  }
}
.jinushi-recruit-s-entryList .s-entryList__sideWrap .s-entryList__categoryItem {
  margin: 0;
  padding: 0;
}
.jinushi-recruit-s-entryList .s-entryList__sideWrap .s-entryList__categoryLink {
  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: 1.2rem;
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.448;
  letter-spacing: 0.06em;
  text-decoration: none;
  padding-bottom: 1.6rem;
  position: relative;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  border-bottom: 0.2rem solid #EFEFEF;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryList .s-entryList__sideWrap .s-entryList__categoryLink {
    font-size: 1.6rem;
  }
}
.jinushi-recruit-s-entryList .s-entryList__sideWrap .s-entryList__categoryLink::before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 0.844rem;
  height: 0.2rem;
  background-color: #E60112;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.jinushi-recruit-s-entryList .s-entryList__sideWrap .s-entryList__categoryLink::after {
  content: "";
  width: 0.778rem;
  height: 1.273rem;
  background: url("/assets/jinushi-recruit/img/common/button-arrow.svg") no-repeat center;
  background-size: 0.778rem 1.273rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.jinushi-recruit-s-entryList .s-entryList__sideWrap .s-entryList__categoryLink:hover, .jinushi-recruit-s-entryList .s-entryList__sideWrap .s-entryList__categoryLink.is-active {
  opacity: 1;
  color: #E60112;
}
.jinushi-recruit-s-entryList .s-entryList__sideWrap .s-entryList__categoryLink:hover::after, .jinushi-recruit-s-entryList .s-entryList__sideWrap .s-entryList__categoryLink.is-active::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.jinushi-recruit-s-entryList .s-entryList__content {
  width: calc(100% - 36rem - 12rem);
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryList .s-entryList__content {
    width: 100%;
  }
}
.jinushi-recruit-s-entryList .s-entryList__content .s-entryList__categorySection {
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryList .s-entryList__content .s-entryList__categorySection {
    margin-bottom: 8rem;
  }
}
.jinushi-recruit-s-entryList .s-entryList__content .s-entryList__categorySection:last-child {
  margin-bottom: 0;
}
.jinushi-recruit-s-entryList .s-entryList__content .s-entryList__categorySection .s-entryList__sectionHeader {
  margin: 0;
  color: #E60112;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin-bottom: 4.8rem;
  padding-left: 1.9rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryList .s-entryList__content .s-entryList__categorySection .s-entryList__sectionHeader {
    margin-bottom: 3.2rem;
    font-size: 2.4rem;
    padding-left: 1.4rem;
  }
}
.jinushi-recruit-s-entryList .s-entryList__content .s-entryList__categorySection .s-entryList__sectionHeader::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 0.3rem;
  height: calc(100% - 1.3rem);
  background-color: #E60112;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryList .s-entryList__content .s-entryList__categorySection .s-entryList__sectionHeader::before {
    top: 0.6rem;
    height: calc(100% - 0.9rem);
    width: 0.2rem;
  }
}
.jinushi-recruit-s-entryList .s-entryList__content .s-entryList__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.jinushi-recruit-s-entryList .s-entryList__content .s-entryList__item {
  margin: 0;
  padding: 0;
  border-bottom: 0.1rem solid #C9CACA;
  padding: 3.2rem 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryList .s-entryList__content .s-entryList__item {
    padding: 2.4rem 0;
  }
}
.jinushi-recruit-s-entryList .s-entryList__content .s-entryList__item:first-child {
  border-top: 0.1rem solid #C9CACA;
}
.jinushi-recruit-s-entryList .s-entryList__content .s-entryList__itemHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryList .s-entryList__content .s-entryList__itemHeader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.jinushi-recruit-s-entryList .s-entryList__content .s-entryList__itemTitle {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryList .s-entryList__content .s-entryList__itemTitle {
    font-size: 2rem;
  }
}
.jinushi-recruit-s-entryList .s-entryList__content .s-entryList__entryButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4rem;
  width: 16rem;
  padding: 1.4rem 1.6rem 1rem;
  background-color: #FFFFFF;
  border: 0.1rem solid #C9CACA;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.jinushi-recruit-s-entryList .s-entryList__content .s-entryList__entryButton.-pconly:hover {
  opacity: 1;
}
.jinushi-recruit-s-entryList .s-entryList__content .s-entryList__entryButton.-pconly:hover .s-entryList__entryButtonIcon {
  -webkit-transform: translateX(0.4rem);
  transform: translateX(0.4rem);
}
@media screen and (min-width: 768px) {
  .jinushi-recruit-s-entryList .s-entryList__content .s-entryList__entryButton.-pconly {
    position: relative;
    --lg-hover-outline-gap: 1.2rem;
    --lg-hover-outline-w: 0.2rem;
    --lg-hover-outline-offset: 0.2rem;
  }
  .jinushi-recruit-s-entryList .s-entryList__content .s-entryList__entryButton.-pconly::before, .jinushi-recruit-s-entryList .s-entryList__content .s-entryList__entryButton.-pconly::after {
    content: "";
    position: absolute;
    inset: calc(-1 * var(--lg-hover-outline-offset));
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0s 0.3s;
    transition: opacity 0s 0.3s;
    background-repeat: no-repeat;
  }
  .jinushi-recruit-s-entryList .s-entryList__content .s-entryList__entryButton.-pconly::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E60112), to(#E60112)), -webkit-gradient(linear, left top, left bottom, from(#E60112), to(#E60112));
    background-image: linear-gradient(#E60112, #E60112), linear-gradient(#E60112, #E60112);
    background-position: top right, top left;
    background-size: 0% var(--lg-hover-outline-w), var(--lg-hover-outline-w) 0%;
    -webkit-animation: lgHoverOutlineBeforeReverse 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
    animation: lgHoverOutlineBeforeReverse 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  }
  .jinushi-recruit-s-entryList .s-entryList__content .s-entryList__entryButton.-pconly::after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E60112), to(#E60112)), -webkit-gradient(linear, left top, left bottom, from(#E60112), to(#E60112));
    background-image: linear-gradient(#E60112, #E60112), linear-gradient(#E60112, #E60112);
    background-position: top right, bottom right;
    background-size: var(--lg-hover-outline-w) 0%, 0% var(--lg-hover-outline-w);
    -webkit-animation: lgHoverOutlineAfterReverse 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
    animation: lgHoverOutlineAfterReverse 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
  }
  .jinushi-recruit-s-entryList .s-entryList__content .s-entryList__entryButton.-pconly:hover::before {
    opacity: 1;
    -webkit-transition: opacity 0s 0s;
    transition: opacity 0s 0s;
    -webkit-animation: lgHoverOutlineBefore 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
    animation: lgHoverOutlineBefore 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
    will-change: background-size;
  }
  .jinushi-recruit-s-entryList .s-entryList__content .s-entryList__entryButton.-pconly:hover::after {
    opacity: 1;
    -webkit-transition: opacity 0s 0s;
    transition: opacity 0s 0s;
    -webkit-animation: lgHoverOutlineAfter 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
    animation: lgHoverOutlineAfter 0.3s cubic-bezier(0.6, 0.2, 0.4, 0.8) forwards;
    will-change: background-size;
  }
}
@media screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .jinushi-recruit-s-entryList .s-entryList__content .s-entryList__entryButton.-pconly::before, .jinushi-recruit-s-entryList .s-entryList__content .s-entryList__entryButton.-pconly::after {
    -webkit-animation: none;
    animation: none;
    -webkit-transition: none;
    transition: none;
  }
  .jinushi-recruit-s-entryList .s-entryList__content .s-entryList__entryButton.-pconly:hover::before {
    -webkit-animation: none;
    animation: none;
    opacity: 1;
    background-size: 100% var(--lg-hover-outline-w), var(--lg-hover-outline-w) calc(100% - var(--lg-hover-outline-gap));
  }
  .jinushi-recruit-s-entryList .s-entryList__content .s-entryList__entryButton.-pconly:hover::after {
    -webkit-animation: none;
    animation: none;
    opacity: 1;
    background-size: var(--lg-hover-outline-w) 100%, calc(100% - var(--lg-hover-outline-gap)) var(--lg-hover-outline-w);
  }
}
@media screen and (min-width: 768px) {
  .jinushi-recruit-s-entryList .s-entryList__content .s-entryList__entryButton.-pconly::after {
    background-position: 100% 0, 100% 100%;
  }
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryList .s-entryList__content .s-entryList__entryButton {
    width: 100%;
    padding: 1.2rem 1.4rem 0.8rem;
  }
}
.jinushi-recruit-s-entryList .s-entryList__content .s-entryList__entryButton .s-entryList__entryButtonInner {
  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: 1.2rem;
  padding-bottom: 0.4rem;
  position: relative;
}
.jinushi-recruit-s-entryList .s-entryList__content .s-entryList__entryButton .s-entryList__entryButtonInner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.6rem;
  height: 0.2rem;
  background-color: #E60112;
}
.jinushi-recruit-s-entryList .s-entryList__content .s-entryList__entryButton .s-entryList__entryButtonText {
  color: #E60112;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.448;
  letter-spacing: 0.06em;
  text-align: left;
}
.jinushi-recruit-s-entryList .s-entryList__content .s-entryList__entryButton .s-entryList__entryButtonIcon {
  width: 0.778rem;
  height: 1.273rem;
  -ms-flex-negative: 0;
  flex-shrink: 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;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.jinushi-recruit-s-entryList .s-entryList__content .s-entryList__entryButton .s-entryList__entryButtonIcon img {
  width: 0.778rem;
  height: 1.273rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.jinushi-recruit-s-entryList .s-entryList__content .s-entryList__entryButton:not(.-pconly):hover::after {
  width: 100%;
}
.jinushi-recruit-s-entryList .s-entryList__content .s-entryList__itemDescription {
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryList .s-entryList__content .s-entryList__itemDescription {
    font-size: 1.5rem;
    margin-bottom: 1.6rem;
  }
}

.jinushi-recruit-s-entryDetail {
  width: 100%;
}
.jinushi-recruit-s-entryDetail .s-entryDetail__header {
  padding: 12.7rem 0 12rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryDetail .s-entryDetail__header {
    padding: 11rem 0 4.8rem;
  }
}
.jinushi-recruit-s-entryDetail .s-entryDetail__header .s-entryDetail__headerInner {
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryDetail .s-entryDetail__header .s-entryDetail__headerInner {
    padding: 0 2.4rem;
  }
}
.jinushi-recruit-s-entryDetail .s-entryDetail__header .s-entryDetail__breadcrumbs {
  margin-bottom: 6.6rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryDetail .s-entryDetail__header .s-entryDetail__breadcrumbs {
    margin-bottom: 3.6rem;
  }
}
.jinushi-recruit-s-entryDetail .s-entryDetail__header .s-entryDetail__headerContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryDetail .s-entryDetail__header .s-entryDetail__headerContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.jinushi-recruit-s-entryDetail .s-entryDetail__header .s-entryDetail__titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
}
.jinushi-recruit-s-entryDetail .s-entryDetail__header .s-entryDetail__category {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #E60112;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryDetail .s-entryDetail__header .s-entryDetail__category {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.jinushi-recruit-s-entryDetail .s-entryDetail__header .s-entryDetail__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 1.4;
  letter-spacing: 0;
  color: #221814;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryDetail .s-entryDetail__header .s-entryDetail__title {
    font-size: 3.2rem;
  }
}
.jinushi-recruit-s-entryDetail .s-entryDetail__content {
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryDetail .s-entryDetail__content {
    padding: 0 2.4rem;
  }
}
.jinushi-recruit-s-entryDetail .s-entryDetail__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryDetail .s-entryDetail__wrap {
    display: block;
  }
}
.jinushi-recruit-s-entryDetail .s-entryDetail__sideWrap {
  width: 36rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: sticky;
  top: 12rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryDetail .s-entryDetail__sideWrap {
    position: static;
    width: 100%;
    margin-bottom: 8rem;
  }
}
.jinushi-recruit-s-entryDetail .s-entryDetail__sideWrap .s-entryDetail__categoryList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  padding: 3.2rem;
  border: 0.1rem solid #C9CACA;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryDetail .s-entryDetail__sideWrap .s-entryDetail__categoryList {
    padding: 1.6rem;
    gap: 1.6rem;
  }
}
.jinushi-recruit-s-entryDetail .s-entryDetail__sideWrap .s-entryDetail__categoryList .s-entryDetail__categoryItem {
  margin: 0;
  padding: 0;
}
.jinushi-recruit-s-entryDetail .s-entryDetail__sideWrap .s-entryDetail__categoryList .s-entryDetail__categoryLink {
  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: 1.2rem;
  color: #221814;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.448;
  letter-spacing: 0.06em;
  text-decoration: none;
  padding-bottom: 1.6rem;
  position: relative;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  border-bottom: 0.2rem solid #EFEFEF;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryDetail .s-entryDetail__sideWrap .s-entryDetail__categoryList .s-entryDetail__categoryLink {
    font-size: 1.6rem;
  }
}
.jinushi-recruit-s-entryDetail .s-entryDetail__sideWrap .s-entryDetail__categoryList .s-entryDetail__categoryLink::before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 0.844rem;
  height: 0.2rem;
  background-color: #E60112;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.jinushi-recruit-s-entryDetail .s-entryDetail__sideWrap .s-entryDetail__categoryList .s-entryDetail__categoryLink::after {
  content: "";
  width: 0.778rem;
  height: 1.273rem;
  background: url("/assets/jinushi-recruit/img/common/button-arrow.svg") no-repeat center;
  background-size: 0.778rem 1.273rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.jinushi-recruit-s-entryDetail .s-entryDetail__sideWrap .s-entryDetail__categoryList .s-entryDetail__categoryLink:hover, .jinushi-recruit-s-entryDetail .s-entryDetail__sideWrap .s-entryDetail__categoryList .s-entryDetail__categoryLink.is-active {
  opacity: 1;
  color: #E60112;
}
.jinushi-recruit-s-entryDetail .s-entryDetail__sideWrap .s-entryDetail__categoryList .s-entryDetail__categoryLink:hover::after, .jinushi-recruit-s-entryDetail .s-entryDetail__sideWrap .s-entryDetail__categoryList .s-entryDetail__categoryLink.is-active::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.jinushi-recruit-s-entryDetail .s-entryDetail__sideWrap .s-entryDetail__shareWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
}
.jinushi-recruit-s-entryDetail .s-entryDetail__sideWrap .s-entryDetail__shareWrap .s-entryDetail__shareTitle {
  color: #221814;
  font-family: "Interstate", "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
}
.jinushi-recruit-s-entryDetail .s-entryDetail__sideWrap .s-entryDetail__shareWrap .s-entryDetail__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
.jinushi-recruit-s-entryDetail .s-entryDetail__sideWrap .s-entryDetail__shareWrap .s-entryDetail__share > a {
  width: 4.8rem;
  height: 4.8rem;
  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-color: #EFEFEF;
}
.jinushi-recruit-s-entryDetail .s-entryDetail__sideWrap .s-entryDetail__shareWrap .s-entryDetail__share > a img {
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.jinushi-recruit-s-entryDetail .s-entryDetail__sideWrap .s-entryDetail__shareWrap .s-entryDetail__share .jinushi-recruit-c-copylink {
  width: 4.8rem;
  height: 4.8rem;
  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-color: #EFEFEF;
  border: none;
}
.jinushi-recruit-s-entryDetail .s-entryDetail__sideWrap .s-entryDetail__shareWrap .s-entryDetail__share .jinushi-recruit-c-copylink img {
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.jinushi-recruit-s-entryDetail .s-entryDetail__body {
  width: calc(100% - 36rem - 12rem);
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryDetail .s-entryDetail__body {
    width: 100%;
  }
}
.jinushi-recruit-s-entryDetail .s-entryDetail__body .s-entryDetail__categorySection + .s-entryDetail__categorySection {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryDetail .s-entryDetail__body .s-entryDetail__categorySection {
    margin-top: 8rem;
  }
}
.jinushi-recruit-s-entryDetail .s-entryDetail__body .s-entryDetail__categorySection.-entryForm {
  position: relative;
  padding: 12rem 0 20rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryDetail .s-entryDetail__body .s-entryDetail__categorySection.-entryForm {
    padding: 8rem 0;
  }
}
.jinushi-recruit-s-entryDetail .s-entryDetail__body .s-entryDetail__categorySection.-entryForm::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc((100vw - 124rem) / -2 - 2rem - 36rem - 12rem);
  width: 100vw;
  height: 100%;
  background-color: #F5F5F5;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryDetail .s-entryDetail__body .s-entryDetail__categorySection.-entryForm::before {
    left: calc((100vw - 100%) / -2);
  }
}
.jinushi-recruit-s-entryDetail .s-entryDetail__body .s-entryDetail__categorySection.-entryForm .s-entryDetail__form {
  position: relative;
  z-index: 1;
}
.jinushi-recruit-s-entryDetail .s-entryDetail__body .s-entryDetail__sectionTitle {
  color: #E60112;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin: 0 0rem 48;
  padding-left: 1.9rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryDetail .s-entryDetail__body .s-entryDetail__sectionTitle {
    margin: 0 0 3.2rem;
    font-size: 2.4rem;
    padding-left: 1.4rem;
  }
}
.jinushi-recruit-s-entryDetail .s-entryDetail__body .s-entryDetail__sectionTitle::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 0.3rem;
  height: calc(100% - 1.3rem);
  background-color: #E60112;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryDetail .s-entryDetail__body .s-entryDetail__sectionTitle::before {
    top: 0.6rem;
    height: calc(100% - 0.9rem);
    width: 0.2rem;
  }
}
.jinushi-recruit-s-entryDetail .s-entryDetail__body .s-entryDetail__employ .s-entryDetail__employList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: -0.1rem;
}
.jinushi-recruit-s-entryDetail .s-entryDetail__body .s-entryDetail__employ .s-entryDetail__employList .s-entryDetail__employItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4.8rem;
  padding: 2.4rem 3.2rem;
  border: 0.1rem solid #C9CACA;
  border-bottom: none;
  background-color: #FFFFFF;
}
.jinushi-recruit-s-entryDetail .s-entryDetail__body .s-entryDetail__employ .s-entryDetail__employList .s-entryDetail__employItem:last-child {
  border-bottom: 0.1rem solid #C9CACA;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryDetail .s-entryDetail__body .s-entryDetail__employ .s-entryDetail__employList .s-entryDetail__employItem {
    gap: 1.6rem;
    padding: 1.6rem;
  }
}
.jinushi-recruit-s-entryDetail .s-entryDetail__body .s-entryDetail__employ .s-entryDetail__employList .s-entryDetail__employItem.-even {
  background-color: #F5F5F5;
}
.jinushi-recruit-s-entryDetail .s-entryDetail__body .s-entryDetail__employ .s-entryDetail__employList .s-entryDetail__employItem .s-entryDetail__employLabel {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #221814;
  width: 16rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryDetail .s-entryDetail__body .s-entryDetail__employ .s-entryDetail__employList .s-entryDetail__employItem .s-entryDetail__employLabel {
    font-size: 1.5rem;
    width: 8.8rem;
  }
}
.jinushi-recruit-s-entryDetail .s-entryDetail__body .s-entryDetail__employ .s-entryDetail__employList .s-entryDetail__employItem .s-entryDetail__employLabel::after {
  content: "";
  position: absolute;
  right: -2.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.1rem;
  height: 1.3rem;
  background-color: #C9CACA;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryDetail .s-entryDetail__body .s-entryDetail__employ .s-entryDetail__employList .s-entryDetail__employItem .s-entryDetail__employLabel::after {
    right: -0.8rem;
  }
}
.jinushi-recruit-s-entryDetail .s-entryDetail__body .s-entryDetail__employ .s-entryDetail__employList .s-entryDetail__employItem .s-entryDetail__employValue {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #323232;
  width: 44.8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: pre-line;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-entryDetail .s-entryDetail__body .s-entryDetail__employ .s-entryDetail__employList .s-entryDetail__employItem .s-entryDetail__employValue {
    font-size: 1.5rem;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.jinushi-recruit-s-complete {
  border-bottom: 0.1rem solid #C9CACA;
  padding: 0 0 20rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-complete {
    padding: 0 0 8rem;
  }
}
.jinushi-recruit-s-complete .jinushi-recruit-c-inner {
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-complete .jinushi-recruit-c-inner {
    padding: 0 2.4rem;
  }
}
.jinushi-recruit-s-complete .s-complete__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-complete .s-complete__content {
    gap: 3.2rem;
  }
}
.jinushi-recruit-s-complete .s-complete__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #221814;
}
@media screen and (max-width: 767px) {
  .jinushi-recruit-s-complete .s-complete__text {
    font-size: 1.5rem;
  }
}