@charset "UTF-8";
/* ========================================================
# 関数の設定
======================================================== */
/* ========================================================
# 矢印ホバー
======================================================== */
/* ========================================================
# 下線
======================================================== */
@-webkit-keyframes underline-hover {
  0% {
    background-size: 100% 1px;
    background-position: 100% 100%;
  }
  50% {
    background-size: 0% 1px;
    background-position: 100% 100%;
  }
  51% {
    background-size: 0% 1px;
    background-position: 0% 100%;
  }
  100% {
    background-size: 100% 1px;
    background-position: 0% 100%;
  }
}
@keyframes underline-hover {
  0% {
    background-size: 100% 1px;
    background-position: 100% 100%;
  }
  50% {
    background-size: 0% 1px;
    background-position: 100% 100%;
  }
  51% {
    background-size: 0% 1px;
    background-position: 0% 100%;
  }
  100% {
    background-size: 100% 1px;
    background-position: 0% 100%;
  }
}
/* ========================================================
# 角丸スムージング
======================================================== */
/* ========================================================
# カスタム角丸スムージング
======================================================== */
/* ========================================================
# リキッドレイアウト設定
======================================================== */
html {
  font-size: 100%;
  word-break: break-all;
  letter-spacing: 0.04em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 1921px) {
  html {
    font-size: 21.3333333333px;
  }
}
@media (max-width: 1920px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 4.0625rem;
  }
}
@media screen and (max-width: 767px) {
  html.is-fixed {
    overflow: hidden;
  }
}

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

body {
  background: url("/assets/ping-recruit/img/common/bg_base.png") 0 0 repeat;
  background-size: 12.5rem;
  color: #000;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.9375rem;
  }
}
body.is-fadeIn {
  opacity: 0;
}

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: #000;
}

p {
  margin: 0;
}

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

li {
  line-height: normal;
}

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

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

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

.ping-recruit-c-accordion .c-accordion__body {
  overflow: hidden;
  height: 0;
}

.ping-recruit-c-arrow {
  position: relative;
  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;
  width: 1.25rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1;
  font-family: din-2014, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  overflow: clip;
  -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), scale 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: background-color 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), scale 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-arrow {
    width: 1rem;
  }
}
.ping-recruit-c-arrow::before, .ping-recruit-c-arrow::after {
  content: "";
  display: block;
  width: 0.625rem;
  height: auto;
  aspect-ratio: 1;
  -webkit-mask: url(../img/common/icon_arrow.svg) no-repeat center center/contain;
  mask: url(../img/common/icon_arrow.svg) no-repeat center center/contain;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: translate 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: translate 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-arrow::before, .ping-recruit-c-arrow::after {
    width: 0.5rem;
  }
}
.ping-recruit-c-arrow::before {
  translate: -50% -50%;
}
.ping-recruit-c-arrow::after {
  translate: -500% -50%;
}
@media (any-hover: hover) {
  .ping-recruit-c-arrow:hover .ping-recruit-c-arrow {
    opacity: 1;
  }
  .ping-recruit-c-arrow:hover .ping-recruit-c-arrow::before {
    translate: 500% -50%;
  }
  .ping-recruit-c-arrow:hover .ping-recruit-c-arrow::after {
    translate: -50% -50%;
  }
}
.ping-recruit-c-arrow.-number::before, .ping-recruit-c-arrow.-number::after {
  display: none;
}
.ping-recruit-c-arrow.-transparent {
  background-color: transparent;
  color: #000;
}
.ping-recruit-c-arrow.-transparent::before, .ping-recruit-c-arrow.-transparent::after {
  background-color: #000;
  width: 0.75rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-arrow.-transparent::before, .ping-recruit-c-arrow.-transparent::after {
    width: 0.75rem;
  }
}
.ping-recruit-c-arrow.-noiseBg {
  background: url("/assets/ping-recruit/img/common/bg_base.png") 0 0 repeat;
  background-size: 12.5rem;
  color: #000;
}
.ping-recruit-c-arrow.-noiseBg::before, .ping-recruit-c-arrow.-noiseBg::after {
  background-color: #000;
}
.ping-recruit-c-arrow.-invert {
  background-color: #fff;
  color: #fff;
}
.ping-recruit-c-arrow.-invert::before, .ping-recruit-c-arrow.-invert::after {
  background-color: #000;
}
.ping-recruit-c-arrow.-down {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ping-recruit-c-arrow.-flipped {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ping-recruit-c-arrow.-lg {
  width: 3rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-arrow.-lg {
    width: 1.5rem;
  }
}
.ping-recruit-c-arrow.-lg::before, .ping-recruit-c-arrow.-lg::after {
  width: 1rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-arrow.-lg::before, .ping-recruit-c-arrow.-lg::after {
    width: 0.625rem;
  }
}
.ping-recruit-c-arrow.-md {
  width: 2.25rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-arrow.-md {
    width: 1.5rem;
  }
}
.ping-recruit-c-arrow.-md::before, .ping-recruit-c-arrow.-md::after {
  width: 1rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-arrow.-md::before, .ping-recruit-c-arrow.-md::after {
    width: 0.625rem;
  }
}
.ping-recruit-c-arrow.-page {
  width: 3rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-arrow.-page {
    width: 2.5rem;
  }
}
.ping-recruit-c-arrow.-page::before, .ping-recruit-c-arrow.-page::after {
  width: 1rem;
}

.ping-recruit-c-breadcrumb {
  overflow: auto;
}
.ping-recruit-c-breadcrumb .ping-recruit-c-container {
  max-width: unset;
}
.ping-recruit-c-breadcrumb .ping-recruit-c-inner {
  max-width: unset;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-breadcrumb .ping-recruit-c-inner {
    padding-top: 1.875rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.ping-recruit-c-breadcrumb .c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  padding: 1.4375rem 3rem;
  border-bottom: 0.1875rem solid rgba(82, 78, 65, 0.2);
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-breadcrumb .c-breadcrumb__list {
    padding: 0.75rem 0;
    border-bottom: none;
  }
}
.ping-recruit-c-breadcrumb .c-breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
}
.ping-recruit-c-breadcrumb .c-breadcrumb__item:not(:last-child)::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.625rem;
  background: url("/assets/ping-recruit/img/common/bg_delimiter.svg") 50% 50% no-repeat;
  background-size: contain;
}
.ping-recruit-c-breadcrumb .c-breadcrumb__link {
  display: block;
  font-size: 0.8125rem;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-breadcrumb .c-breadcrumb__link {
    font-size: 0.75rem;
  }
}
@media (any-hover: hover) {
  .ping-recruit-c-breadcrumb .c-breadcrumb__link:hover {
    text-decoration: none;
  }
}

@-webkit-keyframes btn-bounce {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.18;
  }
  100% {
    scale: 1.15;
  }
}

@keyframes btn-bounce {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.18;
  }
  100% {
    scale: 1.15;
  }
}
.ping-recruit-c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ping-recruit-c-btn .c-btn__link {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: visible;
  border: none;
  background: none;
  display: inline-block;
  -webkit-transition: scale 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: scale 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: scale;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-btn .c-btn__link {
    width: 100%;
  }
}
.ping-recruit-c-btn:hover .c-btn__link {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .ping-recruit-c-btn:hover .c-btn__link {
    -webkit-animation: btn-bounce 0.3s ease-out;
    animation: btn-bounce 0.3s ease-out;
    scale: 1.15;
  }
  .ping-recruit-c-btn:hover .c-btn__link .ping-recruit-c-arrow {
    opacity: 1;
  }
  .ping-recruit-c-btn:hover .c-btn__link .ping-recruit-c-arrow::before {
    translate: 500% -50%;
  }
  .ping-recruit-c-btn:hover .c-btn__link .ping-recruit-c-arrow::after {
    translate: -50% -50%;
  }
}
.ping-recruit-c-btn .c-btn__linkInner {
  display: inline-grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 1rem 1.5rem;
  gap: 0.625rem;
  min-width: 15.625rem;
  -webkit-transition: min-width 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: min-width 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-btn .c-btn__linkInner {
    padding: 0.625rem 1.5rem;
    min-width: 14.375rem;
  }
}
.ping-recruit-c-btn .c-btn__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 0.75rem;
  overflow: clip;
  -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: background-color 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  z-index: 0;
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-c-btn .c-btn__bg {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
  }
}
.ping-recruit-c-btn .c-btn__text {
  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: 900;
  line-height: 1.2;
  min-height: 2.5rem;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: color 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-btn .c-btn__text {
    font-size: 0.9375rem;
  }
}
.ping-recruit-c-btn .c-btn__icon {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1;
  margin-right: -0.625rem;
}
.ping-recruit-c-btn .c-btn__icon::before, .ping-recruit-c-btn .c-btn__icon::after {
  content: "";
  position: absolute;
}
.ping-recruit-c-btn .c-btn__icon::before {
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1;
  border: 0.5rem solid #fff;
  border-radius: 100%;
  background-color: #000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ping-recruit-c-btn .c-btn__icon::after {
  top: -1.1875rem;
  left: 0.0625rem;
  width: 100%;
  height: 100%;
  background: url("../img/common/icon_pin_btn.svg") no-repeat center center/contain;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: opacity 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-btn .c-btn__icon::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ping-recruit-c-btn .c-btn__link[target=_blank] .c-btn__icon::before {
  background-color: #fff;
}
.ping-recruit-c-btn .c-btn__link[target=_blank] .c-btn__icon::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.75rem;
  height: auto;
  aspect-ratio: 1;
  -webkit-mask: url("/assets/ping-recruit/img/common/icon_blank.svg") no-repeat center center/contain;
  mask: url("/assets/ping-recruit/img/common/icon_blank.svg") no-repeat center center/contain;
  background: #000;
}
.ping-recruit-c-btn:hover .c-btn__icon::after {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .ping-recruit-c-btn:hover .c-btn__icon::after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.ping-recruit-c-btn.-invert .c-btn__bg {
  background-color: #fff;
}
.ping-recruit-c-btn.-invert .c-btn__text {
  color: #000;
}
.ping-recruit-c-btn.-invert .c-btn__icon::before {
  border-color: #000;
  background-color: #fff;
}
.ping-recruit-c-btn.-invert .c-btn__link[target=_blank] .c-btn__icon::before {
  background-color: #000;
}
.ping-recruit-c-btn.-invert .c-btn__link[target=_blank] .c-btn__icon::after {
  background-color: #fff;
}
.ping-recruit-c-btn.-yellow .c-btn__bg {
  background-color: #FFE600;
}
.ping-recruit-c-btn.-yellow .c-btn__text {
  color: #000;
}
.ping-recruit-c-btn.-gold .c-btn__bg {
  background-color: #CD9B2A;
}
.ping-recruit-c-btn.-gold .c-btn__text {
  color: #fff;
}
.ping-recruit-c-btn.-gold .c-btn__icon::before {
  border-color: #000;
  background-color: #fff;
}
.ping-recruit-c-btn.-gold .c-btn__link[target=_blank] .c-btn__icon::before {
  background-color: #000;
}
.ping-recruit-c-btn.-gold .c-btn__link[target=_blank] .c-btn__icon::after {
  background-color: #fff;
}
.ping-recruit-c-btn.-minWidthNone .c-btn__linkInner {
  min-width: 0;
}
.ping-recruit-c-btn.-sm .c-btn__linkInner {
  padding: 0.25rem 1rem;
  min-width: 9.375rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-btn.-sm .c-btn__linkInner {
    padding: 0.25rem 1rem;
    min-width: 8.125rem;
  }
}
.ping-recruit-c-btn.-sm .c-btn__text {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-btn.-sm .c-btn__text {
    font-size: 0.875rem;
  }
}
.ping-recruit-c-btn.-sm .c-btn__icon::before {
  width: 1rem;
  height: 1rem;
  border-width: 0.3125rem;
}

.ping-recruit-c-card {
  position: relative;
  z-index: 0;
}
.ping-recruit-c-card.-archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.ping-recruit-c-card.-archive .c-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 0.75rem;
  padding-top: 0.75rem;
}
.ping-recruit-c-card.-archive .c-card__tagList {
  margin-top: auto;
}
.ping-recruit-c-card .c-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.ping-recruit-c-card .c-card__date {
  margin: 0 0.5rem 0.5rem;
  color: rgba(82, 78, 65, 0.5);
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1;
  text-align: right;
  font-family: din-2014, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.ping-recruit-c-card .c-card__header,
.ping-recruit-c-card .c-card__body {
  position: relative;
  z-index: 1;
}
.ping-recruit-c-card .c-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.ping-recruit-c-card .c-card__image {
  width: 100%;
  aspect-ratio: 288/192;
  border-radius: 0.75rem;
  overflow: clip;
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-c-card .c-card__image {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
  }
}
.ping-recruit-c-card .c-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.ping-recruit-c-card:hover .c-card__image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.ping-recruit-c-card .c-card__type {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0.625rem;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 900;
  color: #FFE600;
  background-color: #000;
  border-radius: 0.75rem 0rem 0.75rem 0rem;
  overflow: clip;
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-c-card .c-card__type {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, line to calc(100% - calc(0rem * 1.6)) top, curve to right calc(0rem * 1.6) with calc(100% - calc(0rem * 1.6) * 0.12) top/right calc(calc(0rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0rem * 1.6) bottom, curve to left calc(100% - calc(0rem * 1.6)) with calc(calc(0rem * 1.6) * 0.12) bottom/left calc(100% - calc(0rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, line to calc(100% - calc(0rem * 1.6)) top, curve to right calc(0rem * 1.6) with calc(100% - calc(0rem * 1.6) * 0.12) top/right calc(calc(0rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0rem * 1.6) bottom, curve to left calc(100% - calc(0rem * 1.6)) with calc(calc(0rem * 1.6) * 0.12) bottom/left calc(100% - calc(0rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
  }
}
.ping-recruit-c-card .c-card__type.-career {
  color: #CD9B2A;
}
.ping-recruit-c-card .c-card__category {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 1;
  padding: 0.3125rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 900;
  color: #524E41;
  background-color: #fff;
  border-radius: 0.25rem;
  overflow: clip;
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-c-card .c-card__category {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(0.25rem * 1.6)) top, curve to right calc(0.25rem * 1.6) with calc(100% - calc(0.25rem * 1.6) * 0.12) top/right calc(calc(0.25rem * 1.6) * 0.12), line to right calc(100% - calc(0.25rem * 1.6)), curve to calc(100% - calc(0.25rem * 1.6)) bottom with right calc(100% - calc(0.25rem * 1.6) * 0.12)/calc(100% - calc(0.25rem * 1.6) * 0.12) bottom, line to calc(0.25rem * 1.6) bottom, curve to left calc(100% - calc(0.25rem * 1.6)) with calc(calc(0.25rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.25rem * 1.6) * 0.12), line to left calc(0.25rem * 1.6), curve to calc(0.25rem * 1.6) top with left calc(calc(0.25rem * 1.6) * 0.12)/calc(calc(0.25rem * 1.6) * 0.12) top, line to calc(100% - calc(0.25rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(0.25rem * 1.6)) top, curve to right calc(0.25rem * 1.6) with calc(100% - calc(0.25rem * 1.6) * 0.12) top/right calc(calc(0.25rem * 1.6) * 0.12), line to right calc(100% - calc(0.25rem * 1.6)), curve to calc(100% - calc(0.25rem * 1.6)) bottom with right calc(100% - calc(0.25rem * 1.6) * 0.12)/calc(100% - calc(0.25rem * 1.6) * 0.12) bottom, line to calc(0.25rem * 1.6) bottom, curve to left calc(100% - calc(0.25rem * 1.6)) with calc(calc(0.25rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.25rem * 1.6) * 0.12), line to left calc(0.25rem * 1.6), curve to calc(0.25rem * 1.6) top with left calc(calc(0.25rem * 1.6) * 0.12)/calc(calc(0.25rem * 1.6) * 0.12) top, line to calc(100% - calc(0.25rem * 1.6)) top, close);
  }
}
.ping-recruit-c-card.-people .c-card__category {
  color: #000;
}
.ping-recruit-c-card .c-card__title {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ping-recruit-c-card .c-card__tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.375rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-card .c-card__tagList {
    gap: 0.25rem;
  }
}
.ping-recruit-c-card .c-card__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.3125rem 0.375rem;
  color: #524E41;
  background-color: rgba(82, 78, 65, 0.1);
  border-radius: 0.25rem;
  overflow: clip;
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-c-card .c-card__tag {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(0.25rem * 1.6)) top, curve to right calc(0.25rem * 1.6) with calc(100% - calc(0.25rem * 1.6) * 0.12) top/right calc(calc(0.25rem * 1.6) * 0.12), line to right calc(100% - calc(0.25rem * 1.6)), curve to calc(100% - calc(0.25rem * 1.6)) bottom with right calc(100% - calc(0.25rem * 1.6) * 0.12)/calc(100% - calc(0.25rem * 1.6) * 0.12) bottom, line to calc(0.25rem * 1.6) bottom, curve to left calc(100% - calc(0.25rem * 1.6)) with calc(calc(0.25rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.25rem * 1.6) * 0.12), line to left calc(0.25rem * 1.6), curve to calc(0.25rem * 1.6) top with left calc(calc(0.25rem * 1.6) * 0.12)/calc(calc(0.25rem * 1.6) * 0.12) top, line to calc(100% - calc(0.25rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(0.25rem * 1.6)) top, curve to right calc(0.25rem * 1.6) with calc(100% - calc(0.25rem * 1.6) * 0.12) top/right calc(calc(0.25rem * 1.6) * 0.12), line to right calc(100% - calc(0.25rem * 1.6)), curve to calc(100% - calc(0.25rem * 1.6)) bottom with right calc(100% - calc(0.25rem * 1.6) * 0.12)/calc(100% - calc(0.25rem * 1.6) * 0.12) bottom, line to calc(0.25rem * 1.6) bottom, curve to left calc(100% - calc(0.25rem * 1.6)) with calc(calc(0.25rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.25rem * 1.6) * 0.12), line to left calc(0.25rem * 1.6), curve to calc(0.25rem * 1.6) top with left calc(calc(0.25rem * 1.6) * 0.12)/calc(calc(0.25rem * 1.6) * 0.12) top, line to calc(100% - calc(0.25rem * 1.6)) top, close);
  }
}
.ping-recruit-c-card .c-card__tag::before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 0.75rem;
  height: 0.75rem;
  -webkit-mask: url(../img/common/icon_tag.svg) no-repeat center center/contain;
  mask: url(../img/common/icon_tag.svg) no-repeat center center/contain;
  background-color: #524E41;
}
.ping-recruit-c-card .c-card__tag__inner {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ping-recruit-c-container {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.ping-recruit-c-footer {
  overflow: hidden;
  background: url("/assets/ping-recruit/img/common/bg_footer_pagetop.svg") bottom center/56.25rem 10.25rem no-repeat;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-footer {
    background: url("/assets/ping-recruit/img/common/bg_footer_pagetop_sp.svg") bottom right/14.6875rem 6.75rem no-repeat;
  }
}
.ping-recruit-c-footer .c-footer {
  position: relative;
  padding: 7.5rem 0 4.5rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-footer .c-footer {
    padding: 6rem 0 2rem;
  }
}
.ping-recruit-c-footer .c-footer .ping-recruit-c-inner {
  max-width: 1872px;
  padding: 0;
}
@media (min-width: 1921px) {
  .ping-recruit-c-footer .c-footer .ping-recruit-c-inner {
    max-width: 1792px;
    padding: 0;
  }
}
@media (max-width: 1920px) {
  .ping-recruit-c-footer .c-footer .ping-recruit-c-inner {
    max-width: 100%;
    padding: 0 6rem;
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-footer .c-footer .ping-recruit-c-inner {
    padding: 0 0.5rem;
  }
}
.ping-recruit-c-footer .c-footer__bg {
  position: absolute;
  bottom: 7.5rem;
  left: calc(50% - 62.9375rem);
  z-index: -1;
  width: 133.4375rem;
  height: 26.9375rem;
  background: url("/assets/ping-recruit/img/common/bg_footer_illust.png") center center/contain no-repeat;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-footer .c-footer__bg {
    bottom: 8.125rem;
    left: calc(50% - 20.625rem);
    width: 41.3125rem;
    height: 8.6875rem;
    background-image: url("/assets/ping-recruit/img/common/bg_footer_illust_sp.png");
  }
}
.ping-recruit-c-footer .c-footer__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.125rem;
  font-size: 0.875rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-footer .c-footer__link {
    font-size: 0.75rem;
  }
}
@media (any-hover: hover) {
  .ping-recruit-c-footer .c-footer__link:hover {
    text-decoration: none;
    opacity: 1;
  }
}
.ping-recruit-c-footer .c-footer__link[target=_blank]::after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  -webkit-mask: url("/assets/ping-recruit/img/common/icon_blank.svg") no-repeat center center/contain;
  mask: url("/assets/ping-recruit/img/common/icon_blank.svg") no-repeat center center/contain;
  background-color: currentColor;
}
.ping-recruit-c-footer .c-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-footer .c-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 4.5rem;
  }
}
.ping-recruit-c-footer .c-footer__nav .c-footer__corpWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-footer .c-footer__nav .c-footer__corpWrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.625rem;
    padding: 0 1rem;
  }
}
.ping-recruit-c-footer .c-footer__nav .c-footer__corpWrap .c-footer__logo {
  width: 16.875rem;
  height: auto;
  margin-right: 4rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-footer .c-footer__nav .c-footer__corpWrap .c-footer__logo {
    width: 9.875rem;
    margin-right: 0;
  }
}
.ping-recruit-c-footer .c-footer__nav .c-footer__corpWrap .c-footer__corpMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-footer .c-footer__nav .c-footer__corpWrap .c-footer__corpMenu {
    gap: 0.375rem;
  }
}
.ping-recruit-c-footer .c-footer__nav .c-footer__menuWrap {
  margin-right: auto;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-footer .c-footer__nav .c-footer__menuWrap {
    margin-right: 0;
  }
}
.ping-recruit-c-footer .c-footer__nav .c-footer__menuWrap .c-footer__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-footer .c-footer__nav .c-footer__menuWrap .c-footer__navList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.ping-recruit-c-footer .c-footer__nav .c-footer__menuWrap .c-footer__navList .c-footer__navItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-footer .c-footer__nav .c-footer__menuWrap .c-footer__navList .c-footer__navItem {
    gap: 1rem;
  }
}
.ping-recruit-c-footer .c-footer__nav .c-footer__menuWrap .c-footer__navList .c-footer__navItem a:hover {
  opacity: 1;
}
.ping-recruit-c-footer .c-footer__nav .c-footer__menuWrap .c-footer__subMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-footer .c-footer__nav .c-footer__menuWrap .c-footer__subMenu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 1rem 1.25rem;
  }
}
.ping-recruit-c-footer .c-footer__nav .c-footer__buttonWrap .c-footer__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 0.75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 17.25rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-footer .c-footer__nav .c-footer__buttonWrap .c-footer__navList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    gap: 0.5rem;
    width: unset;
  }
}
.ping-recruit-c-footer .c-footer__nav .c-footer__buttonWrap .c-footer__navList > .c-footer__navItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 1.25rem;
  padding: 1.875rem 0.75rem 1.875rem 5.5rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-footer .c-footer__nav .c-footer__buttonWrap .c-footer__navList > .c-footer__navItem {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5625rem;
    padding: 3rem 1rem 1.875rem;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .ping-recruit-c-footer .c-footer__nav .c-footer__buttonWrap .c-footer__navList > .c-footer__navItem {
    -webkit-transition: scale 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    transition: scale 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    will-change: scale;
  }
  .ping-recruit-c-footer .c-footer__nav .c-footer__buttonWrap .c-footer__navList > .c-footer__navItem:hover {
    scale: 1.05;
  }
}
.ping-recruit-c-footer .c-footer__nav .c-footer__buttonWrap .c-footer__navList > .c-footer__navItem::before {
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  background: url("/assets/ping-recruit/img/common/icon_person_red.svg") center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-footer .c-footer__nav .c-footer__buttonWrap .c-footer__navList > .c-footer__navItem::before {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 4.5rem;
    height: 4.5rem;
  }
}
.ping-recruit-c-footer .c-footer__nav .c-footer__buttonWrap .c-footer__navList > .c-footer__navItem .ping-recruit-c-link {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-footer .c-footer__nav .c-footer__buttonWrap .c-footer__navList > .c-footer__navItem .ping-recruit-c-link {
    font-size: 1rem;
  }
}
.ping-recruit-c-footer .c-footer__nav .c-footer__buttonWrap .c-footer__navList > .c-footer__navItem .ping-recruit-c-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.ping-recruit-c-footer .c-footer__nav .c-footer__buttonWrap .c-footer__navList > .c-footer__navItem .ping-recruit-c-link:hover {
  opacity: 1;
}
.ping-recruit-c-footer .c-footer__nav .c-footer__buttonWrap .c-footer__navList > .c-footer__navItem .c-footer__navItemBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #524E41;
  border-radius: 0.75rem;
  overflow: clip;
  z-index: -1;
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-c-footer .c-footer__nav .c-footer__buttonWrap .c-footer__navList > .c-footer__navItem .c-footer__navItemBg {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
  }
}
.ping-recruit-c-footer .c-footer__nav .c-footer__buttonWrap .c-footer__navList > .c-footer__navItem.-yellow .c-footer__navItemBg {
  background-color: #FFE600;
}
.ping-recruit-c-footer .c-footer__nav .c-footer__buttonWrap .c-footer__navList > .c-footer__navItem.-gold::before {
  background: url("/assets/ping-recruit/img/common/icon_person_blue.svg") center center/contain no-repeat;
}
.ping-recruit-c-footer .c-footer__nav .c-footer__buttonWrap .c-footer__navList > .c-footer__navItem.-gold a {
  color: #fff;
}
.ping-recruit-c-footer .c-footer__nav .c-footer__buttonWrap .c-footer__navList > .c-footer__navItem.-gold .c-footer__navItemBg {
  background-color: #CD9B2A;
}
.ping-recruit-c-footer .c-footer__nav .c-footer__buttonWrap .c-footer__navList .c-footer__subMenu {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 0.5rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-footer .c-footer__nav .c-footer__buttonWrap .c-footer__navList .c-footer__subMenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
  }
}
.ping-recruit-c-footer .c-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 19.6875rem 0 0;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-footer .c-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 9.25rem 1rem 0;
    gap: 2.25rem;
  }
}
.ping-recruit-c-footer .c-footer__bottom .c-footer__snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.ping-recruit-c-footer .c-footer__bottom .c-footer__snsList .c-footer__navItem {
  width: 1.5rem;
  -webkit-transition: scale 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: scale 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: scale;
}
.ping-recruit-c-footer .c-footer__bottom .c-footer__snsList .c-footer__navItem:hover {
  scale: 1.25;
}
.ping-recruit-c-footer .c-footer__bottom .c-footer__snsList .c-footer__navItem a:hover {
  opacity: 1;
}
.ping-recruit-c-footer .c-footer__bottom .c-footer__pageTop {
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-footer .c-footer__bottom .c-footer__pageTop {
    right: 1rem;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.ping-recruit-c-footer .c-footer__bottom .c-footer__pageTop button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 900;
  font-family: din-2014, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.ping-recruit-c-footer .c-footer__bottom .c-footer__pageTop button::before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 auto 0.875rem;
  background: url("/assets/ping-recruit/img/common/icon_arrow.svg") center center/contain no-repeat;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-footer .c-footer__bottom .c-footer__pageTop button {
    font-size: 0.75rem;
  }
}
.ping-recruit-c-footer .c-footer__bottom .c-footerBar__copyright {
  margin-right: -1.5rem;
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: -0.003125rem;
  font-family: din-2014, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-footer .c-footer__bottom .c-footerBar__copyright {
    margin-right: 0;
    font-size: 0.75rem;
    letter-spacing: -0.009375rem;
  }
}
@media screen and (min-width: 768px) {
  .ping-recruit-c-footer.leadgridCms-onlyInnerWorkspace .c-footer__nav .c-footer__buttonWrap .c-footer__navList > .c-footer__navItem:hover {
    scale: 1;
  }
}
.ping-recruit-c-footer.leadgridCms-onlyInnerWorkspace .c-footer__nav .c-footer__buttonWrap .c-footer__navList > .c-footer__navItem .ping-recruit-c-link::before {
  display: none;
}

.ping-recruit-c-header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 6rem;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: height 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), padding-bottom 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: height 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), padding-bottom 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-header {
    padding: 0;
    height: 3.75rem;
  }
}
.ping-recruit-c-header.-is-scrolled {
  background: url("/assets/ping-recruit/img/common/bg_base.png") 0 0 repeat;
  background-size: 12.5rem;
  height: 5.25rem;
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-header.-is-scrolled {
    height: 4.5rem;
  }
}
.ping-recruit-c-header.-is-scrolled .ping-recruit-c-inner {
  padding: 0 1.75rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-header.-is-scrolled .ping-recruit-c-inner {
    padding: 0 0.75rem 0 1.25rem;
  }
}
.ping-recruit-c-header.-is-scrolled .c-header__logo a {
  display: block;
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-header.-is-scrolled .c-header__logo a {
    width: 12rem;
  }
}
.ping-recruit-c-header .ping-recruit-c-container {
  width: 100%;
}
.ping-recruit-c-header .ping-recruit-c-inner {
  position: relative;
  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;
  -webkit-transition: padding 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: padding 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media (min-width: 1921px) {
  .ping-recruit-c-header .ping-recruit-c-inner {
    max-width: 1792px;
    padding: 0;
  }
}
@media (max-width: 1920px) {
  .ping-recruit-c-header .ping-recruit-c-inner {
    max-width: 100%;
    padding: 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-header .ping-recruit-c-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    padding: 0 0.75rem 0 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-header .c-header__bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url("/assets/ping-recruit/img/common/bg_base.png") 0 0 repeat;
    background-size: 12.5rem;
  }
}
.ping-recruit-c-header .c-header__logo {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 0;
}
.ping-recruit-c-header .c-header__logo a {
  display: block;
  width: 18.25rem;
  -webkit-transition: width 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: width 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-header .c-header__logo a {
    width: 12rem;
  }
}
.ping-recruit-c-header .c-header__logo a:hover {
  opacity: 1;
}
.ping-recruit-c-header .c-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-header .c-header__nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 6rem 3.75rem 2.875rem 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: url("/assets/ping-recruit/img/common/bg_header_nav_sp.svg") 100% 4.25rem no-repeat;
    background-size: 2.25rem 34.5rem;
    max-height: 100vh;
    overflow: auto;
  }
}
.ping-recruit-c-header .c-header__nav .c-header__navWrap {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-header .c-header__nav .c-header__navWrap {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
}
.ping-recruit-c-header .c-header__nav .c-header__navList {
  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: 3rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-header .c-header__nav .c-header__navList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.25rem;
  }
}
.ping-recruit-c-header .c-header__nav .c-header__navList .ping-recruit-c-link {
  -webkit-transition: scale 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: scale 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: scale;
}
.ping-recruit-c-header .c-header__nav .c-header__navList .ping-recruit-c-link:hover {
  opacity: 1;
  scale: 1.1;
}
.ping-recruit-c-header .c-header__nav .c-header__subMenu {
  display: none;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-header .c-header__nav .c-header__subMenu {
    display: block;
    padding: 0.75rem 0 0;
  }
}
.ping-recruit-c-header .c-header__nav .c-header__subMenu .c-header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-header .c-header__nav .c-header__subMenu .c-header__navList {
    gap: 0.5rem 1.25rem;
  }
}
.ping-recruit-c-header .c-header__nav .c-header__subMenu .c-header__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.125rem;
  font-size: 0.875rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-header .c-header__nav .c-header__subMenu .c-header__link {
    font-size: 0.75rem;
  }
}
.ping-recruit-c-header .c-header__nav .c-header__subMenu .c-header__link:hover {
  text-decoration: none;
}
.ping-recruit-c-header .c-header__navButton {
  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: 0.75rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-header .c-header__navButton {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 3rem;
  }
  .ping-recruit-c-header .c-header__navButton .c-btn__linkInner {
    padding: 0.625rem 1.5rem;
    min-width: 13.6875rem;
  }
  .ping-recruit-c-header .c-header__navButton .c-btn__icon::before {
    width: 1.5rem;
    height: 1.5rem;
    border-width: 0.5rem;
  }
}
.ping-recruit-c-header .c-header__menuButton {
  display: none;
}
.ping-recruit-c-header .c-header__menuButton:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-header .c-header__menuButton {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    color: #fff;
    font-size: 0.625rem;
    font-weight: 900;
    font-family: din-2014, sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    background-color: #000;
    border-radius: 0.75rem;
    overflow: clip;
    -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    transition: background-color 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  }
  @supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
    .ping-recruit-c-header .c-header__menuButton {
      border-radius: 0;
      -webkit-clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
      clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
    }
  }
}
.ping-recruit-c-header .c-header__menuButton .c-header__menuIcon {
  position: relative;
  display: block;
  margin: 0 auto 0.1875rem;
  width: 1.25rem;
  height: 1.25rem;
}
.ping-recruit-c-header .c-header__menuButton .c-header__menuIcon i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.25rem;
  height: 0.1875rem;
  border-radius: 0.0625rem;
  overflow: clip;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-c-header .c-header__menuButton .c-header__menuIcon i {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(0.0625rem * 1.6)) top, curve to right calc(0.0625rem * 1.6) with calc(100% - calc(0.0625rem * 1.6) * 0.12) top/right calc(calc(0.0625rem * 1.6) * 0.12), line to right calc(100% - calc(0.0625rem * 1.6)), curve to calc(100% - calc(0.0625rem * 1.6)) bottom with right calc(100% - calc(0.0625rem * 1.6) * 0.12)/calc(100% - calc(0.0625rem * 1.6) * 0.12) bottom, line to calc(0.0625rem * 1.6) bottom, curve to left calc(100% - calc(0.0625rem * 1.6)) with calc(calc(0.0625rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.0625rem * 1.6) * 0.12), line to left calc(0.0625rem * 1.6), curve to calc(0.0625rem * 1.6) top with left calc(calc(0.0625rem * 1.6) * 0.12)/calc(calc(0.0625rem * 1.6) * 0.12) top, line to calc(100% - calc(0.0625rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(0.0625rem * 1.6)) top, curve to right calc(0.0625rem * 1.6) with calc(100% - calc(0.0625rem * 1.6) * 0.12) top/right calc(calc(0.0625rem * 1.6) * 0.12), line to right calc(100% - calc(0.0625rem * 1.6)), curve to calc(100% - calc(0.0625rem * 1.6)) bottom with right calc(100% - calc(0.0625rem * 1.6) * 0.12)/calc(100% - calc(0.0625rem * 1.6) * 0.12) bottom, line to calc(0.0625rem * 1.6) bottom, curve to left calc(100% - calc(0.0625rem * 1.6)) with calc(calc(0.0625rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.0625rem * 1.6) * 0.12), line to left calc(0.0625rem * 1.6), curve to calc(0.0625rem * 1.6) top with left calc(calc(0.0625rem * 1.6) * 0.12)/calc(calc(0.0625rem * 1.6) * 0.12) top, line to calc(100% - calc(0.0625rem * 1.6)) top, close);
  }
}
.ping-recruit-c-header .c-header__menuButton .c-header__menuIcon i:first-child {
  -webkit-transform: translate(-50%, calc(-50% - 0.25rem));
  transform: translate(-50%, calc(-50% - 0.25rem));
}
.ping-recruit-c-header .c-header__menuButton .c-header__menuIcon i:last-child {
  -webkit-transform: translate(-50%, calc(-50% + 0.25rem));
  transform: translate(-50%, calc(-50% + 0.25rem));
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-header .c-header__menuButton.is-active {
    background-color: #524E41;
  }
}
.ping-recruit-c-header .c-header__menuButton.is-active .c-header__menuIcon {
  margin-bottom: 0.0625rem;
}
.ping-recruit-c-header .c-header__menuButton.is-active .c-header__menuIcon i {
  width: 1.375rem;
}
.ping-recruit-c-header .c-header__menuButton.is-active .c-header__menuIcon i:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(35deg);
  transform: translate(-50%, -50%) rotate(35deg);
}
.ping-recruit-c-header .c-header__menuButton.is-active .c-header__menuIcon i:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-35deg);
  transform: translate(-50%, -50%) rotate(-35deg);
}
.ping-recruit-c-header.leadgridCms-onlyInnerWorkspace {
  position: relative;
}

