@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;
}
html button:focus {
  outline: none;
}

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

i, em {
  font-style: normal;
}

:root dt {
  font-weight: normal;
}

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

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

.contentsTension-narrow, .contentsTension-wide, .contentsTension-full {
  position: relative;
  width: auto;
  padding-top: 0.1px;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-item-align: normal;
      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;
}
@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;
  }
}
.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 .prayForJapanLogo {
  width: 22.9333333333vw;
  height: 22.9333333333vw;
}
@media screen and (max-width: 576px) {
  .socialContribution .prayForJapanLogo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 577px) {
  .socialContribution .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;
}

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

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

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

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

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