@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  overflow-x: hidden; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

body, html {
  margin: 0px;
  width: 100%;
  padding: 0px;
  height: 100%;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  font-family: 游ゴシック, Yu Gothic, 游ゴシック体, YuGothic, YuGothic, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, sans-serif; }

.clearFix {
  clear: both;
  float: none !important; }

.hide {
  display: none; }

.noScroll {
  overflow: hidden; }

.cage {
  margin: 0 auto;
  padding: 0 20px; }

.flex {
  display: flex;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; }

.flexC {
  display: flex;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.animate {
  transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out; }

input, textarea, select {
  border: 0;
  width: 100%;
  display: block;
  border-radius: 0;
  font-size: 0.85rem;
  padding: 15px 15px;
  letter-spacing: 1px;
  border-style: solid;
  background: transparent;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-bottom: 1px solid #cccccc;
  focus-outline: none;
  focus-outline-style: none;
  focus-outline-color: transparent; }

a {
  text-decoration: none; }

.checkbox {
  margin: 0 15px 25px 0;
  display: inline-block; }
  .checkbox [type="checkbox"]:not(:checked),
  .checkbox [type="checkbox"]:checked {
    left: -9999px;
    position: absolute; }
  .checkbox [type="checkbox"]:not(:checked) + label,
  .checkbox [type="checkbox"]:checked + label {
    color: #818181;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    font-size: 0.8rem; }
  .checkbox [type="checkbox"]:not(:checked) + label:before,
  .checkbox [type="checkbox"]:checked + label:before {
    left: 0;
    top: 0;
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    border: 1px solid #cccccc; }
  .checkbox [type="checkbox"]:not(:checked) + label:after,
  .checkbox [type="checkbox"]:checked + label:after {
    left: 0;
    top: -2px;
    position: absolute;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    content: url("../img/check.png"); }
  .checkbox [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  .checkbox [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("../font/HelveticaNeueLTStd-MdCnO.woff2") format("woff2"), url("../font/HelveticaNeueLTStd-MdCnO.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

body.playing header#header {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

body.playing #KV .whiteMask {
  -webkit-animation: openFlap 1s linear forwards;
  animation: openFlap 1s linear forwards; }

body.playing #KV .Lwing .holder .title .titleCage img {
  -webkit-transform: translate(0, 0) rotate(0deg);
  -ms-transform: translate(0, 0) rotate(0deg);
  transform: translate(0, 0) rotate(0deg); }

body.playing #KV .Lwing .holder .subText {
  opacity: 1; }

body.playing #KV .Rwing .topBar, body.playing #KV .Rwing .rightBar {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

body.playing #KV #l1.bgImage {
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  background-position: right;}


body.openNav {
  overflow: hidden; }
  body.openNav #MenuSection {
    width: 100%; }
    body.openNav #MenuSection #closeBtn {
      right: 0; }
    body.openNav #MenuSection .leftWing {
      left: 0;
      -webkit-transition: 0.6s ease-in-out;
      -o-transition: 0.6s ease-in-out;
      transition: 0.6s ease-in-out;
      -webkit-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      transition-delay: 0.6s; }
    body.openNav #MenuSection .rightWing {
      left: 50%;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      -webkit-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }

