@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: 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: grid !important;
  }
}
@media screen and (min-width: 769px) {
  .d-md-grid {
    display: grid !important;
  }
}
@media screen and (min-width: 1281px) {
  .d-lg-grid {
    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;
  cursor: pointer;
}
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;
}

menu, ul, dl, ol, li {
  margin: 0;
  padding: 0;
}

.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;
      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;
  }
}

.corpPhilosophy {
  position: relative;
}
@media screen and (max-width: 576px) {
  .corpPhilosophy {
    padding-top: 14vw;
  }
}
.corpPhilosophy::before, .corpPhilosophy::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
}
.corpPhilosophy::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 181.4666666667vw;
  background-size: cover;
  background-image: url(https://static.ncsoft.jp/corporate/images/mb/company/corpPhilosophy_line.jpg);
}
@media screen and (min-width: 769px) {
  .corpPhilosophy::before {
    top: 420px;
    left: 50%;
    width: 362px;
    height: 255px;
    margin-left: -800px;
    background: url(https://static.ncsoft.jp/corporate/images/company/corpPhilosophy_line_l.png);
  }
}
@media screen and (min-width: 769px) {
  .corpPhilosophy::after {
    top: 0;
    right: 50%;
    width: 471px;
    height: 659px;
    margin-right: -639px;
    background: url(https://static.ncsoft.jp/corporate/images/company/corpPhilosophy_line_r.png);
  }
}
.corpPhilosophy .sectBody .contentsTension-wide {
  position: relative;
  z-index: 1;
}
.corpPhilosophy .mainText {
  font-family: "Ryumin medium KL";
  line-height: 1.055;
  font-size: min(15.2rem, 11.09375vw);
}
@media screen and (max-width: 576px) {
  .corpPhilosophy .mainText {
    font-size: 12.5333333333vw;
    text-align: center;
  }
}
@media screen and (min-width: 1281px) {
  .corpPhilosophy .mainText {
    font-size: 15.2rem;
  }
}
@media screen and (min-width: 769px) {
  .corpPhilosophy__contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: min(45px, 3.515625vw);
       -moz-column-gap: min(45px, 3.515625vw);
            column-gap: min(45px, 3.515625vw);
  }
}
@media screen and (max-width: 768px) {
  .corpPhilosophy__contents .mainText p {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .corpPhilosophy__contents .mainText p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -23px;
  }
}
@media screen and (max-width: 768px) {
  .corpPhilosophy__contents .detail {
    margin-top: 9.6vw;
  }
}
@media screen and (min-width: 769px) {
  .corpPhilosophy__contents .detail {
    row-gap: 73px;
  }
}

.coOutline .contentsTension-narrow {
  position: relative;
}
@media screen and (max-width: 576px) {
  .coOutline .contentsTension-narrow {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.coOutline .mainText {
  position: absolute;
  z-index: 1;
  line-height: 1.1;
  text-align: right;
  color: #fff;
  font-family: "Ryumin medium KL";
  font-size: min(8rem, 10.6666666667vw);
}
@media screen and (max-width: 576px) {
  .coOutline .mainText {
    top: 8.8vw;
    width: 100%;
    padding-left: 7.2vw;
    padding-right: 7.2vw;
    font-size: 9.8666666667vw;
    line-height: 1.45;
  }
}
@media screen and (min-width: 577px) {
  .coOutline .mainText {
    position: relative;
  }
}
@media screen and (min-width: 1281px) {
  .coOutline .mainText {
    font-size: 8rem;
  }
}
@media screen and (min-width: 577px) {
  .coOutline .sectBody {
    height: 1078px;
  }
}
.coOutline .sectBody .contentsTension-narrow::before {
  content: "";
  display: block;
  height: 126vw;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(https://static.ncsoft.jp/corporate/images/mb/company/coOutline_pict.jpg);
}
@media screen and (max-width: 576px) {
  .coOutline .sectBody .contentsTension-narrow::before {
    background-size: cover;
  }
}
@media screen and (min-width: 577px) {
  .coOutline .sectBody .contentsTension-narrow::before {
    position: absolute;
    top: 0;
    left: -410px;
    width: 1920px;
    height: 1078px;
    background-image: url(https://static.ncsoft.jp/corporate/images/company/coOutline_pict.jpg);
  }
}
.coOutline__contents {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 577px) {
  .coOutline__contents {
    padding-top: 108px;
  }
}
.coOutline__contents .detail {
  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;
  width: 100%;
  margin-top: 8vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.6666666667vw;
  padding-right: 2.6666666667vw;
  background: #fff;
}
@media screen and (min-width: 577px) {
  .coOutline__contents .detail {
    padding: 45px 0 68px;
    margin-top: 64px;
    margin-right: 0;
    width: min(565px, 100%);
  }
}
.coOutline__contents .detail .ncjLogo {
  width: 100%;
  height: 4.8vw;
  margin-left: auto;
  margin-right: auto;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 577px) {
  .coOutline__contents .detail .ncjLogo {
    height: 29px;
    width: 55px;
  }
}
.coOutline__contents .detail__item {
  margin-top: 5.6vw;
}
@media screen and (min-width: 577px) {
  .coOutline__contents .detail__item {
    margin-top: 50px;
  }
}
.coOutline__contents .detail__item + [class*=__item] {
  margin-top: 6.1333333333vw;
}
@media screen and (min-width: 577px) {
  .coOutline__contents .detail__item + [class*=__item] {
    margin-top: 34px;
  }
}
.coOutline__contents .detail__item > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.coOutline__contents .detail__item dt {
  font-size: 2.9333333333vw;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 577px) {
  .coOutline__contents .detail__item dt {
    font-size: 1.4rem;
  }
}
.coOutline__contents .detail__item dd {
  margin-top: 2.4vw;
  font-size: 3.4666666667vw;
  font-family: "Ryumin bold KL";
}
@media screen and (min-width: 577px) {
  .coOutline__contents .detail__item dd {
    margin-top: 6px;
    font-size: 1.6rem;
  }
}

.corpCulture .mainText {
  font-size: 3.4rem;
}
.corpCulture .sectBody {
  margin-top: 6.9333333333vw;
}
@media screen and (min-width: 577px) {
  .corpCulture .sectBody {
    margin-top: 132px;
  }
}
.corpCulture .keyNavs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 577px) {
  .corpCulture .keyNavs {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .corpCulture .keyNavs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1280px) {
  .corpCulture .keyNavs {
    -webkit-column-gap: clamp(2.34375vw, 3.90625vw, 72px);
       -moz-column-gap: clamp(2.34375vw, 3.90625vw, 72px);
            column-gap: clamp(2.34375vw, 3.90625vw, 72px);
  }
}
@media screen and (min-width: 1281px) {
  .corpCulture .keyNavs {
    -webkit-column-gap: 72px;
       -moz-column-gap: 72px;
            column-gap: 72px;
  }
}
.corpCulture .keyNavs_iconWrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4vw;
     -moz-column-gap: 4vw;
          column-gap: 4vw;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 16vw;
}
.corpCulture .keyNavs_iconWrapper[data-is-current="1"] {
  -webkit-transform: translateX(13.8666666667vw);
          transform: translateX(13.8666666667vw);
}
.corpCulture .keyNavs_iconWrapper[data-is-current="2"] {
  -webkit-transform: translateX(4.6vw);
          transform: translateX(4.6vw);
}
.corpCulture .keyNavs_iconWrapper[data-is-current="3"] {
  -webkit-transform: translateX(-4.6666666667vw);
          transform: translateX(-4.6666666667vw);
}
.corpCulture .keyNavs_iconWrapper[data-is-current="4"] {
  -webkit-transform: translateX(-13.9333333333vw);
          transform: translateX(-13.9333333333vw);
}
.corpCulture .keyNavs_icon {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgb(221, 221, 221);
}
.corpCulture .keyNavs_icon--mission span {
  background-image: url(https://static.ncsoft.jp/corporate/images/company/corpCulture_nav_mission.png);
}
.corpCulture .keyNavs_icon--format span {
  background-image: url(https://static.ncsoft.jp/corporate/images/company/corpCulture_nav_format.png);
}
.corpCulture .keyNavs_icon--coreValue span {
  background-image: url(https://static.ncsoft.jp/corporate/images/company/corpCulture_nav_coreValue.png);
}
.corpCulture .keyNavs_icon--brand span {
  background-image: url(https://static.ncsoft.jp/corporate/images/company/corpCulture_nav_brand.png);
}
.corpCulture .keyNavs_icon.is-current {
  width: 16vw;
  height: 16vw;
  background-color: rgba(221, 221, 221, 0);
}
.corpCulture .keyNavs_icon.is-current span {
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
  opacity: 1;
}
.corpCulture .keyNavs_icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
  transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, opacity 0.3s linear;
  transition: transform 0.3s linear, opacity 0.3s linear, -webkit-transform 0.3s linear;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}
.corpCulture .keyNavs_text {
  position: relative;
  line-height: 1.2;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-family: Hiragino Kaku Gothic W8 JIS2004, sans-serif;
  white-space: nowrap;
  font-size: 2.2rem;
}
@media screen and (max-width: 576px) {
  .corpCulture .keyNavs_text {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 4vw;
    opacity: 0;
    margin-left: -13.3333333333vw;
    -webkit-transition: margin-left 0.3s ease-out, opacity 0.3s linear;
    transition: margin-left 0.3s ease-out, opacity 0.3s linear;
  }
}
.corpCulture .keyNavs_text::before, .corpCulture .keyNavs_text::after {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .corpCulture .keyNavs_text::before {
    left: 50%;
    width: 48px;
    height: 48px;
    margin-left: -24px;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: scale(0.3) translateY(-30px);
            transform: scale(0.3) translateY(-30px);
    opacity: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.29, 1.22, 0.78, 1.08), -webkit-transform 0.3s cubic-bezier(0.29, 1.22, 0.78, 1.08);
    transition: opacity 0.3s cubic-bezier(0.29, 1.22, 0.78, 1.08), -webkit-transform 0.3s cubic-bezier(0.29, 1.22, 0.78, 1.08);
    transition: transform 0.3s cubic-bezier(0.29, 1.22, 0.78, 1.08), opacity 0.3s cubic-bezier(0.29, 1.22, 0.78, 1.08);
    transition: transform 0.3s cubic-bezier(0.29, 1.22, 0.78, 1.08), opacity 0.3s cubic-bezier(0.29, 1.22, 0.78, 1.08), -webkit-transform 0.3s cubic-bezier(0.29, 1.22, 0.78, 1.08);
    pointer-events: none;
  }
}
.corpCulture .keyNavs_text--mission::before {
  background-image: url(https://static.ncsoft.jp/corporate/images/company/corpCulture_nav_mission.png);
}
.corpCulture .keyNavs_text--format::before {
  background-image: url(https://static.ncsoft.jp/corporate/images/company/corpCulture_nav_format.png);
}
.corpCulture .keyNavs_text--coreValue::before {
  background-image: url(https://static.ncsoft.jp/corporate/images/company/corpCulture_nav_coreValue.png);
}
.corpCulture .keyNavs_text--brand::before {
  background-image: url(https://static.ncsoft.jp/corporate/images/company/corpCulture_nav_brand.png);
}
@media screen and (max-width: 576px) {
  .corpCulture .keyNavs_text ~ div {
    margin-left: -13.3333333333vw;
  }
}
.corpCulture .keyNavs_text.is-current {
  color: #203488;
  pointer-events: none;
  opacity: 1;
}
@media screen and (max-width: 576px) {
  .corpCulture .keyNavs_text.is-current {
    margin-left: 0 !important;
  }
}
.corpCulture .keyNavs_text.is-current::before, .corpCulture .keyNavs_text.is-current::after {
  content: "";
  display: block;
}
.corpCulture .keyNavs_text.is-current::before {
  -webkit-transform: scale(1) translateY(-62px);
          transform: scale(1) translateY(-62px);
  opacity: 1;
}
.corpCulture .keyNavs_text.is-current::after {
  bottom: -15px;
  height: 6px;
  width: 100%;
  background: #f0ac41;
}
@media screen and (max-width: 576px) {
  .corpCulture .keyNavs_text.is-current::after {
    bottom: -1.8666666667vw;
    height: 4px;
  }
}
@media screen and (max-width: 576px) {
  .corpCulture .keyNavs_text.is-current ~ div {
    margin-left: 13.3333333333vw;
  }
}
.corpCulture .keyNavs_typeIcon {
  -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: 577px) {
  .corpCulture .keyNavs_typeIcon {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .corpCulture .keyNavs_typeText {
    margin-top: 2.6666666667vw;
  }
}
.corpCulture .keyItems {
  -ms-flex-item-align: normal;
      align-self: normal;
  margin-top: 50px;
  background: #263692;
}
.corpCulture .keyItems .contentsTension-wide {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .corpCulture .keyItems .swiper-container {
    height: 750px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .corpCulture .keyItems .swiper-container {
    height: 100vw;
  }
}
@media screen and (min-width: 769px) {
  .corpCulture .keyItems .swiper-container {
    height: min(660px, 53.3333333333vw);
    width: min(1280px, 100vw - (100vw - 100%));
  }
}
.corpCulture .keyItems .swiper-pagination-bullet {
  width: 50px;
  height: 4px;
  opacity: 0.5;
  background: #838383;
  border-radius: 0;
}
.corpCulture .keyItems .swiper-pagination-bullet-active {
  opacity: 1;
  background: #eeae41;
}

@media screen and (min-width: 769px) {
  .corpCulture .keyItems .slide_contents--mission {
    background-image: url(https://static.ncsoft.jp/corporate/images/company/corpCulture_mission.jpg);
  }
  .corpCulture .keyItems .slide_contents--format {
    background-image: url(https://static.ncsoft.jp/corporate/images/company/corpCulture_format.jpg);
  }
  .corpCulture .keyItems .slide_contents--coreValue {
    background-image: url(https://static.ncsoft.jp/corporate/images/company/corpCulture_coreValue.jpg);
  }
  .corpCulture .keyItems .slide_contents--brand {
    background-image: url(https://static.ncsoft.jp/corporate/images/company/corpCulture_brand.jpg);
  }
}
@media screen and (max-width: 768px) {
  .corpCulture .keyItems .slide_contents--mission {
    background-image: url(https://static.ncsoft.jp/corporate/images/mb/company/corpCulture_mission.jpg);
  }
  .corpCulture .keyItems .slide_contents--format {
    background-image: url(https://static.ncsoft.jp/corporate/images/mb/company/corpCulture_format.jpg);
  }
  .corpCulture .keyItems .slide_contents--coreValue-1 {
    background-image: url(https://static.ncsoft.jp/corporate/images/mb/company/corpCulture_coreValue-1.jpg);
  }
  .corpCulture .keyItems .slide_contents--coreValue-2 {
    background-image: url(https://static.ncsoft.jp/corporate/images/mb/company/corpCulture_coreValue-2.jpg);
  }
  .corpCulture .keyItems .slide_contents--coreValue-3 {
    background-image: url(https://static.ncsoft.jp/corporate/images/mb/company/corpCulture_coreValue-3.jpg);
  }
  .corpCulture .keyItems .slide_contents--brand {
    background-image: url(https://static.ncsoft.jp/corporate/images/mb/company/corpCulture_brand.jpg);
  }
}
@media screen and (min-width: 769px) {
  .corpCulture .keyItems .slide_contents--coreValue-2,
  .corpCulture .keyItems .slide_contents--coreValue-3 {
    display: none;
  }
}
.corpCulture .keyItems .swiper-slide {
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: auto 100%;
}

.socialContribution__contents {
  position: relative;
  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;
}
@media screen and (min-width: 577px) {
  .socialContribution__contents {
    display: grid;
    grid-template-columns: auto 260px;
    -webkit-column-gap: min(45px, 3.3333333333vw);
       -moz-column-gap: min(45px, 3.3333333333vw);
            column-gap: min(45px, 3.3333333333vw);
  }
}
.socialContribution__contents::before {
  content: "";
  display: block;
  position: absolute;
  right: -97px;
  top: -114px;
  width: 790px;
  height: 890px;
  z-index: -1;
  background-image: url(https://static.ncsoft.jp/corporate/images/company/japanTerrain.png);
}
.socialContribution .mainText {
  grid-column-start: 1;
  grid-column-end: 2;
  line-height: 1.45;
  font-family: "Ryumin bold KL";
  font-size: 4vw;
}
@media screen and (max-width: 576px) {
  .socialContribution .mainText {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 5.6vw;
    text-align: center;
  }
}
@media screen and (min-width: 577px) {
  .socialContribution .mainText {
    font-size: min(3.4rem, 3vw);
  }
}
.socialContribution .timeline {
  grid-column-start: 1;
  grid-column-end: 2;
  margin-top: 50px;
}
@media screen and (max-width: 576px) {
  .socialContribution .timeline {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 5.6vw;
  }
}
.socialContribution .timeline__item > * {
  position: relative;
}
.socialContribution .timeline__item dt {
  font-weight: bold;
  padding-left: 3.7333333333vw;
  line-height: 1;
  color: #f70a0a;
}
@media screen and (min-width: 577px) {
  .socialContribution .timeline__item dt {
    font-size: 16px;
    padding-left: 18px;
  }
}
.socialContribution .timeline__item dt::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.4vw;
  height: 2.4vw;
  margin-top: -1.6vw;
  border-radius: 100%;
  background: #f70a0a;
}
@media screen and (min-width: 577px) {
  .socialContribution .timeline__item dt::before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
}
.socialContribution .timeline__item dd {
  margin-left: 3.7333333333vw;
  padding-bottom: 4vw;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Ryumin medium KL";
}
@media screen and (min-width: 577px) {
  .socialContribution .timeline__item dd {
    margin-left: 15px;
    padding-bottom: 37px;
  }
}
.socialContribution .timeline__item dd::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -2.6666666667vw;
  width: 1px;
  height: calc(100% - 3px);
  background: #f70a0a;
  opacity: 0.2;
}
@media screen and (min-width: 577px) {
  .socialContribution .timeline__item dd::before {
    top: 1px;
    left: -10px;
  }
}
.socialContribution .timeline__item:last-child dd {
  padding-bottom: 0;
}
.socialContribution .timeline__item:last-child dd::before {
  display: none;
}
.socialContribution .prayForJapan {
  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;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
@media screen and (max-width: 576px) {
  .socialContribution .prayForJapan {
    display: contents;
  }
}
.socialContribution .prayForJapan .prayForJapanLogo {
  width: 22.9333333333vw;
  height: 22.9333333333vw;
  background-size: contain;
}
@media screen and (max-width: 576px) {
  .socialContribution .prayForJapan .prayForJapanLogo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 577px) {
  .socialContribution .prayForJapan .prayForJapanLogo {
    width: 186px;
    height: 186px;
  }
}
.socialContribution .prayForJapan .detail {
  display: none;
}
@media screen and (min-width: 577px) {
  .socialContribution .prayForJapan .detail {
    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;
  }
}
.socialContribution .prayForJapan .detail dt {
  margin-top: 50px;
  font-size: 2rem;
  font-family: Hiragino Kaku Gothic W8 JIS2004, sans-serif;
  color: #f70a0a;
  line-height: 1;
}
.socialContribution .prayForJapan .detail dd {
  margin-top: 8px;
  font-size: 1.4rem;
  text-align: center;
}
.socialContribution .prayForJapan [class*=btn] {
  margin-top: 30px;
}
@media screen and (max-width: 576px) {
  .socialContribution .prayForJapan [class*=btn] {
    display: none;
  }
}
.socialContribution .pressRelease {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  font-family: "Ryumin medium KL";
  color: rgba(0, 0, 0, 0.4);
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 576px) {
  .socialContribution .pressRelease {
    margin-top: 2.6666666667vw;
    font-size: 4vw;
  }
}
@media screen and (min-width: 577px) {
  .socialContribution .pressRelease {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.corpHistory {
  border-bottom: solid 1px #cecece;
}
@media screen and (max-width: 768px) {
  .corpHistory .history {
    -ms-flex-item-align: normal;
        align-self: normal;
  }
}
.corpHistory .historyYear {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 130px;
  background: #f5f5f8;
}
.corpHistory .historyYear::before {
  content: "";
  display: block;
  position: absolute;
  top: 65px;
  left: 50%;
  z-index: 1;
  width: 3px;
  height: 32px;
  background: #ff3a3a;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.corpHistory .historyYear-wrapper {
  position: absolute;
  right: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  background: url(https://static.ncsoft.jp/corporate/images/company/companyHistory_gage.gif);
  height: 12px;
  margin-top: 32px;
  margin-right: -95px;
}
.corpHistory .historyYear-wrapper span {
  position: relative;
  width: 190px;
  height: 12px;
  text-align: center;
}
.corpHistory .historyYear-wrapper span em {
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.corpHistory .historyItems {
  width: calc(100vw - (100vw - 100%));
  height: 135.2vw;
}
@media screen and (min-width: 769px) {
  .corpHistory .historyItems {
    height: 753px;
  }
}
.corpHistory .historyItems .swiper-container {
  height: 100%;
}
@media screen and (min-width: 769px) {
  .corpHistory .historyItems .swiper-container {
    width: min(1280px, 100vw - (100vw - 100%));
  }
}
.corpHistory .historyItems .swiper-slide {
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .corpHistory .historyItems .swiper-slide {
    width: 1280px;
  }
}
.corpHistory .historyItems .swiper-slide img {
  max-width: 100%;
  height: auto;
}

.globalNetwork {
  padding-bottom: 108px;
  position: relative;
  background-repeat: no-repeat;
  background-position-x: center;
}
@media screen and (min-width: 577px) {
  .globalNetwork {
    background-position-y: -83px;
    background-image: url(https://static.ncsoft.jp/corporate/images/company/globalNetwork_bg.jpg);
  }
}
@media screen and (max-width: 768px) {
  .globalNetwork {
    background-size: 253% auto;
  }
}
@media screen and (min-width: 769px) {
  .globalNetwork {
    background-size: auto;
  }
}
.globalNetwork .mainText {
  margin-top: -8px;
  line-height: 1.8;
  font-size: 3.3333333333vw;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Ryumin medium KL";
}
@media screen and (min-width: 577px) {
  .globalNetwork .mainText {
    font-size: 1.77rem;
  }
}
.globalNetwork .detail {
  position: relative;
  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;
}
@media screen and (max-width: 576px) {
  .globalNetwork .detail {
    margin-top: 9.6vw;
    row-gap: 10.8vw;
  }
}
@media screen and (min-width: 577px) {
  .globalNetwork .detail {
    display: grid;
    grid-template-rows: -webkit-min-content 1fr;
    grid-template-rows: min-content 1fr;
    grid-column-gap: 80px;
    -webkit-column-gap: min(80px, 3.3333333333vw);
       -moz-column-gap: min(80px, 3.3333333333vw);
            column-gap: min(80px, 3.3333333333vw);
    grid-row-gap: 60px;
    padding-top: 355px;
  }
}
@media screen and (min-width: 577px) {
  .globalNetwork .detail__item {
    padding-top: 16px;
    font-size: 2.5rem;
  }
}
.globalNetwork .detail__item dt {
  font-family: Hiragino Kaku Gothic W7 JIS2004, sans-serif;
  line-height: 1;
}
.globalNetwork .detail__item > dt {
  position: relative;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 576px) {
  .globalNetwork .detail__item > dt {
    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;
    row-gap: 1.3333333333vw;
  }
}
@media screen and (min-width: 577px) {
  .globalNetwork .detail__item > dt {
    padding-top: 16px;
    font-size: 2.5rem;
  }
}
.globalNetwork .detail__item > dt::before {
  content: "";
  display: block;
  background: #000;
  width: 4.2666666667vw;
  height: 0.6666666667vw;
}
@media screen and (min-width: 577px) {
  .globalNetwork .detail__item > dt::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 4px;
  }
}
.globalNetwork .detail__item dd {
  margin-top: 1.7333333333vw;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 577px) {
  .globalNetwork .detail__item dd {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 576px) {
  .globalNetwork .detail__item dd 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;
    margin-top: 6.4vw;
  }
}
.globalNetwork .detail__item dd dl ~ dl {
  margin-top: 6.4vw;
}
@media screen and (min-width: 577px) {
  .globalNetwork .detail__item dd dl ~ dl {
    margin-top: 32px;
  }
}
.globalNetwork .detail__item dd dt {
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 577px) {
  .globalNetwork .detail__item dd dt {
    font-size: 1.8rem;
  }
}
.globalNetwork .detail__item dd dd {
  margin-top: 1.3333333333vw;
}
@media screen and (max-width: 576px) {
  .globalNetwork .detail__item dd dd {
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 577px) {
  .globalNetwork .detail__item dd dd {
    margin-top: 12px;
  }
}
.globalNetwork .detail__item:nth-of-type(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.globalNetwork .detail__item:nth-of-type(3) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}

#businessCategory .textWrapper {
  position: relative;
  z-index: 2;
}
#businessCategory .mainText {
  font-size: 4.8vw;
  text-align: center;
  line-height: 1.45;
  font-family: "Ryumin bold KL";
}
@media screen and (min-width: 577px) {
  #businessCategory .mainText {
    font-size: 3rem;
  }
}
#businessCategory .keyItems {
  -ms-flex-item-align: normal;
      align-self: normal;
  margin-top: 50px;
}
#businessCategory .keyItems .contentsTension-wide {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  #businessCategory .keyItems .swiper-container {
    height: 750px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  #businessCategory .keyItems .swiper-container {
    height: 100vw;
  }
}
@media screen and (min-width: 769px) {
  #businessCategory .keyItems .swiper-container {
    overflow: visible;
    height: 590px;
    width: min(1690px, 100vw - (100vw - 100%));
  }
}
#businessCategory .keyItems .swiper-pagination-bullet {
  position: relative;
  width: 240px;
  height: 90px;
  background-image: var(--bullet);
  border-radius: 0;
  opacity: 1;
}
#businessCategory .keyItems .swiper-pagination-bullet-active::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 2px #f9b80c;
}

#businessCategory .keyItems .swiper-slide {
  position: relative;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: auto 100%;
  background-image: var(--bg);
}
#businessCategory .keyItems .swiper-slide .slide_contents__chara {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: var(--chara_h);
  margin-bottom: var(--chara_mb);
  background-position-x: center;
  background-repeat: no-repeat;
  background-image: var(--chara);
  opacity: 0;
}
#businessCategory .keyItems .swiper-slide[data-gametitle=bns2] .gameDetail__logo {
  margin-bottom: -20px;
}
#businessCategory .keyItems .swiper-slide-active .slide_contents__chara {
  opacity: 1;
  -webkit-transition: opacity 0.2s linear 0.1s;
  transition: opacity 0.2s linear 0.1s;
}
#businessCategory .keyItems .swiper-pagination {
  position: absolute;
  top: 50%;
  right: auto !important;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: -545px;
}
#businessCategory .btnContainer {
  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: 2.6666666667vw;
}
#businessCategory .btnContainer .gameInfo_btn {
  height: 24vw;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: var(--btnImg);
}

.fancybox-content.modalGameInfo {
  width: 100vw;
  height: 113.3333333333vw;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-image: var(--modalGameInfoBg);
}
.fancybox-content.modalGameInfo .modalGameInfo-inner {
  height: inherit;
  padding-left: 2.6666666667vw;
  padding-right: 2.6666666667vw;
  padding-bottom: 5.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.gameDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 576px) {
  .gameDetail {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5.3333333333vw;
    row-gap: 2.6666666667vw;
    height: auto !important;
  }
}
@media screen and (min-width: 577px) {
  .gameDetail {
    position: absolute;
    right: 50%;
    width: 700px;
    height: 100%;
    padding-bottom: 110px;
    margin-right: -545px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.gameDetail__logo {
  -ms-flex-item-align: normal;
      align-self: normal;
  height: var(--logo_h);
  margin-right: -10px;
  margin-bottom: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
  background-image: var(--logo);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.gameDetail__txt {
  color: #fff;
  font-size: 3.2vw;
}
@media screen and (max-width: 576px) {
  .gameDetail__txt {
    text-align: center;
  }
}
@media screen and (min-width: 577px) {
  .gameDetail__txt {
    height: 170px;
    margin-bottom: 10px;
    font-size: 1.5rem;
    text-align: right;
  }
}
.gameDetail__platformWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 1px;
     -moz-column-gap: 1px;
          column-gap: 1px;
}
.gameDetail__platform {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
}
@media screen and (min-width: 577px) {
  .gameDetail__platform {
    width: 50px;
    height: 50px;
  }
}
.gameDetail__platform a {
  display: block;
  width: inherit;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999em;
  background-color: rgba(0, 0, 0, 0.45);
  border: solid 1px #202020;
}
.gameDetail__platform .ico_apple {
  background-image: url(https://static.ncsoft.jp/corporate/images/business/gameInfo_appstore.png);
}
.gameDetail__platform .ico_google {
  background-image: url(https://static.ncsoft.jp/corporate/images/business/gameInfo_googleplay.png);
}
.gameDetail__platform .ico_purple {
  background-image: url(https://static.ncsoft.jp/corporate/images/business/gameInfo_purple.png);
}
.gameDetail__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 1px;
     -moz-column-gap: 1px;
          column-gap: 1px;
}
@media screen and (max-width: 576px) {
  .gameDetail__info {
    display: none;
  }
}
.gameDetail__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: right;
  background: rgba(0, 0, 0, 0.45);
  border: solid 1px #202020;
}
@media screen and (max-width: 576px) {
  .gameDetail__info dl {
    height: 11.2vw;
    padding-left: 1.3333333333vw;
    padding-right: 1.3333333333vw;
  }
}
@media screen and (min-width: 577px) {
  .gameDetail__info dl {
    min-width: 100px;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.gameDetail__info dl dt {
  font-size: 2.6666666667vw;
  opacity: 0.4;
}
@media screen and (min-width: 577px) {
  .gameDetail__info dl dt {
    font-size: 1rem;
  }
}
.gameDetail__info dl dd {
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 577px) {
  .gameDetail__info dl dd {
    font-size: 1.2rem;
    font-weight: bold;
  }
}
.gameDetail [class^=btn] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 576px) {
  .gameDetail [class^=btn] {
    width: 100%;
    height: 10.6666666667vw;
  }
}
@media screen and (min-width: 577px) {
  .gameDetail [class^=btn] {
    width: 196px;
    margin-top: 10px;
  }
}

.crossPlatformBusiness .gameInfo-purple {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.1px;
}
@media screen and (max-width: 576px) {
  .crossPlatformBusiness .gameInfo-purple {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 577px) {
  .crossPlatformBusiness .gameInfo-purple {
    background-repeat: no-repeat;
    background-position-x: center;
    height: 590px;
    margin-top: 50px;
    background-image: url(https://static.ncsoft.jp/corporate/images/business/purple2023_bg.jpg);
  }
}
.crossPlatformBusiness .gameInfo-purple .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 (max-width: 576px) {
  .crossPlatformBusiness .gameInfo-purple .detail {
    padding-top: 4.2666666667vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    aspect-ratio: 680/434;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(https://static.ncsoft.jp/corporate/images/mb/business/purple2023_bg.jpg);
  }
}
@media screen and (min-width: 577px) {
  .crossPlatformBusiness .gameInfo-purple .detail {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: absolute;
    right: 50%;
    width: 548px;
    margin-top: 50px;
    margin-right: -547px;
  }
}
.crossPlatformBusiness .gameInfo-purple .detail__txt {
  color: #fff;
}
.crossPlatformBusiness .gameInfo-purple .detail__txt.--1 {
  font-family: "Hiragino Kaku Gothic W8 JIS2004";
  line-height: 1;
  font-size: 6.4vw;
  margin-top: 1.6vw;
}
@media screen and (min-width: 577px) {
  .crossPlatformBusiness .gameInfo-purple .detail__txt.--1 {
    font-size: 4.2rem;
    margin-top: 10px;
  }
}
.crossPlatformBusiness .gameInfo-purple .detail__txt.--2 {
  margin-top: 2.6666666667vw;
  font-weight: 300;
  font-size: 2.6666666667vw;
  text-align: center;
  line-height: 1.4;
  color: #b1b1b1;
}
@media screen and (min-width: 577px) {
  .crossPlatformBusiness .gameInfo-purple .detail__txt.--2 {
    margin-top: 20px;
    text-align: right;
    font-size: 1.5rem;
  }
}
.crossPlatformBusiness .gameInfo-purple .detail__logo {
  height: 12.8vw;
  margin-left: -2.6666666667vw;
  aspect-ratio: 274/96;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
  background-image: url(https://static.ncsoft.jp/corporate/images/business/gameInfo_purple2023_logo.png);
}
@media screen and (min-width: 577px) {
  .crossPlatformBusiness .gameInfo-purple .detail__logo {
    height: 96px;
  }
}
.crossPlatformBusiness .gameInfo-purple .detail .btn {
  margin-top: 3.7333333333vw;
}
@media screen and (max-width: 576px) {
  .crossPlatformBusiness .gameInfo-purple .detail .btn {
    height: 8.5333333333vw;
  }
}
@media screen and (min-width: 577px) {
  .crossPlatformBusiness .gameInfo-purple .detail .btn {
    margin-top: 24px;
  }
}
.crossPlatformBusiness .gameInfo-purple .gameTitle {
  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;
  margin-top: auto;
}
@media screen and (max-width: 576px) {
  .crossPlatformBusiness .gameInfo-purple .gameTitle {
    gap: 5.0666666667vw;
    margin-top: 5.0666666667vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 577px) {
  .crossPlatformBusiness .gameInfo-purple .gameTitle {
    gap: 11px;
    margin-bottom: 48px;
  }
}
.crossPlatformBusiness .gameInfo-purple .gameTitle__item {
  aspect-ratio: 1/1;
  display: block;
  height: 42.6666666667vw;
  background-size: 100% auto;
  background-image: var(--img);
}
@media screen and (min-width: 577px) {
  .crossPlatformBusiness .gameInfo-purple .gameTitle__item {
    height: 127px;
  }
}

.licenseBusiness .visual {
  height: 42.1333333333vw;
  margin-top: 5.3333333333vw;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: auto 100%;
  background-image: url(https://static.ncsoft.jp/corporate/images/mb/business/licenseService_visual.jpg);
}
@media screen and (min-width: 577px) {
  .licenseBusiness .visual {
    height: 502px;
    margin-top: 50px;
    background-image: url(https://static.ncsoft.jp/corporate/images/business/licenseService_visual.jpg);
  }
}

.netCafeBusiness__content {
  -ms-flex-item-align: normal;
      align-self: normal;
  margin-top: 5.3333333333vw;
  padding-top: 5.3333333333vw;
  background-color: #f3f3f3;
}
@media screen and (min-width: 577px) {
  .netCafeBusiness__content {
    padding-top: 30px;
    margin-top: 50px;
  }
}
.netCafeBusiness__appInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 576px) {
  .netCafeBusiness__appInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 4.6666666667vw;
    padding-right: 4.6666666667vw;
    row-gap: 2.6666666667vw;
  }
}
@media screen and (min-width: 577px) {
  .netCafeBusiness__appInfo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.netCafeBusiness__icon {
  width: 18.6666666667vw;
  height: 18.6666666667vw;
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: contain;
  background-image: url(https://static.ncsoft.jp/corporate/images/business/netCafeBusiness_appInfo_icon.png);
}
@media screen and (min-width: 577px) {
  .netCafeBusiness__icon {
    width: 160px;
    height: 160px;
  }
}
.netCafeBusiness__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 (max-width: 576px) {
  .netCafeBusiness__detail {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 1.3333333333vw;
  }
}
@media screen and (min-width: 577px) {
  .netCafeBusiness__detail {
    row-gap: 10px;
  }
}
@media screen and (max-width: 576px) {
  .netCafeBusiness__detail h2 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 576px) {
  .netCafeBusiness__detail p {
    text-align: center;
  }
}
.netCafeBusiness__detail .btn_appstore {
  width: 33.7333333333vw;
  height: 10vw;
  padding: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://static.ncsoft.jp/corporate/images/mb/business/netCafeBusiness_appInfo_btn_appstore.png);
  border: none;
}
@media screen and (min-width: 577px) {
  .netCafeBusiness__detail .btn_appstore {
    background-size: auto 100%;
    width: 133px;
    height: 38px;
    background-image: url(https://static.ncsoft.jp/corporate/images/business/netCafeBusiness_appInfo_btn_appstore.png);
  }
}
.netCafeBusiness .visual {
  height: 82.1333333333vw;
  margin-top: 5.3333333333vw;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: cover;
  background-image: url(https://static.ncsoft.jp/corporate/images/mb/business/netCafeBusiness_visual.jpg);
}
@media screen and (min-width: 577px) {
  .netCafeBusiness .visual {
    height: 620px;
    margin-top: 30px;
    background-size: auto 100%;
    background-image: url(https://static.ncsoft.jp/corporate/images/business/netCafeBusiness_visual.jpg);
  }
}

.sect ~ .sect::before {
  content: "";
  display: block;
  -ms-flex-item-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: grid;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 93px;
    grid-template-columns: min(220px, 17.1875vw) 1fr;
  }
}
@media screen and (min-width: 1281px) {
  .persona__detail {
    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: grid;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 30px;
    grid-template-columns: min(314px, 24.53125vw) 1fr;
  }
}
@media screen and (min-width: 1281px) {
  .workLife__detail {
    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 {
  grid-column-start: 1;
  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: grid;
    -webkit-column-gap: 34px;
       -moz-column-gap: 34px;
            column-gap: 34px;
    row-gap: 75px;
    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(https://static.ncsoft.jp/corporate/images/logo_nc_blue.svg);
}

.prayForJapanLogo {
  background-image: url(https://static.ncsoft.jp/corporate/images/logo_prayForJapan.svg);
}

.svg-releace {
  background-image: url(https://static.ncsoft.jp/corporate/images/text_release.svg);
}

.svg-company {
  background-image: url(https://static.ncsoft.jp/corporate/images/text_company.svg);
}

.svg-business {
  background-image: url(https://static.ncsoft.jp/corporate/images/text_business.svg);
}

.svg-recruit {
  background-image: url(https://static.ncsoft.jp/corporate/images/text_recruit.svg);
}

.svg-mainHeaderArrow {
  background-image: url(https://static.ncsoft.jp/corporate/images/main_arrow.svg);
}

#ncjLogo {
  position: absolute;
  left: 50%;
  top: 4vw;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 577px) {
  #ncjLogo {
    top: 23px;
  }
}
#ncjLogo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 1.6vw;
}
@media screen and (min-width: 577px) {
  #ncjLogo a {
    padding: 15px;
  }
}
#ncjLogo a .ncjLogoImg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999em;
  aspect-ratio: 78/40;
  height: 5.6vw;
}
@media screen and (min-width: 577px) {
  #ncjLogo a .ncjLogoImg {
    height: 40px;
  }
}

.ncjLogoImg {
  background-image: url(https://static.ncsoft.jp/corporate/images/common/ncjLogo.svg);
}

@media screen and (max-width: 576px) {
  #miniMenu {
    display: none;
  }
}
@media screen and (min-width: 577px) {
  #miniMenu {
    position: absolute;
    top: 47px;
    right: 17px;
    z-index: 2;
  }
}
@media screen and (min-width: 577px) {
  #miniMenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 577px) {
  #miniMenu ul li {
    position: relative;
    min-width: 93px;
    height: 45px;
    list-style: none;
    margin-right: 1px;
    padding: 0 10px;
    font-size: 1rem;
    font-family: Hiragino Kaku Gothic W5 JIS2004;
    letter-spacing: 0.5px;
    opacity: 0.75;
    -webkit-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
    background: rgba(0, 0, 0, 0.7);
  }
}
@media screen and (min-width: 577px) {
  #miniMenu ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    color: #999;
    text-decoration: none;
  }
}
@media screen and (min-width: 577px) {
  #miniMenu ul li a [class^=svg-] {
    width: 15px;
    height: 15px;
    margin-right: 6px;
    background-size: auto 100%;
    background-position: left top;
  }
}

[class^=svg-] {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.svg-homeIcon {
  background-image: url(https://static.ncsoft.jp/corporate/images/common/ico_home.svg);
}

.svg-releaseIcon {
  background-image: url(https://static.ncsoft.jp/corporate/images/common/ico_release.svg);
}

.svg-contactIcon {
  background-image: url(https://static.ncsoft.jp/corporate/images/common/ico_contact.svg);
}

.svg-facebookIcon {
  background-image: url(https://static.ncsoft.jp/corporate/images/common/ico_facebook.svg);
}

.svg-sitemapIcon {
  background-image: url(https://static.ncsoft.jp/corporate/images/common/ico_sitemap.svg);
}

#mainMenu {
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 100%;
  background: #000;
}
@media screen and (min-width: 577px) {
  #mainMenu {
    min-height: 800px;
  }
}
@media screen and (min-width: 577px) {
  #mainMenu .mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -9999;
    width: 100%;
    height: 100%;
    background: url(https://static.ncsoft.jp/images/ncjapan/renewal2018/bg_slash.gif);
  }
}
@media screen and (min-width: 577px) {
  #mainMenu .mask.show {
    opacity: 1;
    z-index: 1;
    -webkit-transition: opacity 1s linear;
    transition: opacity 1s linear;
  }
}
#mainMenu .sectionWrap {
  height: 100%;
}
#mainMenu #section-company .sectionBg {
  background-image: url(https://static.ncsoft.jp/corporate/images/mb/cover_company.jpg);
}
@media screen and (min-width: 577px) {
  #mainMenu #section-company .sectionBg {
    background-image: url(https://static.ncsoft.jp/corporate/images/cover_company.jpg);
  }
}
#mainMenu #section-company .title.strip {
  background-image: url(https://static.ncsoft.jp/corporate/images/headerTitle_strip-company.png);
}
@media screen and (max-width: 576px) {
  #mainMenu #section-company.selected .releaseHeadline {
    display: none;
  }
}
#mainMenu #section-business .sectionBg {
  background-image: url(https://static.ncsoft.jp/corporate/images/mb/cover_business.jpg);
}
@media screen and (min-width: 577px) {
  #mainMenu #section-business .sectionBg {
    background-image: url(https://static.ncsoft.jp/corporate/images/cover_business.jpg);
  }
}
#mainMenu #section-business .title.strip {
  background-image: url(https://static.ncsoft.jp/corporate/images/headerTitle_strip-business.png);
}
#mainMenu #section-recruit .sectionBg {
  background-image: url(https://static.ncsoft.jp/corporate/images/mb/cover_recruit.jpg);
}
@media screen and (min-width: 577px) {
  #mainMenu #section-recruit .sectionBg {
    background-image: url(https://static.ncsoft.jp/corporate/images/cover_recruit.jpg);
  }
}
#mainMenu #section-recruit .title.strip {
  background-image: url(https://static.ncsoft.jp/corporate/images/headerTitle_strip-recruit.png);
}
#mainMenu .section {
  overflow: hidden;
  position: relative;
  float: left;
  width: 33.3333333%;
  height: 100%;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
@media screen and (max-width: 576px) {
  #mainMenu .section {
    float: auto;
    width: 100%;
    -webkit-transition: none;
    transition: none;
    background: transparent;
  }
}
@media screen and (max-width: 576px) {
  #mainMenu .section:last-child .sectionLink .svg-mainHeaderArrow {
    display: none;
  }
}
#mainMenu .section.unHover {
  width: 25%;
}
@media screen and (max-width: 576px) {
  #mainMenu .section.unHover {
    width: auto;
  }
}
#mainMenu .section.hover {
  width: 50%;
}
@media screen and (max-width: 576px) {
  #mainMenu .section.hover {
    width: auto;
  }
}
#mainMenu .section.hover .sectionBg {
  opacity: 1;
}
#mainMenu .section.unSelected {
  width: 0%;
}
#mainMenu .section.selected {
  width: 100%;
}
@media screen and (max-width: 576px) {
  #mainMenu .section.selected .sectionLink {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  #mainMenu .section.selected .nextCategory {
    display: none;
  }
}
#mainMenu .section.selected a {
  display: none;
}
#mainMenu .section.selected .sectionLink {
  cursor: default;
}
#mainMenu .section.selected .title.strip {
  display: none;
}
@media screen and (max-width: 576px) {
  #mainMenu .section.selected .title.full {
    z-index: 10;
    opacity: 1;
  }
}
@media screen and (min-width: 577px) {
  #mainMenu .section.selected .title.full {
    z-index: 10;
    opacity: 1;
  }
}
@media screen and (max-width: 576px) {
  #mainMenu .section.selected .subContents {
    display: none;
  }
}
#mainMenu .section .sectionBg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  opacity: 0.3;
}
@media screen and (max-width: 576px) {
  #mainMenu .section .sectionBg {
    background-position: center center;
    opacity: 1;
  }
}
#mainMenu .section .sectionLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  #mainMenu .section .sectionLink .svg-mainHeaderArrow {
    position: absolute;
    left: 50%;
    bottom: 21vw;
    display: block;
    width: 12vw;
    height: 5.867vw;
    text-indent: -9999em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 577px) {
  #mainMenu .section .sectionLink .svg-mainHeaderArrow {
    display: none;
  }
}
#mainMenu .section .nextCategory {
  position: absolute;
  left: 50%;
  bottom: 16vw;
  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;
  width: 30vw;
  height: 16vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 577px) {
  #mainMenu .section .nextCategory {
    display: none;
  }
}
#mainMenu .section .nextCategory .svg-mainHeaderArrow {
  display: none;
  width: 12vw;
  height: 5.867vw;
  text-indent: -9999em;
}
#mainMenu .section .videoWrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
#mainMenu .section .videoWrap video {
  position: absolute;
  top: 0;
  left: 50%;
}
#mainMenu .section .title {
  position: absolute;
  top: 50%;
  left: 50%;
}
#mainMenu .section .title.strip {
  width: 100%;
  max-width: 380px;
  height: 142px;
  background: no-repeat center center;
  background-size: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