.ping-recruit-c-inner {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.ping-recruit-c-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-link {
    gap: 0.5rem;
  }
}
@media (any-hover: hover) {
  .ping-recruit-c-link:hover .ping-recruit-c-arrow {
    opacity: 1;
  }
  .ping-recruit-c-link:hover .ping-recruit-c-arrow::before {
    translate: 500% -50%;
  }
  .ping-recruit-c-link:hover .ping-recruit-c-arrow::after {
    translate: -50% -50%;
  }
}

.ping-recruit-c-pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.5rem;
  padding-top: 5rem;
  text-align: center;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-pagenation {
    gap: 1.25rem;
    padding-top: 2.875rem;
  }
}

.ping-recruit-c-search {
  padding-top: 2.8125rem;
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-search {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.ping-recruit-c-search .c-search__container {
  position: relative;
  z-index: 0;
  padding-bottom: 1rem;
}
.ping-recruit-c-search .c-search__bg__top,
.ping-recruit-c-search .c-search__bg__bottom {
  position: absolute;
  left: 0;
  background: url("/assets/ping-recruit/img/common/bg_base.png") 0 0 repeat;
  background-size: 12.5rem;
}
.ping-recruit-c-search .c-search__bg__top {
  top: 0;
  width: 100%;
  height: calc(100% - 1rem);
  border-radius: 0.75rem 0.75rem 0rem 0rem;
  overflow: clip;
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-c-search .c-search__bg__top {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, line to calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0rem * 1.6)), curve to calc(100% - calc(0rem * 1.6)) bottom with right calc(100% - calc(0rem * 1.6) * 0.12)/calc(100% - calc(0rem * 1.6) * 0.12) bottom, line to calc(0rem * 1.6) bottom, curve to left calc(100% - calc(0rem * 1.6)) with calc(calc(0rem * 1.6) * 0.12) bottom/left calc(100% - calc(0rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, line to calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0rem * 1.6)), curve to calc(100% - calc(0rem * 1.6)) bottom with right calc(100% - calc(0rem * 1.6) * 0.12)/calc(100% - calc(0rem * 1.6) * 0.12) bottom, line to calc(0rem * 1.6) bottom, curve to left calc(100% - calc(0rem * 1.6)) with calc(calc(0rem * 1.6) * 0.12) bottom/left calc(100% - calc(0rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
  }
}
.ping-recruit-c-search .c-search__bg__bottom {
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 1rem;
  border-radius: 0rem 0rem 0.75rem 0.75rem;
  overflow: clip;
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-c-search .c-search__bg__bottom {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(0rem * 1.6)) top, line to calc(100% - calc(0rem * 1.6)) top, curve to right calc(0rem * 1.6) with calc(100% - calc(0rem * 1.6) * 0.12) top/right calc(calc(0rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0rem * 1.6), curve to calc(0rem * 1.6) top with left calc(calc(0rem * 1.6) * 0.12)/calc(calc(0rem * 1.6) * 0.12) top, line to calc(100% - calc(0rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(0rem * 1.6)) top, line to calc(100% - calc(0rem * 1.6)) top, curve to right calc(0rem * 1.6) with calc(100% - calc(0rem * 1.6) * 0.12) top/right calc(calc(0rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0rem * 1.6), curve to calc(0rem * 1.6) top with left calc(calc(0rem * 1.6) * 0.12)/calc(calc(0rem * 1.6) * 0.12) top, line to calc(100% - calc(0rem * 1.6)) top, close);
  }
}
.ping-recruit-c-search .c-search__inner {
  position: relative;
  padding: 1rem 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-search .c-search__inner {
    padding: 1rem 1.25rem 0;
  }
}
.ping-recruit-c-search .c-search__header {
  position: relative;
  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;
  text-align: center;
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-search .c-search__header {
    padding: 0.5rem 0;
  }
}
.ping-recruit-c-search .c-search__header__title {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-search .c-search__header__title {
    font-size: 1rem;
  }
}
.ping-recruit-c-search .c-search__header__icon {
  position: absolute;
  top: 50%;
  right: 2.6875rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  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;
  width: 3.125rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), scale 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: background-color 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), scale 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: scale;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-search .c-search__header__icon {
    width: 1.8125rem;
    right: 0;
  }
}
@media (any-hover: hover) {
  .ping-recruit-c-search .c-search__header__icon:hover {
    scale: 1.1;
  }
}
.ping-recruit-c-search .c-search__header__icon::before, .ping-recruit-c-search .c-search__header__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.25rem;
  height: 0.125rem;
  background-color: currentColor;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-search .c-search__header__icon::before, .ping-recruit-c-search .c-search__header__icon::after {
    width: 0.9375rem;
    height: 0.0625rem;
  }
}
.ping-recruit-c-search .c-search__header__icon.-minus {
  background-color: #fff;
  color: #000;
}
.ping-recruit-c-search .c-search__header__icon.-plus::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.ping-recruit-c-search .c-search__body__inner {
  padding-top: 0.5rem;
  padding-bottom: 2.625rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-search .c-search__body__inner {
    padding-top: 1rem;
    padding-bottom: 1.4375rem;
  }
}
.ping-recruit-c-search .c-search__body__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-search .c-search__body__form {
    gap: 0.75rem;
  }
}
.ping-recruit-c-search .c-search__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.25rem 3.125rem 1.25rem 2.5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-search .c-search__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 0.9375rem;
    padding: 1.25rem;
  }
}
.ping-recruit-c-search .c-search__item__name {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 8.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-search .c-search__item__name {
    width: 100%;
    font-size: 1rem;
  }
}
.ping-recruit-c-search .c-search__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 0.875rem 2.5rem;
  width: 100%;
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-search .c-search__item__content {
    gap: 0.75rem 1.25rem;
    font-size: 0.8125rem;
  }
}
.ping-recruit-c-search .c-search__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
}
.ping-recruit-c-search .c-search__label input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 1.5625rem;
  height: auto;
  aspect-ratio: 1;
  border: 0.0625rem solid #000;
  border-radius: 0.25rem;
  background-color: #fff;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-search .c-search__label input[type=checkbox] {
    width: 1rem;
    border-radius: 0.125rem;
  }
}
.ping-recruit-c-search .c-search__label input[type=checkbox]:checked {
  background-color: #000;
  border-color: #000;
}
.ping-recruit-c-search .c-search__label input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 0.0625rem;
  left: 0.4375rem;
  width: 0.625rem;
  height: 1rem;
  border-right: 0.125rem solid #fff;
  border-bottom: 0.125rem solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-search .c-search__label input[type=checkbox]:checked::after {
    top: -0.0625rem;
    left: 0.1875rem;
    width: 0.5rem;
    height: 0.75rem;
  }
}
.ping-recruit-c-search .c-search__label input[type=checkbox]:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.ping-recruit-c-search .c-search__label span {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ping-recruit-c-search .c-search__btn {
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform, opacity;
  pointer-events: none;
}
.ping-recruit-c-search .c-search__btn:hover {
  -webkit-transform: translate(-50%, 50%) scale(1.1);
  transform: translate(-50%, 50%) scale(1.1);
}
.ping-recruit-c-search .ping-recruit-c-accordion.-is-open .c-search__btn {
  pointer-events: auto;
  opacity: 1;
}
.ping-recruit-c-search .c-search__btn__link {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15.75rem;
  height: 3.4375rem;
  -webkit-transition: scale 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: scale 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: scale;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-search .c-search__btn__link {
    width: 14.375rem;
  }
}
@media (any-hover: hover) {
  .ping-recruit-c-search .c-search__btn__link:hover {
    opacity: 1;
  }
}
.ping-recruit-c-search .c-search__btn__link .c-search__btn__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 0.75rem;
  overflow: clip;
  -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: background-color 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  z-index: 0;
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-c-search .c-search__btn__link .c-search__btn__bg {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
  }
}
.ping-recruit-c-search .c-search__btn__link .c-search__btn__text {
  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: 900;
  line-height: 1.2;
  min-height: 2.5rem;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: color 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-search .c-search__btn__link .c-search__btn__text {
    font-size: 1.125rem;
  }
}
.ping-recruit-c-search .c-search__btn__link .c-search__btn__icon {
  display: block;
  width: 1.5625rem;
  height: auto;
  aspect-ratio: 1;
  -webkit-mask: url("../img/common/icon_search.svg") no-repeat center center/contain;
  mask: url("../img/common/icon_search.svg") no-repeat center center/contain;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-slider__controls {
  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) {
  .c-slider__controls {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}
.c-slider__controls .c-slider__pagination {
  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: 0.75rem;
  height: 0.75rem;
  border-right: 0.125rem solid rgba(0, 0, 0, 0.2);
  margin-right: 1rem;
  padding-right: 1rem;
}
.c-slider__controls .c-slider__pagination > * {
  margin: 0;
}
.c-slider__controls .c-slider__pagination .swiper-pagination-bullet {
  width: 0.375rem;
  height: 0.375rem;
  margin: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.c-slider__controls .c-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
.c-slider__controls .c-slider__pagination .swiper-pagination-bullet:active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.c-slider__controls .c-slider__autoplay {
  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;
  cursor: pointer;
  width: 0.75rem;
  height: 0.75rem;
  -webkit-mask: url(../img/common/icon_playing.svg) no-repeat center center/contain;
  mask: url(../img/common/icon_playing.svg) no-repeat center center/contain;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.c-slider__controls .c-slider__autoplay.is-playing {
  -webkit-mask-image: url(../img/common/icon_pressed.svg);
  mask-image: url(../img/common/icon_pressed.svg);
}
.c-slider__controls .c-slider__autoplay:active {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.ping-recruit-c-sectionTitle.-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.ping-recruit-c-sectionTitle.-top .c-sectionTitle__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.75rem;
  font-size: 1.25rem;
  font-weight: 900;
  font-family: din-2014, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.ping-recruit-c-sectionTitle.-top .c-sectionTitle__sub::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  background: url("/assets/ping-recruit/img/common/icon_pin.svg") center center/contain no-repeat;
  margin-left: -0.625rem;
  -webkit-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-sectionTitle.-top .c-sectionTitle__sub {
    gap: 0.5rem;
    font-size: 1rem;
  }
  .ping-recruit-c-sectionTitle.-top .c-sectionTitle__sub::before {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: -0.5rem;
    -webkit-transform: translateY(-0.375rem);
    transform: translateY(-0.375rem);
  }
}
.ping-recruit-c-sectionTitle.-top .c-sectionTitle__main {
  margin: 0;
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-sectionTitle.-top .c-sectionTitle__main {
    font-size: 1.75rem;
  }
}

.ping-recruit-c-sectionTitle.-page {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.ping-recruit-c-sectionTitle.-page .c-sectionTitle__main {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-sectionTitle.-page .c-sectionTitle__main {
    font-size: 1.75rem;
  }
}
.ping-recruit-c-sectionTitle.-page .c-sectionTitle__main::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.5rem;
  height: 3rem;
  margin-top: 0.125rem;
  margin-right: 1.5rem;
  background: url("/assets/ping-recruit/img/common/icon_ball.svg") center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-sectionTitle.-page .c-sectionTitle__main::before {
    width: 1rem;
    height: 2rem;
    margin-right: 0.75rem;
  }
}

.ping-recruit-c-sort {
  padding: 2.8125rem 0;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-sort {
    padding: 1.25rem 0;
  }
}
.ping-recruit-c-sort .c-sort__container {
  position: relative;
  z-index: 0;
  padding-bottom: 1rem;
}
.ping-recruit-c-sort .c-sort__bg__top,
.ping-recruit-c-sort .c-sort__bg__bottom {
  position: absolute;
  left: 0;
  background: url("/assets/ping-recruit/img/common/bg_base.png") 0 0 repeat;
  background-size: 12.5rem;
}
.ping-recruit-c-sort .c-sort__bg__top {
  top: 0;
  width: 100%;
  height: calc(100% - 1rem);
  border-radius: 0.75rem 0.75rem 0rem 0rem;
  overflow: clip;
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-c-sort .c-sort__bg__top {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, line to calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0rem * 1.6)), curve to calc(100% - calc(0rem * 1.6)) bottom with right calc(100% - calc(0rem * 1.6) * 0.12)/calc(100% - calc(0rem * 1.6) * 0.12) bottom, line to calc(0rem * 1.6) bottom, curve to left calc(100% - calc(0rem * 1.6)) with calc(calc(0rem * 1.6) * 0.12) bottom/left calc(100% - calc(0rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, line to calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0rem * 1.6)), curve to calc(100% - calc(0rem * 1.6)) bottom with right calc(100% - calc(0rem * 1.6) * 0.12)/calc(100% - calc(0rem * 1.6) * 0.12) bottom, line to calc(0rem * 1.6) bottom, curve to left calc(100% - calc(0rem * 1.6)) with calc(calc(0rem * 1.6) * 0.12) bottom/left calc(100% - calc(0rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
  }
}
.ping-recruit-c-sort .c-sort__bg__bottom {
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 1rem;
  border-radius: 0rem 0rem 0.75rem 0.75rem;
  overflow: clip;
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-c-sort .c-sort__bg__bottom {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(0rem * 1.6)) top, line to calc(100% - calc(0rem * 1.6)) top, curve to right calc(0rem * 1.6) with calc(100% - calc(0rem * 1.6) * 0.12) top/right calc(calc(0rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0rem * 1.6), curve to calc(0rem * 1.6) top with left calc(calc(0rem * 1.6) * 0.12)/calc(calc(0rem * 1.6) * 0.12) top, line to calc(100% - calc(0rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(0rem * 1.6)) top, line to calc(100% - calc(0rem * 1.6)) top, curve to right calc(0rem * 1.6) with calc(100% - calc(0rem * 1.6) * 0.12) top/right calc(calc(0rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0rem * 1.6), curve to calc(0rem * 1.6) top with left calc(calc(0rem * 1.6) * 0.12)/calc(calc(0rem * 1.6) * 0.12) top, line to calc(100% - calc(0rem * 1.6)) top, close);
  }
}
.ping-recruit-c-sort .c-sort__inner {
  position: relative;
  padding: 2.625rem 4.375rem 1.625rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-sort .c-sort__inner {
    padding: 1.5rem 1.25rem 0.5625rem;
  }
}
.ping-recruit-c-sort .c-sort__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.625rem 0.9375rem;
  border-radius: 1.375rem;
  background-color: #fff;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), scale 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: background-color 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), scale 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: scale;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-sort .c-sort__link {
    padding: 0.625rem 0.75rem;
    font-size: 0.8125rem;
  }
}
.ping-recruit-c-sort .c-sort__link.-is-current {
  background-color: #000;
  color: #fff;
}
.ping-recruit-c-sort .c-sort__table {
  width: 100%;
}
.ping-recruit-c-sort .c-sort__table tr:not(:last-child) th,
.ping-recruit-c-sort .c-sort__table tr:not(:last-child) td {
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-sort .c-sort__table tr:not(:last-child) th {
    padding-bottom: 0.625rem;
  }
}
.ping-recruit-c-sort .c-sort__table th {
  width: 6.125rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-sort .c-sort__table th {
    display: block;
    width: 5.625rem;
    font-size: 0.9375rem;
  }
}
.ping-recruit-c-sort .c-sort__table th span {
  display: inline-block;
  position: relative;
  padding-right: 0.5rem;
  min-width: 100%;
}
.ping-recruit-c-sort .c-sort__table th span::after {
  position: absolute;
  top: 0;
  right: 0;
  content: ":";
}
.ping-recruit-c-sort .c-sort__table td {
  padding-left: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-sort .c-sort__table td {
    padding-left: 0;
    display: block;
    font-size: 0.8125rem;
  }
}
.ping-recruit-c-sort .c-sort__table td ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-sort .c-sort__table td ul {
    gap: 0.625rem;
  }
}
.ping-recruit-c-sort .c-sort__table td ul li a {
  text-align: left;
}

.ping-recruit-c-underline {
  display: inline;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#000));
  background-image: linear-gradient(90deg, #000, #000);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  text-decoration: none;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
@media (any-hover: hover) {
  .ping-recruit-c-underline:hover {
    -webkit-animation: underline-hover 0.3s;
    animation: underline-hover 0.3s;
  }
}
.ping-recruit-c-underline.-white {
  display: inline;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  text-decoration: none;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
@media (any-hover: hover) {
  .ping-recruit-c-underline.-white:hover {
    -webkit-animation: underline-hover 0.3s;
    animation: underline-hover 0.3s;
  }
}

.ping-recruit-c-wysiwyg {
  width: 100%;
  padding-left: 0;
  overflow: clip;
}
.ping-recruit-c-wysiwyg figure,
.ping-recruit-c-wysiwyg blockquote {
  margin: 0;
}
.ping-recruit-c-wysiwyg > *:first-child:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) {
  margin-top: 0;
}
.ping-recruit-c-wysiwyg h2:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.6;
  margin-top: 3.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-wysiwyg h2:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) {
    font-size: 1.25rem;
    margin-top: 3.125rem;
  }
}
.ping-recruit-c-wysiwyg h3:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.6;
  margin-top: 2.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-wysiwyg h3:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) {
    font-size: 1.125rem;
    margin-top: 2.875rem;
  }
}
.ping-recruit-c-wysiwyg h4:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)),
.ping-recruit-c-wysiwyg h5:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)),
.ping-recruit-c-wysiwyg h6:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) {
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.6;
  margin-top: 2.875rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-wysiwyg h4:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)),
  .ping-recruit-c-wysiwyg h5:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)),
  .ping-recruit-c-wysiwyg h6:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) {
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 2.875rem;
  }
}
.ping-recruit-c-wysiwyg p:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) {
  font-size: 1rem;
  line-height: 2;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-wysiwyg p:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
.ping-recruit-c-wysiwyg li:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) {
  font-size: 0.9375rem;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-wysiwyg li:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) {
    font-size: 0.875rem;
  }
}
.ping-recruit-c-wysiwyg li:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) ul,
.ping-recruit-c-wysiwyg li:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) ol {
  margin-top: 0.75rem;
}
.ping-recruit-c-wysiwyg ul:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)),
.ping-recruit-c-wysiwyg ol:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) {
  margin-top: 1.875rem;
  display: grid;
  gap: 1rem;
}
.ping-recruit-c-wysiwyg ol:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) {
  counter-reset: n;
  list-style-type: none;
  padding: 0;
}
.ping-recruit-c-wysiwyg ol:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) li {
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-wysiwyg ol:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) li {
    padding-left: 2rem;
  }
}
.ping-recruit-c-wysiwyg ol:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) li:before {
  content: "0" counter(n) ".";
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  counter-increment: n;
  font-family: din-2014, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  left: 0.125rem;
  top: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-wysiwyg ol:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) li:before {
    font-size: 1rem;
  }
}
.ping-recruit-c-wysiwyg ol:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) li:nth-of-type(n + 10):before {
  content: counter(n) ".";
}
.ping-recruit-c-wysiwyg ul:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) li {
  padding-left: 1.5rem;
}
.ping-recruit-c-wysiwyg ul:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) li:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: 0.125rem;
  top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-wysiwyg ul:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) li:before {
    top: 0.8125rem;
  }
}
.ping-recruit-c-wysiwyg a:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) {
  word-wrap: break-word;
  color: #9E844A;
  text-decoration: underline;
}
.ping-recruit-c-wysiwyg blockquote:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) {
  padding: 1.5rem 2rem 1.5rem 4.5rem;
  font-size: 1rem;
  background: url("/assets/ping-recruit/img/common/bg_base.png") 0 0 repeat;
  background-size: 12.5rem;
  margin-top: 2rem;
  color: #524E41;
  position: relative;
  border: none;
  border-radius: 0.75rem;
  overflow: clip;
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-c-wysiwyg blockquote:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-wysiwyg blockquote:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) {
    padding: 1.5rem 1.25rem 1.5rem 3.125rem;
    font-size: 0.875rem;
  }
}
.ping-recruit-c-wysiwyg blockquote:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *))::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask-image: url("/assets/ping-recruit/img/common/icon_quote.svg");
  mask-image: url("/assets/ping-recruit/img/common/icon_quote.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #cdcdcd;
  position: absolute;
  top: 1.5rem;
  left: 2rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-wysiwyg blockquote:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *))::before {
    width: 1.5rem;
    height: 1.5rem;
    top: 1.5rem;
    left: 1.25rem;
  }
}
.ping-recruit-c-wysiwyg blockquote:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) p {
  margin: 0;
}
.ping-recruit-c-wysiwyg table:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) {
  display: block;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
  padding: 0.1875rem;
  margin-top: 1.875rem;
  table-layout: fixed;
}
.ping-recruit-c-wysiwyg table:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) tbody,
.ping-recruit-c-wysiwyg table:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) thead {
  min-width: 100%;
  display: table;
}
.ping-recruit-c-wysiwyg table:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) td,
.ping-recruit-c-wysiwyg table:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) th {
  border-right: 0.1875rem solid #fff;
  background-color: #fff;
  padding: 1.375rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-wysiwyg table:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) td,
  .ping-recruit-c-wysiwyg table:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) th {
    padding: 1.125rem 1.375rem;
  }
}
.ping-recruit-c-wysiwyg table:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) td:last-child,
.ping-recruit-c-wysiwyg table:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) th:last-child {
  border-right: none;
}
.ping-recruit-c-wysiwyg table:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) th {
  background: url("/assets/ping-recruit/img/common/bg_th.png") 0 0 repeat;
  background-size: 12.5rem;
}
.ping-recruit-c-wysiwyg table:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)),
.ping-recruit-c-wysiwyg table:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) tbody tr:nth-child(even) > * {
  background: url("/assets/ping-recruit/img/common/bg_base.png") 0 0 repeat;
  background-size: 12.5rem;
}
.ping-recruit-c-wysiwyg table:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) td > ul,
.ping-recruit-c-wysiwyg table:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) td > ol {
  margin-top: 0;
}
.ping-recruit-c-wysiwyg .c-wysiwyg__tableWrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.ping-recruit-c-wysiwyg .c-wysiwyg__tableWrap table {
  min-width: 600px;
}
.ping-recruit-c-wysiwyg code:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) .hljs-ln {
  margin-top: 0;
  margin-bottom: 0;
}
.ping-recruit-c-wysiwyg code:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) .hljs-ln-code,
.ping-recruit-c-wysiwyg code:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) .hljs-ln-numbers {
  border: none;
  padding: 0;
  min-width: 5px;
}
.ping-recruit-c-wysiwyg code:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) .hljs-ln-numbers {
  border-right: 1px solid #ccc;
}
.ping-recruit-c-wysiwyg img:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) {
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}
.ping-recruit-c-wysiwyg img.fr-bordered {
  border-width: 2px;
}
.ping-recruit-c-wysiwyg .fr-img-caption .fr-inner {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  color: var(--color-base-primary);
}
.ping-recruit-c-wysiwyg iframe:not(:where(.hbspt-form *, .mailchimpform *, .hs-form-html *)) {
  max-width: 100%;
}