header#header {
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 90px;
  position: fixed;
  padding: 0 0 0 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-color: white;
  -webkit-box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }
  #topPage header#header {
    background-color: #ffffff;
  }
  #topPage header#header.noBG {
    background-color: transparent;
    -webkit-transition-delay: 0s;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
    header#header #navHolder a {
      color: #6d6e71; }
    header#header.noBG #navHolder a {
      color: #ffffff; }
    header#header #Logo #LogoImg {
      opacity: 1!important;
      pointer-events: auto !important; }
    header#header.noBG #Logo #LogoImg {
      opacity: 0!important;
      pointer-events: none !important; }
  header#header #Logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    position: relative;
    flex: 1 1 auto; }
    header#header #Logo #LogoImg {
      width: 100%;
      aspect-ratio: 1 / .08;
      display: block;
      max-width: 600px;
      max-height: 95%;
      background-position: 0 0;
      background-size: 100% auto;
      -webkit-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      background-image: url("../img/navLogoC.png");
      background-size: contain;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(0, -57%); }
    header#header #Logo #LogoImg.topPage {
      opacity: 0;
      pointer-events: none; }
    header#header #Logo img {
      width: 100%;
      max-width: 550px; }
  header#header #navHolder {
    padding: 19px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    header#header #navHolder a {
      color: #6d6e71;
      display: block;
      font-size: 16px;
      font-weight: 600;
      line-height: 90px;
      margin: -20px 25px 0 25px;
      font-family: a-otf-midashi-go-mb31-pr6n, sans-serif; }
    header#header #navHolder #menuBtn {
      width: 90px;
      height: 90px;
      cursor: pointer;
      margin: -19px 0 0 25px;
      background-color: #ed1b2f; }
      header#header #navHolder #menuBtn .holder {
        width: 36px;
        position: relative;
        margin: 0 auto; }
      header#header #navHolder #menuBtn .line {
        height: 1px;
        width: 100%;
        background-color: white; }
        header#header #navHolder #menuBtn .line.top::after {
          content: ' ';
          width: 17px;
          height: 100%;
          display: block;
          background-color: #ed1b2f;
          -webkit-transition: 0.5s ease-in-out;
          -o-transition: 0.5s ease-in-out;
          transition: 0.5s ease-in-out; }
        header#header #navHolder #menuBtn .line.bottom::after {
          content: ' ';
          width: 8px;
          height: 100%;
          display: block;
          background-color: #ed1b2f;
          -webkit-transition: 0.5s ease-in-out;
          -o-transition: 0.5s ease-in-out;
          transition: 0.5s ease-in-out; }
      header#header #navHolder #menuBtn .text {
        margin: 10px 0 11px 0; }
        header#header #navHolder #menuBtn .text img {
          width: 100%;
          display: block; }
      header#header #navHolder #menuBtn:hover .line.top::after, header#header #navHolder #menuBtn:hover .line.bottom::after {
        width: 0; }

#MenuSection {
  top: 0;
  right: 0;
  z-index: 21;
  width: 0%;
  height: 100%;
  position: fixed;
  overflow: hidden; }
  #MenuSection #closeBtn {
    top: 0;
    right: -90px;
    z-index: 21;
    width: 90px;
    height: 90px;
    padding: 25px;
    position: fixed;
    background-color: #ed1b2f;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }
    #MenuSection #closeBtn img {
      width: 100%; }
  #MenuSection .holder {
    width: 100%;
    margin: 0 auto;
    max-width: 400px; }
    #MenuSection .holder .linkHolder.expend.open a.headerLink .arrow {
      background-image: url("../img/upArrow.png"); }
    #MenuSection .holder .linkHolder.expend.open .navLinks {
      max-height: 9999px;
      -webkit-transition: 1s ease-in-out;
      -o-transition: 1s ease-in-out;
      transition: 1s ease-in-out; }
    #MenuSection .holder .linkHolder .navLinks {
      max-height: 0;
      overflow: hidden; }
  #MenuSection .leftWing {
    top: 0;
    left: 100%;
    z-index: 2;
    width: 50%;
    height: 100%;
    padding: 0 40px;
    position: fixed;
    background-image: url("../img/navBG.jpg");
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
    #MenuSection .leftWing a {
      width: 100%;
      color: white;
      display: block; }
      #MenuSection .leftWing a.headerLink {
        display: block;
        font-size: 24px;
        font-weight: 600;
        position: relative;
        margin-bottom: 10px;
        margin-bottom: 15px;
        padding-bottom: 10px;
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        font-family: a-otf-midashi-go-mb31-pr6n, sans-serif; }
        #MenuSection .leftWing a.headerLink:hover {
          opacity: 0.5; }
        #MenuSection .leftWing a.headerLink .arrow {
          right: 0;
          top: 5px;
          z-index: 1;
          width: 40px;
          height: 20px;
          background-position: center center;
          background-size: 11px 7px;
          position: absolute;
          background-image: url("../img/downArrow.png"); }
      #MenuSection .leftWing a.subLinkLink {
        opacity: 0.8;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 13px;
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        padding-left: 15px;
        font-family: a-otf-gothic-bbb-pr6n, sans-serif; }
        #MenuSection .leftWing a.subLinkLink:hover {
          opacity: 1; }
        #MenuSection .leftWing a.subLinkLink:last-child {
          margin-bottom: 40px; }
  #MenuSection .rightWing {
    top: 0;
    left: 100%;
    z-index: 1;
    width: 50%;
    height: 100%;
    position: fixed;
    background-color: white;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s; }
    #MenuSection .rightWing .holder {
      width: 100%;
      text-align: center; }
    #MenuSection .rightWing img {
      width: 100%;
      margin: 0 auto;
      max-width: 300px; }

