@charset "UTF-8";
.textColor-yellow {
  color: #f4e1b1;
}

.textColor-info {
  color: #a69776;
}

.textColor-brown {
  color: #8f7157;
}

.textColor-lite-brown {
  color: #b1906c;
}

.textColor-blue {
  color: #9ad6ef;
}

.textColor-gray {
  color: #969696;
}

.textSize-xxxl {
  font-size: 3.2vw;
}
@media screen and (min-width: 577px) {
  .textSize-xxxl {
    font-size: 3rem;
  }
}

.textSize-xxl {
  font-size: 3.2vw;
}
@media screen and (min-width: 577px) {
  .textSize-xxl {
    font-size: 2.6rem;
  }
}

.textSize-xl {
  font-size: 3.2vw;
}
@media screen and (min-width: 577px) {
  .textSize-xl {
    font-size: 2.2rem;
  }
}

.textSize-l {
  font-size: 3.2vw;
}
@media screen and (min-width: 577px) {
  .textSize-l {
    font-size: 1.77rem;
  }
}

.textSize-m {
  font-size: 3.2vw;
}
@media screen and (min-width: 577px) {
  .textSize-m {
    font-size: 1.6rem;
  }
}

.textSize-s {
  font-size: 3.2vw;
}
@media screen and (min-width: 577px) {
  .textSize-s {
    font-size: 1.4rem;
  }
}

.textSize-xs {
  font-size: 3.2vw;
}
@media screen and (min-width: 577px) {
  .textSize-xs {
    font-size: 1.3rem;
  }
}

.textSize-xxs {
  font-size: 3.2vw;
}
@media screen and (min-width: 577px) {
  .textSize-xxs {
    font-size: 1rem;
  }
}