.ping-recruit-c-notfound .c-notfound__inner {
  text-align: center;
}
.ping-recruit-c-notfound .c-notfound__titleEn {
  font-size: 3.75rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0.875rem;
  font-family: din-2014, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-notfound .c-notfound__titleEn {
    font-size: 2.5rem;
    margin-bottom: 0.3125rem;
  }
}
.ping-recruit-c-notfound .c-notfound__titleJa {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 2.75rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-notfound .c-notfound__titleJa {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
  }
}
.ping-recruit-c-notfound .c-notfound__text {
  margin-bottom: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-c-notfound .c-notfound__text {
    margin-bottom: 3.75rem;
  }
}

.ping-recruit-s-archive {
  padding-bottom: 8.75rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-archive {
    padding-bottom: 5rem;
  }
}
.ping-recruit-s-archive .ping-recruit-s-archive__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-archive .ping-recruit-s-archive__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.125rem;
  }
}
.ping-recruit-s-archive .ping-recruit-c-notfound {
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-archive .ping-recruit-c-notfound {
    padding-top: 1.5625rem;
  }
}
.ping-recruit-s-archive.-is-environment .ping-recruit-s-archive__list {
  padding-top: 3.25rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-archive.-is-environment .ping-recruit-s-archive__list {
    padding-top: 1.25rem;
  }
}
.ping-recruit-s-archive.-is-people .ping-recruit-s-archive__list {
  padding-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-archive.-is-people .ping-recruit-s-archive__list {
    padding-top: 4.8125rem;
  }
}
.ping-recruit-s-archive.-is-people .ping-recruit-s-archive__list .c-card__text {
  display: none;
}
.ping-recruit-s-archive.-is-blog .ping-recruit-s-archive__list {
  padding-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-archive.-is-blog .ping-recruit-s-archive__list {
    padding-top: 1.25rem;
  }
}