#KV {
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  #KV .Lwing {
    width: 50%;
    z-index: 1;
    height: 100%;
    position: relative; }
    #KV .Lwing .holder {
      left: 0;
      width: 100%;
      height: 100%;
      padding: 15vh 0 60px;
      position: absolute;
      display: flex;
      flex-direction: column;
      justify-content: space-between;}
      @keyframes logoFadeIn{
        0% {
          filter: blur(15px);
          opacity :0; }
        95%, 100% {
          filter: blur(0);
          opacity :1; }
      }
      #KV .Lwing .holder .logo {
        width: 65%;
        margin: 0;
        padding: 0 0 0 55px;
        opacity: 0;
        animation: logoFadeIn 1s 2s linear forwards
      }
      #KV .Lwing .holder .logo img{
        width: 100%;
        height: auto;

      }
      #KV .Lwing .holder .title {
        width: 100%;
        color: white;
        font-size: 50px;
        font-weight: 500;
        font-style: italic;
        padding: 0 0 0 60px;
        margin-bottom: 25px;
        font-family: 'Helvetica Neue LT Std'; }
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
        /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); } */
        #KV .Lwing .holder .title .titleCage {
          overflow: hidden;
          margin-bottom: 20px; }
          #KV .Lwing .holder .title .titleCage:last-child {
            margin-bottom: 0; }
          #KV .Lwing .holder .title .titleCage img {
            width: calc(100% - 40px);
            display: block;
            -webkit-transform-origin: top left;
            -ms-transform-origin: top left;
            transform-origin: top left;
            -webkit-transition: 0.8s ease-in-out;
            -o-transition: 0.8s ease-in-out;
            transition: 0.8s ease-in-out;
            -webkit-transform: translate(0, 100%) rotate(35deg);
            -ms-transform: translate(0, 100%) rotate(35deg);
            transform: translate(0, 100%) rotate(35deg); }
          #KV .Lwing .holder .title .titleCage.title01 img {
            -webkit-transition-delay: 0.7s;
            -o-transition-delay: 0.7s;
            transition-delay: 0.7s; }
          #KV .Lwing .holder .title .titleCage.title02 img {
            -webkit-transition-delay: 0.8s;
            -o-transition-delay: 0.8s;
            transition-delay: 0.8s; }
          #KV .Lwing .holder .title .titleCage.title03 img {
            -webkit-transition-delay: 0.9s;
            -o-transition-delay: 0.9s;
            transition-delay: 0.9s; }
          #KV .Lwing .holder .title .titleCage.title04 img {
            -webkit-transition-delay: 1s;
            -o-transition-delay: 1s;
            transition-delay: 1s; }
      #KV .Lwing .holder .subText {
        opacity: 0;
        width: 100%;
        color: white;
        font-size: 1.5vw;
        font-weight: 400;
        padding: 0 0 0 60px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
        /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
        font-family: a-otf-gothic-bbb-pr6n, sans-serif;
        -webkit-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s; }
  #KV .Rwing {
    width: 50%;
    z-index: 1;
    height: 100%;
    position: relative; }
    /* border-left: 1px solid rgba(255, 255, 255, 0.2); } */
    #KV .Rwing .topBar {
      top: 0;
      right: 0;
      width: 100%;
      height: 89px;
      position: absolute;
      -webkit-transition: 0.8s ease-in-out;
      -o-transition: 0.8s ease-in-out;
      transition: 0.8s ease-in-out;
      -webkit-transition-delay: 0.7s;
      -o-transition-delay: 0.7s;
      transition-delay: 0.7s;
      -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
      transform: translate(100%, 0); }
      /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); } */
    #KV .Rwing .rightBar {
      top: 0;
      right: 0;
      height: 100%;
      width: 89px;
      position: absolute;
      -webkit-transition: 0.8s ease-in-out;
      -o-transition: 0.8s ease-in-out;
      transition: 0.8s ease-in-out;
      -webkit-transition-delay: 0.7s;
      -o-transition-delay: 0.7s;
      transition-delay: 0.7s;
      -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
      transform: translate(0, -100%); }
      /* border-left: 1px solid rgba(255, 255, 255, 0.2); } */
  #KV .whiteMask {
    z-index: 5;
    width: 100%;
    height: 100vh;
    position: absolute;
    background-color: white; }

    @keyframes banner-popup {
      0% {
        opacity: 0;
        -webkit-transform: translate(0, 110%);
        transform: translate(0, 110%); }
      99%,100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); } }

  #KV .recruit-banner {
    display: block;
    position: absolute;
    right: 89px;
    bottom: 0;
    width: 22rem;
    aspect-ratio: 1 / .17;
    background-color: #ed1b2f;
    color: #ffffff;
    padding: 1rem 3rem .8rem;
    z-index: 10;
    animation: banner-popup .6s 1.8s linear forwards;
    text-align: left;
    opacity: 0; }

  #KV .recruit-banner::after{
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    right: 2rem;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: translate(0, -50%) rotate(45deg);
    transition: .6s; }

  #KV .banner-ttl{
    font-size: 1.6rem;
    line-height: 2.1rem;
    color: #ffffff;
    font-weight: 600;
    transition: .4s}
  #KV .banner-text{
    font-size: 1.15rem;
    line-height: 1.6rem;
    color: #ffffff;
    transition: .4s; }


    #KV .recruit-banner:hover .banner-ttl,
    #KV .recruit-banner:hover .banner-text {
      opacity: .6; }
    #KV .recruit-banner:hover::after{
      opacity: .6;
      right: 1.4rem;
      transform: translate(5rem, -50%), rotate(135deg); }

  @media only screen and (max-width: 1040px) {
    #KV .Lwing .holder {
      padding: 10vh 0 120px;
      position: absolute; }
    }
  @media only screen and (max-width: 480px) {

    #KV .recruit-banner{
      width: 20rem;
      right: 0;
      left: 0;
      margin: auto auto 0;
      padding: .8rem 3rem .7rem
    }
    #KV .banner-ttl{
      font-size: 1.45rem;
      line-height: 2rem;
    }
    #KV .banner-text{
      font-size: 1.05rem;
      line-height: 1.4rem;
    }
  }


