@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&display=swap");

@font-face {
  font-family: "NHN";
  src: url("/assets/fonts/NHN.ttf") format("truetype");
}
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}
*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
  box-sizing: border-box;
}
/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}
/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
summary {
  display: list-item; /* Add the correct display in all browsers */
}
small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}
[hidden],
template {
  display: none; /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}
a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}
b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}
dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}
/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}
/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
[type=number] {
  width: auto; /* Firefox 36+ */
}
[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}
textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}
button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}
button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}
/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}
legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}
[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}
/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}
audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}
/* # =================================================================
# Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}
/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
html {
  padding-top: constant(safe-area-inset-top);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-left: constant(safe-area-inset-left);
  background-color: #fff;
}
body {
  font-family: "Hiragino Sans", Meiryo, sans-serif;
  position: relative;
  background-color: #fff;
  color: #222;
}
@media all and (min-width: 768px) {
  body {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 5.8666666667vw;
  }
}
a {
  text-decoration: none;
}
a:focus,
*:focus {
  outline: none;
}
ul,
ol {
  list-style: none;
}
.pc-only {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
.sp-only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}
.nav-menu {
  position: fixed;
  top: 0;
  left: 20px;
  letter-spacing: 0.05em;
}
@media all and (min-width: 1025px) {
  .nav-menu {
    z-index: 10;
  }
  .nav-menu > .inner {
    position: fixed;
    bottom: 10px;
  }
  #toppage .nav-menu .inner {
    opacity: 0;
    pointer-events: none;
  }
  #toppage .nav-menu.-fixed .inner {
    opacity: 1;
    position: fixed;
    bottom: 10px;
    pointer-events: auto;
    transition: all 0.6s ease 0s;
  }
  #toppage .nav-menu .inner {
    bottom: -10px;
  }
  .nav-menu .pc-only {
    display: inline-block !important;
  }
}
@media (max-width: 1024px) {
  .nav-menu .pc-only {
    display: none !important;
  }
  .nav-menu {
    position: absolute;
    z-index: 40;
    left: 0;
  }
  .nav-menu .inner {
    display: block;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.6, 0, 0.4, 1);
  }
  .sp-open .nav-menu .inner {
    left: 0;
    width: 100vw;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    backface-visibility: hidden;
    overflow-y: scroll;
    opacity: 1;
  }
}
@media (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  .sp-open .nav-menu .inner {
    width: 37vw;
    left: 63vw;
  }
}
.nav-menu .logo {
  position: absolute;
  top: 20px;
  left: 21px;
  width: 135px;
  height: 37px;
  background: url("/assets/img/common/logo_L_PA_w_all.svg") center top no-repeat;
  background-size: auto 100%;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 768px) {
  .nav-menu .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 11.328125vw;
    height: 4.8828125vw;
    margin: 0;
    background-image: url("/assets/img/common/logo_S_PA.svg");
    background-position: 1.26953125vw 0.9765625vw;
    background-color: #fff;
    background-size: auto 2.734375vw;
    transition: all 0.6s cubic-bezier(0.6, 0, 0.4, 1);
  }
  .sp-open .nav-menu .logo {
    left: -100%;
  }
}
@media (max-width: 767px) {
  .nav-menu .logo {
    width: 30.9333333333vw;
    height: 13.3333333333vw;
    background-position: 3.4666666667vw 2.6666666667vw;
    background-size: auto 7.4666666667vw;
  }
}
.nav-menu .menu-list {
  text-align: left;
  display: flex;
  flex-direction: column-reverse;
}
@media all and (min-width: 1025px) {
  .nav-menu .menu-list::after {
    display: block;
    content: "";
    width: 150px;
    height: 25px;
    font: 0/0 a;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url("/assets/img/recruit/common/ttl_menu.svg") left top no-repeat;
    background-size: contain;
    margin-bottom: 13px;
  }
}
@media (min-width: 1025px) and (max-width: 1024px) {
  .nav-menu .menu-list::after {
    display: none;
  }
}
@media (max-width: 1024px) {
  .nav-menu .menu-list {
    padding-top: 71px;
  }
  .nav-menu .menu-list::before {
    position: absolute;
    top: 70px;
    left: 5px;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
  }
  .nav-menu .menu-list .pc-only {
    display: none !important;
  }
  .nav-menu .menu-list .sp-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .nav-menu .menu-list {
    padding-top: 13.6vw;
    letter-spacing: 0.03em;
  }
  .nav-menu .menu-list::before {
    top: 13.3333333333vw;
    left: 1.3333333333vw;
  }
}
.nav-menu .menu-list .menu {
  white-space: nowrap;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.8;
}
.nav-menu .menu-list .menu a {
  color: #222;
}
@media all and (min-width: 1025px) {
  .nav-menu .menu-list .menu a {
    background: #fff;
    padding: 0 10px;
    display: inline-block;
    font-weight: 300;
  }
  .nav-menu .menu-list .menu a.-on {
    font-weight: 600;
  }
  .nav-menu .menu-list .menu a.-on::before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #fa2828;
    position: relative;
    top: -2px;
    margin-right: 5px;
  }
}
@media all and (min-width: 1025px) {
  .nav-menu .menu-list .menu a:hover {
    font-weight: 600;
  }
  .nav-menu .menu-list .menu a:hover::before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #fa2828;
    position: relative;
    top: -2px;
    margin-right: 5px;
  }
}
@media (max-width: 1024px) {
  .nav-menu .menu-list .menu {
    position: relative;
    height: auto;
    margin: 0;
    min-height: 13px;
    padding: 20px 0 20px 25px;
    font-size: 12px;
    line-height: 13px;
    font-weight: 600;
  }
  .nav-menu .menu-list .menu::before {
    position: absolute;
    bottom: 1px;
    left: 0.48828125vw;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
  }
  .nav-menu .menu-list .menu.-top::after {
    display: none;
    position: absolute;
    top: -1px;
    left: 0;
    width: 5px;
    height: 53px;
    background-color: #fa2828;
  }
  .nav-menu .menu-list .menu.-sub {
    padding: 0;
  }
  .nav-menu .menu-list .menu.-sub .menu {
    padding: 0;
  }
  .nav-menu .menu-list .menu.-sub .menu a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 25px;
    background-image: url("/assets/img/recruit/common/ico_arrow_ringt.svg");
    background-position: right center;
    background-size: 12px auto;
    transition: none;
    background-position-x: 94.5%;
  }
  .nav-menu .menu-list .menu.-sub .menu a:hover {
    padding: 20px 25px;
  }
}
@media (max-width: 767px) {
  .nav-menu .menu-list .menu {
    min-height: 3.4666666667vw;
    padding: 5.3333333333vw 0 5.3333333333vw 6.6666666667vw;
    font-size: 3.2vw;
    line-height: 3.4666666667vw;
  }
  .nav-menu .menu-list .menu::before {
    left: 1.3333333333vw;
  }
  .nav-menu .menu-list .menu.-top::after {
    width: 1.3333333333vw;
    height: 14.1333333333vw;
  }
  .nav-menu .menu-list .menu.-sub .menu a {
    width: 93.8666666667vw;
    padding: 5.3333333333vw 0 5.3333333333vw 6.6666666667vw;
    background-size: 3.2vw auto;
    background-position: right center;
  }
  .nav-menu .menu-list .menu.-sub .menu a:hover {
    padding: 5.3333333333vw 0 5.3333333333vw 6.6666666667vw;
  }
}
.nav-menu .btn.-contact {
  display: none;
}
@media (max-width: 1024px) {
  .nav-menu .btn.-contact {
    display: block;
    width: 200px;
    height: 54px;
    margin: 50px auto 30px;
    background: url("/assets/img/recruit/common/btn_contact.svg") 0 0 no-repeat;
    background-size: 100% auto;
    font: 0/0 a;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .nav-menu .btn.-contact {
    width: 53.3333333333vw;
    height: 14.4vw;
    margin: 13.3333333333vw auto 8vw;
  }
}
.sp-menu {
  display: none;
}
@media (max-width: 1024px) {
  .sp-menu {
    display: block;
  }
  .sp-menu.-open {
    position: fixed;
    top: 0;
    right: 0;
    width: 4.8828125vw;
    height: 4.8828125vw;
    background: url("/assets/img/common/btn_open.svg") 0 0 no-repeat;
    background-size: 100% auto;
    z-index: 10;
    transition: all 0.4s;
  }
  .sp-open .sp-menu.-open {
    z-index: 0;
    opacity: 0;
  }
  .sp-menu.-close {
    opacity: 0;
  }
  .sp-open .sp-menu.-close {
    display: block;
    position: absolute;
    top: 26px;
    right: 26px;
    width: 20px;
    height: 20px;
    background: url("/assets/img/common/btn_close.svg") 0 0 no-repeat;
    background-size: 100% auto;
    font: 0/0 a;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 20;
    opacity: 1;
  }
  .sp-open .sp-menu.-close.-btm {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto 4.58984375vw;
  }
  .sp-menu a {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .sp-menu.-open {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
  .sp-open .sp-menu.-close {
    top: 4.2666666667vw;
    right: 3.7333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .sp-open .sp-menu.-close.-btm {
    margin: 0 auto 12.5333333333vw;
  }
}
.sns {
  position: fixed;
  top: 45%;
  right: 19px;
  z-index: 10;
}
@media (max-width: 767px) {
  .sns {
    display: none;
  }
}
.sns .copyright {
  width: 170px;
  height: 20px;
  margin: 101px 20px 30px;
  font-size: 13px;
  color: #fff;
  transform-origin: bottom right;
  transform: rotate(-90deg) scale(-1, -1);
  text-align: center;
  line-height: 20px;
}
.footer-area .sns .btn {
  width: 30px;
  height: 30px;
  margin: 0;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 767px) {
  .footer-area .sns .btn {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.footer-area .sns .-tw {
  background: url("/assets/img/recruit/common/ico_tw_w.svg") center center no-repeat;
  background-size: 100% auto;
}
.footer-area .sns .-fb {
  background: url("/assets/img/recruit/common/ico_fb_w.svg") center center no-repeat;
  background-size: 100% auto;
}
.icon {
  display: none;
  position: absolute;
  right: 0;
}
.icon .-tw {
  width: 20px;
  height: 20px;
  margin-bottom: 30px;
  background: url("/assets/img/recruit/common/ico_tw_b.svg") right top no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.icon .-fb {
  width: 20px;
  height: 20px;
  background: url("/assets/img/recruit/common/ico_fb_b.svg") 0 0 no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 767px) {
  #video,
  .header-area,
  .deco-holder,
  .main,
  .content-wrap,
  .footer-area {
    left: 0;
    transition: all 0.6s cubic-bezier(0.6, 0, 0.4, 1);
  }
  #video::after,
  .header-area::after,
  .deco-holder::after,
  .main::after,
  .content-wrap::after,
  .footer-area::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    transition: all 0.6s cubic-bezier(0.6, 0, 0.4, 1);
  }
  .sp-open #video,
  .sp-open .header-area,
  .sp-open .deco-holder,
  .sp-open .main,
  .sp-open .content-wrap,
  .sp-open .footer-area {
    left: -100% !important;
    -webkit-overflow-scrolling: touch;
    backface-visibility: hidden;
  }
  .sp-open #video::after,
  .sp-open .header-area::after,
  .sp-open .deco-holder::after,
  .sp-open .main::after,
  .sp-open .content-wrap::after,
  .sp-open .footer-area::after {
    width: 100%;
    height: 100%;
    background-color: #222;
    opacity: 0.2;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #toppage::after,
  #subpage::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    transition: all 0.6s cubic-bezier(0.6, 0, 0.4, 1);
  }
  #toppage.sp-open::after,
  #subpage.sp-open::after {
    width: 100%;
    height: 100%;
    background-color: #222;
    opacity: 0.5;
    z-index: 39;
  }
}
.nav-menu .icon {
  display: none;
}
@media (max-width: 1024px) {
  .nav-menu .icon {
    display: flex;
    justify-content: center;
    position: relative;
    right: auto;
  }
  .nav-menu .icon .-tw,
  .nav-menu .icon .-fb {
    width: 2.34375vw;
    height: 2.34375vw;
    margin: 0 1.46484375vw 3.90625vw;
  }
}
@media (max-width: 767px) {
  .nav-menu .icon {
    display: flex;
    justify-content: center;
    position: relative;
  }
  .nav-menu .icon .-tw,
  .nav-menu .icon .-fb {
    width: 6.4vw;
    height: 6.4vw;
    margin: 0 4vw 10.6666666667vw;
  }
}
.footer-area {
  position: relative;
  width: 500px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .footer-area {
    min-height: 90.6666666667vw;
    height: auto;
    width: 100%;
  }
}
.footer-area .wrap {
  position: relative;
  height: 380px;
  padding: 80px 0 40px;
  background-color: #222;
}
@media all and (max-width: 767px) {
  .footer-area .wrap {
    height: 90.4vw;
    padding: 12.5333333333vw 0 11.7333333333vw;
  }
}
.footer-area .wrap .logo {
  width: 256px;
  height: 70px;
  margin: 0 auto 28px;
  padding: 0;
  background: url("/assets/img/common/logo_L_PA_w.svg") center top no-repeat;
  background-size: auto 100%;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .footer-area .wrap .logo {
    width: 51.7333333333vw;
    height: 14.1333333333vw;
    margin-bottom: 9.8666666667vw;
  }
}
.footer-area .wrap .logo > a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer-area .wrap .sns {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: auto;
  right: auto;
  margin: 0 auto 65px;
  width: 90px;
  height: 30px;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .footer-area .wrap .sns {
    width: 20.8vw;
    height: 6.4vw;
    margin-bottom: 10.6666666667vw;
  }
}
.footer-area .wrap .footer-nav {
  text-align: center;
  font-size: 11px;
}
@media all and (max-width: 767px) {
  .footer-area .wrap .footer-nav {
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
}
.footer-area .wrap .footer-nav .item {
  position: relative;
  height: 18px;
  margin-right: 20px;
  padding-left: 12px;
  line-height: 18px;
  margin-bottom: 5px;
}
.footer-area .wrap .footer-nav .item::before {
  position: relative;
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background: url("/assets/img/recruit/common/ico_arrow_gry.svg") 0 0 no-repeat;
  background-size: 100% auto;
}
@media all and (max-width: 767px) {
  .footer-area .wrap .footer-nav .item {
    height: 4.8vw;
    margin: 0 0 1.3333333333vw;
    padding-left: 3.2vw;
    line-height: 4.8vw;
  }
  .footer-area .wrap .footer-nav .item::before {
    top: 0.8vw;
    width: 3.2vw;
    height: 3.2vw;
  }
  .footer-area .wrap .footer-nav .item:last-child {
    margin-bottom: 3.2vw;
  }
}
.footer-area .wrap .footer-nav a {
  color: #fff;
}
.footer-area .wrap .footer-nav .copyright {
  color: #919191;
}
@media all and (max-width: 767px) {
  .footer-area .wrap .footer-nav .copyright {
    padding-left: 4vw;
  }
}
.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.btn > a, .sns .btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.btn.-txtlink {
  justify-content: flex-start;
  font-family: "Hiragino Sans", Meiryo, sans-serif;
  width: 90px;
  font-size: 11px;
  line-height: 1.6;
  color: #222;
  border-bottom: 2px solid #222;
}
@media all and (max-width: 767px) {
  .btn.-txtlink {
    width: 24vw;
    font-size: 2.9333333333vw;
  }
}
.btn.-box {
  z-index: 1;
  position: relative;
  background: #fff;
  width: 360px;
  height: 90px;
  border-radius: 30px;
  margin: 140px auto 0;
  font-size: 18px;
  line-height: 1.7;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 767px) {
  .btn.-box {
    width: 87.2vw;
    height: 26.6666666667vw;
    border-radius: 2.6666666667vw;
    font-size: 4.8vw;
    margin-top: 24vw;
  }
}
.btn.-box > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222;
  height: 100%;
  width: 100%;
  transform: rotate(0.05deg);
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.btn.-top {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media all and (max-width: 767px) {
  .btn.-top {
    bottom: 5.3333333333vw;
    right: 5.3333333333vw;
  }
}
.btn.-top::before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: url("/assets/img/recruit/common/ico_arrow_top_w.svg") no-repeat;
  background-size: 17px;
  background-position: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media all and (max-width: 767px) {
  .btn.-top::before {
    width: 8vw;
    height: 8vw;
    background-size: 4.5333333333vw;
  }
}
.btn.-top::after {
  box-sizing: border-box;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 15px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media all and (max-width: 767px) {
  .btn.-top::after {
    border-radius: 4vw;
    width: 8vw;
    height: 8vw;
  }
}
.btn .arrow-small-black {
  width: 10px;
  height: 10px;
  background: url("/assets/img/recruit/common/ico_arrow_ringt.svg") 0 0 no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  right: 0;
}
@media all and (max-width: 767px) {
  .btn .arrow-small-black {
    width: 4vw;
    height: 4vw;
  }
}
.btn:hover .arrow-small-black {
  right: -5px;
  transition: 0.3s;
}
.btn .arrow-small-red {
  width: 16px;
  height: 16px;
  background: url("/assets/img/recruit/common/ico_arrow_ringt_r.svg") 0 0 no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -8px;
}
@media all and (max-width: 767px) {
  .btn .arrow-small-red {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    right: 16vw;
    margin-top: -2.1333333333vw;
  }
}
.btn:hover .arrow-small-red {
  animation-name: headShake;
  animation-duration: 1s;
  transform: translateZ(0);
}
@media all and (min-width: 768px) {
  body {
    min-width: 1024px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  body {
    min-width: initial;
  }
}
body > #video {
  z-index: 0;
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
}
@media all and (max-width: 767px) {
  body > #video {
    display: none;
  }
}
@media all and (min-width: 768px) {
  body > #video > video {
    min-height: 100vh;
    width: 100vw;
    object-fit: cover;
    background: url("/assets/img/recruit/index/poster_pc.jpg") center top no-repeat;
    background-size: cover;
  }
}
@media all and (max-width: 767px) {
  body > #video > video {
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    margin-left: -264vw;
    background: url("/assets/img/recruit/index/poster_sp.jpg") 42.5% top no-repeat;
    background-size: contain;
  }
}
@media all and (min-width: 768px) {
  body > #video::after {
    display: block;
    content: "";
    background-color: #222;
    opacity: 0.6;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media all and (max-width: 767px) {
  body#toppage > #video.sp-cabinet {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    box-sizing: border-box;
    border: 1.3333333333vw solid #222;
    background: #222;
    width: 94.1333333333vw;
    height: 299.7333333333vw;
    top: 2.9333333333vw;
    padding-top: 296.4135%;
    margin: 0 auto;
    border-radius: 16vw;
  }
  body#toppage > #video.sp-cabinet::after {
    display: block;
    content: "";
    background-color: #222;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.sec-txt-link {
  color: #2d92f0;
  text-decoration: underline;
}
.header-area {
  box-sizing: border-box;
  width: 500px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
@media all and (min-width: 768px) {
  .header-area {
    position: relative;
    z-index: 2;
  }
}
@media all and (max-width: 767px) {
  .header-area {
    min-height: 330.1333333333vw;
    width: 100%;
    padding-top: 19.2vw;
    margin-bottom: 0;
    position: absolute;
    top: 0;
  }
}
@media all and (min-width: 768px) {
  #toppage .header-area {
    position: relative;
    min-height: 800px;
    height: 100vh;
    margin-bottom: 0;
  }
}
@media all and (min-width: 768px) {
  #toppage .header-area .header-area-inner {
    min-height: 575px;
    height: calc(100vh - 225px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media all and (max-width: 767px) {
  .header-area-ttl {
    position: relative;
    z-index: 2;
  }
}
.header-area .lead {
  padding-top: 30px;
  transform: rotate(0.05deg);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: 0px 4px 15px #222;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .header-area .lead {
    padding-top: 4.2666666667vw;
    transform: rotate(0.05deg);
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 9.0666666667vw;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 5.6vw;
    position: relative;
    z-index: 2;
  }
}
@media all and (min-width: 768px) {
  .header-area .sub-lead-wrap {
    width: 100%;
    height: 350px;
    position: absolute;
    bottom: -490px;
  }
}
@media all and (max-width: 767px) {
  .header-area .sub-lead-wrap {
    position: relative;
    z-index: 2;
  }
}
@media all and (min-width: 768px) {
  .header-area .sub-lead {
    writing-mode: vertical-rl;
    font-size: 15px;
    color: #222;
    text-align: left;
    line-height: 3.05em;
    letter-spacing: 0.2em;
    width: 100%;
    height: 350px;
    padding: 0 90px;
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
  .header-area .sub-lead {
    width: 100%;
    writing-mode: horizontal-tb;
    color: #fff;
    font-size: 4.2666666667vw;
    text-align: left;
    line-height: 2.3;
    letter-spacing: 0.05em;
    padding-left: 10.6666666667vw;
  }
}
.header-area .sub-lead {
  font-family: "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
}
.header-area-ttl > .logo {
  font-family: "NHN", sans-serif;
  font-style: normal;
  font-weight: 400;
  display: block;
  font-size: 60px;
  line-height: 1.1;
  width: 100%;
  height: 66px;
  margin: 0 auto 15px;
  color: #fff;
}
.header-area-ttl > .logo::first-letter {
  color: #fa2828;
}
@media all and (max-width: 767px) {
  .header-area-ttl > .logo {
    height: 9.6vw;
    font-size: 8.8vw;
    margin: 0 auto 2.6666666667vw;
  }
}
.header-area-sub {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 39px;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 25px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.05em;
  transform: rotate(0.05deg);
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media all and (max-width: 767px) {
  .header-area-sub {
    width: 40.8vw;
    height: 10.4vw;
    border-radius: 6.6666666667vw;
    font-size: 4.8vw;
  }
}
.header-area .btn-area {
  position: relative;
  width: 100%;
  height: 270px;
  margin: 0 auto -7px;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .header-area .btn-area {
    height: 82.6666666667vw;
    margin: 0 auto;
  }
}
.header-area .btn-area .btn {
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 50%;
  width: 141px;
  height: 144px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media all and (max-width: 767px) {
  .header-area .btn-area .btn {
    width: 37.6vw;
    height: 38.4vw;
  }
}
.header-area .btn-area .btn.-multi {
  z-index: 1;
  box-sizing: border-box;
  width: 110px;
  height: 110px;
  overflow: visible;
}
@media all and (max-width: 767px) {
  .header-area .btn-area .btn.-multi {
    width: 29.3333333333vw;
    height: 29.3333333333vw;
  }
}
.header-area .btn-area .btn.-multi::before {
  content: "";
  display: block;
  box-sizing: border-box;
  z-index: -1;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: linear-gradient(115deg, #f419b7 16.35%, #f6e43f 75.8%, #19f4cd 95.07%);
  filter: blur(10.3475933075px);
}
@media all and (max-width: 767px) {
  .header-area .btn-area .btn.-multi::before {
    top: 1.3333333333vw;
    left: 1.3333333333vw;
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    border-radius: 13.3333333333vw;
  }
}
.header-area .btn-area .btn.-multi > a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
  overflow: visible;
  position: absolute;
  top: -8px;
  left: 0;
  width: 110px;
  height: 110px;
  border-radius: 55px;
}
@media all and (max-width: 767px) {
  .header-area .btn-area .btn.-multi > a {
    top: -2.1333333333vw;
    width: 29.3333333333vw;
    height: 29.3333333333vw;
    border-radius: 14.6666666667vw;
  }
}
.header-area .btn-area .btn.-multi > a::after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 110px;
  height: 110px;
  border-radius: 55px;
  border: 6px solid #000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
@media all and (max-width: 767px) {
  .header-area .btn-area .btn.-multi > a::after {
    width: 29.3333333333vw;
    height: 29.3333333333vw;
    border-radius: 14.6666666667vw;
    border-width: 1.6vw;
  }
}
.header-area .btn-area .btn.-multi > a span {
  font-size: 15px;
  line-height: 1.4;
  transform: rotate(0.05deg);
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #fff;
  text-align: center;
  text-indent: 0;
  -webkit-text-stroke: 3px black;
  text-stroke: 3px black;
  paint-order: stroke;
  text-shadow: 0px 3px 0px rgb(0, 0, 0);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
  position: absolute;
  top: -8px;
  left: 3px;
  width: 104px;
  height: 104px;
  border-radius: 55px;
  background-color: inherit;
  border: 3px solid #000;
}
@media all and (max-width: 767px) {
  .header-area .btn-area .btn.-multi > a span {
    -webkit-text-stroke: 0.8vw black;
    text-stroke: 0.8vw black;
    text-shadow: 0px 0.5333333333vw 1px rgb(0, 0, 0);
    font-size: 4vw;
    top: -2.1333333333vw;
    left: 0.8vw;
    width: 27.7333333333vw;
    height: 27.7333333333vw;
    border-radius: 14.6666666667vw;
    border-width: 0.8vw;
  }
}
.header-area .btn-area .btn.-multi > a img {
  width: 80px;
  height: fit-content;
}
.header-area .btn-area .btn > a {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0px);
  display: block;
  width: 110px;
  height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .header-area .btn-area .btn > a {
    width: 29.3333333333vw;
    height: 32vw;
  }
}
.header-area .btn-area.-type02 .btn:nth-child(1) {
  transform: translate(-128px, 86px);
}
.header-area .btn-area.-type02 .btn:nth-child(2) {
  transform: translate(16px, 86px);
}
@media all and (max-width: 767px) {
  .header-area .btn-area.-type02 .btn:nth-child(1) {
    transform: translate(-34.1333333333vw, 22.9333333333vw);
  }
  .header-area .btn-area.-type02 .btn:nth-child(2) {
    transform: translate(4.2666666667vw, 22.9333333333vw);
  }
}
.header-area .btn-area.-type-multi .btn a span {
  transition: all 0.15s;
}
.header-area .btn-area.-type-multi .btn:hover a span {
  cursor: pointer;
  transform: translateY(10px);
  transition: all 0.15s;
}
@media all and (max-width: 1024px) {
  .header-area .btn-area.-type-multi .btn:hover a span {
    transform: translateY(0);
    transition: none;
  }
}
@media all and (max-width: 767px) {
  .header-area .btn-area.-type-multi .btn:hover a span {
    transform: translateY(0);
    transition: none;
  }
}
#toppage .main {
  position: relative;
  height: auto;
  text-align: center;
  background-color: #fff;
}
@media all and (min-width: 768px) {
  #toppage .main {
    width: 500px;
    margin: 0 auto;
    padding-top: 430px;
    z-index: 1;
  }
}
@media all and (max-width: 767px) {
  #toppage .main {
    width: 100%;
  }
}
#toppage .main .sec {
  position: relative;
}
#toppage .main .sec .sec-heading {
  font-family: "NHN", sans-serif;
  font-style: normal;
  font-weight: 400;
  position: relative;
  width: 100%;
  min-height: 40px;
  margin: 0 auto 6px;
  font-size: 40px;
  line-height: 1.1;
  z-index: 1;
}
#toppage .main .sec .sec-heading::first-letter {
  color: #fa2828;
}
@media all and (max-width: 767px) {
  #toppage .main .sec .sec-heading {
    font-size: 8.8vw;
    min-height: 9.6vw;
    margin-bottom: 2.6666666667vw;
  }
}
#toppage .main .sec .sec-heading-sub {
  font-family: "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #222;
  line-height: 1.4;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 767px) {
  #toppage .main .sec .sec-heading-sub {
    margin-bottom: 13.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.8;
  }
}
#toppage .main .sec-prodresults {
  padding-top: 120px;
  padding-bottom: 100px;
}
#toppage .main .sec-prodresults .sec-heading-sub {
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  #toppage .main .sec-prodresults {
    min-height: 234.6666666667vw;
    padding-top: 42.6666666667vw;
    padding-bottom: 24vw;
  }
}
#toppage .main .sec-inner {
  position: relative;
  width: 360px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  #toppage .main .sec-inner {
    width: 82.6666666667vw;
  }
}
#toppage .main .sec-news {
  min-height: 460px;
  padding-bottom: 100px;
}
@media all and (max-width: 767px) {
  #toppage .main .sec-news {
    min-height: 133.3333333333vw;
    padding-bottom: 18.6666666667vw;
  }
}
#toppage .main .sec-news .sec-heading {
  margin: 0 auto;
  text-align: left;
}
#toppage .main .sec-news .sec-heading::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f0f0f0;
  position: absolute;
  bottom: -10px;
}
@media all and (max-width: 767px) {
  #toppage .main .sec-news .sec-heading::after {
    bottom: -2.6666666667vw;
  }
}
#toppage .main .sec-news .sec-inner .btn.-txtlink {
  position: absolute;
  top: 6px;
  right: 0;
  z-index: 1;
}
@media all and (max-width: 767px) {
  #toppage .main .sec-news .sec-inner .btn.-txtlink {
    top: 1.6vw;
  }
}
#toppage .main .sec-news .no-data {
  margin-top: 50px;
}
@media all and (max-width: 767px) {
  #toppage .main .sec-news .no-data {
    margin-top: 13.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
#toppage .main .sec-news .news-list {
  margin-top: 10px;
  padding-top: 15px;
}
@media all and (max-width: 767px) {
  #toppage .main .sec-news .news-list {
    margin-top: 4vw;
    padding-top: 5.3333333333vw;
  }
}
#toppage .main .sec-news .news-list > li {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  transition-duration: 0.3s;
}
@media all and (max-width: 767px) {
  #toppage .main .sec-news .news-list > li {
    padding-bottom: 5.8666666667vw;
    margin-bottom: 5.8666666667vw;
  }
}
#toppage .main .sec-news .news-list > li::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
#toppage .main .sec-news .news-list > li:hover::after {
  transform: scale(1, 1);
}
#toppage .main .sec-news .news-list > li:last-child {
  margin-bottom: 0;
}
#toppage .main .sec-news .news-list > li a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  color: #222;
}
@media all and (min-width: 768px) {
  #toppage .main .sec-news .news-list > li a::before {
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background: url("/assets/img/recruit/common/ico_arrow_thin.svg") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 10px;
  }
  #toppage .main .sec-news .news-list > li a:hover::before {
    right: 0;
    transition: 0.3s;
  }
}
#toppage .main .sec-news .news-list .tag {
  display: inline-block;
  background: #fa2828;
  color: #fff;
  border-radius: 5px;
  min-height: 22px;
  min-width: 72px;
  padding: 0 10px;
  margin-right: 10px;
  font-size: 11px;
  line-height: 2;
}
@media all and (max-width: 767px) {
  #toppage .main .sec-news .news-list .tag {
    border-radius: 1.3333333333vw;
    min-height: 5.8666666667vw;
    min-width: 19.2vw;
    padding: 0 2.6666666667vw;
    margin-right: 2.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
#toppage .main .sec-news .news-list .date {
  font-size: 13px;
  line-height: 1.7;
}
@media all and (max-width: 767px) {
  #toppage .main .sec-news .news-list .date {
    font-size: 3.4666666667vw;
  }
}
#toppage .main .sec-news .news-list .headline {
  text-align: left;
  font-size: 13px;
  line-height: 1.7;
  min-width: 360px;
  margin-top: 10px;
  padding-right: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media all and (max-width: 767px) {
  #toppage .main .sec-news .news-list .headline {
    font-size: 3.4666666667vw;
    min-width: 100%;
    margin-top: 2.6666666667vw;
    padding-right: 0;
  }
}
#toppage .main .sec-ideal .num-box {
  position: relative;
  width: 360px;
  height: 63px;
  margin: 0 auto 15px;
}
@media all and (max-width: 767px) {
  #toppage .main .sec-ideal .num-box {
    width: 82.6666666667vw;
    height: 16.8vw;
    margin: 0 auto 4vw;
  }
}
#toppage .main .sec-ideal .num-box .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  margin: 0 auto;
  background-color: #f21b1b;
  border: 2px solid #222;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  line-height: 1;
}
@media all and (max-width: 767px) {
  #toppage .main .sec-ideal .num-box .num {
    width: 12.5333333333vw;
    height: 12.5333333333vw;
    border-width: 0.5333333333vw;
    font-size: 3.4666666667vw;
  }
}
#toppage .main .sec-ideal .num-box .txt {
  display: block;
  position: relative;
  font-family: "NHN", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 5px auto 0;
  font-size: 10px;
  line-height: 1;
  z-index: 1;
}
@media all and (max-width: 767px) {
  #toppage .main .sec-ideal .num-box .txt {
    margin: 1.3333333333vw auto 0;
    font-size: 2.6666666667vw;
  }
}
#toppage .main .sec-ideal .num-box::before {
  position: absolute;
  bottom: 6px;
  left: 0;
  content: "";
  width: 360px;
  height: 2px;
  background-color: #222;
}
@media all and (max-width: 767px) {
  #toppage .main .sec-ideal .num-box::before {
    bottom: 1.6vw;
    width: 82.6666666667vw;
    height: 0.5333333333vw;
  }
}
#toppage .main .sec-ideal .num-box::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -56px;
  content: "";
  width: 112px;
  height: 10px;
  background-color: #fff;
  z-index: 0;
}
@media all and (max-width: 767px) {
  #toppage .main .sec-ideal .num-box::after {
    width: 29.3333333333vw;
    height: 2.6666666667vw;
    margin-left: -14.6666666667vw;
  }
}
#toppage .main .sec-ideal .ttl,
#toppage .main .sec-ideal .ttl + .txt {
  width: 360px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  #toppage .main .sec-ideal .ttl,
  #toppage .main .sec-ideal .ttl + .txt {
    width: 82.6666666667vw;
    font-size: 4.8vw;
    line-height: 1.8;
  }
}
#toppage .main .sec-ideal .ttl {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #toppage .main .sec-ideal .ttl {
    margin-bottom: 2.6666666667vw;
    font-size: 7.2vw;
    line-height: 1.55;
  }
}
#toppage .main .sec-ideal .ttl + .txt {
  text-align: left;
}
#toppage .main .sec-ideal .balloon {
  width: 360px;
  position: relative;
  text-align: center;
  color: #fff;
  background: #222;
  border-radius: 10px;
  margin: 27px auto 50px;
  padding: 11px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #toppage .main .sec-ideal .balloon {
    width: 82.6666666667vw;
    border-radius: 2.6666666667vw;
    margin: 7.2vw auto 13.3333333333vw;
    padding: 4.8vw 2.6666666667vw;
    font-size: 4vw;
  }
}
#toppage .main .sec-ideal .balloon::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 16px;
  border-color: transparent transparent #222;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -7px;
}
#toppage .main .sec-ideal .game-phrase {
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 340px;
  height: 112px;
  margin: 0 auto 130px;
  background: url("/assets/img/recruit/ideal/game_phrase.svg") center top no-repeat;
  background-size: 100%;
  position: relative;
}
@media all and (max-width: 767px) {
  #toppage .main .sec-ideal .game-phrase {
    width: 90.6666666667vw;
    height: 29.8666666667vw;
    margin: 0 auto 25.3333333333vw;
  }
}
#toppage .main .sec-ideal .game-phrase img {
  display: block;
  position: absolute;
  width: 188px;
  height: 84px;
  top: 15px;
  left: 7px;
}
@media all and (max-width: 767px) {
  #toppage .main .sec-ideal .game-phrase img {
    width: 50.1333333333vw;
    height: 22.4vw;
    top: 4vw;
    left: 1.8666666667vw;
  }
}
#toppage .main .sec-working {
  margin-bottom: 100px;
}
@media all and (max-width: 767px) {
  #toppage .main .sec-working {
    margin-bottom: 18.6666666667vw;
  }
}
#toppage .main .sec-working .sec-heading-sub {
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  #toppage .main .sec-working .sec-heading-sub {
    margin-bottom: -4.2666666667vw;
  }
}
#toppage .main .sec-working .sub-ttl {
  transform: rotate(0.05deg);
  font-family: "M PLUS Rounded 1c", sans-serif;
  width: 260px;
  height: 39px;
  margin: 30px auto 0;
  border: 3px solid #222;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.8;
}
@media all and (max-width: 767px) {
  #toppage .main .sec-working .sub-ttl {
    width: 53.3333333333vw;
    height: 10.4vw;
    margin: 10.6666666667vw auto 0;
    border-width: 0.8vw;
    border-radius: 6.6666666667vw;
    font-size: 4.8vw;
  }
}
#toppage .main .sec-working .link-area {
  width: 100%;
  margin: 30px auto 0;
  text-align: left;
}
@media all and (max-width: 767px) {
  #toppage .main .sec-working .link-area {
    margin-top: 5.3333333333vw;
  }
}
#toppage .main .sec-working .link-area img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  #toppage .main .sec-working .link-area img {
    margin-bottom: 1.6vw;
  }
}
#toppage .main .sec-working .link-area .txt {
  display: table;
  position: relative;
  padding: 0 20px 0 34px;
  color: #222;
  font-size: 11px;
  line-height: 1.65;
}
#toppage .main .sec-working .link-area .txt::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 24px;
  height: 1px;
  background-color: #fa2828;
}
#toppage .main .sec-working .link-area .txt::after {
  position: absolute;
  top: 3px;
  right: 0;
  content: "";
  width: 10px;
  height: 10px;
  background: url("/assets/img/recruit/common/ico_arrow_open.svg") 0 0 no-repeat;
}
@media all and (max-width: 767px) {
  #toppage .main .sec-working .link-area .txt {
    padding: 0 5.3333333333vw 0 9.0666666667vw;
    font-size: 2.9333333333vw;
  }
  #toppage .main .sec-working .link-area .txt::before {
    top: 2.1333333333vw;
    min-width: 6.4vw;
  }
  #toppage .main .sec-working .link-area .txt::after {
    top: 0.8vw;
    min-width: 2.6666666667vw;
    min-height: 2.6666666667vw;
  }
}
#toppage .main .sec-recruitment {
  padding-bottom: 270px;
}
#toppage .main .sec-recruitment .sub-ttl {
  width: 364px;
  height: 30px;
  margin: 0 auto 30px;
  background-color: #222;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  line-height: 30px;
}
@media all and (max-width: 767px) {
  #toppage .main .sec-recruitment .sub-ttl {
    width: 90.6666666667vw;
    height: 8vw;
    margin: 0 auto 8vw;
    font-size: 3.4666666667vw;
    line-height: 8vw;
  }
}
#toppage .main .sec-recruitment .ci-box {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 380px;
  margin: 0 auto 50px;
}
@media all and (max-width: 767px) {
  #toppage .main .sec-recruitment .ci-box {
    width: 100%;
    margin: 0 auto 13.3333333333vw;
  }
}
#toppage .main .sec-recruitment .ci-box:last-child {
  margin: 0 auto 100px;
}
@media all and (max-width: 767px) {
  #toppage .main .sec-recruitment .ci-box:last-child {
    margin-bottom: 15.2vw;
  }
}
#toppage .main .sec-recruitment .ci-box-list {
  box-sizing: border-box;
  transition-duration: 0.3s;
  width: 168px;
  height: 168px;
  border-radius: 30px;
  margin: 0 2px 2px;
  background-color: #ff9c00;
}
@media all and (max-width: 767px) {
  #toppage .main .sec-recruitment .ci-box-list {
    width: 44.8vw;
    height: 44.8vw;
    border-radius: 8vw;
    margin: 0 0.5333333333vw 0.5333333333vw;
  }
}
#toppage .main .sec-recruitment .ci-box-list:nth-child(2) {
  background-color: #fa2828;
}
#toppage .main .sec-recruitment .ci-box-list:nth-child(3) {
  background-color: #7b24b1;
}
#toppage .main .sec-recruitment .ci-box-list:nth-child(4) {
  background-color: #1faeff;
}
#toppage .main .sec-recruitment .ci-box-list.-black {
  background-color: #000;
}
#toppage .main .sec-recruitment .ci-box-list > a {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
#toppage .main .sec-recruitment .ci-box-list > a::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: url("/assets/img/recruit/common/ico_arrow_ringt_w.svg") 0 0 no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: absolute;
  right: 23px;
  bottom: 16px;
}
@media all and (max-width: 767px) {
  #toppage .main .sec-recruitment .ci-box-list > a::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    right: 6.1333333333vw;
    bottom: 4.2666666667vw;
  }
}
#toppage .main .sec-recruitment .ci-box-list > a::after {
  box-sizing: border-box;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 10px;
  position: absolute;
  bottom: 10px;
  right: 17px;
}
@media all and (max-width: 767px) {
  #toppage .main .sec-recruitment .ci-box-list > a::after {
    border-radius: 2.6666666667vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    bottom: 2.6666666667vw;
    right: 4.5333333333vw;
  }
}
#toppage .main .sec-recruitment .ci-box-list .ci-sub,
#toppage .main .sec-recruitment .ci-box-list .ci-ttl {
  width: 100%;
}
#toppage .main .sec-recruitment .ci-box-list .ci-sub {
  font-family: "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 1.6;
  margin-bottom: 5px;
}
@media all and (max-width: 767px) {
  #toppage .main .sec-recruitment .ci-box-list .ci-sub {
    font-size: 2.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
#toppage .main .sec-recruitment .ci-box-list .ci-ttl {
  transform: rotate(0.05deg);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  line-height: 1.3;
}
@media all and (max-width: 767px) {
  #toppage .main .sec-recruitment .ci-box-list .ci-ttl {
    font-size: 4.8vw;
  }
}
.deco-holder {
  position: absolute;
  width: 500px;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .deco-holder {
    width: 100%;
    z-index: 0;
  }
}
.deco-holder.-toppage {
  display: none;
}
@media all and (max-width: 767px) {
  .deco-holder.-toppage {
    display: block;
    top: 0;
    height: 53.3333333333vw;
  }
  .deco-holder.-toppage > .-p01 {
    background-color: #ff1b78;
    width: 37.0666666667vw;
    height: 31.7333333333vw;
    top: -8vw;
    left: -16vw;
  }
  .deco-holder.-toppage > .-p02 {
    background-color: #fd8c01;
    width: 28.5333333333vw;
    height: 22.1333333333vw;
    top: -8vw;
    left: 22.9333333333vw;
  }
  .deco-holder.-toppage > .-p03 {
    background-color: #ff3e0d;
    width: 6.6666666667vw;
    height: 10.9333333333vw;
    top: -4.5333333333vw;
    left: 53.3333333333vw;
  }
  .deco-holder.-toppage > .-p04 {
    background-color: #51bc1d;
    width: 15.2vw;
    height: 10.9333333333vw;
    top: -4.5333333333vw;
    left: 61.8666666667vw;
  }
  .deco-holder.-toppage > .-p05 {
    background-color: #0297fd;
    width: 67.4666666667vw;
    height: 22.1333333333vw;
    top: 25.3333333333vw;
    left: -16vw;
  }
}
.deco-holder.-place1 {
  top: 148px;
  height: 310px;
}
@media all and (max-width: 767px) {
  .deco-holder.-place1 {
    top: -44vw;
    height: 80vw;
  }
}
.deco-holder.-place1 > .-p01 {
  width: 70px;
  height: 103px;
  top: 0;
  left: -13px;
  background-color: #ff1b78;
}
@media all and (max-width: 767px) {
  .deco-holder.-place1 > .-p01 {
    width: 18.6666666667vw;
    height: 27.4666666667vw;
    left: -8vw;
  }
}
.deco-holder.-place1 > .-p02 {
  width: 43px;
  height: 140px;
  top: 110px;
  left: -30px;
  background-color: #51bc1d;
}
@media all and (max-width: 767px) {
  .deco-holder.-place1 > .-p02 {
    width: 11.4666666667vw;
    height: 37.3333333333vw;
    top: 29.3333333333vw;
    left: -2.6666666667vw;
  }
}
.deco-holder.-place1 > .-p03 {
  width: 73px;
  height: 124px;
  top: 110px;
  left: 20px;
  background-color: #912bb4;
}
@media all and (max-width: 767px) {
  .deco-holder.-place1 > .-p03 {
    width: 19.4666666667vw;
    height: 32vw;
    top: 30.4vw;
    left: 11.2vw;
  }
}
.deco-holder.-place1 > .-p04 {
  width: 42px;
  height: 83px;
  top: 174px;
  left: 100px;
  background-color: #ff3e0d;
}
@media all and (max-width: 767px) {
  .deco-holder.-place1 > .-p04 {
    width: 12vw;
    height: 22.1333333333vw;
    left: 32vw;
  }
}
.deco-holder.-place1 > .-p05 {
  width: 70px;
  height: 171px;
  top: 78px;
  right: -20px;
  background-color: #0297fd;
}
@media all and (max-width: 767px) {
  .deco-holder.-place1 > .-p05 {
    width: 25.3333333333vw;
    height: 45.6vw;
    top: 16.8vw;
    right: -2.6666666667vw;
  }
}
.deco-holder.-place1 > .-p06 {
  width: 88px;
  height: 44px;
  top: 258px;
  right: 10px;
  background-color: #fd8c01;
}
@media all and (max-width: 767px) {
  .deco-holder.-place1 > .-p06 {
    width: 23.4666666667vw;
    height: 11.7333333333vw;
    top: 64.8vw;
    right: 12vw;
  }
}
.deco-holder.-place1 > .-p07 {
  width: 33px;
  height: 25px;
  top: 258px;
  right: -30px;
  background-color: #068299;
}
@media all and (max-width: 767px) {
  .deco-holder.-place1 > .-p07 {
    width: 8.8vw;
    height: 6.6666666667vw;
    top: 64.8vw;
    right: 1.3333333333vw;
  }
}
.deco-holder.-place2 {
  top: 360px;
  height: 416px;
}
@media all and (max-width: 767px) {
  .deco-holder.-place2 {
    top: 121.3333333333vw;
    height: 110.6666666667vw;
  }
}
.deco-holder.-place2 > .-p01 {
  width: 233px;
  height: 58px;
  top: 71px;
  left: -55px;
  background-color: #51bc1d;
}
@media all and (max-width: 767px) {
  .deco-holder.-place2 > .-p01 {
    width: 54.1333333333vw;
    height: 13.3333333333vw;
    top: 28vw;
    left: -17.6vw;
  }
}
.deco-holder.-place2 > .-p02 {
  width: 50px;
  height: 53px;
  top: 200px;
  left: 86px;
  background-color: #912bb4;
}
@media all and (max-width: 767px) {
  .deco-holder.-place2 > .-p02 {
    width: 11.7333333333vw;
    height: 12.2666666667vw;
    top: 56.2666666667vw;
    left: 15.4666666667vw;
  }
}
.deco-holder.-place2 > .-p03 {
  width: 233px;
  height: 140px;
  top: 138px;
  left: -155px;
  background-color: #ff3e0d;
}
@media all and (max-width: 767px) {
  .deco-holder.-place2 > .-p03 {
    width: 51.7333333333vw;
    height: 32.2666666667vw;
    top: 43.2vw;
    left: -38.4vw;
  }
}
.deco-holder.-place2 > .-p04 {
  width: 42px;
  height: 35px;
  top: 313px;
  left: -5px;
  background-color: #ff1b78;
}
@media all and (max-width: 767px) {
  .deco-holder.-place2 > .-p04 {
    width: 9.8666666667vw;
    height: 8vw;
    top: 83.4666666667vw;
    left: -6.1333333333vw;
  }
}
.deco-holder.-place2 > .-p05 {
  width: 51px;
  height: 53px;
  top: 362px;
  left: 75px;
  background-color: #0297fd;
}
@media all and (max-width: 767px) {
  .deco-holder.-place2 > .-p05 {
    width: 11.7333333333vw;
    height: 12.2666666667vw;
    top: 95.2vw;
    left: 12.8vw;
  }
}
.deco-holder.-place2 > .-p06 {
  width: 54px;
  height: 48px;
  top: 356px;
  left: 13px;
  background-color: #068299;
}
@media all and (max-width: 767px) {
  .deco-holder.-place2 > .-p06 {
    width: 12.5333333333vw;
    height: 11.2vw;
    top: 93.3333333333vw;
    left: -2.1333333333vw;
  }
}
.deco-holder.-place2 > .-p07 {
  width: 118px;
  height: 228px;
  top: 0;
  right: -20px;
  background-color: #0297fd;
}
@media all and (max-width: 767px) {
  .deco-holder.-place2 > .-p07 {
    width: 13.3333333333vw;
    height: 50.6666666667vw;
    top: 5.3333333333vw;
    right: -1.8666666667vw;
  }
}
.deco-holder.-place2 > .-p08 {
  width: 48px;
  height: 85px;
  top: 169px;
  right: 106px;
  background-color: #ff1b78;
}
@media all and (max-width: 767px) {
  .deco-holder.-place2 > .-p08 {
    width: 11.2vw;
    height: 19.7333333333vw;
    top: 43.4666666667vw;
    right: 13.3333333333vw;
  }
}
.deco-holder.-place2 > .-p09 {
  width: 36px;
  height: 37px;
  top: 236px;
  right: 62px;
  background-color: #fd8c01;
}
@media all and (max-width: 767px) {
  .deco-holder.-place2 > .-p09 {
    width: 8.2666666667vw;
    height: 8.5333333333vw;
    top: 58.1333333333vw;
    right: 3.2vw;
  }
}
.deco-holder.-place4 {
  bottom: 0;
  height: 276px;
}
@media all and (max-width: 767px) {
  .deco-holder.-place4 {
    height: 73.6vw;
  }
}
.deco-holder.-place4 > .-p01 {
  width: 65px;
  height: 70px;
  top: 15px;
  left: 72px;
  background-color: #fd8c01;
}
@media all and (max-width: 767px) {
  .deco-holder.-place4 > .-p01 {
    width: 17.3333333333vw;
    height: 18.6666666667vw;
    top: 4vw;
    left: -14.1333333333vw;
  }
}
.deco-holder.-place4 > .-p02 {
  width: 82px;
  height: 78px;
  top: 50px;
  left: 144px;
  background-color: #ff1b78;
}
@media all and (max-width: 767px) {
  .deco-holder.-place4 > .-p02 {
    width: 21.8666666667vw;
    height: 20.8vw;
    top: 13.3333333333vw;
    left: 5.0666666667vw;
  }
}
.deco-holder.-place4 > .-p03 {
  width: 246px;
  height: 136px;
  bottom: -16px;
  left: -20px;
  background-color: #0297fd;
}
@media all and (max-width: 767px) {
  .deco-holder.-place4 > .-p03 {
    width: 65.6vw;
    height: 36.2666666667vw;
    bottom: -4.2666666667vw;
    left: -38.6666666667vw;
  }
}
.deco-holder.-place4 > .-p04 {
  width: 25px;
  height: 27px;
  top: 9px;
  right: 173px;
  background-color: #fd8c01;
}
@media all and (max-width: 767px) {
  .deco-holder.-place4 > .-p04 {
    width: 6.6666666667vw;
    height: 7.2vw;
    top: 2.4vw;
    right: 46.1333333333vw;
  }
}
.deco-holder.-place4 > .-p05 {
  width: 45px;
  height: 35px;
  top: 18px;
  right: 122px;
  background-color: #068299;
}
@media all and (max-width: 767px) {
  .deco-holder.-place4 > .-p05 {
    width: 12vw;
    height: 9.3333333333vw;
    top: 4.8vw;
    right: 32.5333333333vw;
  }
}
.deco-holder.-place4 > .-p06 {
  width: 210px;
  height: 153px;
  top: 60px;
  right: -66px;
  background-color: #51bc1d;
}
@media all and (max-width: 767px) {
  .deco-holder.-place4 > .-p06 {
    width: 56vw;
    height: 40.8vw;
    top: 16vw;
    right: -17.6vw;
  }
}
.deco-holder.-place4 > .-p07 {
  width: 44px;
  height: 46px;
  top: 75px;
  right: 221px;
  background-color: #0297fd;
}
@media all and (max-width: 767px) {
  .deco-holder.-place4 > .-p07 {
    width: 11.7333333333vw;
    height: 12.2666666667vw;
    top: 20vw;
    right: 58.9333333333vw;
  }
}
.deco-holder.-place4 > .-p08 {
  width: 114px;
  height: 122px;
  top: 128px;
  right: 151px;
  background-color: #ff3e0d;
}
@media all and (max-width: 767px) {
  .deco-holder.-place4 > .-p08 {
    width: 30.4vw;
    height: 32.5333333333vw;
    top: 34.1333333333vw;
    right: 40.2666666667vw;
  }
}
.deco-holder.-place4 > .-p09 {
  width: 191px;
  height: 109px;
  bottom: -91px;
  right: 19px;
  background-color: #912bb4;
}
@media all and (max-width: 767px) {
  .deco-holder.-place4 > .-p09 {
    width: 50.9333333333vw;
    height: 29.0666666667vw;
    bottom: -24.2666666667vw;
    right: 5.0666666667vw;
  }
}
.deco {
  position: absolute;
  border-radius: 10px;
  display: inline-block;
  margin: 0;
  opacity: 0;
  transform: scale(0);
}
@media all and (max-width: 767px) {
  .deco {
    border-radius: 2.6666666667vw;
  }
}
.deco.js-bounceIn:nth-of-type(2n) {
  --animate-delay: 2s;
  animation-duration: 3s;
}
.deco.js-bounceIn {
  opacity: 1;
  transform: scale(1);
  animation-name: bounceIn;
  animation-duration: 2s;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track::before,
.slick-track::after {
  display: table;
  content: "";
}
.slick-track::after {
  clear: both;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.sec-prodresults .slider-container {
  position: relative;
  z-index: 1;
}
.sec-prodresults .slider-container::before {
  display: block;
  content: "";
  background-color: #f0f0f0;
  z-index: 0;
  position: absolute;
}
@media all and (min-width: 768px) {
  .sec-prodresults .slider-container::before {
    width: 360px;
    height: 265px;
    top: 60px;
    left: 50%;
    margin-left: -180px;
    border-radius: 10px;
  }
}
@media all and (max-width: 767px) {
  .sec-prodresults .slider-container::before {
    width: 81.6vw;
    height: 93.3333333333vw;
    right: 0;
    border-radius: 2.6666666667vw 0 0 2.6666666667vw;
  }
}
@media all and (min-width: 768px) {
  .sec-prodresults .slider-container {
    margin: 0 auto;
    width: 360px;
    height: 275px;
  }
}
@media all and (max-width: 767px) {
  .sec-prodresults .slider-container {
    width: 100vw;
    height: 93.3333333333vw;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    margin: 5.3333333333vw auto 0;
  }
}
.sec-prodresults .slider {
  margin: 0;
}
.sec-prodresults .slider a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media all and (min-width: 768px) {
  .sec-prodresults .slider a {
    height: 120px;
  }
}
@media all and (max-width: 767px) {
  .sec-prodresults .slider a {
    min-height: 10.6666666667vw;
  }
}
.sec-prodresults .slider img {
  width: 100%;
  height: auto;
}
.sec-prodresults .gi-1 a {
  background: url("/assets/img/recruit/index/game_ico_1.png") 0 0 no-repeat;
  background-size: 40px;
  background-position: center;
}
@media all and (max-width: 767px) {
  .sec-prodresults .gi-1 a {
    background-size: 10.6666666667vw;
    min-height: 10.6666666667vw;
    background-position: center;
    display: block;
  }
}
.sec-prodresults .gi-2 a {
  background: url("/assets/img/recruit/index/game_ico_2.png") 0 0 no-repeat;
  background-size: 40px;
  background-position: center;
}
@media all and (max-width: 767px) {
  .sec-prodresults .gi-2 a {
    background-size: 10.6666666667vw;
    min-height: 10.6666666667vw;
    background-position: center;
    display: block;
  }
}
.sec-prodresults .gi-3 a {
  background: url("/assets/img/recruit/index/game_ico_3.png") 0 0 no-repeat;
  background-size: 40px;
  background-position: center;
}
@media all and (max-width: 767px) {
  .sec-prodresults .gi-3 a {
    background-size: 10.6666666667vw;
    min-height: 10.6666666667vw;
    background-position: center;
    display: block;
  }
}
.sec-prodresults .gi-4 a {
  background: url("/assets/img/recruit/index/game_ico_5.png") 0 0 no-repeat;
  background-size: 40px;
  background-position: center;
}
.sec-prodresults .gi-5 a {
  background: url("/assets/img/recruit/index/game_ico_6.png") 0 0 no-repeat;
  background-size: 40px;
  background-position: center;
}
.sec-prodresults .sl-cont {
  box-sizing: border-box;
  padding: 0 35px 20px;
  text-align: left;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media all and (max-width: 767px) {
  .sec-prodresults .sl-cont {
    padding: 0;
    width: 58.6666666667vw;
    font-size: 4.8vw;
  }
}
.sec-prodresults .sl-ttl {
  transform: rotate(0.05deg);
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #222;
  letter-spacing: 0.05em;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .sec-prodresults .sl-ttl {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
}
.sec-prodresults .sl-txt {
  color: #222;
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .sec-prodresults .sl-txt {
    font-size: 3.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.sec-prodresults .sl-copy {
  color: #919191;
  font-size: 11px;
  line-height: 1.65;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .sec-prodresults .sl-copy {
    font-size: 2.9333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.sec-prodresults .thumb-item-nav {
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  width: 330px;
}
@media all and (max-width: 767px) {
  .sec-prodresults .thumb-item-nav {
    width: 34.6666666667vw;
    height: 93.3333333333vw;
    left: 5.3333333333vw;
  }
}
.sec-prodresults .thumb-item-nav .slick-track {
  display: flex;
  align-items: center;
}
@media all and (max-width: 767px) {
  .sec-prodresults .thumb-item-nav .slick-track {
    min-height: 21.3333333333vw;
    flex-direction: column;
  }
}
.sec-prodresults .thumb-item-nav li.slick-slide {
  position: relative;
  float: none;
  flex-shrink: 0;
  cursor: pointer;
}
@media all and (min-width: 768px) {
  .sec-prodresults .thumb-item-nav li.slick-slide {
    min-height: 120px;
  }
}
@media all and (max-width: 767px) {
  .sec-prodresults .thumb-item-nav li.slick-slide {
    min-height: 18.6666666667vw;
    display: flex;
    vertical-align: middle;
  }
}
.sec-prodresults .thumb-item-nav li.slick-slide::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f0f0f0;
}
@media all and (min-width: 768px) {
  .sec-prodresults .thumb-item-nav li.slick-slide::after {
    width: 40px;
    height: 20px;
    bottom: 40px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  }
}
@media all and (max-width: 767px) {
  .sec-prodresults .thumb-item-nav li.slick-slide::after {
    top: 9.3333333333vw;
    width: 10.6666666667vw;
    height: 5.3333333333vw;
    background-color: transparent;
    border-radius: 2.6666666667vw;
    box-shadow: 0px 1.3333333333vw 2.6666666667vw 0px rgba(0, 0, 0, 0.2);
  }
}
.sec-prodresults .thumb-item-nav li.slick-slide.slick-current {
  min-width: 82px;
}
@media all and (max-width: 767px) {
  .sec-prodresults .thumb-item-nav li.slick-slide.slick-current {
    min-width: 21.3333333333vw;
    transition: all 0.3s ease-in-out;
  }
}
.sec-prodresults .thumb-item-nav li.slick-slide.slick-current::after {
  transition: all 0.1s ease-in-out;
}
@media all and (min-width: 768px) {
  .sec-prodresults .thumb-item-nav li.slick-slide.slick-current::after {
    bottom: 20px;
    width: 80px;
    height: 40px;
    border-radius: 20px;
  }
}
@media all and (max-width: 767px) {
  .sec-prodresults .thumb-item-nav li.slick-slide.slick-current::after {
    top: 8vw;
    width: 18.6666666667vw;
    height: 10.6666666667vw;
    border-radius: 4vw;
    box-shadow: 0px 1.3333333333vw 2.1333333333vw 0px rgba(0, 0, 0, 0.2);
  }
}
.sec-prodresults .thumb-item-nav li.slick-slide.slick-current a {
  transition: all 0.1s ease-in-out;
}
@media all and (min-width: 768px) {
  .sec-prodresults .thumb-item-nav li.slick-slide.slick-current a {
    background-size: contain;
    min-width: 82px;
  }
}
@media all and (max-width: 767px) {
  .sec-prodresults .thumb-item-nav li.slick-slide.slick-current a {
    background-size: contain;
  }
}
.sec-prodresults .thumb-item {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .sec-prodresults .thumb-item {
    height: 93.3333333333vw;
  }
}
.sec-prodresults .thumb-item .slick-track {
  display: flex;
  align-items: flex-start;
}
@media all and (max-width: 767px) {
  .sec-prodresults .thumb-item .slick-track {
    flex-direction: column;
  }
}
.sec-prodresults .thumb-item li.slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media all and (max-width: 767px) {
  .sec-prodresults .thumb-item li.slick-slide {
    height: 93.3333333333vw;
    padding: 0;
    position: relative;
  }
}