@charset "UTF-8";
/* ========================================================
# 関数の設定
======================================================== */ /* ========================================================
# リキッドレイアウト設定
======================================================== */
html {
  font-size: 16px;
  word-break: break-all;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 4.0625rem;
  }
}

.pconly {
  display: block;
}

.sponly {
  display: none;
}

@media screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
  .sponly {
    display: block;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #3E424C;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}

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

a {
  text-decoration: none;
  color: #3E424C;
}

p {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: bottom;
  width: 100%;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. For a smooth scroll.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth; /* 3 */
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.leadgrid-c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  border-radius: var(--border-radius-button);
  text-decoration: none;
  cursor: pointer;
  padding: 6px 40px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.leadgrid-c-button:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
}
.leadgrid-c-button.-primary {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
  border: 3px solid var(--color-base-primary);
}
.leadgrid-c-button.-primary .icon-circle-arrow .path1:before {
  color: var(--color-base-secondary);
}
.leadgrid-c-button.-primary .icon-circle-arrow .path2:before {
  color: var(--color-base-primary);
}
.leadgrid-c-button.-secondary {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
  border: 3px solid var(--color-base-primary);
}
.leadgrid-c-button.-secondary .icon-circle-arrow .path1:before {
  color: #fff;
}
.leadgrid-c-button.-secondary .icon-circle-arrow .path2:before {
  color: var(--color-base-secondary);
}
.leadgrid-c-button.-white {
  background-color: #fff;
  color: var(--color-base-secondary);
  border: 3px solid var(--color-base-secondary);
}
.leadgrid-c-button.-white .icon-circle-arrow .path1:before {
  color: var(--color-base-secondary);
}
.leadgrid-c-button.-white .icon-circle-arrow .path2:before {
  color: var(--color-base-primary);
}
.leadgrid-c-button.-large {
  min-width: 275px;
  padding: 10px 40px;
}
.leadgrid-c-button.-large .c-button__jaTitle {
  font-size: var(--font-size-m);
}
.leadgrid-c-button.-large .icon-circle-arrow {
  right: 20px;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.leadgrid-c-button.-big {
  min-width: 365px;
  padding: 28px 84px;
}
@media screen and (max-width: 767px) {
  .leadgrid-c-button.-big {
    padding: 28px 64px;
  }
}
.leadgrid-c-button.-big .c-button__jaTitle {
  font-size: var(--font-size-l);
}
.leadgrid-c-button.-big .icon-circle-arrow {
  right: 32px;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.leadgrid-c-button.-medium {
  min-width: 235px;
  padding: 11px 40px;
  font-size: var(--font-size-s);
}
.leadgrid-c-button.-tag {
  border-radius: var(--border-radius);
  background-color: #f3f3f3;
  min-width: initial;
  font-size: 12px;
  font-weight: normal;
  padding: 3px 14px;
}
.leadgrid-c-button.-arrow:before {
  content: " ";
  width: 22px;
  height: 7px;
  background-image: url("/assets/base/img/common/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 22px 7px;
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -3.5px;
}
.leadgrid-c-button.-shadow {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
}
.leadgrid-c-button.-notValid {
  pointer-events: none;
  opacity: 0.5;
}
.leadgrid-c-button.-noRecaptcha {
  pointer-events: none;
  opacity: 0.5;
}
.leadgrid-c-button .c-button__enTitle {
  font-size: var(--font-size-xs);
  line-height: 120%;
  font-weight: bold;
  text-transform: none;
  word-break: break-all;
  opacity: 0.5;
  letter-spacing: 2.46507px;
}
.leadgrid-c-button .c-button__jaTitle {
  font-size: var(--font-size-s);
  line-height: 145%;
  font-weight: bold;
  text-transform: none;
  word-break: break-all;
}
.leadgrid-c-button .icon-circle-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  display: none;
}

.kts-recruit-c-header {
  position: fixed;
  padding: 0.625rem 3.125rem;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-header {
    padding: 0;
  }
  .kts-recruit-c-header.is-open {
    background-color: #343841;
  }
}
.kts-recruit-c-header.is-scrolled {
  background: #fff;
  top: -45px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-header.is-scrolled {
    top: 0;
  }
}
.kts-recruit-c-header.is-scrolled .c-header__top {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-header.is-scrolled .c-header__top {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.kts-recruit-c-header.un-pinned {
  -webkit-transition: 0.4s -webkit-transform cubic-bezier(0.045, 0.87, 0.545, 0.98);
  transition: 0.4s -webkit-transform cubic-bezier(0.045, 0.87, 0.545, 0.98);
  transition: 0.4s transform cubic-bezier(0.045, 0.87, 0.545, 0.98);
  transition: 0.4s transform cubic-bezier(0.045, 0.87, 0.545, 0.98), 0.4s -webkit-transform cubic-bezier(0.045, 0.87, 0.545, 0.98);
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-header.un-pinned {
    -webkit-transition: unset;
    transition: unset;
    -webkit-transform: unset;
    transform: unset;
  }
}
.kts-recruit-c-header .c-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-header .c-header__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.kts-recruit-c-header .kts-recruit-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-header .kts-recruit-c-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.625rem 0.9375rem;
    height: auto;
    margin-bottom: 0;
  }
}
.kts-recruit-c-header .c-header__top {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  will-change: transform, opacity;
  padding-top: 18px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-header .c-header__top {
    display: none;
  }
}
.kts-recruit-c-header .c-header__top .c-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-header .c-header__top .c-header__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.kts-recruit-c-header .c-header__top .c-header__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-header .c-header__top .c-header__sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.kts-recruit-c-header .c-header__top .c-header__sub a {
  color: var(--color-base-text);
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-header.c-header__top {
    display: none;
  }
}
.kts-recruit-c-header .c-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-header .c-header__logo {
    margin-bottom: 0;
  }
}
.kts-recruit-c-header .c-header__logo a {
  text-decoration: none;
}
.kts-recruit-c-header .c-header__logo a img {
  height: auto;
  max-height: 4.1875rem;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-header .c-header__logo a img {
    width: auto;
    max-height: 3.5625rem;
    margin: 0 auto 0 0;
  }
}
.kts-recruit-c-header .c-header__logo .c-header__logo1 {
  display: block;
}
.kts-recruit-c-header .c-header__logo .c-header__logo2 {
  display: none;
}
.kts-recruit-c-header.is-open .c-header__logo1 {
  display: none;
}
.kts-recruit-c-header.is-open .c-header__logo2 {
  display: block;
}
.kts-recruit-c-header .c-header__nav {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .kts-recruit-c-header .c-header__nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    padding: 0.5rem 0.625rem 0.5rem 1.25rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border: 2px solid #F1F3FA;
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .kts-recruit-c-header .c-header__nav {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-header .c-header__nav {
    display: none;
    position: fixed;
    top: 4.8125rem;
    left: 0;
    width: 100%;
    background-color: #343841;
    z-index: 99;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    height: calc(100vh - 4.8125rem);
    min-height: calc(100vh - 4.8125rem);
  }
}
@media screen and (min-width: 768px) {
  .kts-recruit-c-header .c-header__navButtonSubMenu {
    background-color: #fff;
    list-style: none;
    position: absolute;
    bottom: -0.9375rem;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    padding: 0;
    margin: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .kts-recruit-c-header .c-header__navButtonSubMenu {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-header .c-header__navButtonSubMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    padding: 0;
    margin: 0;
    list-style: none;
  }
}
@media screen and (min-width: 768px) {
  .kts-recruit-c-header .c-header__navButtonSubMenu .c-header__navButtonSubMenuItem a {
    display: block;
    padding: 0.875rem 2.75rem;
    font-size: 0.875rem;
    font-weight: 700;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .kts-recruit-c-header .c-header__navButtonSubMenu .c-header__navButtonSubMenuItem a:hover {
    color: #3366FF;
    opacity: 1;
  }
  .kts-recruit-c-header .c-header__navButtonSubMenu .c-header__navButtonSubMenuItem + .c-header__navButtonSubMenuItem {
    border-top: 1px dashed #F0F0F0;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-header .c-header__navButtonSubMenu .c-header__navButtonSubMenuItem {
    width: calc(50% - 0.25rem);
  }
  .kts-recruit-c-header .c-header__navButtonSubMenu .c-header__navButtonSubMenuItem:first-child a {
    background-color: #fff;
    color: #3E424C;
  }
  .kts-recruit-c-header .c-header__navButtonSubMenu .c-header__navButtonSubMenuItem:last-child a {
    background-color: #3E424C;
    border: 1px solid #fff;
    color: #fff;
  }
  .kts-recruit-c-header .c-header__navButtonSubMenu .c-header__navButtonSubMenuItem a {
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
    display: block;
    padding: 1.3125rem 0.625rem;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .kts-recruit-c-header .c-header__navButtonSubMenu .c-header__navButtonSubMenuItem a {
    border-radius: 5px;
  }
}
.kts-recruit-c-header .c-header__navWrap {
  margin-left: auto;
  position: relative;
  margin-right: 1.25rem;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .kts-recruit-c-header .c-header__navWrap {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .kts-recruit-c-header .c-header__navWrap {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-header .c-header__navWrap {
    display: none;
    margin: 0 auto;
    max-width: 480px;
    padding: 1rem 1rem 1.5rem;
  }
}
.kts-recruit-c-header .c-header__navWrap .c-header__navList {
  gap: 0 1.25rem;
  list-style: none;
  padding: 0;
}
.kts-recruit-c-header .c-header__navWrap .c-header__navList.pconly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-header .c-header__navWrap .c-header__navList.pconly {
    display: none;
  }
}
.kts-recruit-c-header .c-header__navWrap .c-header__navList.sponly {
  display: none;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-header .c-header__navWrap .c-header__navList.sponly {
    display: block;
    margin-block: 1rem;
  }
}
.kts-recruit-c-header .c-header__navWrap .c-header__navList .c-header__navItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.375rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-header .c-header__navWrap .c-header__navList .c-header__navItem {
    border-bottom: 1px dashed #9296A1;
    display: block;
  }
}
.kts-recruit-c-header .c-header__navWrap .c-header__navList .c-header__navItem.-sub:hover .c-header__subNavList {
  visibility: visible;
  opacity: 1;
}
.kts-recruit-c-header .c-header__navWrap .c-header__navList .c-header__navItem.-icon::before {
  content: "";
  background: url("/assets/kts-recruit/img/common/diamond-gray.svg") center center/contain no-repeat;
  display: block;
  height: 0.5625rem;
  width: 0.6875rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-header .c-header__navWrap .c-header__navList .c-header__navItem.-icon::before {
    content: none;
  }
}
.kts-recruit-c-header .c-header__navWrap .c-header__navList .c-header__navItem.-icon:hover:before {
  background: url("/assets/kts-recruit/img/common/diamond-blue.svg") center center/contain no-repeat;
}
.kts-recruit-c-header .c-header__navWrap .c-header__navList .c-header__navItem.-icon:hover > a {
  color: #3366FF;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-header .c-header__navWrap .c-header__navList .c-header__navItem.-icon:hover > a {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-header .c-header__navWrap .c-header__navList .c-header__navItem .c-header__subNavToggle {
    background: url("/assets/kts-recruit/img/common/icon-plus.svg") center center/0.8125rem 0.8125rem no-repeat;
    display: none;
    position: absolute;
    top: 1.25rem;
    right: 0rem;
    height: 1.875rem;
    width: 1.875rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .kts-recruit-c-header .c-header__navWrap .c-header__navList .c-header__navItem .c-header__subNavToggle.is-active {
    background: url("/assets/kts-recruit/img/common/icon-minus.svg") center center/0.8125rem 0.8125rem no-repeat;
  }
  .kts-recruit-c-header .c-header__navWrap .c-header__navList .c-header__navItem.-sub {
    position: relative;
  }
  .kts-recruit-c-header .c-header__navWrap .c-header__navList .c-header__navItem.-sub .c-header__subNavToggle {
    display: block;
  }
}
.kts-recruit-c-header .c-header__navWrap .c-header__navList .c-header__navItem a {
  font-size: 0.75rem;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-header .c-header__navWrap .c-header__navList .c-header__navItem a {
    color: #fff;
    font-size: 0.875rem;
    display: block;
    text-decoration: none;
    height: auto;
    border-radius: 0;
    position: relative;
    padding: 1.5rem 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .kts-recruit-c-header .c-header__navWrap .c-header__subNavList {
    border-radius: 10px;
    list-style: none;
    opacity: 0;
    position: absolute;
    top: 2.8125rem;
    background: #fff;
    visibility: hidden;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .kts-recruit-c-header .c-header__navWrap .c-header__subNavList::before {
    content: "";
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    height: 1.5rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-header .c-header__navWrap .c-header__subNavList {
    display: none;
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-header .c-header__navWrap .c-header__subNavList .c-header__subNavItem {
    border-bottom: none;
    width: 100%;
  }
  .kts-recruit-c-header .c-header__navWrap .c-header__subNavList .c-header__subNavItem:last-child a {
    padding-bottom: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .kts-recruit-c-header .c-header__navWrap .c-header__subNavList .c-header__subNavItem:first-child {
    border-radius: 10px 10px 0 0;
  }
  .kts-recruit-c-header .c-header__navWrap .c-header__subNavList .c-header__subNavItem:last-child {
    border-radius: 0 0 10px 10px;
  }
  .kts-recruit-c-header .c-header__navWrap .c-header__subNavList .c-header__subNavItem:last-child a {
    border-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .kts-recruit-c-header .c-header__navWrap .c-header__subNavList .c-header__subNavItem a {
    border-bottom: 1px dashed #F5F5F5;
    color: #9296A1;
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.6875rem 1rem;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .kts-recruit-c-header .c-header__navWrap .c-header__subNavList .c-header__subNavItem a:hover {
    color: #3366FF;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-header .c-header__navWrap .c-header__subNavList .c-header__subNavItem a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    border-bottom: none;
    color: #9296A1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    padding: 0.625rem 0rem;
    position: relative;
    width: 100%;
  }
  .kts-recruit-c-header .c-header__navWrap .c-header__subNavList .c-header__subNavItem a::before {
    content: "" !important;
    display: block;
    background: url("/assets/kts-recruit/img/common/diamond-gray.svg") center center/contain no-repeat;
    height: 0.5625rem;
    width: 0.6875rem;
    opacity: 0.4;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
.kts-recruit-c-header .c-header__navButton {
  background-color: #3366FF;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  padding: 0.875rem 1.5625rem 0.875rem;
  position: relative;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-header .c-header__navButton {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-header .c-header__navButton {
    display: none;
  }
}
.kts-recruit-c-header .c-header__navButton img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.kts-recruit-c-header .c-header__navButton.is-active img {
  rotate: -180deg;
}
.kts-recruit-c-header .c-header__navButton img {
  width: 0.5625rem;
}
.kts-recruit-c-header .c-header__navButton:hover {
  background-color: #6f93ff;
}
.kts-recruit-c-header .c-header__navButton .c-header__navButtonSubMenu {
  display: none;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-header .c-header__navButton .c-header__navButtonSubMenu {
    display: none;
  }
}
.kts-recruit-c-header .c-header__navButton .kts-recruit-c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
  border-radius: 5px;
  padding: 11px 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-header .c-header__navButton .kts-recruit-c-button {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.kts-recruit-c-header .c-header__navButton .kts-recruit-c-button img {
  z-index: 1;
}
.kts-recruit-c-header .c-header__navButton .kts-recruit-c-button .c-button__jaTitle {
  z-index: 1;
}
.kts-recruit-c-header .c-header__navButton .kts-recruit-c-button + .kts-recruit-c-button {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-header .c-header__navButton .kts-recruit-c-button + .kts-recruit-c-button {
    margin-left: auto;
    margin-top: 10px;
  }
}
.kts-recruit-c-header .c-header__navButton .kts-recruit-c-button.-primary {
  color: var(--color-base-text);
}
.kts-recruit-c-header .c-header__navButton .kts-recruit-c-button.-secondary {
  color: #fff;
  border: 0;
}
.kts-recruit-c-header .c-header__menuButton {
  display: none;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-header .c-header__menuButton {
    opacity: 1;
    border-radius: 3px;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    background: var(--color-base-primary);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    outline: none;
    right: 10px;
    top: 10px;
    height: 2.5rem;
    width: 4.875rem;
  }
}
.kts-recruit-c-header .c-header__menuButton {
  display: none;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-header .c-header__menuButton {
    background: #2A2C33;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    opacity: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    outline: none;
    top: 1.3125rem;
    right: 0.9375rem;
    position: absolute;
    color: #fff;
    font-size: 0.625rem;
    padding: 0.8125rem 0.875rem;
    gap: 0.1875rem;
    z-index: 9;
    border-radius: 5px;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .kts-recruit-c-header .c-header__menuButton {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-header .c-header__menuButton .c-header__menuButtonIcon {
    content: "";
    background: url("/assets/kts-recruit/img/common/diamond-header-icon.svg") center center/contain no-repeat;
    display: inline-block;
    height: 0.8125rem;
    width: 0.625rem;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .kts-recruit-c-header .c-header__menuButton.is-open {
    background: #fff;
    color: #3E424C;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 0.625rem;
  }
  .kts-recruit-c-header .c-header__menuButton.is-open .c-header__menuButtonIcon {
    background: url("/assets/kts-recruit/img/common/close-header-icon.svg") center center/contain no-repeat;
    height: 0.8125rem;
    width: 0.8125rem;
  }
}
.kts-recruit-c-header .c-header__spContactBtn {
  background-color: #474D59;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 1.375rem 0.875rem;
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-header .c-header__spContactBtn {
    border-radius: 5px;
  }
}
.kts-recruit-c-header .c-header__spCopyRight {
  color: #9296A1;
  font-weight: 400;
  font-size: 0.75rem;
  text-align: center;
  margin-bottom: 1rem;
}
.kts-recruit-c-header .c-header__spBottomNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.25rem;
}
.kts-recruit-c-header .c-header__spBottomNav a {
  color: #9296A1;
  font-size: 0.75rem;
  text-decoration: underline;
}
.kts-recruit-c-header.leadgridCms-onlyInnerWorkspace {
  position: relative !important;
}
.kts-recruit-c-header.leadgridCms-onlyInnerWorkspace .c-header__navButton .c-header__navButtonSubMenu {
  display: block !important;
}

.kts-recruit-c-footer {
  background-color: #3E424C;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-footer {
    background-color: #343841;
  }
}
.kts-recruit-c-footer .kts-recruit-c-inner {
  max-width: 77.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-footer .kts-recruit-c-inner {
    display: block;
    padding-inline: 1rem;
  }
}
.kts-recruit-c-footer .c-footerBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4.25rem 0 2.0625rem;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .kts-recruit-c-footer .c-footerBanner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-footer .c-footerBanner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 35px;
    padding-bottom: 0;
  }
}
.kts-recruit-c-footer .c-footerBanner .c-footerBanner__companyLogo {
  width: 6.875rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-footer .c-footerBanner .c-footerBanner__companyLogo {
    width: 5.1875rem;
  }
}
.kts-recruit-c-footer .c-footerBanner .c-footerBanner__companyTel {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-footer .c-footerBanner .c-footerBanner__companyTel {
    display: block;
    text-align: center;
  }
}
.kts-recruit-c-footer .c-footerBanner .c-footerBanner__companyTelNumber {
  font-family: var(--font-family-en);
  text-decoration: none;
  color: var(--color-base-footerText);
  font-size: 28px;
  display: block;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-footer .c-footerBanner .c-footerBanner__companyTelNumber {
    font-size: 24px;
  }
}
.kts-recruit-c-footer .c-footerBanner .c-footerBanner__companyTelNumber .fa {
  -webkit-transform: rotate(10deg) translateY(3px);
  transform: rotate(10deg) translateY(3px);
}
.kts-recruit-c-footer .c-footerBanner .c-footerBanner__companyTelTime {
  font-size: 10px;
  color: var(--color-base-footerText);
}
.kts-recruit-c-footer .c-footerBanner .c-footerBanner__navList {
  list-style: none;
  margin: 0 0 0 12rem;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8125rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-footer .c-footerBanner .c-footerBanner__navList {
    gap: 0rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-footer .c-footerBanner .c-footerBanner__navList {
    width: 100%;
    margin: 1rem auto 0 auto;
  }
}
.kts-recruit-c-footer .c-footerBanner .c-footerBanner__navList .c-footerBanner__navItem {
  min-width: 3.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .kts-recruit-c-footer .c-footerBanner .c-footerBanner__navList .c-footerBanner__navItem:last-child {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-footer .c-footerBanner .c-footerBanner__navList .c-footerBanner__navItem {
    border-bottom: 1px solid #45474D;
    position: relative;
    width: 100%;
  }
  .kts-recruit-c-footer .c-footerBanner .c-footerBanner__navList .c-footerBanner__navItem .c-footer__subNavToggle {
    background: url("/assets/kts-recruit/img/common/icon-plus.svg") center center/0.8125rem 0.8125rem no-repeat;
    display: none;
    position: absolute;
    top: 1.125rem;
    right: 0rem;
    height: 1.875rem;
    width: 1.875rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .kts-recruit-c-footer .c-footerBanner .c-footerBanner__navList .c-footerBanner__navItem .c-footer__subNavToggle.is-active {
    background: url("/assets/kts-recruit/img/common/icon-minus.svg") center center/0.8125rem 0.8125rem no-repeat;
  }
  .kts-recruit-c-footer .c-footerBanner .c-footerBanner__navList .c-footerBanner__navItem.-sub {
    position: relative;
  }
  .kts-recruit-c-footer .c-footerBanner .c-footerBanner__navList .c-footerBanner__navItem.-sub .c-footer__subNavToggle {
    display: block;
  }
}
.kts-recruit-c-footer .c-footerBanner .c-footerBanner__navList .c-footerBanner__navItem .c-footerBanner__navLink {
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-footer .c-footerBanner .c-footerBanner__navList .c-footerBanner__navItem .c-footerBanner__navLink {
    padding-block: 1.5rem;
  }
}
.kts-recruit-c-footer .c-footer__subNavList {
  padding-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-footer .c-footer__subNavList {
    display: none;
    padding-top: 0;
    padding-bottom: 0.9375rem;
  }
}
.kts-recruit-c-footer .c-footer__subNavList .c-footer__subNavItem a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  font-size: 0.75rem;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .kts-recruit-c-footer .c-footer__subNavList .c-footer__subNavItem a {
    font-size: 0.875rem;
    word-break: keep-all;
  }
}
.kts-recruit-c-footer .c-footer__subNavList .c-footer__subNavItem a::before {
  content: "" !important;
  display: block;
  background: url("/assets/kts-recruit/img/common/diamond-gray.svg") center center/contain no-repeat;
  height: 0.5rem;
  width: 0.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.kts-recruit-c-footer .c-footer__subNavList .c-footer__subNavItem a:hover {
  color: #9296A1;
  text-decoration: underline;
  opacity: 1;
}
.kts-recruit-c-footer .c-footer__subNavList .c-footer__subNavItem a:hover::before {
  opacity: 0.4;
}
.kts-recruit-c-footer .c-footer__subNavList .c-footer__subNavItem + .c-footer__subNavItem {
  margin-top: 0.75rem;
}
.kts-recruit-c-footer .c-footerMiddle {
  border-bottom: 1px solid #9296A1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-footer .c-footerMiddle {
    border-bottom: 0;
    padding-block: 1.25rem 1rem;
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.kts-recruit-c-footer .c-footerMiddle .c-footerContactBtn {
  background-color: #474D59;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.75rem;
  width: 100%;
  max-width: 12.5rem;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-footer .c-footerMiddle .c-footerContactBtn {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-footer .c-footerMiddle .c-footerContactBtn {
    font-size: 0.875rem;
    padding: 1.25rem;
    max-width: 17.5rem;
    border-radius: 5px;
  }
}
.kts-recruit-c-footer .c-footerMiddle .c-footerSnsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
.kts-recruit-c-footer .c-footerMiddle .c-footerSnsItem a {
  background-color: #474D59;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-footer .c-footerMiddle .c-footerSnsItem a {
    border-radius: 5px;
  }
}
.kts-recruit-c-footer .c-footerMiddle .c-footerSnsItem img {
  width: 1.4375rem;
}
.kts-recruit-c-footer .c-footerBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-footer .c-footerBar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }
}
.kts-recruit-c-footer .c-footerBar .c-footerBar__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-footer .c-footerBar .c-footerBar__navList {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem 0 1.5rem;
  }
}
.kts-recruit-c-footer .c-footerBar .c-footerBar__navList .c-footerBar__navItem:nth-of-type(n + 2) {
  margin-left: 20px;
}
.kts-recruit-c-footer .c-footerBar .c-footerBar__navList .c-footerBar__navItem .c-footerBar__navLink {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-footer .c-footerBar .c-footerBar__navList .c-footerBar__navItem .c-footerBar__navLink {
    color: #9296A1;
    text-decoration: underline;
  }
}
.kts-recruit-c-footer .c-footerBar .c-footerBar__copyright {
  color: #9296A1;
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-footer .c-footerBar .c-footerBar__copyright {
    font-weight: 400;
    letter-spacing: 0;
  }
}
.kts-recruit-c-footer .c-footerPageTop {
  position: absolute;
  top: 1rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-footer .c-footerPageTop {
    top: 2.0625rem;
  }
}
.kts-recruit-c-footer .c-footerPageTop .c-footerPageTop__Link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  gap: 0.4375rem;
  font-size: 0.75rem;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.kts-recruit-c-footer .c-footerPageTop .c-footerPageTop__Link img {
  width: 0.625rem;
}

.kts-recruit-c-inner {
  max-width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.kts-recruit-c-inner.-large {
  max-width: 72.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-inner.-large {
    max-width: 30rem;
  }
}
.kts-recruit-c-inner.-media {
  max-width: 77.5rem;
  padding: 0 2.875rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-inner.-media {
    max-width: 30rem;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-inner.-event {
    max-width: 30rem;
    padding: 0 1rem;
  }
}

@-webkit-keyframes kts-conic-progress {
  from {
    background: conic-gradient(#F5F5F5 0deg, transparent 0deg);
  }
  to {
    background: conic-gradient(#F5F5F5 360deg, transparent 360deg);
  }
}

@keyframes kts-conic-progress {
  from {
    background: conic-gradient(#F5F5F5 0deg, transparent 0deg);
  }
  to {
    background: conic-gradient(#F5F5F5 360deg, transparent 360deg);
  }
}
.kts-recruit-c-sliderControl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1rem;
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-sliderControl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.kts-recruit-c-sliderControl .c-sliderControl__prev,
.kts-recruit-c-sliderControl .c-sliderControl__next {
  border: 1px solid #343841;
  cursor: pointer;
  height: 1.4375rem;
  width: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-radius: 9999px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.kts-recruit-c-sliderControl .c-sliderControl__prev:hover,
.kts-recruit-c-sliderControl .c-sliderControl__next:hover {
  background: #f5f5f5;
}
.kts-recruit-c-sliderControl .c-sliderControl__prev::after,
.kts-recruit-c-sliderControl .c-sliderControl__next::after {
  content: "";
  display: block;
  width: 0.8125rem;
  height: 0.4375rem;
}
.kts-recruit-c-sliderControl .c-sliderControl__prev::after {
  background: url("/assets/kts-recruit/img/common/swiper/arrow-prev.svg") center center/cover no-repeat;
}
.kts-recruit-c-sliderControl .c-sliderControl__next::after {
  background: url("/assets/kts-recruit/img/common/swiper/arrow-next.svg") center center/cover no-repeat;
}
.kts-recruit-c-sliderControl .c-sliderControl__stop {
  cursor: pointer;
  position: relative;
  height: 1.4375rem;
  width: 1.8125rem;
}
.kts-recruit-c-sliderControl .c-sliderControl__stop::after {
  content: none;
}
.kts-recruit-c-sliderControl .c-sliderControl__stop.is-playing::before, .kts-recruit-c-sliderControl .c-sliderControl__stop.is-playing::after {
  content: "";
  background-color: #3E424C;
  display: block;
  width: 2px;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 9999px;
}
.kts-recruit-c-sliderControl .c-sliderControl__stop.is-playing::before {
  left: 0.96875rem;
}
.kts-recruit-c-sliderControl .c-sliderControl__stop.is-playing::after {
  right: 0.96875rem;
}
.kts-recruit-c-sliderControl .c-sliderControl__stop.is-paused::before {
  content: "";
  border-radius: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #3E424C;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.kts-recruit-c-sliderControl .c-sliderControl__stop.is-paused::after {
  display: none;
}
.kts-recruit-c-sliderControl .c-sliderControl__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.kts-recruit-c-sliderControl .c-sliderControl__pagination .swiper-pagination-bullet {
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: transparent;
  border-radius: 50%;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  overflow: visible;
}
.kts-recruit-c-sliderControl .c-sliderControl__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3E424C;
  opacity: 1;
}
.kts-recruit-c-sliderControl .c-sliderControl__pagination .circle {
  position: relative;
  width: 1.3125rem;
  height: 1.3125rem;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  margin: auto;
  opacity: 1;
  cursor: pointer;
}
.kts-recruit-c-sliderControl .c-sliderControl__pagination .circle::before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: -0.65625rem;
  width: 1.3125rem;
  height: 1.3125rem;
  background: #c4c4c4;
  -webkit-transform-origin: right 0.65625rem;
  transform-origin: right 0.65625rem;
  z-index: 2;
}
.kts-recruit-c-sliderControl .c-sliderControl__pagination .circle::after {
  content: "";
  background: #c4c4c4;
  display: none;
  position: absolute;
  top: 0px;
  left: 0.65625rem;
  width: 1.3125rem;
  height: 1.3125rem;
  -webkit-transform-origin: left 0.65625rem;
  transform-origin: left 0.65625rem;
  z-index: 3;
}
.kts-recruit-c-sliderControl .c-sliderControl__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active.circle::before, .kts-recruit-c-sliderControl .c-sliderControl__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active.circle::after {
  display: block;
}
.kts-recruit-c-sliderControl .c-sliderControl__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active.circle .circle_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kts-recruit-c-sliderControl .c-sliderControl__pagination .circle_dots::after {
  content: "";
  border-radius: 50%;
  background-color: #3E424C;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 0.3125rem;
  width: 0.3125rem;
  z-index: 4;
}
.kts-recruit-c-sliderControl .c-sliderControl__pagination .circle .circle_inner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.1875rem;
  height: 1.1875rem;
  background: #fff;
  border-radius: 50%;
  z-index: 4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@-webkit-keyframes circleAfter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #c4c4c4;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #c4c4c4;
  }
  50.01% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: #3E424C;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: #3E424C;
  }
}
@keyframes circleAfter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #c4c4c4;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #c4c4c4;
  }
  50.01% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: #3E424C;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: #3E424C;
  }
}
@-webkit-keyframes circleBefore {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes circleBefore {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.kts-recruit-c-sliderControl .c-sliderControl__pagination.is-paused .swiper-pagination-bullet.swiper-pagination-bullet-active.circle::before,
.kts-recruit-c-sliderControl .c-sliderControl__pagination.is-paused .swiper-pagination-bullet.swiper-pagination-bullet-active.circle::after {
  -webkit-animation: none !important;
  animation: none !important;
}
.kts-recruit-c-sliderControl .swiper-pagination-bullet.swiper-pagination-bullet-active.circle::before {
  -webkit-animation: circleBefore 5s linear forwards;
  animation: circleBefore 5s linear forwards;
}
.kts-recruit-c-sliderControl .swiper-pagination-bullet.swiper-pagination-bullet-active.circle::after {
  -webkit-animation: circleAfter 5s linear forwards;
  animation: circleAfter 5s linear forwards;
}
.kts-recruit-c-sliderControl.-s6 .swiper-pagination-bullet.swiper-pagination-bullet-active.circle::before {
  -webkit-animation: circleBefore 6s linear forwards;
  animation: circleBefore 6s linear forwards;
}
.kts-recruit-c-sliderControl.-s6 .swiper-pagination-bullet.swiper-pagination-bullet-active.circle::after {
  -webkit-animation: circleAfter 6s linear forwards;
  animation: circleAfter 6s linear forwards;
}
.kts-recruit-c-sliderControl.-s10 .swiper-pagination-bullet.swiper-pagination-bullet-active.circle::before {
  -webkit-animation: circleBefore 10s linear forwards;
  animation: circleBefore 10s linear forwards;
}
.kts-recruit-c-sliderControl.-s10 .swiper-pagination-bullet.swiper-pagination-bullet-active.circle::after {
  -webkit-animation: circleAfter 10s linear forwards;
  animation: circleAfter 10s linear forwards;
}
.kts-recruit-c-sliderControl.-s10 .swiper-pagination-bullet.swiper-pagination-bullet-active.circle::before {
  -webkit-animation: circleBefore 10s linear forwards;
  animation: circleBefore 10s linear forwards;
}
.kts-recruit-c-sliderControl.-s10 .swiper-pagination-bullet.swiper-pagination-bullet-active.circle::after {
  -webkit-animation: circleAfter 10s linear forwards;
  animation: circleAfter 10s linear forwards;
}
.kts-recruit-c-sliderControl.-s20 .swiper-pagination-bullet.swiper-pagination-bullet-active.circle::before {
  -webkit-animation: circleBefore 20s linear forwards;
  animation: circleBefore 20s linear forwards;
}
.kts-recruit-c-sliderControl.-s20 .swiper-pagination-bullet.swiper-pagination-bullet-active.circle::after {
  -webkit-animation: circleAfter 20s linear forwards;
  animation: circleAfter 20s linear forwards;
}
.kts-recruit-c-sliderControl.-noPlayBtn .c-sliderControl__stop {
  display: none;
}
.kts-recruit-c-sliderControl.-noPlayBtn .circle::before, .kts-recruit-c-sliderControl.-noPlayBtn .circle::after {
  background-color: #3E424C !important;
}

.kts-recruit-s-oneCareer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.625rem;
  max-width: 39.875rem;
}
.kts-recruit-s-oneCareer .kts-recruit-s-oneCareerItem {
  width: 19.625rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-oneCareer .kts-recruit-s-oneCareerItem {
    width: 100%;
  }
}
.kts-recruit-s-oneCareer a {
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-oneCareer a {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-oneCareer a {
    padding: 0.6875rem;
  }
}
.kts-recruit-s-oneCareer .s-oneCareer__logo {
  width: 10rem;
}
.kts-recruit-s-oneCareer .s-oneCareer__icon {
  width: 1rem;
}

.kts-recruit-c-sectionTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-block: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-sectionTitle {
    margin-block: 0 1rem;
  }
}
.kts-recruit-c-sectionTitle .c-sectionTitle__titleFirst {
  color: #3366FF;
  display: block;
  font-size: 6.625rem;
  letter-spacing: -0.02em;
  margin-right: 0.1875rem;
  line-height: 1.2;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-sectionTitle .c-sectionTitle__titleFirst {
    font-size: 4rem;
  }
}
.kts-recruit-c-sectionTitle .c-sectionTitle__titleMinText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.kts-recruit-c-sectionTitle .c-sectionTitle__titleJa {
  line-height: 1.2;
  font-size: 3.5rem;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-sectionTitle .c-sectionTitle__titleJa {
    font-size: 2rem;
  }
}
.kts-recruit-c-sectionTitle .c-sectionTitle__titleEn {
  margin-left: 0.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-size: 1rem;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-sectionTitle .c-sectionTitle__titleEn {
    margin-left: 0.375rem;
    font-size: 0.75rem;
  }
}

.kts-recruit-c-noiseBg {
  background-color: #F5F5F5;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.kts-recruit-c-noiseBg::after {
  content: "";
  background: url("/assets/kts-recruit/img/common/noise-bg-min.png") repeat;
  background-size: 100px 100px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.2;
}

.kts-recruit-c-button {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  border-radius: var(--border-radius-button);
  text-decoration: none;
  cursor: pointer;
  padding: 1rem 1.25rem;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: bold;
  line-height: 1.3;
  width: 20.9375rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-button {
    max-width: 17.5rem;
  }
}
.kts-recruit-c-button::before {
  border-radius: 9999px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.kts-recruit-c-button .c-button__text {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-button .c-button__text {
    font-size: 0.875rem;
  }
}
.kts-recruit-c-button .c-button__arrow {
  border-radius: 9999px;
  height: 1.4375rem;
  width: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-button .c-button__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 1.4375rem;
    width: 2.5rem;
  }
}
@-webkit-keyframes arrowSlide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50.0% {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}
@keyframes arrowSlide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50.0% {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}
.kts-recruit-c-button:hover {
  border: 2px solid transparent !important;
}
.kts-recruit-c-button:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}
.kts-recruit-c-button:hover .c-button__arrow svg {
  -webkit-animation: arrowSlide 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
  animation: arrowSlide 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
}
.kts-recruit-c-button.-white {
  background-color: #fff;
  border: 2px solid #F1F3FA;
}
.kts-recruit-c-button.-white::before {
  background: #3366FF;
}
.kts-recruit-c-button.-white .c-button__arrow {
  background: #3366FF;
}
.kts-recruit-c-button.-white:hover {
  opacity: 1;
}
.kts-recruit-c-button.-white:hover .c-button__text {
  color: #fff;
}
.kts-recruit-c-button.-white:hover .c-button__arrow {
  background-color: #fff;
}
.kts-recruit-c-button.-white:hover .c-button__arrow svg path {
  fill: #3366FF;
}
.kts-recruit-c-button.-blue {
  background-color: #3366FF;
  border: 2px solid #F1F3FA;
}
.kts-recruit-c-button.-blue::before {
  background: #fff;
}
.kts-recruit-c-button.-blue .c-button__arrow {
  background: #fff;
}
.kts-recruit-c-button.-blue .c-button__arrow svg path {
  fill: #3366FF;
}
.kts-recruit-c-button.-blue .c-button__text {
  color: #fff;
}
.kts-recruit-c-button.-blue:hover {
  opacity: 1;
}
.kts-recruit-c-button.-blue:hover .c-button__text {
  color: #3366FF;
}
.kts-recruit-c-button.-blue:hover .c-button__arrow {
  background-color: #3366FF;
}
.kts-recruit-c-button.-blue:hover .c-button__arrow svg path {
  fill: #fff;
}
.kts-recruit-c-button.-primary {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
  border: 0px solid var(--color-base-primary);
}
.kts-recruit-c-button.-secondary {
  background-color: var(--color-base-secondary);
  color: var(--color-base-secondaryInside);
  border: 3px solid var(--color-base-secondary);
}
.kts-recruit-c-button.-large {
  min-width: 275px;
  padding: 8px 40px;
}
.kts-recruit-c-button.-large .c-button__jaTitle {
  font-size: var(--font-size-m);
}
.kts-recruit-c-button.-large .icon-circle-arrow {
  right: 20px;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.kts-recruit-c-button.-big {
  min-width: 360px;
  padding: 24px 80px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-button.-big {
    padding: 12px 20px 12px 20px;
  }
}
.kts-recruit-c-button.-big .c-button__jaTitle {
  font-size: var(--font-size-l);
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-button.-big .c-button__jaTitle {
    font-size: var(--font-size-l-sp);
  }
}
.kts-recruit-c-button.-medium {
  min-width: 235px;
  padding: 11px 40px;
  font-size: var(--font-size-s);
}
.kts-recruit-c-button.-tag {
  border-radius: var(--border-radius);
  background-color: var(--color-base-primaryFaded);
  color: var(--color-base-text);
  min-width: initial;
  font-size: var(--font-size-xs);
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: normal;
  padding: 3px 14px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-button.-tag {
    font-size: var(--font-size-xs-sp);
  }
}
.kts-recruit-c-button.-notValid {
  pointer-events: none;
  opacity: 0.5;
}
.kts-recruit-c-button.-noRecaptcha {
  pointer-events: none;
  opacity: 0.5;
}
.kts-recruit-c-button .c-button__enTitle {
  font-size: var(--font-size-xs, 10px);
  line-height: 120%;
  font-weight: bold;
  text-transform: none;
  word-break: break-all;
  letter-spacing: 0.01em;
  padding-bottom: 1px;
  opacity: 0.5;
  display: block;
}
.kts-recruit-c-button .c-button__jaTitle {
  font-size: var(--font-size-s);
  line-height: 135%;
  font-weight: bold;
  text-transform: none;
  word-break: break-all;
}

.kts-recruit-c-blogCard {
  width: 100%;
}
.kts-recruit-c-blogCard.-horizontal {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-blogCard.-horizontal {
    margin-bottom: 3rem;
  }
  .kts-recruit-c-blogCard.-horizontal:last-of-type {
    margin-bottom: 0;
  }
}
.kts-recruit-c-blogCard.-horizontal .c-blogCard__thumb {
  width: 12.5rem;
  height: 8.375rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-blogCard.-horizontal .c-blogCard__thumb {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
}
.kts-recruit-c-blogCard.-horizontal .c-blogCard__contents {
  margin-top: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-blogCard.-horizontal .c-blogCard__contents {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.kts-recruit-c-blogCard.-vertical:hover a {
  opacity: 1;
}
.kts-recruit-c-blogCard.-vertical:hover .c-blogCard__thumb img {
  scale: 1.1;
}
.kts-recruit-c-blogCard.-vertical:hover .c-blogCard__title span {
  background-size: 100% 1px;
}
.kts-recruit-c-blogCard.-vertical .c-blogCard__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.kts-recruit-c-blogCard.-vertical .c-blogCard__thumb {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.kts-recruit-c-blogCard.-vertical .c-blogCard__thumb img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.kts-recruit-c-blogCard.-vertical .c-blogCard__contents {
  margin-top: 1.5rem;
}
.kts-recruit-c-blogCard.-new .c-blogCard__thumb::before {
  content: "新着";
  position: absolute;
  font-size: 13px;
  letter-spacing: 0.3em;
  background-color: var(--color-base-secondary);
  font-weight: bold;
  color: var(--color-base-secondaryInside);
  width: 80px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: var(--border-radius) 0 var(--border-radius) 0;
  z-index: 5;
}
.kts-recruit-c-blogCard .c-blogCard__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-blogCard .c-blogCard__inner {
    display: block;
  }
}
.kts-recruit-c-blogCard .c-blogCard__thumb {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-blogCard .c-blogCard__thumb {
    border-radius: 5px;
  }
}
.kts-recruit-c-blogCard .c-blogCard__thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kts-recruit-c-blogCard .c-blogCard__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-blogCard .c-blogCard__meta {
    margin: 0 0 0.5rem;
  }
}
.kts-recruit-c-blogCard .c-blogCard__meta .category {
  background-color: #3E424C;
  border-radius: 55.5rem;
  color: #fff;
  padding: 0rem 0.9375rem;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-blogCard .c-blogCard__meta .category {
    font-size: 0.75rem;
  }
}
.kts-recruit-c-blogCard .c-blogCard__meta .date {
  letter-spacing: 0.04em;
  font-size: 0.875rem;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.kts-recruit-c-blogCard .c-blogCard__title {
  font-size: 1.375rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0 0 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-blogCard .c-blogCard__title {
    font-size: 1.125rem;
  }
}
.kts-recruit-c-blogCard .c-blogCard__title span {
  background-image: -webkit-gradient(linear, left top, right top, from(#3E424C), to(#3E424C));
  background-image: linear-gradient(90deg, #3E424C, #3E424C);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.kts-recruit-c-blogCard .c-blogCard__tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-blogCard .c-blogCard__tags {
    gap: 0rem 0.25rem;
  }
}
.kts-recruit-c-blogCard .c-blogCard__tags .tag {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-blogCard .c-blogCard__tags .tag {
    font-size: 0.75rem;
  }
}
.kts-recruit-c-blogCard .c-blogCard__tags .tag::before {
  content: "#";
  padding-right: 0.25rem;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-blogCard .c-blogCard__tags .tag::before {
    font-size: 0.875rem;
  }
}

.kts-recruit-c-breadcrumb {
  padding-block: 1.625rem 0rem;
  width: 100%;
}
.kts-recruit-c-breadcrumb::-webkit-scrollbar {
  display: none;
}
.kts-recruit-c-breadcrumb.-post {
  padding: 0.75rem 3.125rem 1.375rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-breadcrumb.-post {
    padding: 1.25rem 1rem;
  }
}
.kts-recruit-c-breadcrumb.-media {
  padding: 3px 0 3px;
  background-color: #eeeeee;
}
.kts-recruit-c-breadcrumb.-media li + li:before {
  content: "-";
  margin: 0 0.5rem;
  font-size: 0.875rem;
}
.kts-recruit-c-breadcrumb.-media li a {
  color: #52575d;
  line-height: 24px;
}
.kts-recruit-c-breadcrumb .kts-recruit-c-inner {
  padding: 0;
  max-width: 100%;
  width: 100%;
}
.kts-recruit-c-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  min-height: 1.25rem;
}
.kts-recruit-c-breadcrumb li {
  color: #9296A1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0.75rem;
}
.kts-recruit-c-breadcrumb li + li:before {
  content: "-";
  margin: 0 0.5rem;
  font-size: 0.875rem;
}
.kts-recruit-c-breadcrumb li a {
  text-decoration: none;
  color: #2A2C33;
}

.kts-recruit-c-sidebar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 2.5rem;
  width: 17.25rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-sidebar {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 2.5rem;
  }
}
.kts-recruit-c-sidebar .c-sidebar__title {
  background-color: #fff;
  padding: 0.5rem 1.25rem;
  position: relative;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-bottom: 0.25rem;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-sidebar .c-sidebar__title {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-sidebar .c-sidebar__title {
    padding: 1rem 1.25rem;
  }
  .kts-recruit-c-sidebar .c-sidebar__title::before, .kts-recruit-c-sidebar .c-sidebar__title::after {
    content: "";
    background-color: #3E424C;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .kts-recruit-c-sidebar .c-sidebar__title::before {
    right: 1.25rem;
    height: 0.09375rem;
    width: 0.8125rem;
  }
  .kts-recruit-c-sidebar .c-sidebar__title::after {
    right: 1.5625rem;
    height: 0.8125rem;
    width: 0.09375rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .kts-recruit-c-sidebar .c-sidebar__title.-active:after {
    opacity: 0;
  }
}
.kts-recruit-c-sidebar .c-sidebar__relatedWrap {
  margin-top: -12px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-sidebar .c-sidebar__categoryTagWrap {
    display: none;
  }
}
.kts-recruit-c-sidebar .c-sidebar__relatedTitle,
.kts-recruit-c-sidebar .c-sidebar__categoryTitle,
.kts-recruit-c-sidebar .c-sidebar__tagTitle {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 0 0 0.75rem;
}
.kts-recruit-c-sidebar .c-sidebar__relatedItem {
  border-bottom: 3px solid #f5f5f5;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-sidebar .c-sidebar__relatedItem {
    border-bottom: 2px solid #f5f5f5;
  }
}
.kts-recruit-c-sidebar .c-sidebar__relatedItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: var(--color-base-text);
  padding: 16px 0;
}
.kts-recruit-c-sidebar .c-sidebar__relatedItem .wrap {
  margin-left: 14px;
}
.kts-recruit-c-sidebar .c-sidebar__relatedItem .thumb {
  position: relative;
  min-width: 80px;
  width: 80px;
  height: 56px;
  background-color: var(--color-base-background);
  border-radius: var(--border-radius);
}
.kts-recruit-c-sidebar .c-sidebar__relatedItem .thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.kts-recruit-c-sidebar .c-sidebar__relatedItem .badge {
  display: inline-block;
  color: #aaaaaa;
  font-size: 10px;
  font-weight: bold;
}
.kts-recruit-c-sidebar .c-sidebar__relatedItem .date {
  font-family: var(--font-family-en);
  font-size: 14px;
  letter-spacing: 1px;
  color: #aaaaaa;
  font-weight: bold;
}
.kts-recruit-c-sidebar .c-sidebar__relatedItem .title {
  font-size: var(--font-size-xs);
  line-height: 1.4;
  font-weight: bold;
  margin: 4px 0 0;
}
.kts-recruit-c-sidebar .c-sidebar__category {
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px dashed #9296A1;
  padding: 1.25rem;
}
.kts-recruit-c-sidebar .c-sidebar__categoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-sidebar .c-sidebar__categoryList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.kts-recruit-c-sidebar .c-sidebar__categoryList li a {
  display: block;
  border: 1px solid #9296A1;
  border-radius: 9999px;
  font-size: 0.875rem;
  text-decoration: none;
  line-height: 1.7;
  letter-spacing: 0.04em;
  padding: 0 0.9375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.kts-recruit-c-sidebar .c-sidebar__categoryList li.is-current a {
  background-color: #3366FF;
  border: 0;
  color: #fff;
}
.kts-recruit-c-sidebar .c-sidebar__tag {
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  padding: 1.25rem;
}
.kts-recruit-c-sidebar .c-sidebar__tagList {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-sidebar .c-sidebar__tagList {
    margin-left: 0;
    margin-top: 24px;
  }
}
.kts-recruit-c-sidebar .c-sidebar__tagItem {
  display: block;
}
.kts-recruit-c-sidebar .c-sidebar__tagItem.-checkbox label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.kts-recruit-c-sidebar .c-sidebar__tagItem.-checkbox input[type=checkbox] {
  display: none;
}
.kts-recruit-c-sidebar .c-sidebar__tagItem.-checkbox input[type=checkbox]:checked + .text::before {
  background-color: #3366FF;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_4399%3A71004)%22%3E%3Cpath%20d%3D%22M4.75502%2012.0149L0.205017%207.46495C-0.0683389%207.19159%20-0.0683389%206.74838%200.205017%206.475L1.19494%205.48504C1.4683%205.21166%201.91154%205.21166%202.1849%205.48504L5.24999%208.55011L11.8151%201.98505C12.0884%201.71169%2012.5317%201.71169%2012.805%201.98505L13.795%202.975C14.0683%203.24835%2014.0683%203.69157%2013.795%203.96495L5.74497%2012.015C5.47159%2012.2883%205.02837%2012.2883%204.75502%2012.0149V12.0149Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_4399%3A71004%22%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  border: 1px solid #3366FF;
}
.kts-recruit-c-sidebar .c-sidebar__tagItem.-checkbox input[type=checkbox]:disabled + .text {
  cursor: no-drop;
}
.kts-recruit-c-sidebar .c-sidebar__tagItem.-checkbox input[type=checkbox]:disabled + .text::before {
  background-color: #aaa;
}
.kts-recruit-c-sidebar .c-sidebar__tagItem.-checkbox .text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
.kts-recruit-c-sidebar .c-sidebar__tagItem.-checkbox .text::before {
  -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  content: "";
  border: 1px solid #9296A1;
  border-radius: 1px;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  min-width: 1.125rem;
  min-height: 1.125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.5625rem;
  margin-right: 0.5rem;
}

.kts-recruit-c-noresult {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 48px;
}
.kts-recruit-c-noresult .c-noresult__label {
  margin: 0;
  font-family: var(--font-family-en);
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 4px;
}
.kts-recruit-c-noresult .c-noresult__title {
  font-size: 2.25rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-noresult .c-noresult__title {
    font-size: 1.5rem;
  }
}
.kts-recruit-c-noresult .c-noresult__text {
  margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-noresult .c-noresult__text {
    margin-top: 30px;
  }
}
.kts-recruit-c-noresult .kts-recruit-c-button {
  margin-top: 50px;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-noresult .kts-recruit-c-button {
    width: 100%;
    max-width: 100%;
  }
}

.kts-recruit-c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-top: 2.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-pager {
    margin-block: 2.5rem 3.75rem;
  }
}
.kts-recruit-c-pager .c-pager__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 3.75rem;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: var(--border-radius-button);
  background-color: #fff;
  color: var(--color-base-text);
  font-size: 0.875rem;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-pager .c-pager__item {
    min-width: 1.625rem;
    width: 1.625rem;
    height: 1.625rem;
    font-size: 0.75rem;
  }
}
.kts-recruit-c-pager .c-pager__item + .c-pager__item {
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-pager .c-pager__item + .c-pager__item {
    margin-left: 0.5rem;
  }
}
.kts-recruit-c-pager .c-pager__item:hover, .kts-recruit-c-pager .c-pager__item.-current {
  border: 1px solid #343841;
  background-color: #3E424C;
  color: #fff;
  opacity: 1;
}
.kts-recruit-c-pager .c-pager__item.-prev, .kts-recruit-c-pager .c-pager__item.-next {
  background: none;
  border: 1px solid #343841;
  cursor: pointer;
  height: 1.4375rem;
  width: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-pager .c-pager__item.-prev, .kts-recruit-c-pager .c-pager__item.-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 1.4375rem;
    width: 2.5rem;
  }
}
.kts-recruit-c-pager .c-pager__item.-prev {
  left: 0;
}
.kts-recruit-c-pager .c-pager__item.-prev i {
  display: block;
  width: 0.4375rem;
  height: 0.4375rem;
  background: url("/assets/kts-recruit/img/common/swiper/arrow-prev.svg") center center/cover no-repeat;
  background-size: 0.4375rem 0.4375rem;
}
.kts-recruit-c-pager .c-pager__item.-next {
  right: 0;
}
.kts-recruit-c-pager .c-pager__item.-next i {
  display: block;
  width: 0.4375rem;
  height: 0.4375rem;
  background: url("/assets/kts-recruit/img/common/swiper/arrow-next.svg") center center/cover no-repeat;
  background-size: 0.4375rem 0.4375rem;
}

.kts-recruit-c-wysiwyg {
  width: 100%;
  padding-left: 0;
  overflow: hidden;
}
.kts-recruit-c-wysiwyg h2,
.kts-recruit-c-wysiwyg h3,
.kts-recruit-c-wysiwyg h4,
.kts-recruit-c-wysiwyg h5,
.kts-recruit-c-wysiwyg h6 {
  margin: 0;
  line-height: 1.5;
}
.kts-recruit-c-wysiwyg h2 {
  margin-top: 3.75rem;
  border-top: 1px solid #F5F5F5;
  position: relative;
  margin: 0;
  padding-top: 2.125rem;
  font-size: 1.75rem;
}
.kts-recruit-c-wysiwyg h2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #3366FF;
  height: 0.125rem;
  width: 6.25rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-wysiwyg h2 {
    margin-top: 2.5rem;
    font-size: 1.1875rem;
  }
}
.kts-recruit-c-wysiwyg h3 {
  background-color: #F5F5F5;
  border-radius: 4px;
  padding: 1rem 1.5rem 1rem 3rem;
  margin-top: 3.75rem;
  position: relative;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-wysiwyg h3 {
    padding: 0.75rem 1rem 0.75rem 1.375rem;
    margin-top: 2.5rem;
    font-size: 1rem;
  }
}
.kts-recruit-c-wysiwyg h3::before {
  content: "";
  background-color: #3366FF;
  display: block;
  position: absolute;
  top: 2.0625rem;
  left: 1.5rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-wysiwyg h3::before {
    top: 1.5625rem;
    left: 0.625rem;
    height: 0.375rem;
    width: 0.375rem;
  }
}
.kts-recruit-c-wysiwyg h4 {
  padding-left: 0.75rem;
  position: relative;
  margin-top: 2.5rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-wysiwyg h4 {
    font-size: 0.9375rem;
    margin-top: 1.875rem;
  }
}
.kts-recruit-c-wysiwyg h4::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #3366FF;
}
.kts-recruit-c-wysiwyg a {
  color: #3366FF;
  text-decoration: underline;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.kts-recruit-c-wysiwyg a:hover {
  opacity: 0.7;
}
.kts-recruit-c-wysiwyg p {
  margin: 0;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-wysiwyg p {
    line-height: 1.8;
    font-size: 0.875rem;
  }
}
.kts-recruit-c-wysiwyg li {
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-wysiwyg li {
    line-height: 1.8;
  }
}
.kts-recruit-c-wysiwyg ul, .kts-recruit-c-wysiwyg ol {
  margin: 1.875rem 0;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-wysiwyg ul, .kts-recruit-c-wysiwyg ol {
    margin: 1.25rem 0;
  }
}
.kts-recruit-c-wysiwyg ul {
  padding-left: 1.25rem;
  list-style: disc;
}
.kts-recruit-c-wysiwyg ul li {
  margin-bottom: 0.3125rem;
}
.kts-recruit-c-wysiwyg ol {
  list-style: none;
  padding-left: 0;
  counter-reset: n;
}
.kts-recruit-c-wysiwyg ol li {
  padding-left: 2.5rem;
  text-indent: -2.5rem;
}
.kts-recruit-c-wysiwyg ol li:before {
  content: "0" counter(n) ".";
  counter-increment: n;
  font-size: 1.25rem;
  line-height: 1.1;
  margin-right: 0.75rem;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-wysiwyg ol li:before {
    font-size: 0.875rem;
    margin-top: 0.3125rem;
  }
}
.kts-recruit-c-wysiwyg ol li:nth-of-type(n + 10):before {
  content: counter(n) ".";
}
.kts-recruit-c-wysiwyg a {
  word-wrap: break-word;
}
.kts-recruit-c-wysiwyg blockquote {
  padding: 1.5rem 1.5rem 1.5rem 3.5rem;
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  background-color: #F5F5F5;
  margin: 1.875rem 0;
  color: #666666;
  border-radius: var(--border-radius);
  position: relative;
  border: none;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-wysiwyg blockquote {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-wysiwyg blockquote {
    padding: 1rem 1rem 1rem 3rem;
    margin: 1.25rem 0;
  }
}
.kts-recruit-c-wysiwyg blockquote::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("/assets/base/img/common/icon_quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 1.5rem;
  left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-wysiwyg blockquote::before {
    top: 1rem;
    left: 1rem;
  }
}
.kts-recruit-c-wysiwyg blockquote p {
  margin: 0;
}
.kts-recruit-c-wysiwyg table {
  display: block;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  table-layout: fixed;
}
.kts-recruit-c-wysiwyg table tbody, .kts-recruit-c-wysiwyg table thead {
  width: 100%;
  display: table;
}
.kts-recruit-c-wysiwyg table th {
  background-color: #F5F5F5;
}
.kts-recruit-c-wysiwyg table td, .kts-recruit-c-wysiwyg table th {
  border: 1px solid #CCC;
  padding: 0.625rem;
  min-width: 14.375rem;
}
.kts-recruit-c-wysiwyg table th[colspan="2"] {
  min-width: 28.75rem;
}
.kts-recruit-c-wysiwyg table td[colspan="2"] {
  min-width: 28.75rem;
}
.kts-recruit-c-wysiwyg code .hljs-ln {
  margin-top: 0;
  margin-bottom: 0;
}
.kts-recruit-c-wysiwyg code .hljs-ln-code, .kts-recruit-c-wysiwyg code .hljs-ln-numbers {
  border: none;
  padding: 0;
  min-width: 0.3125rem;
}
.kts-recruit-c-wysiwyg code .hljs-ln-numbers {
  border-right: 1px solid #ccc;
}
.kts-recruit-c-wysiwyg img {
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius);
  margin: 1.875rem 0;
}
.kts-recruit-c-wysiwyg .fr-img-caption .fr-inner {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  color: var(--color-base-primary);
}
.kts-recruit-c-wysiwyg iframe {
  max-width: 100%;
}
.kts-recruit-c-wysiwyg h2:first-child, .kts-recruit-c-wysiwyg h3:first-child, .kts-recruit-c-wysiwyg h4:first-child, .kts-recruit-c-wysiwyg h5:first-child, .kts-recruit-c-wysiwyg h6:first-child, .kts-recruit-c-wysiwyg p:first-child, .kts-recruit-c-wysiwyg ol:first-child, .kts-recruit-c-wysiwyg ul:first-child, .kts-recruit-c-wysiwyg blockquote:first-child, .kts-recruit-c-wysiwyg img:first-child, .kts-recruit-c-wysiwyg table:first-child {
  margin-top: 0;
}
.kts-recruit-c-wysiwyg.-privacy h2 {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-wysiwyg.-privacy h2 {
    font-size: 1.1875rem;
  }
}
.kts-recruit-c-wysiwyg.-privacy h3 {
  background: none;
  padding: 0 0 0 0.75rem;
  position: relative;
  margin-top: 3.75rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-wysiwyg.-privacy h3 {
    font-size: 1rem;
    margin-top: 2.5rem;
  }
}
.kts-recruit-c-wysiwyg.-privacy h3::before {
  content: none;
}
.kts-recruit-c-wysiwyg.-privacy h3::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #3366FF;
}
.kts-recruit-c-wysiwyg.-privacy .wrap {
  border-bottom: 1px dashed #9296A1;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-wysiwyg.-privacy .wrap {
    padding-bottom: 1rem;
  }
}
.kts-recruit-c-wysiwyg.-privacy .wrap:last-of-type {
  border-bottom: 0;
}

.kts-recruit-c-form {
  max-width: 50rem;
  margin: 0 auto;
}
.kts-recruit-c-form .c-form__item + .c-form__item {
  margin-top: 1.5rem;
}
.kts-recruit-c-form label.-required::before {
  background-color: #3E424C;
  font-size: 0.75rem;
  padding: 0 0.6875rem;
}
.kts-recruit-c-form select,
.kts-recruit-c-form input[type=tel],
.kts-recruit-c-form input[type=text],
.kts-recruit-c-form input[type=email],
.kts-recruit-c-form textarea {
  background-color: #F5F5F5 !important;
  padding-inline: 1rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-form .leadgrid-form__label {
    font-size: 0.875rem !important;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-form .leadgrid-form__label::before {
    font-size: 0.75rem !important;
  }
}
.kts-recruit-c-form .c-form__itemLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-form .c-form__itemLabel {
    font-size: 1rem;
  }
}
.kts-recruit-c-form .c-form__itemLabel.is-required:after {
  content: "必須";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  background-color: #d35645;
  height: 1.375rem;
  white-space: nowrap;
  padding: 0 0.625rem;
  border-radius: var(--border-radius);
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-form .c-form__itemLabel.is-required:after {
    font-size: 0.6875rem;
    height: 1.25rem;
    padding: 0 0.5rem;
  }
}
.kts-recruit-c-form .c-form__input,
.kts-recruit-c-form .c-form__textarea,
.kts-recruit-c-form .c-form__select > select {
  -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: var(--border-radius);
  font-size: 0.9375rem;
}
.kts-recruit-c-form .c-form__input::-webkit-input-placeholder, .kts-recruit-c-form .c-form__textarea::-webkit-input-placeholder, .kts-recruit-c-form .c-form__select > select::-webkit-input-placeholder {
  color: var(--color-base-text);
  opacity: 0.3;
}
.kts-recruit-c-form .c-form__input::-moz-placeholder, .kts-recruit-c-form .c-form__textarea::-moz-placeholder, .kts-recruit-c-form .c-form__select > select::-moz-placeholder {
  color: var(--color-base-text);
  opacity: 0.3;
}
.kts-recruit-c-form .c-form__input:-ms-input-placeholder, .kts-recruit-c-form .c-form__textarea:-ms-input-placeholder, .kts-recruit-c-form .c-form__select > select:-ms-input-placeholder {
  color: var(--color-base-text);
  opacity: 0.3;
}
.kts-recruit-c-form .c-form__input::-ms-input-placeholder, .kts-recruit-c-form .c-form__textarea::-ms-input-placeholder, .kts-recruit-c-form .c-form__select > select::-ms-input-placeholder {
  color: var(--color-base-text);
  opacity: 0.3;
}
.kts-recruit-c-form .c-form__input::placeholder,
.kts-recruit-c-form .c-form__textarea::placeholder,
.kts-recruit-c-form .c-form__select > select::placeholder {
  color: var(--color-base-text);
  opacity: 0.3;
}
.kts-recruit-c-form .c-form__input:focus,
.kts-recruit-c-form .c-form__textarea:focus,
.kts-recruit-c-form .c-form__select > select:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.015rem rgba(134, 183, 254, 0.005);
  box-shadow: 0 0 0 0.015rem rgba(134, 183, 254, 0.005);
}
.kts-recruit-c-form .c-form__input,
.kts-recruit-c-form .c-form__select > select {
  height: 3rem;
  padding: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-form .c-form__input,
  .kts-recruit-c-form .c-form__select > select {
    padding: 0 1rem;
  }
}
.kts-recruit-c-form .c-form__textarea {
  min-height: 15rem;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-form .c-form__textarea {
    min-height: 12.5rem;
    padding: 1rem;
  }
}
.kts-recruit-c-form .c-form__select {
  position: relative;
}
.kts-recruit-c-form .c-form__select > select {
  cursor: pointer;
  padding-right: 3rem;
}
.kts-recruit-c-form .c-form__select:after {
  content: " ";
  display: block;
  position: absolute;
  pointer-events: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_6514_3337)%22%3E%3Cpath%20d%3D%22M8.5%200.987305L4.5%206.5873H12.5L8.5%200.987305ZM8.5%2015.3873L12.5%209.7873H4.5L8.5%2015.3873Z%22%20fill%3D%22%231B1B1B%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_6514_3337%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22white%22%20transform%3D%22translate(0.5%200.1875)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
}
.kts-recruit-c-form .c-form__radio + .c-form__radio {
  margin-top: 1rem;
}
.c-form__item .kts-recruit-c-form .c-form__radio {
  padding-left: 2.25rem;
}
@media screen and (max-width: 767px) {
  .c-form__item .kts-recruit-c-form .c-form__radio {
    padding-left: 1.25rem;
  }
}
.c-form__item .kts-recruit-c-form .c-form__radio:first-of-type {
  margin-top: 1.375rem;
}
.kts-recruit-c-form .c-form__radio > label {
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kts-recruit-c-form .c-form__radio > label input[type=radio] {
  display: none;
}
.kts-recruit-c-form .c-form__radio > label input[type=radio]:checked + .c-form__radioLabel:after {
  content: " ";
  display: block;
  min-width: 0.75rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: var(--color-base-text);
  position: absolute;
  top: 50%;
  margin-top: -0.375rem;
  left: 0.3125rem;
}
.kts-recruit-c-form .c-form__radio .c-form__radioLabel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9375rem;
  position: relative;
  cursor: pointer;
}
.kts-recruit-c-form .c-form__radio .c-form__radioLabel:before {
  content: " ";
  display: block;
  margin-right: 0.5rem;
  min-width: 1.375rem;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  border: 2px solid var(--color-base-text);
}
.kts-recruit-c-form .c-form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.kts-recruit-c-form .c-form__checkbox label {
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kts-recruit-c-form .c-form__checkbox input[type=checkbox] {
  display: none;
}
.kts-recruit-c-form .c-form__checkbox input[type=checkbox]:checked + .c-form__checkboxLabel:before {
  border: none;
  background-color: #3366FF;
}
.kts-recruit-c-form .c-form__checkbox input[type=checkbox]:checked + .c-form__checkboxLabel:after {
  content: " ";
  display: block;
  width: 0.5rem;
  height: 0.875rem;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 0.125rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0.4375rem;
  margin-top: -0.5rem;
}
.kts-recruit-c-form .c-form__checkboxLabel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-size: 0.9375rem;
  cursor: pointer;
  position: relative;
}
.kts-recruit-c-form .c-form__checkboxLabel:before {
  content: " ";
  display: block;
  min-width: 1.375rem;
  width: 1.375rem;
  height: 1.375rem;
  border: 1px solid var(--color-base-text);
  border-radius: calc(var(--border-radius) - 2px);
  margin-right: 0.75rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-form .c-form__checkboxLabel:before {
    min-width: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}
.kts-recruit-c-form .dbnEKa {
  background-color: transparent;
  border: 1px solid #F5F5F5;
  height: 48px;
}
.kts-recruit-c-form .dbnEKa img {
  width: 0.9375rem;
  margin-left: 0.875rem;
}
.kts-recruit-c-form .c-form__agree {
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-form .c-form__agree {
    margin-top: 0rem;
  }
}
.kts-recruit-c-form .c-form__agree .privacy {
  color: #999;
  font-size: 0.75rem;
  text-align: center;
  margin: 0.9375rem 0 0 0;
}
.kts-recruit-c-form .c-form__agree .privacy a {
  color: #999;
}
.kts-recruit-c-form .c-form__agreeText {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-form .c-form__agreeText {
    font-size: 0.875rem;
  }
}
.kts-recruit-c-form .c-form__agreeText a {
  color: var(--color-base-text);
}
.kts-recruit-c-form .c-form__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-form .c-form__action {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-form .leadgrid-form__agree {
    font-size: 0.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-form .c-form__checkboxLabel {
    font-size: 0.75rem !important;
  }
}
.kts-recruit-c-form .c-form__agreeText_not_scroll {
  margin-bottom: 0.5rem;
}
.kts-recruit-c-form .leadgrid-c-button {
  background-color: #fff;
  border: 2px solid #F1F3FA;
  color: #3E424C;
  font-size: 1rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  border-radius: var(--border-radius-button);
  text-decoration: none;
  cursor: pointer;
  padding: 1rem 1.25rem;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: bold;
  line-height: 1.3;
  width: 20.9375rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-form .leadgrid-c-button {
    padding: 0.9375rem 1.25rem;
    width: 17.5rem;
  }
}
.kts-recruit-c-form .leadgrid-c-button .c-button__jaTitle {
  font-size: 1rem;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-form .leadgrid-c-button .c-button__jaTitle {
    font-size: 0.875rem;
  }
}
.kts-recruit-c-form .leadgrid-c-button .c-button__arrow {
  background: #3366FF;
  border-radius: 9999px;
  height: 1.4375rem;
  width: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-form .leadgrid-c-button .c-button__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 1.4375rem;
    width: 2.5rem;
  }
}
.kts-recruit-c-form .leadgrid-c-button::before {
  background: #3366FF;
  border-radius: 9999px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.kts-recruit-c-form .leadgrid-c-button:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.kts-recruit-c-form .leadgrid-c-button:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}
.kts-recruit-c-form .leadgrid-c-button:hover .c-button__arrow svg {
  -webkit-animation: arrowSlide 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
  animation: arrowSlide 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
}
.kts-recruit-c-form .leadgrid-c-button:hover .c-button__jaTitle {
  color: #fff;
}
.kts-recruit-c-form .leadgrid-c-button:hover .c-button__arrow {
  background-color: #fff;
}
.kts-recruit-c-form .leadgrid-c-button:hover .c-button__arrow svg path {
  fill: #3366FF;
}

.kts-recruit-c-sectionTitle2 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-sectionTitle2 {
    margin-bottom: 1.5rem;
  }
}
.kts-recruit-c-sectionTitle2.-haveStorng .c-sectionTitle2__title::before {
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-sectionTitle2.-haveStorng .c-sectionTitle2__title::before {
    height: 1.5rem;
  }
}
.kts-recruit-c-sectionTitle2 .c-sectionTitle2__title {
  padding-left: 1.75rem;
  margin: 0;
  font-size: 2.5rem;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-sectionTitle2 .c-sectionTitle2__title {
    margin-bottom: 1.0625rem;
    padding-left: 1.5625rem;
    font-size: 1.375rem;
  }
}
.kts-recruit-c-sectionTitle2 .c-sectionTitle2__title::before {
  content: "";
  background-color: #3366FF;
  border-radius: 2px;
  display: block;
  position: absolute;
  left: 0rem;
  bottom: 0;
  width: 8px;
  height: 100%;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-sectionTitle2 .c-sectionTitle2__title::before {
    border-radius: 1.28px 0.96px 0.96px 0.96px;
    left: 7px;
    height: 29px;
    bottom: -4px;
    width: 6px;
    -webkit-transform: skew(-26deg) rotate(-5deg);
    transform: skew(-26deg) rotate(-5deg);
  }
}
.kts-recruit-c-sectionTitle2 .c-sectionTitle2__title .-storng {
  color: #3366FF;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-sectionTitle2 .c-sectionTitle2__title .-storng {
    font-size: 3rem;
  }
}
.kts-recruit-c-sectionTitle2 .c-sectionTitle2__desc {
  margin-top: 1.5rem;
}
.kts-recruit-c-sectionTitle2.-white .c-sectionTitle2__title {
  color: #fff;
}
.kts-recruit-c-sectionTitle2.-white .c-sectionTitle2__title::before {
  background-color: #fff;
}
.kts-recruit-c-sectionTitle2.-white .c-sectionTitle2__desc {
  color: #fff;
}
.kts-recruit-c-sectionTitle2.-skew .c-sectionTitle2__title {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}
.kts-recruit-c-sectionTitle2.-textFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-sectionTitle2.-textFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
}
.kts-recruit-c-sectionTitle2.-textFlex .c-sectionTitle2__desc {
  margin-top: 0;
  width: 40.6875rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-sectionTitle2.-textFlex .c-sectionTitle2__desc {
    width: 100%;
  }
}

.kts-recruit-c-interviewCard {
  width: 100%;
}
.kts-recruit-c-interviewCard .c-interviewCard__inner:hover {
  opacity: 1;
}
.kts-recruit-c-interviewCard .c-interviewCard__inner:hover .c-interviewCard__thumb img {
  scale: 1.1;
}
.kts-recruit-c-interviewCard .c-interviewCard__inner:hover .c-interviewCard__title span {
  background-size: 100% 1px;
}
.kts-recruit-c-interviewCard.-vertical .c-interviewCard__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.kts-recruit-c-interviewCard.-vertical .c-interviewCard__thumb {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.kts-recruit-c-interviewCard.-vertical .c-interviewCard__thumb img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.kts-recruit-c-interviewCard.-vertical .c-interviewCard__contents {
  margin-top: 1.5rem;
}
.kts-recruit-c-interviewCard.-new .c-interviewCard__thumb::before {
  content: "新着";
  position: absolute;
  font-size: 13px;
  letter-spacing: 0.3em;
  background-color: var(--color-base-secondary);
  font-weight: bold;
  color: var(--color-base-secondaryInside);
  width: 80px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: var(--border-radius) 0 var(--border-radius) 0;
  z-index: 5;
}
.kts-recruit-c-interviewCard .c-interviewCard__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-interviewCard .c-interviewCard__inner {
    display: block;
  }
}
.kts-recruit-c-interviewCard .c-interviewCard__thumb {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-interviewCard .c-interviewCard__thumb {
    border-radius: 5px;
  }
}
.kts-recruit-c-interviewCard .c-interviewCard__thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kts-recruit-c-interviewCard .c-interviewCard__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.5rem;
}
.kts-recruit-c-interviewCard .c-interviewCard__meta .category {
  background-color: #3E424C;
  border-radius: 55.5rem;
  color: #fff;
  padding: 0.3125rem 0.9375rem;
  font-size: 0.75rem;
  font-weight: 700;
}
.kts-recruit-c-interviewCard .c-interviewCard__meta .name {
  font-size: 0.75rem;
  font-weight: 700;
}
.kts-recruit-c-interviewCard .c-interviewCard__title {
  margin: 0 0 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--color-base-text);
}
.kts-recruit-c-interviewCard .c-interviewCard__title span {
  background-image: -webkit-gradient(linear, left top, right top, from(#3E424C), to(#3E424C));
  background-image: linear-gradient(90deg, #3E424C, #3E424C);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.kts-recruit-c-interviewCard .c-interviewCard__tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-interviewCard .c-interviewCard__tags {
    gap: 0rem 0.25rem;
  }
}
.kts-recruit-c-interviewCard .c-interviewCard__tags .tag {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-interviewCard .c-interviewCard__tags .tag {
    font-size: 0.75rem;
  }
}
.kts-recruit-c-interviewCard .c-interviewCard__tags .tag::before {
  content: "#";
  padding-right: 0.25rem;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-interviewCard .c-interviewCard__tags .tag::before {
    font-size: 0.875rem;
  }
}

.kts-recruit-c-careerGalleryCard {
  width: 100%;
}
.kts-recruit-c-careerGalleryCard.-horizontal {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-careerGalleryCard.-horizontal {
    margin-bottom: 3rem;
  }
  .kts-recruit-c-careerGalleryCard.-horizontal:last-of-type {
    margin-bottom: 0;
  }
}
.kts-recruit-c-careerGalleryCard.-horizontal .c-careerGalleryCard__thumb {
  width: 12.5rem;
  height: 8.375rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-careerGalleryCard.-horizontal .c-careerGalleryCard__thumb {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
}
.kts-recruit-c-careerGalleryCard.-horizontal .c-careerGalleryCard__contents {
  margin-top: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-careerGalleryCard.-horizontal .c-careerGalleryCard__contents {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.kts-recruit-c-careerGalleryCard.-vertical .c-careerGalleryCard__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.kts-recruit-c-careerGalleryCard.-vertical .c-careerGalleryCard__inner:hover {
  opacity: 1;
}
.kts-recruit-c-careerGalleryCard.-vertical:hover .c-careerGalleryCard__thumb img {
  scale: 1.1;
}
.kts-recruit-c-careerGalleryCard.-vertical:hover .c-careerGalleryCard__title span {
  background-size: 100% 1px;
}
.kts-recruit-c-careerGalleryCard.-vertical .c-careerGalleryCard__thumb {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.kts-recruit-c-careerGalleryCard.-vertical .c-careerGalleryCard__thumb img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.kts-recruit-c-careerGalleryCard.-vertical .c-careerGalleryCard__contents {
  margin-top: 1.5rem;
}
.kts-recruit-c-careerGalleryCard.-new .c-careerGalleryCard__thumb::before {
  content: "新着";
  position: absolute;
  font-size: 13px;
  letter-spacing: 0.3em;
  background-color: var(--color-base-secondary);
  font-weight: bold;
  color: var(--color-base-secondaryInside);
  width: 80px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: var(--border-radius) 0 var(--border-radius) 0;
  z-index: 5;
}
.kts-recruit-c-careerGalleryCard .c-careerGalleryCard__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-careerGalleryCard .c-careerGalleryCard__inner {
    display: block;
  }
}
.kts-recruit-c-careerGalleryCard .c-careerGalleryCard__thumb {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-careerGalleryCard .c-careerGalleryCard__thumb {
    border-radius: 5px;
  }
}
.kts-recruit-c-careerGalleryCard .c-careerGalleryCard__thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kts-recruit-c-careerGalleryCard .c-careerGalleryCard__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-careerGalleryCard .c-careerGalleryCard__meta {
    margin: 0 0 0.5rem;
  }
}
.kts-recruit-c-careerGalleryCard .c-careerGalleryCard__meta .category {
  background-color: #3E424C;
  border-radius: 55.5rem;
  color: #fff;
  padding: 0.3125rem 0.9375rem;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-careerGalleryCard .c-careerGalleryCard__meta .category {
    font-size: 0.75rem;
  }
}
.kts-recruit-c-careerGalleryCard .c-careerGalleryCard__meta .date {
  letter-spacing: 0.04em;
  font-size: 0.875rem;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.kts-recruit-c-careerGalleryCard .c-careerGalleryCard__title {
  margin: 0 0 0.5rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  min-height: 4.375rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-careerGalleryCard .c-careerGalleryCard__title {
    font-size: 0.875rem;
  }
}
.kts-recruit-c-careerGalleryCard .c-careerGalleryCard__title .c-careerGalleryCard__titleInnter {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.kts-recruit-c-careerGalleryCard .c-careerGalleryCard__title .c-careerGalleryCard__titleInnter span {
  background-image: -webkit-gradient(linear, left top, right top, from(#3E424C), to(#3E424C));
  background-image: linear-gradient(90deg, #3E424C, #3E424C);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.kts-recruit-c-careerGalleryCard .c-careerGalleryCard__tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-careerGalleryCard .c-careerGalleryCard__tags {
    gap: 0rem 0.25rem;
  }
}
.kts-recruit-c-careerGalleryCard .c-careerGalleryCard__tags .tag {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-careerGalleryCard .c-careerGalleryCard__tags .tag {
    font-size: 0.75rem;
  }
}
.kts-recruit-c-careerGalleryCard .c-careerGalleryCard__tags .tag::before {
  content: "#";
  padding-right: 0.25rem;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .kts-recruit-c-careerGalleryCard .c-careerGalleryCard__tags .tag::before {
    font-size: 0.875rem;
  }
}

.kts-recruit-c-image-animation {
  position: relative;
}
.kts-recruit-c-image-animation::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #3366FF;
  -webkit-clip-path: inset(0% 0% 0% 0%);
  clip-path: inset(0% 0% 0% 0%);
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.kts-recruit-c-image-animation.is-active::after {
  -webkit-clip-path: inset(0% 0% 0% 100%);
  clip-path: inset(0% 0% 0% 100%);
}

.kts-recruit-s-topBannerSlider {
  position: relative;
  padding-block: 2.5rem 1.6875rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topBannerSlider {
    overflow: hidden;
    padding-block: 1.25rem 3.0625rem;
  }
}
.kts-recruit-s-topBannerSlider .kts-recruit-c-inner .s-topBannerSlider__wrap {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topBannerSlider .kts-recruit-c-inner .s-topBannerSlider__wrap {
    overflow: initial;
  }
}
.kts-recruit-s-topBannerSlider .kts-recruit-c-inner .s-topBannerSlider__item {
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topBannerSlider .kts-recruit-c-inner .s-topBannerSlider__item {
    border-radius: 5px;
  }
}
.kts-recruit-s-topBannerSlider .kts-recruit-c-inner .s-topBannerSlider__item img {
  aspect-ratio: 384/215;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.kts-recruit-s-cta {
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.kts-recruit-s-cta::before {
  content: "";
  background-color: rgba(62, 66, 76, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-cta {
    display: block;
  }
}
.kts-recruit-s-cta .s-cta__background {
  background-size: cover;
  background-position: center center;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 5s;
  transition: 5s;
}
.kts-recruit-s-cta .s-cta__background.is-scaled {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.kts-recruit-s-cta .kts-recruit-c-inner {
  position: relative;
  padding: 7.5rem 6.25rem 5.625rem;
  max-width: 100%;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-cta .kts-recruit-c-inner {
    padding: 2rem 1.875rem 3.75rem;
  }
}
.kts-recruit-s-cta .kts-recruit-c-inner .s-cta__titleEn {
  color: #fff;
  font-size: 7.5rem;
  line-height: 1;
  margin-block: 0 1.9375rem;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-cta .kts-recruit-c-inner .s-cta__titleEn {
    text-align: center;
    font-size: 4.375rem;
    margin-block: 0 0.125rem;
  }
}
.kts-recruit-s-cta .kts-recruit-c-inner .s-cta__boxFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-cta .kts-recruit-c-inner .s-cta__boxFlex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
.kts-recruit-s-cta .kts-recruit-c-inner .s-cta__box {
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  overflow: hidden;
  max-width: 19.625rem;
  position: relative;
  width: 100%;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-cta .kts-recruit-c-inner .s-cta__box {
    max-width: 100%;
    width: 100%;
  }
}
.kts-recruit-s-cta .kts-recruit-c-inner .s-cta__box:hover {
  border: 1px solid #3366FF;
  opacity: 1;
}
.kts-recruit-s-cta .kts-recruit-c-inner .s-cta__box .s-cta__title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.3125rem;
  position: relative;
  z-index: 1;
}
.kts-recruit-s-cta .kts-recruit-c-inner .s-cta__box .s-cta__text {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  position: relative;
  z-index: 1;
}
.kts-recruit-s-cta .kts-recruit-c-inner .s-cta__box .s-cta__link {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 3.9375rem 1.25rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-cta .kts-recruit-c-inner .s-cta__box .s-cta__link {
    padding: 3.0625rem 1.25rem 1.25rem;
  }
}
.kts-recruit-s-cta .kts-recruit-c-inner .s-cta__box .s-cta__link::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #3366FF;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.kts-recruit-s-cta .kts-recruit-c-inner .s-cta__box .s-cta__link:hover {
  opacity: 1;
}
.kts-recruit-s-cta .kts-recruit-c-inner .s-cta__box .s-cta__link:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}
.kts-recruit-s-cta .kts-recruit-c-inner .s-cta__box .icon-arrow {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  background-color: #fff;
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 1.4375rem;
  width: 3.125rem;
}
.kts-recruit-s-cta .kts-recruit-c-inner .s-cta__backlogo {
  opacity: 0.1;
  font-size: 56px;
  font-weight: 700;
  font-family: var(--font-family-en);
  position: absolute;
  bottom: -1px;
  right: 4px;
  line-height: 1;
}
.kts-recruit-s-cta.leadgridCms-onlyInnerWorkspace {
  height: 37.5rem;
}
.kts-recruit-s-cta.leadgridCms-onlyInnerWorkspace .kts-recruit-c-inner {
  height: 12.5rem;
  padding: 1.875rem;
}
.kts-recruit-s-cta.leadgridCms-onlyInnerWorkspace::before {
  display: none !important;
}
.kts-recruit-s-cta.leadgridCms-onlyInnerWorkspace .s-cta__background {
  z-index: 1 !important;
}

.kts-recruit-s-cta2 {
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.kts-recruit-s-cta2::before {
  content: "";
  background-color: rgba(62, 66, 76, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-cta2 {
    display: block;
  }
}
.kts-recruit-s-cta2 .s-cta2__background {
  background-size: cover;
  background-position: center center;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 5s;
  transition: 5s;
}
.kts-recruit-s-cta2 .s-cta2__background.is-scaled {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.kts-recruit-s-cta2 .kts-recruit-c-inner {
  position: relative;
  padding: 7.5rem 6.25rem 10.625rem;
  max-width: 100%;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-cta2 .kts-recruit-c-inner {
    padding: 2rem 1.875rem 3.75rem;
  }
}
.kts-recruit-s-cta2 .kts-recruit-c-inner .s-cta2__titleEn {
  color: #fff;
  text-align: center;
  font-size: 7.5rem;
  line-height: 1;
  margin-block: 0 2.5625rem;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-cta2 .kts-recruit-c-inner .s-cta2__titleEn {
    text-align: center;
    font-size: 4.375rem;
    margin-block: 0 0.125rem;
  }
}
.kts-recruit-s-cta2 .kts-recruit-c-inner .s-cta2__boxFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-cta2 .kts-recruit-c-inner .s-cta2__boxFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
.kts-recruit-s-cta2 .kts-recruit-c-inner .s-cta2__box {
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  overflow: hidden;
  max-width: 40.5rem;
  position: relative;
  width: 100%;
  -webkit-transition: border 0.4s;
  transition: border 0.4s;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-cta2 .kts-recruit-c-inner .s-cta2__box {
    width: 100%;
  }
}
.kts-recruit-s-cta2 .kts-recruit-c-inner .s-cta2__box:hover {
  border: 1px solid transparent;
  opacity: 1;
}
.kts-recruit-s-cta2 .kts-recruit-c-inner .s-cta2__box .s-cta2__title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.3125rem;
  position: relative;
  z-index: 1;
}
.kts-recruit-s-cta2 .kts-recruit-c-inner .s-cta2__box .s-cta2__text {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  position: relative;
  z-index: 1;
}
.kts-recruit-s-cta2 .kts-recruit-c-inner .s-cta2__box .s-cta2__link {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 3.0625rem 1.25rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-cta2 .kts-recruit-c-inner .s-cta2__box .s-cta2__link {
    padding: 3.0625rem 1.25rem 1.25rem;
  }
}
.kts-recruit-s-cta2 .kts-recruit-c-inner .s-cta2__box .s-cta2__link::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #3366FF;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.kts-recruit-s-cta2 .kts-recruit-c-inner .s-cta2__box .s-cta2__link:hover {
  opacity: 1;
}
.kts-recruit-s-cta2 .kts-recruit-c-inner .s-cta2__box .s-cta2__link:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}
.kts-recruit-s-cta2 .kts-recruit-c-inner .s-cta2__box .icon-arrow {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  background-color: #fff;
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 1.4375rem;
  width: 3.125rem;
}
.kts-recruit-s-cta2 .kts-recruit-c-inner .s-cta2__backlogo {
  opacity: 0.1;
  font-size: 56px;
  font-weight: 700;
  font-family: var(--font-family-en);
  position: absolute;
  bottom: -1px;
  right: 4px;
  line-height: 1;
}
.kts-recruit-s-cta2.leadgridCms-onlyInnerWorkspace .kts-recruit-c-inner {
  height: 12.5rem;
  padding: 1.875rem;
}
.kts-recruit-s-cta2.leadgridCms-onlyInnerWorkspace::before {
  display: none !important;
}
.kts-recruit-s-cta2.leadgridCms-onlyInnerWorkspace .s-cta__background {
  z-index: 1 !important;
}

.kts-recruit-s-topCompany {
  position: relative;
  padding-block: 5.0625rem 0rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topCompany {
    padding-block: 0rem 0rem;
  }
}
.kts-recruit-s-topCompany .s-topCompany__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7.625rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topCompany .s-topCompany__flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
}
.kts-recruit-s-topCompany .s-topCompany__flex + .s-topCompany__flex {
  margin-top: 6.8125rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topCompany .s-topCompany__flex + .s-topCompany__flex {
    margin-top: 3.75rem;
  }
}
.kts-recruit-s-topCompany .s-topCompany__textBox {
  width: 33rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topCompany .s-topCompany__textBox {
    width: 100%;
  }
}
.kts-recruit-s-topCompany .s-topCompany__text {
  font-size: 1.125rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
  margin-block: 0 2.75rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topCompany .s-topCompany__text {
    font-size: 0.9375rem;
    margin-block: 0 1.5rem;
  }
}
.kts-recruit-s-topCompany .s-topCompany__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topCompany .s-topCompany__btnWrap {
    gap: 0.75rem;
  }
}
.kts-recruit-s-topCompany .s-topCompany__btnWrap .s-topCompany__btn {
  max-width: 20.625rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topCompany .s-topCompany__btnWrap .s-topCompany__btn .kts-recruit-c-button {
    margin: 0 auto;
  }
}
.kts-recruit-s-topCompany .s-topCompany__image {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/kts-recruit/img/top/company/mask.svg");
  mask-image: url("/assets/kts-recruit/img/top/company/mask.svg");
  width: calc(100% - 33rem - 7.625rem);
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topCompany .s-topCompany__image {
    padding-inline: 2rem;
    width: 100%;
  }
}
.kts-recruit-s-topCompany .s-topCompany__image img {
  aspect-ratio: 540/613;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.kts-recruit-s-topCompany .s-topCompany__textBg {
  position: absolute;
  top: 10%;
  left: 0;
  z-index: -1;
  width: 6.25rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topCompany .s-topCompany__textBg {
    top: 18%;
    width: 2.75rem;
  }
}
.kts-recruit-s-topCompany .s-topCompany__bgTop {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-98%);
  transform: translateY(-98%);
  height: auto;
  width: 100%;
  z-index: 0;
}
.kts-recruit-s-topCompany .s-topCompany__bgTop img {
  width: 100%;
}

.kts-recruit-s-topInterview {
  background-color: #F5F5F5;
  position: relative;
  overflow: hidden;
  padding-block: 21.875rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topInterview {
    padding-block: 9.375rem 3.75rem;
  }
}
.kts-recruit-s-topInterview .kts-recruit-c-inner {
  position: relative;
  z-index: 1;
}
.kts-recruit-s-topInterview .s-topInterview__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5.25rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topInterview .s-topInterview__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 4.4375rem;
  }
}
.kts-recruit-s-topInterview .kts-recruit-c-sectionTitle {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topInterview .kts-recruit-c-sectionTitle {
    margin-bottom: 1rem;
  }
}
.kts-recruit-s-topInterview .s-topInterview__textBox {
  width: 32.75rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topInterview .s-topInterview__textBox {
    width: 100%;
  }
}
.kts-recruit-s-topInterview .s-topInterview__text {
  line-height: 2;
  letter-spacing: 0.04em;
  font-size: 1.125rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topInterview .s-topInterview__text {
    font-size: 0.9375rem;
    margin-bottom: 2.125rem;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topInterview .s-topInterview__btnWrap {
    width: 100%;
  }
}
.kts-recruit-s-topInterview .s-topInterview__btnWrap .s-topInterview__btn {
  max-width: 20.9375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .kts-recruit-s-topInterview .s-topInterview__btnWrap .s-topInterview__btn .kts-recruit-c-button {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 2.8125rem;
    width: 20.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topInterview .s-topInterview__btnWrap .s-topInterview__btn .kts-recruit-c-button {
    margin-inline: auto;
  }
}
.kts-recruit-s-topInterview .s-topInterview__bottom {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topInterview .s-topInterview__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.kts-recruit-s-topInterview .s-topInterview__bottomFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .kts-recruit-s-topInterview .s-topInterview__bottomFlex {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 32.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topInterview .s-topInterview__bottomFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.kts-recruit-s-topInterview .s-topInterview__textSliderWrap {
  overflow: hidden;
  width: 29.25rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topInterview .s-topInterview__textSliderWrap {
    padding-inline: 1rem;
    width: 100%;
  }
}
.kts-recruit-s-topInterview .s-topInterview__textSliderWrap .s-topInterview__textSliderItem:hover {
  opacity: 0.7 !important;
}
.kts-recruit-s-topInterview .s-topInterview__textSliderWrap .s-topInterview__textSliderPosition {
  background-color: #3E424C;
  color: #fff;
  font-weight: 700;
  padding: 1.0625rem 2.1875rem;
  margin-bottom: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topInterview .s-topInterview__textSliderWrap .s-topInterview__textSliderPosition {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topInterview .s-topInterview__textSliderWrap .s-topInterview__textSliderPosition {
    margin-bottom: 1.5rem;
    padding: 0.625rem 1.375rem;
    font-size: 0.75rem;
  }
}
.kts-recruit-s-topInterview .s-topInterview__textSliderWrap .s-topInterview__textSliderTitle {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin-block: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topInterview .s-topInterview__textSliderWrap .s-topInterview__textSliderTitle {
    font-size: 1.125rem;
    margin-block: 0 0.5rem;
  }
}
.kts-recruit-s-topInterview .s-topInterview__textSliderWrap .s-topInterview__textSliderText {
  letter-spacing: 0.04em;
  line-height: 1.9;
  margin-block: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topInterview .s-topInterview__textSliderWrap .s-topInterview__textSliderText {
    margin-block: 0 0.5rem;
    font-size: 0.875rem;
  }
}
.kts-recruit-s-topInterview .s-topInterview__textSliderWrap .s-topInterview__textSliderTagLists {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topInterview .s-topInterview__textSliderWrap .s-topInterview__textSliderTagLists {
    margin-bottom: 1.5rem;
    gap: 0rem 0.25rem;
  }
}
.kts-recruit-s-topInterview .s-topInterview__textSliderWrap .s-topInterview__textSliderTagLists .tag {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topInterview .s-topInterview__textSliderWrap .s-topInterview__textSliderTagLists .tag {
    font-size: 0.75rem;
  }
}
.kts-recruit-s-topInterview .s-topInterview__textSliderWrap .s-topInterview__textSliderTagLists .tag::before {
  content: "#";
  padding-right: 0.25rem;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topInterview .s-topInterview__textSliderWrap .s-topInterview__textSliderTagLists .tag::before {
    font-size: 0.875rem;
  }
}
.kts-recruit-s-topInterview .s-topInterview__textSliderWrap .s-topInterview__textSliderMore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  gap: 1rem;
  font-weight: 700;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.kts-recruit-s-topInterview .s-topInterview__textSliderWrap .s-topInterview__textSliderMore::after {
  content: "";
  background: url("/assets/kts-recruit/img/common/swiper/arrow-next.svg") center center/0.5rem 0.5rem no-repeat;
  border: 1px solid #343841;
  height: 1.4375rem;
  width: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 9999px;
}
.kts-recruit-s-topInterview .s-topInterview__imgSliderOverFlow {
  overflow: hidden;
  padding-left: 3.8125rem;
  width: 49.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topInterview .s-topInterview__imgSliderOverFlow {
    padding-left: 1rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
}
.kts-recruit-s-topInterview .s-topInterview__imgSliderWrap {
  position: relative;
  width: 29rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topInterview .s-topInterview__imgSliderWrap {
    width: 15.5rem;
  }
}
.kts-recruit-s-topInterview .s-topInterview__imgSliderWrap .s-topInterview__imgSlider {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.kts-recruit-s-topInterview .s-topInterview__imgSliderWrap .s-topInterview__imgSliderItem {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  min-height: 32.8125rem;
  position: relative;
  scale: 0.54;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transition: scale 0.2s, opacity 0.4s;
  transition: scale 0.2s, opacity 0.4s;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topInterview .s-topInterview__imgSliderWrap .s-topInterview__imgSliderItem {
    scale: 0.77014;
    min-height: 17.5rem;
  }
}
.kts-recruit-s-topInterview .s-topInterview__imgSliderWrap .s-topInterview__imgSliderItem .s-topInterview__imgSliderItemImage {
  aspect-ratio: 464/525;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topInterview .s-topInterview__imgSliderWrap .s-topInterview__imgSliderItem .s-topInterview__imgSliderItemImage {
    border-radius: 5px;
  }
}
.kts-recruit-s-topInterview .s-topInterview__imgSliderWrap .s-topInterview__imgSliderItem .s-topInterview__imgSliderDeco {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -35%);
  transform: translate(-50%, -35%);
  width: 35.625rem;
  z-index: 1;
  -webkit-transition: 1s, 1.4s;
  transition: 1s, 1.4s;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topInterview .s-topInterview__imgSliderWrap .s-topInterview__imgSliderItem .s-topInterview__imgSliderDeco {
    width: 16.875rem;
  }
}
.kts-recruit-s-topInterview .s-topInterview__imgSliderWrap .s-topInterview__imgSliderItem.swiper-slide-active {
  scale: 1;
}
.kts-recruit-s-topInterview .s-topInterview__imgSliderWrap .s-topInterview__imgSliderItem.swiper-slide-active .s-topInterview__imgSliderDeco {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
}
.kts-recruit-s-topInterview .s-topInterview__imgSliderWrap .s-topInterview__imgSliderItem:hover {
  opacity: 0.8;
}
.kts-recruit-s-topInterview .s-topInterview__sliderWrap .s-topInterview__slider {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.kts-recruit-s-topInterview .s-topInterview__sliderWrap .s-topInterview__sliderItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 3.8125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.kts-recruit-s-topInterview .s-topInterview__sliderWrap .s-topInterview__sliderTextBox {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.kts-recruit-s-topInterview .s-topInterview__sliderWrap .s-topInterview__sliderImage {
  overflow: hidden;
  width: 17.9375rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topInterview .s-topInterview__sliderWrap .s-topInterview__sliderImage {
    border-radius: 5px;
  }
}
.kts-recruit-s-topInterview .s-topInterview__sliderWrap .s-topInterview__sliderImage img {
  aspect-ratio: 464/525;
  -o-object-fit: cover;
  object-fit: cover;
}
.kts-recruit-s-topInterview .s-topInterview__sliderWrap .swiper-slide-active .s-topInterview__sliderTextBox {
  display: block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.kts-recruit-s-topInterview .s-topInterview__sliderWrap .swiper-slide-active .s-topInterview__sliderImage {
  width: 29rem;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topInterview .kts-recruit-c-sliderControl {
    padding-block: 1.5rem 2rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.kts-recruit-s-topInterview .s-topInterview__bgTop {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  z-index: 0;
}
.kts-recruit-s-topInterview .s-topInterview__bgBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
  z-index: 0;
}
.kts-recruit-s-topInterview .s-topInterview__bgBottom img {
  width: 100%;
}
.kts-recruit-s-topInterview .s-topInterview__bgText {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 0;
}

.kts-recruit-s-topMainVisual {
  background-color: #F5F5F5;
  position: relative;
  padding: 6.0416666667vw 3.4722222222vw 0;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topMainVisual {
    padding: 4.9375rem 1rem 0;
  }
}
.kts-recruit-s-topMainVisual .s-topMainVisual__inner {
  height: 43.1944444444vw;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topMainVisual .s-topMainVisual__inner {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topMainVisual .s-topMainVisual__inner {
    height: 37.6875rem;
    height: 160.8vw;
  }
}
.kts-recruit-s-topMainVisual .s-topMainVisual__background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  width: 100%;
}
.kts-recruit-s-topMainVisual .s-topMainVisual__mainText {
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 52.9861111111vw;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topMainVisual .s-topMainVisual__mainText {
    bottom: 1.8125rem;
    left: 0.5625rem;
    width: 90.9333333333vw;
  }
}
.kts-recruit-s-topMainVisual .s-topMainVisual__subText {
  position: absolute;
  top: 10%;
  right: 5%;
  width: 3.8888888889vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-topMainVisual .s-topMainVisual__subText {
    top: 15.5%;
    right: 8%;
    width: 12.2666666667vw;
  }
}

.kts-recruit-s-blogList {
  border-radius: 10px 10px 0 0;
  position: relative;
  overflow: hidden;
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogList {
    padding: 48px 0;
  }
}
.kts-recruit-s-blogList > .kts-recruit-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogList > .kts-recruit-c-inner {
    display: block;
    max-width: 480px;
  }
}
.kts-recruit-s-blogList .s-blogList__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.kts-recruit-s-blogList .s-blogList__contentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogList .s-blogList__contentWrap {
    margin-bottom: -30px;
  }
}
.kts-recruit-s-blogList .s-blogList__title {
  font-size: var(--font-size-xl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: justify;
  width: 100%;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogList .s-blogList__title {
    font-size: var(--font-size-xl-sp);
  }
}
.kts-recruit-s-blogList .s-blogList__description {
  font-size: var(--font-size-s);
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: justify;
  width: 100%;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogList .s-blogList__description {
    font-size: var(--font-size-s-sp);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogList .s-blogList__description {
    margin: 0 0 32px;
  }
}
.kts-recruit-s-blogList .s-blogList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.kts-recruit-s-blogList .s-blogList__list .kts-recruit-c-blogCard {
  width: calc(50% - 1.25rem);
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogList .s-blogList__list .kts-recruit-c-blogCard {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.kts-recruit-s-blogList .s-blogList__list .kts-recruit-c-blogCard:nth-child(n+3) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogList .s-blogList__list .kts-recruit-c-blogCard:nth-child(n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogList .s-blogList__list .kts-recruit-c-blogCard:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogList .kts-recruit-c-sidebar.-sp-hide {
    display: none;
  }
}

.kts-recruit-s-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5.4375rem 3.125rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-header {
    padding: 4.6875rem 1.25rem 0;
    min-height: initial;
  }
}
.kts-recruit-s-header .s-header__inner {
  background-color: #F5F5F5;
  position: relative;
  min-height: 18.0625rem;
  overflow: hidden;
  height: auto;
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-header .s-header__inner {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-header .s-header__inner {
    min-height: 12.5625rem;
  }
}
.kts-recruit-s-header .s-header__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.kts-recruit-s-header .s-header__textBox {
  padding: 7rem 41.875rem 2.5rem 4.375rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-header .s-header__textBox {
    padding: 2rem 1rem 3.75rem;
  }
}
.kts-recruit-s-header .s-header__title {
  margin: 0;
  position: relative;
  z-index: 1;
}
.kts-recruit-s-header .s-header__title > span {
  display: block;
  line-height: 1;
}
.kts-recruit-s-header .s-header__title .en {
  font-family: var(--font-family-en);
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 1.2px;
  margin-left: -1.2px;
}
.kts-recruit-s-header .s-header__title .ja {
  font-size: 3.5rem;
  letter-spacing: 0.04em;
  margin-block: 0rem 1rem;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-header .s-header__title .ja {
    font-size: 24px;
  }
}
.kts-recruit-s-header .s-header__text {
  position: relative;
  font-size: 1rem;
  line-height: 1.7;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-header .s-header__text {
    font-size: 13px;
    margin-top: 16px;
  }
}

.kts-recruit-s-blogDetail .s-blogDetail__container {
  padding: 5.4375rem 0 0;
}
.kts-recruit-s-blogDetail .s-blogDetail__container > .kts-recruit-c-inner {
  max-width: 52.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .s-blogDetail__container > .kts-recruit-c-inner {
    padding: 0 1rem 3.75rem;
  }
}
.kts-recruit-s-blogDetail .s-blogDetail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.kts-recruit-s-blogDetail .s-blogDetail__meta .cat {
  background-color: #3E424C;
  border-radius: 9999px;
  color: #fff;
  font-weight: 700;
  padding: 0.25rem 0.6875rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .s-blogDetail__meta .cat {
    font-size: 0.75rem;
  }
}
.kts-recruit-s-blogDetail .s-blogDetail__meta .date {
  display: block;
  font-size: 0.875rem;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.kts-recruit-s-blogDetail .s-blogDetail__title {
  font-size: 1.75rem;
  line-height: 1.4;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .s-blogDetail__title {
    font-size: 1.375rem;
    line-height: 1.7;
    margin: 0 0 0.5rem;
  }
}
.kts-recruit-s-blogDetail .c-blogDetail__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .c-blogDetail__tags {
    gap: 0.25rem 0.5rem;
    margin-bottom: 2.5rem;
  }
}
.kts-recruit-s-blogDetail .c-blogDetail__tags .tag {
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .c-blogDetail__tags .tag {
    font-size: 0.75rem;
  }
}
.kts-recruit-s-blogDetail .c-blogDetail__tags .tag::before {
  content: "#";
  padding-right: 0.25rem;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .c-blogDetail__tags .tag::before {
    font-size: 0.875rem;
  }
}
.kts-recruit-s-blogDetail .s-blogDetail__wrap {
  position: relative;
  padding: 2.5rem 0 0 0;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .s-blogDetail__wrap {
    padding-top: 0;
  }
}
.kts-recruit-s-blogDetail .s-blogDetail__thumb {
  overflow: hidden;
  margin-bottom: 2.5rem;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .s-blogDetail__thumb {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .s-blogDetail__thumb {
    margin-bottom: 1.5rem;
  }
}
.kts-recruit-s-blogDetail .s-blogDetail__thumb img {
  aspect-ratio: 805/450;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .s-blogDetail__thumb img {
    aspect-ratio: 343/193;
  }
}
.kts-recruit-s-blogDetail .s-blogDetail__share {
  position: sticky;
  margin-left: -5rem;
  top: 8.75rem;
  height: 0;
  width: 1.625rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .s-blogDetail__share {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.5rem;
    margin-left: 0;
    padding-left: 0;
    width: auto;
  }
}
.kts-recruit-s-blogDetail .s-blogDetail__share a {
  display: block;
  width: 1.625rem;
}
.kts-recruit-s-blogDetail .s-blogDetail__share a + a {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .s-blogDetail__share a + a {
    margin-top: 0;
    margin-left: 0.9375rem;
  }
}
.kts-recruit-s-blogDetail .kts-recruit-c-wysiwyg {
  padding: 0;
  width: 100%;
}
.kts-recruit-s-blogDetail .s-blogDetail__toc {
  background: #F5F5F5;
  padding: 1.5rem 2rem;
  margin: 2.5rem 0;
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .s-blogDetail__toc {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .s-blogDetail__toc {
    margin: 0 0 2.5rem;
    padding: 1.5rem;
  }
}
.kts-recruit-s-blogDetail .s-blogDetail__toc ol {
  list-style: none;
  padding-left: 0;
  counter-reset: n;
}
.kts-recruit-s-blogDetail .s-blogDetail__toc ol li {
  padding-left: 20px;
  text-indent: -17px;
}
.kts-recruit-s-blogDetail .s-blogDetail__toc .title {
  margin-bottom: 0.5rem;
  font-size: 1.375rem;
  line-height: 1.5;
  width: 100%;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .s-blogDetail__toc .title {
    font-size: 0.875rem;
    margin-bottom: 16px;
  }
}
.kts-recruit-s-blogDetail .s-blogDetail__toc .h2list {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .s-blogDetail__toc .h2list {
    padding: 0;
  }
}
.kts-recruit-s-blogDetail .s-blogDetail__toc .h2list li {
  margin: 0;
  padding: 0;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: normal;
  text-indent: initial;
  padding-left: 1.3125rem;
  text-indent: -0.875rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .s-blogDetail__toc .h2list li {
    font-size: 0.8125rem;
  }
}
.kts-recruit-s-blogDetail .s-blogDetail__toc .h2list li:before {
  display: inline-block;
  margin-right: 0.75rem;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: url("/assets/kts-recruit/img/people/toc-icon.svg") center center/contain no-repeat;
  position: relative;
  top: -1px;
  left: -3px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .s-blogDetail__toc .h2list li:before {
    width: 6px;
    height: 6px;
    margin-right: 8px;
  }
}
.kts-recruit-s-blogDetail .s-blogDetail__toc .h2list li a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: normal;
  color: var(--font-size-l);
}
.kts-recruit-s-blogDetail .s-blogDetail__toc .h2list li a:hover {
  opacity: 1;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-base-primary);
}
.kts-recruit-s-blogDetail .s-blogDetail__toc .h2list li::marker {
  content: none;
  display: none;
}
.kts-recruit-s-blogDetail .s-blogDetail__toc .h3list {
  margin: 0;
  padding: 0.5rem 0 0;
}
.kts-recruit-s-blogDetail .s-blogDetail__toc .h3list li {
  margin: 0;
}
.kts-recruit-s-blogDetail .s-blogDetail__toc .h3list a {
  padding-bottom: 3px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: normal;
}
.kts-recruit-s-blogDetail .s-blogDetail__toc .h3list a:hover {
  opacity: 1;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.kts-recruit-s-blogDetail .s-blogDetail__intro {
  background: #F5F5F5;
  padding: 1.5rem 2rem;
  margin: 0rem 0 2.5rem;
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .s-blogDetail__intro {
    padding: 1.25rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .s-blogDetail__intro {
    border-radius: 5px;
  }
}
.kts-recruit-s-blogDetail .s-blogDetail__intro .s-blogDetail__introTitle {
  margin-bottom: 0.5rem;
  font-size: 1.375rem;
  line-height: 1.5;
  width: 100%;
  font-weight: bold;
  display: block;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .s-blogDetail__intro .s-blogDetail__introTitle {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
}
.kts-recruit-s-blogDetail .s-blogDetail__intro .s-blogDetail__introText {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .s-blogDetail__intro .s-blogDetail__introText {
    font-size: 0.875rem;
  }
}
.kts-recruit-s-blogDetail .s-blogDetail__interviewTitle {
  background-color: #3E424C;
  border-radius: 4px;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  padding: 0.5rem 4.125rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .s-blogDetail__interviewTitle {
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
    margin-bottom: 1.5rem;
  }
}
.kts-recruit-s-blogDetail .s-blogDetail__step {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .s-blogDetail__step {
    margin-top: 2.5rem;
  }
}
.kts-recruit-s-blogDetail .s-blogDetail__step .s-blogDetail__stepMainTitle {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .s-blogDetail__step .s-blogDetail__stepMainTitle {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
}
.kts-recruit-s-blogDetail .s-blogDetail__step .s-blogDetail__stepLists {
  background-color: #F5F5F5;
  counter-reset: number 0;
  padding: 2.5rem 2.1875rem 2.875rem;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .s-blogDetail__step .s-blogDetail__stepLists {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .s-blogDetail__step .s-blogDetail__stepLists {
    padding: 1.5rem 1rem;
  }
}
.kts-recruit-s-blogDetail .s-blogDetail__step .s-blogDetail__stepItem + .s-blogDetail__stepItem {
  margin-top: 1rem;
}
.kts-recruit-s-blogDetail .s-blogDetail__step .s-blogDetail__stepItem:first-child .s-blogDetail__stepNumber {
  color: #3366FF;
}
.kts-recruit-s-blogDetail .s-blogDetail__step .s-blogDetail__stepItem:first-child .s-blogDetail__stepNumber svg rect {
  fill: #3366FF;
}
.kts-recruit-s-blogDetail .s-blogDetail__step .s-blogDetail__stepItem:first-child .s-blogDetail__stepCard {
  border: 1px dashed #3366FF;
}
.kts-recruit-s-blogDetail .s-blogDetail__step .s-blogDetail__stepItem:nth-child(2) .s-blogDetail__stepNumber {
  color: #3388FF;
}
.kts-recruit-s-blogDetail .s-blogDetail__step .s-blogDetail__stepItem:nth-child(2) .s-blogDetail__stepNumber svg rect {
  fill: #3388FF;
}
.kts-recruit-s-blogDetail .s-blogDetail__step .s-blogDetail__stepItem:nth-child(2) .s-blogDetail__stepCard {
  border: 1px dashed #3388FF;
}
.kts-recruit-s-blogDetail .s-blogDetail__step .s-blogDetail__stepItem:nth-child(3) .s-blogDetail__stepNumber {
  color: #33AAFF;
}
.kts-recruit-s-blogDetail .s-blogDetail__step .s-blogDetail__stepItem:nth-child(3) .s-blogDetail__stepNumber svg rect {
  fill: #33AAFF;
}
.kts-recruit-s-blogDetail .s-blogDetail__step .s-blogDetail__stepItem:nth-child(3) .s-blogDetail__stepCard {
  border: 1px dashed #33AAFF;
}
.kts-recruit-s-blogDetail .s-blogDetail__step .s-blogDetail__stepItem:nth-child(4) .s-blogDetail__stepNumber {
  color: #00BFFF;
}
.kts-recruit-s-blogDetail .s-blogDetail__step .s-blogDetail__stepItem:nth-child(4) .s-blogDetail__stepNumber svg rect {
  fill: #00BFFF;
}
.kts-recruit-s-blogDetail .s-blogDetail__step .s-blogDetail__stepItem:nth-child(4) .s-blogDetail__stepCard {
  border: 1px dashed #00BFFF;
}
.kts-recruit-s-blogDetail .s-blogDetail__step .s-blogDetail__stepItem:nth-child(5) .s-blogDetail__stepNumber {
  color: #33CCFF;
}
.kts-recruit-s-blogDetail .s-blogDetail__step .s-blogDetail__stepItem:nth-child(5) .s-blogDetail__stepNumber svg rect {
  fill: #33CCFF;
}
.kts-recruit-s-blogDetail .s-blogDetail__step .s-blogDetail__stepItem:nth-child(5) .s-blogDetail__stepCard {
  border: 1px dashed #33CCFF;
}
.kts-recruit-s-blogDetail .s-blogDetail__step .s-blogDetail__stepNumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0 0 0.3125rem;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .s-blogDetail__step .s-blogDetail__stepNumber {
    font-size: 0.625rem;
  }
}
.kts-recruit-s-blogDetail .s-blogDetail__step .s-blogDetail__stepNumber svg {
  margin-right: 0.25rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .s-blogDetail__step .s-blogDetail__stepNumber svg {
    width: 0.5rem;
  }
}
.kts-recruit-s-blogDetail .s-blogDetail__step .s-blogDetail__stepNumber .num::after {
  content: "";
  counter-increment: number 1;
  content: counter(number) "";
}
.kts-recruit-s-blogDetail .s-blogDetail__step .s-blogDetail__stepCard {
  background-color: #fff;
  border: 1px dashed #3291FF;
  padding: 2rem;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .s-blogDetail__step .s-blogDetail__stepCard {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .s-blogDetail__step .s-blogDetail__stepCard {
    padding: 1rem 0.625rem;
  }
}
.kts-recruit-s-blogDetail .s-blogDetail__step .s-blogDetail__stepTitle {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .s-blogDetail__step .s-blogDetail__stepTitle {
    font-size: 0.875rem;
    margin: 0 0 0.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .s-blogDetail__step .s-blogDetail__stepText {
    font-size: 0.75rem;
    line-height: 2;
  }
}
.kts-recruit-s-blogDetail .s-blogDetail__related {
  position: relative;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .s-blogDetail__related {
    margin: auto;
    margin-top: 3rem;
  }
}
.kts-recruit-s-blogDetail .s-blogDetail__related .kts-recruit-c-inner {
  padding-block: 5rem;
  max-width: 52.5rem;
}
.kts-recruit-s-blogDetail .s-blogDetail__related .s-blogDetail__relatedList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .s-blogDetail__related .s-blogDetail__relatedList {
    margin-bottom: 2rem;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.kts-recruit-s-blogDetail .s-blogDetail__related .s-blogDetail__relatedList .kts-recruit-c-blogCard .category {
  font-size: 0.75rem;
}
.kts-recruit-s-blogDetail .s-blogDetail__related .s-blogDetail__relatedList .kts-recruit-c-blogCard .tag {
  font-size: 0.75rem;
}
.kts-recruit-s-blogDetail .s-blogDetail__related .s-blogDetail__relatedList .kts-recruit-c-blogCard .tag::before {
  font-size: 0.875rem;
}
.kts-recruit-s-blogDetail .s-blogDetail__related .s-blogDetail__relatedList .kts-recruit-c-blogCard .c-blogCard__title {
  font-size: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .s-blogDetail__related .s-blogDetail__relatedList .kts-recruit-c-blogCard .c-blogCard__title {
    font-size: 0.875rem;
  }
}
.kts-recruit-s-blogDetail .s-blogDetail__related .kts-recruit-c-button {
  margin-inline: auto;
  width: 20.9375rem;
}
.kts-recruit-s-blogDetail .s-blogDetail__relatedTitle {
  margin: 0;
  font-size: 2.5rem;
  position: relative;
  margin-bottom: 3.125rem;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .s-blogDetail__relatedTitle {
    margin-bottom: 1rem;
    padding-left: 1.5625rem;
    font-size: 1.5rem;
  }
}
.kts-recruit-s-blogDetail .s-blogDetail__relatedTitle::before {
  content: "";
  background-color: #3366FF;
  border-radius: 2px;
  display: block;
  position: absolute;
  left: -1.5rem;
  top: 0.9375rem;
  width: 0.5rem;
  height: 2.5rem;
  -webkit-transform: skew(-9deg);
  transform: skew(-9deg);
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-blogDetail .s-blogDetail__relatedTitle::before {
    top: 0.4375rem;
    left: 0;
    height: 1.8125rem;
    width: 0.375rem;
  }
}

.kts-recruit-s-contactDetail {
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-contactDetail {
    padding: 3rem 0;
  }
}
.kts-recruit-s-contactDetail .s-contactDetail__ldText {
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-contactDetail .s-contactDetail__ldText {
    font-size: 0.875rem;
    margin-bottom: 2rem;
  }
}
.kts-recruit-s-contactDetail .s-contactDetail__document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-contactDetail .s-contactDetail__document {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.kts-recruit-s-contactDetail .s-contactDetail__documentImage {
  display: block;
  margin: 0 2.375rem 0 0;
  padding: 0;
  min-width: 25rem;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-contactDetail .s-contactDetail__documentImage {
    margin-right: 0;
    margin-bottom: 1.25rem;
    min-width: initial;
    width: 100%;
  }
}
.kts-recruit-s-contactDetail .s-contactDetail__documentImage img {
  border-radius: var(--border-radius);
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.kts-recruit-s-contactDetail .s-contactDetail__documentTitle {
  margin: 0;
  font-size: 1.375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-contactDetail .s-contactDetail__documentTitle {
    font-size: 1.25rem;
  }
}
.kts-recruit-s-contactDetail .s-contactDetail__documentText {
  font-size: 0.9375rem;
  line-height: 2;
  margin: 0.5rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-contactDetail .s-contactDetail__documentText {
    font-size: 0.8125rem;
  }
}

.kts-recruit-s-complete {
  padding: 12.5rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-complete {
    padding: 7.5rem 0 2.5rem;
  }
}
.kts-recruit-s-complete .s-complete__content {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.kts-recruit-s-complete .s-complete__contentLabel {
  color: #3366FF;
  margin: 0;
  font-size: 3rem;
  margin-bottom: 0.8125rem;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-complete .s-complete__contentLabel {
    font-size: 2.5rem;
    margin-bottom: 0.375rem;
  }
}
.kts-recruit-s-complete .s-complete__contentTitle {
  font-size: 1.5rem;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-complete .s-complete__contentTitle {
    font-size: 0.875rem;
    margin: 0 0 1.5rem;
  }
}
.kts-recruit-s-complete .s-complete__contentText {
  line-height: 1.8;
  margin: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-complete .s-complete__contentText {
    margin: 0 0 1.5rem;
    font-size: 0.875rem;
  }
}

.kts-recruit-s-editableWysiwyg {
  padding: 5rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-editableWysiwyg {
    padding: 2.5rem 0 3.75rem;
  }
}
.kts-recruit-s-editableWysiwyg > .kts-recruit-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 62.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-editableWysiwyg > .kts-recruit-c-inner {
    display: block;
  }
}

.kts-recruit-s-header2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5.4375rem 3.125rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-header2 {
    padding: 4.6875rem 1.25rem 0;
    min-height: initial;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-header2.-textNon .s-header2__textBox {
    padding: 8.875rem 1.25rem 3.6875rem;
  }
}
.kts-recruit-s-header2 .s-header2__inner {
  background-color: #F5F5F5;
  position: relative;
  min-height: 24.875rem;
  overflow: hidden;
  height: auto;
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-header2 .s-header2__inner {
    border-radius: 5px;
  }
}
.kts-recruit-s-header2 .s-header2__inner::before {
  content: "";
  background-color: rgba(62, 66, 76, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-header2 .s-header2__inner {
    min-height: 14.375rem;
  }
}
.kts-recruit-s-header2 .s-header2__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
.kts-recruit-s-header2 .s-header2__diamond {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 47.5rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-header2 .s-header2__diamond {
    width: 19.375rem;
  }
}
.kts-recruit-s-header2 .s-header2__textBox {
  position: relative;
  z-index: 3;
  padding: 10.9375rem 41.875rem 3.75rem 4.1875rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-header2 .s-header2__textBox {
    padding: 2.625rem 1rem 4.9375rem;
  }
}
.kts-recruit-s-header2 .s-header2__title {
  color: #fff;
  margin: 0 0 2.75rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-header2 .s-header2__title {
    margin: 0 0 0.5rem;
  }
}
.kts-recruit-s-header2 .s-header2__title > span {
  display: block;
  line-height: 1;
}
.kts-recruit-s-header2 .s-header2__title .en {
  font-family: var(--font-family-en);
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 1.2px;
  margin-left: -1.2px;
}
.kts-recruit-s-header2 .s-header2__title .ja {
  font-size: 3.5rem;
  letter-spacing: 0.04em;
  margin-block: 0rem;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-header2 .s-header2__title .ja {
    font-size: 1.5rem;
  }
}
.kts-recruit-s-header2 .s-header2__text {
  color: #fff;
  position: relative;
  font-size: 1rem;
  line-height: 1.7;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-header2 .s-header2__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-header2.leadgridCms-onlyInnerWorkspace .s-header2__inner {
    min-height: 20rem !important;
  }
}
.kts-recruit-s-header2.leadgridCms-onlyInnerWorkspace .s-header2__inner::before {
  display: none !important;
}
.kts-recruit-s-header2.leadgridCms-onlyInnerWorkspace .s-header2__textBox {
  padding: 1.875rem !important;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-header2.leadgridCms-onlyInnerWorkspace .s-header2__textBox {
    padding: 1.875rem 1.875rem 0 !important;
  }
}
.kts-recruit-s-header2.leadgridCms-onlyInnerWorkspace .s-header2__diamond {
  display: none !important;
}

.kts-recruit-s-textBox {
  padding-block: 5rem 6.25rem;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-textBox {
    padding-block: 2.5rem 3rem;
  }
}
.kts-recruit-s-textBox .kts-recruit-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-textBox .kts-recruit-c-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
}
.kts-recruit-s-textBox .s-textBox__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: calc(100% - 35.25rem - 3.75rem);
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-textBox .s-textBox__content {
    width: 100%;
  }
}
.kts-recruit-s-textBox .s-textBox__title {
  font-size: 2rem;
  font-weight: bold;
  margin-block: 0 1.0625rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-textBox .s-textBox__title {
    font-size: 1.25rem;
  }
}
.kts-recruit-s-textBox .s-textBox__title .blue {
  background: linear-gradient(135deg, #3366FF 0%, #599EFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-textBox .s-textBox__title .blue {
    font-size: 2rem;
  }
}
.kts-recruit-s-textBox .s-textBox__title .blue:first-child {
  background: linear-gradient(135deg, #3366FF 0%, #599EFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kts-recruit-s-textBox .s-textBox__title .blue:nth-child(2n) {
  background: linear-gradient(10deg, #3366FF 0%, #599EFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kts-recruit-s-textBox .s-textBox__title .blue:nth-child(3n) {
  background: linear-gradient(145deg, #3366FF 0%, #599EFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kts-recruit-s-textBox .s-textBox__title .blue:nth-child(4n) {
  background: linear-gradient(85deg, #3366FF 0%, #599EFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kts-recruit-s-textBox .s-textBox__title .blue:nth-child(5n) {
  background: linear-gradient(-65deg, #3366FF 0%, #599EFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kts-recruit-s-textBox .s-textBox__paragraphs p {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-textBox .s-textBox__paragraphs p {
    font-size: 0.875rem;
  }
}
.kts-recruit-s-textBox .s-textBox__paragraphs span {
  color: #3366FF;
}
.kts-recruit-s-textBox .s-textBox__image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 35.25rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-textBox .s-textBox__image {
    width: 100%;
  }
}
.kts-recruit-s-textBox .s-textBox__image img {
  aspect-ratio: 94/99;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 0.75rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-textBox .s-textBox__image img {
    aspect-ratio: 343/327;
  }
}
.kts-recruit-s-textBox .s-textBox__textBg {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-textBox .s-textBox__textBg {
    width: calc(100% - 3.125rem);
  }
}
.kts-recruit-s-textBox.-pt2 .s-textBox__image img {
  aspect-ratio: 564/365;
}
.kts-recruit-s-textBox.-titleSkew .s-textBox__title {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

.kts-recruit-s-aboutWorksPeople {
  position: relative;
  padding-block: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-aboutWorksPeople {
    padding-block: 3.75rem 0;
  }
}
.kts-recruit-s-aboutWorksPeople .s-aboutWorksPeople__title {
  padding-left: 1.75rem;
  margin: 0;
  font-size: 2.5rem;
  position: relative;
  margin-bottom: 3.125rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-aboutWorksPeople .s-aboutWorksPeople__title {
    margin-bottom: 1.0625rem;
    padding-left: 1.5625rem;
    font-size: 1.375rem;
  }
}
.kts-recruit-s-aboutWorksPeople .s-aboutWorksPeople__title::before {
  content: "";
  background-color: #3366FF;
  border-radius: 2px;
  display: block;
  position: absolute;
  left: 0rem;
  top: 0;
  width: 8px;
  height: 100%;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-aboutWorksPeople .s-aboutWorksPeople__title::before {
    border-radius: 1px;
    top: -0.1875rem;
    left: 0.25rem;
    width: 0.375rem;
    height: 1.8125rem;
  }
}
.kts-recruit-s-aboutWorksPeople .s-aboutWorksPeople__list {
  background-color: #fff;
  counter-reset: number 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem 5.3125rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5rem;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-aboutWorksPeople .s-aboutWorksPeople__list {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-aboutWorksPeople .s-aboutWorksPeople__list {
    gap: 2rem;
    padding: 2.5rem 1rem;
  }
}
.kts-recruit-s-aboutWorksPeople .s-aboutWorksPeople__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-aboutWorksPeople .s-aboutWorksPeople__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
.kts-recruit-s-aboutWorksPeople .s-aboutWorksPeople__textBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  width: 31.25rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-aboutWorksPeople .s-aboutWorksPeople__textBox {
    width: 100%;
  }
}
.kts-recruit-s-aboutWorksPeople .s-aboutWorksPeople__textBox::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #F5F5F5;
  counter-increment: number 1;
  content: "#" counter(number);
  font-size: 15rem;
  line-height: 0.7;
  z-index: 0;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-aboutWorksPeople .s-aboutWorksPeople__textBox::before {
    font-size: 7.5rem;
    line-height: 1.3;
  }
}
.kts-recruit-s-aboutWorksPeople .s-aboutWorksPeople__heading {
  font-size: 2rem;
  font-weight: bold;
  margin-block: 0 2rem;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-aboutWorksPeople .s-aboutWorksPeople__heading {
    font-size: 1.25rem;
    margin-block: 0 1rem;
  }
}
.kts-recruit-s-aboutWorksPeople .s-aboutWorksPeople__text {
  font-size: 1rem;
  line-height: 2;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-aboutWorksPeople .s-aboutWorksPeople__text {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
.kts-recruit-s-aboutWorksPeople .s-aboutWorksPeople__image {
  overflow: hidden;
  width: calc(100% - 31.25rem - 3.75rem);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-aboutWorksPeople .s-aboutWorksPeople__image {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-aboutWorksPeople .s-aboutWorksPeople__image {
    width: 100%;
  }
}
.kts-recruit-s-aboutWorksPeople .s-aboutWorksPeople__image img {
  aspect-ratio: 235/132;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-aboutWorksPeople .s-aboutWorksPeople__image img {
    aspect-ratio: 311/193;
  }
}

.kts-recruit-s-learnMore {
  padding-block: 7.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-learnMore {
    padding-block: 4rem;
  }
}
.kts-recruit-s-learnMore .s-learnMore__title {
  padding-left: 1.75rem;
  margin: 0;
  font-size: 2.5rem;
  position: relative;
  margin-bottom: 2.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-learnMore .s-learnMore__title {
    margin-bottom: 1.5rem;
    padding-left: 1.25rem;
    font-size: 1.375rem;
  }
}
.kts-recruit-s-learnMore .s-learnMore__title::before {
  content: "";
  background-color: #3366FF;
  border-radius: 2px;
  display: block;
  position: absolute;
  left: 0rem;
  top: 0;
  width: 8px;
  height: 100%;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-learnMore .s-learnMore__title::before {
    border-radius: 1px;
    left: 0;
    width: 6px;
  }
}
.kts-recruit-s-learnMore .s-learnMore__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-learnMore .s-learnMore__list {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
.kts-recruit-s-learnMore .s-learnMore__card {
  color: #fff;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-learnMore .s-learnMore__card {
    border-radius: 5px;
  }
}
.kts-recruit-s-learnMore .s-learnMore__card:hover {
  opacity: 1;
}
.kts-recruit-s-learnMore .s-learnMore__card:hover .s-learnMore__imageWrap img {
  scale: 1.1;
}
.kts-recruit-s-learnMore .s-learnMore__card:hover .s-learnMore__arrow svg {
  -webkit-animation: arrowSlide 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
  animation: arrowSlide 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
}
@keyframes arrowSlide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50.0% {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}
.kts-recruit-s-learnMore .s-learnMore__imageWrap::after {
  content: "";
  background-color: rgba(62, 66, 76, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.kts-recruit-s-learnMore .s-learnMore__imageWrap img {
  width: 100%;
  height: 100%;
  aspect-ratio: 579/260;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-learnMore .s-learnMore__imageWrap img {
    aspect-ratio: 31/14;
  }
}
.kts-recruit-s-learnMore .s-learnMore__label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  font-size: 1.25rem;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-learnMore .s-learnMore__label {
    gap: 0.75rem;
    bottom: 1rem;
    right: 1rem;
    font-size: 0.75rem;
  }
}
.kts-recruit-s-learnMore .s-learnMore__label .s-learnMore__arrow {
  background-color: #fff;
  border-radius: 9999px;
  height: 1.4375rem;
  width: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-learnMore .s-learnMore__label .s-learnMore__arrow {
    height: 0.875rem;
    width: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-learnMore .s-learnMore__label .s-learnMore__arrow svg {
    width: 0.5rem;
  }
}
.kts-recruit-s-learnMore .s-learnMore__label .s-learnMore__arrow svg path {
  fill: #3E424C;
}
.kts-recruit-s-learnMore.leadgridCms-onlyInnerWorkspace .s-learnMore__imageWrap::after {
  display: none !important;
}

.kts-recruit-s-environmentCulture {
  padding-block: 7.5rem 0;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentCulture {
    padding-block: 3.75rem 0;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentCulture .kts-recruit-c-inner {
    padding-inline: 2rem;
  }
}
.kts-recruit-s-environmentCulture .s-environmentCulture__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentCulture .s-environmentCulture__list {
    gap: 1rem;
  }
}
.kts-recruit-s-environmentCulture .s-environmentCulture__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.5rem 3.75rem;
  background-color: #fff;
  border: 1px dashed #9296A1;
  border-radius: 0.75rem;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentCulture .s-environmentCulture__item {
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 1.5rem 1rem;
  }
}
.kts-recruit-s-environmentCulture .s-environmentCulture__content {
  width: 33.75rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentCulture .s-environmentCulture__content {
    width: 100%;
  }
}
.kts-recruit-s-environmentCulture .s-environmentCulture__content .s-environmentCulture__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-block: 0 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentCulture .s-environmentCulture__content .s-environmentCulture__title {
    text-align: center;
    font-size: 1.125rem;
    margin-block: 0 0.5rem;
  }
}
.kts-recruit-s-environmentCulture .s-environmentCulture__content .s-environmentCulture__desc {
  color: #2A2C33;
  margin-bottom: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentCulture .s-environmentCulture__content .s-environmentCulture__desc {
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentCulture .s-environmentCulture__content .kts-recruit-c-button {
    padding-block: 0.84375rem;
    width: 100%;
    max-width: 100%;
  }
}
.kts-recruit-s-environmentCulture .s-environmentCulture__image {
  width: 15.375rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentCulture .s-environmentCulture__image {
    width: 5.9375rem;
  }
}
.kts-recruit-s-environmentCulture .s-environmentCulture__image img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentCulture .s-environmentCulture__image {
    max-width: 7.5rem;
  }
}

.kts-recruit-s-environmentSkillUp {
  padding-block: 7.5rem 5rem;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentSkillUp {
    padding-block: 3.75rem 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentSkillUp .kts-recruit-c-inner {
    padding-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentSkillUp .kts-recruit-c-sectionTitle2 {
    padding-inline: 1rem;
  }
}
.kts-recruit-s-environmentSkillUp .s-environmentSkillUp__figureWrap {
  position: relative;
}
.kts-recruit-s-environmentSkillUp .s-environmentSkillUp__figure {
  position: relative;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentSkillUp .s-environmentSkillUp__figure {
    overflow: scroll;
    padding-inline: 1rem 0;
  }
}
.kts-recruit-s-environmentSkillUp .s-environmentSkillUp__figure img {
  border-radius: 10px;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentSkillUp .s-environmentSkillUp__figure img {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentSkillUp .s-environmentSkillUp__figure img {
    padding-right: 1rem;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 50rem;
  }
}
.kts-recruit-s-environmentSkillUp .kts-recruit-c-noiseBg {
  border-radius: 0.625rem 0.625rem 0 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentSkillUp .kts-recruit-c-noiseBg {
    border-radius: 0.3125rem 0.3125rem 0 0;
  }
}

.kts-recruit-s-environmentSkillUp2 {
  padding-block: 0 3.75rem;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentSkillUp2 {
    padding-block: 0 1.5rem;
  }
}
.kts-recruit-s-environmentSkillUp2 .s-environmentSkillUp2__systemWrap {
  max-width: 67.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentSkillUp2 .s-environmentSkillUp2__systemWrap {
    padding: 1rem 1rem 0;
  }
}
.kts-recruit-s-environmentSkillUp2 .s-environmentSkillUp2__systemTitle {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-block: 0rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentSkillUp2 .s-environmentSkillUp2__systemTitle {
    font-size: 1.375rem;
    margin-block: 0rem 1rem;
  }
}
.kts-recruit-s-environmentSkillUp2 .s-environmentSkillUp2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentSkillUp2 .s-environmentSkillUp2__list {
    gap: 1rem;
  }
}
.kts-recruit-s-environmentSkillUp2 .s-environmentSkillUp2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.5rem 3.75rem;
  background-color: #fff;
  border: 1px dashed #9296A1;
  gap: 2rem;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentSkillUp2 .s-environmentSkillUp2__item {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentSkillUp2 .s-environmentSkillUp2__item {
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 1.5rem 1rem;
  }
}
.kts-recruit-s-environmentSkillUp2 .s-environmentSkillUp2__content {
  width: 33.75rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentSkillUp2 .s-environmentSkillUp2__content {
    width: 100%;
  }
}
.kts-recruit-s-environmentSkillUp2 .s-environmentSkillUp2__content .s-environmentSkillUp2__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-block: 0 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentSkillUp2 .s-environmentSkillUp2__content .s-environmentSkillUp2__title {
    text-align: center;
    font-size: 1.125rem;
    margin-block: 0 0.5rem;
  }
}
.kts-recruit-s-environmentSkillUp2 .s-environmentSkillUp2__content .s-environmentSkillUp2__desc {
  color: #2A2C33;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentSkillUp2 .s-environmentSkillUp2__content .s-environmentSkillUp2__desc {
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentSkillUp2 .s-environmentSkillUp2__content .kts-recruit-c-button {
    padding-block: 0.84375rem;
    width: 100%;
    max-width: 100%;
  }
}
.kts-recruit-s-environmentSkillUp2 .s-environmentSkillUp2__image {
  width: 13.375rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentSkillUp2 .s-environmentSkillUp2__image {
    width: 5.9375rem;
  }
}
.kts-recruit-s-environmentSkillUp2 .s-environmentSkillUp2__image img {
  aspect-ratio: 214/154;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentSkillUp2 .s-environmentSkillUp2__image {
    max-width: 7.5rem;
  }
}

.kts-recruit-s-environmentSkillUp3 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentSkillUp3 .s-environmentSkillUp3__systemWrapCircle {
    padding: 0 1rem;
  }
}
.kts-recruit-s-environmentSkillUp3 .s-environmentSkillUp3__systemWrapCircleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3.75rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentSkillUp3 .s-environmentSkillUp3__systemWrapCircleList {
    gap: 0.75rem;
  }
}
.kts-recruit-s-environmentSkillUp3 .s-environmentSkillUp3__systemWrapCircleItem {
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 1px dashed #9296A1;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 0.625rem;
  height: 14rem;
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentSkillUp3 .s-environmentSkillUp3__systemWrapCircleItem {
    height: auto;
    gap: 0.5rem;
    width: calc(50% - 0.375rem);
  }
}
.kts-recruit-s-environmentSkillUp3 .s-environmentSkillUp3__systemWrapCircleTitle {
  font-size: 0.875rem;
  font-weight: bold;
  margin-block: 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentSkillUp3 .s-environmentSkillUp3__systemWrapCircleTitle {
    text-align: center;
    font-size: 0.75rem;
  }
}
.kts-recruit-s-environmentSkillUp3 .s-environmentSkillUp3__systemWrapCircleImage {
  width: 8.3125rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentSkillUp3 .s-environmentSkillUp3__systemWrapCircleImage {
    width: 4.5rem;
  }
}
.kts-recruit-s-environmentSkillUp3 .s-environmentSkillUp3__systemWrapCircleImage img {
  aspect-ratio: 133/70;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentSkillUp3 .s-environmentSkillUp3__systemWrapCircleImage {
    max-width: 7.5rem;
  }
}

.kts-recruit-s-workIntro {
  padding-block: 5rem 7.5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-workIntro {
    padding-block: 2.5rem 3.75rem;
    overflow: hidden;
  }
}
.kts-recruit-s-workIntro .s-workIntro__block + .s-workIntro__block {
  margin-top: 1.5rem;
}
.kts-recruit-s-workIntro .s-workIntro__toggleBar {
  background-color: #F5F5F5;
  border: 1px solid #3E424C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0.5rem 0.5rem 0.5rem 1.875rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 10px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-workIntro .s-workIntro__toggleBar {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-workIntro .s-workIntro__toggleBar {
    border-radius: 0.3125rem;
    font-size: 0.875rem;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
  }
}
.kts-recruit-s-workIntro .s-workIntro__togglePanel {
  display: none;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-workIntro .s-workIntro__togglePanel {
    margin-top: 0.5rem;
  }
}
.kts-recruit-s-workIntro .s-workIntro__toggleArrow {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-color: #3E424C;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-workIntro .s-workIntro__toggleArrow {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-workIntro .s-workIntro__toggleArrow {
    border-radius: 0.3125rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.kts-recruit-s-workIntro .s-workIntro__toggleArrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.0625rem;
  height: 0.0625rem;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.kts-recruit-s-workIntro .s-workIntro__toggleArrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.0625rem;
  height: 1.0625rem;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opaicty 0.4s;
  transition: opaicty 0.4s;
}
.kts-recruit-s-workIntro .s-workIntro__toggleArrow.is-active::after {
  opacity: 0;
}
.kts-recruit-s-workIntro .s-workIntro__textBlock {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.25rem;
  z-index: 1;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-workIntro .s-workIntro__textBlock {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-workIntro .s-workIntro__textBlock {
    margin-bottom: 0.4375rem;
  }
}
.kts-recruit-s-workIntro .s-workIntro__textBlock::before {
  content: "";
  background-color: rgba(62, 66, 76, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  z-index: 1;
}
.kts-recruit-s-workIntro .s-workIntro__textBlock .s-workIntro__textBlockInner {
  padding: 12.3125rem 30.6875rem 2.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-workIntro .s-workIntro__textBlock .s-workIntro__textBlockInner {
    padding: 2rem 1rem 0.625rem;
  }
}
.kts-recruit-s-workIntro .s-workIntro__textBlock .s-workIntro__lead {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  margin-block: 0 0.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-workIntro .s-workIntro__textBlock .s-workIntro__lead {
    font-size: 1.125rem;
  }
}
.kts-recruit-s-workIntro .s-workIntro__textBlock .s-workIntro__description {
  color: #fff;
  font-size: 1.125rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-workIntro .s-workIntro__textBlock .s-workIntro__description {
    font-size: 0.75rem;
  }
}
.kts-recruit-s-workIntro .s-workIntro__textBlock .s-workIntro__textBlockBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
  border-radius: inherit;
}
.kts-recruit-s-workIntro .s-workIntro__tagsWrap {
  background-color: #F5F5F5;
  padding: 1.25rem 1.875rem;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-workIntro .s-workIntro__tagsWrap {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-workIntro .s-workIntro__tagsWrap {
    padding: 1.25rem 1rem;
    margin-bottom: 1.75rem;
  }
}
.kts-recruit-s-workIntro .s-workIntro__tagsWrap .s-workIntro__tagsTitle {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-workIntro .s-workIntro__tagsWrap .s-workIntro__tagsTitle {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
}
.kts-recruit-s-workIntro .s-workIntro__tagsWrap .s-workIntro__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-workIntro .s-workIntro__tagsWrap .s-workIntro__tags {
    gap: 0.75rem;
  }
}
.kts-recruit-s-workIntro .s-workIntro__tagsWrap .s-workIntro__tag {
  background-color: #fff;
  color: #3366FF;
  font-weight: bold;
  padding: 1.4375rem 1.8125rem;
  text-align: center;
  width: calc(33.3333333333% - 0.8333333333rem);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-workIntro .s-workIntro__tagsWrap .s-workIntro__tag {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-workIntro .s-workIntro__tagsWrap .s-workIntro__tag {
    border-radius: 0.3125rem;
    padding: 0.9375rem 2.125rem;
    line-height: 1.2;
    width: 100%;
  }
}
.kts-recruit-s-workIntro .s-workIntro__interview {
  position: relative;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-workIntro .s-workIntro__interview {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .kts-recruit-s-workIntro .s-workIntro__interview .kts-recruit-c-sliderControl {
    padding: 0;
  }
}
.kts-recruit-s-workIntro .s-workIntro__interviewHeading {
  font-size: 1.5rem;
  text-align: center;
  margin-block: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-workIntro .s-workIntro__interviewHeading {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .kts-recruit-s-workIntro .s-workIntro__interviewSlider {
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .kts-recruit-s-workIntro .c-sliderControl__pagination,
  .kts-recruit-s-workIntro .c-sliderControl__stop {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .kts-recruit-s-workIntro .c-sliderControl__prev {
    position: absolute;
    top: 50%;
    left: -2rem;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }
  .kts-recruit-s-workIntro .c-sliderControl__next {
    position: absolute;
    top: 50%;
    right: -2rem;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }
}
.kts-recruit-s-workIntro .s-workIntro__block.is-active .s-workIntro__toggleBar {
  background-color: #3E424C;
  color: #fff;
}
.kts-recruit-s-workIntro .s-workIntro__block.is-active .s-workIntro__toggleArrow {
  background-color: #fff;
}
.kts-recruit-s-workIntro .s-workIntro__block.is-active .s-workIntro__toggleArrow::before {
  background-color: #3E424C;
}
.kts-recruit-s-workIntro.leadgridCms-onlyInnerWorkspace .s-workIntro__textBlock::before {
  display: none !important;
}
.kts-recruit-s-workIntro.leadgridCms-onlyInnerWorkspace .s-workIntro__textBlock {
  min-height: 21.875rem;
}
.kts-recruit-s-workIntro.leadgridCms-onlyInnerWorkspace .s-workIntro__textBlockInner {
  padding: 1.875rem;
}

.kts-recruit-s-projectIntro {
  padding-block: 7.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-projectIntro {
    padding-block: 3.75rem;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .kts-recruit-s-projectIntro .s-projectIntro__interviewSlider {
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .kts-recruit-s-projectIntro .c-sliderControl__pagination,
  .kts-recruit-s-projectIntro .c-sliderControl__stop {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .kts-recruit-s-projectIntro .kts-recruit-c-sliderControl {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-projectIntro .kts-recruit-c-sliderControl {
    padding-bottom: 0rem;
  }
}
@media screen and (min-width: 768px) {
  .kts-recruit-s-projectIntro .c-sliderControl__prev {
    position: absolute;
    top: 50%;
    left: -2rem;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }
  .kts-recruit-s-projectIntro .c-sliderControl__next {
    position: absolute;
    top: 50%;
    right: -2rem;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }
}
.kts-recruit-s-projectIntro .s-projectIntro__block.is-active .s-projectIntro__toggleBar {
  background-color: #3E424C;
  color: #fff;
}
.kts-recruit-s-projectIntro .s-projectIntro__block.is-active .s-projectIntro__toggleArrow {
  background-color: #fff;
}
.kts-recruit-s-projectIntro .s-projectIntro__block.is-active .s-projectIntro__toggleArrow::before {
  background-color: #3E424C;
}

.kts-recruit-s-environmentCareerUp {
  padding-block: 7.5rem 2.5rem;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentCareerUp {
    padding-block: 3.75rem 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentCareerUp .kts-recruit-c-inner {
    padding-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentCareerUp .kts-recruit-c-sectionTitle2 {
    padding-inline: 1rem;
  }
}
.kts-recruit-s-environmentCareerUp .s-environmentCareerUp__figureWrap {
  position: relative;
}
.kts-recruit-s-environmentCareerUp .s-environmentCareerUp__figure {
  position: relative;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentCareerUp .s-environmentCareerUp__figure {
    overflow: scroll;
    padding-inline: 1rem 0;
  }
}
.kts-recruit-s-environmentCareerUp .s-environmentCareerUp__figure img {
  border-radius: 10px;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentCareerUp .s-environmentCareerUp__figure img {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentCareerUp .s-environmentCareerUp__figure img {
    padding-right: 1rem;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.kts-recruit-s-environmentCareerUp .kts-recruit-c-noiseBg {
  border-radius: 0.625rem 0.625rem 0 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentCareerUp .kts-recruit-c-noiseBg {
    border-radius: 0.3125rem 0.3125rem 0 0;
  }
}

.kts-recruit-s-environmentCareerCase {
  overflow: hidden;
  padding-block: 2.5rem 7.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentCareerCase {
    padding-block: 1.25rem 3.75rem;
  }
}
.kts-recruit-s-environmentCareerCase .s-environmentCareerCase__cards .s-environmentCareerCase__card .s-environmentCareerCase__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.kts-recruit-s-environmentCareerCase .s-environmentCareerCase__cards .s-environmentCareerCase__card .s-environmentCareerCase__title .s-environmentCareerCase__titleText {
  background-color: #3E424C;
  border-radius: 0.625rem 0.625rem 0 0;
  color: #fff;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1rem 2.8125rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 22.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentCareerCase .s-environmentCareerCase__cards .s-environmentCareerCase__card .s-environmentCareerCase__title .s-environmentCareerCase__titleText {
    border-radius: 0.3125rem 0.3125rem 0 0;
    font-size: 1rem;
    padding: 0.375rem 0.9375rem;
    max-width: 15.625rem;
  }
}
.kts-recruit-s-environmentCareerCase .s-environmentCareerCase__cards .s-environmentCareerCase__card .s-environmentCareerCase__title .s-environmentCareerCase__titleDeco {
  border-radius: 0.625rem 0.625rem 0 0;
  background-color: rgba(146, 150, 161, 0.2);
  display: block;
  height: 2.375rem;
  width: 15.0625rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentCareerCase .s-environmentCareerCase__cards .s-environmentCareerCase__card .s-environmentCareerCase__title .s-environmentCareerCase__titleDeco {
    border-radius: 0.3125rem 0.3125rem 0 0;
    height: 1.375rem;
    width: 5.8125rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.kts-recruit-s-environmentCareerCase .s-environmentCareerCase__cards .s-environmentCareerCase__card .s-environmentCareerCase__cardMain {
  background-color: #fff;
  border-radius: 0 0.625rem 0.625rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
  padding: 2.5rem 2.5rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentCareerCase .s-environmentCareerCase__cards .s-environmentCareerCase__card .s-environmentCareerCase__cardMain {
    border-radius: 0 0 0.3125rem 0.3125rem;
    padding: 1.5rem 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
}
.kts-recruit-s-environmentCareerCase .s-environmentCareerCase__cards .s-environmentCareerCase__card .s-environmentCareerCase__cardLeft {
  width: 26.9375rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentCareerCase .s-environmentCareerCase__cards .s-environmentCareerCase__card .s-environmentCareerCase__cardLeft {
    width: 100%;
  }
}
.kts-recruit-s-environmentCareerCase .s-environmentCareerCase__cards .s-environmentCareerCase__card .s-environmentCareerCase__cardLeft .s-environmentCareerCase__cardImage {
  margin-bottom: 2rem;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentCareerCase .s-environmentCareerCase__cards .s-environmentCareerCase__card .s-environmentCareerCase__cardLeft .s-environmentCareerCase__cardImage {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentCareerCase .s-environmentCareerCase__cards .s-environmentCareerCase__card .s-environmentCareerCase__cardLeft .s-environmentCareerCase__cardImage {
    margin-bottom: 1rem;
  }
}
.kts-recruit-s-environmentCareerCase .s-environmentCareerCase__cards .s-environmentCareerCase__card .s-environmentCareerCase__cardLeft .s-environmentCareerCase__cardImage img {
  aspect-ratio: 431/242;
  -o-object-fit: cover;
  object-fit: cover;
}
.kts-recruit-s-environmentCareerCase .s-environmentCareerCase__cards .s-environmentCareerCase__card .s-environmentCareerCase__cardLeft .s-environmentCareerCase__cardName {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentCareerCase .s-environmentCareerCase__cards .s-environmentCareerCase__card .s-environmentCareerCase__cardLeft .s-environmentCareerCase__cardName {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
}
.kts-recruit-s-environmentCareerCase .s-environmentCareerCase__cards .s-environmentCareerCase__card .s-environmentCareerCase__cardLeft .s-environmentCareerCase__cardText {
  line-height: 1.65;
}
.kts-recruit-s-environmentCareerCase .s-environmentCareerCase__cards .s-environmentCareerCase__card .s-environmentCareerCase__cardRight {
  width: calc(100% - 2.5rem - 26.9375rem);
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentCareerCase .s-environmentCareerCase__cards .s-environmentCareerCase__card .s-environmentCareerCase__cardRight {
    width: 100%;
  }
}
.kts-recruit-s-environmentCareerCase .s-environmentCareerCase__cards .s-environmentCareerCase__card .s-environmentCareerCase__cardRight .s-environmentCareerCase__history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentCareerCase .s-environmentCareerCase__cards .s-environmentCareerCase__card .s-environmentCareerCase__cardRight .s-environmentCareerCase__history {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.kts-recruit-s-environmentCareerCase .s-environmentCareerCase__cards .s-environmentCareerCase__card .s-environmentCareerCase__cardRight .s-environmentCareerCase__history + .s-environmentCareerCase__history {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentCareerCase .s-environmentCareerCase__cards .s-environmentCareerCase__card .s-environmentCareerCase__cardRight .s-environmentCareerCase__history + .s-environmentCareerCase__history {
    margin-top: 1rem;
  }
}
.kts-recruit-s-environmentCareerCase .s-environmentCareerCase__cards .s-environmentCareerCase__card .s-environmentCareerCase__cardRight .s-environmentCareerCase__history:last-child .s-environmentCareerCase__historyTag {
  background-color: #3366FF;
  border: 0;
  color: #fff;
}
.kts-recruit-s-environmentCareerCase .s-environmentCareerCase__cards .s-environmentCareerCase__card .s-environmentCareerCase__cardRight .s-environmentCareerCase__historyTag {
  background-color: #F5F5F5;
  border: 1px solid #9296A1;
  padding: 0.1875rem 1.4375rem;
  font-weight: 700;
  line-height: 1.65;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentCareerCase .s-environmentCareerCase__cards .s-environmentCareerCase__card .s-environmentCareerCase__cardRight .s-environmentCareerCase__historyTag {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentCareerCase .s-environmentCareerCase__cards .s-environmentCareerCase__card .s-environmentCareerCase__cardRight .s-environmentCareerCase__historyTag.sponly {
    display: inline-block;
    margin-right: 0.5rem;
  }
}
.kts-recruit-s-environmentCareerCase .s-environmentCareerCase__cards .s-environmentCareerCase__card .s-environmentCareerCase__cardRight .s-environmentCareerCase__historyDetail {
  width: 32.625rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentCareerCase .s-environmentCareerCase__cards .s-environmentCareerCase__card .s-environmentCareerCase__cardRight .s-environmentCareerCase__historyDetail {
    width: 100%;
  }
}
.kts-recruit-s-environmentCareerCase .s-environmentCareerCase__cards .s-environmentCareerCase__card .s-environmentCareerCase__cardRight .s-environmentCareerCase__historyDetailTitle {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentCareerCase .s-environmentCareerCase__cards .s-environmentCareerCase__card .s-environmentCareerCase__cardRight .s-environmentCareerCase__historyDetailTitle {
    display: inline-block;
    font-size: 1rem;
  }
}
.kts-recruit-s-environmentCareerCase .s-environmentCareerCase__cards .s-environmentCareerCase__card + .s-environmentCareerCase__card {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentCareerCase .s-environmentCareerCase__cards .s-environmentCareerCase__card + .s-environmentCareerCase__card {
    margin-top: 1.5rem;
  }
}

.kts-recruit-s-environmentCareerGallery {
  padding-block: 7.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentCareerGallery {
    padding-block: 3.75rem;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .kts-recruit-s-environmentCareerGallery .s-environmentCareerGallery__sliderWrap {
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .kts-recruit-s-environmentCareerGallery .c-sliderControl__pagination,
  .kts-recruit-s-environmentCareerGallery .c-sliderControl__stop {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .kts-recruit-s-environmentCareerGallery .c-sliderControl__prev {
    position: absolute;
    top: 50%;
    left: -2rem;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }
  .kts-recruit-s-environmentCareerGallery .c-sliderControl__next {
    position: absolute;
    top: 50%;
    right: -2rem;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }
}
.kts-recruit-s-environmentCareerGallery .s-environmentCareerGallery__block.is-active .s-environmentCareerGallery__toggleBar {
  background-color: #3E424C;
  color: #fff;
}
.kts-recruit-s-environmentCareerGallery .s-environmentCareerGallery__block.is-active .s-environmentCareerGallery__toggleArrow {
  background-color: #fff;
}
.kts-recruit-s-environmentCareerGallery .s-environmentCareerGallery__block.is-active .s-environmentCareerGallery__toggleArrow::before {
  background-color: #3E424C;
}

.kts-recruit-s-feature {
  padding-block: 5rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-feature {
    padding-block: 2.5rem 1.875rem;
  }
}
.kts-recruit-s-feature .s-feature__featureList {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-feature .s-feature__featureList {
    gap: 0.625rem;
  }
}
.kts-recruit-s-feature .s-feature__featureItem {
  background-color: #F5F5F5;
  text-align: center;
  list-style: none;
  width: calc(33.3333333333% - 0.875rem);
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-feature .s-feature__featureItem {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-feature .s-feature__featureItem {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-feature .s-feature__featureItem {
    width: 100%;
    margin-right: 0;
    padding: 0;
  }
}
.kts-recruit-s-feature .s-feature__textBox {
  padding: 1.25rem 1rem;
}
.kts-recruit-s-feature .s-feature__itemImage {
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.kts-recruit-s-feature .s-feature__itemImage img {
  aspect-ratio: 386/187;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kts-recruit-s-feature .s-feature__itemTitle {
  color: #3366FF;
  margin: 0 0 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-feature .s-feature__itemTitle {
    font-size: 1.125rem;
  }
}
.kts-recruit-s-feature .s-feature__itemContent {
  text-align: left;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-feature .s-feature__itemContent {
    font-size: 0.875rem;
  }
}

.kts-recruit-s-environmentOtherBenefits {
  padding-block: 3.75rem 7.5rem;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentOtherBenefits {
    padding-block: 1.875rem 3.75rem;
  }
}
.kts-recruit-s-environmentOtherBenefits .kts-recruit-c-inner {
  max-width: 70rem;
}
.kts-recruit-s-environmentOtherBenefits .kts-recruit-c-sectionTitle2 {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentOtherBenefits .kts-recruit-c-sectionTitle2 {
    margin-bottom: 1.5rem;
  }
}
.kts-recruit-s-environmentOtherBenefits .s-environmentOtherBenefits__systemWrapCircleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3.75rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentOtherBenefits .s-environmentOtherBenefits__systemWrapCircleList {
    gap: 1.25rem;
    padding-inline: 1rem;
  }
}
.kts-recruit-s-environmentOtherBenefits .s-environmentOtherBenefits__systemWrapCircleItem {
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 1px dashed #9296A1;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 0.625rem;
  height: 14rem;
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentOtherBenefits .s-environmentOtherBenefits__systemWrapCircleItem {
    height: auto;
    gap: 0.5rem;
    width: calc(50% - 0.625rem);
  }
}
.kts-recruit-s-environmentOtherBenefits .s-environmentOtherBenefits__systemWrapCircleTitle {
  font-size: 0.875rem;
  font-weight: bold;
  margin-block: 0;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentOtherBenefits .s-environmentOtherBenefits__systemWrapCircleTitle {
    text-align: center;
    font-size: 0.75rem;
  }
}
.kts-recruit-s-environmentOtherBenefits .s-environmentOtherBenefits__systemWrapCircleImage {
  width: 8.3125rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentOtherBenefits .s-environmentOtherBenefits__systemWrapCircleImage {
    width: 4.5rem;
  }
}
.kts-recruit-s-environmentOtherBenefits .s-environmentOtherBenefits__systemWrapCircleImage img {
  aspect-ratio: 133/70;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentOtherBenefits .s-environmentOtherBenefits__systemWrapCircleImage {
    max-width: 7.5rem;
  }
}
.kts-recruit-s-environmentOtherBenefits .kts-recruit-c-noiseBg {
  border-radius: 0.625rem 0.625rem 0 0;
  top: 34.375rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentOtherBenefits .kts-recruit-c-noiseBg {
    border-radius: 0.3125rem 0.3125rem 0 0;
    top: 18.75rem;
  }
}

.kts-recruit-s-environmentBenefitsNum {
  padding-block: 7.5rem;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentBenefitsNum {
    padding-block: 3.75rem;
  }
}
.kts-recruit-s-environmentBenefitsNum.-paddingBottomNon {
  padding-block: 7.5rem 0;
}
.kts-recruit-s-environmentBenefitsNum .kts-recruit-c-inner {
  max-width: 70rem;
}
.kts-recruit-s-environmentBenefitsNum .s-environmentBenefitsNum__cardList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentBenefitsNum .s-environmentBenefitsNum__cardList {
    gap: 0.8125rem;
  }
}
.kts-recruit-s-environmentBenefitsNum .s-environmentBenefitsNum__cardItem {
  background-color: #fff;
  border: 2px solid #3366FF;
  padding: 0 0.625rem;
  position: relative;
  min-height: 16.25rem;
  width: 20rem;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentBenefitsNum .s-environmentBenefitsNum__cardItem {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentBenefitsNum .s-environmentBenefitsNum__cardItem {
    height: auto;
    gap: 0.5rem;
    min-height: 8.5625rem;
    width: calc(50% - 0.625rem);
  }
}
.kts-recruit-s-environmentBenefitsNum .s-environmentBenefitsNum__cardTag {
  background-color: #3366FF;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.5rem 1.4375rem;
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentBenefitsNum .s-environmentBenefitsNum__cardTag {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentBenefitsNum .s-environmentBenefitsNum__cardTag {
    top: 0.3125rem;
    left: 0.3125rem;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
  }
}
.kts-recruit-s-environmentBenefitsNum .s-environmentBenefitsNum__cardMainArea {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.kts-recruit-s-environmentBenefitsNum .s-environmentBenefitsNum__cardIcon {
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
  width: 4.375rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentBenefitsNum .s-environmentBenefitsNum__cardIcon {
    bottom: 0.3125rem;
    right: 0.3125rem;
    width: 2.25rem;
  }
}
.kts-recruit-s-environmentBenefitsNum .s-environmentBenefitsNum__cardIcon.-large {
  width: 7.375rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentBenefitsNum .s-environmentBenefitsNum__cardIcon.-large {
    width: 2.25rem;
  }
}
.kts-recruit-s-environmentBenefitsNum .s-environmentBenefitsNum__cardValue {
  color: #3366FF;
  text-align: center;
}
.kts-recruit-s-environmentBenefitsNum .s-environmentBenefitsNum__cardValue .s-environmentBenefitsNum__cardValueNum {
  line-height: 1;
  font-size: 6.25rem;
  letter-spacing: 0;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentBenefitsNum .s-environmentBenefitsNum__cardValue .s-environmentBenefitsNum__cardValueNum {
    font-size: 3rem;
  }
}
.kts-recruit-s-environmentBenefitsNum .s-environmentBenefitsNum__cardValue .s-environmentBenefitsNum__cardValueNum.-middle {
  font-size: 5.125rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentBenefitsNum .s-environmentBenefitsNum__cardValue .s-environmentBenefitsNum__cardValueNum.-middle {
    font-size: 2.5rem;
  }
}
.kts-recruit-s-environmentBenefitsNum .s-environmentBenefitsNum__cardValue .s-environmentBenefitsNum__cardValueUnit {
  line-height: 1;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentBenefitsNum .s-environmentBenefitsNum__cardValue .s-environmentBenefitsNum__cardValueUnit {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .kts-recruit-s-environmentBenefitsNum .s-environmentBenefitsNum__cardValue .s-environmentBenefitsNum__cardValueUnit .-min {
    font-size: 2rem;
  }
}
.kts-recruit-s-environmentBenefitsNum .s-environmentBenefitsNum__cardDescription {
  color: #3366FF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentBenefitsNum .s-environmentBenefitsNum__cardDescription {
    font-size: 0.75rem;
    margin-top: 0.3125rem;
  }
}
.kts-recruit-s-environmentBenefitsNum .s-environmentBenefitsNum__cardTitle {
  font-size: 0.875rem;
  font-weight: bold;
  margin-block: 0;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentBenefitsNum .s-environmentBenefitsNum__cardTitle {
    text-align: center;
    font-size: 0.75rem;
  }
}
.kts-recruit-s-environmentBenefitsNum .s-environmentBenefitsNum__cardImage {
  width: 8.3125rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentBenefitsNum .s-environmentBenefitsNum__cardImage {
    width: 4.5rem;
  }
}
.kts-recruit-s-environmentBenefitsNum .s-environmentBenefitsNum__cardImage img {
  aspect-ratio: 133/70;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-environmentBenefitsNum .s-environmentBenefitsNum__cardImage {
    max-width: 7.5rem;
  }
}
.kts-recruit-s-environmentBenefitsNum.-bgWhite {
  background-color: #fff;
}
.kts-recruit-s-environmentBenefitsNum.-bgWhite .kts-recruit-c-noiseBg {
  display: none;
}

.kts-recruit-s-recruitHuman {
  padding-block: 7.5rem;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitHuman {
    padding-block: 3.75rem;
  }
}
.kts-recruit-s-recruitHuman .s-recruitHuman__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitHuman .s-recruitHuman__list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.kts-recruit-s-recruitHuman .s-recruitHuman__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5.375rem 2.5rem 1.25rem;
  position: relative;
  background-color: #fff;
  border: 1px dashed #9296A1;
  border-radius: 0.75rem;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitHuman .s-recruitHuman__item {
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 5rem 1rem 1.25rem;
  }
}
.kts-recruit-s-recruitHuman .s-recruitHuman__content {
  position: relative;
  width: 20.4375rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitHuman .s-recruitHuman__content {
    width: 100%;
  }
}
.kts-recruit-s-recruitHuman .s-recruitHuman__content .s-recruitHuman__title {
  color: #3366FF;
  font-size: 1.5rem;
  font-weight: bold;
  margin-block: 0 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitHuman .s-recruitHuman__content .s-recruitHuman__title {
    font-size: 1.125rem;
    margin-block: 0 0.5rem;
  }
}
.kts-recruit-s-recruitHuman .s-recruitHuman__content .s-recruitHuman__desc {
  color: #2A2C33;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitHuman .s-recruitHuman__content .s-recruitHuman__desc {
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitHuman .s-recruitHuman__content .kts-recruit-c-button {
    padding-block: 0.84375rem;
    width: 100%;
    max-width: 100%;
  }
}
.kts-recruit-s-recruitHuman .s-recruitHuman__image {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 100%;
  width: auto;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitHuman .s-recruitHuman__image {
    top: 1.125rem;
    right: 1.125rem;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    height: 5.25rem;
    width: 5.25rem;
  }
}
.kts-recruit-s-recruitHuman .s-recruitHuman__image img {
  height: 100%;
  width: 100%;
}

.kts-recruit-s-recruitmentDetails {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitmentDetails {
    padding-bottom: 3.75rem;
  }
}
.kts-recruit-s-recruitmentDetails::before {
  content: "";
  background-color: #3366FF;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 32%;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitmentDetails::before {
    content: none;
  }
}
.kts-recruit-s-recruitmentDetails .s-recruitmentDetails__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitmentDetails .s-recruitmentDetails__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.kts-recruit-s-recruitmentDetails .s-recruitmentDetails__flex .s-recruitmentDetails__left {
  background-color: #3366FF;
  border-radius: 0 10px 10px 0;
  padding-block: 5rem 8.5rem;
  position: relative;
  width: 25.4375rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitmentDetails .s-recruitmentDetails__flex .s-recruitmentDetails__left {
    border-radius: 0;
    position: relative;
    padding-block: 1.5rem;
    margin-bottom: 2rem;
    width: 100%;
  }
  .kts-recruit-s-recruitmentDetails .s-recruitmentDetails__flex .s-recruitmentDetails__left::before {
    content: "";
    background-color: #3366FF;
    border-radius: 0.3125rem 0.3125rem 0 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.kts-recruit-s-recruitmentDetails .s-recruitmentDetails__flex .s-recruitmentDetails__left .kts-recruit-c-sectionTitle2 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitmentDetails .s-recruitmentDetails__flex .s-recruitmentDetails__left .kts-recruit-c-sectionTitle2 .c-sectionTitle2__title {
    margin-bottom: 0.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitmentDetails .s-recruitmentDetails__flex .s-recruitmentDetails__left .kts-recruit-c-sectionTitle2 .c-sectionTitle2__desc {
    margin-top: 0.5rem;
  }
}
.kts-recruit-s-recruitmentDetails .s-recruitmentDetails__flex .s-recruitmentDetails__right {
  padding-block: 5rem;
  width: calc(100% - 27.9375rem);
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitmentDetails .s-recruitmentDetails__flex .s-recruitmentDetails__right {
    padding-block: 0;
    width: 100%;
  }
}
.kts-recruit-s-recruitmentDetails .s-recruitmentDetails__flex .s-recruitmentDetails__tableList {
  width: 100%;
}
.kts-recruit-s-recruitmentDetails .s-recruitmentDetails__flex .s-recruitmentDetails__tableList .s-recruitmentDetails__tableItem {
  border-bottom: 1px dashed #9296A1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1.5rem;
  margin-block: 1.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitmentDetails .s-recruitmentDetails__flex .s-recruitmentDetails__tableList .s-recruitmentDetails__tableItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
  }
}
.kts-recruit-s-recruitmentDetails .s-recruitmentDetails__flex .s-recruitmentDetails__tableList .s-recruitmentDetails__tableItem:first-child {
  margin-block: 0 1.5rem;
}
.kts-recruit-s-recruitmentDetails .s-recruitmentDetails__flex .s-recruitmentDetails__tableList .s-recruitmentDetails__tableItem:last-child {
  border-bottom: 0;
  margin-block: 1.5rem 0;
}
.kts-recruit-s-recruitmentDetails .s-recruitmentDetails__flex .s-recruitmentDetails__tableList .s-recruitmentDetails__tableItem .s-recruitmentDetails__tableTitle {
  background-color: #F5F5F5;
  padding: 0.25rem 0.9375rem;
  font-weight: bold;
  text-align: center;
  width: 100px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitmentDetails .s-recruitmentDetails__flex .s-recruitmentDetails__tableList .s-recruitmentDetails__tableItem .s-recruitmentDetails__tableTitle {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitmentDetails .s-recruitmentDetails__flex .s-recruitmentDetails__tableList .s-recruitmentDetails__tableItem .s-recruitmentDetails__tableTitle {
    padding: 0.25rem 0.625rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.kts-recruit-s-recruitmentDetails .s-recruitmentDetails__flex .s-recruitmentDetails__tableList .s-recruitmentDetails__tableItem .s-recruitmentDetails__tableDescription {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitmentDetails .s-recruitmentDetails__flex .s-recruitmentDetails__tableList .s-recruitmentDetails__tableItem .s-recruitmentDetails__tableDescription {
    padding-inline: 0;
    line-height: 1.5;
  }
}
.kts-recruit-s-recruitmentDetails.-black::before {
  background-color: #3E424C !important;
}
.kts-recruit-s-recruitmentDetails.-black .s-recruitmentDetails__left {
  background-color: #3E424C !important;
}
.kts-recruit-s-recruitmentDetails.-black .s-recruitmentDetails__left::before {
  background-color: #3E424C !important;
}

.kts-recruit-s-recruitmentFlow {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitmentFlow {
    padding-bottom: 3.75rem;
  }
}
.kts-recruit-s-recruitmentFlow::before {
  content: "";
  background-color: #F5F5F5;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 32%;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitmentFlow::before {
    content: none;
  }
}
.kts-recruit-s-recruitmentFlow .s-recruitmentFlow__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitmentFlow .s-recruitmentFlow__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.kts-recruit-s-recruitmentFlow .s-recruitmentFlow__flex .s-recruitmentFlow__left {
  background-color: #F5F5F5;
  border-radius: 0 10px 10px 0;
  padding-block: 5rem 8.5rem;
  position: relative;
  width: 25.4375rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitmentFlow .s-recruitmentFlow__flex .s-recruitmentFlow__left {
    border-radius: 0;
    position: relative;
    padding-block: 1.5rem;
    margin-bottom: 2rem;
    width: 100%;
  }
  .kts-recruit-s-recruitmentFlow .s-recruitmentFlow__flex .s-recruitmentFlow__left::before {
    content: "";
    background-color: #F5F5F5;
    border-radius: 0.3125rem 0.3125rem 0 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.kts-recruit-s-recruitmentFlow .s-recruitmentFlow__flex .s-recruitmentFlow__left .kts-recruit-c-sectionTitle2 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitmentFlow .s-recruitmentFlow__flex .s-recruitmentFlow__left .kts-recruit-c-sectionTitle2 .c-sectionTitle2__title {
    margin-bottom: 0.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitmentFlow .s-recruitmentFlow__flex .s-recruitmentFlow__left .kts-recruit-c-sectionTitle2 .c-sectionTitle2__desc {
    margin-top: 0.5rem;
  }
}
.kts-recruit-s-recruitmentFlow .s-recruitmentFlow__flex .s-recruitmentFlow__right {
  padding-block: 5rem;
  width: calc(100% - 27.9375rem);
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitmentFlow .s-recruitmentFlow__flex .s-recruitmentFlow__right {
    padding-block: 0;
    width: 100%;
  }
}
.kts-recruit-s-recruitmentFlow .s-recruitmentFlow__flex .s-recruitmentFlow__stepList {
  counter-reset: number 0;
  width: 100%;
}
.kts-recruit-s-recruitmentFlow .s-recruitmentFlow__flex .s-recruitmentFlow__stepList .s-recruitmentFlow__stepItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitmentFlow .s-recruitmentFlow__flex .s-recruitmentFlow__stepList .s-recruitmentFlow__stepItem {
    gap: 0.75rem;
  }
}
.kts-recruit-s-recruitmentFlow .s-recruitmentFlow__flex .s-recruitmentFlow__stepList .s-recruitmentFlow__stepItem + .s-recruitmentFlow__stepItem {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitmentFlow .s-recruitmentFlow__flex .s-recruitmentFlow__stepList .s-recruitmentFlow__stepItem + .s-recruitmentFlow__stepItem {
    margin-top: 1.5rem;
  }
}
.kts-recruit-s-recruitmentFlow .s-recruitmentFlow__flex .s-recruitmentFlow__stepList .s-recruitmentFlow__stepItem .s-recruitmentFlow__stepNum {
  border: 1px dashed #3366FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 6.25rem;
  width: 6.25rem;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitmentFlow .s-recruitmentFlow__flex .s-recruitmentFlow__stepList .s-recruitmentFlow__stepItem .s-recruitmentFlow__stepNum {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitmentFlow .s-recruitmentFlow__flex .s-recruitmentFlow__stepList .s-recruitmentFlow__stepItem .s-recruitmentFlow__stepNum {
    height: 4.6875rem;
    width: 4.6875rem;
  }
}
.kts-recruit-s-recruitmentFlow .s-recruitmentFlow__flex .s-recruitmentFlow__stepList .s-recruitmentFlow__stepItem .s-recruitmentFlow__stepNum .s-recruitmentFlow__stepUnit {
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.kts-recruit-s-recruitmentFlow .s-recruitmentFlow__flex .s-recruitmentFlow__stepList .s-recruitmentFlow__stepItem .s-recruitmentFlow__stepNum .s-recruitmentFlow__stepUnit::after {
  content: counter(number, decimal-leading-zero) "";
  counter-increment: number 1;
  color: #3366FF;
  display: block;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitmentFlow .s-recruitmentFlow__flex .s-recruitmentFlow__stepList .s-recruitmentFlow__stepItem .s-recruitmentFlow__stepNum .s-recruitmentFlow__stepUnit {
    font-size: 0.75rem;
  }
}
.kts-recruit-s-recruitmentFlow .s-recruitmentFlow__flex .s-recruitmentFlow__stepList .s-recruitmentFlow__stepItem .s-recruitmentFlow__stepTitle {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitmentFlow .s-recruitmentFlow__flex .s-recruitmentFlow__stepList .s-recruitmentFlow__stepItem .s-recruitmentFlow__stepTitle {
    font-size: 0.875rem;
  }
}
.kts-recruit-s-recruitmentFaq {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitmentFaq {
    padding-bottom: 3.75rem;
  }
}
.kts-recruit-s-recruitmentFaq .s-recruitmentFaq__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitmentFaq .s-recruitmentFaq__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.kts-recruit-s-recruitmentFaq .s-recruitmentFaq__flex .s-recruitmentFaq__left {
  border-radius: 0 10px 10px 0;
  padding-block: 5rem 8.5rem;
  position: relative;
  width: 25.4375rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitmentFaq .s-recruitmentFaq__flex .s-recruitmentFaq__left {
    border-radius: 0;
    position: relative;
    padding-block: 1.5rem;
    width: 100%;
  }
}
.kts-recruit-s-recruitmentFaq .s-recruitmentFaq__flex .s-recruitmentFaq__left .kts-recruit-c-sectionTitle2 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitmentFaq .s-recruitmentFaq__flex .s-recruitmentFaq__left .kts-recruit-c-sectionTitle2 .c-sectionTitle2__title {
    margin-bottom: 0.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitmentFaq .s-recruitmentFaq__flex .s-recruitmentFaq__left .kts-recruit-c-sectionTitle2 .c-sectionTitle2__desc {
    margin-top: 0.5rem;
  }
}
.kts-recruit-s-recruitmentFaq .s-recruitmentFaq__flex .s-recruitmentFaq__right {
  padding-block: 5rem 7.5rem;
  width: calc(100% - 27.9375rem);
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitmentFaq .s-recruitmentFaq__flex .s-recruitmentFaq__right {
    padding-block: 0;
    width: 100%;
  }
}
.kts-recruit-s-recruitmentFaq .s-recruitmentFaq__flex .s-recruitmentFaq__item {
  border: 1px solid #3E424C;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitmentFaq .s-recruitmentFaq__flex .s-recruitmentFaq__item {
    border-radius: 5px;
  }
}
.kts-recruit-s-recruitmentFaq .s-recruitmentFaq__flex .s-recruitmentFaq__item + .s-recruitmentFaq__item {
  margin-top: 0.5rem;
}
.kts-recruit-s-recruitmentFaq .s-recruitmentFaq__flex .s-recruitmentFaq__item .s-recruitmentFaq__title {
  cursor: pointer;
  font-weight: 700;
  padding: 1.6875rem 5rem 1.6875rem 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitmentFaq .s-recruitmentFaq__flex .s-recruitmentFaq__item .s-recruitmentFaq__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem 4.375rem 0.5rem 1rem;
    min-height: 3.5rem;
  }
}
.kts-recruit-s-recruitmentFaq .s-recruitmentFaq__flex .s-recruitmentFaq__item .s-recruitmentFaq__title:hover .s-recruitmentFaq__toggle {
  opacity: 0.7;
}
.kts-recruit-s-recruitmentFaq .s-recruitmentFaq__flex .s-recruitmentFaq__item .s-recruitmentFaq__text {
  border-top: 1px dashed #9296A1;
  display: none;
  padding: 1.6875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitmentFaq .s-recruitmentFaq__flex .s-recruitmentFaq__item .s-recruitmentFaq__text {
    padding: 1.0625rem 0.9375rem;
  }
}
.kts-recruit-s-recruitmentFaq .s-recruitmentFaq__flex .s-recruitmentFaq__item .s-recruitmentFaq__toggle {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-color: #3E424C;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitmentFaq .s-recruitmentFaq__flex .s-recruitmentFaq__item .s-recruitmentFaq__toggle {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitmentFaq .s-recruitmentFaq__flex .s-recruitmentFaq__item .s-recruitmentFaq__toggle {
    border-radius: 0.3125rem;
    right: 1rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.kts-recruit-s-recruitmentFaq .s-recruitmentFaq__flex .s-recruitmentFaq__item .s-recruitmentFaq__toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.0625rem;
  height: 0.0625rem;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.kts-recruit-s-recruitmentFaq .s-recruitmentFaq__flex .s-recruitmentFaq__item .s-recruitmentFaq__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.0625rem;
  height: 1.0625rem;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opaicty 0.4s;
  transition: opaicty 0.4s;
}
.kts-recruit-s-recruitmentFaq .s-recruitmentFaq__flex .s-recruitmentFaq__item.is-active {
  background-color: #3E424C;
  color: #fff;
}
.kts-recruit-s-recruitmentFaq .s-recruitmentFaq__flex .s-recruitmentFaq__item.is-active .s-recruitmentFaq__toggle {
  background-color: #fff;
}
.kts-recruit-s-recruitmentFaq .s-recruitmentFaq__flex .s-recruitmentFaq__item.is-active .s-recruitmentFaq__toggle::before, .kts-recruit-s-recruitmentFaq .s-recruitmentFaq__flex .s-recruitmentFaq__item.is-active .s-recruitmentFaq__toggle::after {
  background-color: #3E424C;
}
.kts-recruit-s-recruitmentFaq .s-recruitmentFaq__flex .s-recruitmentFaq__item.is-active .s-recruitmentFaq__toggle::after {
  opacity: 0;
}

.kts-recruit-s-ankerScroll {
  padding-block: 3.75rem 0.5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-ankerScroll {
    padding-block: 2.5rem 0.5rem;
  }
}
.kts-recruit-s-ankerScroll .s-ankerScroll__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem 2rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-ankerScroll .s-ankerScroll__list {
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 0.75rem 2.8125rem;
  }
}
.kts-recruit-s-ankerScroll .s-ankerScroll__list .s-ankerScroll__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.kts-recruit-s-ankerScroll .s-ankerScroll__list .s-ankerScroll__link svg circle {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.kts-recruit-s-ankerScroll .s-ankerScroll__list .s-ankerScroll__link:hover {
  color: #3366FF;
  opacity: 1;
}
.kts-recruit-s-ankerScroll .s-ankerScroll__list .s-ankerScroll__link:hover svg circle {
  fill: #3366FF;
}

.kts-recruit-s-recruitMainVisual {
  position: relative;
  padding: 6.0416666667vw 3.4722222222vw 1.5277777778vw;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitMainVisual {
    padding: 4.9375rem 1rem 0rem;
  }
}
.kts-recruit-s-recruitMainVisual .s-recruitMainVisual__inner {
  background: radial-gradient(ellipse 48.75% 179.35% at 51.26% 39.44%, rgba(245, 245, 245, 0.45) 0%, rgba(230, 236, 255, 0.45) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 46.1805555556vw;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitMainVisual .s-recruitMainVisual__inner {
    border-radius: 5px;
  }
}
.kts-recruit-s-recruitMainVisual .s-recruitMainVisual__mainImg {
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/kts-recruit/img/recruit/main.svg");
  mask-image: url("/assets/kts-recruit/img/recruit/main.svg");
  position: absolute;
  top: -1%;
  right: -2%;
  width: 55.4166666667vw;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitMainVisual .s-recruitMainVisual__mainImg {
    position: absolute;
    top: -2%;
    left: 50%;
    right: initial;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 108.8vw;
  }
}
.kts-recruit-s-recruitMainVisual .s-recruitMainVisual__mainImg img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 798/718;
  width: 55.4166666667vw;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitMainVisual .s-recruitMainVisual__mainImg img {
    width: 108.8vw;
  }
}
.kts-recruit-s-recruitMainVisual .s-recruitMainVisual__textBox {
  position: relative;
  padding: 5.2083333333vw 0 5.2083333333vw 4.7222222222vw;
  max-width: 45.1388888889vw;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitMainVisual .s-recruitMainVisual__textBox {
    margin-top: 93vw;
    padding: 0 1rem 2.5rem;
    max-width: 100%;
  }
}
.kts-recruit-s-recruitMainVisual .s-recruitMainVisual__textBox .s-recruitMainVisual__title {
  color: #3366FF;
  margin: 0 0 1.25rem;
  font-size: 3.5rem;
  line-height: 1.2;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitMainVisual .s-recruitMainVisual__textBox .s-recruitMainVisual__title {
    font-size: 2rem;
  }
}
.kts-recruit-s-recruitMainVisual .s-recruitMainVisual__textBox .s-recruitMainVisual__subTitle {
  margin-bottom: 1rem;
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitMainVisual .s-recruitMainVisual__textBox .s-recruitMainVisual__subTitle {
    font-size: 1.125rem;
  }
}
.kts-recruit-s-recruitMainVisual .s-recruitMainVisual__textBox .s-recruitMainVisual__text {
  font-size: 1.0625rem;
  font-weight: 700;
  max-width: 34.7222222222vw;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitMainVisual .s-recruitMainVisual__textBox .s-recruitMainVisual__text {
    line-height: 1.6;
    font-size: 0.875rem;
    max-width: 100%;
  }
}
.kts-recruit-s-recruitMainVisual .s-recruitMainVisual__diamond_1 {
  position: absolute;
  top: 0;
  left: 40%;
  width: 7.2916666667vw;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitMainVisual .s-recruitMainVisual__diamond_1 {
    top: 0;
    left: 0;
    width: 10.6666666667vw;
  }
}
.kts-recruit-s-recruitMainVisual .s-recruitMainVisual__diamond_2 {
  position: absolute;
  top: 9%;
  left: 40%;
  width: 15.2777777778vw;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitMainVisual .s-recruitMainVisual__diamond_2 {
    top: 4%;
    left: 5%;
    width: 24vw;
  }
}
.kts-recruit-s-recruitMainVisual .s-recruitMainVisual__diamond_3 {
  position: absolute;
  top: 24%;
  right: 0;
  width: 9.0277777778vw;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitMainVisual .s-recruitMainVisual__diamond_3 {
    top: 15%;
    right: 0;
    width: 17.3333333333vw;
  }
}
.kts-recruit-s-recruitMainVisual .s-recruitMainVisual__diamond_4 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25.6944444444vw;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitMainVisual .s-recruitMainVisual__diamond_4 {
    top: 27%;
    bottom: initial;
    right: 0%;
    width: 40vw;
  }
}
.kts-recruit-s-recruitMainVisual .s-recruitMainVisual__diamond_5 {
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/kts-recruit/img/recruit/main.svg");
  mask-image: url("/assets/kts-recruit/img/recruit/main.svg");
  position: absolute;
  bottom: -28%;
  left: 29%;
  width: 27.7777777778vw;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitMainVisual .s-recruitMainVisual__diamond_5 {
    top: 27%;
    bottom: initial;
    left: -25%;
    right: 0;
    width: 40vw;
  }
}
.kts-recruit-s-recruitMainVisual .s-recruitMainVisual__diamond_5 img {
  -webkit-filter: blur(35px) saturate(140%) brightness(110%) hue-rotate(10deg);
  filter: blur(35px) saturate(140%) brightness(110%) hue-rotate(10deg);
  aspect-ratio: 400/359;
  scale: 1.6;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitMainVisual .s-recruitMainVisual__diamond_5 img {
    -webkit-filter: blur(15px) saturate(100%) brightness(110%) hue-rotate(10deg);
    filter: blur(15px) saturate(100%) brightness(110%) hue-rotate(10deg);
  }
}
.kts-recruit-s-recruitMainVisual .s-recruitMainVisual__diamond_6 {
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/kts-recruit/img/recruit/main.svg");
  mask-image: url("/assets/kts-recruit/img/recruit/main.svg");
  position: absolute;
  top: 0;
  right: 0;
  translate: 30% -81%;
  width: 17.9861111111vw;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitMainVisual .s-recruitMainVisual__diamond_6 {
    top: -0.5%;
    left: initial;
    right: 0;
    width: 24vw;
  }
}
.kts-recruit-s-recruitMainVisual .s-recruitMainVisual__diamond_6 img {
  -webkit-filter: blur(35px) saturate(140%) brightness(110%) hue-rotate(10deg);
  filter: blur(35px) saturate(140%) brightness(110%) hue-rotate(10deg);
  aspect-ratio: 259/233;
  scale: 1.6;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitMainVisual .s-recruitMainVisual__diamond_6 img {
    -webkit-filter: blur(15px) saturate(100%) brightness(110%) hue-rotate(10deg);
    filter: blur(15px) saturate(100%) brightness(110%) hue-rotate(10deg);
  }
}
.kts-recruit-s-recruitMainVisual .kts-recruit-c-breadcrumb {
  padding: 1.625rem 0rem 0.75rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitMainVisual .kts-recruit-c-breadcrumb {
    padding: 1.25rem 0rem 0rem;
  }
}

.kts-recruit-s-recruitCareerMainVisual {
  position: relative;
  padding: 6.0416666667vw 3.4722222222vw 1.5277777778vw;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitCareerMainVisual {
    padding: 4.9375rem 1rem 0rem;
  }
}
.kts-recruit-s-recruitCareerMainVisual .s-recruitCareerMainVisual__inner {
  background: url("/assets/kts-recruit/img/career/bg.jpg") center center/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 46.1805555556vw;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitCareerMainVisual .s-recruitCareerMainVisual__inner {
    border-radius: 5px;
  }
}
.kts-recruit-s-recruitCareerMainVisual .s-recruitCareerMainVisual__mainImg {
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/kts-recruit/img/recruit/main.svg");
  mask-image: url("/assets/kts-recruit/img/recruit/main.svg");
  position: absolute;
  top: -1%;
  right: -2%;
  width: 55.4166666667vw;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitCareerMainVisual .s-recruitCareerMainVisual__mainImg {
    position: absolute;
    top: 0;
    left: 50%;
    right: initial;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 108.8vw;
  }
}
.kts-recruit-s-recruitCareerMainVisual .s-recruitCareerMainVisual__mainImg img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 798/718;
  width: 55.4166666667vw;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitCareerMainVisual .s-recruitCareerMainVisual__mainImg img {
    width: 108.8vw;
  }
}
.kts-recruit-s-recruitCareerMainVisual .s-recruitCareerMainVisual__textBox {
  position: relative;
  padding: 5.2083333333vw 0 5.2083333333vw 4.7222222222vw;
  max-width: 44.4444444444vw;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitCareerMainVisual .s-recruitCareerMainVisual__textBox {
    margin-block: 93vw 2.5rem;
    padding: 0 1rem;
    max-width: 100%;
  }
}
.kts-recruit-s-recruitCareerMainVisual .s-recruitCareerMainVisual__textBox .s-recruitCareerMainVisual__title {
  color: #fff;
  margin: 0 0 2.25rem;
  font-size: 3.5rem;
  line-height: 1.2;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitCareerMainVisual .s-recruitCareerMainVisual__textBox .s-recruitCareerMainVisual__title {
    font-size: 2rem;
    margin: 0 0 1.25rem;
  }
}
.kts-recruit-s-recruitCareerMainVisual .s-recruitCareerMainVisual__textBox .s-recruitCareerMainVisual__subTitle {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitCareerMainVisual .s-recruitCareerMainVisual__textBox .s-recruitCareerMainVisual__subTitle {
    font-size: 1.125rem;
  }
}
.kts-recruit-s-recruitCareerMainVisual .s-recruitCareerMainVisual__textBox .s-recruitCareerMainVisual__text {
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 700;
  max-width: 34.7222222222vw;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitCareerMainVisual .s-recruitCareerMainVisual__textBox .s-recruitCareerMainVisual__text {
    line-height: 1.6;
    font-size: 0.875rem;
    max-width: 100%;
  }
}
.kts-recruit-s-recruitCareerMainVisual .s-recruitCareerMainVisual__diamond_1 {
  position: absolute;
  top: 0;
  left: 40%;
  width: 7.2916666667vw;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitCareerMainVisual .s-recruitCareerMainVisual__diamond_1 {
    top: 0;
    left: 0;
    width: 10.6666666667vw;
  }
}
.kts-recruit-s-recruitCareerMainVisual .s-recruitCareerMainVisual__diamond_2 {
  position: absolute;
  top: 9%;
  left: 40%;
  width: 15.2777777778vw;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitCareerMainVisual .s-recruitCareerMainVisual__diamond_2 {
    top: 4%;
    left: 5%;
    width: 24vw;
  }
}
.kts-recruit-s-recruitCareerMainVisual .s-recruitCareerMainVisual__diamond_3 {
  position: absolute;
  top: 24%;
  right: 0;
  width: 9.0277777778vw;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitCareerMainVisual .s-recruitCareerMainVisual__diamond_3 {
    top: 15%;
    right: 0;
    width: 17.3333333333vw;
  }
}
.kts-recruit-s-recruitCareerMainVisual .s-recruitCareerMainVisual__diamond_4 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25.6944444444vw;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitCareerMainVisual .s-recruitCareerMainVisual__diamond_4 {
    top: 32%;
    bottom: initial;
    right: 0%;
    width: 40vw;
  }
}
.kts-recruit-s-recruitCareerMainVisual .s-recruitCareerMainVisual__diamond_5 {
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/kts-recruit/img/recruit/main.svg");
  mask-image: url("/assets/kts-recruit/img/recruit/main.svg");
  position: absolute;
  bottom: -28%;
  left: 29%;
  width: 27.7777777778vw;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitCareerMainVisual .s-recruitCareerMainVisual__diamond_5 {
    top: 37%;
    bottom: initial;
    left: -25%;
    right: 0;
    width: 44.8vw;
  }
}
.kts-recruit-s-recruitCareerMainVisual .s-recruitCareerMainVisual__diamond_5 img {
  -webkit-filter: blur(35px) saturate(140%) brightness(110%) hue-rotate(10deg);
  filter: blur(35px) saturate(140%) brightness(110%) hue-rotate(10deg);
  aspect-ratio: 400/359;
  scale: 1.6;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitCareerMainVisual .s-recruitCareerMainVisual__diamond_5 img {
    -webkit-filter: blur(15px) saturate(100%) brightness(110%) hue-rotate(10deg);
    filter: blur(15px) saturate(100%) brightness(110%) hue-rotate(10deg);
  }
}
.kts-recruit-s-recruitCareerMainVisual .s-recruitCareerMainVisual__diamond_6 {
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/kts-recruit/img/recruit/main.svg");
  mask-image: url("/assets/kts-recruit/img/recruit/main.svg");
  position: absolute;
  top: 0%;
  right: 0;
  translate: 30% -81%;
  width: 17.9861111111vw;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitCareerMainVisual .s-recruitCareerMainVisual__diamond_6 {
    top: -0.5%;
    left: initial;
    right: 0;
    width: 24vw;
  }
}
.kts-recruit-s-recruitCareerMainVisual .s-recruitCareerMainVisual__diamond_6 img {
  -webkit-filter: blur(35px) saturate(140%) brightness(110%) hue-rotate(10deg);
  filter: blur(35px) saturate(140%) brightness(110%) hue-rotate(10deg);
  aspect-ratio: 259/233;
  scale: 1.6;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitCareerMainVisual .s-recruitCareerMainVisual__diamond_6 img {
    -webkit-filter: blur(15px) saturate(100%) brightness(110%) hue-rotate(10deg);
    filter: blur(15px) saturate(100%) brightness(110%) hue-rotate(10deg);
  }
}
.kts-recruit-s-recruitCareerMainVisual .kts-recruit-c-breadcrumb {
  padding: 1.625rem 0rem 0.75rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-recruitCareerMainVisual .kts-recruit-c-breadcrumb {
    padding: 1.25rem 0rem 0rem;
  }
}

.kts-recruit-s-keyword {
  padding-block: 5rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-keyword {
    padding-block: 2.5rem 0rem;
  }
}
.kts-recruit-s-keyword .kts-recruit-c-sectionTitle2 {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-keyword .kts-recruit-c-sectionTitle2 {
    margin-bottom: 2rem;
  }
}
.kts-recruit-s-keyword .s-keyword__list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.9375rem;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-keyword .s-keyword__list {
    gap: 0.625rem;
    margin-bottom: 0rem;
  }
}
.kts-recruit-s-keyword .s-keyword__item {
  text-align: center;
  list-style: none;
  width: calc(33.3333333333% - 1.2916666667rem);
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-keyword .s-keyword__item {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-keyword .s-keyword__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-keyword .s-keyword__item {
    width: 100%;
    margin-right: 0;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .kts-recruit-s-keyword .s-keyword__item:nth-child(2n) {
    position: relative;
    top: 1.5rem;
  }
  .kts-recruit-s-keyword .s-keyword__item:nth-child(3n) {
    position: relative;
    top: -4.75rem;
  }
}
.kts-recruit-s-keyword .s-keyword__image {
  position: relative;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/kts-recruit/img/about/mask.svg");
  mask-image: url("/assets/kts-recruit/img/about/mask.svg");
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-keyword .s-keyword__image {
    -webkit-mask-image: url("/assets/kts-recruit/img/about/mask-sp.svg");
    mask-image: url("/assets/kts-recruit/img/about/mask-sp.svg");
  }
}
.kts-recruit-s-keyword .s-keyword__image img {
  aspect-ratio: 529/746;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-keyword .s-keyword__image img {
    aspect-ratio: 317/131;
  }
}
.kts-recruit-s-keyword .s-keyword__image::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(62, 66, 76, 0)), to(#3E424C));
  background: linear-gradient(-180deg, rgba(62, 66, 76, 0) 50%, #3E424C 100%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-keyword .s-keyword__image::before {
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, rgba(62, 66, 76, 0)), to(#3E424C));
    background: linear-gradient(-90deg, rgba(62, 66, 76, 0) 50%, #3E424C 100%);
  }
}
.kts-recruit-s-keyword .s-keyword__title {
  color: #fff;
  font-size: 3.125rem;
  font-weight: 700;
  position: absolute;
  bottom: 3.75rem;
  right: 0.625rem;
  margin: 0;
  line-height: 1.4;
  -webkit-transform: skew(-10deg) rotate(-10deg);
  transform: skew(-10deg) rotate(-10deg);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-keyword .s-keyword__title {
    font-size: 1.5rem;
    -webkit-transform: skew(0deg) rotate(0deg);
    transform: skew(0deg) rotate(0deg);
    bottom: 0.5rem;
    right: initial;
    left: 1.125rem;
  }
}
.kts-recruit-s-keyword .s-keyword__textImg {
  margin: 0;
  width: 100%;
  position: relative;
  top: -20px;
  width: 84%;
  margin: 0;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-keyword .s-keyword__textImg {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    height: 1.3125rem;
    margin: 0.1875rem 1.375rem 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.kts-recruit-s-keyword .s-keyword__textImg img {
  height: 100%;
  vertical-align: baseline;
}
.kts-recruit-s-keyword.leadgridCms-onlyInnerWorkspace .s-keyword__image::before {
  content: none;
}

.kts-recruit-s-aboutService {
  padding-block: 0;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-aboutService {
    padding-block: 3.75rem 0;
  }
}
.kts-recruit-s-aboutService .s-aboutService__img {
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-aboutService .s-aboutService__img {
    border-radius: 5px;
  }
}
.kts-recruit-s-aboutService .s-aboutService__img img {
  aspect-ratio: 1440/503;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-aboutService .s-aboutService__img img {
    aspect-ratio: 375/250;
  }
}
.kts-recruit-s-aboutService .s-aboutService__list {
  padding: 0;
  position: relative;
  top: -4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-aboutService .s-aboutService__list {
    top: -2.5rem;
    gap: 1rem;
  }
}
.kts-recruit-s-aboutService .s-aboutService__item {
  background-color: #fff;
  border: 2px solid #F6F6F6;
  padding: 2.5rem;
  list-style: none;
  width: calc(33.3333333333% - 1rem);
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-aboutService .s-aboutService__item {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-aboutService .s-aboutService__item {
    padding: 1.5rem 1rem;
    width: 100%;
  }
}
.kts-recruit-s-aboutService .s-aboutService__itemTitle {
  color: #3366FF;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-block: 0 1.5rem;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-aboutService .s-aboutService__itemTitle {
    font-size: 1.125rem;
    margin-block: 0 0.5rem;
  }
}
.kts-recruit-s-aboutService .s-aboutService__itemSubTitle {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-block: 0 0.875rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-aboutService .s-aboutService__itemSubTitle {
    font-size: 1rem;
    margin-block: 0 0.5rem;
  }
}
.kts-recruit-s-message {
  padding-block: 5rem 12.5rem;
  background-color: #fff;
  position: relative;
  max-width: 90rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-message {
    padding-block: 2.5rem 5rem;
  }
}
.kts-recruit-s-message .kts-recruit-c-sectionTitle2 {
  margin-bottom: 2.5rem;
}
.kts-recruit-s-message .kts-recruit-c-inner {
  position: relative;
  z-index: 2;
}
.kts-recruit-s-message .s-message__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4.75rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-message .s-message__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
}
.kts-recruit-s-message .s-message__content {
  width: calc(100% - 29.5rem - 4.75rem);
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-message .s-message__content {
    width: 100%;
  }
}
.kts-recruit-s-message .s-message__paragraphs p {
  font-size: 1.125rem;
  margin-block: 0rem 1.25rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-message .s-message__paragraphs p {
    font-size: 1rem;
    margin-block: 0rem 0.5rem;
  }
}
.kts-recruit-s-message .s-message__ceo {
  text-align: right;
}
.kts-recruit-s-message .s-message__image {
  position: relative;
  width: 29.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-message .s-message__image {
    margin: 0 auto;
    width: 17.25rem;
  }
}
.kts-recruit-s-message .s-message__image img {
  height: 100%;
  width: 100%;
}
.kts-recruit-s-message .s-message__bg {
  position: absolute;
  right: 0;
  bottom: -13.75rem;
  width: 80rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-message .s-message__bg {
    bottom: 9.375rem;
    max-width: 25rem;
    width: 100%;
  }
}
.kts-recruit-s-message .s-message__textBg {
  position: absolute;
  bottom: 0;
  left: 5.3125rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-message .s-message__textBg {
    left: 0.3125rem;
    width: calc(100% - 3.125rem);
  }
}

.kts-recruit-s-aboutFeatures {
  position: relative;
  padding-block: 0rem;
  margin-top: 3.125rem;
  margin-bottom: 12.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-aboutFeatures {
    padding-block: 1.875rem;
    margin-bottom: 3.75rem;
  }
}
.kts-recruit-s-aboutFeatures .s-aboutFeatures__inner {
  overflow: hidden;
  padding-bottom: 7.5rem;
}
.kts-recruit-s-aboutFeatures .kts-recruit-c-inner {
  position: relative;
}
.kts-recruit-s-aboutFeatures .s-aboutFeatures__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 11rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-aboutFeatures .s-aboutFeatures__flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
}
.kts-recruit-s-aboutFeatures .s-aboutFeatures__flex::before {
  content: "";
  position: absolute;
  height: 31.1875rem;
  width: 36.1875rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-aboutFeatures .s-aboutFeatures__flex::before {
    height: 15.875rem;
    width: 19.25rem;
  }
}
.kts-recruit-s-aboutFeatures .s-aboutFeatures__flex:nth-child(odd)::before {
  background: url("/assets/kts-recruit/img/about/features-img-bg-right.svg") center center/contain no-repeat;
  bottom: -7.3125rem;
  right: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-aboutFeatures .s-aboutFeatures__flex:nth-child(odd)::before {
    bottom: -3.125rem;
  }
}
.kts-recruit-s-aboutFeatures .s-aboutFeatures__flex:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.kts-recruit-s-aboutFeatures .s-aboutFeatures__flex:nth-child(even)::before {
  background: url("/assets/kts-recruit/img/about/features-img-bg-left.svg") center center/contain no-repeat;
  bottom: -7.3125rem;
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-aboutFeatures .s-aboutFeatures__flex:nth-child(even)::before {
    bottom: -3.125rem;
  }
}
.kts-recruit-s-aboutFeatures .s-aboutFeatures__flex + .s-aboutFeatures__flex {
  margin-top: 6.8125rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-aboutFeatures .s-aboutFeatures__flex + .s-aboutFeatures__flex {
    margin-top: 6.25rem;
  }
}
.kts-recruit-s-aboutFeatures .s-aboutFeatures__textBox {
  width: 31.25rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-aboutFeatures .s-aboutFeatures__textBox {
    width: 100%;
  }
}
.kts-recruit-s-aboutFeatures .s-aboutFeatures__text {
  font-size: 1.125rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
  margin-block: 0 2.75rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-aboutFeatures .s-aboutFeatures__text {
    font-size: 0.9375rem;
    margin-block: 0 0rem;
  }
}
.kts-recruit-s-aboutFeatures .s-aboutFeatures__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-aboutFeatures .s-aboutFeatures__btnWrap {
    margin-top: 1.5rem;
    gap: 0.75rem;
  }
}
.kts-recruit-s-aboutFeatures .s-aboutFeatures__btnWrap .s-aboutFeatures__btn {
  max-width: 20.625rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-aboutFeatures .s-aboutFeatures__btnWrap .s-aboutFeatures__btn .kts-recruit-c-button {
    margin: 0 auto;
  }
}
.kts-recruit-s-aboutFeatures .s-aboutFeatures__image {
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("/assets/kts-recruit/img/about/features-mask.svg");
  mask-image: url("/assets/kts-recruit/img/about/features-mask.svg");
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  width: calc(100% - 31.25rem - 11rem);
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-aboutFeatures .s-aboutFeatures__image {
    margin: 0 auto;
    width: 17.4375rem;
  }
}
.kts-recruit-s-aboutFeatures .s-aboutFeatures__image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.kts-recruit-s-aboutFeatures .s-aboutFeatures__textBg {
  position: absolute;
  top: 10%;
  left: 0;
  z-index: -1;
  width: 9.375rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-aboutFeatures .s-aboutFeatures__textBg {
    top: 20%;
    width: 2.75rem;
  }
}
.kts-recruit-s-aboutFeatures .s-aboutFeatures__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.kts-recruit-s-aboutFeatures .s-aboutFeatures__bgTop {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-98%);
  transform: translateY(-98%);
  height: auto;
  width: 100%;
  z-index: 0;
}
.kts-recruit-s-aboutFeatures .s-aboutFeatures__bgTop img {
  width: 100%;
}
.kts-recruit-s-aboutFeatures .s-aboutFeatures__topBg,
.kts-recruit-s-aboutFeatures .s-aboutFeatures__bottomBg {
  position: absolute;
  left: 0;
  height: auto;
  z-index: 1;
  width: 100%;
}
.kts-recruit-s-aboutFeatures .s-aboutFeatures__topBg {
  position: absolute;
  top: 0;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.kts-recruit-s-aboutFeatures .s-aboutFeatures__bottomBg {
  bottom: 0;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

.kts-recruit-s-companyInfo {
  position: relative;
  overflow: hidden;
  padding-block: 7.5rem 0rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-companyInfo {
    padding-block: 3.75rem 1.25rem;
  }
}
.kts-recruit-s-companyInfo .s-companyInfo__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-companyInfo .s-companyInfo__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.kts-recruit-s-companyInfo .s-companyInfo__flex .s-companyInfo__left {
  position: relative;
  width: calc(100% - 52.75rem - 9.9375rem);
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-companyInfo .s-companyInfo__flex .s-companyInfo__left {
    border-radius: 0;
    position: relative;
    padding-block: 0;
    margin-bottom: 1.25rem;
    width: 100%;
  }
}
.kts-recruit-s-companyInfo .s-companyInfo__flex .s-companyInfo__left .kts-recruit-c-sectionTitle2 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-companyInfo .s-companyInfo__flex .s-companyInfo__left .kts-recruit-c-sectionTitle2 .c-sectionTitle2__title {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-companyInfo .s-companyInfo__flex .s-companyInfo__left .kts-recruit-c-sectionTitle2 .c-sectionTitle2__desc {
    margin-top: 0.5rem;
  }
}
.kts-recruit-s-companyInfo .s-companyInfo__flex .s-companyInfo__right {
  width: 52.75rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-companyInfo .s-companyInfo__flex .s-companyInfo__right {
    padding-block: 0;
    width: 100%;
  }
}
.kts-recruit-s-companyInfo .s-companyInfo__flex .s-companyInfo__tableList {
  width: 100%;
}
.kts-recruit-s-companyInfo .s-companyInfo__flex .s-companyInfo__tableList .s-companyInfo__tableItem {
  border-bottom: 1px dashed #9296A1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
  padding-bottom: 1.5rem;
  margin-block: 1.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-companyInfo .s-companyInfo__flex .s-companyInfo__tableList .s-companyInfo__tableItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
  }
}
.kts-recruit-s-companyInfo .s-companyInfo__flex .s-companyInfo__tableList .s-companyInfo__tableItem:first-child {
  margin-block: 0 1.5rem;
}
.kts-recruit-s-companyInfo .s-companyInfo__flex .s-companyInfo__tableList .s-companyInfo__tableItem:last-child {
  margin-block: 1.5rem 0;
}
.kts-recruit-s-companyInfo .s-companyInfo__flex .s-companyInfo__tableList .s-companyInfo__tableItem .s-companyInfo__tableTitle {
  padding: 0rem 0.9375rem 0.25rem;
  font-weight: bold;
  text-align: center;
  width: 8.125rem;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-companyInfo .s-companyInfo__flex .s-companyInfo__tableList .s-companyInfo__tableItem .s-companyInfo__tableTitle {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-companyInfo .s-companyInfo__flex .s-companyInfo__tableList .s-companyInfo__tableItem .s-companyInfo__tableTitle {
    padding: 0.25rem 0.625rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.kts-recruit-s-companyInfo .s-companyInfo__flex .s-companyInfo__tableList .s-companyInfo__tableItem .s-companyInfo__tableDescription {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-companyInfo .s-companyInfo__flex .s-companyInfo__tableList .s-companyInfo__tableItem .s-companyInfo__tableDescription {
    padding-inline: 0.5rem 1rem;
    line-height: 1.5;
  }
}

.kts-recruit-s-image {
  background-color: #fff;
  position: relative;
  padding-block: 3.75rem 2.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-image {
    padding-block: 2.5rem 1.875rem;
  }
}
.kts-recruit-s-image .s-image__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-image .s-image__image {
    border-radius: 5px;
  }
}
.kts-recruit-s-image .s-image__image img {
  aspect-ratio: 1200/514;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-image .s-image__image img {
    aspect-ratio: 343/230;
  }
}
.kts-recruit-s-image .s-image__image::before {
  content: "";
  background-color: rgba(62, 66, 76, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-image .s-image__image::before {
    border-radius: 5px;
  }
}
.kts-recruit-s-image .s-image__text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.625rem 1rem 1rem;
  line-height: 1.4;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-image .s-image__text {
    font-size: 1rem;
    padding: 0.625rem 0.5rem 0.5rem;
  }
}
.kts-recruit-s-image .kts-recruit-c-noiseBg {
  border-radius: 0.625rem 0.625rem 0 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-image .kts-recruit-c-noiseBg {
    border-radius: 0.3125rem 0.3125rem 0 0;
  }
}
.kts-recruit-s-image.leadgridCms-onlyInnerWorkspace .s-image__image::before {
  display: none !important;
}

.kts-recruit-s-officeMap {
  background-color: #fff;
  position: relative;
  padding-block: 1.875rem 7.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-officeMap {
    padding-block: 1.875rem 2.5rem;
  }
}
.kts-recruit-s-officeMap .s-officeMap__mainMap {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10rem;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-officeMap .s-officeMap__mainMap {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-officeMap .s-officeMap__mainMap {
    margin-bottom: 1.5rem;
  }
}
.kts-recruit-s-officeMap .s-officeMap__mainMap img {
  height: 100%;
  width: 100%;
}
.kts-recruit-s-officeMap .s-officeMap__mapItem {
  position: relative;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-officeMap .s-officeMap__mapItem {
    margin-inline: auto;
    width: calc(100% - 1rem);
  }
}
.kts-recruit-s-officeMap .s-officeMap__mapItem + .s-officeMap__mapItem {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-officeMap .s-officeMap__mapItem + .s-officeMap__mapItem {
    margin-top: 0.25rem;
  }
}
.kts-recruit-s-officeMap .s-officeMap__mapItem:nth-child(even) .s-officeMap__mapImage {
  margin-left: initial;
  margin-right: auto;
}
.kts-recruit-s-officeMap .s-officeMap__mapItem:nth-child(even) .s-officeMap__mapTextBox {
  left: initial;
  right: 0;
}
.kts-recruit-s-officeMap .s-officeMap__mapImage {
  width: 100%;
  overflow: hidden;
  margin-left: auto;
  width: calc(100% - 3.75rem);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-officeMap .s-officeMap__mapImage {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-officeMap .s-officeMap__mapImage {
    position: relative;
    top: -1.25rem;
    z-index: -1;
    width: 100%;
  }
}
.kts-recruit-s-officeMap .s-officeMap__mapImage img {
  aspect-ratio: 1140/324;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-officeMap .s-officeMap__mapImage img {
    aspect-ratio: 327/147;
  }
}
.kts-recruit-s-officeMap .s-officeMap__mapTextBox {
  background-color: #fff;
  padding: 2.5rem;
  position: absolute;
  top: -5rem;
  left: 0rem;
  width: 40.3125rem;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-officeMap .s-officeMap__mapTextBox {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-officeMap .s-officeMap__mapTextBox {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
  }
}
.kts-recruit-s-officeMap .s-officeMap__mapTitle {
  font-size: 1.5rem;
  margin-block: 0rem 2rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-officeMap .s-officeMap__mapTitle {
    font-size: 0.875rem;
    margin-block: 0rem 0.5rem;
  }
}

.kts-recruit-s-officeGallary {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-officeGallary {
    padding-block: 3.75rem;
  }
}
.kts-recruit-s-officeGallary .kts-recruit-c-sectionTitle2 {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-officeGallary .kts-recruit-c-sectionTitle2 {
    margin-bottom: 1.5rem;
  }
}
.kts-recruit-s-officeGallary .s-officeGallary__list {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-officeGallary .s-officeGallary__list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.kts-recruit-s-officeGallary .s-officeGallary__item {
  list-style: none;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-officeGallary .s-officeGallary__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-officeGallary .s-officeGallary__item {
    width: 100%;
    margin-right: 0;
    padding: 0;
  }
}
.kts-recruit-s-officeGallary .s-officeGallary__item:nth-child(odd) {
  position: relative;
  top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-officeGallary .s-officeGallary__item:nth-child(odd) {
    top: 0rem;
  }
}
.kts-recruit-s-officeGallary .s-officeGallary__itemImage {
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  margin-bottom: 2rem;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-officeGallary .s-officeGallary__itemImage {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-officeGallary .s-officeGallary__itemImage {
    margin-bottom: 1rem;
  }
}
.kts-recruit-s-officeGallary .s-officeGallary__itemImage img {
  aspect-ratio: 560/315;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kts-recruit-s-officeGallary .s-officeGallary__itemTitle {
  margin: 0 0 1rem;
  line-height: 1.4;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-officeGallary .s-officeGallary__itemTitle {
    font-size: 1rem;
    margin: 0 0 0.5rem;
  }
}
.kts-recruit-s-officeGallary .s-officeGallary__itemContent {
  text-align: left;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-officeGallary .s-officeGallary__itemContent {
    font-size: 0.875rem;
  }
}

.kts-recruit-s-companyDetail {
  position: relative;
  padding-block: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-companyDetail {
    padding-block: 3.75rem 0;
  }
}
.kts-recruit-s-companyDetail .s-companyDetail__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-companyDetail .s-companyDetail__map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.125rem;
  }
}
.kts-recruit-s-companyDetail .s-companyDetail__map .s-companyDetail__iframe {
  width: 32.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-companyDetail .s-companyDetail__map .s-companyDetail__iframe {
    margin-inline: auto;
    width: 17.4375rem;
  }
}
.kts-recruit-s-companyDetail .s-companyDetail__map .s-companyDetail__iframe iframe {
  aspect-ratio: 520/467;
  border: none;
  height: 100%;
  width: 100%;
}
.kts-recruit-s-companyDetail .s-companyDetail__map .s-companyDetail__tableList {
  width: 37.5625rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-companyDetail .s-companyDetail__map .s-companyDetail__tableList {
    width: 100%;
  }
}
.kts-recruit-s-companyDetail .s-companyDetail__map .s-companyDetail__tableList .s-companyDetail__tableItem {
  border-bottom: 1px dashed #9296A1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
  margin-block: 1rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-companyDetail .s-companyDetail__map .s-companyDetail__tableList .s-companyDetail__tableItem {
    padding-bottom: 0.5rem;
    margin-block: 0.5rem;
    gap: 1rem;
  }
}
.kts-recruit-s-companyDetail .s-companyDetail__map .s-companyDetail__tableList .s-companyDetail__tableItem:first-child {
  margin-block: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-companyDetail .s-companyDetail__map .s-companyDetail__tableList .s-companyDetail__tableItem:first-child {
    margin-block: 0 0.5rem;
  }
}
.kts-recruit-s-companyDetail .s-companyDetail__map .s-companyDetail__tableList .s-companyDetail__tableItem:last-child {
  border-bottom: 0 dashed #9296A1;
  margin-block: 1.5rem 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-companyDetail .s-companyDetail__map .s-companyDetail__tableList .s-companyDetail__tableItem:last-child {
    margin-block: 0.5rem 0;
  }
}
.kts-recruit-s-companyDetail .s-companyDetail__map .s-companyDetail__tableList .s-companyDetail__tableItem .s-companyDetail__tableTitle {
  padding: 0 0.9375rem;
  line-height: 1.65;
  font-weight: bold;
  text-align: center;
  width: 7.5rem;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-companyDetail .s-companyDetail__map .s-companyDetail__tableList .s-companyDetail__tableItem .s-companyDetail__tableTitle {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-companyDetail .s-companyDetail__map .s-companyDetail__tableList .s-companyDetail__tableItem .s-companyDetail__tableTitle {
    padding: 0.0625rem 0 0;
    text-align: left;
    font-size: 0.535625rem;
    width: 2.3125rem;
  }
}
.kts-recruit-s-companyDetail .s-companyDetail__map .s-companyDetail__tableList .s-companyDetail__tableItem .s-companyDetail__tableDescription {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-companyDetail .s-companyDetail__map .s-companyDetail__tableList .s-companyDetail__tableItem .s-companyDetail__tableDescription {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.kts-recruit-s-companyDetail .s-companyDetail__map .s-mapTextBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 37.5625rem;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-companyDetail .s-companyDetail__map .s-mapTextBox {
    width: 100%;
    padding: 0 15px;
    padding-top: 32px;
    margin-top: 0;
  }
}
.kts-recruit-s-companyDetail .s-companyDetail__map .s-mapTextBox__detail {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.kts-recruit-s-companyDetail .s-companyDetail__map .s-mapTextBox__detail:last-child {
  margin-bottom: 0;
}
.kts-recruit-s-companyDetail .s-companyDetail__map .s-mapTextBox__title {
  width: 60px;
  font-size: 15px;
  font-weight: 600;
  margin: 0 20px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1.5em;
}
.kts-recruit-s-companyDetail .s-companyDetail__map .s-mapTextBox__text {
  width: 300px;
  font-size: 15px;
  line-height: 1.5em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-companyDetail .s-companyDetail__map .s-mapTextBox__text {
    width: 100%;
  }
}
.kts-recruit-s-companyDetail .s-companyDetail__map .s-mapTextBox__text a {
  display: inline-block;
  border: solid 1px #000;
  border-radius: var(--border-radius);
  font-size: 11px;
  padding: 3px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--color-base-text);
  margin-left: 1em;
  line-height: 1.2em;
}

.kts-recruit-s-spFixCta {
  background-color: #fff;
  border-radius: 10px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 4px 20px rgba(42, 44, 51, 0.1);
  box-shadow: 0 4px 20px rgba(42, 44, 51, 0.1);
  padding: 0.625rem;
  position: fixed;
  bottom: 0.625rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 1.875rem);
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .kts-recruit-s-spFixCta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
  }
}
.kts-recruit-s-spFixCta .s-spFixCta__link {
  border: 2px solid #3366FF;
  border-radius: 10px;
  color: #3366FF;
  line-height: 1.4;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
  padding: 0.875rem;
  width: 100%;
}
.kts-recruit-s-spFixCta .s-spFixCta__link.-blue {
  background-color: #3366FF;
  color: #fff;
}
.kts-recruit-s-spFixCta.leadgridCms-onlyInnerWorkspace {
  position: relative !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 12.5rem;
}