@-webkit-keyframes openFlap {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  70% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }

@keyframes openFlap {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  70% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }
  #KV .bgImage {
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 100%;
    height: 100vh;
    position: absolute;
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -ms-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
    background-image: url("../img/MainKV.jpg");
    background-position: right; }


@media only screen and (max-width: 480px) {
  #KV .bgImage {
    background-image: url("../img/MainKV_SP.jpg");
    background-position: center;}
  body.playing #KV #l1.bgImage{
    background-position: center; }

  #KV .bgImage:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0,0,0, .25);
    pointer-events: none; }
}











#About {
  overflow-x: hidden;
  padding: 50px 20px; }
  #About .Lwing {
    width: 40%;
    border-right: 1px solid #ebebeb; }
    #About .Lwing .holder {
      width: 100%; }
      #About .Lwing .holder img {
        height: 120px;
        display: block;
        margin: 0 auto; }
  #About .Rwing {
    width: 70%; }
    #About .Rwing .holder {
      max-width: 800px;
      padding: 100px 0;
      margin: 0 auto; }
      #About .Rwing .holder p {
        color: #727478;
        font-size: 13px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0.5px;
        margin-bottom: 15px;
        font-family: a-otf-gothic-bbb-pr6n, sans-serif; }
        #About .Rwing .holder p span {
          display: inline-block; }
      #About .Rwing .holder a.more {
        color: #727478;
        font-size: 16px;
        cursor: pointer;
        margin-top: 20px;
        font-weight: 600;
        position: relative;
        letter-spacing: 1px;
        display: inline-block;
        padding: 0 40px 10px 0;
        font-family: a-otf-midashi-go-mb31-pr6n, sans-serif; }
        #About .Rwing .holder a.more .bar {
          left: 0;
          bottom: 0;
          height: 2px;
          width: 100%;
          position: absolute;
          background-color: #ed1c24; }
        #About .Rwing .holder a.more img.slash {
          right: -3px;
          bottom: 0;
          height: 12px;
          display: block;
          position: absolute; }

