@charset "UTF-8";
/* color
=================================================================== */
/* common
=================================================================== */
/* layout
=================================================================== */
/* background
=================================================================== */
/* flex
=================================================================== */
/* animation delay
=================================================================== */
/* 3d
=================================================================== */
/* font
=================================================================== */
/* vw
=================================================================== */
/* form
=================================================================== */
@keyframes anime {
  0% {
    width: 0; }
  25% {
    width: 100%; }
  30% {
    width: 100%; }
  100% {
    width: 0; } }
@keyframes loading {
  0% {
    transform: translate3d(-100%, 0, 0); }
  100% {
    transform: translate3d(100%, 0, 0); } }
/* vw
================================================*/
/* vh
================================================*/
/* common
=================================================================== */
.textWhiteCover--dlText {
  margin-bottom: 37px;
  letter-spacing: 0.1em; }
  .textWhiteCover--dlText > dt {
    font-size: 24px;
    line-height: 1.7;
    margin-bottom: 30px; }
  .textWhiteCover--dlText > dd {
    line-height: 2.3; }

/* top
========================================================================================================= */
/*ーーーーーーーーーーーーーーーーーーーー topMain*/
.topMain {
  display: block;
  position: relative;
  height: 100vh;
  margin-left: 3.2142857143vw;
  min-height: 640px;
  max-height: 1050px;
  overflow: hidden; }
  .topMain .topMain__contents {
    position: absolute;
    width: 100%;
    height: calc(100% - 180px);
    right: 0;
    bottom: 0; }
    .topMain .topMain__contents .topMain__contents--loading {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      height: 1px;
      width: 100px;
      margin-left: -3.2142857143vw;
      overflow: hidden;
      transform-origin: right center;
      transition-duration: 0.5s;
      transition-timing-function: cubic-bezier(1, 0, 0, 1);
      -ms-transition-duration: 0.5s;
      -ms-transition-timing-function: cubic-bezier(1, 0, 0, 1);
      -webkit-transition-duration: 0.5s;
      -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
      　-moz-transition-duration: 0.5s;
      -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
      transform: scaleX(1) translate(-50%, -50%); }
      .topMain .topMain__contents .topMain__contents--loading:after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        background-color: var(--colorB);
        -webkit-animation: loading 0.7s ease-in-out infinite;
        animation: loading 0.7s ease-in-out infinite; }
      .topMain .topMain__contents .topMain__contents--loading:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        background-color: var(--colorB);
        opacity: .2; }
      .topMain .topMain__contents .topMain__contents--loading.active {
        transform-origin: right center;
        transform: scaleX(0) translate(-50%, -50%); }
  .topMain .topMain__text {
    position: absolute;
    top: 0;
    left: 7.8571428571vw;
    z-index: 2; }
    .topMain .topMain__text dt {
      position: relative;
      width: 37.6428571429vw;
      padding-bottom: 3.1428571429vw;
      margin-bottom: 3.1428571429vw; }
      .topMain .topMain__text dt:after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        top: auto;
        bottom: 0;
        height: 4px;
        background-color: #fff;
        background-color: var(--colorB);
        transition-duration: 0.65s;
        transition-timing-function: cubic-bezier(1, 0, 0, 1);
        -ms-transition-duration: 0.65s;
        -ms-transition-timing-function: cubic-bezier(1, 0, 0, 1);
        -webkit-transition-duration: 0.65s;
        -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
        　-moz-transition-duration: 0.65s;
        -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
        width: 0; }
      .topMain .topMain__text dt .topMain__text--main {
        position: relative;
        padding-top: calc(276 / 527 * 100%); }
        .topMain .topMain__text dt .topMain__text--main li {
          position: absolute;
          height: calc(64 / 276 * 100%);
          overflow: hidden; }
          .topMain .topMain__text dt .topMain__text--main li:after {
            content: " ";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            width: 0;
            background-color: #fff;
            background-color: var(--colorB);
            transition-duration: 0.8s;
            transition-timing-function: cubic-bezier(1, 0, 0, 1);
            -ms-transition-duration: 0.8s;
            -ms-transition-timing-function: cubic-bezier(1, 0, 0, 1);
            -webkit-transition-duration: 0.8s;
            -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
            　-moz-transition-duration: 0.8s;
            -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1); }
          .topMain .topMain__text dt .topMain__text--main li span {
            display: block;
            text-indent: -9999px;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: auto 100%;
            background-position: left center;
            display: none; }
          .topMain .topMain__text dt .topMain__text--main li:nth-child(1) {
            width: calc(520 / 527 * 100%);
            top: 0; }
            .topMain .topMain__text dt .topMain__text--main li:nth-child(1) span {
              background-image: url("../img/contents/top/kv__text--1--w.svg"); }
              @media (prefers-color-scheme: light) {
                .topMain .topMain__text dt .topMain__text--main li:nth-child(1) span {
                  background-image: url("../img/contents/top/kv__text--1--w.svg"); } }
              @media (prefers-color-scheme: dark) {
                .topMain .topMain__text dt .topMain__text--main li:nth-child(1) span {
                  background-image: url("../img/contents/top/kv__text--1--w.svg"); } }
          .topMain .topMain__text dt .topMain__text--main li:nth-child(2) {
            width: calc(450 / 527 * 100%);
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%); }
            .topMain .topMain__text dt .topMain__text--main li:nth-child(2) span {
              background-image: url("../img/contents/top/kv__text--2--w.svg"); }
              @media (prefers-color-scheme: light) {
                .topMain .topMain__text dt .topMain__text--main li:nth-child(2) span {
                  background-image: url("../img/contents/top/kv__text--2--w.svg"); } }
              @media (prefers-color-scheme: dark) {
                .topMain .topMain__text dt .topMain__text--main li:nth-child(2) span {
                  background-image: url("../img/contents/top/kv__text--2--w.svg"); } }
          .topMain .topMain__text dt .topMain__text--main li:nth-child(3) {
            width: calc(365 / 527 * 100%);
            bottom: 0; }
            .topMain .topMain__text dt .topMain__text--main li:nth-child(3) span {
              background-image: url("../img/contents/top/kv__text--3--w.svg"); }
              @media (prefers-color-scheme: light) {
                .topMain .topMain__text dt .topMain__text--main li:nth-child(3) span {
                  background-image: url("../img/contents/top/kv__text--3--w.svg"); } }
              @media (prefers-color-scheme: dark) {
                .topMain .topMain__text dt .topMain__text--main li:nth-child(3) span {
                  background-image: url("../img/contents/top/kv__text--3--w.svg"); } }
    .topMain .topMain__text.active dt .topMain__text--main li:after {
      width: 100%; }
    .topMain .topMain__text.active dd:after {
      width: 23.5714285714vw; }
    .topMain .topMain__text.active--t dt:after {
      width: 12.1428571429vw; }
    .topMain .topMain__text.active--t dt .topMain__text--main li span {
      display: block; }
    .topMain .topMain__text.active--t dd {
      text-indent: 0; }
      .topMain .topMain__text.active--t dd:after {
        width: 0; }
    .topMain .topMain__text dd {
      font-size: 17px;
      font-size: 1.2142857143vw;
      line-height: 1;
      position: relative;
      text-indent: -9999px; }
      .topMain .topMain__text dd:after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        height: 100%;
        background-color: #fff;
        background-color: var(--colorB);
        transition-duration: 0.65s;
        transition-timing-function: cubic-bezier(1, 0, 0, 1);
        -ms-transition-duration: 0.65s;
        -ms-transition-timing-function: cubic-bezier(1, 0, 0, 1);
        -webkit-transition-duration: 0.65s;
        -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
        　-moz-transition-duration: 0.65s;
        -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
        width: 0; }
  .topMain .topMain__movie {
    position: absolute;
    width: 100%;
    height: calc(100% - 64px - 9.786vw);
    bottom: 64px;
    overflow: hidden;
    z-index: 1; }
    .topMain .topMain__movie video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      display: none; }
    .topMain .topMain__movie:after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #141414;
      transition-duration: 0.65s;
      transition-timing-function: cubic-bezier(1, 0, 0, 1);
      -ms-transition-duration: 0.65s;
      -ms-transition-timing-function: cubic-bezier(1, 0, 0, 1);
      -webkit-transition-duration: 0.65s;
      -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
      　-moz-transition-duration: 0.65s;
      -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
      transform-origin: left center;
      transform: scaleX(0); }
      @media (prefers-color-scheme: light) {
        .topMain .topMain__movie:after {
          background-color: #141414; } }
      @media (prefers-color-scheme: dark) {
        .topMain .topMain__movie:after {
          background-color: #141414; } }
    .topMain .topMain__movie.active:after {
      transform: scaleX(1);
      transform-origin: left center; }
    .topMain .topMain__movie.active--t:after {
      opacity: 0; }
    .topMain .topMain__movie.active--t video {
      display: block; }
  .topMain .topMain__movie--btn {
    position: absolute;
    bottom: 0;
    left: 7.8571428571vw;
    z-index: 2;
    transition-duration: 0.65s;
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -ms-transition-duration: 0.65s;
    -ms-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -webkit-transition-duration: 0.65s;
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    　-moz-transition-duration: 0.65s;
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transform: translate3d(0, 100%, 0); }
    .topMain .topMain__movie--btn.btnActive {
      transform: translate3d(0, 0, 0); }
    .topMain .topMain__movie--btn > span {
      line-height: 128px;
      white-space: nowrap; }

/*ーーーーーーーーーーーーーーーーーーーー topWhat*/
.topWhat {
  position: relative;
  padding-bottom: 66px;
  overflow: hidden; }
  .topWhat .topWhat__bg--img {
    position: relative;
    height: 738px;
    overflow: hidden;
    z-index: 0; }
    .topWhat .topWhat__bg--img ul {
      position: relative;
      z-index: 0;
      height: 100%; }
      .topWhat .topWhat__bg--img ul li {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: none; }
        .topWhat .topWhat__bg--img ul li:nth-child(1) {
          display: block; }
        .topWhat .topWhat__bg--img ul li:after {
          content: " ";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #fff;
          background-color: var(--colorB);
          opacity: .15;
          z-index: 1; }
        .topWhat .topWhat__bg--img ul li span {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 100% auto;
          background-position: 0 0;
          height: 200%; }
        .topWhat .topWhat__bg--img ul li:nth-child(1) span {
          background-image: url("../img/contents/top/topWhat--img--1.jpg"); }
        .topWhat .topWhat__bg--img ul li:nth-child(2) span {
          background-image: url("../img/contents/top/topWhat--img--2.jpg"); }
        .topWhat .topWhat__bg--img ul li:nth-child(3) span {
          background-image: url("../img/contents/top/topWhat--img--3.jpg"); }
  .topWhat .topWhat__title {
    position: absolute;
    top: 55px;
    font-size: 83px;
    color: #2b2b2b;
    color: var(--colorW);
    line-height: 1.2; }
  .topWhat .textWhiteCover .textWhiteCover__contents .textWhiteCover__contents--mainWrapper {
    padding-top: 45px;
    padding-right: 70px; }

/*ーーーーーーーーーーーーーーーーーーーー topService*/
.topService .topService__contents {
  position: relative;
  padding-bottom: 100px; }
  .topService .topService__contents:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: auto;
    bottom: 0;
    height: calc(100%);
    background-color: #a6b470 !important;
    background-color: var(--bgDeepGray);
    z-index: 1; }
  .topService .topService__contents .topService__contents--list {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    z-index: 2; }
    .topService .topService__contents .topService__contents--list > li {
      width: 50%; }
      .topService .topService__contents .topService__contents--list > li .topService__img {
        position: relative;
        padding-top: calc(1032 / 1314 * 100%);
        margin-bottom: 35px; }
        .topService .topService__contents .topService__contents--list > li .topService__img span {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 100% auto; }
      .topService .topService__contents .topService__contents--list > li .topService__text {
        position: relative;
        color: #2b2b2b;
        color: var(--colorW);
        padding-bottom: 50px; }
        .topService .topService__contents .topService__contents--list > li .topService__text > dl {
          margin-bottom: 33px; }
          .topService .topService__contents .topService__contents--list > li .topService__text > dl > dt {
            font-size: 19px;
            font-size: 1.3571428571vw;
            font-size: 19px;
            line-height: 1.7;
            text-transform: uppercase;
            margin-bottom: 20px; }
          .topService .topService__contents .topService__contents--list > li .topService__text > dl > dd {
            max-width: 346px; }
            .topService .topService__contents .topService__contents--list > li .topService__text > dl > dd span {
              display: block;
              text-indent: -9999px;
              height: 0;
              padding-top: calc(200 / 630 * 100%);
              background-position: center center;
              background-repeat: no-repeat;
              background-size: 100% auto; }
        .topService .topService__contents .topService__contents--list > li .topService__text > p {
          font-size: 16px;
          font-size: 1.1428571429vw;
          font-size: 16px;
          margin-bottom: 20px; }
        .topService .topService__contents .topService__contents--list > li .topService__text .btnUnderline {
          position: absolute;
          width: 100%;
          width: calc(100% - 11.0714285714vw - 5vw);
          bottom: 0; }
          .topService .topService__contents .topService__contents--list > li .topService__text .btnUnderline:after {
            background-color: #2b2b2b;
            background-color: var(--colorW); }
          .topService .topService__contents .topService__contents--list > li .topService__text .btnUnderline > a {
            color: #2b2b2b;
            color: var(--colorW); }
      .topService .topService__contents .topService__contents--list > li:nth-child(1) .topService__img span {
        background-image: url("../img/contents/top/service__img--1.jpg"); }
      .topService .topService__contents .topService__contents--list > li:nth-child(1) .topService__text {
        padding-left: 11.0714285714vw;
        padding-right: 5vw; }
        .topService .topService__contents .topService__contents--list > li:nth-child(1) .topService__text .btnUnderline {
          right: 5vw; }
        .topService .topService__contents .topService__contents--list > li:nth-child(1) .topService__text dl > dd span {
          background-image: url("../img/contents/top/service__logo--1--b-v=0911.png"); }
        @media (prefers-color-scheme: light) {
          .topService .topService__contents .topService__contents--list > li:nth-child(1) .topService__text dl > dd span {
            background-image: url("../img/contents/top/service__logo--1--b-v=0911.png"); } }
        @media (prefers-color-scheme: dark) {
          .topService .topService__contents .topService__contents--list > li:nth-child(1) .topService__text dl > dd span {
            background-image: url("../img/contents/top/service__logo--1--b-v=0911.png"); } }
      .topService .topService__contents .topService__contents--list > li:nth-child(2) .topService__img span {
        background-image: url("../img/contents/top/service__img--2.jpg"); }
      .topService .topService__contents .topService__contents--list > li:nth-child(2) .topService__text {
        padding-left: 5vw;
        padding-right: 11.0714285714vw; }
        .topService .topService__contents .topService__contents--list > li:nth-child(2) .topService__text .btnUnderline {
          left: 5vw; }
        .topService .topService__contents .topService__contents--list > li:nth-child(2) .topService__text dl > dd span {
          background-image: url("../img/contents/top/service__logo--2--b-v=0911.png"); }
        @media (prefers-color-scheme: light) {
          .topService .topService__contents .topService__contents--list > li:nth-child(2) .topService__text dl > dd span {
            background-image: url("../img/contents/top/service__logo--2--b-v=0911.png"); } }
        @media (prefers-color-scheme: dark) {
          .topService .topService__contents .topService__contents--list > li:nth-child(2) .topService__text dl > dd span {
            background-image: url("../img/contents/top/service__logo--2--b-v=0911.png"); } }
.topService .topService__contents--btn {
  position: absolute;
  left: 11.0714285714vw;
  bottom: -30px; }

/*ーーーーーーーーーーーーーーーーーーーー topRecruit*/
.topRecruit .topRecruit__contents {
  position: relative;
  height: 660px; }
  .topRecruit .topRecruit__contents .topRecruit__contents--bg {
    position: relative;
    height: 100%;
    margin-left: 18.5714285714vw;
    overflow: hidden; }
    .topRecruit .topRecruit__contents .topRecruit__contents--bg span {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-image: url("../img/contents/top/recruit__bg.jpg");
      background-position: 0 0;
      padding-top: calc(1827 / 2200 * 100%); }
  .topRecruit .topRecruit__contents .textWhiteCover .textWhiteCover__contents .textWhiteCover__contents--mainWrapper .textWhiteCover__contents--main {
    max-width: 547px;
    padding: 55px 85px 75px 0; }
    .topRecruit .topRecruit__contents .textWhiteCover .textWhiteCover__contents .textWhiteCover__contents--mainWrapper .textWhiteCover__contents--main .textWhiteCover--dlText {
      margin-bottom: 27px; }
    .topRecruit .topRecruit__contents .textWhiteCover .textWhiteCover__contents .textWhiteCover__contents--mainWrapper .textWhiteCover__contents--main .topRecruit__linkList {
      margin-bottom: 40px; }

@media only screen and (min-width: 900px) and (max-height: 800px) {
  .topMain .topMain__text dt {
    width: 65.75vh;
    margin-bottom: 5vh;
    padding-bottom: 5vh; }
  .topMain .topMain__movie {
    bottom: 6.25vh;
    height: calc(100% - 6.25vh - 17.25vh); }
  .topMain .topMain__movie--btn > span {
    line-height: 12.5vh;
    font-size: 18px; }
  .topMain .btn.width {
    width: 43.75vh; }
  .topMain .btn.icon.movie > span {
    padding: 0 7.25vh 0 4.375vh; }

  .topMain .topMain__text.active--t dt::after {
    width: 21.25vh; } }
@media only screen and (min-width: 900px) and (max-height: 700px) {
  .topMain .topMain__movie--btn > span {
    font-size: 17px; } }
@media only screen and (min-width: 900px) and (max-height: 660px) {
  .topMain .topMain__movie--btn > span {
    font-size: 16px; } }
@media only screen and (min-width: 900px) and (max-height: 640px) {
  .topMain .topMain__text dt {
    width: 355px;
    margin-bottom: 23px;
    padding-bottom: 23px; }
  .topMain .topMain__movie {
    bottom: 43px;
    height: calc(100% - 43px - 93px); }
  .topMain .topMain__movie--btn > span {
    line-height: 86px; }
  .topMain .btn.width {
    width: 260px; }

  .topMain .topMain__text.active--t dt::after {
    width: 163px; } }
.slick-arrow {
  display: none !important; }

/* ====================================================================================================================================== en */
.en .topMain .topMain__text {
  width: 50vw; }
  .en .topMain .topMain__text dt {
    width: 100%; }
    .en .topMain .topMain__text dt .topMain__text--main {
      padding-top: calc(255 / 700 * 100%); }
      .en .topMain .topMain__text dt .topMain__text--main li {
        height: calc(59 / 255 * 100%); }
        .en .topMain .topMain__text dt .topMain__text--main li:nth-child(1) {
          width: calc(672 / 700 * 100%); }
          .en .topMain .topMain__text dt .topMain__text--main li:nth-child(1) span {
            background-image: url("../img/contents/top/en/kv__text--1--w.svg"); }
            @media (prefers-color-scheme: light) {
              .en .topMain .topMain__text dt .topMain__text--main li:nth-child(1) span {
                background-image: url("../img/contents/top/en/kv__text--1--w.svg"); } }
            @media (prefers-color-scheme: dark) {
              .en .topMain .topMain__text dt .topMain__text--main li:nth-child(1) span {
                background-image: url("../img/contents/top/en/kv__text--1--w.svg"); } }
        .en .topMain .topMain__text dt .topMain__text--main li:nth-child(2) {
          width: calc(314 / 700 * 100%); }
          .en .topMain .topMain__text dt .topMain__text--main li:nth-child(2) span {
            background-image: url("../img/contents/top/en/kv__text--2--w.svg"); }
            @media (prefers-color-scheme: light) {
              .en .topMain .topMain__text dt .topMain__text--main li:nth-child(2) span {
                background-image: url("../img/contents/top/en/kv__text--2--w.svg"); } }
            @media (prefers-color-scheme: dark) {
              .en .topMain .topMain__text dt .topMain__text--main li:nth-child(2) span {
                background-image: url("../img/contents/top/en/kv__text--2--w.svg"); } }
        .en .topMain .topMain__text dt .topMain__text--main li:nth-child(3) {
          width: calc(520 / 700 * 100%); }
          .en .topMain .topMain__text dt .topMain__text--main li:nth-child(3) span {
            background-image: url("../img/contents/top/en/kv__text--3--w.svg"); }
            @media (prefers-color-scheme: light) {
              .en .topMain .topMain__text dt .topMain__text--main li:nth-child(3) span {
                background-image: url("../img/contents/top/en/kv__text--3--w.svg"); } }
            @media (prefers-color-scheme: dark) {
              .en .topMain .topMain__text dt .topMain__text--main li:nth-child(3) span {
                background-image: url("../img/contents/top/en/kv__text--3--w.svg"); } }
  .en .topMain .topMain__text dd {
    width: calc(305 / 700 * 100%); }
    .en .topMain .topMain__text dd span {
      display: block;
      text-indent: -9999px;
      height: 0;
      padding-top: calc(16 / 305 * 100%);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-image: url("../img/contents/top/en/kv__text--4--w.svg");
      opacity: 0; }
      @media (prefers-color-scheme: light) {
        .en .topMain .topMain__text dd span {
          background-image: url("../img/contents/top/en/kv__text--4--w.svg"); } }
      @media (prefers-color-scheme: dark) {
        .en .topMain .topMain__text dd span {
          background-image: url("../img/contents/top/en/kv__text--4--w.svg"); } }
  .en .topMain .topMain__text.active--t dd span {
    opacity: 1; }
.en .topMain .topMain__movie {
  height: calc(100% - 64px - 9.2vw); }
.en .topWhat .topAbout__bg {
  position: relative;
  height: 590px;
  overflow: hidden;
  z-index: 0; }
  .en .topWhat .topAbout__bg span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/contents/top/en/topWhat--img--1.jpg"); }
.en .topWhat .textWhiteCover .textWhiteCover__contents .textWhiteCover__contents--mainWrapper .textWhiteCover__contents--main {
  font-size: 46px;
  line-height: 1.3;
  letter-spacing: 0.03em; }
.en .newsCategory .list__underline.list__underline--infoMix {
  margin-bottom: 20px; }
.en .contentsNav {
  margin-bottom: 15px; }
.en .contentsNav.contentsNav--fontS .btn > a, .en .contentsNav.contentsNav--fontS .btn > span {
  font-size: 16px; }

@media only screen and (min-width: 900px) and (max-height: 950px) {
  .en .topMain .topMain__text dt {
    width: 65.75vh; }
  .en .topMain .topMain__movie {
    height: calc(100% - 6.25vh - 12vh); } }
@media only screen and (min-width: 900px) and (max-height: 640px) {
  .en .topMain .topMain__text dt {
    width: 375px; }

  .en .topMain .topMain__movie {
    height: calc(100% - 43px - 67px); } }