@media screen and (max-width: 576px) {
  #mainMenu .section .title.strip {
    margin-top: -0.5em;
  }
}
#mainMenu .section .title.strip .clickHere {
  position: absolute;
  bottom: -1em;
  width: 100%;
  color: #fff;
  text-align: center;
  text-decoration: underline;
}
@media screen and (min-width: 577px) {
  #mainMenu .section .title.strip .clickHere {
    display: none;
  }
}
#mainMenu .section .title.strip h1,
#mainMenu .section .title.strip h1 + p {
  display: none;
}
@media screen and (max-width: 576px) {
  #mainMenu .section .title.full {
    display: block;
    font-family: "Ryumin Medium KL";
    text-align: center;
    z-index: -1;
    width: 100%;
    color: #e4e4e4;
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
}
@media screen and (min-width: 577px) {
  #mainMenu .section .title.full {
    z-index: -1;
    width: 100%;
    margin-top: -229px;
    margin-left: -50%;
    color: #e4e4e4;
    opacity: 0;
    display: block;
    font-family: "Ryumin Medium KL";
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  #mainMenu .section .title.full hr {
    width: 47px;
    margin: 25px auto 0 !important;
    opacity: 0.45;
  }
}
@media screen and (min-width: 577px) {
  #mainMenu .section .title.full hr {
    width: 95px;
    margin: 102px auto 0 !important;
    opacity: 0.45;
  }
}
#mainMenu .section .title.full h1 {
  text-indent: -9999em;
  height: 56px;
}
@media screen and (max-width: 576px) {
  #mainMenu .section .title.full h1 {
    height: 30px;
    margin: 0 auto;
    background-position: center;
    background-size: contain;
  }
}
@media screen and (min-width: 577px) {
  #mainMenu .section .title.full h1 {
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  #mainMenu .section .title.full h2 {
    margin-top: 20px;
    font-size: 22px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 577px) {
  #mainMenu .section .title.full h2 {
    margin-top: 40px;
    font-size: 50px;
    line-height: 1;
  }
}
#mainMenu .section .title.full p {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.9;
}
@media screen and (min-width: 577px) {
  #mainMenu .section .title.full p {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  #mainMenu .section .videoWrap {
    display: none;
  }
}
#mainMenu .scrollBtn {
  position: absolute;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 80px;
}
@media screen and (max-width: 576px) {
  #mainMenu .scrollBtn {
    width: 45px;
    height: 22px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 577px) {
  #mainMenu .scrollBtn {
    width: 80px;
    height: 40px;
  }
}
#mainMenu .scrollBtn .svg-mainHeaderArrow {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 576px) {
  #mainMenu .scrollBtn.recruit {
    width: 100px;
    height: 30px;
  }
}
@media screen and (min-width: 577px) {
  #mainMenu .scrollBtn.recruit {
    width: 200px;
    height: 50px;
  }
}
#mainMenu .scrollBtn.recruit button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffb83e;
  border: none;
  opacity: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mainMenu .scrollBtn.recruit button::after {
  content: "ENTRY";
  display: block;
  position: static;
  height: auto;
  color: #fff;
}
@media screen and (max-width: 576px) {
  #mainMenu .scrollBtn.recruit button::after {
    line-height: 8vw;
  }
}
#mainMenu .scrollBtn.show {
  opacity: 1;
  z-index: 2;
}