.ping-recruit-s-cta {
  position: relative;
  z-index: 0;
}
.ping-recruit-s-cta.-bgWhite::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
  background-color: #fff;
}
.ping-recruit-s-cta .ping-recruit-c-container {
  max-width: unset;
}
.ping-recruit-s-cta .ping-recruit-c-inner {
  max-width: unset;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-cta .ping-recruit-c-inner {
    padding: 0;
  }
}
.ping-recruit-s-cta .s-cta {
  width: 100%;
  background-color: #524E41;
  border-radius: 3rem;
  overflow: clip;
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-s-cta .s-cta {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(3rem * 1.6)) top, curve to right calc(3rem * 1.6) with calc(100% - calc(3rem * 1.6) * 0.12) top/right calc(calc(3rem * 1.6) * 0.12), line to right calc(100% - calc(3rem * 1.6)), curve to calc(100% - calc(3rem * 1.6)) bottom with right calc(100% - calc(3rem * 1.6) * 0.12)/calc(100% - calc(3rem * 1.6) * 0.12) bottom, line to calc(3rem * 1.6) bottom, curve to left calc(100% - calc(3rem * 1.6)) with calc(calc(3rem * 1.6) * 0.12) bottom/left calc(100% - calc(3rem * 1.6) * 0.12), line to left calc(3rem * 1.6), curve to calc(3rem * 1.6) top with left calc(calc(3rem * 1.6) * 0.12)/calc(calc(3rem * 1.6) * 0.12) top, line to calc(100% - calc(3rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(3rem * 1.6)) top, curve to right calc(3rem * 1.6) with calc(100% - calc(3rem * 1.6) * 0.12) top/right calc(calc(3rem * 1.6) * 0.12), line to right calc(100% - calc(3rem * 1.6)), curve to calc(100% - calc(3rem * 1.6)) bottom with right calc(100% - calc(3rem * 1.6) * 0.12)/calc(100% - calc(3rem * 1.6) * 0.12) bottom, line to calc(3rem * 1.6) bottom, curve to left calc(100% - calc(3rem * 1.6)) with calc(calc(3rem * 1.6) * 0.12) bottom/left calc(100% - calc(3rem * 1.6) * 0.12), line to left calc(3rem * 1.6), curve to calc(3rem * 1.6) top with left calc(calc(3rem * 1.6) * 0.12)/calc(calc(3rem * 1.6) * 0.12) top, line to calc(100% - calc(3rem * 1.6)) top, close);
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-cta .s-cta {
    border-radius: 1.5rem;
    overflow: clip;
  }
  @supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
    .ping-recruit-s-cta .s-cta {
      border-radius: 0;
      -webkit-clip-path: shape(from calc(100% - calc(1.5rem * 1.6)) top, curve to right calc(1.5rem * 1.6) with calc(100% - calc(1.5rem * 1.6) * 0.12) top/right calc(calc(1.5rem * 1.6) * 0.12), line to right calc(100% - calc(1.5rem * 1.6)), curve to calc(100% - calc(1.5rem * 1.6)) bottom with right calc(100% - calc(1.5rem * 1.6) * 0.12)/calc(100% - calc(1.5rem * 1.6) * 0.12) bottom, line to calc(1.5rem * 1.6) bottom, curve to left calc(100% - calc(1.5rem * 1.6)) with calc(calc(1.5rem * 1.6) * 0.12) bottom/left calc(100% - calc(1.5rem * 1.6) * 0.12), line to left calc(1.5rem * 1.6), curve to calc(1.5rem * 1.6) top with left calc(calc(1.5rem * 1.6) * 0.12)/calc(calc(1.5rem * 1.6) * 0.12) top, line to calc(100% - calc(1.5rem * 1.6)) top, close);
      clip-path: shape(from calc(100% - calc(1.5rem * 1.6)) top, curve to right calc(1.5rem * 1.6) with calc(100% - calc(1.5rem * 1.6) * 0.12) top/right calc(calc(1.5rem * 1.6) * 0.12), line to right calc(100% - calc(1.5rem * 1.6)), curve to calc(100% - calc(1.5rem * 1.6)) bottom with right calc(100% - calc(1.5rem * 1.6) * 0.12)/calc(100% - calc(1.5rem * 1.6) * 0.12) bottom, line to calc(1.5rem * 1.6) bottom, curve to left calc(100% - calc(1.5rem * 1.6)) with calc(calc(1.5rem * 1.6) * 0.12) bottom/left calc(100% - calc(1.5rem * 1.6) * 0.12), line to left calc(1.5rem * 1.6), curve to calc(1.5rem * 1.6) top with left calc(calc(1.5rem * 1.6) * 0.12)/calc(calc(1.5rem * 1.6) * 0.12) top, line to calc(100% - calc(1.5rem * 1.6)) top, close);
    }
  }
}
.ping-recruit-s-cta .s-cta__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.4375rem;
  padding: 4.5rem 6rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-cta .s-cta__body {
    gap: 1.5rem;
    padding: 3rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-cta.-page .s-cta__body {
    padding-bottom: 2.5rem;
  }
}
.ping-recruit-s-cta .s-cta__body__title {
  margin: 0;
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-cta .s-cta__body__title {
    font-size: 1.25rem;
  }
}
.ping-recruit-s-cta .s-cta__body__text {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-cta .s-cta__body__text {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}
.ping-recruit-s-cta .s-cta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 6rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-cta .s-cta__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1rem;
    padding: 0 0 3rem 1.5rem;
  }
}
.ping-recruit-s-cta .s-cta__list__item {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  color: #524E41;
}
.ping-recruit-s-cta .s-cta__list__item.-yellow .s-cta__list__item__bg {
  background-color: #FFE600;
}
.ping-recruit-s-cta .s-cta__list__item.-gold .s-cta__list__item__bg {
  background-color: #CD9B2A;
}
.ping-recruit-s-cta .s-cta__list__item.-gold .s-cta__list__itemHeader,
.ping-recruit-s-cta .s-cta__list__item.-gold .s-cta__list__item__title {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .ping-recruit-s-cta .s-cta__list__item {
    -webkit-transition: scale 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    transition: scale 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    will-change: scale;
  }
  .ping-recruit-s-cta .s-cta__list__item:hover {
    scale: 1.05;
  }
}
.ping-recruit-s-cta .s-cta__list__item__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 1.5rem 1.5rem 0rem 0rem;
  overflow: clip;
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-s-cta .s-cta__list__item__bg {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(1.5rem * 1.6)) top, line to calc(100% - calc(1.5rem * 1.6)) top, curve to right calc(1.5rem * 1.6) with calc(100% - calc(1.5rem * 1.6) * 0.12) top/right calc(calc(1.5rem * 1.6) * 0.12), line to right calc(100% - calc(0rem * 1.6)), curve to calc(100% - calc(0rem * 1.6)) bottom with right calc(100% - calc(0rem * 1.6) * 0.12)/calc(100% - calc(0rem * 1.6) * 0.12) bottom, line to calc(0rem * 1.6) bottom, curve to left calc(100% - calc(0rem * 1.6)) with calc(calc(0rem * 1.6) * 0.12) bottom/left calc(100% - calc(0rem * 1.6) * 0.12), line to left calc(1.5rem * 1.6), curve to calc(1.5rem * 1.6) top with left calc(calc(1.5rem * 1.6) * 0.12)/calc(calc(1.5rem * 1.6) * 0.12) top, line to calc(100% - calc(1.5rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(1.5rem * 1.6)) top, line to calc(100% - calc(1.5rem * 1.6)) top, curve to right calc(1.5rem * 1.6) with calc(100% - calc(1.5rem * 1.6) * 0.12) top/right calc(calc(1.5rem * 1.6) * 0.12), line to right calc(100% - calc(0rem * 1.6)), curve to calc(100% - calc(0rem * 1.6)) bottom with right calc(100% - calc(0rem * 1.6) * 0.12)/calc(100% - calc(0rem * 1.6) * 0.12) bottom, line to calc(0rem * 1.6) bottom, curve to left calc(100% - calc(0rem * 1.6)) with calc(calc(0rem * 1.6) * 0.12) bottom/left calc(100% - calc(0rem * 1.6) * 0.12), line to left calc(1.5rem * 1.6), curve to calc(1.5rem * 1.6) top with left calc(calc(1.5rem * 1.6) * 0.12)/calc(calc(1.5rem * 1.6) * 0.12) top, line to calc(100% - calc(1.5rem * 1.6)) top, close);
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-cta .s-cta__list__item__bg {
    border-radius: 0.75rem 0rem 0rem 0.75rem;
    overflow: clip;
  }
  @supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
    .ping-recruit-s-cta .s-cta__list__item__bg {
      border-radius: 0;
      -webkit-clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, line to calc(100% - calc(0rem * 1.6)) top, curve to right calc(0rem * 1.6) with calc(100% - calc(0rem * 1.6) * 0.12) top/right calc(calc(0rem * 1.6) * 0.12), line to right calc(100% - calc(0rem * 1.6)), curve to calc(100% - calc(0rem * 1.6)) bottom with right calc(100% - calc(0rem * 1.6) * 0.12)/calc(100% - calc(0rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
      clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, line to calc(100% - calc(0rem * 1.6)) top, curve to right calc(0rem * 1.6) with calc(100% - calc(0rem * 1.6) * 0.12) top/right calc(calc(0rem * 1.6) * 0.12), line to right calc(100% - calc(0rem * 1.6)), curve to calc(100% - calc(0rem * 1.6)) bottom with right calc(100% - calc(0rem * 1.6) * 0.12)/calc(100% - calc(0rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
    }
  }
}
.ping-recruit-s-cta .s-cta__list__item__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-cta .s-cta__list__item__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}
.ping-recruit-s-cta .s-cta__list__item__wrap .s-cta__list__item__catchline,
.ping-recruit-s-cta .s-cta__list__item__wrap .s-cta__list__itemTitle,
.ping-recruit-s-cta .s-cta__list__item__wrap .s-cta__list__itemText,
.ping-recruit-s-cta .s-cta__list__item__wrap .s-cta__list__itemLink {
  position: relative;
  z-index: 2;
}
.ping-recruit-s-cta .s-cta__list__item__btnList {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 0.875rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-cta .s-cta__list__item__btnList {
    gap: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-cta .s-cta__list__item__btnList .c-btn__linkInner {
    padding: 0.5rem 1.5rem 0.5rem 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-cta .s-cta__list__item__btnList .c-btn__text {
    min-height: unset;
  }
}
.ping-recruit-s-cta .s-cta__list__item__btnList .c-btn__link:not([target=_blank]) .c-btn__bg {
  background-color: #fff;
}
.ping-recruit-s-cta .s-cta__list__item__btnList .c-btn__link:not([target=_blank]) .c-btn__text {
  color: #000;
}
.ping-recruit-s-cta .s-cta__list__item__btnList .c-btn__link:not([target=_blank]) .c-btn__icon::before {
  border-color: #000;
  background-color: #fff;
}
.ping-recruit-s-cta .s-cta__list__item__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 2.25rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-cta .s-cta__list__item__title {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 5.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    padding: 0.5rem;
  }
}
.ping-recruit-s-cta .s-cta__list__item__catchline {
  position: relative;
  z-index: 0;
  top: -0.3125rem;
  padding-right: 0.25rem;
  font-size: 4.5rem;
  line-height: 0.8;
  letter-spacing: -0.005em;
  font-family: din-2014, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-cta .s-cta__list__item__catchline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    top: 0;
    width: 100%;
    padding: 0;
    font-size: 3rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}
.ping-recruit-s-cta .s-cta__list__item__icon {
  position: relative;
  z-index: 3;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 6rem;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-cta .s-cta__list__item__icon {
    width: 4.25rem;
    height: auto;
    position: absolute;
    bottom: 0.5rem;
    right: -0.75rem;
  }
}
.ping-recruit-s-cta .s-cta__list__item__icon.-red {
  background: url("/assets/ping-recruit/img/common/icon_person_red.svg") center center/contain no-repeat;
  -webkit-transform: translate(0.125rem, -2.1875rem);
  transform: translate(0.125rem, -2.1875rem);
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-cta .s-cta__list__item__icon.-red {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ping-recruit-s-cta .s-cta__list__item__icon.-blue {
  background: url("/assets/ping-recruit/img/common/icon_person_blue.svg") center center/contain no-repeat;
  -webkit-transform: translate(0, -2.5rem);
  transform: translate(0, -2.5rem);
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-cta .s-cta__list__item__icon.-blue {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-cta.-page .s-cta__list__item__icon {
    width: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-cta.-page .s-cta__list__item__icon.-red {
    bottom: unset;
    top: 8.125rem;
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-cta.-page .s-cta__list__item__icon.-blue {
    bottom: unset;
    top: 6.875rem;
  }
}
.ping-recruit-s-cta .s-cta__list__itemBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 3rem 1.5rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-cta .s-cta__list__itemBody {
    width: 100%;
    min-height: 12.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1rem;
    padding: 1.5rem 0.9375rem 0.625rem;
  }
}
.ping-recruit-s-cta .s-cta__list__itemBody .c-btn__linkInner {
  min-width: 13.75rem;
}
.ping-recruit-s-cta.-page .s-cta__list__itemBody {
  padding-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-cta.-page .s-cta__list__itemBody {
    padding: 1.5rem 1.5625rem 1.875rem 0.9375rem;
  }
}
.ping-recruit-s-cta .s-cta__list__itemHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 4.5625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-cta .s-cta__list__itemHeader {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 1rem;
  }
}
.ping-recruit-s-cta.-page .s-cta__list__itemHeader {
  gap: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-cta.-page .s-cta__list__itemHeader {
    gap: 1rem;
  }
}
.ping-recruit-s-cta .s-cta__list__itemTitle {
  display: block;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-cta .s-cta__list__itemTitle {
    font-size: 1.5rem;
  }
}
.ping-recruit-s-cta .s-cta__list__itemText {
  display: block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-cta .s-cta__list__itemText {
    font-size: 0.9375rem;
  }
}
.ping-recruit-s-cta .s-cta__list__itemText .parentheses {
  margin-left: -0.625rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-cta .s-cta__list__itemText .parentheses {
    margin-left: -0.375rem;
  }
}
.ping-recruit-s-cta .s-cta__list__itemLink {
  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: 0.75rem;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 1.25rem;
  font-weight: 900;
  white-space: nowrap;
  font-family: din-2014, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-cta .s-cta__list__itemLink {
    gap: 0.5rem;
    font-size: 1rem;
  }
}
.ping-recruit-s-cta .s-cta__list__itemLink .ping-recruit-c-arrow {
  width: 1.5rem;
  background-color: #524E41;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-cta .s-cta__list__itemLink .ping-recruit-c-arrow {
    width: 1.125rem;
  }
}
.ping-recruit-s-cta .s-cta__list__itemLink .ping-recruit-c-arrow::before {
  -webkit-mask: none;
  mask: none;
  border-radius: 50%;
  width: 0.5rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-cta .s-cta__list__itemLink .ping-recruit-c-arrow::before {
    width: 0.375rem;
  }
}
@media screen and (min-width: 768px) {
  .ping-recruit-s-cta .s-cta__list__item:hover .s-cta__list__itemLink .ping-recruit-c-arrow {
    opacity: 1;
  }
  .ping-recruit-s-cta .s-cta__list__item:hover .s-cta__list__itemLink .ping-recruit-c-arrow::before {
    translate: 500% -50%;
  }
  .ping-recruit-s-cta .s-cta__list__item:hover .s-cta__list__itemLink .ping-recruit-c-arrow::after {
    translate: -50% -50%;
  }
}
.ping-recruit-s-cta .s-cta__list__item__link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
}
.ping-recruit-s-cta.leadgridCms-onlyInnerWorkspace .s-cta__list__item__link {
  z-index: 1;
}
.ping-recruit-s-cta.leadgridCms-onlyInnerWorkspace .s-cta__list__itemBody > * {
  position: relative;
  z-index: 2;
}

.ping-recruit-s-detail .s-detail {
  overflow: hidden;
}
.ping-recruit-s-detail .s-detail__header {
  padding-top: 13.3125rem;
  padding-bottom: 4.75rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-detail .s-detail__header {
    padding-top: 7.5rem;
    padding-bottom: 1.875rem;
  }
}
.ping-recruit-s-detail .s-detail__header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 1.5rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-detail .s-detail__header__inner {
    gap: 0.625rem;
    padding-bottom: 1.875rem;
  }
}
.ping-recruit-s-detail .s-detail__header__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-detail .s-detail__header__category {
    gap: 0.625rem;
  }
}
.ping-recruit-s-detail .s-detail__header__categoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-detail .s-detail__header__categoryList {
    gap: 0.25rem;
  }
}
.ping-recruit-s-detail .s-detail__category {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  background-color: #000;
  color: #FFE600;
  font-size: 0.9375rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-detail .s-detail__category {
    padding: 0.25rem 0.375rem;
    font-size: 0.75rem;
  }
}
.ping-recruit-s-detail .s-detail__category.-category {
  background-color: #fff;
  color: #000;
}
.ping-recruit-s-detail .s-detail__header__date {
  -ms-flex-item-align: center;
  align-self: center;
  color: rgba(82, 78, 65, 0.5);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  text-align: right;
  margin-left: auto;
  font-family: din-2014, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-detail .s-detail__header__date {
    font-size: 0.875rem;
  }
}
.ping-recruit-s-detail .s-detail__header__title {
  margin: 0;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-detail .s-detail__header__title {
    font-size: 1.5rem;
  }
}
.ping-recruit-s-detail .s-detail__tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-detail .s-detail__tagList {
    gap: 0.25rem;
  }
}
.ping-recruit-s-detail .c-tagList__link {
  display: block;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.375rem 0.5rem;
  color: #524E41;
  background-color: rgba(82, 78, 65, 0.1);
  border-radius: 0.25rem;
  overflow: clip;
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-s-detail .c-tagList__link {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(0.25rem * 1.6)) top, curve to right calc(0.25rem * 1.6) with calc(100% - calc(0.25rem * 1.6) * 0.12) top/right calc(calc(0.25rem * 1.6) * 0.12), line to right calc(100% - calc(0.25rem * 1.6)), curve to calc(100% - calc(0.25rem * 1.6)) bottom with right calc(100% - calc(0.25rem * 1.6) * 0.12)/calc(100% - calc(0.25rem * 1.6) * 0.12) bottom, line to calc(0.25rem * 1.6) bottom, curve to left calc(100% - calc(0.25rem * 1.6)) with calc(calc(0.25rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.25rem * 1.6) * 0.12), line to left calc(0.25rem * 1.6), curve to calc(0.25rem * 1.6) top with left calc(calc(0.25rem * 1.6) * 0.12)/calc(calc(0.25rem * 1.6) * 0.12) top, line to calc(100% - calc(0.25rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(0.25rem * 1.6)) top, curve to right calc(0.25rem * 1.6) with calc(100% - calc(0.25rem * 1.6) * 0.12) top/right calc(calc(0.25rem * 1.6) * 0.12), line to right calc(100% - calc(0.25rem * 1.6)), curve to calc(100% - calc(0.25rem * 1.6)) bottom with right calc(100% - calc(0.25rem * 1.6) * 0.12)/calc(100% - calc(0.25rem * 1.6) * 0.12) bottom, line to calc(0.25rem * 1.6) bottom, curve to left calc(100% - calc(0.25rem * 1.6)) with calc(calc(0.25rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.25rem * 1.6) * 0.12), line to left calc(0.25rem * 1.6), curve to calc(0.25rem * 1.6) top with left calc(calc(0.25rem * 1.6) * 0.12)/calc(calc(0.25rem * 1.6) * 0.12) top, line to calc(100% - calc(0.25rem * 1.6)) top, close);
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-detail .c-tagList__link {
    font-size: 0.6875rem;
    padding: 0.25rem 0.375rem;
  }
}
.ping-recruit-s-detail .c-tagList__link::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 0.75rem;
  height: 0.75rem;
  -webkit-mask: url(../img/common/icon_tag.svg) no-repeat center center/contain;
  mask: url(../img/common/icon_tag.svg) no-repeat center center/contain;
  background-color: #524E41;
}
.ping-recruit-s-detail .s-detail__header__meta {
  position: relative;
}
.ping-recruit-s-detail .s-detail__header__bg {
  position: absolute;
  top: 13.375rem;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 90rem;
  width: 100%;
  height: 20.625rem;
  background: url("/assets/ping-recruit/img/common/bg_pageHeader_left.svg") left bottom/auto 100% repeat-x, url("/assets/ping-recruit/img/common/bg_pageHeader_center.svg") center bottom/auto 100% no-repeat;
}
.ping-recruit-s-detail .s-detail__header__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% + 27.625rem);
  width: 100%;
  height: 100%;
  background: #fff;
}
.ping-recruit-s-detail .s-detail__header__bg::before {
  content: "";
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 300%;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-detail .s-detail__header__bg {
    top: -10rem;
    min-width: unset;
    height: 8.1875rem;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
  }
  .ping-recruit-s-detail .s-detail__header__bg::after {
    left: calc(50% + 15rem);
  }
}
.ping-recruit-s-detail .s-detail__header__icon {
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  z-index: 2;
}
.ping-recruit-s-detail .s-detail__header__icon.-red {
  top: 29.5rem;
  left: calc(50% - 40.625rem);
  width: 4.25rem;
  background: url("/assets/ping-recruit/img/common/icon_person_red.svg") center center/contain no-repeat;
}
.ping-recruit-s-detail .s-detail__header__icon.-blue {
  top: 29.375rem;
  left: calc(50% - 34.375rem);
  width: 4.25rem;
  background: url("/assets/ping-recruit/img/common/icon_person_blue.svg") center center/contain no-repeat;
}
.ping-recruit-s-detail .s-detail__header__icon.-pin {
  top: 10rem;
  left: calc(50% + 28.125rem);
  width: 4.5rem;
  background: url("/assets/ping-recruit/img/common/icon_pin.svg") center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-detail .s-detail__header__icon.-pin {
    top: -3.75rem;
    right: 1.5rem;
    left: unset;
    width: 2.875rem;
  }
}
.ping-recruit-s-detail .s-detail__header__meta__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-detail .s-detail__header__meta__inner {
    min-height: unset;
  }
}
.ping-recruit-s-detail .s-detail__share {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 1.25rem;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-detail .s-detail__share {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}
.ping-recruit-s-detail .s-detail__share__title {
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
  font-family: din-2014, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.ping-recruit-s-detail .s-detail__share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-detail .s-detail__share__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}
.ping-recruit-s-detail .s-detail__share__list > * {
  display: block;
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1;
}
.ping-recruit-s-detail .s-detail__share__list button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  padding: 0;
}
.ping-recruit-s-detail .s-detail__share__list .copy-link {
  position: relative;
  z-index: 2;
  outline: none;
}
.ping-recruit-s-detail .s-detail__share__list .popup {
  opacity: 0;
  position: absolute;
  top: 50%;
  right: -1.25rem;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-detail .s-detail__share__list .popup {
    bottom: initial;
    left: 50%;
    top: -0.3125rem;
    right: initial;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
}
.ping-recruit-s-detail .s-detail__share__list .popup::before {
  content: "コピーしました";
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #000;
  padding: 0.625rem;
  border-radius: 100vmax;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-detail .s-detail__share__list .popup::before {
    font-size: 0.625rem;
    padding: 0.375rem 0.5rem;
  }
}
.ping-recruit-s-detail .s-detail__share__list .popup::after {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #000;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0.125rem;
  -webkit-transform: translate(-100%, -50%) rotate(-90deg);
  transform: translate(-100%, -50%) rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-detail .s-detail__share__list .popup::after {
    left: 50%;
    top: initial;
    bottom: 0;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    width: 0.375rem;
    height: 0.375rem;
  }
}
.ping-recruit-s-detail .s-detail__share__list .popup.is-active {
  -webkit-animation: copyLink 1.5s forwards;
  animation: copyLink 1.5s forwards;
}
@-webkit-keyframes copyLink {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes copyLink {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ping-recruit-s-detail .s-detail__featureImage,
.ping-recruit-s-detail .s-detail__toc,
.ping-recruit-s-detail .s-detail__content {
  width: 52.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-detail .s-detail__featureImage,
  .ping-recruit-s-detail .s-detail__toc,
  .ping-recruit-s-detail .s-detail__content {
    width: 100%;
  }
}
.ping-recruit-s-detail .s-detail__featureImage {
  overflow: hidden;
  aspect-ratio: 840/473;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-detail .s-detail__featureImage {
    width: 100vw;
    aspect-ratio: 375/211;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.ping-recruit-s-detail .s-detail__featureImage img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.ping-recruit-s-detail .s-detail__featureImage.-border {
  border: 0.125rem solid rgba(82, 78, 65, 0.4);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.ping-recruit-s-detail .s-detail__body {
  background-color: #fff;
  padding-bottom: 8.75rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-detail .s-detail__body {
    padding-bottom: 5rem;
  }
}
.ping-recruit-s-detail .s-detail__toc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 3.75rem;
  background-color: #524E41;
  border-radius: 0.75rem;
  overflow: clip;
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-s-detail .s-detail__toc {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-detail .s-detail__toc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 3.125rem;
    border-radius: 0.3125rem;
    overflow: clip;
  }
  @supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
    .ping-recruit-s-detail .s-detail__toc {
      border-radius: 0;
      -webkit-clip-path: shape(from calc(100% - calc(0.3125rem * 1.6)) top, curve to right calc(0.3125rem * 1.6) with calc(100% - calc(0.3125rem * 1.6) * 0.12) top/right calc(calc(0.3125rem * 1.6) * 0.12), line to right calc(100% - calc(0.3125rem * 1.6)), curve to calc(100% - calc(0.3125rem * 1.6)) bottom with right calc(100% - calc(0.3125rem * 1.6) * 0.12)/calc(100% - calc(0.3125rem * 1.6) * 0.12) bottom, line to calc(0.3125rem * 1.6) bottom, curve to left calc(100% - calc(0.3125rem * 1.6)) with calc(calc(0.3125rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.3125rem * 1.6) * 0.12), line to left calc(0.3125rem * 1.6), curve to calc(0.3125rem * 1.6) top with left calc(calc(0.3125rem * 1.6) * 0.12)/calc(calc(0.3125rem * 1.6) * 0.12) top, line to calc(100% - calc(0.3125rem * 1.6)) top, close);
      clip-path: shape(from calc(100% - calc(0.3125rem * 1.6)) top, curve to right calc(0.3125rem * 1.6) with calc(100% - calc(0.3125rem * 1.6) * 0.12) top/right calc(calc(0.3125rem * 1.6) * 0.12), line to right calc(100% - calc(0.3125rem * 1.6)), curve to calc(100% - calc(0.3125rem * 1.6)) bottom with right calc(100% - calc(0.3125rem * 1.6) * 0.12)/calc(100% - calc(0.3125rem * 1.6) * 0.12) bottom, line to calc(0.3125rem * 1.6) bottom, curve to left calc(100% - calc(0.3125rem * 1.6)) with calc(calc(0.3125rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.3125rem * 1.6) * 0.12), line to left calc(0.3125rem * 1.6), curve to calc(0.3125rem * 1.6) top with left calc(calc(0.3125rem * 1.6) * 0.12)/calc(calc(0.3125rem * 1.6) * 0.12) top, line to calc(100% - calc(0.3125rem * 1.6)) top, close);
    }
  }
}
.ping-recruit-s-detail .s-detail__toc__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 2.25rem 3rem;
  border-right: 0.1875rem solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-detail .s-detail__toc__title {
    padding: 0 1.25rem 0.8125rem;
    border-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 1rem;
  }
}
.ping-recruit-s-detail .s-detail__toc__title::after {
  content: "Index";
  color: rgba(0, 0, 0, 0.15);
  font-size: 3.0625rem;
  line-height: 0.8;
  white-space: nowrap;
  font-family: din-2014, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-detail .s-detail__toc__title::after {
    font-size: 3rem;
  }
}
.ping-recruit-s-detail .s-detail__toc__h2list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 0.75rem;
  width: 100%;
  overflow: hidden;
  padding: 2.25rem 3rem 2.25rem 2.25rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-detail .s-detail__toc__h2list {
    gap: 0.625rem;
    padding: 0 1.25rem 1.5rem;
  }
}
.ping-recruit-s-detail .s-detail__toc__h2list a {
  display: inline-block;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: underline;
}
.ping-recruit-s-detail .s-detail__toc__h2list li {
  position: relative;
  padding-left: 1.5rem;
}
.ping-recruit-s-detail .s-detail__toc__h2list li::before {
  content: "";
  position: absolute;
  top: 0.6875rem;
  left: 0.1875rem;
  width: 0.375rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
}
.ping-recruit-s-detail .s-detail__toc__h2list li > ul {
  padding-top: 0.25rem;
}
.ping-recruit-s-detail .s-detail__toc__h2list li > ul li::before {
  width: 0.5rem;
  height: 0.25rem;
  aspect-ratio: unset;
  background-color: transparent;
  border-radius: 0;
  border-left: 0.125rem solid rgba(255, 255, 255, 0.24);
  border-bottom: 0.125rem solid rgba(255, 255, 255, 0.24);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.ping-recruit-s-mv {
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding-top: 6.75rem;
}
.ping-recruit-s-mv .s-mv__top__bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 90rem;
  width: 100%;
  height: 14.0625rem;
  background: url("/assets/ping-recruit/img/top/bg_mv_side.svg") left bottom/auto 100% repeat-x, url("/assets/ping-recruit/img/top/bg_mv_center.svg") center bottom/auto 100% no-repeat, url("/assets/ping-recruit/img/top/bg_mv_side.svg") right bottom/auto 100% repeat-x;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-mv .s-mv__top__bg {
    top: 9.875rem;
    bottom: unset;
    min-width: unset;
    height: 5.625rem;
  }
}
.ping-recruit-s-mv .s-mv__top__bg::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -18.75rem;
  left: 0;
  width: 100%;
  height: 18.75rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-mv .s-mv__top__bg::before {
    display: none;
  }
}
.ping-recruit-s-mv .s-mv__top__fill {
  display: none;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-mv .s-mv__top__fill {
    display: block;
    position: absolute;
    top: 15.625rem;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
  }
}
.ping-recruit-s-mv .s-mv__top__pin {
  position: absolute;
  bottom: 12rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 7.5rem;
  height: auto;
  aspect-ratio: 1;
  background: url("/assets/ping-recruit/img/top/bg_mv_pin.svg") center center/contain no-repeat;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-mv .s-mv__top__pin {
    top: 7rem;
    width: 3.9375rem;
    height: 3.9375rem;
  }
}
.ping-recruit-s-mv .s-mv__top {
  position: relative;
  height: 100vh;
  margin-top: -6.75rem;
  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) {
  .ping-recruit-s-mv .s-mv__top {
    height: initial;
    margin-top: 0;
  }
}
.ping-recruit-s-mv .s-mv__top .ping-recruit-c-container {
  position: relative;
  width: 100%;
}
@media (min-width: 1921px) {
  .ping-recruit-s-mv .s-mv__top .ping-recruit-c-inner {
    max-width: 1792px;
    padding: 0;
  }
}
@media (max-width: 1920px) {
  .ping-recruit-s-mv .s-mv__top .ping-recruit-c-inner {
    max-width: 100%;
    padding: 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-mv .s-mv__top .ping-recruit-c-inner {
    padding: 0 0.5rem 4.375rem;
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-mv .s-mv__top .s-mv__bottom__list {
    padding: 0 0.625rem;
  }
}
.ping-recruit-s-mv .s-mv__top .s-mv__bottom__list .c-btn__linkInner {
  min-width: 13.4375rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-mv .s-mv__top .s-mv__bottom__list .c-btn__linkInner {
    padding: 0.5rem 1.25rem;
    min-width: 9.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-mv .s-mv__top .s-mv__bottom__list .c-btn__icon::before {
    width: 1.375rem;
    border-width: 0.46875rem;
  }
}
@media screen and (min-width: 768px) {
  .ping-recruit-s-mv .s-mv__top .s-mv__bottom__list .ping-recruit-c-btn:hover .c-btn__linkInner {
    min-width: 15.625rem;
  }
}
.ping-recruit-s-mv .s-mv__title {
  position: absolute;
  top: 3rem;
  left: 0;
  z-index: 2;
  width: 100%;
  margin: 0;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-mv .s-mv__title {
    position: relative;
    top: auto;
    left: auto;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }
}
.ping-recruit-s-mv .s-mv__imageList,
.ping-recruit-s-mv .s-mv__bottom__list {
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-mv .s-mv__imageList,
  .ping-recruit-s-mv .s-mv__bottom__list {
    width: 100%;
  }
}
.ping-recruit-s-mv .s-mv__imageList {
  min-width: 0;
  border-radius: 3rem;
  overflow: clip;
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-s-mv .s-mv__imageList {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(3rem * 1.6)) top, curve to right calc(3rem * 1.6) with calc(100% - calc(3rem * 1.6) * 0.12) top/right calc(calc(3rem * 1.6) * 0.12), line to right calc(100% - calc(3rem * 1.6)), curve to calc(100% - calc(3rem * 1.6)) bottom with right calc(100% - calc(3rem * 1.6) * 0.12)/calc(100% - calc(3rem * 1.6) * 0.12) bottom, line to calc(3rem * 1.6) bottom, curve to left calc(100% - calc(3rem * 1.6)) with calc(calc(3rem * 1.6) * 0.12) bottom/left calc(100% - calc(3rem * 1.6) * 0.12), line to left calc(3rem * 1.6), curve to calc(3rem * 1.6) top with left calc(calc(3rem * 1.6) * 0.12)/calc(calc(3rem * 1.6) * 0.12) top, line to calc(100% - calc(3rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(3rem * 1.6)) top, curve to right calc(3rem * 1.6) with calc(100% - calc(3rem * 1.6) * 0.12) top/right calc(calc(3rem * 1.6) * 0.12), line to right calc(100% - calc(3rem * 1.6)), curve to calc(100% - calc(3rem * 1.6)) bottom with right calc(100% - calc(3rem * 1.6) * 0.12)/calc(100% - calc(3rem * 1.6) * 0.12) bottom, line to calc(3rem * 1.6) bottom, curve to left calc(100% - calc(3rem * 1.6)) with calc(calc(3rem * 1.6) * 0.12) bottom/left calc(100% - calc(3rem * 1.6) * 0.12), line to left calc(3rem * 1.6), curve to calc(3rem * 1.6) top with left calc(calc(3rem * 1.6) * 0.12)/calc(calc(3rem * 1.6) * 0.12) top, line to calc(100% - calc(3rem * 1.6)) top, close);
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-mv .s-mv__imageList {
    border-radius: 1.5rem;
    overflow: clip;
  }
  @supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
    .ping-recruit-s-mv .s-mv__imageList {
      border-radius: 0;
      -webkit-clip-path: shape(from calc(100% - calc(1.5rem * 1.6)) top, curve to right calc(1.5rem * 1.6) with calc(100% - calc(1.5rem * 1.6) * 0.12) top/right calc(calc(1.5rem * 1.6) * 0.12), line to right calc(100% - calc(1.5rem * 1.6)), curve to calc(100% - calc(1.5rem * 1.6)) bottom with right calc(100% - calc(1.5rem * 1.6) * 0.12)/calc(100% - calc(1.5rem * 1.6) * 0.12) bottom, line to calc(1.5rem * 1.6) bottom, curve to left calc(100% - calc(1.5rem * 1.6)) with calc(calc(1.5rem * 1.6) * 0.12) bottom/left calc(100% - calc(1.5rem * 1.6) * 0.12), line to left calc(1.5rem * 1.6), curve to calc(1.5rem * 1.6) top with left calc(calc(1.5rem * 1.6) * 0.12)/calc(calc(1.5rem * 1.6) * 0.12) top, line to calc(100% - calc(1.5rem * 1.6)) top, close);
      clip-path: shape(from calc(100% - calc(1.5rem * 1.6)) top, curve to right calc(1.5rem * 1.6) with calc(100% - calc(1.5rem * 1.6) * 0.12) top/right calc(calc(1.5rem * 1.6) * 0.12), line to right calc(100% - calc(1.5rem * 1.6)), curve to calc(100% - calc(1.5rem * 1.6)) bottom with right calc(100% - calc(1.5rem * 1.6) * 0.12)/calc(100% - calc(1.5rem * 1.6) * 0.12) bottom, line to calc(1.5rem * 1.6) bottom, curve to left calc(100% - calc(1.5rem * 1.6)) with calc(calc(1.5rem * 1.6) * 0.12) bottom/left calc(100% - calc(1.5rem * 1.6) * 0.12), line to left calc(1.5rem * 1.6), curve to calc(1.5rem * 1.6) top with left calc(calc(1.5rem * 1.6) * 0.12)/calc(calc(1.5rem * 1.6) * 0.12) top, line to calc(100% - calc(1.5rem * 1.6)) top, close);
    }
  }
}
.ping-recruit-s-mv .s-mv__imageList .swiper {
  width: 100%;
}
.ping-recruit-s-mv .s-mv__controlWrap {
  position: absolute;
  right: 0;
  bottom: 3.75rem;
  padding-right: 3rem;
  z-index: 2;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-mv .s-mv__controlWrap {
    bottom: 1.5rem;
    width: 100%;
    padding: 0 0.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.ping-recruit-s-mv .s-mv__controlWrap .c-slider__explore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1;
  font-weight: 900;
  font-family: din-2014, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-mv .s-mv__controlWrap .c-slider__explore {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-transform: none;
    transform: none;
  }
}
.ping-recruit-s-mv .s-mv__controlWrap .c-slider__explore .ping-recruit-c-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ping-recruit-s-mv .s-mv__image {
  position: relative;
  z-index: 0;
  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) {
  .ping-recruit-s-mv .s-mv__image {
    padding-top: 5.125rem;
    gap: 0.5rem;
    z-index: 2;
  }
}
.ping-recruit-s-mv .s-mv__imageItem {
  position: relative;
  width: 24rem;
  aspect-ratio: 384/504;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-mv .s-mv__imageItem {
    width: unset;
  }
}
.ping-recruit-s-mv .s-mv__imageItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
.ping-recruit-s-mv .s-mv__imageItem {
  width: 100%;
  aspect-ratio: 384/504;
  overflow: hidden;
}
.ping-recruit-s-mv .s-mv__imageItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
.ping-recruit-s-mv .s-mv__arrangement {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: calc(100% - 7.5rem);
  max-height: 5.5rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  aspect-ratio: 1320/88;
  -webkit-transition: -webkit-filter 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: -webkit-filter 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: filter 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: filter 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-filter 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-mv .s-mv__arrangement {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: none;
    transform: none;
  }
}
.ping-recruit-s-mv .s-mv__arrangement span {
  display: block;
  width: 100%;
  height: -webkit-fill-available;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  aspect-ratio: 1320/88;
}
.ping-recruit-s-mv .s-mv__arrangement.-is-in-bottom {
  -webkit-filter: invert(0.06) !important;
  filter: invert(0.06) !important;
}
.ping-recruit-s-mv .s-mv__button {
  position: relative;
  z-index: 3;
  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-top: -2.25rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-mv .s-mv__button {
    margin-top: -1.25rem;
    gap: 0.5rem;
  }
}
.ping-recruit-s-mv .s-mv__bottom {
  position: relative;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 900;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-mv .s-mv__bottom {
    font-size: 1rem;
  }
}
.ping-recruit-s-mv .s-mv__bottom .ping-recruit-c-inner {
  position: relative;
  z-index: 2;
  padding-top: 7.5rem;
  padding-bottom: 9.1875rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-mv .s-mv__bottom .ping-recruit-c-inner {
    padding: 5rem 0.5rem 7.5rem;
  }
}
.ping-recruit-s-mv .s-mv__bottom .s-mv__bottom__icon {
  width: 4.5rem;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-mv .s-mv__bottom .s-mv__bottom__icon {
    width: 2.25rem;
  }
}
.ping-recruit-s-mv .s-mv__bottom .s-mv__bottom__icon.-red {
  top: 7.5rem;
  left: calc(50% - 37.5rem);
  background: url("/assets/ping-recruit/img/common/icon_person_red.svg") center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-mv .s-mv__bottom .s-mv__bottom__icon.-red {
    top: 3rem;
    left: calc(50% - 9.375rem);
  }
}
.ping-recruit-s-mv .s-mv__bottom .s-mv__bottom__icon.-blue {
  top: 32rem;
  left: calc(50% - 30rem);
  background: url("/assets/ping-recruit/img/common/icon_person_blue.svg") center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-mv .s-mv__bottom .s-mv__bottom__icon.-blue {
    top: 8rem;
    left: calc(50% - 5.625rem);
  }
}
.ping-recruit-s-mv .s-mv__bottom .s-mv__bottom__icon.-cart {
  top: 26.25rem;
  left: calc(50% + 25.5rem);
  background: url("/assets/ping-recruit/img/common/icon_cart.svg") center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-mv .s-mv__bottom .s-mv__bottom__icon.-cart {
    top: 1.5rem;
    left: calc(50% + 7.5rem);
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-mv .s-mv__bottom .s-mv__bottom__text {
    padding-top: 6rem;
  }
}
.ping-recruit-s-mv .s-mv__bottom .s-mv__bottom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3rem;
  padding-top: 4.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-mv .s-mv__bottom .s-mv__bottom__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 0.75rem;
    padding-top: 4.5rem;
    width: unset;
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-mv .s-mv__bottom .s-mv__bottom__list .c-btn__linkInner {
    width: unset;
  }
}

.ping-recruit-s-topMessage {
  padding: 6.25rem 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topMessage {
    padding: 3.75rem 0;
  }
}
.ping-recruit-s-topMessage .ping-recruit-c-container {
  max-width: unset;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topMessage .ping-recruit-c-container {
    padding: 0;
  }
}
.ping-recruit-s-topMessage .ping-recruit-c-inner {
  max-width: unset;
  padding: 0.1875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topMessage .ping-recruit-c-inner {
    padding: 0;
  }
}
.ping-recruit-s-topMessage .ping-recruit-c-inner::before {
  content: "";
  width: calc(100% + 0.375rem);
  height: calc(100% + 0.375rem);
  background-color: #f5f5f3;
  border-radius: 3.375rem;
  overflow: clip;
  position: absolute;
  top: -0.1875rem;
  left: -0.1875rem;
  bottom: 0rem;
  right: 0rem;
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-s-topMessage .ping-recruit-c-inner::before {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(3.375rem * 1.6)) top, curve to right calc(3.375rem * 1.6) with calc(100% - calc(3.375rem * 1.6) * 0.12) top/right calc(calc(3.375rem * 1.6) * 0.12), line to right calc(100% - calc(3.375rem * 1.6)), curve to calc(100% - calc(3.375rem * 1.6)) bottom with right calc(100% - calc(3.375rem * 1.6) * 0.12)/calc(100% - calc(3.375rem * 1.6) * 0.12) bottom, line to calc(3.375rem * 1.6) bottom, curve to left calc(100% - calc(3.375rem * 1.6)) with calc(calc(3.375rem * 1.6) * 0.12) bottom/left calc(100% - calc(3.375rem * 1.6) * 0.12), line to left calc(3.375rem * 1.6), curve to calc(3.375rem * 1.6) top with left calc(calc(3.375rem * 1.6) * 0.12)/calc(calc(3.375rem * 1.6) * 0.12) top, line to calc(100% - calc(3.375rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(3.375rem * 1.6)) top, curve to right calc(3.375rem * 1.6) with calc(100% - calc(3.375rem * 1.6) * 0.12) top/right calc(calc(3.375rem * 1.6) * 0.12), line to right calc(100% - calc(3.375rem * 1.6)), curve to calc(100% - calc(3.375rem * 1.6)) bottom with right calc(100% - calc(3.375rem * 1.6) * 0.12)/calc(100% - calc(3.375rem * 1.6) * 0.12) bottom, line to calc(3.375rem * 1.6) bottom, curve to left calc(100% - calc(3.375rem * 1.6)) with calc(calc(3.375rem * 1.6) * 0.12) bottom/left calc(100% - calc(3.375rem * 1.6) * 0.12), line to left calc(3.375rem * 1.6), curve to calc(3.375rem * 1.6) top with left calc(calc(3.375rem * 1.6) * 0.12)/calc(calc(3.375rem * 1.6) * 0.12) top, line to calc(100% - calc(3.375rem * 1.6)) top, close);
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topMessage .ping-recruit-c-inner::before {
    border-radius: 1.375rem;
    overflow: clip;
  }
  @supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
    .ping-recruit-s-topMessage .ping-recruit-c-inner::before {
      border-radius: 0;
      -webkit-clip-path: shape(from calc(100% - calc(1.375rem * 1.6)) top, curve to right calc(1.375rem * 1.6) with calc(100% - calc(1.375rem * 1.6) * 0.12) top/right calc(calc(1.375rem * 1.6) * 0.12), line to right calc(100% - calc(1.375rem * 1.6)), curve to calc(100% - calc(1.375rem * 1.6)) bottom with right calc(100% - calc(1.375rem * 1.6) * 0.12)/calc(100% - calc(1.375rem * 1.6) * 0.12) bottom, line to calc(1.375rem * 1.6) bottom, curve to left calc(100% - calc(1.375rem * 1.6)) with calc(calc(1.375rem * 1.6) * 0.12) bottom/left calc(100% - calc(1.375rem * 1.6) * 0.12), line to left calc(1.375rem * 1.6), curve to calc(1.375rem * 1.6) top with left calc(calc(1.375rem * 1.6) * 0.12)/calc(calc(1.375rem * 1.6) * 0.12) top, line to calc(100% - calc(1.375rem * 1.6)) top, close);
      clip-path: shape(from calc(100% - calc(1.375rem * 1.6)) top, curve to right calc(1.375rem * 1.6) with calc(100% - calc(1.375rem * 1.6) * 0.12) top/right calc(calc(1.375rem * 1.6) * 0.12), line to right calc(100% - calc(1.375rem * 1.6)), curve to calc(100% - calc(1.375rem * 1.6)) bottom with right calc(100% - calc(1.375rem * 1.6) * 0.12)/calc(100% - calc(1.375rem * 1.6) * 0.12) bottom, line to calc(1.375rem * 1.6) bottom, curve to left calc(100% - calc(1.375rem * 1.6)) with calc(calc(1.375rem * 1.6) * 0.12) bottom/left calc(100% - calc(1.375rem * 1.6) * 0.12), line to left calc(1.375rem * 1.6), curve to calc(1.375rem * 1.6) top with left calc(calc(1.375rem * 1.6) * 0.12)/calc(calc(1.375rem * 1.6) * 0.12) top, line to calc(100% - calc(1.375rem * 1.6)) top, close);
    }
  }
}
.ping-recruit-s-topMessage .s-topMessage__bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 90rem;
  width: 100%;
  height: 18.75rem;
  background: url("/assets/ping-recruit/img/top/bg_mv_bottom_center.svg") center bottom/auto 100% no-repeat;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topMessage .s-topMessage__bg {
    top: 0;
    min-width: unset;
    height: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .ping-recruit-s-topMessage .s-topMessage__bg::before {
    content: "";
    position: absolute;
    top: -18.75rem;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 18.75rem;
    background: #fff;
  }
}
.ping-recruit-s-topMessage .s-topMessage__fill {
  display: none;
}
@media screen and (min-width: 1940px) {
  .ping-recruit-s-topMessage .s-topMessage__fill {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 18.75rem;
  }
  .ping-recruit-s-topMessage .s-topMessage__fill::before, .ping-recruit-s-topMessage .s-topMessage__fill::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: url("/assets/ping-recruit/img/top/bg_mv_bottom_side.svg") center bottom/auto 100% repeat-x;
  }
  .ping-recruit-s-topMessage .s-topMessage__fill::before {
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .ping-recruit-s-topMessage .s-topMessage__fill::after {
    right: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
.ping-recruit-s-topMessage .s-topMessage__textArea {
  position: relative;
  height: 44.25rem;
  padding: 7.5rem 6rem 0;
  background-color: #ebedef;
  border-radius: 3rem;
  overflow: clip;
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-s-topMessage .s-topMessage__textArea {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(3rem * 1.6)) top, curve to right calc(3rem * 1.6) with calc(100% - calc(3rem * 1.6) * 0.12) top/right calc(calc(3rem * 1.6) * 0.12), line to right calc(100% - calc(3rem * 1.6)), curve to calc(100% - calc(3rem * 1.6)) bottom with right calc(100% - calc(3rem * 1.6) * 0.12)/calc(100% - calc(3rem * 1.6) * 0.12) bottom, line to calc(3rem * 1.6) bottom, curve to left calc(100% - calc(3rem * 1.6)) with calc(calc(3rem * 1.6) * 0.12) bottom/left calc(100% - calc(3rem * 1.6) * 0.12), line to left calc(3rem * 1.6), curve to calc(3rem * 1.6) top with left calc(calc(3rem * 1.6) * 0.12)/calc(calc(3rem * 1.6) * 0.12) top, line to calc(100% - calc(3rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(3rem * 1.6)) top, curve to right calc(3rem * 1.6) with calc(100% - calc(3rem * 1.6) * 0.12) top/right calc(calc(3rem * 1.6) * 0.12), line to right calc(100% - calc(3rem * 1.6)), curve to calc(100% - calc(3rem * 1.6)) bottom with right calc(100% - calc(3rem * 1.6) * 0.12)/calc(100% - calc(3rem * 1.6) * 0.12) bottom, line to calc(3rem * 1.6) bottom, curve to left calc(100% - calc(3rem * 1.6)) with calc(calc(3rem * 1.6) * 0.12) bottom/left calc(100% - calc(3rem * 1.6) * 0.12), line to left calc(3rem * 1.6), curve to calc(3rem * 1.6) top with left calc(calc(3rem * 1.6) * 0.12)/calc(calc(3rem * 1.6) * 0.12) top, line to calc(100% - calc(3rem * 1.6)) top, close);
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topMessage .s-topMessage__textArea {
    padding: 4.5rem 0.75rem 1.5rem;
    height: unset;
    border-radius: 1.5rem;
    overflow: clip;
  }
  @supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
    .ping-recruit-s-topMessage .s-topMessage__textArea {
      border-radius: 0;
      -webkit-clip-path: shape(from calc(100% - calc(1.5rem * 1.6)) top, curve to right calc(1.5rem * 1.6) with calc(100% - calc(1.5rem * 1.6) * 0.12) top/right calc(calc(1.5rem * 1.6) * 0.12), line to right calc(100% - calc(1.5rem * 1.6)), curve to calc(100% - calc(1.5rem * 1.6)) bottom with right calc(100% - calc(1.5rem * 1.6) * 0.12)/calc(100% - calc(1.5rem * 1.6) * 0.12) bottom, line to calc(1.5rem * 1.6) bottom, curve to left calc(100% - calc(1.5rem * 1.6)) with calc(calc(1.5rem * 1.6) * 0.12) bottom/left calc(100% - calc(1.5rem * 1.6) * 0.12), line to left calc(1.5rem * 1.6), curve to calc(1.5rem * 1.6) top with left calc(calc(1.5rem * 1.6) * 0.12)/calc(calc(1.5rem * 1.6) * 0.12) top, line to calc(100% - calc(1.5rem * 1.6)) top, close);
      clip-path: shape(from calc(100% - calc(1.5rem * 1.6)) top, curve to right calc(1.5rem * 1.6) with calc(100% - calc(1.5rem * 1.6) * 0.12) top/right calc(calc(1.5rem * 1.6) * 0.12), line to right calc(100% - calc(1.5rem * 1.6)), curve to calc(100% - calc(1.5rem * 1.6)) bottom with right calc(100% - calc(1.5rem * 1.6) * 0.12)/calc(100% - calc(1.5rem * 1.6) * 0.12) bottom, line to calc(1.5rem * 1.6) bottom, curve to left calc(100% - calc(1.5rem * 1.6)) with calc(calc(1.5rem * 1.6) * 0.12) bottom/left calc(100% - calc(1.5rem * 1.6) * 0.12), line to left calc(1.5rem * 1.6), curve to calc(1.5rem * 1.6) top with left calc(calc(1.5rem * 1.6) * 0.12)/calc(calc(1.5rem * 1.6) * 0.12) top, line to calc(100% - calc(1.5rem * 1.6)) top, close);
    }
  }
}
.ping-recruit-s-topMessage .s-topMessage__textArea .s-topMessage__textArea__inner {
  margin: 0 auto;
  max-width: 120rem;
}
.ping-recruit-s-topMessage .s-topMessage__textArea .s-topMessage__textArea__bg {
  position: absolute;
  top: 0rem;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  z-index: 0;
  border-radius: 2.8125rem;
  overflow: clip;
  background-size: cover;
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-s-topMessage .s-topMessage__textArea .s-topMessage__textArea__bg {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(2.8125rem * 1.6)) top, curve to right calc(2.8125rem * 1.6) with calc(100% - calc(2.8125rem * 1.6) * 0.12) top/right calc(calc(2.8125rem * 1.6) * 0.12), line to right calc(100% - calc(2.8125rem * 1.6)), curve to calc(100% - calc(2.8125rem * 1.6)) bottom with right calc(100% - calc(2.8125rem * 1.6) * 0.12)/calc(100% - calc(2.8125rem * 1.6) * 0.12) bottom, line to calc(2.8125rem * 1.6) bottom, curve to left calc(100% - calc(2.8125rem * 1.6)) with calc(calc(2.8125rem * 1.6) * 0.12) bottom/left calc(100% - calc(2.8125rem * 1.6) * 0.12), line to left calc(2.8125rem * 1.6), curve to calc(2.8125rem * 1.6) top with left calc(calc(2.8125rem * 1.6) * 0.12)/calc(calc(2.8125rem * 1.6) * 0.12) top, line to calc(100% - calc(2.8125rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(2.8125rem * 1.6)) top, curve to right calc(2.8125rem * 1.6) with calc(100% - calc(2.8125rem * 1.6) * 0.12) top/right calc(calc(2.8125rem * 1.6) * 0.12), line to right calc(100% - calc(2.8125rem * 1.6)), curve to calc(100% - calc(2.8125rem * 1.6)) bottom with right calc(100% - calc(2.8125rem * 1.6) * 0.12)/calc(100% - calc(2.8125rem * 1.6) * 0.12) bottom, line to calc(2.8125rem * 1.6) bottom, curve to left calc(100% - calc(2.8125rem * 1.6)) with calc(calc(2.8125rem * 1.6) * 0.12) bottom/left calc(100% - calc(2.8125rem * 1.6) * 0.12), line to left calc(2.8125rem * 1.6), curve to calc(2.8125rem * 1.6) top with left calc(calc(2.8125rem * 1.6) * 0.12)/calc(calc(2.8125rem * 1.6) * 0.12) top, line to calc(100% - calc(2.8125rem * 1.6)) top, close);
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topMessage .s-topMessage__textArea .s-topMessage__textArea__bg {
    border-radius: 1.3125rem;
    overflow: clip;
    background: #154D15;
    background-position: center top;
    background-size: contain;
  }
  @supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
    .ping-recruit-s-topMessage .s-topMessage__textArea .s-topMessage__textArea__bg {
      border-radius: 0;
      -webkit-clip-path: shape(from calc(100% - calc(1.3125rem * 1.6)) top, curve to right calc(1.3125rem * 1.6) with calc(100% - calc(1.3125rem * 1.6) * 0.12) top/right calc(calc(1.3125rem * 1.6) * 0.12), line to right calc(100% - calc(1.3125rem * 1.6)), curve to calc(100% - calc(1.3125rem * 1.6)) bottom with right calc(100% - calc(1.3125rem * 1.6) * 0.12)/calc(100% - calc(1.3125rem * 1.6) * 0.12) bottom, line to calc(1.3125rem * 1.6) bottom, curve to left calc(100% - calc(1.3125rem * 1.6)) with calc(calc(1.3125rem * 1.6) * 0.12) bottom/left calc(100% - calc(1.3125rem * 1.6) * 0.12), line to left calc(1.3125rem * 1.6), curve to calc(1.3125rem * 1.6) top with left calc(calc(1.3125rem * 1.6) * 0.12)/calc(calc(1.3125rem * 1.6) * 0.12) top, line to calc(100% - calc(1.3125rem * 1.6)) top, close);
      clip-path: shape(from calc(100% - calc(1.3125rem * 1.6)) top, curve to right calc(1.3125rem * 1.6) with calc(100% - calc(1.3125rem * 1.6) * 0.12) top/right calc(calc(1.3125rem * 1.6) * 0.12), line to right calc(100% - calc(1.3125rem * 1.6)), curve to calc(100% - calc(1.3125rem * 1.6)) bottom with right calc(100% - calc(1.3125rem * 1.6) * 0.12)/calc(100% - calc(1.3125rem * 1.6) * 0.12) bottom, line to calc(1.3125rem * 1.6) bottom, curve to left calc(100% - calc(1.3125rem * 1.6)) with calc(calc(1.3125rem * 1.6) * 0.12) bottom/left calc(100% - calc(1.3125rem * 1.6) * 0.12), line to left calc(1.3125rem * 1.6), curve to calc(1.3125rem * 1.6) top with left calc(calc(1.3125rem * 1.6) * 0.12)/calc(calc(1.3125rem * 1.6) * 0.12) top, line to calc(100% - calc(1.3125rem * 1.6)) top, close);
    }
  }
}
.ping-recruit-s-topMessage .s-topMessage__textArea .s-topMessage__textArea__bottomBg {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  width: calc(100% - 0.375rem);
  height: 6.25rem;
  background: url("/assets/ping-recruit/img/top/bg_after_message_2.svg") 50% 100% no-repeat;
  background-size: contain;
  border-radius: 0rem 0rem 2.8125rem 2.8125rem;
  overflow: clip;
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-s-topMessage .s-topMessage__textArea .s-topMessage__textArea__bottomBg {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(0rem * 1.6)) top, line to calc(100% - calc(0rem * 1.6)) top, curve to right calc(0rem * 1.6) with calc(100% - calc(0rem * 1.6) * 0.12) top/right calc(calc(0rem * 1.6) * 0.12), line to right calc(100% - calc(2.8125rem * 1.6)), curve to calc(100% - calc(2.8125rem * 1.6)) bottom with right calc(100% - calc(2.8125rem * 1.6) * 0.12)/calc(100% - calc(2.8125rem * 1.6) * 0.12) bottom, line to calc(2.8125rem * 1.6) bottom, curve to left calc(100% - calc(2.8125rem * 1.6)) with calc(calc(2.8125rem * 1.6) * 0.12) bottom/left calc(100% - calc(2.8125rem * 1.6) * 0.12), line to left calc(0rem * 1.6), curve to calc(0rem * 1.6) top with left calc(calc(0rem * 1.6) * 0.12)/calc(calc(0rem * 1.6) * 0.12) top, line to calc(100% - calc(0rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(0rem * 1.6)) top, line to calc(100% - calc(0rem * 1.6)) top, curve to right calc(0rem * 1.6) with calc(100% - calc(0rem * 1.6) * 0.12) top/right calc(calc(0rem * 1.6) * 0.12), line to right calc(100% - calc(2.8125rem * 1.6)), curve to calc(100% - calc(2.8125rem * 1.6)) bottom with right calc(100% - calc(2.8125rem * 1.6) * 0.12)/calc(100% - calc(2.8125rem * 1.6) * 0.12) bottom, line to calc(2.8125rem * 1.6) bottom, curve to left calc(100% - calc(2.8125rem * 1.6)) with calc(calc(2.8125rem * 1.6) * 0.12) bottom/left calc(100% - calc(2.8125rem * 1.6) * 0.12), line to left calc(0rem * 1.6), curve to calc(0rem * 1.6) top with left calc(calc(0rem * 1.6) * 0.12)/calc(calc(0rem * 1.6) * 0.12) top, line to calc(100% - calc(0rem * 1.6)) top, close);
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topMessage .s-topMessage__textArea .s-topMessage__textArea__bottomBg {
    height: 10%;
    background-image: url("/assets/ping-recruit/img/top/bg_after_message_sp_2.svg");
    background-position: 50% calc(100% - 1.4375rem);
    background-size: contain;
    z-index: 3;
    border-radius: 0rem 0rem 1.3125rem 1.3125rem;
    overflow: clip;
  }
  @supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
    .ping-recruit-s-topMessage .s-topMessage__textArea .s-topMessage__textArea__bottomBg {
      border-radius: 0;
      -webkit-clip-path: shape(from calc(100% - calc(0rem * 1.6)) top, line to calc(100% - calc(0rem * 1.6)) top, curve to right calc(0rem * 1.6) with calc(100% - calc(0rem * 1.6) * 0.12) top/right calc(calc(0rem * 1.6) * 0.12), line to right calc(100% - calc(1.3125rem * 1.6)), curve to calc(100% - calc(1.3125rem * 1.6)) bottom with right calc(100% - calc(1.3125rem * 1.6) * 0.12)/calc(100% - calc(1.3125rem * 1.6) * 0.12) bottom, line to calc(1.3125rem * 1.6) bottom, curve to left calc(100% - calc(1.3125rem * 1.6)) with calc(calc(1.3125rem * 1.6) * 0.12) bottom/left calc(100% - calc(1.3125rem * 1.6) * 0.12), line to left calc(0rem * 1.6), curve to calc(0rem * 1.6) top with left calc(calc(0rem * 1.6) * 0.12)/calc(calc(0rem * 1.6) * 0.12) top, line to calc(100% - calc(0rem * 1.6)) top, close);
      clip-path: shape(from calc(100% - calc(0rem * 1.6)) top, line to calc(100% - calc(0rem * 1.6)) top, curve to right calc(0rem * 1.6) with calc(100% - calc(0rem * 1.6) * 0.12) top/right calc(calc(0rem * 1.6) * 0.12), line to right calc(100% - calc(1.3125rem * 1.6)), curve to calc(100% - calc(1.3125rem * 1.6)) bottom with right calc(100% - calc(1.3125rem * 1.6) * 0.12)/calc(100% - calc(1.3125rem * 1.6) * 0.12) bottom, line to calc(1.3125rem * 1.6) bottom, curve to left calc(100% - calc(1.3125rem * 1.6)) with calc(calc(1.3125rem * 1.6) * 0.12) bottom/left calc(100% - calc(1.3125rem * 1.6) * 0.12), line to left calc(0rem * 1.6), curve to calc(0rem * 1.6) top with left calc(calc(0rem * 1.6) * 0.12)/calc(calc(0rem * 1.6) * 0.12) top, line to calc(100% - calc(0rem * 1.6)) top, close);
    }
  }
}
.ping-recruit-s-topMessage .s-topMessage__textArea .s-topMessage__textArea__wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
  max-width: 37.5rem;
  padding-bottom: 6rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topMessage .s-topMessage__textArea .s-topMessage__textArea__wrap {
    padding-bottom: 0;
    max-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topMessage .s-topMessage__textArea .s-topMessage__textArea__header {
    color: #fff;
    text-shadow: 0 0 12px black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 6.375rem;
    padding: 0 0.75rem;
  }
}
.ping-recruit-s-topMessage .s-topMessage__textArea .s-topMessage__textArea__header .ping-recruit-c-sectionTitle {
  color: #fff;
  text-shadow: 0 0 12px black;
}
.ping-recruit-s-topMessage .s-topMessage__textArea .s-topMessage__textArea__nameWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0.75rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topMessage .s-topMessage__textArea .s-topMessage__textArea__nameWrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 0.3125rem;
    padding-right: 1rem;
  }
}
.ping-recruit-s-topMessage .s-topMessage__textArea .s-topMessage__textArea__nameWrap.-pc {
  position: absolute;
  left: 6rem;
  bottom: 7.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topMessage .s-topMessage__textArea .s-topMessage__textArea__nameWrap.-pc {
    display: none;
  }
}
.ping-recruit-s-topMessage .s-topMessage__textArea .s-topMessage__textArea__nameWrap.-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topMessage .s-topMessage__textArea .s-topMessage__textArea__nameWrap.-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ping-recruit-s-topMessage .s-topMessage__textArea .s-topMessage__textArea__position {
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topMessage .s-topMessage__textArea .s-topMessage__textArea__position {
    font-size: 0.75rem;
  }
}
.ping-recruit-s-topMessage .s-topMessage__textArea .s-topMessage__textArea__name {
  font-size: 1.75rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topMessage .s-topMessage__textArea .s-topMessage__textArea__name {
    font-size: 1.5rem;
  }
}
.ping-recruit-s-topMessage .s-topMessage__textArea .ping-recruit-c-catchline {
  position: absolute;
  top: 10.25rem;
  right: -3rem;
  bottom: 0;
  z-index: 0;
  background: url("/assets/ping-recruit/img/common/bg_base.png") 0 0 repeat;
  background-size: 12.5rem;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 8.25rem;
  line-height: 0.8;
  text-align: right;
  font-family: din-2014, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topMessage .s-topMessage__textArea .ping-recruit-c-catchline {
    top: 17.875rem;
    right: -0.75rem;
    font-size: 4.5rem;
  }
}
.ping-recruit-s-topMessage .s-topMessage__textArea .s-topMessage__textArea__body {
  padding: 6rem 4.5rem;
  background-color: #fff;
  border-radius: 1.5rem 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topMessage .s-topMessage__textArea .s-topMessage__textArea__body {
    padding: 3rem 1.5rem 6rem;
  }
}
.ping-recruit-s-topMessage .s-topMessage__textArea .s-topMessage__textArea__title,
.ping-recruit-s-topMessage .s-topMessage__textArea .s-topMessage__textArea__text {
  position: relative;
  z-index: 1;
}
.ping-recruit-s-topMessage .s-topMessage__textArea .s-topMessage__textArea__title {
  margin: 0 0 2.25rem;
  font-size: 1.75rem;
  line-height: 1.6;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topMessage .s-topMessage__textArea .s-topMessage__textArea__title {
    font-size: 1.25rem;
  }
}
.ping-recruit-s-topMessage .s-topMessage__textArea .s-topMessage__textArea__text {
  padding-bottom: 12.5rem;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topMessage .s-topMessage__textArea .s-topMessage__textArea__text {
    padding-bottom: 0;
    font-size: 0.9375rem;
  }
}