#Feature {
  width: 100vw;
  height: 100vh;
  position: relative; }
  #Feature .titleHolder {
    left: 40px;
    bottom: 40px;
    z-index: 2;
    color: white;
    width: 330px;
    position: absolute; }
    #Feature .titleHolder .icon {
      margin-bottom: 20px; }
    #Feature .titleHolder .title {
      font-size: 22px;
      font-weight: 600;
      line-height: 28px;
      letter-spacing: 0px;
      margin-bottom: 15px;
      font-family: a-otf-midashi-go-mb31-pr6n, sans-serif; }
    #Feature .titleHolder .subTitle {
      height: 0px;
      font-size: 15px;
      overflow: hidden;
      font-weight: 400;
      line-height: 26px;
      margin-bottom: 30px;
      -webkit-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      font-family: a-otf-gothic-bbb-pr6n, sans-serif; }
    #Feature .titleHolder img.more {
      height: 15px;
      display: block;
      margin-top: 20px; }
  #Feature .mask {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    background-color: black;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }
  #Feature a.leftBar {
    width: 35vw;
    height: 100%;
    position: relative; }
  #Feature a.topBar {
    top: 0;
    right: 0;
    width: 65vw;
    height: 50%;
    position: absolute; }
  #Feature a.bottom-leftBar {
    bottom: 0;
    left: 40vw;
    width: 25vw;
    height: 50%;
    position: absolute; }
  #Feature a.bottom-rightBar {
    bottom: 0;
    right: 0;
    width: 65vw;
    height: 50%;
    position: absolute; }
  #Feature a.topBar.business {
    height: calc((100% - 88px)*0.5 + 88px);  }
  #Feature a.bottom-leftBar.business, #Feature a.bottom-rightBar.business {
    height: calc((100% - 88px)*0.5); }
  #Feature .blockWhite {
    z-index: 4;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: white;
    -webkit-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out; }
  #Feature .blockWhite.leftHider {
    top: 0;
    left: 0; }
  #Feature .blockWhite.topHider {
    top: 0;
    left: 0; }
  #Feature .blockWhite.bottom-leftHider {
    left: 0;
    bottom: 0; }
  #Feature .blockWhite.bottom-rightHider {
    left: 0;
    bottom: 0; }
  #Feature .hoverEffect {
    display: block; }
    #Feature .hoverEffect:hover .mask {
      opacity: 0.5; }
    #Feature .hoverEffect:hover .titleHolder .subTitle {
      height: 55px; }
  #Feature.show .blockWhite.leftHider {
    width: 0; }
  #Feature.show .blockWhite.topHider {
    height: 0; }
  #Feature.show .blockWhite.bottom-leftHider {
    height: 0; }
  #Feature.show .blockWhite.bottom-rightHider {
    height: 0; }