.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;
  }
}

footer {
  color: #666;
  background: #1d1d1d;
}
@media screen and (min-width: 577px) {
  footer {
    padding-top: 40px;
    padding-bottom: 20px;
    background: #2b2b2b;
  }
}
footer .subContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
@media screen and (max-width: 576px) {
  footer .subContents {
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }
}
@media screen and (min-width: 577px) {
  footer .subContents {
    -webkit-column-gap: 56px;
       -moz-column-gap: 56px;
            column-gap: 56px;
  }
}
@media screen and (max-width: 576px) {
  footer .subContents__link {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 13.8666666667vw;
    background: #2b2b2b;
  }
}
@media screen and (min-width: 577px) {
  footer .subContents__link {
    width: 64px;
    height: 64px;
  }
}
footer .subContents__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.6vw;
  width: inherit;
  height: inherit;
  text-decoration: none;
  color: #666;
}
@media screen and (min-width: 577px) {
  footer .subContents__link a {
    row-gap: 8px;
    background: #303030;
  }
}
footer .subContents__link_ico {
  -ms-flex-item-align: normal;
      align-self: normal;
  height: 5.3333333333vw;
}
@media screen and (min-width: 577px) {
  footer .subContents__link_ico {
    height: 26px;
  }
}
footer .subContents__link_ico--home {
  background-position-x: center;
  background-repeat: no-repeat;
  background-image: url(https://static.ncsoft.jp/corporate/images/common/ico_home.svg);
}
footer .subContents__link_ico--release {
  background-position-x: center;
  background-repeat: no-repeat;
  background-image: url(https://static.ncsoft.jp/corporate/images/common/ico_release.svg);
}
footer .subContents__link_ico--contact {
  background-position-x: center;
  background-repeat: no-repeat;
  background-image: url(https://static.ncsoft.jp/corporate/images/common/ico_contact.svg);
}
footer .subContents__link_ico--facebook {
  background-position-x: center;
  background-repeat: no-repeat;
  background-image: url(https://static.ncsoft.jp/corporate/images/common/ico_facebook.svg);
}
footer .subContents__link_ico--sitemap {
  background-position-x: center;
  background-repeat: no-repeat;
  background-image: url(https://static.ncsoft.jp/corporate/images/common/ico_sitemap.svg);
}
footer .subContents__link_txt {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.1px;
  font-family: "Open Sans", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
}
footer .copyright {
  font-size: 1rem;
  text-align: center;
  background: #2b2b2b;
}
@media screen and (max-width: 576px) {
  footer .copyright {
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    border-top: solid 1px #1d1d1d;
  }
}
@media screen and (min-width: 577px) {
  footer .copyright {
    margin-top: 20px;
  }
}

body[data-pageCategory*=homepage] footer {
  display: none;
}

body[data-pageCategory*=Category] footer {
  display: block;
}

.subPage footer {
  margin-top: 60px;
}
@media screen and (min-width: 577px) {
  .subPage footer {
    margin-top: 108px;
  }
}

#cornerBtnWrap {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  width: 60px;
}
@media screen and (max-width: 576px) {
  #cornerBtnWrap {
    bottom: 30vw;
    right: 0;
    width: 45px;
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}
#cornerBtnWrap p a {
  display: block;
  position: relative;
  color: #828181;
  text-decoration: none;
  font-weight: bold !important;
  font-size: 11px;
  height: 60px;
  text-align: center;
  line-height: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 3px 3px rgba(18, 18, 18, 0.23);
          box-shadow: 0 0 3px 3px rgba(18, 18, 18, 0.23);
  background-color: rgba(0, 0, 0, 0.85);
}
@media screen and (max-width: 576px) {
  #cornerBtnWrap p a {
    height: 45px;
    font-size: 0.8rem;
  }
}
#cornerBtnWrap p a .svg-homeIcon {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background-size: auto 100%;
}
@media screen and (max-width: 576px) {
  #cornerBtnWrap p a .svg-homeIcon {
    width: 18px;
    height: 18px;
  }
}
#cornerBtnWrap p a em {
  margin-top: 5px;
}
@media screen and (max-width: 576px) {
  #cornerBtnWrap p.homeBtn {
    padding-top: 9px;
  }
}
#cornerBtnWrap p.homeBtn a {
  padding-top: 11px;
}
@media screen and (max-width: 576px) {
  #cornerBtnWrap p.homeBtn a {
    padding-top: 7px;
  }
}
#cornerBtnWrap p.homeBtn a em {
  display: block;
}
@media screen and (max-width: 576px) {
  #cornerBtnWrap p.homeBtn a em {
    margin-top: 1vw;
    line-height: 1;
  }
}
#cornerBtnWrap p.topBtn {
  margin-top: 15px;
}
@media screen and (max-width: 576px) {
  #cornerBtnWrap p.topBtn {
    margin-top: 3vw;
  }
}
#cornerBtnWrap p.topBtn a {
  padding-top: 30px;
}
@media screen and (max-width: 576px) {
  #cornerBtnWrap p.topBtn a {
    padding-top: 20px;
  }
}
#cornerBtnWrap p.topBtn a::before {
  content: "▲";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 576px) {
  #cornerBtnWrap p.topBtn a::before {
    top: 7px;
  }
}

