/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/recruit/style.scss ***!
  \*****************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Noto+Sans+JP:wght@100..900&display=swap);
/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/recruit/style.scss (1) ***!
  \*********************************************************************************************************************************************************************/
@import url(https://use.typekit.net/aca5isn.css);
/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/recruit/style.scss (2) ***!
  \*********************************************************************************************************************************************************************/
@charset "UTF-8";
.hover-opacity-animation, .hover-opacity-8, .recruit-footer__inner .recruit-footer__main__inner .footer-logo-address .footer-logo > a, .recruit-footer__inner .recruit-footer__main__inner .footer-logo-address .social-link-item > a, .recruit-footer__inner .recruit-footer__main__inner .footer-menu-lists .footer-menu-list-block > a, .recruit-footer__inner .recruit-footer__main__inner .footer-menu-lists .footer-menu-list-block > ul > li > a, .recruit-footer__inner .recruit-footer__main__inner .footer-link-items .footer-link-item > a, .recruit-footer__inner .recruit-footer__main__inner .footer-privacy-copyright .footer-privacy > a, .recruit-header__inner .logo, .recruit-header__inner .entry, .recruit-entry-thanks__content__inner > .body .link-more > a, .recruit-entry-confirm__content__inner > .body .link-more button, .recruit-entry-index__content__inner > .body .form-row.privacy .row.checkbox > .col, .recruit-entry-index__content__inner > .body .link-more > button, .recruit-requirements-detail__content__inner > .body .link-more > a, .recruit-requirements-index__content__inner .work-role-items .work-role-item > a, .recruit-work-detail__schedule__inner > .link-more > a, .recruit-interview-detail__other__inner > .link-more > a, .hover-opacity-7, .hover-opacity-6, .recruit-header__inner .nav-item > a, .recruit-top-index__mv .scroll-down a, .hover-opacity-5 {
  opacity: 1;
  transition: opacity 0.2s;
}

.hover-opacity-5:hover {
  opacity: 0.5;
}

.hover-opacity-6:hover, .recruit-header__inner .nav-item > a:hover, .recruit-top-index__mv .scroll-down a:hover {
  opacity: 0.6;
}

.hover-opacity-7:hover {
  opacity: 0.7;
}

.hover-opacity-8:hover, .recruit-footer__inner .recruit-footer__main__inner .footer-logo-address .footer-logo > a:hover, .recruit-footer__inner .recruit-footer__main__inner .footer-logo-address .social-link-item > a:hover, .recruit-footer__inner .recruit-footer__main__inner .footer-menu-lists .footer-menu-list-block > a:hover, .recruit-footer__inner .recruit-footer__main__inner .footer-menu-lists .footer-menu-list-block > ul > li > a:hover, .recruit-footer__inner .recruit-footer__main__inner .footer-link-items .footer-link-item > a:hover, .recruit-footer__inner .recruit-footer__main__inner .footer-privacy-copyright .footer-privacy > a:hover, .recruit-header__inner .logo:hover, .recruit-header__inner .entry:hover, .recruit-entry-thanks__content__inner > .body .link-more > a:hover, .recruit-entry-confirm__content__inner > .body .link-more button:hover, .recruit-entry-index__content__inner > .body .form-row.privacy .row.checkbox > .col:hover, .recruit-entry-index__content__inner > .body .link-more > button:hover, .recruit-requirements-detail__content__inner > .body .link-more > a:hover, .recruit-requirements-index__content__inner .work-role-items .work-role-item > a:hover, .recruit-work-detail__schedule__inner > .link-more > a:hover, .recruit-interview-detail__other__inner > .link-more > a:hover {
  opacity: 0.8;
}

.show-pc {
  display: inline;
}
@media screen and (max-width: 768px) {
  .show-pc {
    display: none;
  }
}

.show-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .show-sp {
    display: inline;
  }
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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: inherit; /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

a:-webkit-any-link:focus-visible {
  outline-offset: 0;
}

a:focus-visible {
  outline: 0;
}

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

.fade-in,
.fade-in-up {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

@keyframes fadeInAnime {
  100% {
    opacity: 1;
  }
}
.fadeInUp {
  animation-name: fadeInUpAnime;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

@keyframes fadeInUpAnime {
  0% {
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  scroll-snap-type: y proximity;
  scroll-padding-top: 100px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 50px;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", serif;
}

.recruit-top-index {
  width: 100%;
  overflow: hidden;
}
.recruit-top-index > section:not(.recruit-top-index__mv) {
  display: flex;
  flex-direction: column;
}
.recruit-top-index > section:not(.recruit-top-index__mv) > * {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
@media screen and (max-width: 1399px) {
  .recruit-top-index > section:not(.recruit-top-index__mv) > * {
    max-width: unset;
  }
}
.recruit-top-index__mv {
  padding: unset;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .recruit-top-index__mv {
    height: 117.4vw;
    max-height: 100vh;
  }
}
.recruit-top-index__mv__inner {
  margin-top: 100px;
  background: linear-gradient(0deg, rgba(11, 51, 129, 0.25) 0%, rgba(11, 51, 129, 0.25) 100%), url(/images/recruit/top/mv.webp) lightgray 50%/cover no-repeat;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .recruit-top-index__mv__inner {
    margin-top: 50px;
    background: linear-gradient(0deg, rgba(11, 51, 129, 0.25) 0%, rgba(11, 51, 129, 0.25) 100%), url(/images/recruit/top/mv_sp.webp) lightgray 50%/cover no-repeat;
  }
}
.recruit-top-index__mv .catchcopy {
  color: #ffffff;
  margin: auto auto 124px 151px;
}
@media screen and (max-width: 1399px) {
  .recruit-top-index__mv .catchcopy {
    margin-left: 140px;
    margin-bottom: 116px;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-top-index__mv .catchcopy {
    margin-left: 70px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-top-index__mv .catchcopy {
    margin-left: 50px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-top-index__mv .catchcopy {
    margin-left: 20px;
    margin-bottom: 40px;
  }
}
.recruit-top-index__mv .catchcopy__inner {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
@media screen and (max-width: 1199px) {
  .recruit-top-index__mv .catchcopy__inner {
    gap: 12px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-top-index__mv .catchcopy__inner {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-top-index__mv .catchcopy__inner {
    gap: 8px;
  }
}
.recruit-top-index__mv .catchcopy__inner > p {
  font-family: "Noto Sans JP", serif;
  font-size: 6rem;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 1199px) {
  .recruit-top-index__mv .catchcopy__inner > p {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-top-index__mv .catchcopy__inner > p {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-top-index__mv .catchcopy__inner > p {
    font-size: 3rem;
  }
}
.recruit-top-index__mv .scroll-down {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateY(50%);
  height: 102px;
}
@media screen and (max-width: 768px) {
  .recruit-top-index__mv .scroll-down {
    display: none;
  }
}
.recruit-top-index__mv .scroll-down::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #249EFF;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.recruit-top-index__mv .scroll-down::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 102px;
  background: #249EFF;
}
.recruit-top-index__mv .scroll-down a {
  position: absolute;
  inset: -32px auto auto auto;
  margin: 0 auto auto auto;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 1.4rem;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.28px;
  text-decoration: none;
}
@keyframes circlemove {
  0% {
    bottom: 102px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.recruit-top-index__mv.anime-trigger {
  opacity: 0;
}
.recruit-top-index__mv.animeTrigger {
  animation-name: animeTriggerAnime;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
.recruit-top-index__mv.animeTrigger .catchcopy__text-1 {
  opacity: 0;
  animation-name: catchcopyText1Anime;
  animation-duration: 0.5s;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
.recruit-top-index__mv.animeTrigger .catchcopy__text-2 {
  opacity: 0;
  animation-name: catchcopyText2Anime;
  animation-duration: 0.5s;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
@keyframes animeTriggerAnime {
  100% {
    opacity: 1;
  }
}
@keyframes catchcopyText1Anime {
  0% {
    transform: translateY(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes catchcopyText2Anime {
  0% {
    transform: translateY(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.recruit-top-index__overview {
  padding: 70px 120px 120px 120px;
  background-color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .recruit-top-index__overview {
    padding: 70px 50px 70px 50px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-top-index__overview {
    padding: 41px 20px 60px 20px;
  }
}
.recruit-top-index__overview__inner {
  position: relative;
  display: grid;
  grid-template-areas: "catchcopy catchcopy" "view-more text";
  gap: 0;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1050px) {
  .recruit-top-index__overview__inner {
    grid-template-columns: 0.8fr 1.2fr;
  }
}
@media screen and (max-width: 768px) {
  .recruit-top-index__overview__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "catchcopy" "text" "view-more";
  }
}
.recruit-top-index__overview__inner > .catchcopy {
  grid-area: catchcopy;
}
.recruit-top-index__overview__inner > .catchcopy .catchcopy__inner > p {
  font-family: "Noto Sans JP", serif;
  font-size: 4.8rem;
  line-height: 1.625;
  font-weight: 900;
  color: #0B3381;
}
@media screen and (max-width: 1199px) {
  .recruit-top-index__overview__inner > .catchcopy .catchcopy__inner > p {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-top-index__overview__inner > .catchcopy .catchcopy__inner > p {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-top-index__overview__inner > .catchcopy .catchcopy__inner > p {
    font-size: 2.4rem;
  }
}
.recruit-top-index__overview__inner > .text {
  grid-area: text;
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  color: #000000;
  font-size: 1.6rem;
  line-height: 3;
}
@media screen and (max-width: 1050px) {
  .recruit-top-index__overview__inner > .text {
    line-height: 2.2;
  }
}
@media screen and (max-width: 768px) {
  .recruit-top-index__overview__inner > .text {
    margin-top: 20px;
    font-size: 1.3rem;
  }
}
.recruit-top-index__overview__inner > .view-more {
  grid-area: view-more;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .recruit-top-index__overview__inner > .view-more {
    margin-top: 40px;
  }
}
.recruit-top-index__overview__inner .text-cursive {
  position: absolute;
  inset: -16em 1vw auto auto;
  margin: 0 auto auto auto;
  pointer-events: none;
}
@media screen and (max-width: 1199px) {
  .recruit-top-index__overview__inner .text-cursive {
    inset: -15em 1vw auto auto;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-top-index__overview__inner .text-cursive {
    inset: -15em -1vw auto auto;
  }
}
@media screen and (max-width: 768px) {
  .recruit-top-index__overview__inner .text-cursive {
    inset: -8.6em -8vw auto auto;
  }
}
.recruit-top-index__overview__inner .text-cursive > div {
  padding: 0 0.2em;
  transform: rotate(-6deg);
}
.recruit-top-index__number {
  padding: 80px 120px;
  background-image: url(/images/common/bg-thin.png);
  background-size: 450px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .recruit-top-index__number {
    padding: 70px 50px 70px 50px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-top-index__number {
    padding: 41px 20px 60px 20px;
  }
}
.recruit-top-index__number__inner .number-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  width: 100%;
}
@media screen and (max-width: 1050px) {
  .recruit-top-index__number__inner .number-items {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "number-item-1 number-item-1" "number-item-2 number-item-2" "number-item-3 number-item-4" "number-item-5 number-item-6";
  }
}
@media screen and (max-width: 768px) {
  .recruit-top-index__number__inner .number-items {
    gap: 9px;
  }
}
.recruit-top-index__number__inner .number-items .number-item {
  min-height: 395px;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1399px) {
  .recruit-top-index__number__inner .number-items .number-item {
    min-height: 300px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-top-index__number__inner .number-items .number-item {
    min-height: unset;
    aspect-ratio: unset;
  }
  .recruit-top-index__number__inner .number-items .number-item:nth-child(1) {
    grid-area: number-item-1;
  }
  .recruit-top-index__number__inner .number-items .number-item:nth-child(2) {
    grid-area: number-item-2;
  }
  .recruit-top-index__number__inner .number-items .number-item:nth-child(3) {
    grid-area: number-item-3;
  }
  .recruit-top-index__number__inner .number-items .number-item:nth-child(4) {
    grid-area: number-item-4;
  }
  .recruit-top-index__number__inner .number-items .number-item:nth-child(5) {
    grid-area: number-item-5;
  }
  .recruit-top-index__number__inner .number-items .number-item:nth-child(6) {
    grid-area: number-item-6;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-top-index__number__inner .number-items .number-item:first-child {
    margin-bottom: -8px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-top-index__number__inner .number-items .number-item:first-child {
    margin-bottom: -9px;
    padding-bottom: 20px;
  }
}
.recruit-top-index__number__inner .number-items .number-item:first-child .title {
  margin-top: 40px;
}
@media screen and (max-width: 1399px) {
  .recruit-top-index__number__inner .number-items .number-item:first-child .title {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-top-index__number__inner .number-items .number-item:first-child .title {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-top-index__number__inner .number-items .number-item:first-child .title {
    margin-top: unset;
  }
}
.recruit-top-index__number__inner .number-items .number-item:first-child .view-more {
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  .recruit-top-index__number__inner .number-items .number-item:first-child .view-more {
    margin-top: 22px;
  }
}
.recruit-top-index__interview {
  background-color: #ffffff;
  padding: unset;
  width: 100%;
  position: relative;
}
.recruit-top-index__interview::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  margin: 0 auto 0 0;
  background-image: url(/images/common/bg-thin.png);
  background-size: 450px;
  pointer-events: none;
  width: 30%;
  height: 88%;
  z-index: 0;
  transform: translateY(40%);
}
@media screen and (max-width: 768px) {
  .recruit-top-index__interview::before {
    height: 90%;
    width: 64%;
    transform: translateY(38%);
  }
}
.recruit-top-index__interview__inner-whole {
  padding: 120px 120px 52px 120px;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  max-width: unset !important;
}
@media screen and (max-width: 1199px) {
  .recruit-top-index__interview__inner-whole {
    padding: 80px 50px 80px 50px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-top-index__interview__inner-whole {
    padding: 40px 20px;
  }
}
.recruit-top-index__interview__inner {
  position: relative;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
@media screen and (max-width: 1399px) {
  .recruit-top-index__interview__inner {
    max-width: unset;
  }
}
.recruit-top-index__interview__inner > .person-slide {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .recruit-top-index__interview__inner > .person-slide {
    margin-top: 20px;
  }
}
.recruit-top-index__interview__inner > .view-more {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 48px;
  padding-right: 16px;
}
@media screen and (max-width: 768px) {
  .recruit-top-index__interview__inner > .view-more {
    margin-top: 27px;
    padding-right: 8px;
  }
}
.recruit-top-index__interview__inner .text-cursive {
  position: absolute;
  inset: -10em -8vw auto auto;
  margin: 0 auto auto auto;
  pointer-events: none;
}
@media screen and (max-width: 1199px) {
  .recruit-top-index__interview__inner .text-cursive {
    inset: -8em -5vw auto auto;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-top-index__interview__inner .text-cursive {
    inset: -8em -8vw auto auto;
  }
}
@media screen and (max-width: 768px) {
  .recruit-top-index__interview__inner .text-cursive {
    inset: -3.6em -8vw auto auto;
  }
}
.recruit-top-index__interview__inner .text-cursive > div {
  padding: 0 0.2em;
  transform: rotate(-6deg);
}
.recruit-top-index__work {
  position: relative;
  padding: 80px 120px 180px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .recruit-top-index__work {
    padding: 70px 50px 70px 50px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-top-index__work {
    padding: 41px 20px 60px 20px;
  }
}
.recruit-top-index__work::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  margin: auto 0 auto auto;
  background-image: url(/images/common/bg-thin.png);
  background-size: 450px;
  pointer-events: none;
  width: 200px;
  height: 60%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .recruit-top-index__work::before {
    width: 125px;
    height: 46%;
  }
}
.recruit-top-index__work__inner {
  position: relative;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
.recruit-top-index__work__inner > .title {
  position: relative;
}
.recruit-top-index__work__inner > .work-role-items {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .recruit-top-index__work__inner > .work-role-items {
    gap: 30px;
    margin-top: 20px;
  }
}
.recruit-top-index__work__inner > .work-role-items .vc-work-role-item:nth-child(odd) {
  grid-template-columns: minmax(auto, 580px) 1fr;
  grid-template-areas: "image text";
}
@media screen and (max-width: 1399px) {
  .recruit-top-index__work__inner > .work-role-items .vc-work-role-item:nth-child(odd) {
    grid-template-columns: minmax(auto, 500px) 1fr;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-top-index__work__inner > .work-role-items .vc-work-role-item:nth-child(odd) {
    grid-template-columns: minmax(auto, 400px) 1fr;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-top-index__work__inner > .work-role-items .vc-work-role-item:nth-child(odd) {
    grid-template-columns: minmax(auto, 360px) 1fr;
  }
}
@media screen and (max-width: 768px) {
  .recruit-top-index__work__inner > .work-role-items .vc-work-role-item:nth-child(odd) {
    grid-template-columns: 1fr;
    grid-template-areas: "image" "text";
  }
}
@media screen and (max-width: 768px) {
  .recruit-top-index__work__inner > .work-role-items .vc-work-role-item:nth-child(odd) .button {
    justify-content: flex-start;
  }
}
.recruit-top-index__work__inner > .work-role-items .vc-work-role-item:nth-child(even) {
  grid-template-areas: "text image";
  grid-template-columns: 1fr minmax(auto, 580px);
}
@media screen and (max-width: 1399px) {
  .recruit-top-index__work__inner > .work-role-items .vc-work-role-item:nth-child(even) {
    grid-template-columns: 1fr minmax(auto, 500px);
  }
}
@media screen and (max-width: 1199px) {
  .recruit-top-index__work__inner > .work-role-items .vc-work-role-item:nth-child(even) {
    grid-template-columns: 1fr minmax(auto, 400px);
  }
}
@media screen and (max-width: 1050px) {
  .recruit-top-index__work__inner > .work-role-items .vc-work-role-item:nth-child(even) {
    grid-template-columns: 1fr minmax(auto, 360px);
  }
}
@media screen and (max-width: 768px) {
  .recruit-top-index__work__inner > .work-role-items .vc-work-role-item:nth-child(even) {
    grid-template-columns: 1fr;
    grid-template-areas: "image" "text";
  }
}
.recruit-top-index__work__inner > .work-role-items .vc-work-role-item:nth-child(even) .button {
  justify-content: flex-start;
}
.recruit-top-index__work__inner > .work-role-items .vc-work-role-item .button {
  padding: 0 16px;
}
@media screen and (max-width: 1050px) {
  .recruit-top-index__work__inner > .work-role-items .vc-work-role-item .button {
    padding: 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-top-index__work__inner > .work-role-items .vc-work-role-item .button {
    padding: unset;
  }
}
.recruit-top-index__work__inner .text-cursive {
  position: absolute;
  inset: -4em 2vw auto auto;
  margin: 0 0 auto auto;
  pointer-events: none;
}
@media screen and (max-width: 1399px) {
  .recruit-top-index__work__inner .text-cursive {
    inset: -4em 1vw auto auto;
  }
}
@media screen and (max-width: 768px) {
  .recruit-top-index__work__inner .text-cursive {
    inset: -2.4em -1vw auto auto;
  }
}
.recruit-top-index__work__inner .text-cursive > div {
  padding: 0 0.2em;
  transform: rotate(-6deg);
}
.recruit-top-index__company {
  padding: 80px 120px 58px;
  background: linear-gradient(0deg, rgba(11, 51, 129, 0.2) 0%, rgba(11, 51, 129, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(/images/recruit/top/company-content-bg.webp) lightgray 50%/cover no-repeat;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .recruit-top-index__company {
    padding: 70px 50px 70px 50px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-top-index__company {
    padding: 40px 20px;
  }
}
.recruit-top-index__company__inner {
  position: relative;
}
.recruit-top-index__company__inner > .title {
  position: relative;
  z-index: 1;
}
.recruit-top-index__company__inner > .company-feature-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-top: 40px;
}
@media screen and (max-width: 1050px) {
  .recruit-top-index__company__inner > .company-feature-items {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .recruit-top-index__company__inner > .company-feature-items {
    margin-top: 20px;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-top-index__company__inner > .view-more {
    display: flex;
    margin-top: 20px;
  }
}
.recruit-top-index__company__inner .text-cursive {
  position: absolute;
  inset: -15.6em auto auto 0.4em;
  margin: 0 auto auto 0;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .recruit-top-index__company__inner .text-cursive {
    inset: -8em auto auto 4em;
  }
}
.recruit-top-index__company__inner .text-cursive > div {
  padding: 0 0.2em;
  transform: rotate(-6deg);
  opacity: 0.22 !important;
  font-size: 26.4rem !important;
}
@media screen and (max-width: 768px) {
  .recruit-top-index__company__inner .text-cursive > div {
    font-size: 13.4rem !important;
  }
}
.recruit-top-index__document {
  position: relative;
  padding: 0 120px 207px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .recruit-top-index__document {
    padding: 0 50px 100px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-top-index__document {
    padding: 0 20px 60px;
  }
}
.recruit-top-index__document::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  margin: auto auto 0 0;
  background-image: url(/images/common/bg-thin.png);
  background-size: 450px;
  pointer-events: none;
  width: 574px;
  height: 54%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .recruit-top-index__document::before {
    width: 125px;
    height: 46%;
  }
}
.recruit-top-index__document__inner {
  position: relative;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 69px;
  padding-top: 140px;
}
@media screen and (max-width: 1199px) {
  .recruit-top-index__document__inner {
    gap: 50px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-top-index__document__inner {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .recruit-top-index__document__inner {
    padding-top: 70px;
    gap: 15px;
  }
}
.recruit-top-index__document__inner::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 84px;
  margin: 0 auto auto 0;
  pointer-events: none;
  width: 1px;
  height: 128px;
  z-index: 0;
  background-color: #249EFF;
}
@media screen and (max-width: 768px) {
  .recruit-top-index__document__inner::before {
    inset: 0 auto auto 46px;
    height: 64px;
  }
}
.recruit-top-index__document__inner > .title {
  position: relative;
}
.recruit-top-index__document__inner > .document {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  background-color: rgba(30, 41, 59, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.25);
}
.recruit-top-index__document__inner > .document .text-irregular {
  font-size: 3.6rem;
  line-height: 1;
  color: #ffffff;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .recruit-top-index__document__inner > .document .text-irregular {
    font-size: 1.8rem;
  }
}
.recruit-top-index__document__inner > .document .text-irregular a {
  text-decoration: underline;
}

.recruit-company-index {
  width: 100%;
}
.recruit-company-index > * {
  padding: 80px;
}
.recruit-company-index > section:not(.recruit-company-index__mv) {
  display: flex;
  flex-direction: column;
}
.recruit-company-index > section:not(.recruit-company-index__mv) > * {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
@media screen and (max-width: 1399px) {
  .recruit-company-index > section:not(.recruit-company-index__mv) > * {
    max-width: unset;
  }
}
.recruit-company-index__mv {
  padding: unset;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 1;
}
.recruit-company-index__mv__inner {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .recruit-company-index__mv__inner {
    margin-top: 50px;
  }
}
.recruit-company-index__mv__inner .vc-page-title .lead > div {
  font-size: 26.4rem;
  padding: 0 0.2em;
  margin: 0 60px 0 0;
}
@media screen and (max-width: 1399px) {
  .recruit-company-index__mv__inner .vc-page-title .lead > div {
    font-size: 24rem;
    margin: 0 60px 20px 0;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-company-index__mv__inner .vc-page-title .lead > div {
    font-size: 20rem;
    margin: 0 60px 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit-company-index__mv__inner .vc-page-title .lead > div {
    font-size: 13.2rem;
    margin: 0 -4px 0 0;
  }
}
.recruit-company-index__mv.anime-trigger {
  opacity: 0;
}
.recruit-company-index__mv.animeTrigger {
  animation-name: animeTriggerAnime;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
.recruit-company-index__mv.animeTrigger .title {
  opacity: 0;
  animation-name: titleAnime;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
@keyframes animeTriggerAnime {
  100% {
    opacity: 1;
  }
}
@keyframes titleAnime {
  0% {
    transform: translateX(-4px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.recruit-company-index__overview {
  padding: unset;
}
.recruit-company-index__overview__inner {
  padding: 0 130px;
}
@media screen and (max-width: 1199px) {
  .recruit-company-index__overview__inner {
    padding: 0 80px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-company-index__overview__inner {
    padding: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-company-index__overview__inner {
    padding: 0 59px 0 29px;
  }
}
.recruit-company-index__overview__inner > p {
  font-size: 1.6rem;
  line-height: 3;
  font-weight: 700;
  margin-top: -1em;
}
@media screen and (max-width: 1399px) {
  .recruit-company-index__overview__inner > p {
    margin-top: -2.6em;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-company-index__overview__inner > p {
    margin-top: -3.6em;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-company-index__overview__inner > p {
    line-height: 2.4;
  }
}
@media screen and (max-width: 768px) {
  .recruit-company-index__overview__inner > p {
    margin-top: -4em;
    font-size: 1.3rem;
    line-height: 2.2;
  }
}
.recruit-company-index__overview__inner > p > span {
  display: inline-block;
}
.recruit-company-index__overview.anime-trigger {
  opacity: 0;
}
.recruit-company-index__overview.animeTrigger {
  animation-name: animeTriggerAnime;
  animation-duration: 1s;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
@keyframes animeTriggerAnime {
  100% {
    opacity: 1;
  }
}
.recruit-company-index__mav {
  position: relative;
  padding: 184px 130px 0;
}
@media screen and (max-width: 1199px) {
  .recruit-company-index__mav {
    padding: 184px 80px 0;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-company-index__mav {
    padding: 184px 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit-company-index__mav {
    padding: 73px 10px 40px;
  }
}
.recruit-company-index__mav::before {
  content: "";
  position: absolute;
  inset: 64px 0 auto auto;
  margin: 0 0 auto auto;
  background-image: url(/images/common/bg-thin.png);
  background-size: 450px;
  pointer-events: none;
  width: 70%;
  height: 400px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .recruit-company-index__mav::before {
    inset: 45px 0 auto auto;
  }
}
.recruit-company-index__mav__inner {
  background-color: #ffffff;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .recruit-company-index__mav__inner {
    border-radius: 10px;
    padding: 40px 20px;
  }
}
.recruit-company-index__mav__inner::before {
  content: "";
  position: absolute;
  inset: -148px auto auto 84px;
  margin: 0 auto auto 0;
  pointer-events: none;
  width: 1px;
  height: 208px;
  z-index: 1;
  background-color: #249EFF;
}
@media screen and (max-width: 768px) {
  .recruit-company-index__mav__inner::before {
    inset: -73px auto auto 42px;
    height: 104px;
  }
}
.recruit-company-index__mav__inner > .title {
  margin: 80px 20px 0;
}
@media screen and (max-width: 768px) {
  .recruit-company-index__mav__inner > .title {
    margin: unset;
  }
}
.recruit-company-index__mav__inner > .mav-content {
  padding: 60px 80px 146px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (max-width: 1199px) {
  .recruit-company-index__mav__inner > .mav-content {
    padding: 60px 60px 146px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-company-index__mav__inner > .mav-content {
    padding: 60px 20px 146px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-company-index__mav__inner > .mav-content {
    padding: 30px 0 0;
  }
}
.recruit-company-index__mav__inner > .mav-content .content-1 .text-1 {
  font-family: "Noto Sans JP", serif;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 2;
  background: var(--gra2, linear-gradient(237deg, #0B3381 -26.18%, #1747FD 35.57%, #37A5FD 91.24%, #44CBFD 145.9%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1399px) {
  .recruit-company-index__mav__inner > .mav-content .content-1 .text-1 {
    font-size: 2.4rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-company-index__mav__inner > .mav-content .content-1 .text-1 {
    font-size: 2.2rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .recruit-company-index__mav__inner > .mav-content .content-1 .text-1 {
    font-size: 1.5rem;
    line-height: 2.2;
  }
}
.recruit-company-index__mav__inner > .mav-content .content-2 {
  margin-top: 64px;
  display: grid;
  grid-template-areas: "text-1 text-1" "text-2 image-1" "text-3 image-1";
  grid-template-columns: 445px minmax(30%, 574px);
  grid-template-rows: auto auto 1fr;
  gap: 0;
}
@media screen and (max-width: 1399px) {
  .recruit-company-index__mav__inner > .mav-content .content-2 {
    margin-top: 54px;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-company-index__mav__inner > .mav-content .content-2 {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-company-index__mav__inner > .mav-content .content-2 {
    grid-template-columns: 56% minmax(auto, 574px);
  }
}
@media screen and (max-width: 768px) {
  .recruit-company-index__mav__inner > .mav-content .content-2 {
    margin-top: 30px;
    grid-template-columns: 1fr;
    grid-template-areas: "text-1" "image-1" "text-2" "text-3";
  }
}
.recruit-company-index__mav__inner > .mav-content .content-2 > p {
  font-family: "Noto Sans JP", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.2;
}
@media screen and (max-width: 1199px) {
  .recruit-company-index__mav__inner > .mav-content .content-2 > p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .recruit-company-index__mav__inner > .mav-content .content-2 > p {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.recruit-company-index__mav__inner > .mav-content .content-2 > p.text-1 {
  grid-area: text-1;
}
.recruit-company-index__mav__inner > .mav-content .content-2 > p.text-2 {
  grid-area: text-2;
  color: #249EFF;
  margin-top: 24px;
}
@media screen and (max-width: 1199px) {
  .recruit-company-index__mav__inner > .mav-content .content-2 > p.text-2 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-company-index__mav__inner > .mav-content .content-2 > p.text-2 {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-company-index__mav__inner > .mav-content .content-2 > p.text-2 {
    margin-top: 32px;
  }
}
.recruit-company-index__mav__inner > .mav-content .content-2 > p.text-3 {
  grid-area: text-3;
  margin-top: 24px;
}
@media screen and (max-width: 1199px) {
  .recruit-company-index__mav__inner > .mav-content .content-2 > p.text-3 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-company-index__mav__inner > .mav-content .content-2 > p.text-3 {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-company-index__mav__inner > .mav-content .content-2 > p.text-3 {
    margin-top: 12px;
  }
}
.recruit-company-index__mav__inner > .mav-content .content-2 .image-1 {
  grid-area: image-1;
}
@media screen and (max-width: 1050px) {
  .recruit-company-index__mav__inner > .mav-content .content-2 .image-1 {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-company-index__mav__inner > .mav-content .content-2 .image-1 {
    margin-top: unset;
    padding: 32px 14px 0;
    max-width: 287px;
    margin-left: auto;
    margin-right: auto;
  }
}
.recruit-company-index__mav__inner > .mav-content .content-2 .image-1 > img {
  width: 100%;
  height: auto;
}
.recruit-company-index__mav__inner > .mav-content .content-3 {
  margin-top: 20px;
}
.recruit-company-index__mav__inner > .mav-content .content-3 .mav-items {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.recruit-company-index__mav__inner > .mav-content .content-3 .mav-items .mav-item__row {
  position: relative;
}
.recruit-company-index__mav__inner > .mav-content .content-3 .mav-items .mav-item__row.row-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  align-items: center;
}
@media screen and (max-width: 1399px) {
  .recruit-company-index__mav__inner > .mav-content .content-3 .mav-items .mav-item__row.row-1 {
    gap: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-company-index__mav__inner > .mav-content .content-3 .mav-items .mav-item__row.row-1 {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-company-index__mav__inner > .mav-content .content-3 .mav-items .mav-item__row.row-1 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .recruit-company-index__mav__inner > .mav-content .content-3 .mav-items .mav-item__row.row-1 .mav-item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "title point-text" "image point-text" "body-text body-text" "body-text body-text";
  }
  .recruit-company-index__mav__inner > .mav-content .content-3 .mav-items .mav-item__row.row-1 .mav-item--title {
    grid-area: title;
  }
  .recruit-company-index__mav__inner > .mav-content .content-3 .mav-items .mav-item__row.row-1 .mav-item--image {
    grid-area: image;
  }
  .recruit-company-index__mav__inner > .mav-content .content-3 .mav-items .mav-item__row.row-1 .mav-item--point-text {
    grid-area: point-text;
    margin-top: unset;
    justify-content: center;
  }
  .recruit-company-index__mav__inner > .mav-content .content-3 .mav-items .mav-item__row.row-1 .mav-item--body-text {
    grid-area: body-text;
  }
}
.recruit-company-index__mav__inner > .mav-content .content-3 .mav-items .mav-item__row.row-2 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .recruit-company-index__mav__inner > .mav-content .content-3 .mav-items .mav-item__row.row-2 {
    margin-top: 30px;
  }
}
.recruit-company-index__mav__inner > .mav-content .content-3 .mav-items .mav-item__row.row-3 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .recruit-company-index__mav__inner > .mav-content .content-3 .mav-items .mav-item__row.row-3 {
    margin-top: 20px;
  }
}
.recruit-company-index__mav__inner > .mav-content .content-3 .mav-items .plus {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .recruit-company-index__mav__inner > .mav-content .content-3 .mav-items .plus {
    height: 30px;
  }
}
.recruit-company-index__mav__inner > .mav-content .content-3 .mav-items .plus > span {
  display: inline-block;
  vertical-align: middle;
  color: #1E76D0;
  line-height: 1;
  width: 60px;
  height: 4px;
  background: currentColor;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit-company-index__mav__inner > .mav-content .content-3 .mav-items .plus > span {
    width: 30px;
    height: 2px;
  }
}
.recruit-company-index__mav__inner > .mav-content .content-3 .mav-items .plus > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  transform: rotate(90deg);
}
.recruit-company-index__mav__inner > .mav-content .content-3 .mav-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.recruit-company-index__mav__inner > .mav-content .content-3 .mav-item--title > p {
  padding: 16px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #249EFF;
}
@media screen and (max-width: 768px) {
  .recruit-company-index__mav__inner > .mav-content .content-3 .mav-item--title > p {
    font-size: 1.3rem;
    padding: 8px;
  }
}
.recruit-company-index__mav__inner > .mav-content .content-3 .mav-item--image {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: -8px;
}
@media screen and (max-width: 768px) {
  .recruit-company-index__mav__inner > .mav-content .content-3 .mav-item--image {
    margin-top: 1px;
  }
}
.recruit-company-index__mav__inner > .mav-content .content-3 .mav-item--image > img {
  width: 100%;
  max-width: 280px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recruit-company-index__mav__inner > .mav-content .content-3 .mav-item--image > img {
    max-width: 140px;
  }
}
.recruit-company-index__mav__inner > .mav-content .content-3 .mav-item--point-text {
  margin-top: 10px;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 700;
  padding: 8px;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #0B3381;
}
@media screen and (max-width: 768px) {
  .recruit-company-index__mav__inner > .mav-content .content-3 .mav-item--point-text {
    font-size: 1.3rem;
    padding: 4px;
  }
}
.recruit-company-index__mav__inner > .mav-content .content-3 .mav-item--body-text {
  margin-top: 4px;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .recruit-company-index__mav__inner > .mav-content .content-3 .mav-item--body-text {
    font-size: 1.2rem;
    padding: 4px;
  }
}
.recruit-company-index__mav__inner > .mav-content .content-3 .mav-item.mindset {
  background: var(--gra2, linear-gradient(237deg, rgba(11, 51, 129, 0.3) -26.18%, rgba(23, 71, 253, 0.3) 35.57%, rgba(55, 165, 253, 0.3) 91.24%, rgba(68, 203, 253, 0.3) 145.9%));
  border-radius: 16px;
  padding: 1px;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recruit-company-index__mav__inner > .mav-content .content-3 .mav-item.mindset {
    border-radius: 8px;
  }
}
.recruit-company-index__mav__inner > .mav-content .content-3 .mav-item.mindset .mav-item__inner {
  padding: 24px 55px !important;
  background: #ffffff;
  border-radius: 16px;
  padding: 1px;
  display: grid;
  gap: 0 14px;
  grid-template-areas: "title point-text" "image point-text";
  align-items: center;
}
@media screen and (max-width: 768px) {
  .recruit-company-index__mav__inner > .mav-content .content-3 .mav-item.mindset .mav-item__inner {
    padding: 12px 13px !important;
    gap: 0 7px;
    border-radius: 8px;
  }
}
.recruit-company-index__mav__inner > .mav-content .content-3 .mav-item.mindset .mav-item__inner .mav-item--title {
  grid-area: title;
}
.recruit-company-index__mav__inner > .mav-content .content-3 .mav-item.mindset .mav-item__inner .mav-item--image {
  grid-area: image;
  padding: 0 10px 16px 11px;
}
@media screen and (max-width: 768px) {
  .recruit-company-index__mav__inner > .mav-content .content-3 .mav-item.mindset .mav-item__inner .mav-item--image {
    padding: 0 5px 4px;
  }
}
.recruit-company-index__mav__inner > .mav-content .content-3 .mav-item.mindset .mav-item__inner .mav-item--point-text {
  grid-area: point-text;
  margin-top: unset;
}
.recruit-company-index__message {
  position: relative;
  padding: 317px 130px 317px;
  background-color: #249EFF;
  margin-top: -137px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .recruit-company-index__message {
    padding: 317px 80px 317px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-company-index__message {
    padding: 317px 60px 317px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-company-index__message {
    margin-top: unset;
    padding: 40px 0 123px 20px;
  }
}
.recruit-company-index__message::after {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  margin: auto auto 0 0;
  pointer-events: none;
  width: 100%;
  height: 479px;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(30, 41, 59, 0.8) 0%, rgba(30, 41, 59, 0.8) 100%), url(/images/recruit/company/company_message_bg_image.webp) lightgray 50%/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .recruit-company-index__message::after {
    background: linear-gradient(0deg, rgba(30, 41, 59, 0.8) 0%, rgba(30, 41, 59, 0.8) 100%), url(/images/recruit/company/company_message_bg_image_sp.webp) lightgray 50%/cover no-repeat;
    height: 240px;
  }
}
.recruit-company-index__message__inner {
  background-color: #ffffff;
  position: relative;
  border-radius: 20px 0 0 20px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .recruit-company-index__message__inner {
    border-radius: 10px 0 0 10px;
  }
}
.recruit-company-index__message__inner::before {
  display: block;
  content: "";
  position: absolute;
  inset: 0 auto auto 100px;
  margin: 0 auto auto 0;
  pointer-events: none;
  width: 100vw;
  height: 100%;
  z-index: 0;
  background-color: #ffffff;
}
.recruit-company-index__message__inner .inner-content {
  position: relative;
  z-index: 2;
  padding: 60px 0 60px 100px;
}
@media screen and (max-width: 1199px) {
  .recruit-company-index__message__inner .inner-content {
    padding: 60px 0 60px 60px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-company-index__message__inner .inner-content {
    padding: 25px 25px 15px 25px;
  }
}
.recruit-company-index__message__inner .inner-content .message-body {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .recruit-company-index__message__inner .inner-content .message-body {
    margin-top: 32px;
  }
}
.recruit-company-index__message__inner .inner-content .message-body .company-ceo-image {
  float: right;
  margin: -228px 0 50px 85px;
}
@media screen and (max-width: 1199px) {
  .recruit-company-index__message__inner .inner-content .message-body .company-ceo-image {
    margin: -228px 0 40px 60px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-company-index__message__inner .inner-content .message-body .company-ceo-image {
    margin: -228px 0 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-company-index__message__inner .inner-content .message-body .company-ceo-image {
    margin: -119px -25px 10px 14px;
  }
}
.recruit-company-index__message__inner .inner-content .message-body .company-ceo-image img {
  width: 310px;
  height: auto;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .recruit-company-index__message__inner .inner-content .message-body .company-ceo-image img {
    border-radius: 10px 0 0 10px;
    width: 155px;
  }
}
.recruit-company-index__message__inner .inner-content .message-body > p {
  font-size: 1.6rem;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .recruit-company-index__message__inner .inner-content .message-body > p {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.recruit-company-index__message__inner .inner-content .message-body .text-2 {
  margin-top: 1em;
  clear: both;
}
.recruit-company-index__message__inner .inner-content .message-body .company-ceo-sign {
  margin: 15px 24px 0 auto;
  display: flex;
  flex-direction: column;
  width: 446px;
}
@media screen and (max-width: 768px) {
  .recruit-company-index__message__inner .inner-content .message-body .company-ceo-sign {
    width: 223px;
    margin: 7px -10px 0 auto;
  }
}
.recruit-company-index__message__inner .inner-content .message-body .company-ceo-sign img {
  width: 100%;
  height: auto;
}
.recruit-company-index__number {
  background-color: #0B3381;
  padding: 120px 130px 160px;
}
@media screen and (max-width: 1199px) {
  .recruit-company-index__number {
    padding: 120px 80px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-company-index__number {
    padding: 120px 60px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-company-index__number {
    padding: 40px 20px;
  }
}
.recruit-company-index__number .number-items {
  margin-top: 80px;
  display: grid;
  grid-template-areas: "number-item-1 number-item-1 number-item-1 number-item-2 number-item-2 number-item-2" "number-item-1 number-item-1 number-item-1 number-item-3 number-item-3 number-item-3" "number-item-4 number-item-4 number-item-4 number-item-4 number-item-5 number-item-5" "number-item-6 number-item-6 number-item-7 number-item-7 number-item-8 number-item-8" "number-item-9 number-item-9 number-item-10 number-item-10 number-item-11 number-item-11" "number-item-12 number-item-12 number-item-12 number-item-13 number-item-13 number-item-13";
  gap: 12px;
}
@media screen and (max-width: 1199px) {
  .recruit-company-index__number .number-items {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-company-index__number .number-items {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-company-index__number .number-items {
    margin-top: 40px;
    grid-template-areas: "number-item-1 number-item-1" "number-item-2 number-item-3" "number-item-4 number-item-4" "number-item-5 number-item-5" "number-item-6 number-item-7" "number-item-8 number-item-9" "number-item-10 number-item-10" "number-item-11 number-item-11" "number-item-12 number-item-12" "number-item-13 number-item-13";
    gap: 6px;
  }
}
.recruit-company-index__number .number-item:nth-child(1) {
  grid-area: number-item-1;
}
.recruit-company-index__number .number-item:nth-child(2) {
  grid-area: number-item-2;
}
.recruit-company-index__number .number-item:nth-child(3) {
  grid-area: number-item-3;
}
.recruit-company-index__number .number-item:nth-child(4) {
  grid-area: number-item-4;
}
.recruit-company-index__number .number-item:nth-child(5) {
  grid-area: number-item-5;
}
.recruit-company-index__number .number-item:nth-child(6) {
  grid-area: number-item-6;
}
.recruit-company-index__number .number-item:nth-child(7) {
  grid-area: number-item-7;
}
.recruit-company-index__number .number-item:nth-child(8) {
  grid-area: number-item-8;
}
.recruit-company-index__number .number-item:nth-child(9) {
  grid-area: number-item-9;
}
.recruit-company-index__number .number-item:nth-child(10) {
  grid-area: number-item-10;
}
.recruit-company-index__number .number-item:nth-child(11) {
  grid-area: number-item-11;
}
.recruit-company-index__number .number-item:nth-child(12) {
  grid-area: number-item-12;
}
.recruit-company-index__number .number-item:nth-child(13) {
  grid-area: number-item-13;
}
.recruit-company-index__env {
  padding: 160px 160px 268px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .recruit-company-index__env {
    padding: 120px 80px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-company-index__env {
    padding: 120px 60px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-company-index__env {
    padding: 40px 20px 80px;
  }
}
.recruit-company-index__env::before {
  content: "";
  position: absolute;
  inset: auto auto 80px 0;
  margin: auto auto 0 0;
  background-image: url(/images/common/bg-thin.png);
  background-size: 450px;
  pointer-events: none;
  width: 41%;
  height: 70%;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  .recruit-company-index__env::before {
    inset: auto auto 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit-company-index__env::before {
    inset: auto auto 40px 0;
    width: 60%;
    height: 73%;
  }
}
.recruit-company-index__env__inner {
  position: relative;
  z-index: 1;
}
.recruit-company-index__env__inner > .work-env-items {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recruit-company-index__env__inner > .work-env-items {
    gap: 60px;
    margin-top: 68px;
  }
}
.recruit-interview-index {
  width: 100%;
}
.recruit-interview-index > * {
  padding: 80px;
}
.recruit-interview-index > section:not(.recruit-interview-index__mv) {
  display: flex;
  flex-direction: column;
}
.recruit-interview-index > section:not(.recruit-interview-index__mv) > * {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
@media screen and (max-width: 1399px) {
  .recruit-interview-index > section:not(.recruit-interview-index__mv) > * {
    max-width: unset;
  }
}
.recruit-interview-index__mv {
  padding: unset;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 1;
}
.recruit-interview-index__mv__inner {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .recruit-interview-index__mv__inner {
    margin-top: 50px;
  }
}
.recruit-interview-index__mv__inner .vc-page-title .lead > div {
  font-size: 26.4rem;
  padding: 0 0.2em;
  margin: 0 60px 0 0;
}
@media screen and (max-width: 1399px) {
  .recruit-interview-index__mv__inner .vc-page-title .lead > div {
    font-size: 24rem;
    margin: 0 60px 20px 0;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-interview-index__mv__inner .vc-page-title .lead > div {
    font-size: 16rem;
    margin: 0 60px 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit-interview-index__mv__inner .vc-page-title .lead > div {
    font-size: 9.7rem;
    margin: 0 12px -45px 0;
    line-height: 0.66;
    text-indent: -0.8em;
    padding: 0 0 24px 80px;
  }
}
.recruit-interview-index__mv.anime-trigger {
  opacity: 0;
}
.recruit-interview-index__mv.animeTrigger {
  animation-name: animeTriggerAnime;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
.recruit-interview-index__mv.animeTrigger .title {
  opacity: 0;
  animation-name: titleAnime;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
@keyframes animeTriggerAnime {
  100% {
    opacity: 1;
  }
}
@keyframes titleAnime {
  0% {
    transform: translateX(-4px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.recruit-interview-index__list {
  padding: 154px 130px 242px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .recruit-interview-index__list {
    padding: 120px 80px 200px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-interview-index__list {
    padding: 120px 50px 160px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-interview-index__list {
    padding: 65px 20px 60px;
  }
}
.recruit-interview-index__list::before {
  content: "";
  position: absolute;
  inset: 29px 0 auto auto;
  margin: 0 0 auto auto;
  background-image: url(/images/common/bg-thin.png);
  background-size: 450px;
  pointer-events: none;
  width: 80%;
  height: 80%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .recruit-interview-index__list::before {
    inset: 14px 0 auto auto;
    width: 70%;
    height: 97%;
  }
}
.recruit-interview-index__list__inner {
  position: relative;
  z-index: 1;
}
.recruit-interview-index__list__inner > .person-grid-items {
  display: grid;
  gap: 40px 35px;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
@media screen and (max-width: 1399px) {
  .recruit-interview-index__list__inner > .person-grid-items {
    gap: 36px 30px;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-interview-index__list__inner > .person-grid-items {
    gap: 30px 25px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-interview-index__list__inner > .person-grid-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-interview-index__list__inner > .person-grid-items {
    gap: 15px 7px;
  }
}
.recruit-interview-detail {
  width: 100%;
  overflow: hidden;
}
.recruit-interview-detail > * {
  padding: 80px;
}
.recruit-interview-detail > section:not(.recruit-interview-detail__mv) {
  display: flex;
  flex-direction: column;
}
.recruit-interview-detail > section:not(.recruit-interview-detail__mv) > * {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
@media screen and (max-width: 1399px) {
  .recruit-interview-detail > section:not(.recruit-interview-detail__mv) > * {
    max-width: unset;
  }
}
.recruit-interview-detail__mv {
  padding: unset;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 80px;
}
@media screen and (max-width: 1050px) {
  .recruit-interview-detail__mv {
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-interview-detail__mv {
    padding-left: 20px;
  }
}
.recruit-interview-detail__mv__inner {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .recruit-interview-detail__mv__inner {
    margin-top: 50px;
  }
}
.recruit-interview-detail__mv__inner .vc-page-title .lead > div {
  font-size: 26.4rem;
  padding: 0 0.2em;
  margin: 0 60px 0 0;
}
@media screen and (max-width: 1399px) {
  .recruit-interview-detail__mv__inner .vc-page-title .lead > div {
    font-size: 24rem;
    margin: 0 60px 20px 0;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-interview-detail__mv__inner .vc-page-title .lead > div {
    font-size: 20rem;
    margin: 0 60px 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit-interview-detail__mv__inner .vc-page-title .lead > div {
    font-size: 13.2rem;
    margin: 0 -4px 0 0;
  }
}
.recruit-interview-detail__mv.anime-trigger {
  opacity: 0;
}
.recruit-interview-detail__mv.animeTrigger {
  animation-name: animeTriggerAnime;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
.recruit-interview-detail__mv.animeTrigger .title {
  opacity: 0;
  animation-name: titleAnime;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
.recruit-interview-detail__mv.animeTrigger .person {
  opacity: 0;
  animation-name: personAnime;
  animation-duration: 0.5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
@keyframes animeTriggerAnime {
  100% {
    opacity: 1;
  }
}
@keyframes titleAnime {
  100% {
    opacity: 1;
  }
}
@keyframes personAnime {
  0% {
    transform: translateX(-4px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.recruit-interview-detail__profile {
  padding: unset;
  padding: 170px 80px 0 0;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .recruit-interview-detail__profile {
    padding: 140px 50px 0 0;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-interview-detail__profile {
    padding: 80px 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit-interview-detail__profile {
    padding: 30px 20px 0 0;
  }
}
.recruit-interview-detail__profile::before {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  margin: 0 0 auto auto;
  background-image: url(/images/common/bg-thin.png);
  background-size: 450px;
  pointer-events: none;
  width: 64%;
  height: 200%;
  z-index: 0;
}
.recruit-interview-detail__profile__inner {
  position: relative;
  z-index: 2;
  max-width: unset !important;
  display: grid;
  grid-template-columns: 684px 1fr;
  gap: 36px;
}
@media screen and (max-width: 1199px) {
  .recruit-interview-detail__profile__inner {
    gap: 28px;
    grid-template-columns: 540px 1fr;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-interview-detail__profile__inner {
    gap: 24px;
    grid-template-columns: 400px 1fr;
  }
}
@media screen and (max-width: 768px) {
  .recruit-interview-detail__profile__inner {
    gap: 22px;
    grid-template-columns: 1fr;
  }
}
.recruit-interview-detail__profile__inner .profile-image {
  width: 100%;
  overflow: hidden;
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 768px) {
  .recruit-interview-detail__profile__inner .profile-image {
    border-radius: 0 10px 10px 0;
    max-width: 297px;
  }
}
.recruit-interview-detail__profile__inner .profile-image > img {
  width: 100%;
  height: auto;
}
.recruit-interview-detail__profile__inner .profile-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 88px;
}
@media screen and (max-width: 1199px) {
  .recruit-interview-detail__profile__inner .profile-text {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-interview-detail__profile__inner .profile-text {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-interview-detail__profile__inner .profile-text {
    margin-top: unset;
    gap: 15px;
    padding-left: 40px;
  }
}
.recruit-interview-detail__profile__inner .profile-title {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .recruit-interview-detail__profile__inner .profile-title {
    font-size: 1.3rem;
  }
}
.recruit-interview-detail__profile__inner .profile-body {
  font-size: 1.4rem;
  line-height: 2.4285714286;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .recruit-interview-detail__profile__inner .profile-body {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.recruit-interview-detail__content {
  display: grid;
  gap: 40px;
  padding: 0 130px;
  margin-top: -52px;
}
@media screen and (max-width: 1199px) {
  .recruit-interview-detail__content {
    padding: 0 80px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-interview-detail__content {
    padding: 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-interview-detail__content {
    gap: 30px;
    margin-top: 30px;
    padding: unset;
  }
}
.recruit-interview-detail__content__inner {
  background-color: #ffffff;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  padding: 122px 0 0;
  display: flex;
  flex-direction: column;
  gap: 104px;
}
@media screen and (max-width: 768px) {
  .recruit-interview-detail__content__inner {
    padding: 40px 0 0;
    border-radius: unset;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-interview-detail__content__inner > div:nth-child(3).vc-interview-body-image {
    overflow: hidden;
    position: relative;
  }
  .recruit-interview-detail__content__inner > div:nth-child(3).vc-interview-body-image .bg {
    inset: auto auto 0 0;
    margin: auto auto 0 0;
    width: 46%;
    height: 80%;
  }
  .recruit-interview-detail__content__inner > div:nth-child(3).vc-interview-body-image .image {
    height: 154px;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
    transform: translateX(65px);
    width: 100%;
  }
  .recruit-interview-detail__content__inner > div:nth-child(3).vc-interview-body-image .image img {
    position: absolute;
    width: auto;
    height: 100%;
    inset: 0 0 0 auto;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .recruit-interview-detail__content__inner > div:nth-child(6).vc-interview-body-image {
    overflow: hidden;
    position: relative;
  }
  .recruit-interview-detail__content__inner > div:nth-child(6).vc-interview-body-image .image {
    height: 154px;
    overflow: hidden;
    width: 100%;
  }
  .recruit-interview-detail__content__inner > div:nth-child(6).vc-interview-body-image .image img {
    position: absolute;
    width: auto;
    height: 100%;
    inset: 0 -20px 0 auto;
    margin: 0 0 0 auto;
  }
}
.recruit-interview-detail__content__inner .vc-interview-body-image {
  z-index: 999;
}
.recruit-interview-detail__content__inner .vc-interview-body-image:nth-child(1) {
  z-index: 888;
  display: none !important;
}
.recruit-interview-detail__content__inner .vc-interview-body-text {
  padding: 0 198px;
}
@media screen and (max-width: 1399px) {
  .recruit-interview-detail__content__inner .vc-interview-body-text {
    padding: 0 120px;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-interview-detail__content__inner .vc-interview-body-text {
    padding: 0 80px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-interview-detail__content__inner .vc-interview-body-text {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-interview-detail__content__inner .vc-interview-body-text {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-interview-detail.interview-3 .recruit-interview-detail__content__inner > div:nth-child(3).vc-interview-body-image .image img {
    inset: 0 auto 0 -120px;
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit-interview-detail.interview-3 .recruit-interview-detail__content__inner > div:nth-child(6).vc-interview-body-image .image img {
    inset: 0 auto 0 -120px;
    margin: 0 auto 0 0;
  }
}
.recruit-interview-detail__other {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 146px 130px 200px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .recruit-interview-detail__other {
    padding: 146px 80px 100px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-interview-detail__other {
    padding: 146px 50px 100px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-interview-detail__other {
    padding: 40px 0 49px;
  }
}
.recruit-interview-detail__other::after {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  margin: auto 0 0 auto;
  background-image: url(/images/common/bg-thin.png);
  background-size: 450px;
  width: 30%;
  height: 54%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .recruit-interview-detail__other::after {
    width: 60%;
    height: 64%;
  }
}
.recruit-interview-detail__other__inner {
  position: relative;
  z-index: 1;
}
.recruit-interview-detail__other__inner > .title {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 900;
  color: #0B3381;
  margin: 0 58px;
}
@media screen and (max-width: 1399px) {
  .recruit-interview-detail__other__inner > .title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-interview-detail__other__inner > .title {
    margin: 0 40px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-interview-detail__other__inner > .title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-interview-detail__other__inner > .title {
    margin: 0 20px;
    font-size: 1.6rem;
  }
}
.recruit-interview-detail__other__inner > .person-slide-small-slider {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .recruit-interview-detail__other__inner > .person-slide-small-slider {
    margin-top: 28px;
  }
}
.recruit-interview-detail__other__inner > .link-more {
  margin-top: 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .recruit-interview-detail__other__inner > .link-more {
    margin-top: 40px;
  }
}
.recruit-interview-detail__other__inner > .link-more > a {
  background-color: #ffffff;
  border: 1px solid #0B3381;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", serif;
  font-size: 1.6rem;
  line-height: 2.5;
  font-weight: 700;
  color: #0B3381;
  position: relative;
  max-width: 360px;
  min-height: 80px;
}
@media screen and (max-width: 1050px) {
  .recruit-interview-detail__other__inner > .link-more > a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-interview-detail__other__inner > .link-more > a {
    font-size: 1.3rem;
    max-width: 200px;
    min-height: 40px;
  }
}
.recruit-interview-detail__other__inner > .link-more > a:hover::after {
  transform: translateX(4px);
}
@media screen and (max-width: 768px) {
  .recruit-interview-detail__other__inner > .link-more > a:hover::after {
    transform: translateX(2px);
  }
}
.recruit-interview-detail__other__inner > .link-more > a::after {
  transform: translateX(0);
  transition: transform 0.2s;
  position: absolute;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  inset: auto 44px auto auto;
  margin: auto 0 auto auto;
  background-image: url(/images/recruit/common/icon/icon_arrow-right_simple_blue.webp);
  background-size: cover;
}
@media screen and (max-width: 1399px) {
  .recruit-interview-detail__other__inner > .link-more > a::after {
    right: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-interview-detail__other__inner > .link-more > a::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-interview-detail__other__inner > .link-more > a::after {
    inset: auto 12px auto auto;
    width: 12px;
    height: 12px;
  }
}
.recruit-work-index {
  width: 100%;
}
.recruit-work-index > * {
  padding: 80px;
}
.recruit-work-index > section:not(.recruit-work-index__mv) {
  display: flex;
  flex-direction: column;
}
.recruit-work-index > section:not(.recruit-work-index__mv) > * {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
@media screen and (max-width: 1399px) {
  .recruit-work-index > section:not(.recruit-work-index__mv) > * {
    max-width: unset;
  }
}
.recruit-work-index__mv {
  padding: unset;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 1;
}
.recruit-work-index__mv__inner {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .recruit-work-index__mv__inner {
    margin-top: 50px;
  }
}
.recruit-work-index__mv__inner .vc-page-title .lead > div {
  font-size: 26.4rem;
  padding: 0 0.2em;
  margin: 0 60px 0 0;
}
@media screen and (max-width: 1399px) {
  .recruit-work-index__mv__inner .vc-page-title .lead > div {
    font-size: 24rem;
    margin: 0 60px 20px 0;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-work-index__mv__inner .vc-page-title .lead > div {
    font-size: 20rem;
    margin: 0 60px 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit-work-index__mv__inner .vc-page-title .lead > div {
    font-size: 13.2rem;
    margin: 0 -4px 0 0;
  }
}
.recruit-work-index__mv.anime-trigger {
  opacity: 0;
}
.recruit-work-index__mv.animeTrigger {
  animation-name: animeTriggerAnime;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
.recruit-work-index__mv.animeTrigger .title {
  opacity: 0;
  animation-name: titleAnime;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
.recruit-work-index__mv.animeTrigger .person {
  opacity: 0;
  animation-name: personAnime;
  animation-duration: 0.5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
@keyframes animeTriggerAnime {
  100% {
    opacity: 1;
  }
}
@keyframes titleAnime {
  100% {
    opacity: 1;
  }
}
@keyframes personAnime {
  0% {
    transform: translateX(-4px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.recruit-work-index__list {
  padding: 100px 130px 192px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .recruit-work-index__list {
    padding: 100px 80px 192px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-work-index__list {
    padding: 100px 50px 192px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-work-index__list {
    padding: 65px 20px 60px;
  }
}
.recruit-work-index__list::before {
  content: "";
  position: absolute;
  inset: 29px 0 auto auto;
  margin: 0 0 auto auto;
  background-image: url(/images/common/bg-thin.png);
  background-size: 450px;
  pointer-events: none;
  width: 80%;
  height: 80%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .recruit-work-index__list::before {
    inset: 14px 0 auto auto;
    width: 70%;
    height: 97%;
  }
}
.recruit-work-index__list__inner {
  position: relative;
  z-index: 1;
}
.recruit-work-index__list__inner .work-role-large-items {
  display: flex;
  flex-direction: column;
  gap: 88px;
}
.recruit-work-detail {
  width: 100%;
}
.recruit-work-detail > * {
  padding: 80px;
}
.recruit-work-detail > section:not(.recruit-work-detail__mv) {
  display: flex;
  flex-direction: column;
}
.recruit-work-detail > section:not(.recruit-work-detail__mv) > * {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
@media screen and (max-width: 1399px) {
  .recruit-work-detail > section:not(.recruit-work-detail__mv) > * {
    max-width: unset;
  }
}
.recruit-work-detail__mv {
  padding: unset;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 80px;
}
@media screen and (max-width: 1050px) {
  .recruit-work-detail__mv {
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-work-detail__mv {
    padding-left: 20px;
  }
}
.recruit-work-detail__mv__inner {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .recruit-work-detail__mv__inner {
    margin-top: 50px;
  }
}
.recruit-work-detail__mv__inner .vc-page-title .lead > div {
  font-size: 26.4rem;
  padding: 0 0.2em;
  margin: 0 60px 0 0;
}
@media screen and (max-width: 1399px) {
  .recruit-work-detail__mv__inner .vc-page-title .lead > div {
    font-size: 24rem;
    margin: 0 60px 20px 0;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-work-detail__mv__inner .vc-page-title .lead > div {
    font-size: 20rem;
    margin: 0 60px 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit-work-detail__mv__inner .vc-page-title .lead > div {
    font-size: 13.2rem;
    margin: 0 -4px 0 0;
  }
}
.recruit-work-detail__mv.anime-trigger {
  opacity: 0;
}
.recruit-work-detail__mv.animeTrigger {
  animation-name: animeTriggerAnime;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
.recruit-work-detail__mv.animeTrigger .title {
  opacity: 0;
  animation-name: titleAnime;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
.recruit-work-detail__mv.animeTrigger .role {
  opacity: 0;
  animation-name: roleAnime;
  animation-duration: 0.5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
@keyframes animeTriggerAnime {
  100% {
    opacity: 1;
  }
}
@keyframes titleAnime {
  100% {
    opacity: 1;
  }
}
@keyframes roleAnime {
  0% {
    transform: translateX(-4px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .recruit-work-detail.engineer .recruit-work-detail__mv__inner .vc-page-title-person .inner {
    background-position-x: 70%;
  }
}
@media screen and (max-width: 768px) {
  .recruit-work-detail.programmer .recruit-work-detail__mv__inner .vc-page-title-person .inner {
    background-position-x: 60%;
  }
}
@media screen and (max-width: 768px) {
  .recruit-work-detail.leader .recruit-work-detail__mv__inner .vc-page-title-person .inner {
    background-position-x: 70%;
  }
}
.recruit-work-detail__overview {
  padding: unset;
  padding: 170px 80px 0 0;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .recruit-work-detail__overview {
    padding: 140px 50px 0 0;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-work-detail__overview {
    padding: 80px 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit-work-detail__overview {
    padding: 30px 20px 0 0;
  }
}
.recruit-work-detail__overview__inner {
  position: relative;
  z-index: 2;
  max-width: unset !important;
  display: grid;
  grid-template-columns: 720px 1fr;
  gap: 69px;
}
@media screen and (max-width: 1399px) {
  .recruit-work-detail__overview__inner {
    grid-template-columns: 600px 1fr;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-work-detail__overview__inner {
    gap: 50px;
    grid-template-columns: 500px 1fr;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-work-detail__overview__inner {
    gap: 40px;
    grid-template-columns: 360px 1fr;
  }
}
@media screen and (max-width: 768px) {
  .recruit-work-detail__overview__inner {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.recruit-work-detail__overview__inner .overview-image {
  width: 100%;
  overflow: hidden;
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 768px) {
  .recruit-work-detail__overview__inner .overview-image {
    border-radius: 0 10px 10px 0;
    max-width: 297px;
  }
}
.recruit-work-detail__overview__inner .overview-image > img {
  width: 100%;
  height: auto;
}
.recruit-work-detail__overview__inner .overview-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .recruit-work-detail__overview__inner .overview-text {
    gap: 15px;
    padding-left: 40px;
  }
}
.recruit-work-detail__overview__inner .overview-title {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 900;
  color: #0B3381;
}
@media screen and (max-width: 1399px) {
  .recruit-work-detail__overview__inner .overview-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-work-detail__overview__inner .overview-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-work-detail__overview__inner .overview-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-work-detail__overview__inner .overview-title {
    font-size: 1.3rem;
  }
}
.recruit-work-detail__overview__inner .overview-body {
  font-size: 1.6rem;
  line-height: 3;
  font-weight: 700;
}
@media screen and (max-width: 1399px) {
  .recruit-work-detail__overview__inner .overview-body {
    line-height: 2.4;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-work-detail__overview__inner .overview-body {
    font-size: 1.5rem;
    line-height: 2.2;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-work-detail__overview__inner .overview-body {
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .recruit-work-detail__overview__inner .overview-body {
    font-size: 1.3rem;
    line-height: 2;
    font-weight: 400;
  }
}
.recruit-work-detail__content {
  margin-top: 183px;
  background-image: url(/images/common/bg-thin.png);
  background-size: 450px;
  padding: 69px 130px;
}
@media screen and (max-width: 1199px) {
  .recruit-work-detail__content {
    padding: 69px 80px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-work-detail__content {
    padding: 69px 50px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-work-detail__content {
    margin-top: 38px;
    gap: 30px;
    padding: 40px 20px;
  }
}
.recruit-work-detail__content__inner > .title {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 900;
  color: #0B3381;
}
@media screen and (max-width: 1399px) {
  .recruit-work-detail__content__inner > .title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-work-detail__content__inner > .title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-work-detail__content__inner > .title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-work-detail__content__inner > .title {
    font-size: 1.6rem;
  }
}
.recruit-work-detail__content__inner > .work-role-body-items {
  margin-top: 20px;
  display: grid;
  gap: 35px;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 768px) {
  .recruit-work-detail__content__inner > .work-role-body-items {
    margin-top: 39px;
    gap: 26px;
  }
}
.recruit-work-detail__schedule {
  padding: 192px 200px;
}
@media screen and (max-width: 1199px) {
  .recruit-work-detail__schedule {
    padding: 160px 130px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-work-detail__schedule {
    padding: 100px 80px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-work-detail__schedule {
    padding: 40px 20px 60px;
  }
}
.recruit-work-detail__schedule__inner > .title {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 900;
  color: #0B3381;
}
@media screen and (max-width: 1399px) {
  .recruit-work-detail__schedule__inner > .title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-work-detail__schedule__inner > .title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-work-detail__schedule__inner > .title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-work-detail__schedule__inner > .title {
    font-size: 1.6rem;
  }
}
.recruit-work-detail__schedule__inner > .work-role-schedule {
  display: flex;
  flex-direction: column;
  margin-top: 72px;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .recruit-work-detail__schedule__inner > .work-role-schedule {
    margin-top: 30px;
    padding: unset;
  }
}
.recruit-work-detail__schedule__inner > .link-more {
  margin-top: 192px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .recruit-work-detail__schedule__inner > .link-more {
    margin-top: 40px;
  }
}
.recruit-work-detail__schedule__inner > .link-more > a {
  background-color: #ffffff;
  border: 1px solid #0B3381;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", serif;
  font-size: 1.6rem;
  line-height: 2.5;
  font-weight: 700;
  color: #0B3381;
  position: relative;
  max-width: 360px;
  min-height: 80px;
}
@media screen and (max-width: 1050px) {
  .recruit-work-detail__schedule__inner > .link-more > a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-work-detail__schedule__inner > .link-more > a {
    font-size: 1.3rem;
    max-width: 200px;
    min-height: 40px;
  }
}
.recruit-work-detail__schedule__inner > .link-more > a:hover::after {
  transform: translateX(4px);
}
@media screen and (max-width: 768px) {
  .recruit-work-detail__schedule__inner > .link-more > a:hover::after {
    transform: translateX(2px);
  }
}
.recruit-work-detail__schedule__inner > .link-more > a::after {
  transform: translateX(0);
  transition: transform 0.2s;
  position: absolute;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  inset: auto 44px auto auto;
  margin: auto 0 auto auto;
  background-image: url(/images/recruit/common/icon/icon_arrow-right_simple_blue.webp);
  background-size: cover;
}
@media screen and (max-width: 1399px) {
  .recruit-work-detail__schedule__inner > .link-more > a::after {
    right: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-work-detail__schedule__inner > .link-more > a::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-work-detail__schedule__inner > .link-more > a::after {
    inset: auto 12px auto auto;
    width: 12px;
    height: 12px;
  }
}
.recruit-requirements-index {
  width: 100%;
}
.recruit-requirements-index > section:not(.recruit-requirements-index__mv) {
  display: flex;
  flex-direction: column;
}
.recruit-requirements-index > section:not(.recruit-requirements-index__mv) > * {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
@media screen and (max-width: 1399px) {
  .recruit-requirements-index > section:not(.recruit-requirements-index__mv) > * {
    max-width: unset;
  }
}
.recruit-requirements-index__mv {
  padding: unset;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 1;
}
.recruit-requirements-index__mv__inner {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .recruit-requirements-index__mv__inner {
    margin-top: 50px;
  }
}
.recruit-requirements-index__mv__inner .vc-page-title {
  padding: 57px 45px 72px !important;
}
@media screen and (max-width: 1199px) {
  .recruit-requirements-index__mv__inner .vc-page-title {
    padding: 30px 24px 72px !important;
  }
}
@media screen and (max-width: 768px) {
  .recruit-requirements-index__mv__inner .vc-page-title {
    padding: 20px 0 26px 21px !important;
  }
}
.recruit-requirements-index__mv__inner .vc-page-title::before {
  content: "";
  position: absolute;
  width: 60% !important;
  height: 74% !important;
}
@media screen and (max-width: 768px) {
  .recruit-requirements-index__mv__inner .vc-page-title::before {
    inset: 0 auto auto 0;
    margin: 0 auto auto 0;
    width: 10% !important;
    height: 259px !important;
  }
}
.recruit-requirements-index__mv__inner .vc-page-title::after {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  margin: auto 0 0 auto;
  background-image: url(/images/common/bg-thin.png);
  background-size: 450px;
  width: 46%;
  height: 30%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .recruit-requirements-index__mv__inner .vc-page-title::after {
    width: 30%;
    height: 128px;
  }
}
.recruit-requirements-index__mv__inner .vc-page-title .inner {
  position: relative;
  z-index: 1;
}
.recruit-requirements-index__mv__inner .vc-page-title .lead {
  display: none;
}
.recruit-requirements-index__mv.anime-trigger {
  opacity: 0;
}
.recruit-requirements-index__mv.animeTrigger {
  animation-name: animeTriggerAnime;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
.recruit-requirements-index__mv.animeTrigger .title {
  opacity: 0;
  animation-name: titleAnime;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
@keyframes animeTriggerAnime {
  100% {
    opacity: 1;
  }
}
@keyframes titleAnime {
  0% {
    transform: translateX(-4px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.recruit-requirements-index__overview {
  padding: 110px 130px 98px;
}
@media screen and (max-width: 1199px) {
  .recruit-requirements-index__overview {
    padding: 110px 80px 98px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-requirements-index__overview {
    padding: 110px 50px 98px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-requirements-index__overview {
    padding: 14px 20px 42px;
  }
}
.recruit-requirements-index__overview__inner > p {
  font-size: 2.4rem;
  line-height: 2;
  color: #0B3381;
  font-weight: 700;
}
@media screen and (max-width: 1399px) {
  .recruit-requirements-index__overview__inner > p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-requirements-index__overview__inner > p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-requirements-index__overview__inner > p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-requirements-index__overview__inner > p {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.recruit-requirements-index__overview.anime-trigger {
  opacity: 0;
}
.recruit-requirements-index__overview.animeTrigger {
  animation-name: animeTriggerAnime;
  animation-duration: 1s;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
@keyframes animeTriggerAnime {
  100% {
    opacity: 1;
  }
}
.recruit-requirements-index__content {
  background-image: url(/images/common/bg-thin.png);
  background-size: 450px;
  padding: 120px 130px 138px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1199px) {
  .recruit-requirements-index__content {
    padding: 120px 80px 138px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-requirements-index__content {
    padding: 120px 50px 138px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-requirements-index__content {
    padding: 40px 20px;
  }
}
.recruit-requirements-index__content__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.recruit-requirements-index__content__inner .work-role-items {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .recruit-requirements-index__content__inner .work-role-items {
    gap: 20px;
  }
}
.recruit-requirements-index__content__inner .work-role-items .work-role-item {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.recruit-requirements-index__content__inner .work-role-items .work-role-item.leader > a {
  background: linear-gradient(90deg, #0B3381 0%, #0B3381 44.5%, rgba(11, 51, 129, 0.8) 69%, rgba(11, 51, 129, 0.55) 100%), url(/images/recruit/requirements/work_role_leader.webp) lightgray 50%/cover no-repeat !important;
}
@media screen and (max-width: 768px) {
  .recruit-requirements-index__content__inner .work-role-items .work-role-item.leader > a {
    background: linear-gradient(90deg, #0B3381 0%, #0B3381 44.5%, rgba(11, 51, 129, 0.8) 69%, rgba(11, 51, 129, 0.55) 100%), url(/images/recruit/requirements/work_role_leader_sp.webp) lightgray 50%/contain no-repeat;
  }
}
.recruit-requirements-index__content__inner .work-role-items .work-role-item.engineer > a {
  background: linear-gradient(90deg, #0B3381 0%, #0B3381 44.5%, rgba(11, 51, 129, 0.8) 69%, rgba(11, 51, 129, 0.55) 100%), url(/images/recruit/requirements/work_role_engineer.webp) lightgray 50%/cover no-repeat !important;
}
@media screen and (max-width: 768px) {
  .recruit-requirements-index__content__inner .work-role-items .work-role-item.engineer > a {
    background: linear-gradient(90deg, #0B3381 0%, #0B3381 44.5%, rgba(11, 51, 129, 0.8) 69%, rgba(11, 51, 129, 0.55) 100%), url(/images/recruit/requirements/work_role_engineer_sp.webp) lightgray 50%/contain no-repeat;
  }
}
.recruit-requirements-index__content__inner .work-role-items .work-role-item.programmer > a {
  background: linear-gradient(90deg, #0B3381 0%, #0B3381 44.5%, rgba(11, 51, 129, 0.8) 69%, rgba(11, 51, 129, 0.55) 100%), url(/images/recruit/requirements/work_role_programmer.webp) lightgray 50%/cover no-repeat !important;
}
@media screen and (max-width: 768px) {
  .recruit-requirements-index__content__inner .work-role-items .work-role-item.programmer > a {
    background: linear-gradient(90deg, #0B3381 0%, #0B3381 44.5%, rgba(11, 51, 129, 0.8) 69%, rgba(11, 51, 129, 0.55) 100%), url(/images/recruit/requirements/work_role_programmer_sp.webp) lightgray 50%/contain no-repeat;
  }
}
.recruit-requirements-index__content__inner .work-role-items .work-role-item > a {
  border-radius: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 64px;
  height: auto;
  min-height: 320px;
}
@media screen and (max-width: 1399px) {
  .recruit-requirements-index__content__inner .work-role-items .work-role-item > a {
    padding: 20px 60px;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-requirements-index__content__inner .work-role-items .work-role-item > a {
    padding: 10px 50px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-requirements-index__content__inner .work-role-items .work-role-item > a {
    padding: 10px 40px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-requirements-index__content__inner .work-role-items .work-role-item > a {
    min-height: 200px;
    padding: 30px 20px;
    border-radius: 10px;
  }
}
.recruit-requirements-index__content__inner .work-role-items .work-role-item > a > .text {
  width: 100%;
  max-width: 54%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1399px) {
  .recruit-requirements-index__content__inner .work-role-items .work-role-item > a > .text {
    gap: 36px;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-requirements-index__content__inner .work-role-items .work-role-item > a > .text {
    gap: 30px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-requirements-index__content__inner .work-role-items .work-role-item > a > .text {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-requirements-index__content__inner .work-role-items .work-role-item > a > .text {
    max-width: unset;
    gap: 20px;
  }
}
.recruit-requirements-index__content__inner .work-role-items .work-role-item > a > .text .role {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .recruit-requirements-index__content__inner .work-role-items .work-role-item > a > .text .role {
    gap: 2px;
  }
}
.recruit-requirements-index__content__inner .work-role-items .work-role-item > a > .text .role .jp {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 900;
}
@media screen and (max-width: 1399px) {
  .recruit-requirements-index__content__inner .work-role-items .work-role-item > a > .text .role .jp {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-requirements-index__content__inner .work-role-items .work-role-item > a > .text .role .jp {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-requirements-index__content__inner .work-role-items .work-role-item > a > .text .role .jp {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-requirements-index__content__inner .work-role-items .work-role-item > a > .text .role .jp {
    font-size: 1.6rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1399px) {
  .recruit-requirements-index__content__inner .work-role-items .work-role-item > a > .text .role .en {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .recruit-requirements-index__content__inner .work-role-items .work-role-item > a > .text .role .en {
    font-size: 1rem;
  }
}
.recruit-requirements-index__content__inner .work-role-items .work-role-item > a > .text .body {
  font-size: 1.8rem;
  line-height: 2.2222222222;
  font-weight: 700;
}
@media screen and (max-width: 1399px) {
  .recruit-requirements-index__content__inner .work-role-items .work-role-item > a > .text .body {
    font-size: 1.6rem;
    line-height: 220%;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-requirements-index__content__inner .work-role-items .work-role-item > a > .text .body {
    line-height: 200%;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-requirements-index__content__inner .work-role-items .work-role-item > a > .text .body {
    font-size: 1.4rem;
    line-height: 180%;
  }
}
@media screen and (max-width: 768px) {
  .recruit-requirements-index__content__inner .work-role-items .work-role-item > a > .text .body {
    font-size: 1.2rem;
    line-height: 180%;
    font-weight: 400;
  }
}
.recruit-requirements-detail {
  width: 100%;
}
.recruit-requirements-detail > section:not(.recruit-requirements-detail__mv) {
  display: flex;
  flex-direction: column;
}
.recruit-requirements-detail > section:not(.recruit-requirements-detail__mv) > * {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
@media screen and (max-width: 1399px) {
  .recruit-requirements-detail > section:not(.recruit-requirements-detail__mv) > * {
    max-width: unset;
  }
}
.recruit-requirements-detail__mv {
  padding: unset;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 1;
}
.recruit-requirements-detail__mv__inner {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .recruit-requirements-detail__mv__inner {
    margin-top: 50px;
  }
}
.recruit-requirements-detail__mv__inner .vc-page-title {
  padding: 57px 45px 72px !important;
}
@media screen and (max-width: 1199px) {
  .recruit-requirements-detail__mv__inner .vc-page-title {
    padding: 30px 24px 72px !important;
  }
}
@media screen and (max-width: 768px) {
  .recruit-requirements-detail__mv__inner .vc-page-title {
    padding: 20px 0 26px 21px !important;
  }
}
.recruit-requirements-detail__mv__inner .vc-page-title::before {
  content: "";
  position: absolute;
  width: 60% !important;
  height: 74% !important;
}
@media screen and (max-width: 768px) {
  .recruit-requirements-detail__mv__inner .vc-page-title::before {
    inset: 0 auto auto 0;
    margin: 0 auto auto 0;
    width: 10% !important;
    height: 259px !important;
  }
}
.recruit-requirements-detail__mv__inner .vc-page-title::after {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  margin: auto 0 0 auto;
  background-image: url(/images/common/bg-thin.png);
  background-size: 450px;
  width: 46%;
  height: 30%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .recruit-requirements-detail__mv__inner .vc-page-title::after {
    width: 30%;
    height: 128px;
  }
}
.recruit-requirements-detail__mv__inner .vc-page-title .inner {
  position: relative;
  z-index: 1;
}
.recruit-requirements-detail__mv__inner .vc-page-title .lead {
  display: none;
}
.recruit-requirements-detail__mv.anime-trigger {
  opacity: 0;
}
.recruit-requirements-detail__mv.animeTrigger {
  animation-name: animeTriggerAnime;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
.recruit-requirements-detail__mv.animeTrigger .title {
  opacity: 0;
  animation-name: titleAnime;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
@keyframes animeTriggerAnime {
  100% {
    opacity: 1;
  }
}
@keyframes titleAnime {
  0% {
    transform: translateX(-4px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.recruit-requirements-detail__overview {
  padding: 110px 130px 98px;
}
@media screen and (max-width: 1199px) {
  .recruit-requirements-detail__overview {
    padding: 110px 80px 98px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-requirements-detail__overview {
    padding: 110px 50px 98px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-requirements-detail__overview {
    padding: 14px 20px 42px;
  }
}
.recruit-requirements-detail__overview__inner > p {
  font-size: 2.4rem;
  line-height: 2;
  color: #0B3381;
  font-weight: 700;
}
@media screen and (max-width: 1399px) {
  .recruit-requirements-detail__overview__inner > p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-requirements-detail__overview__inner > p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-requirements-detail__overview__inner > p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-requirements-detail__overview__inner > p {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.recruit-requirements-detail__overview.anime-trigger {
  opacity: 0;
}
.recruit-requirements-detail__overview.animeTrigger {
  animation-name: animeTriggerAnime;
  animation-duration: 1s;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
@keyframes animeTriggerAnime {
  100% {
    opacity: 1;
  }
}
.recruit-requirements-detail__content {
  background-image: url(/images/common/bg-thin.png);
  background-size: 450px;
  padding: 48px 130px 123px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1199px) {
  .recruit-requirements-detail__content {
    padding: 48px 80px 123px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-requirements-detail__content {
    padding: 48px 50px 123px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-requirements-detail__content {
    padding: 30px 20px 40px;
  }
}
.recruit-requirements-detail__content__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.recruit-requirements-detail__content__inner > .title {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 900;
  color: #0B3381;
}
@media screen and (max-width: 1399px) {
  .recruit-requirements-detail__content__inner > .title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-requirements-detail__content__inner > .title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-requirements-detail__content__inner > .title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-requirements-detail__content__inner > .title {
    font-size: 1.6rem;
  }
}
.recruit-requirements-detail__content__inner > .body {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  border: 1px solid #0B3381;
  background-color: #ffffff;
  padding: 88px 90px;
  margin-top: 40px;
}
@media screen and (max-width: 1399px) {
  .recruit-requirements-detail__content__inner > .body {
    padding: 60px 50px 88px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-requirements-detail__content__inner > .body {
    padding: 40px 30px 60px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-requirements-detail__content__inner > .body {
    border-radius: 10px;
    margin-top: 30px;
    padding: 30px 20px 50px;
  }
}
.recruit-requirements-detail__content__inner > .body .content-row {
  display: grid;
  grid-template-columns: minmax(auto, 320px) 1fr;
  gap: 25px;
}
@media screen and (max-width: 1199px) {
  .recruit-requirements-detail__content__inner > .body .content-row {
    grid-template-columns: minmax(auto, 280px) 1fr;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-requirements-detail__content__inner > .body .content-row {
    grid-template-columns: minmax(auto, 240px) 1fr;
  }
}
@media screen and (max-width: 768px) {
  .recruit-requirements-detail__content__inner > .body .content-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.recruit-requirements-detail__content__inner > .body .content-row + .content-row {
  margin-top: 56px;
}
@media screen and (max-width: 1199px) {
  .recruit-requirements-detail__content__inner > .body .content-row + .content-row {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-requirements-detail__content__inner > .body .content-row + .content-row {
    margin-top: 28px;
  }
}
.recruit-requirements-detail__content__inner > .body .content-row__title {
  border-bottom: 1px solid #0B3381;
}
@media screen and (max-width: 768px) {
  .recruit-requirements-detail__content__inner > .body .content-row__title {
    border-bottom: unset;
  }
}
.recruit-requirements-detail__content__inner > .body .content-row__title > p {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 700;
  color: #0B3381;
  padding-bottom: 48px;
}
@media screen and (max-width: 1199px) {
  .recruit-requirements-detail__content__inner > .body .content-row__title > p {
    font-size: 1.6rem;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-requirements-detail__content__inner > .body .content-row__title > p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-requirements-detail__content__inner > .body .content-row__title > p {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 900;
    padding-bottom: unset;
  }
}
.recruit-requirements-detail__content__inner > .body .content-row__body {
  border-bottom: 1px solid #AEAEAE;
}
.recruit-requirements-detail__content__inner > .body .content-row__body > p {
  font-size: 1.6rem;
  line-height: 2.125;
  font-weight: 700;
  color: #1E293B;
  padding: 0 16px 48px;
}
@media screen and (max-width: 1199px) {
  .recruit-requirements-detail__content__inner > .body .content-row__body > p {
    font-size: 1.4rem;
    padding: 0 16px 24px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-requirements-detail__content__inner > .body .content-row__body > p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-requirements-detail__content__inner > .body .content-row__body > p {
    font-size: 1.2rem;
    line-height: 1.8;
    font-weight: 400;
    padding: 0 8px 20px;
  }
}
.recruit-requirements-detail__content__inner > .body .content-row__body > p .link-text {
  color: #0B3381;
  font-weight: 500;
}
.recruit-requirements-detail__content__inner > .body .before-text__link-more > p {
  margin-top: 136px;
  font-size: 1.8rem;
  line-height: 1.8888888889;
  font-weight: 700;
  color: #0B3381;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .recruit-requirements-detail__content__inner > .body .before-text__link-more > p {
    margin-top: 80px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-requirements-detail__content__inner > .body .before-text__link-more > p {
    font-size: 1.4rem;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-requirements-detail__content__inner > .body .before-text__link-more > p {
    margin-top: 58px;
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.recruit-requirements-detail__content__inner > .body .link-more {
  margin-top: 136px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .recruit-requirements-detail__content__inner > .body .link-more {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-requirements-detail__content__inner > .body .link-more {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-requirements-detail__content__inner > .body .link-more {
    margin-top: 28px;
  }
}
.recruit-requirements-detail__content__inner > .body .link-more > a {
  background-color: #ffffff;
  border: 1px solid #0B3381;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", serif;
  font-size: 1.6rem;
  line-height: 2.5;
  font-weight: 700;
  color: #0B3381;
  position: relative;
  max-width: 360px;
  min-height: 80px;
}
@media screen and (max-width: 1050px) {
  .recruit-requirements-detail__content__inner > .body .link-more > a {
    font-size: 1.4rem;
    min-height: 60px;
    max-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-requirements-detail__content__inner > .body .link-more > a {
    font-size: 1.3rem;
    max-width: 200px;
    min-height: 40px;
  }
}
.recruit-requirements-detail__content__inner > .body .link-more > a:hover::after {
  transform: translateX(4px);
}
@media screen and (max-width: 768px) {
  .recruit-requirements-detail__content__inner > .body .link-more > a:hover::after {
    transform: translateX(2px);
  }
}
.recruit-requirements-detail__content__inner > .body .link-more > a::after {
  transform: translateX(0);
  transition: transform 0.2s;
  position: absolute;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  inset: auto 44px auto auto;
  margin: auto 0 auto auto;
  background-image: url(/images/recruit/common/icon/icon_arrow-right_simple_blue.webp);
  background-size: cover;
}
@media screen and (max-width: 1399px) {
  .recruit-requirements-detail__content__inner > .body .link-more > a::after {
    right: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-requirements-detail__content__inner > .body .link-more > a::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-requirements-detail__content__inner > .body .link-more > a::after {
    inset: auto 12px auto auto;
    width: 12px;
    height: 12px;
  }
}
.recruit-entry-index {
  width: 100%;
}
.recruit-entry-index > section:not(.recruit-entry-index__mv) {
  display: flex;
  flex-direction: column;
}
.recruit-entry-index > section:not(.recruit-entry-index__mv) > * {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
@media screen and (max-width: 1399px) {
  .recruit-entry-index > section:not(.recruit-entry-index__mv) > * {
    max-width: unset;
  }
}
.recruit-entry-index__mv {
  padding: unset;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 1;
}
.recruit-entry-index__mv__inner {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__mv__inner {
    margin-top: 50px;
  }
}
.recruit-entry-index__mv__inner .vc-page-title {
  padding: 57px 45px 72px !important;
}
@media screen and (max-width: 1199px) {
  .recruit-entry-index__mv__inner .vc-page-title {
    padding: 30px 24px 72px !important;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__mv__inner .vc-page-title {
    padding: 20px 0 26px 21px !important;
  }
}
.recruit-entry-index__mv__inner .vc-page-title::before {
  content: "";
  position: absolute;
  width: 60% !important;
  height: 74% !important;
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__mv__inner .vc-page-title::before {
    inset: 0 auto auto 0;
    margin: 0 auto auto 0;
    width: 10% !important;
    height: 259px !important;
  }
}
.recruit-entry-index__mv__inner .vc-page-title::after {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  margin: auto 0 0 auto;
  background-image: url(/images/common/bg-thin.png);
  background-size: 450px;
  width: 46%;
  height: 30%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__mv__inner .vc-page-title::after {
    width: 30%;
    height: 128px;
  }
}
.recruit-entry-index__mv__inner .vc-page-title .inner {
  position: relative;
  z-index: 1;
}
.recruit-entry-index__mv__inner .vc-page-title .lead {
  display: none;
}
.recruit-entry-index__mv.anime-trigger {
  opacity: 0;
}
.recruit-entry-index__mv.animeTrigger {
  animation-name: animeTriggerAnime;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
.recruit-entry-index__mv.animeTrigger .title {
  opacity: 0;
  animation-name: titleAnime;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
@keyframes animeTriggerAnime {
  100% {
    opacity: 1;
  }
}
@keyframes titleAnime {
  0% {
    transform: translateX(-4px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.recruit-entry-index__overview {
  padding: 110px 130px 98px;
}
@media screen and (max-width: 1199px) {
  .recruit-entry-index__overview {
    padding: 110px 80px 98px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-entry-index__overview {
    padding: 110px 50px 98px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__overview {
    padding: 14px 20px 42px;
  }
}
.recruit-entry-index__overview__inner > p {
  font-size: 2.4rem;
  line-height: 2;
  color: #0B3381;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1399px) {
  .recruit-entry-index__overview__inner > p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-entry-index__overview__inner > p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-entry-index__overview__inner > p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__overview__inner > p {
    font-size: 1.3rem;
    line-height: 1.8;
    text-align: left;
  }
}
.recruit-entry-index__overview.anime-trigger {
  opacity: 0;
}
.recruit-entry-index__overview.animeTrigger {
  animation-name: animeTriggerAnime;
  animation-duration: 1s;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
@keyframes animeTriggerAnime {
  100% {
    opacity: 1;
  }
}
.recruit-entry-index__content {
  background-image: url(/images/common/bg-thin.png);
  background-size: 450px;
  padding: 124px 220px 138px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1199px) {
  .recruit-entry-index__content {
    padding: 124px 150px 138px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-entry-index__content {
    padding: 124px 80px 138px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__content {
    padding: 20px 20px 40px;
  }
}
.recruit-entry-index__content__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.recruit-entry-index__content__inner > .body {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  border: 1px solid #0B3381;
  background-color: #ffffff;
  padding: 32px 26px 64px;
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__content__inner > .body {
    border-radius: 10px;
    padding: 30px 20px 50px;
  }
}
.recruit-entry-index__content__inner > .body .form {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__content__inner > .body .form {
    gap: 22px;
  }
}
.recruit-entry-index__content__inner > .body .form-error {
  color: #F30F00;
  font-size: 1.3rem;
  border: solid #F30F00 1px;
  padding: 20px;
  display: grid;
  gap: 1.2rem;
  background-color: rgba(243, 15, 0, 0.05);
  border-radius: 0.5rem;
}
.recruit-entry-index__content__inner > .body .form-error li {
  display: flex;
  gap: 0.4rem;
}
.recruit-entry-index__content__inner > .body .form-error li::before {
  content: "・";
}
.recruit-entry-index__content__inner > .body .form-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__content__inner > .body .form-row {
    gap: 8px;
  }
}
.recruit-entry-index__content__inner > .body .form-row.name .col, .recruit-entry-index__content__inner > .body .form-row.name-kana .col {
  max-width: 340px;
}
.recruit-entry-index__content__inner > .body .form-row.birth .row {
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__content__inner > .body .form-row.birth .row {
    gap: 4px;
  }
}
.recruit-entry-index__content__inner > .body .form-row.birth .row .col {
  max-width: 120px;
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__content__inner > .body .form-row.birth .row .col {
    max-width: 70px;
  }
}
.recruit-entry-index__content__inner > .body .form-row.birth .row .col.text {
  width: fit-content;
}
.recruit-entry-index__content__inner > .body .form-row.birth .row .col.text > span {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  color: #64748B;
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__content__inner > .body .form-row.birth .row .col.text > span {
    font-size: 1.1rem;
  }
}
.recruit-entry-index__content__inner > .body .form-row.address .row .col {
  max-width: 120px;
}
.recruit-entry-index__content__inner > .body .form-row.gender .row {
  padding: 0 12px;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__content__inner > .body .form-row.gender .row {
    padding: 8px 6px;
    gap: 30px;
  }
}
.recruit-entry-index__content__inner > .body .form-row.gender .row .col {
  width: fit-content;
}
.recruit-entry-index__content__inner > .body .form-row.gender .row .col label {
  position: relative;
  cursor: pointer;
  padding-left: 24px;
  font-size: 1.4rem;
  line-height: 1;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__content__inner > .body .form-row.gender .row .col label {
    padding-left: 22px;
    font-size: 1.3rem;
  }
}
.recruit-entry-index__content__inner > .body .form-row.gender .row .col label::before, .recruit-entry-index__content__inner > .body .form-row.gender .row .col label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.recruit-entry-index__content__inner > .body .form-row.gender .row .col label::before {
  background-color: #ffffff;
  border: 1px solid #E2E8F0;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  left: 0px;
}
.recruit-entry-index__content__inner > .body .form-row.gender .row .col label::after {
  background-color: #0B3381;
  border-radius: 50%;
  opacity: 0;
  width: 8px;
  height: 8px;
  left: 4px;
}
.recruit-entry-index__content__inner > .body .form-row.gender .row .col input:checked + label::after {
  opacity: 1;
}
.recruit-entry-index__content__inner > .body .form-row.file-upload .form-label {
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__content__inner > .body .form-row.file-upload .form-label {
    padding-bottom: 26px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__content__inner > .body .form-row.file-upload .form-label > .sub-text {
    position: absolute;
    font-size: 1.1rem;
    inset: 22px auto auto 0;
    margin: 0 auto auto 0;
  }
}
.recruit-entry-index__content__inner > .body .form-row.file-upload .col {
  position: relative;
}
.recruit-entry-index__content__inner > .body .form-row.file-upload .col .support-text {
  position: absolute;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  color: #334155;
  text-align: center;
  width: 100%;
  pointer-events: none;
  inset: 24px auto auto auto;
  margin: 0 auto auto auto;
}
.recruit-entry-index__content__inner > .body .form-row.file-upload .col .result-text {
  position: absolute;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  color: #334155;
  text-align: center;
  width: 100%;
  pointer-events: none;
  inset: auto auto 24px auto;
  margin: auto auto 0 auto;
}
.recruit-entry-index__content__inner > .body .form-row.file-upload .col .form-control {
  border: 1px dashed #CBD5E1;
  color: rgba(51, 65, 85, 0);
  font-size: 1.2rem;
  line-height: 1.6666666667;
  padding: 76px 24px 8px 24px;
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__content__inner > .body .form-row.file-upload .col .form-control {
    padding: 24px 24px 4px 24px;
  }
}
.recruit-entry-index__content__inner > .body .form-row.file-upload .col .form-control::file-selector-button {
  border-radius: 6px;
  border: 1px solid #94A3B8;
  background: #F8FAFC;
  font-weight: 500;
  color: #64748B;
  font-size: 1.2rem;
  line-height: 1;
  padding: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  min-height: 32px;
  width: fit-content;
  margin: 0 auto;
}
.recruit-entry-index__content__inner > .body .form-row.file-upload .files {
  display: grid;
  gap: 8px;
  padding-top: 8px;
}
.recruit-entry-index__content__inner > .body .form-row.file-upload .files .item {
  font-size: 1.4rem;
  padding: 12px;
  background-color: #F7FAFF;
  border: 1px solid #CBD5E1;
  border-radius: 8px;
  color: #334155;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  overflow: hidden;
}
.recruit-entry-index__content__inner > .body .form-row.file-upload .files .item .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
}
.recruit-entry-index__content__inner > .body .form-row.file-upload .files .item button {
  position: relative;
  width: 16px;
  height: 16px;
  display: flex;
}
.recruit-entry-index__content__inner > .body .form-row.file-upload .files .item button::before, .recruit-entry-index__content__inner > .body .form-row.file-upload .files .item button::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: #334155;
}
.recruit-entry-index__content__inner > .body .form-row.file-upload .files .item button::before {
  transform: rotate(45deg);
}
.recruit-entry-index__content__inner > .body .form-row.file-upload .files .item button::after {
  transform: rotate(-45deg);
}
.recruit-entry-index__content__inner > .body .form-row.textarea .row .col .form-control {
  min-height: 160px;
}
.recruit-entry-index__content__inner > .body .form-row.privacy .row.explanation-text > p {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  color: #64748B;
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__content__inner > .body .form-row.privacy .row.explanation-text > p {
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
.recruit-entry-index__content__inner > .body .form-row.privacy .row.pre-text {
  margin-top: 8px;
  display: block;
  width: 100%;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #CBD5E1;
  appearance: none;
  border-radius: 8px;
  min-height: 55px;
  overflow-y: auto;
  padding: 16px;
  max-height: 160px;
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__content__inner > .body .form-row.privacy .row.pre-text {
    padding: 8px;
    margin-top: 4px;
    border-radius: 4px;
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
.recruit-entry-index__content__inner > .body .form-row.privacy .row.pre-text > .pre {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  color: #64748B;
  white-space: pre-wrap;
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__content__inner > .body .form-row.privacy .row.pre-text > .pre {
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
.recruit-entry-index__content__inner > .body .form-row.privacy .row.pre-text > .pre .indent {
  padding-left: 2.6em;
}
.recruit-entry-index__content__inner > .body .form-row.privacy .row.pre-text > .pre .row {
  display: flex;
}
.recruit-entry-index__content__inner > .body .form-row.privacy .row.checkbox {
  margin-top: 16px;
  font-size: 1.6rem;
  line-height: 2.25;
  font-weight: 400;
  color: #2D2D2D;
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__content__inner > .body .form-row.privacy .row.checkbox {
    margin-top: 12px;
    font-size: 1.3rem;
    line-height: 1;
    color: #64748B;
  }
}
.recruit-entry-index__content__inner > .body .form-row.privacy .row.checkbox > .col {
  width: fit-content;
}
.recruit-entry-index__content__inner > .body .form-row.privacy .row.checkbox input[type=checkbox] {
  display: none;
}
.recruit-entry-index__content__inner > .body .form-row.privacy .row.checkbox input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f096";
  width: 16px;
  transform: translateY(2px);
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__content__inner > .body .form-row.privacy .row.checkbox input[type=checkbox] + label:before {
    width: 12px;
  }
}
.recruit-entry-index__content__inner > .body .form-row.privacy .row.checkbox input[type=checkbox]:checked + label:before {
  content: "\f046";
}
.recruit-entry-index__content__inner > .body .form-row.privacy .row.checkbox label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.recruit-entry-index__content__inner > .body .form-row .form-label {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  color: #0B3381;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__content__inner > .body .form-row .form-label {
    font-size: 1.3rem;
    gap: 4px;
  }
}
.recruit-entry-index__content__inner > .body .form-row .form-label.required::after {
  display: flex;
  width: fit-content;
  content: "必須";
  color: #F30F00;
  border: 1px solid #F30F00;
  border-radius: 6px;
  padding: 3px 6px;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  line-height: 1;
  min-height: 21px;
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__content__inner > .body .form-row .form-label.required::after {
    font-size: 1.1rem;
    border-radius: 3px;
    min-height: 16px;
    padding: 2px 4px;
  }
}
.recruit-entry-index__content__inner > .body .form-row .form-label > .sub-text {
  font-weight: 400;
  color: #0B3381;
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__content__inner > .body .form-row .form-label > .sub-text {
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
.recruit-entry-index__content__inner > .body .form-row__inner {
  display: flex;
  flex-direction: column;
}
.recruit-entry-index__content__inner > .body .form-row__inner > .row {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: flex-end;
}
.recruit-entry-index__content__inner > .body .form-row__inner > .row.supplementary-text > p {
  font-size: 1.2rem;
  line-height: 1.3333333333;
  font-weight: 400;
  color: #64748B;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__content__inner > .body .form-row__inner > .row.supplementary-text > p {
    font-size: 1rem;
    line-height: 140%;
  }
}
.recruit-entry-index__content__inner > .body .form-row__inner > .row .col {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.recruit-entry-index__content__inner > .body .form input::placeholder,
.recruit-entry-index__content__inner > .body .form textarea::placeholder {
  color: rgba(45, 45, 45, 0.3);
}
.recruit-entry-index__content__inner > .body .form input:focus,
.recruit-entry-index__content__inner > .body .form select:focus,
.recruit-entry-index__content__inner > .body .form textarea:focus {
  outline: 3px solid #249EFF;
  outline-offset: -3px;
}
.recruit-entry-index__content__inner > .body .form .form-control,
.recruit-entry-index__content__inner > .body .form .form-select {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.25;
  color: #1E293B;
  background-color: #F7FAFF;
  background-clip: padding-box;
  border: 1px solid #CBD5E1;
  appearance: none;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  min-height: 55px;
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__content__inner > .body .form .form-control,
  .recruit-entry-index__content__inner > .body .form .form-select {
    font-size: 1.3rem;
    min-height: 40px;
  }
}
.recruit-entry-index__content__inner > .body .form .form-control {
  padding: 0 8px;
}
.recruit-entry-index__content__inner > .body .form .form-select {
  padding: 0 12px;
}
.recruit-entry-index__content__inner > .body .content-row {
  display: grid;
  grid-template-columns: minmax(auto, 320px) 1fr;
  gap: 25px;
}
@media screen and (max-width: 1199px) {
  .recruit-entry-index__content__inner > .body .content-row {
    grid-template-columns: minmax(auto, 280px) 1fr;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-entry-index__content__inner > .body .content-row {
    grid-template-columns: minmax(auto, 240px) 1fr;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__content__inner > .body .content-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.recruit-entry-index__content__inner > .body .content-row + .content-row {
  margin-top: 56px;
}
@media screen and (max-width: 1199px) {
  .recruit-entry-index__content__inner > .body .content-row + .content-row {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__content__inner > .body .content-row + .content-row {
    margin-top: 28px;
  }
}
.recruit-entry-index__content__inner > .body .content-row__title {
  border-bottom: 1px solid #0B3381;
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__content__inner > .body .content-row__title {
    border-bottom: unset;
  }
}
.recruit-entry-index__content__inner > .body .content-row__title > p {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 700;
  color: #0B3381;
  padding-bottom: 48px;
}
@media screen and (max-width: 1199px) {
  .recruit-entry-index__content__inner > .body .content-row__title > p {
    font-size: 1.6rem;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-entry-index__content__inner > .body .content-row__title > p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__content__inner > .body .content-row__title > p {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 900;
    padding-bottom: unset;
  }
}
.recruit-entry-index__content__inner > .body .content-row__body {
  border-bottom: 1px solid #AEAEAE;
}
.recruit-entry-index__content__inner > .body .content-row__body > p {
  font-size: 1.6rem;
  line-height: 2.125;
  font-weight: 700;
  color: #1E293B;
  padding: 0 16px 48px;
}
@media screen and (max-width: 1199px) {
  .recruit-entry-index__content__inner > .body .content-row__body > p {
    font-size: 1.4rem;
    padding: 0 16px 24px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-entry-index__content__inner > .body .content-row__body > p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__content__inner > .body .content-row__body > p {
    font-size: 1.2rem;
    line-height: 1.8;
    font-weight: 400;
    padding: 0 8px 20px;
  }
}
.recruit-entry-index__content__inner > .body .before-text__link-more > p {
  margin-top: 136px;
  font-size: 1.8rem;
  line-height: 1.8888888889;
  font-weight: 700;
  color: #0B3381;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .recruit-entry-index__content__inner > .body .before-text__link-more > p {
    margin-top: 80px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-entry-index__content__inner > .body .before-text__link-more > p {
    font-size: 1.4rem;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__content__inner > .body .before-text__link-more > p {
    margin-top: 58px;
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.recruit-entry-index__content__inner > .body .link-more {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .recruit-entry-index__content__inner > .body .link-more {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-entry-index__content__inner > .body .link-more {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__content__inner > .body .link-more {
    margin-top: 28px;
  }
}
.recruit-entry-index__content__inner > .body .link-more > button {
  background-color: #ffffff;
  border: 1px solid #0B3381;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", serif;
  font-size: 1.6rem;
  line-height: 2.5;
  font-weight: 700;
  color: #0B3381;
  position: relative;
  max-width: 360px;
  min-height: 80px;
}
@media screen and (max-width: 1050px) {
  .recruit-entry-index__content__inner > .body .link-more > button {
    font-size: 1.4rem;
    min-height: 60px;
    max-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__content__inner > .body .link-more > button {
    font-size: 1.3rem;
    max-width: 200px;
    min-height: 40px;
  }
}
.recruit-entry-index__content__inner > .body .link-more > button:hover::after {
  transform: translateX(4px);
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__content__inner > .body .link-more > button:hover::after {
    transform: translateX(2px);
  }
}
.recruit-entry-index__content__inner > .body .link-more > button::after {
  transform: translateX(0);
  transition: transform 0.2s;
  position: absolute;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  inset: auto 44px auto auto;
  margin: auto 0 auto auto;
  background-image: url(/images/recruit/common/icon/icon_arrow-right_simple_blue.webp);
  background-size: cover;
}
@media screen and (max-width: 1399px) {
  .recruit-entry-index__content__inner > .body .link-more > button::after {
    right: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-entry-index__content__inner > .body .link-more > button::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry-index__content__inner > .body .link-more > button::after {
    inset: auto 12px auto auto;
    width: 12px;
    height: 12px;
  }
}
.recruit-entry-confirm {
  width: 100%;
}
.recruit-entry-confirm > section:not(.recruit-entry-confirm__mv) {
  display: flex;
  flex-direction: column;
}
.recruit-entry-confirm > section:not(.recruit-entry-confirm__mv) > * {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
@media screen and (max-width: 1399px) {
  .recruit-entry-confirm > section:not(.recruit-entry-confirm__mv) > * {
    max-width: unset;
  }
}
.recruit-entry-confirm__mv {
  padding: unset;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 1;
}
.recruit-entry-confirm__mv__inner {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .recruit-entry-confirm__mv__inner {
    margin-top: 50px;
  }
}
.recruit-entry-confirm__mv__inner .vc-page-title {
  padding: 57px 45px 72px !important;
}
@media screen and (max-width: 1199px) {
  .recruit-entry-confirm__mv__inner .vc-page-title {
    padding: 30px 24px 72px !important;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry-confirm__mv__inner .vc-page-title {
    padding: 20px 0 26px 21px !important;
  }
}
.recruit-entry-confirm__mv__inner .vc-page-title::before {
  content: "";
  position: absolute;
  width: 60% !important;
  height: 74% !important;
}
@media screen and (max-width: 768px) {
  .recruit-entry-confirm__mv__inner .vc-page-title::before {
    inset: 0 auto auto 0;
    margin: 0 auto auto 0;
    width: 10% !important;
    height: 259px !important;
  }
}
.recruit-entry-confirm__mv__inner .vc-page-title::after {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  margin: auto 0 0 auto;
  background-image: url(/images/common/bg-thin.png);
  background-size: 450px;
  width: 46%;
  height: 30%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .recruit-entry-confirm__mv__inner .vc-page-title::after {
    width: 30%;
    height: 128px;
  }
}
.recruit-entry-confirm__mv__inner .vc-page-title .inner {
  position: relative;
  z-index: 1;
}
.recruit-entry-confirm__mv__inner .vc-page-title .lead {
  display: none;
}
.recruit-entry-confirm__overview {
  padding: 110px 130px 98px;
}
@media screen and (max-width: 1199px) {
  .recruit-entry-confirm__overview {
    padding: 110px 80px 98px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-entry-confirm__overview {
    padding: 110px 50px 98px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry-confirm__overview {
    padding: 14px 20px 42px;
  }
}
.recruit-entry-confirm__overview__inner > p {
  font-size: 2.4rem;
  line-height: 2;
  color: #0B3381;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1399px) {
  .recruit-entry-confirm__overview__inner > p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-entry-confirm__overview__inner > p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-entry-confirm__overview__inner > p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry-confirm__overview__inner > p {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.recruit-entry-confirm__content {
  background-image: url(/images/common/bg-thin.png);
  background-size: 450px;
  padding: 124px 45px 138px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .recruit-entry-confirm__content {
    padding: 20px 20px 40px;
  }
}
.recruit-entry-confirm__content__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 1000px !important;
}
.recruit-entry-confirm__content__inner > .body {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  border: 1px solid #0B3381;
  background-color: #ffffff;
  padding: 64px 132px;
}
@media screen and (max-width: 1050px) {
  .recruit-entry-confirm__content__inner > .body {
    padding: 64px 50px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry-confirm__content__inner > .body {
    border-radius: 10px;
    padding: 30px 20px 50px;
  }
}
.recruit-entry-confirm__content__inner > .body .form {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .recruit-entry-confirm__content__inner > .body .form {
    gap: 30px;
  }
}
.recruit-entry-confirm__content__inner > .body .form-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .recruit-entry-confirm__content__inner > .body .form-row {
    gap: 8px;
  }
}
.recruit-entry-confirm__content__inner > .body .form-row.name .row, .recruit-entry-confirm__content__inner > .body .form-row.name-kana .row {
  gap: 1em;
}
.recruit-entry-confirm__content__inner > .body .form-row.name .row .col, .recruit-entry-confirm__content__inner > .body .form-row.name-kana .row .col {
  width: fit-content;
}
.recruit-entry-confirm__content__inner > .body .form-row.birth .row {
  align-items: center;
  gap: unset;
}
@media screen and (max-width: 768px) {
  .recruit-entry-confirm__content__inner > .body .form-row.birth .row {
    padding: 12px 0 0 8px;
  }
}
.recruit-entry-confirm__content__inner > .body .form-row.birth .row > .col {
  gap: unset;
}
.recruit-entry-confirm__content__inner > .body .form-row.birth .row .col {
  max-width: 120px;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .recruit-entry-confirm__content__inner > .body .form-row.birth .row .col {
    max-width: 70px;
  }
}
.recruit-entry-confirm__content__inner > .body .form-row.birth .row .col.text {
  width: fit-content;
}
.recruit-entry-confirm__content__inner > .body .form-row.birth .row .col.text > span {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  color: #64748B;
}
@media screen and (max-width: 768px) {
  .recruit-entry-confirm__content__inner > .body .form-row.birth .row .col.text > span {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry-confirm__content__inner > .body .form-row.birth .row .col .input-text {
    margin: unset;
  }
}
.recruit-entry-confirm__content__inner > .body .form-row.address .row .col {
  max-width: 120px;
}
.recruit-entry-confirm__content__inner > .body .form-row.gender .row .col {
  width: fit-content;
}
.recruit-entry-confirm__content__inner > .body .form-row.gender .row .col label {
  position: relative;
  cursor: pointer;
  padding-left: 24px;
  font-size: 1.4rem;
  line-height: 1;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .recruit-entry-confirm__content__inner > .body .form-row.gender .row .col label {
    padding-left: 22px;
    font-size: 1.3rem;
  }
}
.recruit-entry-confirm__content__inner > .body .form-row.gender .row .col label::before, .recruit-entry-confirm__content__inner > .body .form-row.gender .row .col label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.recruit-entry-confirm__content__inner > .body .form-row.gender .row .col label::before {
  background-color: #ffffff;
  border: 1px solid #E2E8F0;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  left: 0px;
}
.recruit-entry-confirm__content__inner > .body .form-row.gender .row .col label::after {
  background-color: #0B3381;
  border-radius: 50%;
  opacity: 0;
  width: 8px;
  height: 8px;
  left: 4px;
}
.recruit-entry-confirm__content__inner > .body .form-row.gender .row .col input:checked + label::after {
  opacity: 1;
}
.recruit-entry-confirm__content__inner > .body .form-row.textarea .row .col .form-control {
  min-height: 160px;
}
.recruit-entry-confirm__content__inner > .body .form-row.privacy .row.explanation-text > p {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  color: #64748B;
}
.recruit-entry-confirm__content__inner > .body .form-row.privacy .row.pre-text {
  margin-top: 8px;
  display: block;
  width: 100%;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #CBD5E1;
  appearance: none;
  border-radius: 8px;
  min-height: 55px;
  overflow-y: auto;
  padding: 16px;
  max-height: 160px;
}
.recruit-entry-confirm__content__inner > .body .form-row.privacy .row.pre-text > pre {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  color: #64748B;
  white-space: pre-wrap;
}
.recruit-entry-confirm__content__inner > .body .form-row.privacy .row.checkbox {
  margin-top: 16px;
  font-size: 1.6rem;
  line-height: 2.25;
  font-weight: 400;
  color: #2D2D2D;
}
.recruit-entry-confirm__content__inner > .body .form-row.privacy .row.checkbox input[type=checkbox] {
  display: none;
}
.recruit-entry-confirm__content__inner > .body .form-row.privacy .row.checkbox input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}
.recruit-entry-confirm__content__inner > .body .form-row.privacy .row.checkbox input[type=checkbox] + label:before {
  content: "\f096";
}
.recruit-entry-confirm__content__inner > .body .form-row.privacy .row.checkbox input[type=checkbox] + label:before {
  letter-spacing: 10px;
}
.recruit-entry-confirm__content__inner > .body .form-row.privacy .row.checkbox input[type=checkbox]:checked + label:before {
  content: "\f046";
}
.recruit-entry-confirm__content__inner > .body .form-row.privacy .row.checkbox input[type=checkbox]:checked + label:before {
  letter-spacing: 5px;
}
.recruit-entry-confirm__content__inner > .body .form-row .form-label {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  color: #0B3381;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .recruit-entry-confirm__content__inner > .body .form-row .form-label {
    font-size: 1.3rem;
    gap: 4px;
  }
}
.recruit-entry-confirm__content__inner > .body .form-row .form-label.required::after {
  display: flex;
  width: fit-content;
  content: "必須";
  color: #F30F00;
  border: 1px solid #F30F00;
  border-radius: 6px;
  padding: 3px 6px;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  line-height: 1;
  min-height: 21px;
}
@media screen and (max-width: 768px) {
  .recruit-entry-confirm__content__inner > .body .form-row .form-label.required::after {
    font-size: 1.1rem;
    border-radius: 3px;
    min-height: 16px;
    padding: 2px 4px;
  }
}
.recruit-entry-confirm__content__inner > .body .form-row .form-label > .sub-text {
  font-weight: 400;
}
.recruit-entry-confirm__content__inner > .body .form-row__inner {
  display: flex;
  flex-direction: column;
}
.recruit-entry-confirm__content__inner > .body .form-row__inner > .row {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: flex-end;
}
.recruit-entry-confirm__content__inner > .body .form-row__inner > .row.supplementary-text > p {
  font-size: 1.2rem;
  line-height: 1.3333333333;
  font-weight: 400;
  color: #64748B;
  margin-top: 8px;
}
.recruit-entry-confirm__content__inner > .body .form-row__inner > .row .col {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.recruit-entry-confirm__content__inner > .body .form-row__inner > .row .col .input-text {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 400;
  color: #1E293B;
}
@media screen and (max-width: 1199px) {
  .recruit-entry-confirm__content__inner > .body .form-row__inner > .row .col .input-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-entry-confirm__content__inner > .body .form-row__inner > .row .col .input-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry-confirm__content__inner > .body .form-row__inner > .row .col .input-text {
    margin: 12px 0 0 8px;
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.recruit-entry-confirm__content__inner > .body .form input::placeholder,
.recruit-entry-confirm__content__inner > .body .form textarea::placeholder {
  color: rgba(45, 45, 45, 0.3);
}
.recruit-entry-confirm__content__inner > .body .form input:focus,
.recruit-entry-confirm__content__inner > .body .form select:focus,
.recruit-entry-confirm__content__inner > .body .form textarea:focus {
  outline: 3px solid #249EFF;
  outline-offset: -3px;
}
.recruit-entry-confirm__content__inner > .body .form .form-control,
.recruit-entry-confirm__content__inner > .body .form .form-select {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.25;
  color: #1E293B;
  background-color: #F7FAFF;
  background-clip: padding-box;
  border: 1px solid #CBD5E1;
  appearance: none;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  min-height: 55px;
}
.recruit-entry-confirm__content__inner > .body .form .form-control {
  padding: 0 8px;
}
.recruit-entry-confirm__content__inner > .body .form .form-select {
  padding: 0 12px;
}
.recruit-entry-confirm__content__inner > .body .content-row {
  display: grid;
  grid-template-columns: minmax(auto, 320px) 1fr;
  gap: 25px;
}
@media screen and (max-width: 1199px) {
  .recruit-entry-confirm__content__inner > .body .content-row {
    grid-template-columns: minmax(auto, 280px) 1fr;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-entry-confirm__content__inner > .body .content-row {
    grid-template-columns: minmax(auto, 240px) 1fr;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry-confirm__content__inner > .body .content-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.recruit-entry-confirm__content__inner > .body .content-row + .content-row {
  margin-top: 56px;
}
@media screen and (max-width: 1199px) {
  .recruit-entry-confirm__content__inner > .body .content-row + .content-row {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry-confirm__content__inner > .body .content-row + .content-row {
    margin-top: 28px;
  }
}
.recruit-entry-confirm__content__inner > .body .content-row__title {
  border-bottom: 1px solid #0B3381;
}
@media screen and (max-width: 768px) {
  .recruit-entry-confirm__content__inner > .body .content-row__title {
    border-bottom: unset;
  }
}
.recruit-entry-confirm__content__inner > .body .content-row__title > p {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 700;
  color: #0B3381;
  padding-bottom: 48px;
}
@media screen and (max-width: 1199px) {
  .recruit-entry-confirm__content__inner > .body .content-row__title > p {
    font-size: 1.6rem;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-entry-confirm__content__inner > .body .content-row__title > p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry-confirm__content__inner > .body .content-row__title > p {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 900;
    padding-bottom: unset;
  }
}
.recruit-entry-confirm__content__inner > .body .content-row__body {
  border-bottom: 1px solid #AEAEAE;
}
.recruit-entry-confirm__content__inner > .body .content-row__body > p {
  font-size: 1.6rem;
  line-height: 2.125;
  font-weight: 700;
  color: #1E293B;
  padding: 0 16px 48px;
}
@media screen and (max-width: 1199px) {
  .recruit-entry-confirm__content__inner > .body .content-row__body > p {
    font-size: 1.4rem;
    padding: 0 16px 24px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-entry-confirm__content__inner > .body .content-row__body > p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry-confirm__content__inner > .body .content-row__body > p {
    font-size: 1.2rem;
    line-height: 1.8;
    font-weight: 400;
    padding: 0 8px 20px;
  }
}
.recruit-entry-confirm__content__inner > .body .before-text__link-more > p {
  margin-top: 136px;
  font-size: 1.8rem;
  line-height: 1.8888888889;
  font-weight: 700;
  color: #0B3381;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .recruit-entry-confirm__content__inner > .body .before-text__link-more > p {
    margin-top: 80px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-entry-confirm__content__inner > .body .before-text__link-more > p {
    font-size: 1.4rem;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry-confirm__content__inner > .body .before-text__link-more > p {
    margin-top: 58px;
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.recruit-entry-confirm__content__inner > .body .link-more {
  margin-top: 64px;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .recruit-entry-confirm__content__inner > .body .link-more {
    gap: 10px;
    margin-top: 28px;
  }
}
.recruit-entry-confirm__content__inner > .body .link-more form {
  display: flex;
  width: 100%;
  height: 100%;
}
.recruit-entry-confirm__content__inner > .body .link-more button {
  background-color: #ffffff;
  border: 1px solid #0B3381;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", serif;
  font-size: 1.6rem;
  line-height: 2.5;
  font-weight: 700;
  color: #0B3381;
  position: relative;
  max-width: 360px;
  min-height: 80px;
}
@media screen and (max-width: 1050px) {
  .recruit-entry-confirm__content__inner > .body .link-more button {
    font-size: 1.4rem;
    min-height: 60px;
    max-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry-confirm__content__inner > .body .link-more button {
    font-size: 1.3rem;
    max-width: 200px;
    min-height: 40px;
  }
}
.recruit-entry-confirm__content__inner > .body .link-more button:hover::after {
  transform: translateX(4px);
}
@media screen and (max-width: 768px) {
  .recruit-entry-confirm__content__inner > .body .link-more button:hover::after {
    transform: translateX(2px);
  }
}
.recruit-entry-confirm__content__inner > .body .link-more button::after {
  transform: translateX(0);
  transition: transform 0.2s;
  position: absolute;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  inset: auto 44px auto auto;
  margin: auto 0 auto auto;
  background-image: url(/images/recruit/common/icon/icon_arrow-right_simple_blue.webp);
  background-size: cover;
}
@media screen and (max-width: 1399px) {
  .recruit-entry-confirm__content__inner > .body .link-more button::after {
    right: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-entry-confirm__content__inner > .body .link-more button::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry-confirm__content__inner > .body .link-more button::after {
    inset: auto 12px auto auto;
    width: 12px;
    height: 12px;
  }
}
.recruit-entry-confirm__content__inner > .body .link-more button.prev:hover::after {
  transform: translateX(-4px) scaleX(-1);
}
@media screen and (max-width: 768px) {
  .recruit-entry-confirm__content__inner > .body .link-more button.prev:hover::after {
    transform: translateX(-2px) scaleX(-1);
  }
}
.recruit-entry-confirm__content__inner > .body .link-more button.prev::after {
  inset: auto auto auto 44px;
  transform: scaleX(-1);
}
@media screen and (max-width: 1399px) {
  .recruit-entry-confirm__content__inner > .body .link-more button.prev::after {
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry-confirm__content__inner > .body .link-more button.prev::after {
    inset: auto auto auto 12px;
  }
}
.recruit-entry-confirm__content__inner > .body .link-more button.next {
  background: var(--gra2, linear-gradient(237deg, #0B3381 -26.18%, #1747FD 35.57%, #37A5FD 91.24%, #44CBFD 145.9%));
  color: #ffffff;
}
.recruit-entry-confirm__content__inner > .body .link-more button.next::after {
  background-image: url(/images/recruit/common/icon/icon_arrow-right_simple_white.webp);
}

.recruit-entry-thanks {
  width: 100%;
}
.recruit-entry-thanks > section:not(.recruit-entry-thanks__mv) {
  display: flex;
  flex-direction: column;
}
.recruit-entry-thanks > section:not(.recruit-entry-thanks__mv) > * {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
@media screen and (max-width: 1399px) {
  .recruit-entry-thanks > section:not(.recruit-entry-thanks__mv) > * {
    max-width: unset;
  }
}
.recruit-entry-thanks__mv {
  padding: unset;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 1;
}
.recruit-entry-thanks__mv__inner {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .recruit-entry-thanks__mv__inner {
    margin-top: 50px;
  }
}
.recruit-entry-thanks__mv__inner .vc-page-title {
  padding: 57px 45px 72px !important;
}
@media screen and (max-width: 1199px) {
  .recruit-entry-thanks__mv__inner .vc-page-title {
    padding: 30px 24px 72px !important;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry-thanks__mv__inner .vc-page-title {
    padding: 20px 0 26px 21px !important;
  }
}
.recruit-entry-thanks__mv__inner .vc-page-title::before {
  content: "";
  position: absolute;
  width: 60% !important;
  height: 74% !important;
}
@media screen and (max-width: 768px) {
  .recruit-entry-thanks__mv__inner .vc-page-title::before {
    inset: 0 auto auto 0;
    margin: 0 auto auto 0;
    width: 10% !important;
    height: 259px !important;
  }
}
.recruit-entry-thanks__mv__inner .vc-page-title::after {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  margin: auto 0 0 auto;
  background-image: url(/images/common/bg-thin.png);
  background-size: 450px;
  width: 46%;
  height: 30%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .recruit-entry-thanks__mv__inner .vc-page-title::after {
    width: 30%;
    height: 128px;
  }
}
.recruit-entry-thanks__mv__inner .vc-page-title .inner {
  position: relative;
  z-index: 1;
}
.recruit-entry-thanks__mv__inner .vc-page-title .lead {
  display: none;
}
.recruit-entry-thanks__overview {
  padding: 110px 130px 98px;
}
@media screen and (max-width: 1199px) {
  .recruit-entry-thanks__overview {
    padding: 110px 80px 98px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-entry-thanks__overview {
    padding: 110px 50px 98px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry-thanks__overview {
    padding: 14px 20px 42px;
  }
}
.recruit-entry-thanks__overview__inner > p {
  font-size: 2.4rem;
  line-height: 2;
  color: #0B3381;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1399px) {
  .recruit-entry-thanks__overview__inner > p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-entry-thanks__overview__inner > p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-entry-thanks__overview__inner > p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry-thanks__overview__inner > p {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.recruit-entry-thanks__content {
  background-image: url(/images/common/bg-thin.png);
  background-size: 450px;
  padding: 124px 45px 138px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .recruit-entry-thanks__content {
    padding: 20px 20px 40px;
  }
}
.recruit-entry-thanks__content__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 1000px !important;
}
.recruit-entry-thanks__content__inner > .body {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  border: 1px solid #0B3381;
  background-color: #ffffff;
  padding: 136px;
}
@media screen and (max-width: 768px) {
  .recruit-entry-thanks__content__inner > .body {
    border-radius: 10px;
    padding: 30px 20px 50px;
  }
}
.recruit-entry-thanks__content__inner > .body .thanks-text {
  font-size: 1.8rem;
  line-height: 2.7222222222;
  color: #0B3381;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .recruit-entry-thanks__content__inner > .body .thanks-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-entry-thanks__content__inner > .body .thanks-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry-thanks__content__inner > .body .thanks-text {
    font-size: 1.3rem;
    line-height: 1.8;
    font-weight: 500;
    text-align: left;
  }
}
.recruit-entry-thanks__content__inner > .body .link-more {
  margin-top: 88px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .recruit-entry-thanks__content__inner > .body .link-more {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-entry-thanks__content__inner > .body .link-more {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry-thanks__content__inner > .body .link-more {
    margin-top: 40px;
  }
}
.recruit-entry-thanks__content__inner > .body .link-more > a {
  background-color: #ffffff;
  border: 1px solid #0B3381;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", serif;
  font-size: 1.6rem;
  line-height: 2.5;
  font-weight: 700;
  color: #0B3381;
  position: relative;
  max-width: 360px;
  min-height: 80px;
}
@media screen and (max-width: 1050px) {
  .recruit-entry-thanks__content__inner > .body .link-more > a {
    font-size: 1.4rem;
    min-height: 60px;
    max-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry-thanks__content__inner > .body .link-more > a {
    font-size: 1.2rem;
    max-width: 200px;
    min-height: 40px;
  }
}
.recruit-entry-thanks__content__inner > .body .link-more > a:hover::after {
  transform: translateX(4px);
}
@media screen and (max-width: 768px) {
  .recruit-entry-thanks__content__inner > .body .link-more > a:hover::after {
    transform: translateX(2px);
  }
}
.recruit-entry-thanks__content__inner > .body .link-more > a::after {
  transform: translateX(0);
  transition: transform 0.2s;
  position: absolute;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  inset: auto 44px auto auto;
  margin: auto 0 auto auto;
  background-image: url(/images/recruit/common/icon/icon_arrow-right_simple_blue.webp);
  background-size: cover;
}
@media screen and (max-width: 1399px) {
  .recruit-entry-thanks__content__inner > .body .link-more > a::after {
    right: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-entry-thanks__content__inner > .body .link-more > a::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry-thanks__content__inner > .body .link-more > a::after {
    inset: auto 12px auto auto;
    width: 12px;
    height: 12px;
  }
}
.recruit-header {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100px;
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .recruit-header {
    height: 50px;
  }
}
.recruit-header__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.recruit-header__inner .logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  margin-left: 80px;
}
@media screen and (max-width: 1199px) {
  .recruit-header__inner .logo {
    margin-left: 40px;
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .recruit-header__inner .logo {
    margin-left: 10px;
    gap: 9px;
  }
}
.recruit-header__inner .logo-main {
  width: 177px;
}
@media screen and (max-width: 768px) {
  .recruit-header__inner .logo-main {
    width: 88px;
  }
}
.recruit-header__inner .logo-main > img {
  width: 100%;
  height: auto;
}
.recruit-header__inner .logo-sub {
  font-family: "Manrope", sans-serif;
  color: #249EFF;
  font-size: 1.5rem;
  line-height: 1.06;
  letter-spacing: 0.6px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .recruit-header__inner .logo-sub {
    font-size: 1rem;
  }
}
.recruit-header__inner .nav {
  margin-left: auto;
  flex: 1;
}
@media screen and (max-width: 1050px) {
  .recruit-header__inner .nav {
    display: none;
  }
  .recruit-header__inner .nav.active {
    position: absolute;
    display: block;
    inset: 100px auto auto 0;
    width: 100%;
  }
  .recruit-header__inner .nav.active .nav-items {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  .recruit-header__inner .nav.active .nav-items .nav-item {
    width: 100%;
    background-color: #ffffff;
  }
  .recruit-header__inner .nav.active .nav-items .nav-item + .nav-item {
    border-top: 1px solid #CBD5E1;
  }
  .recruit-header__inner .nav.active .nav-items .nav-item > a {
    position: relative;
    text-align: left;
    height: auto;
    min-height: 80px;
    padding: 20px 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.3rem;
    line-height: 1;
  }
  .recruit-header__inner .nav.active .nav-items .nav-item > a::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(/images/recruit/common/icon/icon_arrow-right_blue.webp);
    background-size: cover;
    background-repeat: no-repeat;
    inset: auto 30px auto auto;
    margin: auto 0 auto auto;
  }
}
@media screen and (max-width: 768px) {
  .recruit-header__inner .nav.active {
    inset: 50px auto auto 0;
  }
  .recruit-header__inner .nav.active .nav-items .nav-item > a {
    min-height: 50px;
    padding: 19px 20px;
    font-size: 1.2rem;
  }
  .recruit-header__inner .nav.active .nav-items .nav-item > a::after {
    width: 20px;
    height: 20px;
    inset: auto 20px auto auto;
  }
}
.recruit-header__inner .nav-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 56px;
}
@media screen and (max-width: 1399px) {
  .recruit-header__inner .nav-items {
    gap: 36px;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-header__inner .nav-items {
    gap: 24px;
  }
}
.recruit-header__inner .nav-item > a {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", serif;
  color: #000000;
  font-size: 1.4rem;
  line-height: 2.29;
  letter-spacing: 0.21px;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .recruit-header__inner .nav-item > a {
    font-size: 1.3rem;
  }
}
.recruit-header__inner .entry {
  margin-left: 56px;
  width: 241px;
  display: flex;
  height: 100%;
  flex-direction: column;
  background: var(--gra2, linear-gradient(237deg, #0B3381 -26.18%, #1747FD 35.57%, #37A5FD 91.24%, #44CBFD 145.9%));
}
.recruit-header__inner .entry:hover > a > .text .icon {
  transform: translateX(4px);
}
@media screen and (max-width: 768px) {
  .recruit-header__inner .entry:hover > a > .text .icon {
    transform: translateX(2px);
  }
}
@media screen and (max-width: 1399px) {
  .recruit-header__inner .entry {
    margin-left: 36px;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-header__inner .entry {
    margin-left: 24px;
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-header__inner .entry {
    margin-left: unset;
    width: 120px;
  }
}
.recruit-header__inner .entry > a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.recruit-header__inner .entry > a > .text {
  font-family: "Noto Sans JP", serif;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.78;
  letter-spacing: 0.27px;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1199px) {
  .recruit-header__inner .entry > a > .text {
    gap: 12px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-header__inner .entry > a > .text {
    gap: 8px;
    font-size: 1.2rem;
  }
}
.recruit-header__inner .entry > a > .text .icon {
  transform: translateX(0);
  transition: transform 0.2s;
  width: 39px;
  height: 39px;
}
@media screen and (max-width: 1199px) {
  .recruit-header__inner .entry > a > .text .icon {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-header__inner .entry > a > .text .icon {
    width: 20px;
    height: 20px;
  }
}
.recruit-header__inner .nav-menu {
  display: none;
}
@media screen and (max-width: 1050px) {
  .recruit-header__inner .nav-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    cursor: pointer;
    transition: all 0.5s;
    box-sizing: border-box;
    background-color: #0B3381;
    padding: 16px;
  }
  .recruit-header__inner .nav-menu.active span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .recruit-header__inner .nav-menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  .recruit-header__inner .nav-menu.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
  .recruit-header__inner .nav-menu__inner {
    position: relative;
    width: 30px;
    height: 20px;
  }
  .recruit-header__inner .nav-menu__inner span {
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 8px;
  }
  .recruit-header__inner .nav-menu__inner span:nth-of-type(1) {
    top: 0;
  }
  .recruit-header__inner .nav-menu__inner span:nth-of-type(2) {
    top: 9px;
  }
  .recruit-header__inner .nav-menu__inner span:nth-of-type(3) {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit-header__inner .nav-menu {
    width: 50px;
    height: 50px;
    padding: 16px;
  }
  .recruit-header__inner .nav-menu.active span:nth-of-type(1) {
    transform: translateY(6px) rotate(-45deg);
  }
  .recruit-header__inner .nav-menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  .recruit-header__inner .nav-menu.active span:nth-of-type(3) {
    transform: translateY(-5px) rotate(45deg);
  }
  .recruit-header__inner .nav-menu__inner {
    width: 18px;
    height: 12px;
  }
  .recruit-header__inner .nav-menu__inner span {
    left: 0;
    width: 100%;
    height: 1px;
    border-radius: 4px;
  }
  .recruit-header__inner .nav-menu__inner span:nth-of-type(1) {
    top: 0;
  }
  .recruit-header__inner .nav-menu__inner span:nth-of-type(2) {
    top: 5px;
  }
  .recruit-header__inner .nav-menu__inner span:nth-of-type(3) {
    bottom: 0;
  }
}
.recruit-footer {
  padding: unset;
  margin: unset;
}
.recruit-footer__inner {
  padding: unset;
  margin: unset;
  max-width: unset;
}
.recruit-footer__inner .recruit-entry-menu {
  background-image: url(/images/common/bg-blue.png);
  background-size: 450px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 120px;
}
@media screen and (max-width: 1199px) {
  .recruit-footer__inner .recruit-entry-menu {
    padding: 70px 50px 70px 50px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-footer__inner .recruit-entry-menu {
    padding: 30px 20px;
  }
}
.recruit-footer__inner .recruit-entry-menu__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 1480px;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  .recruit-footer__inner .recruit-entry-menu__inner {
    max-width: unset;
  }
}
.recruit-footer__inner .recruit-entry-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 12px;
}
@media screen and (max-width: 1050px) {
  .recruit-footer__inner .recruit-entry-items {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .recruit-footer__inner .recruit-entry-items {
    gap: 10px;
  }
}
.recruit-footer__inner .recruit-entry-item {
  overflow: hidden;
  border-radius: 20px;
  height: 390px;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .recruit-footer__inner .recruit-entry-item {
    height: 340px;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-footer__inner .recruit-entry-item {
    height: 300px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-footer__inner .recruit-entry-item {
    height: 240px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-footer__inner .recruit-entry-item {
    height: 150px;
    border-radius: 10px;
  }
}
.recruit-footer__inner .recruit-entry-item.recruit::before, .recruit-footer__inner .recruit-entry-item.entry::before {
  z-index: 0;
  pointer-events: none;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  filter: blur(0px);
  transition: transform 0.8s ease, filter 0.5s ease;
  transform: scale(1, 1);
}
.recruit-footer__inner .recruit-entry-item.recruit:hover::before, .recruit-footer__inner .recruit-entry-item.entry:hover::before {
  filter: blur(2px);
  transform: scale(1.02, 1.02);
}
.recruit-footer__inner .recruit-entry-item.recruit::before {
  background: linear-gradient(0deg, rgba(11, 51, 129, 0.2) 0%, rgba(11, 51, 129, 0.2) 100%), url(/images/recruit/common/footer/recruit-bg.webp) lightgray 50%/cover no-repeat;
}
.recruit-footer__inner .recruit-entry-item.entry::before {
  background: linear-gradient(0deg, rgba(11, 51, 129, 0.2) 0%, rgba(11, 51, 129, 0.2) 100%), url(/images/recruit/common/footer/entry-bg.webp) lightgray 50%/cover no-repeat;
}
.recruit-footer__inner .recruit-entry-item > a {
  font-family: "Noto Sans JP", serif;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 3.2rem;
  line-height: 1.3125;
  font-weight: 900;
  color: #ffffff;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit-footer__inner .recruit-entry-item > a {
    padding: 20px;
    font-size: 1.6rem;
  }
}
.recruit-footer__inner .recruit-footer__main {
  padding: 120px 150px 60px;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .recruit-footer__inner .recruit-footer__main {
    padding: 80px 50px 60px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-footer__inner .recruit-footer__main {
    padding: 40px 20px 28px;
  }
}
.recruit-footer__inner .recruit-footer__main__inner {
  display: grid;
  grid-template-areas: "logo-address menu-lists menu-lists" "link-items link-items link-items" "privacy-copyright privacy-copyright privacy-copyright";
  gap: 0;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
@media screen and (max-width: 1399px) {
  .recruit-footer__inner .recruit-footer__main__inner {
    max-width: unset;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-footer__inner .recruit-footer__main__inner {
    grid-template-areas: "menu-lists menu-lists" "link-items link-items" "logo-address privacy-copyright";
  }
}
.recruit-footer__inner .recruit-footer__main__inner .footer-logo-address {
  grid-area: logo-address;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .recruit-footer__inner .recruit-footer__main__inner .footer-logo-address {
    padding: unset;
  }
}
.recruit-footer__inner .recruit-footer__main__inner .footer-logo-address .footer-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 264px;
}
@media screen and (max-width: 768px) {
  .recruit-footer__inner .recruit-footer__main__inner .footer-logo-address .footer-logo {
    width: 132px;
  }
}
.recruit-footer__inner .recruit-footer__main__inner .footer-logo-address .footer-logo > a {
  display: block;
  width: 100%;
  height: auto;
}
.recruit-footer__inner .recruit-footer__main__inner .footer-logo-address .footer-logo > a > img {
  width: 100%;
}
.recruit-footer__inner .recruit-footer__main__inner .footer-logo-address .footer-address {
  margin-top: 47px;
}
@media screen and (max-width: 1050px) {
  .recruit-footer__inner .recruit-footer__main__inner .footer-logo-address .footer-address {
    margin-top: 24px;
  }
}
.recruit-footer__inner .recruit-footer__main__inner .footer-logo-address .footer-address > p {
  font-size: 1.2rem;
  line-height: 2.3333333333;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .recruit-footer__inner .recruit-footer__main__inner .footer-logo-address .footer-address > p {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.recruit-footer__inner .recruit-footer__main__inner .footer-logo-address .social-link-items {
  margin-top: 56px;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media screen and (max-width: 1050px) {
  .recruit-footer__inner .recruit-footer__main__inner .footer-logo-address .social-link-items {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-footer__inner .recruit-footer__main__inner .footer-logo-address .social-link-items {
    gap: 8px;
    margin-top: 20px;
  }
}
.recruit-footer__inner .recruit-footer__main__inner .footer-logo-address .social-link-item {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .recruit-footer__inner .recruit-footer__main__inner .footer-logo-address .social-link-item {
    width: 35px;
    height: 35px;
  }
}
.recruit-footer__inner .recruit-footer__main__inner .footer-logo-address .social-link-item.instagram > a {
  background-image: url(/images/recruit/common/icon/icon_instagram.webp);
}
.recruit-footer__inner .recruit-footer__main__inner .footer-logo-address .social-link-item.x > a {
  background-image: url(/images/recruit/common/icon/icon_x.webp);
}
.recruit-footer__inner .recruit-footer__main__inner .footer-logo-address .social-link-item.facebook > a {
  background-image: url(/images/recruit/common/icon/icon_facebook.webp);
}
.recruit-footer__inner .recruit-footer__main__inner .footer-logo-address .social-link-item.line > a {
  background-image: url(/images/recruit/common/icon/icon_line.webp);
}
.recruit-footer__inner .recruit-footer__main__inner .footer-logo-address .social-link-item > a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.recruit-footer__inner .recruit-footer__main__inner .footer-logo-address .social-link-item > a > span {
  position: relative;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
}
.recruit-footer__inner .recruit-footer__main__inner .footer-menu-lists {
  grid-area: menu-lists;
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 226px));
  gap: 30px;
}
@media screen and (max-width: 1399px) {
  .recruit-footer__inner .recruit-footer__main__inner .footer-menu-lists {
    grid-template-columns: repeat(3, minmax(auto, 190px));
    gap: 16px;
    justify-content: end;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-footer__inner .recruit-footer__main__inner .footer-menu-lists {
    grid-template-columns: repeat(3, minmax(auto, 204px));
    gap: 16px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-footer__inner .recruit-footer__main__inner .footer-menu-lists {
    grid-template-columns: repeat(3, minmax(auto, 1fr));
    justify-content: unset;
  }
}
@media screen and (max-width: 768px) {
  .recruit-footer__inner .recruit-footer__main__inner .footer-menu-lists {
    grid-template-columns: unset;
    grid-template-areas: "list-1 list-3" "list-2 list-3";
  }
}
.recruit-footer__inner .recruit-footer__main__inner .footer-menu-lists .footer-menu-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24px;
}
@media screen and (max-width: 1050px) {
  .recruit-footer__inner .recruit-footer__main__inner .footer-menu-lists .footer-menu-list {
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-footer__inner .recruit-footer__main__inner .footer-menu-lists .footer-menu-list.list-1 {
    grid-area: list-1;
  }
  .recruit-footer__inner .recruit-footer__main__inner .footer-menu-lists .footer-menu-list.list-2 {
    grid-area: list-2;
  }
  .recruit-footer__inner .recruit-footer__main__inner .footer-menu-lists .footer-menu-list.list-3 {
    grid-area: list-3;
  }
}
.recruit-footer__inner .recruit-footer__main__inner .footer-menu-lists .footer-menu-list:first-of-type {
  gap: unset;
}
.recruit-footer__inner .recruit-footer__main__inner .footer-menu-lists .footer-menu-list-block.interview {
  grid-area: interview;
}
.recruit-footer__inner .recruit-footer__main__inner .footer-menu-lists .footer-menu-list-block.work {
  grid-area: work;
}
.recruit-footer__inner .recruit-footer__main__inner .footer-menu-lists .footer-menu-list-block.requirements {
  grid-area: requirements;
}
.recruit-footer__inner .recruit-footer__main__inner .footer-menu-lists .footer-menu-list-block.contact {
  grid-area: contact;
}
.recruit-footer__inner .recruit-footer__main__inner .footer-menu-lists .footer-menu-list-block > a {
  font-family: "Noto Sans JP", serif;
  font-size: 1.4rem;
  line-height: 2.5714285714;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .recruit-footer__inner .recruit-footer__main__inner .footer-menu-lists .footer-menu-list-block > a {
    font-size: 1.1rem;
    line-height: 2.2;
  }
}
.recruit-footer__inner .recruit-footer__main__inner .footer-menu-lists .footer-menu-list-block > ul {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 4px;
}
.recruit-footer__inner .recruit-footer__main__inner .footer-menu-lists .footer-menu-list-block > ul > li > a {
  display: flex;
  flex-direction: row;
  gap: 8px;
  font-family: "Noto Sans JP", serif;
  font-size: 1.4rem;
  line-height: 2.1428571429;
  font-weight: 500;
}
.recruit-footer__inner .recruit-footer__main__inner .footer-menu-lists .footer-menu-list-block > ul > li > a::before {
  display: block;
  content: "-";
  color: #249EFF;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .recruit-footer__inner .recruit-footer__main__inner .footer-menu-lists .footer-menu-list-block > ul > li > a {
    font-size: 1.1rem;
    line-height: 2.2;
  }
}
.recruit-footer__inner .recruit-footer__main__inner .footer-link-items {
  margin-top: 70px;
  grid-area: link-items;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 1399px) {
  .recruit-footer__inner .recruit-footer__main__inner .footer-link-items {
    gap: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-footer__inner .recruit-footer__main__inner .footer-link-items {
    margin-top: 40px;
    margin-bottom: 40px;
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-footer__inner .recruit-footer__main__inner .footer-link-items {
    margin-top: 18px;
    gap: 15px;
    grid-template-columns: 1fr;
  }
}
.recruit-footer__inner .recruit-footer__main__inner .footer-link-items .footer-link-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  min-height: 80px;
}
@media screen and (max-width: 1050px) {
  .recruit-footer__inner .recruit-footer__main__inner .footer-link-items .footer-link-item {
    min-height: 60px;
  }
}
.recruit-footer__inner .recruit-footer__main__inner .footer-link-items .footer-link-item > a {
  background-color: #ffffff;
  border: 1px solid #0B3381;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", serif;
  font-size: 1.6rem;
  line-height: 2.5;
  font-weight: 700;
  color: #0B3381;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .recruit-footer__inner .recruit-footer__main__inner .footer-link-items .footer-link-item > a {
    font-size: 1.4rem;
  }
}
.recruit-footer__inner .recruit-footer__main__inner .footer-link-items .footer-link-item > a:hover::after {
  transform: translateX(4px);
}
@media screen and (max-width: 768px) {
  .recruit-footer__inner .recruit-footer__main__inner .footer-link-items .footer-link-item > a:hover::after {
    transform: translateX(2px);
  }
}
.recruit-footer__inner .recruit-footer__main__inner .footer-link-items .footer-link-item > a::after {
  transform: translateX(0);
  transition: transform 0.2s;
  position: absolute;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  inset: auto 44px auto auto;
  margin: auto 0 auto auto;
  background-image: url(/images/recruit/common/icon/icon_arrow-right_simple_blue.webp);
  background-size: cover;
}
@media screen and (max-width: 1399px) {
  .recruit-footer__inner .recruit-footer__main__inner .footer-link-items .footer-link-item > a::after {
    right: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-footer__inner .recruit-footer__main__inner .footer-link-items .footer-link-item > a::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-footer__inner .recruit-footer__main__inner .footer-link-items .footer-link-item > a::after {
    width: 12px;
    height: 12px;
  }
}
.recruit-footer__inner .recruit-footer__main__inner .footer-link-items .footer-link-item.corporate > a::before {
  position: absolute;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  inset: auto auto auto 44px;
  margin: auto auto auto 0;
  background-image: url(/images/recruit/common/icon/icon_site.webp);
  background-size: cover;
}
@media screen and (max-width: 1399px) {
  .recruit-footer__inner .recruit-footer__main__inner .footer-link-items .footer-link-item.corporate > a::before {
    left: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-footer__inner .recruit-footer__main__inner .footer-link-items .footer-link-item.corporate > a::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-footer__inner .recruit-footer__main__inner .footer-link-items .footer-link-item.corporate > a::before {
    left: 22px;
    width: 30px;
    height: 30px;
  }
}
.recruit-footer__inner .recruit-footer__main__inner .footer-link-items .footer-link-item.entry > a {
  background: var(--gra2, linear-gradient(237deg, #0B3381 -26.18%, #1747FD 35.57%, #37A5FD 91.24%, #44CBFD 145.9%));
  color: #ffffff;
}
.recruit-footer__inner .recruit-footer__main__inner .footer-link-items .footer-link-item.entry > a::after {
  background-image: url(/images/recruit/common/icon/icon_arrow-right_simple_white.webp);
}
.recruit-footer__inner .recruit-footer__main__inner .footer-link-items .footer-link-item.mynavi > a > img {
  width: 186px;
  height: 24px;
}
@media screen and (max-width: 1399px) {
  .recruit-footer__inner .recruit-footer__main__inner .footer-link-items .footer-link-item.mynavi > a > img {
    width: 176px;
    height: auto;
  }
}
@media screen and (max-width: 1050px) {
  .recruit-footer__inner .recruit-footer__main__inner .footer-link-items .footer-link-item.mynavi > a > img {
    width: 140px;
  }
}
.recruit-footer__inner .recruit-footer__main__inner .footer-privacy-copyright {
  grid-area: privacy-copyright;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 0 0 8px;
  margin-top: 72px;
  align-items: end;
}
@media screen and (max-width: 1050px) {
  .recruit-footer__inner .recruit-footer__main__inner .footer-privacy-copyright {
    margin-top: unset;
    grid-template-columns: 1fr;
    gap: 32px;
    justify-items: end;
    padding: unset;
    grid-template-rows: 1fr auto;
  }
}
@media screen and (max-width: 768px) {
  .recruit-footer__inner .recruit-footer__main__inner .footer-privacy-copyright {
    padding: unset;
  }
}
.recruit-footer__inner .recruit-footer__main__inner .footer-privacy-copyright .footer-privacy {
  width: 84px;
  height: 84px;
}
@media screen and (max-width: 768px) {
  .recruit-footer__inner .recruit-footer__main__inner .footer-privacy-copyright .footer-privacy {
    width: 42px;
    height: 42px;
  }
}
.recruit-footer__inner .recruit-footer__main__inner .footer-privacy-copyright .footer-privacy > a {
  display: block;
  width: 100%;
  height: 100%;
}
.recruit-footer__inner .recruit-footer__main__inner .footer-privacy-copyright .footer-privacy > a > img {
  width: 100%;
  height: 100%;
}
.recruit-footer__inner .recruit-footer__main__inner .footer-privacy-copyright .footer-copyright {
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .recruit-footer__inner .recruit-footer__main__inner .footer-privacy-copyright .footer-copyright {
    font-size: 1rem;
  }
}

/*# sourceMappingURL=style_recruit.css.map*/