#News {
  padding: 100px 0;
  background-color: #252525;
  overflow: hidden; }
  #News .control {
    left: 0;
    bottom: 0;
    position: absolute; }
    #News .control .leftArrow {
      width: 25px;
      height: 30px;
      cursor: pointer;
      background-size: 10px auto;
      background-position: left center;
      background-image: url("../img/arrowL.png"); }
    #News .control .breaker {
      width: 1px;
      height: 30px;
      background-color: #676767; }
    #News .control .rightArrow {
      width: 25px;
      height: 30px;
      cursor: pointer;
      background-size: 10px auto;
      background-position: right center;
      background-image: url("../img/arrowR.png"); }
    #News .control.SP {
      display: none;
      width: 100%;
      position: relative; }
  #News .leftWing {
    width: 300px;
    height: 215px;
    color: white; }
    #News .leftWing .title {
      height: 100%;
      margin: 0 auto;
      max-width: 120px;
      position: relative; }
      #News .leftWing .title img {
        height: 8px;
        display: block;
        margin: 0 0 10px 2px; }
      #News .leftWing .title span {
        display: block;
        font-size: 28px;
        font-weight: 600;
        font-family: a-otf-midashi-go-mb31-pr6n, sans-serif; }
  #News .rightWing {
    overflow: hidden;
    width: calc(100% - 300px); }
    #News .rightWing .swiper-container .swiper-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      #News .rightWing .swiper-container .swiper-wrapper .card {
        width: 250px;
        height: 215px;
        padding: 32px;
        cursor: pointer;
        overflow: hidden;
        position: relative;
        background-color: white; }
        #News .rightWing .swiper-container .swiper-wrapper .card .title {
          z-index: 1;
          color: #48494b;
          font-size: 15px;
          font-weight: 600;
          line-height: 22px;
          position: relative;
          height: calc(100% - 15px);
          font-family: a-otf-midashi-go-mb31-pr6n, sans-serif; }
        #News .rightWing .swiper-container .swiper-wrapper .card .date {
          z-index: 1;
          opacity: 0.4;
          color: #252525;
          font-size: 12px;
          font-weight: 400;
          position: relative;
          letter-spacing: 2px;
          font-family: a-otf-gothic-bbb-pr6n, sans-serif; }
        #News .rightWing .swiper-container .swiper-wrapper .card::before {
          content: '';
          top: 0;
          z-index: 0;
          left: -100%;
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          background-color: #f9f9f9;
          -webkit-transition: 0.4s ease-in-out;
          -o-transition: 0.4s ease-in-out;
          transition: 0.4s ease-in-out; }
        #News .rightWing .swiper-container .swiper-wrapper .card::after {
          content: '';
          width: 60px;
          height: 60px;
          right: -40px;
          bottom: -40px;
          display: block;
          position: absolute;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          background-color: #ed1b2f;
          -webkit-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
        #News .rightWing .swiper-container .swiper-wrapper .card:hover::before {
          left: 0; }
        #News .rightWing .swiper-container .swiper-wrapper .card:hover::after {
          right: -37px;
          bottom: -37px; }

#Recruit {
  padding: 60px 40px; }
  #Recruit .bannerHolder {
    width: 100%;
    height: 400px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    background-image: url("../img/recruit.jpg"); }
    #Recruit .bannerHolder:hover .redCard {
      right: -118px;
      bottom: -118px; }
    #Recruit .bannerHolder:hover .arrowWhite {
      right: 25px;
      bottom: 25px; }
    #Recruit .bannerHolder:hover .bgImage {
      -webkit-transform: translate(-50%, -50%) scale(1.05);
      -ms-transform: translate(-50%, -50%) scale(1.05);
      transform: translate(-50%, -50%) scale(1.05); }
    #Recruit .bannerHolder .redCard {
      z-index: 2;
      width: 200px;
      height: 200px;
      right: -128px;
      bottom: -128px;
      position: absolute;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      background-color: #ed1b2f;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    #Recruit .bannerHolder .arrowWhite {
      z-index: 3;
      right: 20px;
      bottom: 20px;
      width: 8px;
      height: 10px;
      position: absolute;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      background-image: url("../img/smallArrow.png"); }
    #Recruit .bannerHolder .titleHolder {
      z-index: 4;
      color: white;
      margin-left: 15vw;
      position: relative; }
      #Recruit .bannerHolder .titleHolder img {
        height: 30px;
        display: block;
        margin-bottom: 15px; }
      #Recruit .bannerHolder .titleHolder span {
        font-size: 22px;
        letter-spacing: 2px;
        display: block;
        font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
        font-weight: 600; }
    #Recruit .bannerHolder .bgImage {
      top: 50%;
      left: 50%;
      z-index: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      -webkit-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
      background-image: url("../img/recruit.jpg"); }