.releaceHeadline {
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16vw;
  padding-left: 4.5333vw;
}
@media screen and (max-width: 576px) {
  .releaceHeadline {
    overflow: hidden;
    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;
  }
}
@media screen and (min-width: 577px) {
  .releaceHeadline {
    bottom: 29px;
    left: 17px;
    z-index: 1;
    width: 510px;
    height: 194px;
    padding: 30px;
  }
}
.releaceHeadline h1 {
  text-indent: -9999em;
  width: 15.46vw;
  height: 2.94vw;
}
@media screen and (min-width: 577px) {
  .releaceHeadline h1 {
    width: 119px;
    height: 23px;
  }
}
.releaceHeadline .more {
  position: absolute;
  top: 0;
  right: 0;
  width: 16vw;
  height: 100%;
}
@media screen and (max-width: 576px) {
  .releaceHeadline .more {
    background: #1c1c1c;
    -webkit-box-shadow: 0 0 32px 8px #000;
            box-shadow: 0 0 32px 8px #000;
  }
}
@media screen and (min-width: 577px) {
  .releaceHeadline .more {
    top: 30px;
    left: 170px;
    width: 49px;
    height: 23px;
    text-align: center;
    font-size: 12px;
    border: solid 1px #fdbf57;
  }
}
.releaceHeadline .more a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #fdbf57;
}
@media screen and (max-width: 576px) {
  .releaceHeadline .more a {
    text-indent: -9999em;
  }
}
@media screen and (max-width: 576px) {
  .releaceHeadline .more a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6.4vw;
    height: 8vw;
    margin: -4vw 0 0 -3.2vw;
    background: url(https://static.ncsoft.jp/corporate/images/mb/icon_releaseHeadline-more.png) no-repeat center center/99%;
  }
}
.releaceHeadline .list {
  font-size: 12px;
}
@media screen and (max-width: 576px) {
  .releaceHeadline .list {
    margin-left: 4.5vw;
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 577px) {
  .releaceHeadline .list {
    margin-top: 24px;
  }
}
.releaceHeadline .list ul {
  margin: 0;
  padding: 0;
}
.releaceHeadline .list li {
  line-height: 1;
}
@media screen and (min-width: 577px) {
  .releaceHeadline .list li {
    margin-top: 12px;
  }
}
.releaceHeadline .list li:first-child span {
  margin-top: 0;
}
@media screen and (min-width: 577px) {
  .releaceHeadline .list li:first-child span {
    margin-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .releaceHeadline .list li:nth-of-type(n+2) {
    display: none;
  }
}
@media screen and (min-width: 577px) {
  .releaceHeadline .list li::after {
    content: "";
    display: block;
  }
}
.releaceHeadline .list li a {
  text-decoration: none;
  color: #666;
}
@media screen and (max-width: 576px) {
  .releaceHeadline .list li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.releaceHeadline .list li a:hover span {
  text-decoration: underline;
  color: #fdbf57;
}
@media screen and (min-width: 577px) {
  .releaceHeadline .list li a:hover span {
    text-decoration: underline;
    color: #fdbf57;
  }
}
.releaceHeadline .list li .day {
  float: left;
  display: block;
  padding-right: 2.4vw;
  border-right: solid 1px #323232;
  line-height: 1;
}
@media screen and (min-width: 577px) {
  .releaceHeadline .list li .day {
    padding-right: 15px;
  }
}
.releaceHeadline .list li .heading {
  display: block;
  line-height: 1;
  width: 46vw;
  margin-left: 2.4vw;
}
@media screen and (max-width: 576px) {
  .releaceHeadline .list li .heading {
    float: left;
  }
}
@media screen and (min-width: 577px) {
  .releaceHeadline .list li .heading {
    overflow: hidden;
    width: 350px;
    margin: 12px 0 0 97px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.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;
  }
}

.hamburgerMenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100vh;
}
.hamburgerMenu.is-show .menuElement {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.hamburgerMenu .menuElement {
  position: absolute;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100vh;
  padding: 18vw 0 0 7vw;
  background: rgba(0, 0, 0, 0.83);
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.hamburgerMenu__mainContents li {
  margin-top: 4vw;
}
.hamburgerMenu__mainContents li:first-child {
  margin-top: 0;
}
.hamburgerMenu__mainContents a {
  display: block;
  width: 60vw;
  padding: 1.6vw;
}
.hamburgerMenu__mainContents a span {
  display: block;
  height: 7.2vw;
  text-indent: -9999em;
  background-position: center left;
}
.hamburgerMenu__subContents {
  margin-top: 7vw;
}
.hamburgerMenu__subContents li {
  margin-top: 3.5vw;
  font-family: Hiragino Kaku Gothic W5 JIS2004;
}
.hamburgerMenu__subContents li:first-child {
  margin-top: 0;
}
.hamburgerMenu__subContents li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30vw;
  padding: 1.6vw 1.6vw 1.6vw 0;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  opacity: 0.5;
}
.hamburgerMenu__subContents li a [class^=svg-] {
  display: block;
  width: 4.8vw;
  height: 4.8vw;
  margin-right: 2vw;
}
.hamburgerMenu .btn-open {
  position: absolute;
  top: 4vw;
  left: 4vw;
  padding: 1.6vw;
}
.hamburgerMenu .btn-open span {
  display: block;
  width: 5.3334vw;
  height: 6vw;
  background: url(https://static.ncsoft.jp/corporate/images/mb/btn_menu.png) no-repeat center center;
  background-size: contain;
}
.hamburgerMenu .btn-close {
  position: absolute;
  top: 5vw;
  right: 5vw;
  padding: 1.6vw;
}
.hamburgerMenu .btn-close span {
  display: block;
  width: 6vw;
  height: 6vw;
  background: url(https://static.ncsoft.jp/corporate/images/mb/btn_close.png) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 577px) {
  .hamburgerMenu {
    display: none;
  }
}/*# sourceMappingURL=mainPage.css.map */