.ping-recruit-s-topEnvironment {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 45rem;
  padding: 6.25rem 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topEnvironment {
    min-height: unset;
    padding: 3.75rem 0;
  }
}
.ping-recruit-s-topEnvironment .s-topEnvironment__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6.75rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topEnvironment .s-topEnvironment__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    gap: 2.125rem;
  }
}
.ping-recruit-s-topEnvironment .s-topEnvironment__header {
  position: relative;
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 3rem;
  max-width: 27rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topEnvironment .s-topEnvironment__header {
    gap: 1.5rem;
    max-width: unset;
  }
}
.ping-recruit-s-topEnvironment .s-topEnvironment__body {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topEnvironment .s-topEnvironment__body {
    width: unset;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.ping-recruit-s-topEnvironment .s-topEnvironment__bg {
  position: absolute;
  z-index: 0;
  top: 0.25rem;
  left: calc(50% - 47.8125rem);
  width: 59.25rem;
  height: 45rem;
  background: url("/assets/ping-recruit/img/top/bg-environment.svg") 0 0 no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topEnvironment .s-topEnvironment__bg {
    top: 10.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 32rem;
    height: 25.25rem;
    background-image: url("/assets/ping-recruit/img/top/bg-environment_sp.svg");
  }
}
.ping-recruit-s-topEnvironment .s-topEnvironment__bounce {
  position: relative;
}
.ping-recruit-s-topEnvironment .s-topEnvironment__catchline {
  position: absolute;
  top: -4.8125rem;
  right: -4.3125rem;
  z-index: 3;
  color: #fff;
  font-size: 8.25rem;
  line-height: 0.8;
  letter-spacing: -0.00625rem;
  text-align: right;
  max-width: 41.25rem;
  font-family: din-2014, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topEnvironment .s-topEnvironment__catchline {
    top: 0rem;
    right: 0.75rem;
    z-index: 3;
    font-size: 4.5rem;
  }
}
.ping-recruit-s-topEnvironment .s-topEnvironment__images {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topEnvironment .s-topEnvironment__images {
    padding: 4.875rem 0;
  }
}
.ping-recruit-s-topEnvironment .s-topEnvironment__image {
  padding: 0.1875rem;
  background: url("/assets/ping-recruit/img/common/bg_base.png") 0 0 repeat;
  background-size: 12.5rem;
  border-radius: 0.75rem;
  overflow: clip;
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-s-topEnvironment .s-topEnvironment__image {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
  }
}
.ping-recruit-s-topEnvironment .s-topEnvironment__image__inner {
  aspect-ratio: 660/440;
  border-radius: 0.65625rem;
  overflow: clip;
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-s-topEnvironment .s-topEnvironment__image__inner {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(0.65625rem * 1.6)) top, curve to right calc(0.65625rem * 1.6) with calc(100% - calc(0.65625rem * 1.6) * 0.12) top/right calc(calc(0.65625rem * 1.6) * 0.12), line to right calc(100% - calc(0.65625rem * 1.6)), curve to calc(100% - calc(0.65625rem * 1.6)) bottom with right calc(100% - calc(0.65625rem * 1.6) * 0.12)/calc(100% - calc(0.65625rem * 1.6) * 0.12) bottom, line to calc(0.65625rem * 1.6) bottom, curve to left calc(100% - calc(0.65625rem * 1.6)) with calc(calc(0.65625rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.65625rem * 1.6) * 0.12), line to left calc(0.65625rem * 1.6), curve to calc(0.65625rem * 1.6) top with left calc(calc(0.65625rem * 1.6) * 0.12)/calc(calc(0.65625rem * 1.6) * 0.12) top, line to calc(100% - calc(0.65625rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(0.65625rem * 1.6)) top, curve to right calc(0.65625rem * 1.6) with calc(100% - calc(0.65625rem * 1.6) * 0.12) top/right calc(calc(0.65625rem * 1.6) * 0.12), line to right calc(100% - calc(0.65625rem * 1.6)), curve to calc(100% - calc(0.65625rem * 1.6)) bottom with right calc(100% - calc(0.65625rem * 1.6) * 0.12)/calc(100% - calc(0.65625rem * 1.6) * 0.12) bottom, line to calc(0.65625rem * 1.6) bottom, curve to left calc(100% - calc(0.65625rem * 1.6)) with calc(calc(0.65625rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.65625rem * 1.6) * 0.12), line to left calc(0.65625rem * 1.6), curve to calc(0.65625rem * 1.6) top with left calc(calc(0.65625rem * 1.6) * 0.12)/calc(calc(0.65625rem * 1.6) * 0.12) top, line to calc(100% - calc(0.65625rem * 1.6)) top, close);
  }
}
.ping-recruit-s-topEnvironment .s-topEnvironment__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ping-recruit-s-topEnvironment .s-topEnvironment__image.-main {
  position: relative;
  right: 0.1875rem;
  z-index: 0;
  width: 41.625rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topEnvironment .s-topEnvironment__image.-main {
    right: 0;
    margin: 0 1.5rem;
    width: unset;
  }
}
.ping-recruit-s-topEnvironment .s-topEnvironment__image.-sub1, .ping-recruit-s-topEnvironment .s-topEnvironment__image.-sub2, .ping-recruit-s-topEnvironment .s-topEnvironment__image.-sub3 {
  position: absolute;
}
.ping-recruit-s-topEnvironment .s-topEnvironment__image.-sub1 {
  z-index: 1;
  width: 19.5rem;
  top: -4.5rem;
  left: -9.75rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topEnvironment .s-topEnvironment__image.-sub1 {
    width: 9rem;
    top: 0;
    left: -1rem;
  }
}
.ping-recruit-s-topEnvironment .s-topEnvironment__image.-sub2 {
  z-index: 2;
  width: 17.25rem;
  bottom: -6rem;
  right: -6.1875rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topEnvironment .s-topEnvironment__image.-sub2 {
    width: 9rem;
    bottom: 0;
    right: -1rem;
  }
}
.ping-recruit-s-topEnvironment .s-topEnvironment__image.-sub3 {
  z-index: 3;
  width: 11.625rem;
  bottom: -3.75rem;
  left: -5.4375rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topEnvironment .s-topEnvironment__image.-sub3 {
    width: 6.75rem;
    bottom: 1.5rem;
    left: 0.5rem;
  }
}
.ping-recruit-s-topEnvironment .s-topEnvironment__buttonList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topEnvironment .s-topEnvironment__buttonList {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topEnvironment .s-topEnvironment__buttonList .ping-recruit-c-btn {
    text-align: center;
  }
}

.ping-recruit-s-topPeople {
  position: relative;
  z-index: 0;
  padding: 6.25rem 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topPeople {
    padding: 3.75rem 0;
  }
}
.ping-recruit-s-topPeople .s-topPeople__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topPeople .s-topPeople__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 1.5rem;
    padding-bottom: 3rem;
  }
}
.ping-recruit-s-topPeople .s-topPeople__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 7.25rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topPeople .s-topPeople__wrap {
    gap: 4.5rem;
  }
}
.ping-recruit-s-topPeople .s-topPeople__header__text {
  width: 54.75rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topPeople .s-topPeople__header__text {
    width: unset;
  }
}
.ping-recruit-s-topPeople .s-topPeople__section {
  position: relative;
}
.ping-recruit-s-topPeople .s-topPeople__section.-yellow .s-topPeople__section__header__catchline {
  color: #FFE600;
}
.ping-recruit-s-topPeople .s-topPeople__section.-gold .s-topPeople__section__header__catchline {
  color: #CD9B2A;
}
.ping-recruit-s-topPeople .s-topPeople__section .ping-recruit-c-inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.ping-recruit-s-topPeople .s-topPeople__section__bg {
  position: absolute;
  bottom: 2.25rem;
  left: 50%;
  z-index: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 112.5rem;
  height: 10.5rem;
  background: url("/assets/ping-recruit/img/top/bg_people.svg") center bottom no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topPeople .s-topPeople__section__bg {
    bottom: 7.5rem;
    width: calc(100% + 16.1875rem);
    height: auto;
    aspect-ratio: 634/88;
    background-image: url("/assets/ping-recruit/img/top/bg_people_sp.svg");
  }
}
.ping-recruit-s-topPeople .s-topPeople__section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topPeople .s-topPeople__section__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 1.75rem;
    padding-bottom: 1.5rem;
    padding-top: 3rem;
  }
}
.ping-recruit-s-topPeople .s-topPeople__section__header__icon {
  display: block;
  width: 4.5rem;
  height: auto;
  aspect-ratio: 1;
}
.ping-recruit-s-topPeople .s-topPeople__section__header__icon.-red {
  background: url("/assets/ping-recruit/img/common/icon_person_red.svg") center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topPeople .s-topPeople__section__header__icon.-red {
    margin-left: -1rem;
  }
}
.ping-recruit-s-topPeople .s-topPeople__section__header__icon.-blue {
  background: url("/assets/ping-recruit/img/common/icon_person_blue.svg") center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topPeople .s-topPeople__section__header__icon.-blue {
    margin-left: -1.5rem;
  }
}
.ping-recruit-s-topPeople .s-topPeople__section__header__title {
  position: relative;
  z-index: 1;
  margin: 0;
  margin-right: auto;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.6;
  max-width: 22.5rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topPeople .s-topPeople__section__header__title {
    font-size: 1.25rem;
  }
}
.ping-recruit-s-topPeople .s-topPeople__section__header__catchline {
  position: absolute;
  top: -1.25rem;
  left: calc(50% - 7.5rem);
  right: -6rem;
  font-size: 8.25rem;
  line-height: 0.9;
  font-family: din-2014, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topPeople .s-topPeople__section__header__catchline {
    top: 0;
    left: 5.375rem;
    right: 0;
    font-size: 4.5rem;
  }
}
.ping-recruit-s-topPeople .s-topPeople__section__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topPeople .s-topPeople__section__footer {
    padding-top: 1.5rem;
  }
}
.ping-recruit-s-topPeople .s-topPeople__section__body {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topPeople .s-topPeople__section__body {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.ping-recruit-s-topPeople .s-topPeople__carousel .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.ping-recruit-s-topPeople .s-topPeople__carousel .swiper-slide {
  height: auto;
}
.ping-recruit-s-topPeople .c-slider__controls {
  position: absolute;
  bottom: 0;
  left: 48.6875rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topPeople .c-slider__controls {
    position: relative;
    left: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topPeople .s-topPeople__carousel__arrowWrap {
    position: absolute;
    top: 0;
    left: 0.75rem;
    width: calc(100% - 1.5rem);
    aspect-ratio: 288/192;
  }
}
.ping-recruit-s-topPeople .s-topPeople__carousel__prev,
.ping-recruit-s-topPeople .s-topPeople__carousel__next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  -webkit-transition: scale 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: scale 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: scale;
}
.ping-recruit-s-topPeople .s-topPeople__carousel__prev:hover,
.ping-recruit-s-topPeople .s-topPeople__carousel__next:hover {
  scale: 1.1;
}
.ping-recruit-s-topPeople .s-topPeople__carousel__prev:hover .ping-recruit-c-arrow,
.ping-recruit-s-topPeople .s-topPeople__carousel__next:hover .ping-recruit-c-arrow {
  opacity: 1;
}
.ping-recruit-s-topPeople .s-topPeople__carousel__prev:hover .ping-recruit-c-arrow::before,
.ping-recruit-s-topPeople .s-topPeople__carousel__next:hover .ping-recruit-c-arrow::before {
  translate: 500% -50%;
}
.ping-recruit-s-topPeople .s-topPeople__carousel__prev:hover .ping-recruit-c-arrow::after,
.ping-recruit-s-topPeople .s-topPeople__carousel__next:hover .ping-recruit-c-arrow::after {
  translate: -50% -50%;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topPeople .s-topPeople__carousel__prev:hover,
  .ping-recruit-s-topPeople .s-topPeople__carousel__next:hover {
    scale: 1;
  }
}
.ping-recruit-s-topPeople .s-topPeople__carousel__prev .ping-recruit-c-arrow,
.ping-recruit-s-topPeople .s-topPeople__carousel__next .ping-recruit-c-arrow {
  width: 3rem;
  cursor: pointer;
  border: 0.1875rem solid #ebedef;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topPeople .s-topPeople__carousel__prev .ping-recruit-c-arrow,
  .ping-recruit-s-topPeople .s-topPeople__carousel__next .ping-recruit-c-arrow {
    width: 1.5rem;
    border-width: 0.125rem;
  }
}
.ping-recruit-s-topPeople .s-topPeople__carousel__prev .ping-recruit-c-arrow::before, .ping-recruit-s-topPeople .s-topPeople__carousel__prev .ping-recruit-c-arrow::after,
.ping-recruit-s-topPeople .s-topPeople__carousel__next .ping-recruit-c-arrow::before,
.ping-recruit-s-topPeople .s-topPeople__carousel__next .ping-recruit-c-arrow::after {
  width: 1rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topPeople .s-topPeople__carousel__prev .ping-recruit-c-arrow::before, .ping-recruit-s-topPeople .s-topPeople__carousel__prev .ping-recruit-c-arrow::after,
  .ping-recruit-s-topPeople .s-topPeople__carousel__next .ping-recruit-c-arrow::before,
  .ping-recruit-s-topPeople .s-topPeople__carousel__next .ping-recruit-c-arrow::after {
    width: 0.625rem;
  }
}
.ping-recruit-s-topPeople .s-topPeople__carousel__prev {
  left: -0.5625rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topPeople .s-topPeople__carousel__prev {
    left: -0.75rem;
  }
}
.ping-recruit-s-topPeople .s-topPeople__carousel__next {
  right: -0.5625rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topPeople .s-topPeople__carousel__next {
    right: -0.75rem;
  }
}
.ping-recruit-s-topPeople .ping-recruit-c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.9375rem;
  padding: 0 6rem;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topPeople .ping-recruit-c-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 0 0.75rem 1.5rem;
    padding: 0 0 1.875rem;
    gap: 0.75rem;
    height: 100%;
  }
}
.ping-recruit-s-topPeople .ping-recruit-c-card .c-card__header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topPeople .ping-recruit-c-card .c-card__header {
    width: unset;
  }
}
@media screen and (min-width: 768px) {
  .ping-recruit-s-topPeople .ping-recruit-c-card .c-card__type {
    padding: 0.9375rem;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .ping-recruit-s-topPeople .ping-recruit-c-card .c-card__category {
    padding: 0.4375rem 0.625rem;
    font-size: 1rem;
  }
}
.ping-recruit-s-topPeople .ping-recruit-c-card .c-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 1.5rem;
  padding-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topPeople .ping-recruit-c-card .c-card__body {
    gap: 0.75rem;
    padding: 0 0.5rem;
    height: 100%;
  }
}
.ping-recruit-s-topPeople .ping-recruit-c-card .c-card__title {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topPeople .ping-recruit-c-card .c-card__title {
    font-size: 1rem;
  }
}
.ping-recruit-s-topPeople .ping-recruit-c-card .c-card__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.875rem;
  line-height: 1.6;
  max-height: 3.2em;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topPeople .ping-recruit-c-card .c-card__text {
    display: none;
  }
}
.ping-recruit-s-topPeople .ping-recruit-c-card .c-card__tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.375rem;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topPeople .ping-recruit-c-card .c-card__tagList {
    padding-top: 0;
  }
}