.textSize-xxxs {
  font-size: 3.2vw;
}
@media screen and (min-width: 577px) {
  .textSize-xxxs {
    font-size: 0.6rem;
  }
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

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

.d-grid {
  display: -ms-grid !important;
  display: grid !important;
}

@media screen and (min-width: 577px) {
  .d-sm-none {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .d-md-none {
    display: none !important;
  }
}
@media screen and (min-width: 1281px) {
  .d-lg-none {
    display: none !important;
  }
}
@media screen and (min-width: 577px) {
  .d-sm-block {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  .d-md-block {
    display: block !important;
  }
}
@media screen and (min-width: 1281px) {
  .d-lg-block {
    display: block !important;
  }
}
@media screen and (min-width: 577px) {
  .d-sm-inline-block {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px) {
  .d-md-inline-block {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1281px) {
  .d-lg-inline-block {
    display: inline-block !important;
  }
}
@media screen and (min-width: 577px) {
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 769px) {
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1281px) {
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 577px) {
  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
}
@media screen and (min-width: 769px) {
  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
}
@media screen and (min-width: 1281px) {
  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
}
html {
  font-size: 62.5%;
  overflow: auto;
}
html * {
  margin: 0;
}
html a {
  text-decoration: underline;
}
html button {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
}
html button:focus {
  outline: none;
}

body {
  width: calc(100vw - (100vw - 100%));
  overflow: hidden;
  min-width: auto;
}

i, em {
  font-style: normal;
}

:root dt {
  font-weight: normal;
}

#allContainer {
  position: relative;
  font-size: 3.2vw;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-family: "Open Sans", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
}
@media screen and (min-width: 577px) {
  #allContainer {
    font-size: 1.8rem;
  }
}
#allContainer * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
#allContainer section {
  padding-top: 0;
}

.allContents {
  padding-top: 14.6666666667vw;
}
@media screen and (min-width: 577px) {
  .allContents {
    padding-top: 98px;
  }
}
.allContents > section + section {
  margin-top: 14.6666666667vw;
}
@media screen and (min-width: 577px) {
  .allContents > section + section {
    margin-top: 98px;
  }
}

.contentsTension-narrow, .contentsTension-wide, .contentsTension-full {
  position: relative;
  width: auto;
  padding-top: 0.1px;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-item-align: normal;
      -ms-grid-row-align: normal;
      align-self: normal;
}
@media screen and (max-width: 1280px) {
  .contentsTension-narrow, .contentsTension-wide {
    margin-left: min(35px, 2.734375vw);
    margin-right: min(35px, 2.734375vw);
    padding-left: min(35px, 2.734375vw);
    padding-right: min(35px, 2.734375vw);
  }
}
@media screen and (max-width: 576px) {
  .contentsTension-narrow, .contentsTension-wide {
    margin-left: 0;
    margin-right: 0;
    padding-left: 4.6666666667vw;
    padding-right: 4.6666666667vw;
  }
}
@media screen and (min-width: 1281px) {
  .contentsTension-narrow {
    width: min(1170px, 100vw - 70px - (100vw - 100%));
  }
}
@media screen and (min-width: 1281px) {
  .contentsTension-wide {
    width: min(1280px, 100vw - 70px - (100vw - 100%));
  }
}
.contentsTension-full {
  width: min(1690px, 100vw - (100vw - 100%));
}
@media screen and (max-width: 576px) {
  .contentsTension-full {
    padding-left: 4.6666666667vw;
    padding-right: 4.6666666667vw;
  }
}

.sect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sectHead h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sectHead h1 em {
  font-size: 6.1333333333vw;
  font-family: "Ryumin Medium KL";
}
@media screen and (min-width: 577px) {
  .sectHead h1 em {
    font-size: 3.8rem;
  }
}
.sectHead h1 i {
  font-size: 2.6666666667vw;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  font-weight: bold;
  opacity: 0.5;
  margin-top: 1.3333333333vw;
}
@media screen and (min-width: 577px) {
  .sectHead h1 i {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}
.sectHead h1 i.ja {
  font-size: 3.4666666667vw;
  font-family: "Ryumin Light KL";
  opacity: 0.8;
}
@media screen and (min-width: 577px) {
  .sectHead h1 i.ja {
    margin-top: 10px;
    font-size: 2.3rem;
  }
}
.sectHead + .sectBody {
  margin-top: 6.9333333333vw;
}
@media screen and (min-width: 577px) {
  .sectHead + .sectBody {
    margin-top: 70px;
  }
}

.sectBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.open-fb {
  overflow: hidden;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.lede_heading {
  font-family: "Ryumin bold KL";
}

.lede_txt {
  font-family: "Ryumin Light KL";
  line-height: 1.7;
  color: #757575;
}

.fontFamily-mincho {
  font-family: "Ryumin Light KL";
}

.strong {
  font-weight: 600;
}

.detailTextContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10.8vw;
}
@media screen and (min-width: 769px) {
  .detailTextContainer {
    row-gap: 93px;
  }
}

.detailText__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  font-size: 4vw;
  font-weight: bold;
  font-family: Hiragino Kaku Gothic W6 JIS2004, sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .detailText__heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 1.3333333333vw;
  }
}
@media screen and (min-width: 577px) {
  .detailText__heading {
    font-size: min(2.1rem, 4vw);
  }
}
@media screen and (min-width: 769px) {
  .detailText__heading {
    padding-top: 17px;
    font-size: 2.1rem;
    row-gap: 16px;
  }
}
.detailText__heading::before {
  content: "";
  display: block;
  background: #000;
  width: 4.2666666667vw;
  height: 0.6666666667vw;
}
@media screen and (min-width: 577px) {
  .detailText__heading::before {
    width: min(32px, 4.2666666667vw);
    height: min(4px, 0.6666666667vw);
  }
}
@media screen and (min-width: 769px) {
  .detailText__heading::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 4px;
  }
}
.detailText__heading em {
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 577px) {
  .detailText__heading em {
    font-size: min(2.5rem, 5.3333333333vw);
  }
}
@media screen and (min-width: 769px) {
  .detailText__heading em {
    font-size: 2.5rem;
  }
}
.detailText__heading i {
  margin-top: -1.3333333333vw;
}
@media screen and (max-width: 768px) {
  .detailText__body {
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .detailText__body {
    margin-top: 1.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .detailText__body {
    margin-top: 12px;
  }
}

.sect ~ .sect::before {
  content: "";
  display: block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: min(1280px, 100vw);
  height: 1px;
  margin-bottom: 50px;
  background: #d9d9d9;
}

.entry__recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .entry__recruit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .entry__recruit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }
}
.entry__recruit_item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .entry__recruit_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .entry__recruit_item {
    width: 362px;
  }
}
.entry__recruit_item--dev .btnWrapper::before {
  background-image: url(https://static.ncsoft.jp/corporate/images/mb/recruit/entry_recruit_item-dev.jpg);
}
@media screen and (min-width: 769px) {
  .entry__recruit_item--dev .btnWrapper::before {
    background-image: url(https://static.ncsoft.jp/corporate/images/recruit/entry_recruit_item-dev.jpg);
  }
}
.entry__recruit_item--pb .btnWrapper::before {
  background-image: url(https://static.ncsoft.jp/corporate/images/mb/recruit/entry_recruit_item-pb.jpg);
}
@media screen and (min-width: 769px) {
  .entry__recruit_item--pb .btnWrapper::before {
    background-image: url(https://static.ncsoft.jp/corporate/images/recruit/entry_recruit_item-pb.jpg);
  }
}
.entry__recruit_item--corp .btnWrapper::before {
  background-image: url(https://static.ncsoft.jp/corporate/images/mb/recruit/entry_recruit_item-corp.jpg);
}
@media screen and (min-width: 769px) {
  .entry__recruit_item--corp .btnWrapper::before {
    background-image: url(https://static.ncsoft.jp/corporate/images/recruit/entry_recruit_item-corp.jpg);
  }
}
.entry__recruit_item .btnWrapper {
  position: relative;
}
.entry__recruit_item .btnWrapper::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 32vw;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .entry__recruit_item .btnWrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    background-size: cover;
    pointer-events: none;
  }
}
@media screen and (min-width: 769px) {
  .entry__recruit_item .btnWrapper::before {
    width: 100%;
    height: 252px;
  }
}
.entry__recruit_item .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 16vw;
  padding-left: 36vw;
  background: #263692;
  font-size: 4vw;
  color: #fff;
  border-radius: 0;
  border: none;
}
@media screen and (min-width: 769px) {
  .entry__recruit_item .btn {
    height: 98px;
    padding-left: 30px;
    font-size: 22px;
  }
}
.entry__recruit_item .btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 4.9333333333vw;
  width: 0;
  height: 0;
  margin-top: 2px;
  border: solid 5px #ffb83e;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .entry__recruit_item .btn::before {
    right: 30px;
    margin-top: -3.5px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
.entry__recruit_item.is-active .btn::before {
  margin-top: 0.6666666667vw;
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}
@media screen and (min-width: 769px) {
  .entry__recruit_item.is-active .btn::before {
    margin-top: 3.5px;
    -webkit-transform: translateY(-50%) rotate(225deg);
            transform: translateY(-50%) rotate(225deg);
  }
}

.entry__recruit_item:hover .entry__recruit_item .btn {
  margin-top: -2px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.entry__recruit_linkWrapper {
  overflow: hidden;
  width: 100%;
  max-height: 0;
  padding-right: 4vw;
  padding-left: 9.3333333333vw;
  background: #eff1fb;
  border-bottom: solid 1px #cbcfe7;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  list-style: disc;
}
@media screen and (max-width: 768px) {
  .entry__recruit_linkWrapper {
    margin-top: -1px;
  }
}
@media screen and (min-width: 769px) {
  .entry__recruit_linkWrapper {
    position: absolute;
    top: 350px;
    padding-right: 26px;
    padding-left: 40px;
    -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.3));
  }
}
.entry__recruit_item.is-active .entry__recruit_linkWrapper {
  max-height: 100%;
}

.entry__recruit_linkWrapper li:first-child {
  margin-top: 20px;
}
.entry__recruit_linkWrapper li:last-child {
  margin-bottom: 20px;
}
.entry__recruit_linkWrapper li + li {
  margin-top: 0.6666666667vw;
}
.entry__recruit_linkWrapper li a {
  color: #263692;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .entry__recruit_linkWrapper li a {
    font-size: 16px;
  }
}

.persona .sectBody .contentsTension-wide {
  padding-left: 0;
  padding-right: 0;
}
.persona__visualHeader {
  height: 58.6666666667vw;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(https://static.ncsoft.jp/corporate/images/mb/recruit/persona_header.jpg);
}
@media screen and (max-width: 576px) {
  .persona__visualHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 2.6666666667vw;
  }
}
@media screen and (min-width: 577px) {
  .persona__visualHeader {
    width: calc(100vw - (100vw - 100%));
    height: 590px;
    padding-top: 159px;
    background-image: url(https://static.ncsoft.jp/corporate/images/recruit/persona_header.jpg);
  }
}
.persona__visualHeader p {
  line-height: 1;
  color: #fff;
}
.persona__visualHeader .lede_txt {
  font-family: "Ryumin Medium KL";
  font-size: 4vw;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  opacity: 0.65;
}
@media screen and (min-width: 577px) {
  .persona__visualHeader .lede_txt {
    font-size: 27.5px;
  }
}
.persona__visualHeader .lede_heading {
  font-size: 8.5333333333vw;
}
@media screen and (min-width: 577px) {
  .persona__visualHeader .lede_heading {
    margin-top: 26px;
    font-size: 74px;
  }
}
.persona__contents {
  margin-top: 9.6vw;
  background: #fff;
}
@media screen and (min-width: 577px) {
  .persona__contents {
    margin-top: -150px;
    padding: min(42px, 11.2vw) min(47px, 12.6666666667vw) 0;
  }
}
@media screen and (min-width: 769px) {
  .persona__contents {
    padding: 84px 95px 0;
  }
}
.persona__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10.8vw;
}
@media screen and (min-width: 769px) {
  .persona__detail {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 93px;
    -ms-grid-columns: min(220px, 17.1875vw) 30px 1fr;
    grid-template-columns: min(220px, 17.1875vw) 1fr;
  }
}
@media screen and (min-width: 1281px) {
  .persona__detail {
    -ms-grid-columns: 220px 1fr;
    grid-template-columns: 220px 1fr;
  }
}
@media screen and (min-width: 769px) {
  .persona__detail dl {
    display: contents;
  }
}
.persona__detail dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.persona__detail dl dd .lede_heading {
  font-size: 4vw;
  line-height: 1.2;
}
@media screen and (min-width: 577px) {
  .persona__detail dl dd .lede_heading {
    text-align: center;
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .persona__detail dl dd .lede_heading {
    font-size: 3rem;
    text-align: left;
  }
}
.persona__detail dl dd .lede_heading + p {
  margin-top: 1.7333333333vw;
  line-height: 1.7;
  color: #a0a0a0;
}
@media screen and (min-width: 577px) {
  .persona__detail dl dd .lede_heading + p {
    margin-top: 18px;
  }
}

.interview .sectBody .contentsTension-wide {
  padding-left: 0;
  padding-right: 0;
}
.interview__visualHeader {
  height: 58.6666666667vw;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(https://static.ncsoft.jp/corporate/images/mb/recruit/interview_header.jpg);
}
@media screen and (max-width: 576px) {
  .interview__visualHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 2.6666666667vw;
  }
}
@media screen and (min-width: 577px) {
  .interview__visualHeader {
    width: docW();
    height: 590px;
    padding-top: 159px;
    background-image: url(https://static.ncsoft.jp/corporate/images/recruit/interview_header.jpg);
  }
}
.interview__visualHeader p {
  line-height: 1;
  color: #fff;
}
.interview__visualHeader .lede_txt {
  font-family: "Ryumin Medium KL";
  font-size: 4vw;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  opacity: 0.65;
}
@media screen and (min-width: 577px) {
  .interview__visualHeader .lede_txt {
    font-size: 27.5px;
  }
}
.interview__visualHeader .lede_heading {
  font-size: 8.5333333333vw;
}
@media screen and (min-width: 577px) {
  .interview__visualHeader .lede_heading {
    margin-top: 26px;
    font-size: 74px;
  }
}
.interview__contents {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 577px) {
  .interview__contents {
    margin-top: -150px;
  }
}
.interview__staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .interview__staff {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.6666666667vw;
    margin-left: 4.6666666667vw;
    margin-right: 4.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .interview__staff {
    -webkit-column-gap: 23px;
       -moz-column-gap: 23px;
            column-gap: 23px;
  }
}
.interview__staff_btn {
  position: relative;
  height: 24vw;
  background-position-x: right;
}
@media screen and (max-width: 768px) {
  .interview__staff_btn {
    height: 160px;
    background-size: cover;
  }
}
@media screen and (min-width: 769px) {
  .interview__staff_btn {
    width: 390px;
    height: 180px;
  }
}
.interview__staff_btn--director {
  background-image: url(https://static.ncsoft.jp/corporate/images/mb/recruit/interview_staff_item-director.jpg);
}
@media screen and (min-width: 769px) {
  .interview__staff_btn--director {
    background-image: url(https://static.ncsoft.jp/corporate/images/recruit/interview_staff_item-director.jpg);
  }
}
.interview__staff_btn--planner {
  background-image: url(https://static.ncsoft.jp/corporate/images/mb/recruit/interview_staff_item-planner.jpg);
}
@media screen and (min-width: 769px) {
  .interview__staff_btn--planner {
    background-image: url(https://static.ncsoft.jp/corporate/images/recruit/interview_staff_item-planner.jpg);
  }
}
.interview__staff_btn--localize {
  background-image: url(https://static.ncsoft.jp/corporate/images/mb/recruit/interview_staff_item-localize.jpg);
}
@media screen and (min-width: 769px) {
  .interview__staff_btn--localize {
    background-image: url(https://static.ncsoft.jp/corporate/images/recruit/interview_staff_item-localize.jpg);
  }
}
.interview__staff_btn::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 2.6666666667vw;
  right: 2.6666666667vw;
  width: 7.4666666667vw;
  height: 7.4666666667vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(https://static.ncsoft.jp/corporate/images/common/btn_openModal.svg);
  border: solid 1px rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 577px) {
  .interview__staff_btn::before {
    bottom: 20px;
    right: 20px;
    width: 39px;
    height: 39px;
  }
}
@media screen and (min-width: 769px) {
  .interview__staff_btn::before {
    bottom: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
  }
}
.interview__staff_name {
  position: absolute;
  text-align: left;
  font-weight: bold;
  font-size: 2.6666666667vw;
  left: 5.3333333333vw;
}
@media screen and (max-width: 768px) {
  .interview__staff_name {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: min(2.2rem, 4vw);
  }
}
@media screen and (min-width: 769px) {
  .interview__staff_name {
    left: 20px;
    bottom: 20px;
    font-size: 2.2rem;
    line-height: 1.1;
  }
}

.workLife__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .workLife__detail {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 30px;
    -ms-grid-columns: min(314px, 24.53125vw) 30px 1fr;
    grid-template-columns: min(314px, 24.53125vw) 1fr;
  }
}
@media screen and (min-width: 1281px) {
  .workLife__detail {
    -ms-grid-columns: 314px 1fr;
    grid-template-columns: 314px 1fr;
  }
}
.workLife__detail ~ .workLife__detail {
  margin-top: 10.8vw;
}
@media screen and (min-width: 577px) {
  .workLife__detail ~ .workLife__detail {
    margin-top: 94px;
  }
}
.workLife__detail .lede_heading {
  font-size: 5.3333333333vw;
}
@media screen and (max-width: 768px) {
  .workLife__detail .lede_heading {
    line-height: 1;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .workLife__detail .lede_heading {
    margin-top: 4.6666666667vw;
    margin-left: 4.6666666667vw;
    margin-right: 4.6666666667vw;
  }
}
@media screen and (min-width: 577px) {
  .workLife__detail .lede_heading {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 769px) {
  .workLife__detail .lede_heading {
    margin-top: 18px;
    font-size: 3.2rem;
  }
}
.workLife__detailText {
  color: #a0a0a0;
}
@media screen and (max-width: 768px) {
  .workLife__detailText {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .workLife__detailText {
    margin-top: 1.7333333333vw;
    margin-left: 4.6666666667vw;
    margin-right: 4.6666666667vw;
  }
}
.workLife__detailView, .workLife__detailList {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: -2;
  grid-column-end: -1;
}
.workLife__detailView {
  margin-top: 1.7333333333vw;
}
@media screen and (max-width: 768px) {
  .workLife__detailView {
    margin-top: 30px;
  }
}
.workLife__detailView_item {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.workLife__detailView_item--office-1 {
  background-image: url(https://static.ncsoft.jp/corporate/images/mb/recruit/workLife_office_item-1.jpg);
}
@media screen and (min-width: 769px) {
  .workLife__detailView_item--office-1 {
    background-image: url(https://static.ncsoft.jp/corporate/images/recruit/workLife_office_item-1.jpg);
  }
}
.workLife__detailView_item--support-1 {
  background-image: url(https://static.ncsoft.jp/corporate/images/mb/recruit/workLife_support_item-1.jpg);
}
@media screen and (min-width: 769px) {
  .workLife__detailView_item--support-1 {
    background-image: url(https://static.ncsoft.jp/corporate/images/recruit/workLife_support_item-1.jpg);
  }
}
.workLife__detailView_item--office-2 {
  background-image: url(https://static.ncsoft.jp/corporate/images/mb/recruit/workLife_office_item-2.jpg);
}
@media screen and (min-width: 769px) {
  .workLife__detailView_item--office-2 {
    background-image: url(https://static.ncsoft.jp/corporate/images/recruit/workLife_office_item-2.jpg);
  }
}
.workLife__detailView_item--support-2 {
  background-image: url(https://static.ncsoft.jp/corporate/images/mb/recruit/workLife_support_item-2.jpg);
}
@media screen and (min-width: 769px) {
  .workLife__detailView_item--support-2 {
    background-image: url(https://static.ncsoft.jp/corporate/images/recruit/workLife_support_item-2.jpg);
  }
}
.workLife__detailView_item--office-3 {
  background-image: url(https://static.ncsoft.jp/corporate/images/mb/recruit/workLife_office_item-3.jpg);
}
@media screen and (min-width: 769px) {
  .workLife__detailView_item--office-3 {
    background-image: url(https://static.ncsoft.jp/corporate/images/recruit/workLife_office_item-3.jpg);
  }
}
.workLife__detailView_item--support-3 {
  background-image: url(https://static.ncsoft.jp/corporate/images/mb/recruit/workLife_support_item-3.jpg);
}
@media screen and (min-width: 769px) {
  .workLife__detailView_item--support-3 {
    background-image: url(https://static.ncsoft.jp/corporate/images/recruit/workLife_support_item-3.jpg);
  }
}
.workLife__detailView_item--office-4 {
  background-image: url(https://static.ncsoft.jp/corporate/images/mb/recruit/workLife_office_item-4.jpg);
}
@media screen and (min-width: 769px) {
  .workLife__detailView_item--office-4 {
    background-image: url(https://static.ncsoft.jp/corporate/images/recruit/workLife_office_item-4.jpg);
  }
}
.workLife__detailView_item--support-4 {
  background-image: url(https://static.ncsoft.jp/corporate/images/mb/recruit/workLife_support_item-4.jpg);
}
@media screen and (min-width: 769px) {
  .workLife__detailView_item--support-4 {
    background-image: url(https://static.ncsoft.jp/corporate/images/recruit/workLife_support_item-4.jpg);
  }
}
.workLife__detailView_item--office-5 {
  background-image: url(https://static.ncsoft.jp/corporate/images/mb/recruit/workLife_office_item-5.jpg);
}
@media screen and (min-width: 769px) {
  .workLife__detailView_item--office-5 {
    background-image: url(https://static.ncsoft.jp/corporate/images/recruit/workLife_office_item-5.jpg);
  }
}
.workLife__detailView_item--support-5 {
  background-image: url(https://static.ncsoft.jp/corporate/images/mb/recruit/workLife_support_item-5.jpg);
}
@media screen and (min-width: 769px) {
  .workLife__detailView_item--support-5 {
    background-image: url(https://static.ncsoft.jp/corporate/images/recruit/workLife_support_item-5.jpg);
  }
}
.workLife__detailView_item--office-6 {
  background-image: url(https://static.ncsoft.jp/corporate/images/mb/recruit/workLife_office_item-6.jpg);
}
@media screen and (min-width: 769px) {
  .workLife__detailView_item--office-6 {
    background-image: url(https://static.ncsoft.jp/corporate/images/recruit/workLife_office_item-6.jpg);
  }
}
.workLife__detailView_item--support-6 {
  background-image: url(https://static.ncsoft.jp/corporate/images/mb/recruit/workLife_support_item-6.jpg);
}
@media screen and (min-width: 769px) {
  .workLife__detailView_item--support-6 {
    background-image: url(https://static.ncsoft.jp/corporate/images/recruit/workLife_support_item-6.jpg);
  }
}
.workLife__detailList {
  margin-top: 30px;
}
.workLife__detailList_item--support-1 dl::before {
  background-image: url(https://static.ncsoft.jp/corporate/images/recruit/workLife_support_listItem-1.png);
}
.workLife__detailList_item--support-2 dl::before {
  background-image: url(https://static.ncsoft.jp/corporate/images/recruit/workLife_support_listItem-2.png);
}
.workLife__detailList_item--support-3 dl::before {
  background-image: url(https://static.ncsoft.jp/corporate/images/recruit/workLife_support_listItem-3.png);
}
.workLife__detailList_item--support-4 dl::before {
  background-image: url(https://static.ncsoft.jp/corporate/images/recruit/workLife_support_listItem-4.png);
}
.workLife__detailList_item--support-5 dl::before {
  background-image: url(https://static.ncsoft.jp/corporate/images/recruit/workLife_support_listItem-5.png);
}
.workLife__detailList_item--support-6 dl::before {
  background-image: url(https://static.ncsoft.jp/corporate/images/recruit/workLife_support_listItem-6.png);
}
.workLife__detailList_item--support-7 dl::before {
  background-image: url(https://static.ncsoft.jp/corporate/images/recruit/workLife_support_listItem-7.png);
}
.workLife__detailList_item--support-8 dl::before {
  background-image: url(https://static.ncsoft.jp/corporate/images/recruit/workLife_support_listItem-8.png);
}
.workLife__detailList_item--support-9 dl::before {
  background-image: url(https://static.ncsoft.jp/corporate/images/recruit/workLife_support_listItem-9.png);
}
.workLife__detailList_item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.workLife__detailList_item dl::before {
  content: "";
  display: block;
  width: 100%;
  height: 210px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.workLife__detailList_item dl > * {
  text-align: center;
}
.workLife__detailList_item dt {
  font-size: 3.2rem;
  line-height: 1;
}
.workLife__detailList_item dd {
  margin-top: 1.3333333333vw;
  padding-left: 4.6666666667vw;
  padding-right: 4.6666666667vw;
  color: #a0a0a0;
}
@media screen and (min-width: 577px) {
  .workLife__detailList_item dd {
    margin-top: 10px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .workLife__detailList_item dd {
    margin-top: 14px;
  }
}
.workLife .detailViewSwiper-container {
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100%;
}
.workLife .detailViewSwiper-container {
  height: 62.4vw;
}
@media screen and (min-width: 769px) {
  .workLife .detailViewSwiper-container {
    height: min(800px, 62.5vw);
  }
}
@media screen and (min-width: 769px) {
  .workLife .detailListSwiper-container .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 34px;
       -moz-column-gap: 34px;
            column-gap: 34px;
    row-gap: 75px;
    -ms-grid-columns: 1fr 34px 1fr 34px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .workLife .detailListSwiper-container [class^=swiper-button] {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .faq .sectBody .contentsTension-narrow {
    padding-left: 0;
    padding-right: 0;
  }
}
.faq__itemContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.faq__item_question, .faq__item_answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  -webkit-column-gap: 0.2rem;
     -moz-column-gap: 0.2rem;
          column-gap: 0.2rem;
}
.faq__item_question {
  color: #fff;
  background: #263692;
}
.faq__item_question::before {
  content: "Q:";
}
.faq__item_answer {
  border: solid 1px #263692;
  border-top: none;
}
.faq__item_answer::before {
  content: "A:";
}

.schedule {
  padding-bottom: 108px;
}
.schedule__text {
  text-align: center;
  color: #a0a0a0;
}
.schedule__stepContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .schedule__stepContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 576px) {
  .schedule__stepContainer {
    row-gap: 6.1333333333vw;
    margin-top: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .schedule__stepContainer {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-top: 100px;
  }
}
.schedule__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .schedule__step {
    height: 72px;
    border-radius: 72px;
  }
}
@media screen and (max-width: 576px) {
  .schedule__step {
    height: 12vw;
    border-radius: 12vw;
  }
}
@media screen and (min-width: 769px) {
  .schedule__step {
    width: 200px;
    height: 200px;
    border-radius: 100%;
  }
}
.schedule__step:first-child::before {
  display: none;
}
.schedule__step--1 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 246, 232)), to(rgb(255, 242, 221)));
  background: linear-gradient(to right, rgb(255, 246, 232) 0%, rgb(255, 242, 221) 100%);
}
.schedule__step--2 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(254, 237, 209)), to(rgb(254, 228, 185)));
  background: linear-gradient(to right, rgb(254, 237, 209) 0%, rgb(254, 228, 185) 100%);
}
.schedule__step--3 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(253, 225, 179)), to(rgb(253, 210, 139)));
  background: linear-gradient(to right, rgb(253, 225, 179) 0%, rgb(253, 210, 139) 100%);
}
.schedule__step--4 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(253, 207, 133)), to(rgb(253, 184, 70)));
  background: linear-gradient(to right, rgb(253, 207, 133) 0%, rgb(253, 184, 70) 100%);
}
.schedule__step--5 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(252, 176, 59)), to(rgb(252, 154, 19)));
  background: linear-gradient(to right, rgb(252, 176, 59) 0%, rgb(252, 154, 19) 100%);
}
.schedule__step::before {
  content: "";
  display: block;
  position: absolute;
  border: solid 3px #263692;
  border-width: 3px 3px 0 0;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
  left: 50%;
}
@media screen and (max-width: 768px) {
  .schedule__step::before {
    width: 12px;
    height: 12px;
    top: -24px;
  }
}
@media screen and (max-width: 576px) {
  .schedule__step::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    top: -5.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .schedule__step::before {
    left: -24px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.schedule__step span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 13.3333333333vw;
}
@media screen and (max-width: 768px) {
  .schedule__step span {
    height: 58px;
    width: calc(100% - 14px);
  }
}
@media screen and (max-width: 576px) {
  .schedule__step span {
    height: calc(100% - 1.8666666667vw);
    width: calc(100% - 1.8666666667vw);
    border-radius: 7.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .schedule__step span {
    width: 164px;
    height: 164px;
    border-radius: 100%;
  }
}
.schedule__step span em {
  line-height: 1;
}
.schedule__step span em:nth-of-type(1) {
  width: 100%;
  font-family: Hiragino Kaku Gothic W6 JIS2004;
  color: #adadad;
}
@media screen and (max-width: 768px) {
  .schedule__step span em:nth-of-type(1) {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .schedule__step span em:nth-of-type(1) {
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .schedule__step span em:nth-of-type(1) {
    font-size: 2.5rem;
  }
}
.schedule__step span em:nth-of-type(1):first-line {
  color: #000;
}
.schedule__step span em:nth-of-type(2) {
  font-weight: bold;
  color: #adadad;
}
@media screen and (max-width: 768px) {
  .schedule__step span em:nth-of-type(2) {
    font-size: 1.3rem;
    margin-top: 7px;
  }
}
@media screen and (max-width: 576px) {
  .schedule__step span em:nth-of-type(2) {
    font-size: 2.6666666667vw;
    margin-top: 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .schedule__step span em:nth-of-type(2) {
    font-size: 1.6rem;
    margin-top: 7px;
  }
}
.schedule__step span i {
  display: block;
  position: absolute;
  color: #7f7f7f;
}
@media screen and (max-width: 768px) {
  .schedule__step span i {
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 576px) {
  .schedule__step span i {
    right: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .schedule__step span i {
    bottom: 14px;
    left: 0;
    width: 100%;
    font-size: 1.45rem;
  }
}

.ncjLogo {
  background-repeat: no-repeat;
}

.ncjLogo.type-color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20261.58%20140.21%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Aurl(%23color)%3B%7D%3C%2Fstyle%3E%3ClinearGradient%20id%3D%22color%22%20x1%3D%22130.79%22%20y1%3D%22-4.45%22%20x2%3D%22130.79%22%20y2%3D%22160.93%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23004c98%22%2F%3E%3Cstop%20offset%3D%220.52%22%20stop-color%3D%22%23003f7d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23003569%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M190%2C44.53H258.4a3.18%2C3.18%2C0%2C0%2C0%2C3.18-3.18V3.18A3.18%2C3.18%2C0%2C0%2C0%2C258.4%2C0H168.86a5.08%2C5.08%2C0%2C0%2C0-3.68%2C1.58l-25%2C26.26-25-26.26A5.08%2C5.08%2C0%2C0%2C0%2C111.51%2C0H28.66A5.1%2C5.1%2C0%2C0%2C0%2C25%2C1.58L1.39%2C26.44A5.08%2C5.08%2C0%2C0%2C0%2C0%2C29.93V137a3.18%2C3.18%2C0%2C0%2C0%2C3.18%2C3.18H41.35A3.19%2C3.19%2C0%2C0%2C0%2C44.53%2C137V50.38a5.24%2C5.24%2C0%2C0%2C1%2C5.24-5.24H90.44a5.25%2C5.25%2C0%2C0%2C1%2C5.24%2C5.24V137a3.18%2C3.18%2C0%2C0%2C0%2C3.18%2C3.18H137a3.19%2C3.19%2C0%2C0%2C0%2C3.18-3.18v-24.6l25%2C26.2a5.08%2C5.08%2C0%2C0%2C0%2C3.68%2C1.58H258.4a3.18%2C3.18%2C0%2C0%2C0%2C3.18-3.18V98.86a3.18%2C3.18%2C0%2C0%2C0-3.18-3.18H190a5.25%2C5.25%2C0%2C0%2C1-5.25-5.24V49.77A5.24%2C5.24%2C0%2C0%2C1%2C190%2C44.53Z%22%2F%3E%3C%2Fsvg%3E");
}

.prayForJapanLogo {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20185.8%20185.8%22%20style%3D%22enable-background%3Anew%200%200%20185.8%20185.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23F70B0B%3B%7D%20.st1%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cellipse%20class%3D%22st0%22%20cx%3D%2292.9%22%20cy%3D%2292.9%22%20rx%3D%2292.9%22%20ry%3D%2292.9%22%2F%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M56.4%2C39.7h-6.2c-1.7%2C0-3.2%2C0.6-4.2%2C1.7c-1%2C1-1.4%2C2.4-1.4%2C4.3v21.4h5.3v-9.7h7.4c2.1%2C0%2C4.7-1.3%2C4.8-4.9v-6.6%20c0-1.9-0.4-3.3-1.4-4.4C59.6%2C40.4%2C58.1%2C39.7%2C56.4%2C39.7z%20M56.6%2C52.1c0%2C0.4-0.1%2C0.4-0.4%2C0.4h-6.3v-6.2c0-0.6%2C0.1-0.9%2C0.4-1.2%20c0.2-0.3%2C0.6-0.4%2C1.3-0.4h3.4c0.3%2C0%2C1%2C0.1%2C1.3%2C0.4c0.3%2C0.3%2C0.3%2C0.5%2C0.3%2C1.1V52.1z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M76.9%2C39.7h-6.2c-1.7%2C0-3.2%2C0.6-4.2%2C1.7c-1%2C1-1.4%2C2.4-1.4%2C4.3v21.4h5.3v-9.7h7.4c2.1%2C0%2C4.7-1.3%2C4.8-4.9v-6.6%20c0-1.9-0.4-3.3-1.4-4.4C80.1%2C40.4%2C78.6%2C39.7%2C76.9%2C39.7z%20M77.1%2C52.1c0%2C0.4-0.1%2C0.4-0.4%2C0.4h-6.3v-6.2c0-0.6%2C0.1-0.9%2C0.4-1.2%20c0.2-0.3%2C0.6-0.4%2C1.3-0.4h3.4c0.3%2C0%2C1%2C0.1%2C1.3%2C0.4c0.3%2C0.3%2C0.3%2C0.5%2C0.3%2C1.1V52.1z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M79.8%2C62c-0.3-0.3-0.3-0.5-0.3-1.1v-5.7h-5.1v5.7c0%2C1.7%2C0.5%2C3.2%2C1.6%2C4.4c1.1%2C1.2%2C2.4%2C1.9%2C4.1%2C1.9h2.6v-4.7%20h-1.4C80.8%2C62.5%2C80.2%2C62.4%2C79.8%2C62z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M98.1%2C39.7h-6.2c-1.7%2C0-3.2%2C0.6-4.2%2C1.7c-1%2C1.1-1.4%2C2.4-1.4%2C4.3v21.4h5.3v-9.7h6.7v9.7h5.5V45.9%20c0-1.9-0.5-3.3-1.4-4.4C101.3%2C40.4%2C99.7%2C39.7%2C98.1%2C39.7z%20M98.2%2C52.3h-6.7v-6.2c0-0.6%2C0.1-0.9%2C0.4-1.2c0.2-0.3%2C0.6-0.4%2C1.3-0.4h3.4%20c0.4%2C0%2C1%2C0.1%2C1.3%2C0.4c0.3%2C0.3%2C0.3%2C0.5%2C0.3%2C1.1V52.3z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M120.4%2C51.1c0%2C0.6-0.1%2C0.9-0.4%2C1.2c-0.2%2C0.2-0.6%2C0.4-1.3%2C0.4h-3.4c-0.4%2C0-1-0.1-1.3-0.4%20c-0.3-0.3-0.3-0.5-0.3-1.1V39.7h-5.5v11.6c0%2C1.7%2C0.5%2C3.2%2C1.6%2C4.4c1.1%2C1.2%2C2.4%2C1.9%2C4.1%2C1.9h6.2c0.1%2C0%2C0.3%2C0%2C0.4%2C0v2.8%20c0%2C0.6-0.1%2C0.9-0.4%2C1.2c-0.2%2C0.2-0.6%2C0.4-1.3%2C0.4h-8.3v5.3h9.6c1.7%2C0%2C3.3-0.6%2C4.3-1.7c1.2-1.3%2C1.3-2.9%2C1.3-4.3V39.7h-5.3V51.1z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M92%2C118.7h-6.2c-1.7%2C0-3.2%2C0.6-4.2%2C1.7c-1%2C1-1.4%2C2.4-1.4%2C4.3v21.4h5.3v-9.7h7.4c2.1%2C0%2C4.7-1.3%2C4.8-4.9v-6.6%20c0-1.9-0.4-3.3-1.4-4.4C95.2%2C119.4%2C93.7%2C118.7%2C92%2C118.7z%20M92.1%2C131.1c0%2C0.4-0.1%2C0.4-0.4%2C0.4h-6.3v-6.2c0-0.6%2C0.1-0.9%2C0.4-1.2%20c0.2-0.3%2C0.6-0.4%2C1.3-0.4h3.4c0.3%2C0%2C1%2C0.1%2C1.3%2C0.4c0.3%2C0.3%2C0.3%2C0.5%2C0.3%2C1.1V131.1z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M70.8%2C118.7h-6.2c-1.7%2C0-3.2%2C0.6-4.2%2C1.7c-1%2C1.1-1.4%2C2.4-1.4%2C4.3v21.4h5.3v-9.7h6.7v9.7h5.5v-21.2%20c0-1.9-0.5-3.3-1.4-4.4C74%2C119.4%2C72.5%2C118.7%2C70.8%2C118.7z%20M70.9%2C131.3h-6.7v-6.2c0-0.6%2C0.1-0.9%2C0.4-1.2c0.2-0.3%2C0.6-0.4%2C1.3-0.4%20h3.4c0.4%2C0%2C1%2C0.1%2C1.3%2C0.4c0.3%2C0.3%2C0.3%2C0.5%2C0.3%2C1.1V131.3z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M113.1%2C118.7h-6.2c-1.7%2C0-3.2%2C0.6-4.2%2C1.7c-1%2C1.1-1.4%2C2.4-1.4%2C4.3v21.4h5.3v-9.7h6.7v9.7h5.5v-21.2%20c0-1.9-0.5-3.3-1.4-4.4C116.3%2C119.4%2C114.8%2C118.7%2C113.1%2C118.7z%20M113.2%2C131.3h-6.7v-6.2c0-0.6%2C0.1-0.9%2C0.4-1.2%20c0.2-0.3%2C0.6-0.4%2C1.3-0.4h3.4c0.4%2C0%2C1%2C0.1%2C1.3%2C0.4c0.3%2C0.3%2C0.3%2C0.5%2C0.3%2C1.1V131.3z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M49.2%2C139.3c0%2C0.6-0.1%2C0.9-0.4%2C1.2c-0.2%2C0.2-0.6%2C0.4-1.3%2C0.4h-8.3v5.3h9.6c1.7%2C0%2C3.3-0.6%2C4.3-1.7%20c1.2-1.3%2C1.3-2.9%2C1.3-4.3v-21.4h-5.3V139.3z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M134.8%2C118.7h-6.2c-1.7%2C0-3.2%2C0.6-4.2%2C1.7c-1%2C1-1.4%2C2.4-1.4%2C4.3v21.4h5.3v-21c0-0.6%2C0.1-0.9%2C0.4-1.2%20c0.2-0.3%2C0.6-0.4%2C1.3-0.4h3.4c0.3%2C0%2C1%2C0.1%2C1.3%2C0.4c0.3%2C0.3%2C0.3%2C0.5%2C0.3%2C1.1v21h5.5v-21.2c0-1.9-0.4-3.3-1.4-4.4%20C138%2C119.4%2C136.5%2C118.7%2C134.8%2C118.7z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M108.2%2C79.5h-6.2c-1.7%2C0-3.2%2C0.6-4.2%2C1.7c-1%2C1-1.4%2C2.4-1.4%2C4.3v21.4h5.3v-9.7h7.4c2.1%2C0%2C4.7-1.3%2C4.8-4.9v-6.6%20c0-1.9-0.4-3.3-1.4-4.4C111.4%2C80.1%2C109.9%2C79.5%2C108.2%2C79.5z%20M108.4%2C91.9c0%2C0.4-0.1%2C0.4-0.4%2C0.4h-6.3v-6.2c0-0.6%2C0.1-0.9%2C0.4-1.2%20c0.2-0.3%2C0.6-0.4%2C1.3-0.4h3.4c0.3%2C0%2C1%2C0.1%2C1.3%2C0.4c0.3%2C0.3%2C0.3%2C0.5%2C0.3%2C1.1V91.9z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M111.1%2C101.8c-0.3-0.3-0.3-0.5-0.3-1.1v-5.7h-5.1v5.7c0%2C1.7%2C0.5%2C3.2%2C1.6%2C4.4c1.1%2C1.2%2C2.4%2C1.9%2C4.1%2C1.9h2.6%20v-4.7h-1.4C112.1%2C102.3%2C111.5%2C102.2%2C111.1%2C101.8z%22%2F%3E%20%3Cpolygon%20class%3D%22st1%22%20points%3D%2257.3%2C97.2%2057.3%2C97.2%2053.6%2C97.2%20%22%2F%3E%20%3Cpolygon%20class%3D%22st1%22%20points%3D%2252.6%2C97.2%2053.6%2C97.2%2052.6%2C97.2%20%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M50.2%2C84.9c0.2-0.3%2C0.6-0.4%2C1.3-0.4h0.3h3.1h5.6h0l0-5.1h-4.1h-4.6h-1.6c-1.7%2C0-3.2%2C0.6-4.2%2C1.7%20c-1%2C1-1.4%2C2.4-1.4%2C4.3v21.4h5.3v-9.7h2.7h1h3.7H59l0-4.9l0%2C0h-2.8h-3.6h-2.7v-6.2C49.9%2C85.5%2C50%2C85.2%2C50.2%2C84.9z%22%2F%3E%20%3Ccircle%20class%3D%22st1%22%20cx%3D%2278%22%20cy%3D%2293.2%22%20r%3D%229.1%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
}

.btn--typeA, .btn--typeB {
  display: block;
  width: 180px;
  height: 50px;
  text-decoration: none;
}
.btn--typeA:hover, .btn--typeB:hover {
  text-decoration: none;
}
.btn--typeA {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  letter-spacing: 0.5px;
}
.btn--red {
  background: #f70a0a;
}
.btn--orange {
  background: #efad41;
}
.btn--arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.btn--arrow em {
  margin-left: 19px;
  font-size: 1.4rem;
  color: #fff;
}
.btn--arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 19px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border: solid 2px #fff;
  border-left: none;
  border-bottom: none;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.fancybox-button.btn_closeModal {
  padding: 0;
}
.fancybox-button.btn_closeModal::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 7.7333333333vw;
  height: 7.7333333333vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://static.ncsoft.jp/corporate/images/common/btn_closeModal.svg);
}
@media screen and (min-width: 577px) {
  .fancybox-button.btn_closeModal::before {
    width: 39px;
    height: 39px;
  }
}
@media screen and (min-width: 769px) {
  .fancybox-button.btn_closeModal::before {
    width: 30px;
    height: 30px;
  }
}

.modal-container {
  display: none;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (min-width: 769px) {
  .modal-container.staff_comment {
    max-width: 1180px;
    padding: 50px;
  }
}
.modal-container.staff_comment .modal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .modal-container.staff_comment .modal-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .modal-container.staff_comment .modal-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) {
  .modal-container.staff_comment .comment_header {
    width: 310px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .modal-container.staff_comment .comment_header .header_position {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .modal-container.staff_comment .comment_header .header_position {
    margin-top: 3.2vw;
  }
}
@media screen and (min-width: 577px) {
  .modal-container.staff_comment .comment_header .header_position {
    margin-top: 12px;
  }
}
@media screen and (min-width: 769px) {
  .modal-container.staff_comment .comment_header .header_position {
    margin-top: 28px;
  }
}
.modal-container.staff_comment .comment_header .header_position > * {
  display: block;
  line-height: 1;
}
.modal-container.staff_comment .comment_header .header_position em {
  font-family: "Ryumin bold KL";
  font-size: 4.5333333333vw;
}
@media screen and (min-width: 577px) {
  .modal-container.staff_comment .comment_header .header_position em {
    font-size: 2.6rem;
  }
}
.modal-container.staff_comment .comment_header .header_position i {
  font-style: normal;
  color: #737373;
}
@media screen and (min-width: 577px) {
  .modal-container.staff_comment .comment_header .header_position i {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .modal-container.staff_comment .comment_body {
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .modal-container.staff_comment .comment_body {
    margin-top: 46px;
  }
}
@media screen and (max-width: 576px) {
  .modal-container.staff_comment .comment_body {
    margin-top: 8vw;
  }
}
.modal-container.staff_comment .comment_body .lede_heading {
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .modal-container.staff_comment .comment_body .lede_heading {
    font-size: 4.8rem;
  }
}
.modal-container.staff_comment .comment_body dl dt {
  font-family: "Ryumin bold KL";
  font-size: 4.5333333333vw;
}
@media screen and (min-width: 577px) {
  .modal-container.staff_comment .comment_body dl dt {
    font-size: 2.6rem;
  }
}
.modal-container.staff_comment .comment_body dl dd {
  line-height: 1.4;
  font-size: 3.2vw;
}
@media screen and (min-width: 577px) {
  .modal-container.staff_comment .comment_body dl dd {
    margin-top: 6px;
    font-size: 1.4rem;
  }
}
.modal-container.staff_comment .comment_body dl ~ dl {
  margin-top: 4vw;
}
@media screen and (min-width: 577px) {
  .modal-container.staff_comment .comment_body dl ~ dl {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=recruit.css.map */