#LogoSection {
  text-align: center;
  background: #f8f8f8;
  padding: 80px 20px 110px 20px; }
  #LogoSection img {
    max-width: 480px;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px; }
  #LogoSection .subText {
    color: #48494b;
    font-size: min(4vw, 23px);
    letter-spacing: 1px;
    line-height: 28px; }

footer {
  padding: 100px 40px 50px 40px;
  background-image: url("../img/Footer.jpg"); }
  footer .holder {
    margin: 0 auto;
    max-width: 1150px;
    margin-bottom: 80px; }
  footer #logoHolder {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    footer #logoHolder a {
      display: inline-block; }
    footer #logoHolder img {
      height: 90px;
      display: block;
      -webkit-transform: translate(0, -26px);
      -ms-transform: translate(0, -26px);
      transform: translate(0, -26px); }
  footer .linkHolder {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 60px; }
    footer .linkHolder:last-child {
      margin-right: 0; }
    footer .linkHolder a {
      color: white;
      display: block; }
      footer .linkHolder a.headerLink {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px;
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        font-family: a-otf-midashi-go-mb31-pr6n, sans-serif; }
        footer .linkHolder a.headerLink:hover {
          opacity: 0.5; }
      footer .linkHolder a.subLinkLink {
        opacity: 0.5;
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 13px;
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        font-family: a-otf-gothic-bbb-pr6n, sans-serif; }
        footer .linkHolder a.subLinkLink.marginPlus {
          margin-bottom: 34px; }
        footer .linkHolder a.subLinkLink:hover {
          opacity: 1; }
  footer .copyWrite {
    width: 100%;
    opacity: 0.4;
    color: white;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif; }

@media only screen and (max-width: 1367px) {
  body #KV .Lwing {
    width: 64%; }
  footer .holder {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .holder #logoHolder{
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
  }
  footer .holder .linkHolder{
    width: auto
  }



  }

@media only screen and (max-width: 1025px) {
  header#header #Logo {
    top: 0;
    left: -2px;
    display: flex;
    position: relative; }
  header#header #navHolder a {
    margin: -19px 10px 0 10px; }
  body #KV {
    height: 100vh; }
    body #KV .Lwing {
      width: 70%; }
      body #KV .Lwing .holder .subText {
        font-size: 2.3vw; }
    body #KV .Rwing {
      width: 0px; }
      body #KV .Rwing .topBar, body #KV .Rwing .rightBar {
        display: none; }
  body #About {
    display: block;
    padding: 100px 20px 120px 20px; }
    body #About .Lwing {
      width: 100%;
      border-right: 0px;
      padding-bottom: 40px; }
    body #About .Rwing {
      margin: 0 auto; }
      body #About .Rwing .holder {
        padding: 0;
        width: 100%;
        text-align: center; }
  body #Feature {
    height: 100vh; }
    body #Feature .titleHolder .subTitle {
      height: 55px; }
  body #Recruit .bannerHolder .titleHolder {
    margin-left: 80px; }
  body footer {
    padding: 100px 60px 50px 60px; } }

@media only screen and (max-width: 880px) {
  footer .holder .linkHolder{
    display: none;
  }

}