.ping-recruit-s-topBlog {
  position: relative;
  padding: 6.25rem 0 12.5rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topBlog {
    padding: 3.75rem 0 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topBlog .ping-recruit-c-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.ping-recruit-s-topBlog .s-topBlog__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topBlog .s-topBlog__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 3rem;
  }
}
.ping-recruit-s-topBlog .s-topBlog__icon {
  position: absolute;
  display: block;
  width: 4.5rem;
  height: auto;
  aspect-ratio: 1;
}
.ping-recruit-s-topBlog .s-topBlog__icon.-red {
  background: url("/assets/ping-recruit/img/common/icon_person_red.svg") center center/contain no-repeat;
  top: 31.375rem;
  left: calc(50% + 8.125rem);
}
.ping-recruit-s-topBlog .s-topBlog__icon.-blue {
  background: url("/assets/ping-recruit/img/common/icon_person_blue.svg") center center/contain no-repeat;
  top: 29.875rem;
  left: calc(50% + 18.75rem);
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topBlog .s-topBlog__icon {
    display: none;
  }
}
.ping-recruit-s-topBlog .s-topBlog__header {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 3rem;
  padding-top: 1.25rem;
  width: 17.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topBlog .s-topBlog__header {
    padding-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    gap: 1.5rem;
    width: unset;
  }
}
.ping-recruit-s-topBlog .s-topBlog__headerText {
  padding-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topBlog .s-topBlog__headerText {
    padding-bottom: 0;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}
.ping-recruit-s-topBlog .s-topBlog__buttonList {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topBlog .s-topBlog__buttonList {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topBlog .s-topBlog__buttonList .ping-recruit-c-btn {
    text-align: center;
  }
}
.ping-recruit-s-topBlog .s-topBlog__body {
  position: relative;
  width: calc(100% - 16.5rem - 1.125rem);
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topBlog .s-topBlog__body {
    width: 100%;
  }
}
.ping-recruit-s-topBlog .s-topBlog__carouselWrapper {
  overflow: hidden;
  width: 100%;
}
.ping-recruit-s-topBlog .s-topBlog__carousel {
  position: relative;
  overflow: visible;
}
.ping-recruit-s-topBlog .s-topBlog__carousel .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.ping-recruit-s-topBlog .s-topBlog__carousel .swiper-slide {
  height: auto;
}
.ping-recruit-s-topBlog .s-topBlog__carousel__prev,
.ping-recruit-s-topBlog .s-topBlog__carousel__next {
  position: absolute;
  top: 5.75rem;
  z-index: 3;
  -webkit-transition: scale 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: scale 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: scale;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topBlog .s-topBlog__carousel__prev,
  .ping-recruit-s-topBlog .s-topBlog__carousel__next {
    display: none;
  }
}
@media (any-hover: hover) {
  .ping-recruit-s-topBlog .s-topBlog__carousel__prev:hover,
  .ping-recruit-s-topBlog .s-topBlog__carousel__next:hover {
    scale: 1.1;
  }
  .ping-recruit-s-topBlog .s-topBlog__carousel__prev:hover .ping-recruit-c-arrow,
  .ping-recruit-s-topBlog .s-topBlog__carousel__next:hover .ping-recruit-c-arrow {
    opacity: 1;
  }
  .ping-recruit-s-topBlog .s-topBlog__carousel__prev:hover .ping-recruit-c-arrow::before,
  .ping-recruit-s-topBlog .s-topBlog__carousel__next:hover .ping-recruit-c-arrow::before {
    translate: 500% -50%;
  }
  .ping-recruit-s-topBlog .s-topBlog__carousel__prev:hover .ping-recruit-c-arrow::after,
  .ping-recruit-s-topBlog .s-topBlog__carousel__next:hover .ping-recruit-c-arrow::after {
    translate: -50% -50%;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .ping-recruit-s-topBlog .s-topBlog__carousel__prev:hover,
  .ping-recruit-s-topBlog .s-topBlog__carousel__next:hover {
    scale: 1;
  }
}
.ping-recruit-s-topBlog .s-topBlog__carousel__prev > *,
.ping-recruit-s-topBlog .s-topBlog__carousel__next > * {
  cursor: pointer;
  border: 0.1875rem solid #ebedef;
}
.ping-recruit-s-topBlog .s-topBlog__carousel__prev {
  left: -0.5625rem;
}
.ping-recruit-s-topBlog .s-topBlog__carousel__next {
  right: -0.5625rem;
}
.ping-recruit-s-topBlog .ping-recruit-c-card {
  min-height: 100%;
  margin: 0 0.9375rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-topBlog .ping-recruit-c-card {
    margin: 0 0.75rem;
  }
}

.ping-recruit-s-header.-page {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 9.125rem 0 5.9375rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-header.-page {
    padding: 6.25rem 0 7.5rem;
  }
}
.ping-recruit-s-header.-page .s-header__marquee {
  position: relative;
  z-index: 0;
}
.ping-recruit-s-header.-page .s-header__marquee .swiper {
  height: 100%;
}
.ping-recruit-s-header.-page .s-header__marquee .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.ping-recruit-s-header.-page .s-header__marquee .swiper .swiper-slide {
  width: 29.375rem;
}
.ping-recruit-s-header.-page .s-header__marquee .swiper .swiper-img {
  height: 100%;
}
.ping-recruit-s-header.-page .s-header__marquee .swiper img {
  border-radius: 0.625rem;
}
.ping-recruit-s-header.-page .s-header__marquee__image {
  width: 100%;
  aspect-ratio: 630/420;
  border-radius: 0.75rem;
  overflow: clip;
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-s-header.-page .s-header__marquee__image {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-header.-page .s-header__marquee__image {
    aspect-ratio: 360/240;
  }
}
.ping-recruit-s-header.-page .s-header__marquee__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ping-recruit-s-header.-page .s-header__wrapper {
  position: relative;
  z-index: 2;
  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;
  gap: 3rem;
  padding-top: 4.75rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-header.-page .s-header__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.375rem;
    padding-top: 0;
  }
}
.ping-recruit-s-header.-page .s-header__heading {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-header.-page .s-header__heading {
    gap: 2.375rem;
    width: 100%;
  }
}
.ping-recruit-s-header.-page .s-header__titleJa {
  margin: 0;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-header.-page .s-header__titleJa {
    font-size: 1.5rem;
  }
}
.ping-recruit-s-header.-page .s-header__titleEn {
  position: absolute;
  top: -6rem;
  right: 0;
  z-index: 1;
  color: #fff;
  font-size: 11.25rem;
  line-height: 0.74;
  letter-spacing: -0.00625rem;
  text-align: right;
  font-family: din-2014, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-header.-page .s-header__titleEn {
    position: relative;
    top: 0;
    right: 0;
    margin: -3.125rem -0.75rem 0;
    font-size: 5.625rem;
    line-height: 0.8;
    text-align: left;
    width: calc(1.5rem + 100%);
  }
}
.ping-recruit-s-header.-page.-yellow .s-header__titleEn {
  color: #FFE600;
}
.ping-recruit-s-header.-page.-gold .s-header__titleEn {
  color: #CD9B2A;
}
.ping-recruit-s-header.-page .s-header__text {
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-header.-page .s-header__text {
    font-size: 1rem;
  }
}
.ping-recruit-s-header.-page .s-header__buttonList {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-header.-page .s-header__buttonList {
    width: 100%;
    padding-top: 1rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .ping-recruit-s-header.-page .s-header__buttonList .c-btn__linkInner {
    padding: 1.8125rem 2rem;
    min-width: 21rem;
  }
  .ping-recruit-s-header.-page .s-header__buttonList .c-btn__text {
    font-size: 1.5rem;
  }
  .ping-recruit-s-header.-page .s-header__buttonList .c-btn__icon::before {
    width: 2rem;
  }
  .ping-recruit-s-header.-page .s-header__buttonList .c-btn__icon::after {
    width: 1rem;
  }
}

.ping-recruit-s-header.-archive {
  position: relative;
  overflow: hidden;
  padding: 8.8125rem 0 4.25rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-header.-archive {
    margin-top: 3.75rem;
    padding: 7.125rem 0 3.4375rem;
  }
}
.ping-recruit-s-header.-archive .s-header__bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 90rem;
  width: 100%;
  height: 20.625rem;
  background: url("/assets/ping-recruit/img/common/bg_pageHeader_left.svg") left bottom/auto 100% repeat-x, url("/assets/ping-recruit/img/common/bg_pageHeader_center.svg") center bottom/auto 100% no-repeat;
}
.ping-recruit-s-header.-archive .s-header__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% + 27.625rem);
  width: 100%;
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-header.-archive .s-header__bg {
    min-width: unset;
    height: 8.1875rem;
  }
  .ping-recruit-s-header.-archive .s-header__bg::after {
    left: calc(50% + 15rem);
  }
}
.ping-recruit-s-header.-archive .s-header__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 27.625rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-header.-archive .s-header__wrapper {
    padding-left: 2.9375rem;
  }
}
.ping-recruit-s-header.-archive .s-header__heading {
  position: absolute;
  top: 9.375rem;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-header.-archive .s-header__heading {
    top: -3.25rem;
    gap: 1.5625rem;
  }
}
.ping-recruit-s-header.-archive .s-header__heading > * {
  margin: 0;
}
.ping-recruit-s-header.-archive .s-header__titleJa {
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-header.-archive .s-header__titleJa {
    font-size: 1.5rem;
  }
}
.ping-recruit-s-header.-archive .s-header__titleEn {
  color: #fff;
  font-size: 8.25rem;
  line-height: 1;
  letter-spacing: -0.005em;
  font-family: din-2014, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-header.-archive .s-header__titleEn {
    font-size: 3rem;
  }
}
.ping-recruit-s-header.-archive .s-header__image {
  position: relative;
  z-index: 0;
  min-width: 51.875rem;
  margin-right: -4.5rem;
  border-radius: 3rem;
  overflow: clip;
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-s-header.-archive .s-header__image {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(3rem * 1.6)) top, curve to right calc(3rem * 1.6) with calc(100% - calc(3rem * 1.6) * 0.12) top/right calc(calc(3rem * 1.6) * 0.12), line to right calc(100% - calc(3rem * 1.6)), curve to calc(100% - calc(3rem * 1.6)) bottom with right calc(100% - calc(3rem * 1.6) * 0.12)/calc(100% - calc(3rem * 1.6) * 0.12) bottom, line to calc(3rem * 1.6) bottom, curve to left calc(100% - calc(3rem * 1.6)) with calc(calc(3rem * 1.6) * 0.12) bottom/left calc(100% - calc(3rem * 1.6) * 0.12), line to left calc(3rem * 1.6), curve to calc(3rem * 1.6) top with left calc(calc(3rem * 1.6) * 0.12)/calc(calc(3rem * 1.6) * 0.12) top, line to calc(100% - calc(3rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(3rem * 1.6)) top, curve to right calc(3rem * 1.6) with calc(100% - calc(3rem * 1.6) * 0.12) top/right calc(calc(3rem * 1.6) * 0.12), line to right calc(100% - calc(3rem * 1.6)), curve to calc(100% - calc(3rem * 1.6)) bottom with right calc(100% - calc(3rem * 1.6) * 0.12)/calc(100% - calc(3rem * 1.6) * 0.12) bottom, line to calc(3rem * 1.6) bottom, curve to left calc(100% - calc(3rem * 1.6)) with calc(calc(3rem * 1.6) * 0.12) bottom/left calc(100% - calc(3rem * 1.6) * 0.12), line to left calc(3rem * 1.6), curve to calc(3rem * 1.6) top with left calc(calc(3rem * 1.6) * 0.12)/calc(calc(3rem * 1.6) * 0.12) top, line to calc(100% - calc(3rem * 1.6)) top, close);
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-header.-archive .s-header__image {
    min-width: unset;
    margin-right: 0;
    border-radius: 0.75rem;
    overflow: clip;
  }
  @supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
    .ping-recruit-s-header.-archive .s-header__image {
      border-radius: 0;
      -webkit-clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
      clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
    }
  }
}
.ping-recruit-s-header.-archive .s-header__image__inner {
  aspect-ratio: 830/470;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-header.-archive .s-header__image__inner {
    aspect-ratio: 280/170;
    min-width: unset;
  }
}
.ping-recruit-s-header.-archive .s-header__image__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ping-recruit-s-culture {
  overflow: hidden;
  padding: 5.625rem 0;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-culture {
    padding: 3.75rem 0;
  }
}
.ping-recruit-s-culture .s-culture__header {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-culture .s-culture__header {
    margin-bottom: 3rem;
    text-align: center;
  }
}
.ping-recruit-s-culture .s-culture__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 7rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-culture .s-culture__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }
}
.ping-recruit-s-culture .s-culture__textWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-culture .s-culture__textWrap {
    text-align: center;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    width: unset;
  }
}
.ping-recruit-s-culture .s-culture__textWrap__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-culture .s-culture__textWrap__header {
    gap: 0.5rem;
  }
}
.ping-recruit-s-culture .s-culture__textWrap__titleEn {
  font-size: 1.25rem;
  line-height: 1;
  font-family: din-2014, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-culture .s-culture__textWrap__titleEn {
    font-size: 0.75rem;
  }
}
.ping-recruit-s-culture .s-culture__textWrap__titleJa {
  margin: 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-culture .s-culture__textWrap__titleJa {
    font-size: 1.25rem;
  }
}
.ping-recruit-s-culture .s-culture__objectiveWrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 36rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-culture .s-culture__objectiveWrap {
    width: 100%;
  }
}
.ping-recruit-s-culture .s-culture__objective__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-culture .s-culture__objective__list {
    gap: 2.625rem;
  }
}
.ping-recruit-s-culture .s-culture__objective__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-culture .s-culture__objective__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 0;
  }
}
.ping-recruit-s-culture .s-culture__objective__item > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ping-recruit-s-culture .s-culture__objective__item__textWrap {
  color: #524E41;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0 0.5rem;
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-culture .s-culture__objective__item__textWrap {
    margin-left: auto;
    gap: 0 0.25rem;
  }
}
.ping-recruit-s-culture .s-culture__objective__item__text1,
.ping-recruit-s-culture .s-culture__objective__item__text2,
.ping-recruit-s-culture .s-culture__objective__item__text3 {
  z-index: 1;
}
.ping-recruit-s-culture .s-culture__objective__item__text1,
.ping-recruit-s-culture .s-culture__objective__item__text2,
.ping-recruit-s-culture .s-culture__objective__item__text4 {
  pointer-events: auto;
  line-height: 1;
  font-family: din-2014, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.ping-recruit-s-culture .s-culture__objective__item__text1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  color: rgba(82, 78, 65, 0.4);
  font-size: 3.75rem;
}
.ping-recruit-s-culture .s-culture__objective__item__text1 span {
  display: block;
  font-size: 1.125rem;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-culture .s-culture__objective__item__text1 {
    font-size: 1.875rem;
  }
  .ping-recruit-s-culture .s-culture__objective__item__text1 span {
    font-size: 0.625rem;
  }
}
.ping-recruit-s-culture .s-culture__objective__item__text2 {
  font-size: 3.75rem;
}
.ping-recruit-s-culture .s-culture__objective__item__text2 span {
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-culture .s-culture__objective__item__text2 {
    font-size: 3.25rem;
  }
  .ping-recruit-s-culture .s-culture__objective__item__text2 span {
    font-size: 1.75rem;
  }
}
.ping-recruit-s-culture .s-culture__objective__item__text3 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
}
.ping-recruit-s-culture .s-culture__objective__item__text3 span {
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-culture .s-culture__objective__item__text3 {
    font-size: 2.5rem;
  }
  .ping-recruit-s-culture .s-culture__objective__item__text3 span {
    font-size: 1.5rem;
  }
}
.ping-recruit-s-culture .s-culture__objective__item__text4 {
  position: absolute;
  bottom: 0;
  right: -3.8125rem;
  z-index: 0;
  color: #fff;
  font-size: 7.5rem;
  line-height: 0.8;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-culture .s-culture__objective__item__text4 {
    bottom: unset;
    top: 0;
    right: 0;
    left: 3.5rem;
    font-size: 3.75rem;
    text-align: left;
  }
}

.ping-recruit-s-person {
  position: relative;
  z-index: 0;
  padding: 5.625rem 0;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-person {
    padding: 3.75rem 0;
  }
}
.ping-recruit-s-person .ping-recruit-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 4.5rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-person .ping-recruit-c-inner {
    gap: 3rem;
  }
}
.ping-recruit-s-person .s-person__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 7.5rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-person .s-person__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 3rem;
  }
}
.ping-recruit-s-person .s-person__header__text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 47.5rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-person .s-person__header__text {
    min-width: unset;
  }
}
.ping-recruit-s-person .s-person__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-person .s-person__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 0.75rem;
  }
}
.ping-recruit-s-person .s-person__item {
  position: relative;
  padding: 2.25rem 0 0.75rem 3rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-person .s-person__item {
    padding: 2rem 1rem 1.25rem 1.5rem;
  }
}
.ping-recruit-s-person .s-person__item__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 100%;
  border-radius: 0.75rem 0 0 0;
  border-top: 0.1875rem solid #000;
  border-left: 0.1875rem solid #000;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-person .s-person__item__bg {
    width: 100%;
    height: 1rem;
  }
}
.ping-recruit-s-person .s-person__item__bg::before {
  content: "";
  position: absolute;
  top: 2.25rem;
  left: 0;
  width: 0.75rem;
  height: 3.75rem;
  border-radius: 0 0.25rem 0.25rem 0;
  background-color: #FFE600;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-person .s-person__item__bg::before {
    top: 0;
    left: 1.5rem;
    width: 4.5rem;
    height: 0.5rem;
    border-radius: 0 0 0.25rem 0.25rem;
  }
}
.ping-recruit-s-person .s-person__item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 0.375rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-person .s-person__item__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 0.75rem;
    padding-bottom: 1rem;
  }
}
.ping-recruit-s-person .s-person__item__titleJa {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-person .s-person__item__titleJa {
    font-size: 1.5rem;
  }
}
.ping-recruit-s-person .s-person__item__titleEn {
  font-size: 1.25rem;
  line-height: 1;
  font-family: din-2014, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-person .s-person__item__titleEn {
    font-size: 1rem;
  }
}
.ping-recruit-s-person .s-person__item__icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-person .s-person__item__icon {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: block;
    width: 3rem;
    height: auto;
  }
}

.ping-recruit-s-people {
  padding: 5.625rem 0;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-people {
    padding: 3.75rem 0;
  }
}
.ping-recruit-s-people .ping-recruit-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4.5rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-people .ping-recruit-c-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 3rem;
  }
}
.ping-recruit-s-people .s-people__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 18rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-people .s-people__header {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.ping-recruit-s-people .s-people__header .c-sectionTitle__main {
  min-width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-people .s-people__header .c-sectionTitle__main {
    min-width: 100%;
  }
}
.ping-recruit-s-people .s-people__header__text {
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-people .s-people__header__text {
    padding-top: 3rem;
  }
}
.ping-recruit-s-people .s-people__header__btn {
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-people .s-people__header__btn {
    display: none;
  }
}
.ping-recruit-s-people .s-people__body {
  width: 100%;
}
.ping-recruit-s-people .s-people__archiveList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-people .s-people__archiveList {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.ping-recruit-s-people .s-people__archiveList .c-card__text {
  display: none;
}
.ping-recruit-s-people .s-people__footer {
  display: none;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-people .s-people__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.ping-recruit-s-environment {
  overflow: hidden;
  padding: 5.625rem 0;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-environment {
    padding: 3.75rem 0;
  }
}
.ping-recruit-s-environment .s-environment__image {
  width: 100%;
  aspect-ratio: 760/500;
  border-radius: 0.75rem;
  overflow: clip;
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-s-environment .s-environment__image {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-environment .s-environment__image {
    aspect-ratio: 279/184;
  }
}
.ping-recruit-s-environment .s-environment__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ping-recruit-s-environment .s-environment__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-environment .s-environment__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }
}
.ping-recruit-s-environment .s-environment__header__text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 47.5rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-environment .s-environment__header__text {
    min-width: unset;
  }
}
.ping-recruit-s-environment .s-environment__body {
  padding: 4.5rem 0;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-environment .s-environment__body {
    padding: 3rem 0;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.ping-recruit-s-environment .s-environment__imageList {
  position: relative;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.ping-recruit-s-environment .s-environment__imageItem {
  padding: 0 0.75rem;
  cursor: pointer;
}
.ping-recruit-s-environment .s-environment__imageItem .s-environment__image {
  -webkit-transition: opacity 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: opacity 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.ping-recruit-s-environment .s-environment__imageItem:hover .s-environment__image {
  opacity: 0.5;
}
.ping-recruit-s-environment .s-environment__imageItem__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 1.25rem;
}
.ping-recruit-s-environment .s-environment__imageItem__title {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-environment .s-environment__imageItem__title {
    font-size: 1.25rem;
  }
}
.ping-recruit-s-environment .s-environment__imageItem__icon {
  position: relative;
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
}
.ping-recruit-s-environment .s-environment__imageItem__icon::before, .ping-recruit-s-environment .s-environment__imageItem__icon::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
  transform-origin: center;
  background-color: #fff;
}
.ping-recruit-s-environment .s-environment__imageItem__icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.ping-recruit-s-environment .s-environment__imageList__prev,
.ping-recruit-s-environment .s-environment__imageList__next {
  position: absolute;
  top: 4.5rem;
  z-index: 3;
  -webkit-transition: scale 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: scale 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: scale;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-environment .s-environment__imageList__prev,
  .ping-recruit-s-environment .s-environment__imageList__next {
    display: none;
  }
}
@media (any-hover: hover) {
  .ping-recruit-s-environment .s-environment__imageList__prev:hover,
  .ping-recruit-s-environment .s-environment__imageList__next:hover {
    scale: 1.1;
  }
  .ping-recruit-s-environment .s-environment__imageList__prev:hover .ping-recruit-c-arrow,
  .ping-recruit-s-environment .s-environment__imageList__next:hover .ping-recruit-c-arrow {
    opacity: 1;
  }
  .ping-recruit-s-environment .s-environment__imageList__prev:hover .ping-recruit-c-arrow::before,
  .ping-recruit-s-environment .s-environment__imageList__next:hover .ping-recruit-c-arrow::before {
    translate: 500% -50%;
  }
  .ping-recruit-s-environment .s-environment__imageList__prev:hover .ping-recruit-c-arrow::after,
  .ping-recruit-s-environment .s-environment__imageList__next:hover .ping-recruit-c-arrow::after {
    translate: -50% -50%;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .ping-recruit-s-environment .s-environment__imageList__prev:hover,
  .ping-recruit-s-environment .s-environment__imageList__next:hover {
    scale: 1;
  }
}
.ping-recruit-s-environment .s-environment__imageList__prev > *,
.ping-recruit-s-environment .s-environment__imageList__next > * {
  cursor: pointer;
  border: 0.1875rem solid #ebedef;
}
.ping-recruit-s-environment .s-environment__imageList__prev {
  left: -0.5625rem;
}
.ping-recruit-s-environment .s-environment__imageList__next {
  right: -0.5625rem;
}
.ping-recruit-s-environment .s-environment__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.2);
}
.ping-recruit-s-environment .s-environment__modalList {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  padding: 5rem 0;
  overflow: auto;
}
.ping-recruit-s-environment .s-environment__modal {
  pointer-events: auto;
  display: none;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 5rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-environment .s-environment__modal {
    max-width: calc(100% - 3rem);
    padding: 2rem 1.5rem 2.5rem;
  }
}
.ping-recruit-s-environment .s-environment__modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/ping-recruit/img/common/bg_base.png") 0 0 repeat;
  background-size: 12.5rem;
  z-index: -1;
  border-radius: 1.5rem;
  -webkit-box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.ping-recruit-s-environment .s-environment__modal__close {
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
  z-index: 1;
  cursor: pointer;
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-environment .s-environment__modal__close {
    top: 1.25rem;
    right: 1.25rem;
    width: 1.5rem;
  }
}
.ping-recruit-s-environment .s-environment__modal__close::before, .ping-recruit-s-environment .s-environment__modal__close::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.0625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
  transform-origin: center;
  background-color: currentColor;
}
.ping-recruit-s-environment .s-environment__modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.ping-recruit-s-environment .s-environment__modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ping-recruit-s-environment .s-environment__modal__inner {
  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) {
  .ping-recruit-s-environment .s-environment__modal__inner {
    gap: 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-environment .s-environment__modal__header {
    text-align: center;
  }
}
.ping-recruit-s-environment .s-environment__modal__caption {
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-environment .s-environment__modal__caption {
    padding-top: 0.3125rem;
  }
}
.ping-recruit-s-environment .s-environment__modal__subImage {
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-environment .s-environment__modal__subImage {
    padding-top: 1.875rem;
  }
}
.ping-recruit-s-environment .s-environment__modal__subImage__inner {
  position: relative;
}
.ping-recruit-s-environment .s-environment__modal__subImage__inner .swiper {
  margin-left: -0.46875rem;
  margin-right: -0.46875rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-environment .s-environment__modal__subImage__inner .swiper {
    margin-left: -0.15625rem;
    margin-right: -0.15625rem;
  }
}
.ping-recruit-s-environment .s-environment__modal__subImage__item {
  padding: 0 0.46875rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-environment .s-environment__modal__subImage__item {
    padding: 0 0.15625rem;
  }
}
.ping-recruit-s-environment .s-environment__modal__subImage__item .s-environment__image {
  aspect-ratio: 140/92;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-environment .s-environment__modal__subImage__item .s-environment__image {
    aspect-ratio: 90/80;
  }
}
.ping-recruit-s-environment .s-environment__modal__subImage__prev,
.ping-recruit-s-environment .s-environment__modal__subImage__next {
  position: absolute;
  top: 50%;
  z-index: 1;
}
.ping-recruit-s-environment .s-environment__modal__subImage__prev .ping-recruit-c-arrow,
.ping-recruit-s-environment .s-environment__modal__subImage__next .ping-recruit-c-arrow {
  border: 0.1875rem solid #ebedef;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-environment .s-environment__modal__subImage__prev .ping-recruit-c-arrow,
  .ping-recruit-s-environment .s-environment__modal__subImage__next .ping-recruit-c-arrow {
    border-width: 0.125rem;
  }
}
.ping-recruit-s-environment .s-environment__modal__subImage__prev {
  left: -0.375rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-environment .s-environment__modal__subImage__prev {
    left: -0.125rem;
  }
}
.ping-recruit-s-environment .s-environment__modal__subImage__next {
  right: -0.375rem;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-environment .s-environment__modal__subImage__next {
    right: -0.125rem;
  }
}
.ping-recruit-s-environment .s-environment__modal__subImage__title {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 900;
  margin: 0 0 1.375rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-environment .s-environment__modal__subImage__title {
    font-size: 1.125rem;
    margin: 0 0 0.75rem;
  }
}
.ping-recruit-s-environment .s-environment__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ping-recruit-s-flow {
  overflow: hidden;
  padding: 5.625rem 0;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-flow {
    padding: 3.75rem 0;
  }
}
.ping-recruit-s-flow .ping-recruit-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-flow .ping-recruit-c-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
}
.ping-recruit-s-flow .s-flow__header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 18rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-flow .s-flow__header {
    text-align: center;
    width: 100%;
  }
}
.ping-recruit-s-flow .s-flow__header .ping-recruit-c-sectionTitle {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-flow .s-flow__header .ping-recruit-c-sectionTitle {
    margin: 0 1.5rem 3rem;
  }
}
.ping-recruit-s-flow .s-flow__header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-flow .s-flow__header__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    gap: 0.5rem;
    margin: 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-flow .s-flow__header__list.-single {
    display: none;
  }
}
.ping-recruit-s-flow .s-flow__header__list.-single .s-flow__header__item {
  cursor: default;
}
.ping-recruit-s-flow .s-flow__header__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 0.75rem;
  width: 100%;
  -webkit-transition: opacity 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: opacity 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  cursor: pointer;
  border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
  overflow: clip;
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-s-flow .s-flow__header__item {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, line to calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, line to calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
  }
}
.ping-recruit-s-flow .s-flow__header__item:hover {
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-flow .s-flow__header__item {
    padding: 0.75rem;
    text-align: center;
    color: #524E41;
    background-color: #fff;
    border-radius: 0.75rem 0.75rem 0rem 0rem;
    overflow: clip;
  }
  @supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
    .ping-recruit-s-flow .s-flow__header__item {
      border-radius: 0;
      -webkit-clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, line to calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0rem * 1.6)), curve to calc(100% - calc(0rem * 1.6)) bottom with right calc(100% - calc(0rem * 1.6) * 0.12)/calc(100% - calc(0rem * 1.6) * 0.12) bottom, line to calc(0rem * 1.6) bottom, curve to left calc(100% - calc(0rem * 1.6)) with calc(calc(0rem * 1.6) * 0.12) bottom/left calc(100% - calc(0rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
      clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, line to calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0rem * 1.6)), curve to calc(100% - calc(0rem * 1.6)) bottom with right calc(100% - calc(0rem * 1.6) * 0.12)/calc(100% - calc(0rem * 1.6) * 0.12) bottom, line to calc(0rem * 1.6) bottom, curve to left calc(100% - calc(0rem * 1.6)) with calc(calc(0rem * 1.6) * 0.12) bottom/left calc(100% - calc(0rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
    }
  }
}
.ping-recruit-s-flow .s-flow__header__item.is-active {
  background-color: #524E41;
  color: #fff;
  padding: 1.5rem 1.875rem;
}
.ping-recruit-s-flow .s-flow__header__item.is-active:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-flow .s-flow__header__item.is-active {
    padding: 0.75rem;
  }
}
.ping-recruit-s-flow .s-flow__header__item.is-active .s-flow__header__icon {
  opacity: 0;
}
.ping-recruit-s-flow .s-flow__header__icon {
  position: absolute;
  top: 0.4375rem;
  right: 0;
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: opacity 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-flow .s-flow__header__icon {
    display: none;
  }
}
.ping-recruit-s-flow .s-flow__header__icon::before, .ping-recruit-s-flow .s-flow__header__icon::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
  transform-origin: center;
  background-color: #fff;
}
.ping-recruit-s-flow .s-flow__header__icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.ping-recruit-s-flow .s-flow__header__title {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-flow .s-flow__header__title {
    font-size: 1rem;
  }
}
.ping-recruit-s-flow .s-flow__header__text {
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-flow .s-flow__header__text {
    display: none;
  }
}
.ping-recruit-s-flow .s-flow__body {
  width: 100%;
}
.ping-recruit-s-flow .s-flow__body__text {
  display: none;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-flow .s-flow__body__text {
    display: block;
    background-color: #524E41;
    color: #fff;
    padding: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-flow .s-flow__item__tableWrap {
    background-color: #524E41;
    color: #fff;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-flow .s-flow__list.-single .s-flow__body__text,
  .ping-recruit-s-flow .s-flow__list.-single .s-flow__item__tableWrap {
    background-color: transparent;
    color: #000;
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-flow .s-flow__list.-single .s-flow__body__text {
    padding: 0 1.5rem 3rem;
  }
}
.ping-recruit-s-flow .s-flow__item__table {
  position: relative;
  z-index: 0;
  width: 100%;
  border-collapse: collapse;
  counter-reset: n;
  background: url("/assets/ping-recruit/img/common/bg_base.png") 0 0 repeat;
  background-size: 12.5rem;
  color: #000;
  border-radius: 0.75rem;
  overflow: clip;
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-s-flow .s-flow__item__table {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-flow .s-flow__item__table {
    width: calc(100% - 1rem);
    margin: 0 0.5rem;
  }
}
.ping-recruit-s-flow .s-flow__item__table tr:nth-child(even) > * {
  background: #fff;
}
.ping-recruit-s-flow .s-flow__item__table tr:nth-child(odd) > * {
  background: url("/assets/ping-recruit/img/common/bg_th.png") 0 0 repeat;
  background-size: 12.5rem;
}
.ping-recruit-s-flow .s-flow__item__table th {
  padding: 1.875rem 0;
  width: 9rem;
  border-right: 0.1875rem solid transparent !important;
  overflow: hidden;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-flow .s-flow__item__table th {
    padding: 1.75rem 0;
    width: 3.75rem;
  }
}
.ping-recruit-s-flow .s-flow__item__table td {
  position: relative;
  padding: 1.875rem 2.25rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-flow .s-flow__item__table td {
    padding: 1.25rem 1rem;
  }
}
.ping-recruit-s-flow .s-flow__item__table .s-flow__item__month {
  color: #524E41;
  line-height: 1;
  font-family: din-2014, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.125rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-flow .s-flow__item__table .s-flow__item__month {
    font-size: 1.5rem;
  }
}
.ping-recruit-s-flow .s-flow__item__table .s-flow__item__month::after {
  content: "月";
  color: #000;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-flow .s-flow__item__table .s-flow__item__month::after {
    font-size: 0.75rem;
  }
}
.ping-recruit-s-flow .s-flow__item__table .s-flow__item__step {
  color: #524E41;
  line-height: 1;
  font-family: din-2014, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.ping-recruit-s-flow .s-flow__item__table .s-flow__item__step::before, .ping-recruit-s-flow .s-flow__item__table .s-flow__item__step::after {
  display: block;
}
.ping-recruit-s-flow .s-flow__item__table .s-flow__item__step::before {
  content: "STEP";
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-flow .s-flow__item__table .s-flow__item__step::before {
    font-size: 0.75rem;
  }
}
.ping-recruit-s-flow .s-flow__item__table .s-flow__item__step::after {
  counter-increment: n;
  content: "0" counter(n);
  font-size: 2.125rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-flow .s-flow__item__table .s-flow__item__step::after {
    font-size: 1.5rem;
  }
}
.ping-recruit-s-flow .s-flow__item__table .s-flow__item__step:nth-of-type(n + 10):after {
  content: counter(n);
}
.ping-recruit-s-flow .s-flow__item__table .s-flow__item__textWrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-flow .s-flow__item__table .s-flow__item__textWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 0.75rem;
  }
}
.ping-recruit-s-flow .s-flow__item__table .s-flow__item__textEn {
  position: absolute;
  top: -0.625rem;
  right: 0;
  z-index: 0;
  padding-bottom: 0.625rem;
  background: url("/assets/ping-recruit/img/common/bg_base.png") 0 0 repeat;
  background-size: 12.5rem;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 900;
  font-family: din-2014, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.ping-recruit-s-flow .s-flow__item__table .s-flow__item__title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 8.25rem;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-flow .s-flow__item__table .s-flow__item__title {
    width: 100%;
    font-size: 0.9375rem;
  }
}
.ping-recruit-s-flow .s-flow__item__table .s-flow__item__title span {
  font-weight: normal;
}
.ping-recruit-s-flow .s-flow__item__table .s-flow__item__title.-w-full {
  width: 100%;
}
.ping-recruit-s-flow .s-flow__item__table .s-flow__item__text {
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-flow .s-flow__item__table .s-flow__item__text {
    font-size: 0.875rem;
  }
}
.ping-recruit-s-flow .s-flow__item__noteList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-flow .s-flow__item__noteList {
    margin: 0.75rem 1rem 0;
    font-size: 0.9375rem;
    text-align: left;
  }
}
.ping-recruit-s-flow .s-flow__item__noteList li {
  display: inline-block;
  position: relative;
  padding-left: 1rem;
  list-style: none;
  font-size: 0.75rem;
  line-height: 1.6;
}
.ping-recruit-s-flow .s-flow__item__noteList li::before {
  content: "※";
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-flow .s-flow__item__noteList li::before {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.ping-recruit-s-entry {
  padding: 5.625rem 0;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-entry {
    padding: 3.75rem 0;
  }
}
.ping-recruit-s-entry .s-entry__inner {
  overflow: hidden;
  position: relative;
}
.ping-recruit-s-entry .ping-recruit-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-entry .ping-recruit-c-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.ping-recruit-s-entry .s-entry__header,
.ping-recruit-s-entry .s-entry__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 3rem;
  width: 18.75rem;
  padding: 12rem 0 6.875rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-entry .s-entry__header,
  .ping-recruit-s-entry .s-entry__body {
    width: unset;
    padding: 0;
  }
}
.ping-recruit-s-entry .s-entry__header {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-entry .s-entry__header {
    gap: 1.875rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-entry .s-entry__header .ping-recruit-c-sectionTitle {
    margin: 0 auto;
  }
}
.ping-recruit-s-entry .s-entry__subTitleEn,
.ping-recruit-s-entry .s-entry__subTitleEn__sp {
  position: absolute;
  color: #fff;
  font-size: 10.5rem;
  line-height: 0.8;
  white-space: nowrap;
  font-family: din-2014, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-entry .s-entry__subTitleEn,
  .ping-recruit-s-entry .s-entry__subTitleEn__sp {
    top: unset;
    left: unset;
    -webkit-transform: none;
    transform: none;
    position: relative;
    font-size: 4.5rem;
    margin-top: -0.625rem;
    margin-bottom: -3rem;
  }
}
.ping-recruit-s-entry .s-entry__subTitleEn {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.ping-recruit-s-entry .s-entry__subTitleEn__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-entry .s-entry__subTitleEn__sp {
    position: absolute;
    top: 7.5rem;
    right: 1.5rem;
    z-index: 2;
    display: block;
    max-width: 11.25rem;
    white-space: initial;
    word-break: keep-all;
    text-align: right;
  }
}
.ping-recruit-s-entry .s-entry__bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  width: 112.5rem;
  height: 13.5rem;
  border-radius: 100%;
  background-color: #FFE600;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-entry .s-entry__bg {
    width: 32.4375rem;
    height: 4.5rem;
  }
}
.ping-recruit-s-entry.-gold .s-entry__bg {
  background-color: #CD9B2A;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-entry .s-entry__imageWrap {
    position: relative;
  }
}
.ping-recruit-s-entry .s-entry__image {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  margin: 0 auto;
  width: 28.5rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 0.75rem 0.75rem 0rem 0rem;
  overflow: clip;
  mask-image: url("/assets/ping-recruit/img/page/recruit-mask.svg");
  mask-size: 100% auto;
  mask-repeat: no-repeat;
  mask-position: bottom center;
  -webkit-mask-image: url("/assets/ping-recruit/img/page/recruit-mask.svg");
  -webkit-mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: bottom center;
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-s-entry .s-entry__image {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, line to calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0rem * 1.6)), curve to calc(100% - calc(0rem * 1.6)) bottom with right calc(100% - calc(0rem * 1.6) * 0.12)/calc(100% - calc(0rem * 1.6) * 0.12) bottom, line to calc(0rem * 1.6) bottom, curve to left calc(100% - calc(0rem * 1.6)) with calc(calc(0rem * 1.6) * 0.12) bottom/left calc(100% - calc(0rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, line to calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0rem * 1.6)), curve to calc(100% - calc(0rem * 1.6)) bottom with right calc(100% - calc(0rem * 1.6) * 0.12)/calc(100% - calc(0rem * 1.6) * 0.12) bottom, line to calc(0rem * 1.6) bottom, curve to left calc(100% - calc(0rem * 1.6)) with calc(calc(0rem * 1.6) * 0.12) bottom/left calc(100% - calc(0rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-entry .s-entry__image {
    mask-image: url("/assets/ping-recruit/img/page/recruit-mask-sp.svg");
    -webkit-mask-image: url("/assets/ping-recruit/img/page/recruit-mask-sp.svg");
    position: relative;
    bottom: unset;
    left: unset;
    -webkit-transform: none;
    transform: none;
    top: 1px;
    width: 13.6875rem;
  }
}
.ping-recruit-s-entry .s-entry__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ping-recruit-s-entry .s-entry__icon {
  position: absolute;
  z-index: 2;
  display: block;
  height: auto;
  aspect-ratio: 1;
}
.ping-recruit-s-entry .s-entry__icon.-red {
  width: 9rem;
  left: calc(50% - 18.875rem);
  bottom: 3rem;
  background: url("/assets/ping-recruit/img/common/icon_person_red.svg") center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-entry .s-entry__icon.-red {
    width: 6rem;
    left: calc(50% - 12.125rem);
    bottom: 5.25rem;
  }
}
.ping-recruit-s-entry .s-entry__icon.-blue {
  width: 10.5rem;
  left: calc(50% - 19.5rem);
  bottom: 4.875rem;
  background: url("/assets/ping-recruit/img/common/icon_person_blue.svg") center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-entry .s-entry__icon.-blue {
    width: 6rem;
    left: calc(50% - 12.1875rem);
    bottom: 5.25rem;
  }
}
.ping-recruit-s-entry .s-entry__subTitleJa {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.6;
  -webkit-transform: translateY(-2.8125rem);
  transform: translateY(-2.8125rem);
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-entry .s-entry__subTitleJa {
    font-size: 1.25rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.ping-recruit-s-entry .s-entry__text {
  letter-spacing: -0.00625rem;
}
.ping-recruit-s-entry .s-entry__btn {
  text-align: center;
}

.ping-recruit-s-faq {
  padding: 5.625rem 0;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-faq {
    padding: 3.75rem 0;
  }
}
.ping-recruit-s-faq .s-faq__header {
  text-align: center;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-faq .s-faq__header {
    margin-bottom: 3rem;
  }
}
.ping-recruit-s-faq .s-faq__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  counter-reset: n;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-faq .s-faq__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
}
.ping-recruit-s-faq .s-faq__list > * {
  min-height: 12.5rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-faq .s-faq__list > * {
    min-height: 8.25rem;
  }
}
.ping-recruit-s-faq .s-faq__item {
  position: relative;
}
.ping-recruit-s-faq .s-faq__item__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  text-align: center;
  min-height: 100%;
  padding: 1.5rem 3rem;
  -webkit-transition: padding 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), z-index 0s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: padding 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), z-index 0s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-faq .s-faq__item__inner {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    padding: 2.5rem 1.5rem;
  }
}
.ping-recruit-s-faq .s-faq__item__inner:before {
  content: "Q.0" counter(n);
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  counter-increment: n;
  font-family: din-2014, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  z-index: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-faq .s-faq__item__inner:before {
    font-size: 1.25rem;
  }
}
.ping-recruit-s-faq .s-faq__item:nth-of-type(n + 10) .s-faq__item__inner:before {
  content: "Q." counter(n);
}
.ping-recruit-s-faq .s-faq__item__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(82, 78, 65, 0.1);
  z-index: 0;
  border-radius: 0.75rem;
  overflow: clip;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-s-faq .s-faq__item__bg {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
  }
}
.ping-recruit-s-faq .s-faq__item__icon {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  z-index: 1;
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  z-index: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-faq .s-faq__item__icon {
    bottom: 0.5rem;
    right: 0.5rem;
    width: 0.75rem;
  }
}
.ping-recruit-s-faq .s-faq__item__icon::before, .ping-recruit-s-faq .s-faq__item__icon::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
  transform-origin: center;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-faq .s-faq__item__icon::before, .ping-recruit-s-faq .s-faq__item__icon::after {
    width: 0.333125rem;
    height: 0.083125rem;
  }
}
.ping-recruit-s-faq .s-faq__item__icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.ping-recruit-s-faq .s-faq__item__body {
  position: relative;
  z-index: 1;
}
.ping-recruit-s-faq .s-faq__item__title {
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-faq .s-faq__item__title {
    font-size: 1rem;
  }
}
.ping-recruit-s-faq .s-faq__item__text {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ping-recruit-s-faq .s-faq__item__text__inner {
  padding-top: 1rem;
  border-top: 3px solid #000;
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-faq .s-faq__item__text__inner {
    font-size: 0.875rem;
  }
}
.ping-recruit-s-faq .s-faq__item__inner.-open {
  z-index: 10;
  padding: 1rem 1.5rem 0.5rem;
  color: #fff;
  -webkit-transition: padding 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), z-index 0s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: padding 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), z-index 0s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-faq .s-faq__item__inner.-open {
    padding: 1rem 1.5rem 1.25rem;
  }
}
.ping-recruit-s-faq .s-faq__item__inner.-open:before {
  color: #FFE600;
  left: -0.75rem;
  top: -0.75rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-faq .s-faq__item__inner.-open:before {
    top: 0.75rem;
    left: 0;
  }
}
.ping-recruit-s-faq .s-faq__item__inner.-open .s-faq__item__bg {
  background-color: #524e41;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(3rem + 100%);
  height: calc(3rem + 100%);
  border-radius: 1rem;
  overflow: clip;
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-s-faq .s-faq__item__inner.-open .s-faq__item__bg {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(1rem * 1.6)) top, curve to right calc(1rem * 1.6) with calc(100% - calc(1rem * 1.6) * 0.12) top/right calc(calc(1rem * 1.6) * 0.12), line to right calc(100% - calc(1rem * 1.6)), curve to calc(100% - calc(1rem * 1.6)) bottom with right calc(100% - calc(1rem * 1.6) * 0.12)/calc(100% - calc(1rem * 1.6) * 0.12) bottom, line to calc(1rem * 1.6) bottom, curve to left calc(100% - calc(1rem * 1.6)) with calc(calc(1rem * 1.6) * 0.12) bottom/left calc(100% - calc(1rem * 1.6) * 0.12), line to left calc(1rem * 1.6), curve to calc(1rem * 1.6) top with left calc(calc(1rem * 1.6) * 0.12)/calc(calc(1rem * 1.6) * 0.12) top, line to calc(100% - calc(1rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(1rem * 1.6)) top, curve to right calc(1rem * 1.6) with calc(100% - calc(1rem * 1.6) * 0.12) top/right calc(calc(1rem * 1.6) * 0.12), line to right calc(100% - calc(1rem * 1.6)), curve to calc(100% - calc(1rem * 1.6)) bottom with right calc(100% - calc(1rem * 1.6) * 0.12)/calc(100% - calc(1rem * 1.6) * 0.12) bottom, line to calc(1rem * 1.6) bottom, curve to left calc(100% - calc(1rem * 1.6)) with calc(calc(1rem * 1.6) * 0.12) bottom/left calc(100% - calc(1rem * 1.6) * 0.12), line to left calc(1rem * 1.6), curve to calc(1rem * 1.6) top with left calc(calc(1rem * 1.6) * 0.12)/calc(calc(1rem * 1.6) * 0.12) top, line to calc(100% - calc(1rem * 1.6)) top, close);
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-faq .s-faq__item__inner.-open .s-faq__item__bg {
    top: 0;
    left: -0.75rem;
    -webkit-transform: none;
    transform: none;
    width: calc(1.5rem + 100%);
    height: 100%;
  }
}
.ping-recruit-s-faq .s-faq__item__inner.-open .s-faq__item__icon {
  bottom: -0.75rem;
  right: -0.75rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-faq .s-faq__item__inner.-open .s-faq__item__icon {
    bottom: 0.5rem;
    right: -0.25rem;
  }
}
.ping-recruit-s-faq .s-faq__item__inner.-open .s-faq__item__icon::before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ping-recruit-s-faq .s-faq__item__inner.-open .s-faq__item__text {
  display: block;
}