@media only screen and (max-width: 835px) {
  header#header #navHolder a {
    display: none; }
  #MenuSection .leftWing, #MenuSection .rightWing {
    width: 100%; }
  body.openNav #MenuSection .leftWing {
    left: 0; }
  body.openNav #MenuSection .rightWing {
    left: 0; }
  body #KV {
    height: 83vh; }
    body #KV .Lwing {
      width: 81%; }
  body #About .Rwing {
    width: 100%; }
  body #Feature {
    height: auto;
    display: block; }
    body #Feature a.topBar, body #Feature a.leftBar, body #Feature a.bottom-leftBar, body #Feature a.bottom-rightBar {
      width: 100%;
      height: 400px;
      position: relative; }
    body #Feature a.bottom-leftBar  {
      left: 0 }
    body #Feature .blockWhite.bottom-leftHider {
      top: 0; }
    body #Feature .blockWhite.bottom-rightHider {
      left: 0;
      top: 0; }
    body #Feature.show .blockWhite.leftHider, body #Feature.show .blockWhite.bottom-rightHider {
      width: 100%;
      height: 0; }
    body #Feature a.topBar.business {
      margin-top: 88px; }
    body #Feature a.topBar.business, body #Feature a.bottom-leftBar.business, #Feature a.bottom-rightBar.business {
      height: 400px; }
  @-webkit-keyframes openFlap {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
    70% {
      opacity: 1; }
    100% {
      opacity: 0;
      -webkit-transform: translate(-100%, 0);
      transform: translate(-100%, 0); } }
  @keyframes openFlap {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
    70% {
      opacity: 1; }
    100% {
      opacity: 0;
      -webkit-transform: translate(-100%, 0);
      transform: translate(-100%, 0); } }
  body #News {
    display: block;
    padding: 80px 0 70px 0; }
    body #News .leftWing {
      width: 100%;
      height: auto; }
      body #News .leftWing .title.rightYouGo {
        margin-bottom: 30px; }
        body #News .leftWing .title.rightYouGo img, body #News .leftWing .title.rightYouGo span {
          margin-left: auto;
          margin-right: auto; }
        body #News .leftWing .title.rightYouGo .control {
          display: none; }
    body #News .rightWing {
      width: 100%; }
    body #News .rightWing .swiper-container .swiper-wrapper .card{
      margin : 0 calc((100vw - 250px) / 2); }
    body #News .control.SP {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 40px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      body #News .control.SP .breaker {
        margin: 0 28px; }
  body #Recruit .bannerHolder {
    height: 280px; }
  body footer .holder {
    display: block;
    margin-bottom: 40px; }
    body footer .holder .linkHolder {
      display: none; }
  body footer #logoHolder {
    text-align: center; } }

@media only screen and (max-width: 1040px) {
  header#header #Logo #LogoImg {
    background-size: contain;
    aspect-ratio: 1 / 0.27;
    margin: auto 0;
    background-image: url("../img/navLogoSPC.png");
    background-position: center left;
    transform: translate(0 ,-49%); }
  }
@media only screen and (max-width: 480px) {
  body header#header{
    padding: 0 0 0 20px; }
  body header#header #Logo #LogoImg {
    transform: translate(0, -49%); }
  body #MenuSection .leftWing {
    display: block;
    padding: 0 20px;
    overflow-y: scroll; }
    body #MenuSection .leftWing .holder {
      height: auto;
      padding: 120px 0; }
  body #KV {
    height: 100%; }
    body #KV .Lwing {
      width: 100%; }
      body #KV .Lwing .holder .logo {
        width: 85%;
        padding-left: 20px; }
      body #KV .Lwing .holder .title {
        padding-left: 20px; }
        body #KV .Lwing .holder .title .titleCage {
          margin-bottom: 15px; }
          body #KV .Lwing .holder .title .titleCage img {
            width: calc(100% - 20px); }
      body #KV .Lwing .holder .subText {
        padding-left: 20px;
        font-size: 3.5vw; }
  body #About .Lwing .holder img {
    height: 100px; }
  body #About .Rwing .holder p {
    letter-spacing: 0; }
    body #About .Rwing .holder p br {
      display: none; }
  body #Feature .mask {
    opacity: 0.2; }
  body #Recruit {
    padding: 20px; }
    body #Recruit .bannerHolder {
      height: 400px; }
      body #Recruit .bannerHolder .titleHolder {
        margin-left: 40px; }
  body footer {
    padding: 100px 20px 50px 20px; }
    body footer .copyWrite {
      line-height: 18px; } }