.ping-recruit-s-toc.-page {
  position: relative;
  z-index: 0;
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-toc.-page {
    padding-bottom: 3.75rem;
  }
}
.ping-recruit-s-toc.-page.-is-internship .s-toc {
  margin-top: -8.4375rem;
  margin-right: -3rem;
  padding: 12rem 3rem 4.5rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-toc.-page.-is-internship .s-toc {
    margin: 0;
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-toc.-page .ping-recruit-c-inner {
    padding: 0 0.5rem;
  }
}
.ping-recruit-s-toc.-page .s-toc__index {
  position: absolute;
  bottom: 2.25rem;
  left: 3rem;
  z-index: 0;
  background: url("/assets/ping-recruit/img/common/bg_base.png") 0 0 repeat;
  background-size: 12.5rem;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 8.25rem;
  font-weight: 900;
  line-height: 0.8;
  font-family: din-2014, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-toc.-page .s-toc__index {
    bottom: unset;
    left: unset;
    bottom: -0.1875rem;
    right: 0;
    -webkit-transform: none;
    transform: none;
    font-size: 4.5rem;
  }
}
.ping-recruit-s-toc.-page .s-toc {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  background-color: #fff;
  padding: 4.5rem 3rem;
  border-radius: 1.5rem;
  overflow: clip;
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-s-toc.-page .s-toc {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(1.5rem * 1.6)) top, curve to right calc(1.5rem * 1.6) with calc(100% - calc(1.5rem * 1.6) * 0.12) top/right calc(calc(1.5rem * 1.6) * 0.12), line to right calc(100% - calc(1.5rem * 1.6)), curve to calc(100% - calc(1.5rem * 1.6)) bottom with right calc(100% - calc(1.5rem * 1.6) * 0.12)/calc(100% - calc(1.5rem * 1.6) * 0.12) bottom, line to calc(1.5rem * 1.6) bottom, curve to left calc(100% - calc(1.5rem * 1.6)) with calc(calc(1.5rem * 1.6) * 0.12) bottom/left calc(100% - calc(1.5rem * 1.6) * 0.12), line to left calc(1.5rem * 1.6), curve to calc(1.5rem * 1.6) top with left calc(calc(1.5rem * 1.6) * 0.12)/calc(calc(1.5rem * 1.6) * 0.12) top, line to calc(100% - calc(1.5rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(1.5rem * 1.6)) top, curve to right calc(1.5rem * 1.6) with calc(100% - calc(1.5rem * 1.6) * 0.12) top/right calc(calc(1.5rem * 1.6) * 0.12), line to right calc(100% - calc(1.5rem * 1.6)), curve to calc(100% - calc(1.5rem * 1.6)) bottom with right calc(100% - calc(1.5rem * 1.6) * 0.12)/calc(100% - calc(1.5rem * 1.6) * 0.12) bottom, line to calc(1.5rem * 1.6) bottom, curve to left calc(100% - calc(1.5rem * 1.6)) with calc(calc(1.5rem * 1.6) * 0.12) bottom/left calc(100% - calc(1.5rem * 1.6) * 0.12), line to left calc(1.5rem * 1.6), curve to calc(1.5rem * 1.6) top with left calc(calc(1.5rem * 1.6) * 0.12)/calc(calc(1.5rem * 1.6) * 0.12) top, line to calc(100% - calc(1.5rem * 1.6)) top, close);
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-toc.-page .s-toc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    padding: 2rem 1rem;
    border-radius: 0.75rem;
    overflow: clip;
  }
  @supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
    .ping-recruit-s-toc.-page .s-toc {
      border-radius: 0;
      -webkit-clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
      clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
    }
  }
}
.ping-recruit-s-toc.-page .s-toc ul {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 2.25rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-toc.-page .s-toc ul {
    gap: 1rem;
    margin: 0;
  }
}
.ping-recruit-s-toc.-page .s-toc ul li > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
  color: #000;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-toc.-page .s-toc ul li > * {
    font-size: 0.9375rem;
    gap: 0.25rem;
  }
}
.ping-recruit-s-toc.-page .s-toc ul li a:hover .ping-recruit-c-arrow {
  opacity: 1;
}
.ping-recruit-s-toc.-page .s-toc ul li a:hover .ping-recruit-c-arrow::before {
  translate: 500% -50%;
}
.ping-recruit-s-toc.-page .s-toc ul li a:hover .ping-recruit-c-arrow::after {
  translate: -50% -50%;
}
.ping-recruit-s-toc.-page .s-toc ul li > div {
  opacity: 0.4;
  color: #524E41;
}
.ping-recruit-s-toc.-page .s-toc ul li > div .ping-recruit-c-arrow {
  background-color: transparent;
  border: 0.0625rem dashed #524E41;
}
.ping-recruit-s-toc.-page .s-toc ul li > div .ping-recruit-c-arrow::before {
  display: none;
}

.ping-recruit-s-internship {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-internship {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-internship .ping-recruit-c-inner {
    padding: 0;
  }
}
.ping-recruit-s-internship .s-internship {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  background-color: #FFE600;
  padding: 0.75rem 3rem 0.75rem 0.75rem;
  margin-left: -3rem;
  border-radius: 1.5rem;
  overflow: clip;
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-s-internship .s-internship {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(1.5rem * 1.6)) top, curve to right calc(1.5rem * 1.6) with calc(100% - calc(1.5rem * 1.6) * 0.12) top/right calc(calc(1.5rem * 1.6) * 0.12), line to right calc(100% - calc(1.5rem * 1.6)), curve to calc(100% - calc(1.5rem * 1.6)) bottom with right calc(100% - calc(1.5rem * 1.6) * 0.12)/calc(100% - calc(1.5rem * 1.6) * 0.12) bottom, line to calc(1.5rem * 1.6) bottom, curve to left calc(100% - calc(1.5rem * 1.6)) with calc(calc(1.5rem * 1.6) * 0.12) bottom/left calc(100% - calc(1.5rem * 1.6) * 0.12), line to left calc(1.5rem * 1.6), curve to calc(1.5rem * 1.6) top with left calc(calc(1.5rem * 1.6) * 0.12)/calc(calc(1.5rem * 1.6) * 0.12) top, line to calc(100% - calc(1.5rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(1.5rem * 1.6)) top, curve to right calc(1.5rem * 1.6) with calc(100% - calc(1.5rem * 1.6) * 0.12) top/right calc(calc(1.5rem * 1.6) * 0.12), line to right calc(100% - calc(1.5rem * 1.6)), curve to calc(100% - calc(1.5rem * 1.6)) bottom with right calc(100% - calc(1.5rem * 1.6) * 0.12)/calc(100% - calc(1.5rem * 1.6) * 0.12) bottom, line to calc(1.5rem * 1.6) bottom, curve to left calc(100% - calc(1.5rem * 1.6)) with calc(calc(1.5rem * 1.6) * 0.12) bottom/left calc(100% - calc(1.5rem * 1.6) * 0.12), line to left calc(1.5rem * 1.6), curve to calc(1.5rem * 1.6) top with left calc(calc(1.5rem * 1.6) * 0.12)/calc(calc(1.5rem * 1.6) * 0.12) top, line to calc(100% - calc(1.5rem * 1.6)) top, close);
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-internship .s-internship {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 0;
    padding: 0.5rem;
    margin-left: 0;
    border-radius: 0rem;
    overflow: clip;
  }
  @supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
    .ping-recruit-s-internship .s-internship {
      border-radius: 0;
      -webkit-clip-path: shape(from calc(100% - calc(0rem * 1.6)) top, curve to right calc(0rem * 1.6) with calc(100% - calc(0rem * 1.6) * 0.12) top/right calc(calc(0rem * 1.6) * 0.12), line to right calc(100% - calc(0rem * 1.6)), curve to calc(100% - calc(0rem * 1.6)) bottom with right calc(100% - calc(0rem * 1.6) * 0.12)/calc(100% - calc(0rem * 1.6) * 0.12) bottom, line to calc(0rem * 1.6) bottom, curve to left calc(100% - calc(0rem * 1.6)) with calc(calc(0rem * 1.6) * 0.12) bottom/left calc(100% - calc(0rem * 1.6) * 0.12), line to left calc(0rem * 1.6), curve to calc(0rem * 1.6) top with left calc(calc(0rem * 1.6) * 0.12)/calc(calc(0rem * 1.6) * 0.12) top, line to calc(100% - calc(0rem * 1.6)) top, close);
      clip-path: shape(from calc(100% - calc(0rem * 1.6)) top, curve to right calc(0rem * 1.6) with calc(100% - calc(0rem * 1.6) * 0.12) top/right calc(calc(0rem * 1.6) * 0.12), line to right calc(100% - calc(0rem * 1.6)), curve to calc(100% - calc(0rem * 1.6)) bottom with right calc(100% - calc(0rem * 1.6) * 0.12)/calc(100% - calc(0rem * 1.6) * 0.12) bottom, line to calc(0rem * 1.6) bottom, curve to left calc(100% - calc(0rem * 1.6)) with calc(calc(0rem * 1.6) * 0.12) bottom/left calc(100% - calc(0rem * 1.6) * 0.12), line to left calc(0rem * 1.6), curve to calc(0rem * 1.6) top with left calc(calc(0rem * 1.6) * 0.12)/calc(calc(0rem * 1.6) * 0.12) top, line to calc(100% - calc(0rem * 1.6)) top, close);
    }
  }
}
.ping-recruit-s-internship .s-internship::after {
  content: "";
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  z-index: 0;
  width: 6rem;
  height: 4.5rem;
  background: url("/assets/ping-recruit/img/common/icon_person_green.svg") center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-internship .s-internship::after {
    display: none;
  }
}
.ping-recruit-s-internship .s-internship__image {
  position: relative;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 27rem;
  aspect-ratio: 432/288;
  border-radius: 0.75rem;
  overflow: clip;
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-s-internship .s-internship__image {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-internship .s-internship__image {
    width: calc(100% - 3.5rem);
    aspect-ratio: 303/202;
  }
}
.ping-recruit-s-internship .s-internship__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-internship .s-internship__image::after {
    content: "";
    position: absolute;
    right: 0.5rem;
    bottom: 0.75rem;
    z-index: 0;
    width: 4rem;
    height: 3rem;
    background: url("/assets/ping-recruit/img/common/icon_person_green.svg") center center/contain no-repeat;
  }
}
.ping-recruit-s-internship .s-internship__content {
  width: 100%;
}
.ping-recruit-s-internship .s-internship__titleEn {
  position: absolute;
  top: -0.625rem;
  right: 3rem;
  z-index: 0;
  min-height: 7.5rem;
  background: url("/assets/ping-recruit/img/common/bg_base.png") 0 0 repeat;
  background-size: 12.5rem;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 8.25rem;
  font-weight: 900;
  line-height: 0.8;
  text-align: right;
  margin: 0;
  font-family: din-2014, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-internship .s-internship__titleEn {
    min-height: unset;
    top: 0.5rem;
    right: 0.25rem;
    font-size: 4.5rem;
    -webkit-transform: rotate(-90deg) translateY(-100%);
    transform: rotate(-90deg) translateY(-100%);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
}
.ping-recruit-s-internship .s-internship__titleJa {
  position: relative;
  z-index: 1;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.6;
  margin: 1.5rem 0 1rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-internship .s-internship__titleJa {
    padding: 0 1rem;
    color: #fff;
    font-size: 1.375rem;
    margin: -2.8125rem 0 2.25rem;
  }
}
.ping-recruit-s-internship .s-internship__text {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-internship .s-internship__text {
    padding-left: 1rem;
    padding-right: 3.75rem;
    font-size: 0.9375rem;
  }
}
.ping-recruit-s-internship .s-internship__btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 0.75rem 1.5rem;
  padding: 2.4375rem 0 0.75rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-internship .s-internship__btnList {
    gap: 0;
    padding: 1.75rem 0 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-internship .s-internship__btn {
    width: calc(50% - 0.25rem);
  }
}
.ping-recruit-s-internship .s-internship__btn .ping-recruit-c-btn {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-internship .s-internship__btn .c-btn__linkInner {
    padding: 0.5rem 1.25rem;
    min-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-internship .s-internship__btn .c-btn__icon::before {
    width: 1.375rem;
    border-width: 0.46875rem;
  }
}

.ping-recruit-s-job {
  padding: 5.625rem 0;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-job {
    padding: 3.75rem 0;
  }
}
.ping-recruit-s-job .ping-recruit-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4.5rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-job .ping-recruit-c-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 3rem;
  }
}
.ping-recruit-s-job .s-job__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 18rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-job .s-job__header {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.ping-recruit-s-job .s-job__header__text {
  padding-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-job .s-job__header__text {
    padding-top: 2.375rem;
  }
}
.ping-recruit-s-job .s-job__body {
  width: 100%;
}
.ping-recruit-s-job .s-job__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-job .s-job__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.9375rem;
  }
}
.ping-recruit-s-job .s-job__item__link {
  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: 0.5rem;
  min-height: 5.625rem;
  height: 100%;
  padding: 1.9375rem 1.875rem 1.9375rem 1.5625rem;
  background: url("/assets/ping-recruit/img/common/bg_th.png") 0 0 repeat;
  background-size: 12.5rem;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.4;
  border-radius: 0.75rem;
  overflow: clip;
  -webkit-transition: background 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: background 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@supports ((-webkit-clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close)) or (clip-path: shape(from 0 0, line to 100% 0, line to 100% 100%, line to 0 100%, close))) {
  .ping-recruit-s-job .s-job__item__link {
    border-radius: 0;
    -webkit-clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
    clip-path: shape(from calc(100% - calc(0.75rem * 1.6)) top, curve to right calc(0.75rem * 1.6) with calc(100% - calc(0.75rem * 1.6) * 0.12) top/right calc(calc(0.75rem * 1.6) * 0.12), line to right calc(100% - calc(0.75rem * 1.6)), curve to calc(100% - calc(0.75rem * 1.6)) bottom with right calc(100% - calc(0.75rem * 1.6) * 0.12)/calc(100% - calc(0.75rem * 1.6) * 0.12) bottom, line to calc(0.75rem * 1.6) bottom, curve to left calc(100% - calc(0.75rem * 1.6)) with calc(calc(0.75rem * 1.6) * 0.12) bottom/left calc(100% - calc(0.75rem * 1.6) * 0.12), line to left calc(0.75rem * 1.6), curve to calc(0.75rem * 1.6) top with left calc(calc(0.75rem * 1.6) * 0.12)/calc(calc(0.75rem * 1.6) * 0.12) top, line to calc(100% - calc(0.75rem * 1.6)) top, close);
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-job .s-job__item__link {
    padding: 1.0625rem 1.5rem 1.0625rem 1.25rem;
    font-size: 1.25rem;
  }
}
.ping-recruit-s-job .s-job__item__link:hover {
  opacity: 1;
  background: none #524E41;
  color: #fff;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.ping-recruit-s-job .s-job__item__link:hover .ping-recruit-c-arrow {
  background-color: #fff;
}
.ping-recruit-s-job .s-job__item__link:hover .ping-recruit-c-arrow::before {
  background-color: #000;
}
.ping-recruit-s-job .s-job__item__link .ping-recruit-c-arrow {
  width: 2rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-job .s-job__item__link .ping-recruit-c-arrow {
    width: 1.75rem;
  }
}
.ping-recruit-s-job .s-job__item__link .ping-recruit-c-arrow::before, .ping-recruit-s-job .s-job__item__link .ping-recruit-c-arrow::after {
  width: 1rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-job .s-job__item__link .ping-recruit-c-arrow::before, .ping-recruit-s-job .s-job__item__link .ping-recruit-c-arrow::after {
    width: 0.875rem;
  }
}
.ping-recruit-s-job .s-job__item__link[target=_blank] .ping-recruit-c-arrow::before {
  -webkit-mask: url("/assets/ping-recruit/img/common/icon_blank.svg") no-repeat center center/contain;
  mask: url("/assets/ping-recruit/img/common/icon_blank.svg") no-repeat center center/contain;
}
.ping-recruit-s-job .s-job__item__link[target=_blank] .ping-recruit-c-arrow::after {
  display: none;
}

.ping-recruit-s-error {
  position: relative;
  overflow: hidden;
  padding-top: 18.0625rem;
  padding-bottom: 14.0625rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-error {
    padding-top: 13.125rem;
    padding-bottom: 7.5rem;
  }
}
.ping-recruit-s-error .s-error__bg {
  position: absolute;
  top: 26.0625rem;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 90rem;
  width: 100%;
  height: 20.625rem;
  background: url("/assets/ping-recruit/img/common/bg_pageHeader_left.svg") left bottom/auto 100% repeat-x, url("/assets/ping-recruit/img/common/bg_pageHeader_center.svg") center bottom/auto 100% no-repeat;
}
.ping-recruit-s-error .s-error__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% + 27.625rem);
  width: 100%;
  height: 100%;
  background: #fff;
}
.ping-recruit-s-error .s-error__bg::before {
  content: "";
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 400%;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-error .s-error__bg {
    top: 6.5625rem;
    min-width: unset;
    height: 8.1875rem;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .ping-recruit-s-error .s-error__bg::after {
    left: calc(50% + 15rem);
  }
}
.ping-recruit-s-error .s-error__icon {
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  z-index: 2;
}
.ping-recruit-s-error .s-error__icon.-red {
  top: 37.5rem;
  left: calc(50% - 30.625rem);
  width: 6.25rem;
  background: url("/assets/ping-recruit/img/common/icon_person_red.svg") center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-error .s-error__icon.-red {
    top: 26.25rem;
    left: calc(50% - 10.625rem);
    width: 3.5rem;
  }
}
.ping-recruit-s-error .s-error__icon.-blue {
  top: 37.5rem;
  left: calc(50% - 23.125rem);
  width: 6.25rem;
  background: url("/assets/ping-recruit/img/common/icon_person_blue.svg") center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-error .s-error__icon.-blue {
    top: 17.8125rem;
    left: calc(50% + 6.875rem);
    width: 3.5rem;
  }
}
.ping-recruit-s-error .s-error__icon.-pin {
  top: 23.75rem;
  left: calc(50% + 23.75rem);
  width: 4.875rem;
  background: url("/assets/ping-recruit/img/common/icon_pin.svg") center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-error .s-error__icon.-pin {
    top: 7.125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 3.5rem;
  }
}
.ping-recruit-s-error .c-notfound__titleEn {
  font-size: 6.25rem;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-error .c-notfound__titleEn {
    font-size: 2.5rem;
  }
}

.ping-recruit-s-related {
  overflow: hidden;
  padding: 6.0625rem 0 3.4375rem;
}
.ping-recruit-s-related .c-related__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0.5rem;
  margin: 0 0 2.1875rem -0.75rem;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-related .c-related__title {
    gap: 0.125rem;
    margin: 0 0 1.875rem -0.375rem;
    font-size: 1.25rem;
  }
}
.ping-recruit-s-related .c-related__title::before {
  content: "";
  display: block;
  width: 2.25rem;
  height: auto;
  aspect-ratio: 1;
  background: url("/assets/ping-recruit/img/common/icon_pin.svg") center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-related .c-related__title::before {
    width: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-related .c-related__body {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-related .c-related__body .swiper {
    padding: 0 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .ping-recruit-s-related .c-related__body .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .ping-recruit-s-related .c-related__body .ping-recruit-c-card {
    margin: 0 0.75rem;
  }
}
.ping-recruit-s-related .s-related__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 3.75rem;
}