html, body {
  height: 100%;
}

#logo-frag-1 path,
#logo-frag-2 path,
#logo-frag-3 path,
#back-arrow path {
  fill: inherit;
}

use.full-logo__unit {
  fill: #fff;
}

.preload-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #E72420;
  z-index: 99999;
}

.full-logo {
  position: absolute;
  width: 25vw;
  height: calc(25vw * 86.26 / 258.8);

  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.full-logo-piece {
  position: absolute;
  height: 100%;

  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;

}

.full-logo > div {
  visibility: hidden;
}

.full-logo-piece > svg {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.full-logo__middle {
  width: calc(25vw * 40.99 / 258.8);
}

.full-logo__middle-left {
  width: calc(25vw * 40.41 / 258.8);
  /* transform: translateX(calc((calc(25vw * 40.99 / 258.8) + calc(25vw * 15.9 / 258.8)) * -1)); */
  -webkit-transform: translateX(-140%);
          transform: translateX(-140%);
}

.full-logo__left {
  width: calc(25vw * 36.69 / 258.8);
  /* transform: translateX(calc((calc(25vw * 40.99 / 258.8) + calc(25vw * 40.41 / 258.8) + calc(25vw * 15.9 / 258.8) * 2) * -1)); */
  -webkit-transform: translateX(-308.5%);
          transform: translateX(-308.5%);
}

.full-logo__middle-right {
  width: calc(25vw * 40.41 / 258.8);
  /* transform: translateX(calc((calc(25vw * 40.99 / 258.8) + calc(25vw * 15.9 / 258.8)) * 1)) scaleX(-1); */
  -webkit-transform: translateX(140%) scaleX(-1);
          transform: translateX(140%) scaleX(-1);
}

.full-logo__right {
  width: calc(25vw * 36.69 / 258.8);
  /* transform: translateX(calc((calc(25vw * 40.99 / 258.8) + calc(25vw * 40.41 / 258.8) + calc(25vw * 15.9 / 258.8) * 2) * 1)) scaleX(-1); */
  -webkit-transform: translateX(308.5%) scaleX(-1);
          transform: translateX(308.5%) scaleX(-1);
}

.brand-logo-text {
  width: 100%;
  position: absolute;
  top: 127.5%;
  left: 0;
  height: 50%;
}


.dock {
  position: fixed;
  z-index: 500;
  z-index: var(--dock-z-index);
  height: 100vh;

  width: 6.25vw;

  width: var(--dock-width);
  
  top: 0;
  left: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  border-right: 1px solid rgba(255,255,255, .2);

  background-color: #f5f5f5;
}
.dock__logo {
    /* width ratio 36 / 120 */
    /* top ratio 66 / 1080 */
    /* size ratio 36 / 23 */

    cursor: pointer;


    position: absolute;
    

    width: 1.875vw;
    

    width: var(--dock-logo-wrap-width);
    /* height: calc(23 * var(--dock-logo-wrap-width) / 36); */
    height: 1.19472vw;
    top: calc( 66 * 100vh / 1080);

    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.dock__logo-text {
    -ms-flex-item-align: center;
        align-self: center;
    width: 12%;
}
.dock__menu {
    /* width ratio 40 / 120 */
    /* size ratio 1 / 1 */
    /* bottom ratio 61 / 1080 */

    width: 1.5625vw;

    width: var(--dock-menu-wrap-width);
    height: 1.5625vw;
    height: var(--dock-menu-wrap-width);

    position: absolute;
    display: block;

    bottom: 5.64%;

    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.dock__menu-rect {
    position: absolute;
    
    /* width: var(--dock-menu-rect-size);
    height: var(--dock-menu-rect-size); */
    width: 42.43333%;
    height: 43.9333%;
}
.dock__menu-rect--1 {
      top: 0;
      left: 0;
}
.dock__menu-rect--1 .dock__menu-rect-line {
        position: absolute;
        width: 100%;
        height: 31.03%;
        left: 0;
        background: #283032;
        background: var(--primary-black);
}
.dock__menu-rect--1 .dock__menu-rect-line--1 {
          top: 0;
}
.dock__menu-rect--1 .dock__menu-rect-line--2 {
          bottom: 0;
}
.dock__menu-rect--2 {
      right: 0;
      top: 0;
}
.dock__menu-rect--2 .dock__menu-rect-line {
        position: absolute;
        height: 100%;
        width: 31.03%;
        top: 0;
        background: #283032;
        background: var(--primary-black);
}
.dock__menu-rect--2 .dock__menu-rect-line--1 {
          left: 0;
}
.dock__menu-rect--2 .dock__menu-rect-line--2 {
          right: 0;
}
.dock__menu-rect--3 {
      bottom: 0;
      left: 0;
}
.dock__menu-rect--3 .dock__menu-rect-line {
        position: absolute;
        height: 100%;
        width: 31.03%;
        top: 0;
        background: #283032;
        background: var(--primary-black);
}
.dock__menu-rect--3 .dock__menu-rect-line--1 {
          left: 0;
}
.dock__menu-rect--3 .dock__menu-rect-line--2 {
          right: 0;
}
.dock__menu-rect--4 {
      right: 0;
      bottom: 0;
}
.dock__menu-rect--4 .dock__menu-rect-line {
        position: absolute;
        width: 100%;
        height: 31.03%;
        left: 0;
        background: #283032;
        background: var(--primary-black);
}
.dock__menu-rect--4 .dock__menu-rect-line--1 {
          top: 0;
}
.dock__menu-rect--4 .dock__menu-rect-line--2 {
          bottom: 0;
}
.logo-triple__piece {
    font-size: 0;
    position: absolute;
    height: 100%;
    top: 0;
    width: 28%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.logo-triple__piece svg {
      position: absolute;
      height: 100%;
      top: 0;
      left: 0;
}
.logo-triple__piece--left {
      left: 0;
}
.logo-triple__piece--middle {
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
}
.logo-triple__piece--right {
      right: 0;
      -webkit-transform: scaleX(-1) translateX(-20%);
              transform: scaleX(-1) translateX(-20%);
}
.logo-triple__piece--left-middle {
      visibility: hidden;
      left: 0;
}
.logo-triple__piece--right-middle {
      visibility: hidden;
      right: 0;
      -webkit-transform: scaleX(-1) translateX(-20%);
              transform: scaleX(-1) translateX(-20%);
}
.bullet-list {

  position: absolute;
  width: calc(16 * 100vw / 1920);
  height: calc(139 * 100vw / 1920);

  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  
  -ms-flex-item-align: center;
  
      align-self: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  z-index: -999;
  visibility: hidden;
}
.bullet-list__item {
    
    width: .26041vw;
    
    width: var(--dock-bullet-item-size);
    height: .26041vw;
    height: var(--dock-bullet-item-size);
    background: #e7e7e7;

    cursor: pointer;
}
.bullet-list__current {
    position: absolute;
    width: calc(16 * 100vw / 1920);
    height: calc(40 * 100vw / 1920);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 5;
    cursor: default;

    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.bullet-list__current span {   
      font-size: calc(16 * 100vw / 1920);
      line-height: 100%;
      font-weight: bold;
      color: #283032;
      color: var(--primary-black);
      margin: 2px 0;
}
.bullet-list__current--1 {
      top: calc(21 * 1 * 100vw / 1920);
}
.bullet-list__current--2 {
      top: calc(21 * 2 * 100vw / 1920);
}
.bullet-list__current--3 {
      top: calc(21 * 3 * 100vw / 1920);
}
.bullet-list__current--4 {
      top: calc(21 * 4 * 100vw / 1920);
}
.bullet-list__current--5 {
      top: calc(21* 5 * 100vw / 1920);
}
use.logo-triple__left,
use.logo-triple__middle,
use.logo-triple__right,
use.logo-triple__left-middle,
use.logo-triple__right-middle {
  fill: #E72420;
  fill: var(--primary-red);
}
.case-detail-bullet-list,
.recruitment-bullet-list {
  width: calc(18 * 100vw / 1920);
  height: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  visibility: hidden;
  z-index: -100;
}
.case-detail-bullet-list__item, .recruitment-bullet-list__item {
    cursor: pointer;
    width: calc(18 * 100vw / 1920);
    height: calc(18 * 100vw / 1920);
    margin-top: calc(18 * 100vw / 1920);
    margin-bottom: calc(18 * 100vw / 1920);

    position: relative;
}
.case-detail-bullet-list__item--active .case-detail-bullet-list__outer,.case-detail-bullet-list__item--active .recruitment-bullet-list__outer,.recruitment-bullet-list__item--active .case-detail-bullet-list__outer,.recruitment-bullet-list__item--active .recruitment-bullet-list__outer {
      display: block;
}
.case-detail-bullet-list__outer, .recruitment-bullet-list__outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;

    display: none;
}
.case-detail-bullet-list__inner, .recruitment-bullet-list__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(7 * 100vw / 1920);
    height: calc(7 * 100vw / 1920);
    background: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}



.menu {

  position: absolute;
  /* z-index: var(--menu-z-index); */
  
  width: 93.75vw;
  
  width: var(--menu-width);
  height: 100%;
  left: 6.25vw;
  left: var(--dock-width);
  top: 0;
  
  z-index: -1;
  
  overflow: hidden;
}
.menu svg {
    width: 0;
    height: 0;
    position: absolute;
}
.menu__row {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.menu__moving-box {

    position: absolute;
    width: 15.625vw;
    width: var(--menu-column-width);
    height: 100vh;
    will-change: transform, opacity;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    top: 0;
    background: #E72420;
    background: var(--primary-red);
    -webkit-clip-path: url(#menu-clip-path);
            clip-path: url(#menu-clip-path);
    visibility: hidden;
    opacity: 0;
}
.menu__column {

    cursor: pointer;

    position: relative;

    
    width: 15.625vw;

    
    width: var(--menu-column-width);
    height: 100%;

    -webkit-box-flex: 1;

        -ms-flex: 1 1 15.625vw;

            flex: 1 1 15.625vw;

    -ms-flex: 1 1 var(--menu-column-width);

        flex: 1 1 var(--menu-column-width);

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
  
    visibility: hidden;
}
.menu__column:not(:first-of-type) {
      border-left: solid 1px #F1F1F1;
}
.menu__column-text {

    position: absolute;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    width: 100%;
    min-height: 25.6rem;

    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);

    top: 38.14%;

    font-size: calc(48 * 100vw / 1920);
    color: #283032;
    color: var(--primary-black);
    
    font-weight:600;

    -webkit-writing-mode: vertical-rl;

        -ms-writing-mode: tb-rl;

            writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
            text-orientation: upright;
}
.menu__column-text span {
      position: relative;

      letter-spacing: calc(8 * 100vw / 1920);
}
.menu__column-text span::before {
        letter-spacing: 0;
        font-family: 'Oxanium Medium', sans-serif;
        -webkit-writing-mode: horizontal-tb;
            -ms-writing-mode: lr-tb;
                writing-mode: horizontal-tb;
        
        position: absolute;
        content: attr(data-seq-text);
        top: 2.5%;
        right: 110%;
        opacity: .6;
        font-size: calc(16 * 100vw / 1920);
}

:root {
  --primary-red: #E72420;
  --primary-black: #283032;
}
:root {

  /* --dock-width: calc(120 * 100vw / 1920); */
  --dock-width: 6.25vw;
  
  /* --dock-menu-wrap-width: calc(var(--dock-width) * 30 / 120); */

  
  /* --dock-menu-wrap-width: calc(30 * 100vw / 1920); */
  --dock-menu-wrap-width: 1.5625vw;

  /* --dock-logo-wrap-width: calc(var(--dock-width) * 36 / 120); */
  --dock-logo-wrap-width: 1.875vw;
  
  /* --dock-menu-close-size: calc(30 * 100vw / 1920); */
  --dock-menu-close-size: 1.5625vw;

  /* --dock-menu-rect-size: calc(var(--dock-menu-wrap-width) / 2.25); */
  --dock-menu-rect-size: 5.13888vw;
  /* --dock-bullet-item-size: calc(5 * 100vw / 1920); */
  --dock-bullet-item-size: .26041vw;

  /* --menu-width: calc(100vw - var(--dock-width)); */
  --menu-width: 93.75vw;
  /* --menu-column-width: calc(var(--menu-width) / 6); */
  --menu-column-width: 15.625vw;

  /* --scroll-section-width: calc((1920  - 120) * 100vh / 1080); */

  /* --scroll-section-width: calc(100vw - var(--dock-width)); */
  --scroll-section-width: 93.75vw;

/*   
  --logo-ref-width: 258.8;
  --logo-ref-height: 86.26;

  --logo-width: 5rem;
  --logo-height: calc(var(--logo-width) * var(--logo-ref-height) / var(--logo-ref-width));

  --logo-gap: calc(var(--logo-width) * 15.9 / var(--logo-ref-width));

  --logo-frag-one-width: calc(var(--logo-width) * 40.99 / var(--logo-ref-width));
  --logo-frag-two-width: calc(var(--logo-width) * 40.41 / var(--logo-ref-width));
  --logo-frag-three-width: calc(var(--logo-width) * 36.69 / var(--logo-ref-width)); 
  */

  --menu-z-index: 50;
  --dock-z-index: 500;
}
*, 
*::before, 
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  text-decoration: none;
}
html {
  font-size: 62.5%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
  font-size: 1.6rem;
  overflow: hidden;
}
/* * { background-color: rgba(255,0,0,.2); }
* * { background-color: rgba(0,255,0,.2); } 
* * * { background-color: rgba(0,0,255,.2); } 
* * * * { background-color: rgba(255,0,255,.2); } 
* * * * * { background-color: rgba(0,255,255,.2); } 
* * * * * * { background-color: rgba(255,255,0,.2); } 
* * * * * * * { background-color: rgba(255,0,0,.2); } 
* * * * * * * * { background-color: rgba(0,255,0,.2); } 
* * * * * * * * * { background-color: rgba(0,0,255,.2); } */
@font-face {
  font-family: 'Oxanium Regular';
  font-style: normal;
  font-weight: 400;
  src: 
    url(/Oxanium-Regular.woff2?19361c6eab3cf441fe1979cec9011f14) format('woff2'), 
    url(/Oxanium-Regular.woff?74a024abb4ef160db2d87abbf450a998) format('woff'),
    url(/Oxanium-Regular.ttf?f561c6cc1a67e89471db6243ab195c42) format('truetype'),
    url(/Oxanium-Regular.eot?b51bbb68b2deb31742fe95dafe16547d) format('embedded-opentype');
  unicode-range: U+000-5FF; /* Latin glyphs */
}
@font-face {
  font-family: 'Oxanium Medium';
  font-style: normal;
  font-weight: 400;
  src: 
    url(/Oxanium-Medium.woff2?895dffa9e0abf23981bf5c0c07118c1f) format('woff2'), 
    url(/Oxanium-Medium.woff?1eb2fc2c1923cc3701d93c4847358486) format('woff'),
    url(/Oxanium-Medium.ttf?27a1c6e23b1ea753e10b19f56dfc8c1e) format('truetype'),
    url(/Oxanium-Medium.eot?ef43066cd58e0768fdf4aeda16741a8a) format('embedded-opentype');
  unicode-range: U+000-5FF; /* Latin glyphs */
}
#app {
  height: 100%;
}


.preface {
  background: #fff;

  /* background: url('../assets/foo.jpg') no-repeat center / contain; */

  position: absolute;
  width: 100%;
  height: 100%;
}
.slogan {
  position: absolute;
  
  top: 6.11%;
  left: 3.77%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}
.slogan__part-1,
  .slogan__part-2 {
    height: 100%;
    width: calc(34 * 100vw / 1920);
    
    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;
}
.slogan__part-1 span, .slogan__part-2 span {
      font-size: calc(31 * 100vw / 1920);
      font-weight: bold;
      color: #969A9B;
      line-height: 100%;
}
.slogan__part-1 span:not(:first-of-type), .slogan__part-2 span:not(:first-of-type) {
        margin-top: 1rem;
}
.slogan__part-2 {
    margin-left: 2.1rem;
}
.slogan__deco {
    width: calc(34 * 100vw / 1920);
    height: calc(30 * 100vw / 1920);
    
    display: -webkit-box;
    
    display: -ms-flexbox;
    
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
.slogan__deco svg {
      width: 25%;
}
.brand-heading {
  position: absolute;
  
  left: 3.33%;
  bottom: 16.3%;

  color: #283032;
  font-size: calc(36 * 100vw / 1920);
}
.brand-heading__deco {
    content: '';
    position: absolute;

    width: calc(16 * 100vw / 1920);
    height: calc(39 * 100vw / 1920);

    left: 3.6%;
    bottom: 115%;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: rotate(90deg) translate(calc(-.5 * 39 * 100vw / 1920), 25%);
            transform: rotate(90deg) translate(calc(-.5 * 39 * 100vw / 1920), 25%);
}
.brand-heading__deco svg {
      height: 100%;
}
.scroll-hint {
  /* width: calc(40 * 100vw / 1920);
  height: calc(40 * 100vw / 1920); */
  width: 40px;
  height: 40px;
  
  position: absolute;
  bottom: 5.65%;
  right: 3.66%;
}
.scroll-hint::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 28px;
    border-radius: 2px 2px 9px 9px;
    border: 2px solid rgba(40,48,50,1);

    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.scroll-hint span {
    position: absolute;
    width: 2px;
    height: 5px;
    top: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #283032;
    background: var(--primary-black);
    border-radius: 10px;
    -webkit-animation: scroll 1.5s infinite ease-out;
            animation: scroll 1.5s infinite ease-out;
    opacity: 0;
}
@-webkit-keyframes scroll {
10% {
      opacity: 1;
}
70%, 100% {
      -webkit-transform: translateX(-50%) translateY(75%);
              transform: translateX(-50%) translateY(75%);
      opacity: 0;
}
}
@keyframes scroll {
10% {
      opacity: 1;
}
70%, 100% {
      -webkit-transform: translateX(-50%) translateY(75%);
              transform: translateX(-50%) translateY(75%);
      opacity: 0;
}
}
.video-bg-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video-bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 92.75%;
}
use.slogan__deco-unit,
use.brand-heading__deco-unit {
  fill: #E72420;
  fill: var(--primary-red);
}
use.scroll-hint__arrow-unit {
  fill: var(-primary-black);
}


.intro {
  position: absolute;
  width: 100%;
  height: 100%;
}
.goal-wrap {
  position: absolute;
  /* top: 16.94%; */
  top: 12.5%;
  left: 4.44%;
  width: 45.55%;  
  display: -webkit-box;  
  display: -ms-flexbox;  
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.goal {
  width: 43.92%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #283032;
  color: var(--primary-black);
}
.goal__title {
    
    font-size: calc(36 * 100vw / 1920);
    color: #000;
    font-weight: bold;
    margin-bottom: calc(18 * 100vw / 1920);
}
.goal__sub-title {
    line-height: 100%;
    font-size: calc(24 * 100vw / 1920);
    font-weight: bold;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.goal__sub-title > div {
      width: calc(6 * 100vw / 1920);
      height: calc(14 * 100vw / 1920);
      margin-right: calc(12 * 100vw / 1920);

      display: inline-block;
      position: relative;
}
.goal__sub-title > div svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 100%;
}
.goal__description {
    margin-top: calc(74 * 100vw / 1920);
    /* font-size: calc(14 * 100vw / 1920); */
    /* line-height: calc(28 * 100vw / 1920); */
    font-size: calc(16 * 100vw / 1920);
    line-height: calc(30 * 100vw / 1920);
    position: relative;
}
.goal__description::before,
    .goal__description::after {
      position: absolute;
      content: '';
      
      width: calc(24 * 100vw / 1920);
      height: calc(22 * 100vw / 1920);
      background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAWCAMAAADto6y6AAAANlBMVEVHcEz09PT19fX39/f19fX19fX5+fn19fX19fX29vb19fX19fX19fXv7+/09PT19fX19fX09PT5QUc1AAAAEXRSTlMA8HFGzrkYhONW3iuWCjqsfhiqTkIAAAB/SURBVCjP3Y9hAoUgCIPJUisz2/0vWzik3hXefu2DIShCnXGWoXrFYVMDlgFhAiy1PRbYmInqmcqAQ9kJmgqAQ7K6porZXUPR4Ejuj/rUZ/r1FB/IfVvjbBLfwCtqv85ubXhPLZ+QLB0S/8NtbHB6VQU+O3UQvMrXB34a+Q8bNylSGPe9O/3NAAAAAElFTkSuQmCC') no-repeat center;
      background-size: contain;
}
.goal__description::before {
      left: 0;
      bottom: 110%;
}
.goal__description::after {
      right: 0;
      top: 100%;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
}
.intro-divider {
  width: 45.55%;
  height: 1px;
  background: #e7e7e7;
  position: absolute;
  left: 4.44%;
  /* top: 55.64%; */
  top: 62.5%;
}
.platform {
  position: absolute;
  width: 45.55%;
  /* height: 20.92%; */
  left: 4.44%;
  /* top: 62.4%; */
  top: 68.5%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}
.platform::before {
    content: '';
    position: absolute;
    top: -2.5%;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    width: 1px;
    height: calc(241 * 100vw / 1920);
    background: #E7E7E7;
}
.platform__main,
  .platform__product {
    width: 50%;
}
.platform__title {
    font-size: calc(36 * 100vw / 1920);
    font-weight: bold;
}
.platform__enter {
    margin-top: calc(84 * 100vw / 1920);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* border: 3px solid var(--primary-black); */
    background: #E72420;
    background: var(--primary-red);
    
    width: calc(296 * 100vw / 1920);
    height: calc(80 * 100vw / 1920);


    position: relative;
    overflow: hidden;
}
/* padding: calc(30 * 100vw / 1920); */
.platform__enter--clip {
      -webkit-clip-path: url(#button-clip);
              clip-path: url(#button-clip);
}
.platform__enter::before {
      content: '';
      position: absolute;

      width: calc(296 * 2 * 100vw / 1920);
      height: calc(296 * 100vw / 1920);
      background: #f1f1f1;
      border-radius: 50%;
      right: 150%;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: -1;
      -webkit-transition: 2000ms 0ms all cubic-bezier(0.19, 1, 0.22, 1);
      transition: 2000ms 0ms all cubic-bezier(0.19, 1, 0.22, 1);
}
.platform__enter:hover::before {
      -webkit-transform: translateY(-50%) translateX(80%);
              transform: translateY(-50%) translateX(80%);
}
.platform__enter-text {
      font-size: calc(24 * 100vw / 1920);
      /* color: var(--primary-black); */
      color: #fff;
      font-weight: bold;
      margin-right: auto;
      margin-left: 15px;
}
.platform__enter:hover .platform__enter-deco {
      -webkit-transform: translateX(25%);
              transform: translateX(25%);
}
.platform__enter-deco {
      -webkit-transition: 2000ms 0ms transform cubic-bezier(0.19, 1, 0.22, 1);
      transition: 2000ms 0ms transform cubic-bezier(0.19, 1, 0.22, 1);

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: calc(29 * 100vw / 1920);
      height: calc(12 * 100vw / 1920);

      margin-right: 30px;
}
.platform__enter-deco > div {
        width: 20%;
        height: 100%;

        
        display: -webkit-box;

        
        display: -ms-flexbox;

        
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.platform__enter-deco > div svg {
          height: 100%;
}
.platform__product {
    padding-left: calc(67 * 100vw / 1920);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.platform__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.platform__column {
    width: calc(150 * 100vw / 1920);
    height: calc(85 * 100vw / 1920);

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.platform__column img {
      width: 32.5%;
      height: 58%;
}
.platform__column-text {
      font-size: calc(16 * 100vw / 1920);
      color: #7b7b7b;
      font-weight: bold;
      width: 105%;
      text-align: center;
}
.platform-data {

  width: calc(548 * 100vw / 1920);
  height: calc(70 * 100vw / 1920);
  position: absolute;
  bottom: 16.67%;
  
  right: 5.61%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.platform-data::before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(60 * 100vw / 1920);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
}
.platform-data__entity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.platform-data__label {
    font-size: calc(14 * 100vw / 1920);
    color: #fff;
    line-height: 100%;
    margin-bottom: 6.5%;
}
.platform-data__value {
    font-size: calc(36 * 100vw / 1920);
    color: #fff;
    font-family: 'Oxanium Regular', sans-serif;
}
use.goal__sub-title-unit {
  fill: #E72420;
  fill: var(--primary-red);
}
use.platform__enter-deco-unit {
  fill: #fff;
}



.case-icon {
  width: 100%;
  height: 100%;
}
.pattern {
  width: 100%;
  height: 100%;

  position: relative;
}


.case-list {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 3.33%;
  right: 3.33%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.case-list > svg {
    position: absolute;
    width: 0;
    height: 0;
}
.case-list__moving-box {

    -webkit-clip-path: url(#caselist-moving-box-clip);

            clip-path: url(#caselist-moving-box-clip);

    opacity: 0;

    position: absolute;
    width: calc(100% / 4);
    height: 100%;
    top: 0;
    left: calc(100% / 4 * -1);
    
    overflow: hidden;
}
.case-list__moving-box-background {
      position: absolute;
      width: 100%;
      height: 71.71%;
      top: 0;
      left: 0;

      z-index: 1;
}
.case-list__moving-box-background--1 {
        background: url(/case-bg-1.jpg?80cb1f985e9e33afa517b3a4151a1160) no-repeat center / cover;
}
.case-list__moving-box-background--2 {
        background: url(/case-bg-2.jpg?f18ae0f3967c21bde09b469ca1ebc3d1) no-repeat center / cover;
        z-index: -1;
}
.case-list__moving-box-background--3 {
        background: url(/case-bg-3.jpg?a4b2b850f328448d0d649b86f9f12d20) no-repeat center / cover;
        z-index: -1;
}
.case-list__moving-box-background--4 {
        background: url(/case-bg-4.jpg?0ea6a33a3920b3daceed726b3544f39c) no-repeat center / cover;
        z-index: -1;
}
.case-list__item {
    width: calc(100% / 4);
    height: 100%;
    position: relative;
}
.case-list__item-content {
      position: absolute;
      left: 14.285%;
      top: 26.38%;
      width: 71.42%;
      bottom: 33.24%;
}
.case-list__item-icon {
      width: calc(60 * 100vw / 1920);
      height: calc(60 * 100vw / 1920);
}
.case-list__item-title {
      font-weight: bold;
      color: #283032;
      color: var(--primary-black);
      font-size: calc(30 * 100vw / 1920);
      margin: 12% auto 14.66%;
      line-height: calc(42 * 100vw / 1920);

      height: 37.5%;
}
.case-list__item-description {
      color: #7b7b7b;
      font-size: calc(14 * 100vw / 1920);
      
      line-height: calc(28 * 100vw / 1920);

      position: relative;
}
.case-list__item-description-illus {
        width: calc(6 * 100vw / 1920);
        height: calc(13 * 100vw / 1920);
        position: absolute;
        left: 0;
        bottom: 105%;

        -webkit-transform: translateX(100%) rotate(90deg);

                transform: translateX(100%) rotate(90deg);
}
.case-list__item-description-illus svg {
          position: absolute;
          width: 100%;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50% ,-50%);
                  transform: translate(-50% ,-50%);
}
.case-list__item-order {
      position: absolute;
      /* bottom: 0; */
      /* bottom: -17.5%; */
      bottom: -28.5%;
      width: 100%;
      left: 0;
      font-family: 'Oxanium Regular';
}
.case-list__item-order-numerator {
        
        font-size: calc(36 * 100vw / 1920);
        color: #000;
}
.case-list__item-order-denominator {
        font-weight: bold;
        font-size: calc(18 * 100vw / 1920);
        color: #7b7b7b;
}
.case-list__item-order-slash {
        display: inline-block;
        width: calc(8 * 100vw / 1920);
        height: calc(8 * 100vw / 1920);
        position: relative;
}
.case-list__item-order-slash::before {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                  transform: translate(-50%, -50%) rotate(-45deg);
          border-radius: 4px;
          width: 100%;
          height: 2px;
          background: #e7e7e7;
}
.attachment {
  background: #E72420;
  background: var(--primary-red);
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 28.3%;
  bottom: 0;
}
.attachment__header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* width: 100%; */
    /* margin: 16.5% 0; */
    width: 90%;
    margin: 12% auto 17.5%;
}
.attachment__number {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.attachment__number-text {
      color: #fff;
      font-size: calc(36 * 100vw / 1920);
      font-weight: bold;
      font-family: 'Oxanium Regular';
}
.attachment__number-label {
      
      font-size: calc(14 * 100vw / 1920);
      color: #fff;
}
.attachment__link {
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 5% 8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

    /* width: 75%; */
    width: 62.5%;
    height: 22.5%;

    margin-left: auto;
    margin-right: auto;


    position: relative;
    overflow: hidden;
}
.attachment__link::before {
      content: '';
      position: absolute;

      width: calc(367.5 * 100vw / 1920);
      height: calc(183.75 * 100vw / 1920);
      
      border-radius: 50%;
      right: 150%;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: -1;
      -webkit-transition: 2000ms 0ms all cubic-bezier(0.19, 1, 0.22, 1);
      transition: 2000ms 0ms all cubic-bezier(0.19, 1, 0.22, 1);

      background:rgba(255,255,255,1);
      opacity:0.15;
}
.attachment__link:hover::before {
      -webkit-transform: translateY(-50%) translateX(120%);
              transform: translateY(-50%) translateX(120%);
}
.attachment__link-text {
      font-size: calc(16 * 100vw / 1920);
      color: #fff;
      margin-right: auto;
}
.attachment__link:hover .attachment__link-icon {
      -webkit-transform: translateX(25%);
              transform: translateX(25%);
}
.attachment__link-icon {
      -webkit-transition: 2000ms 0ms transform cubic-bezier(0.19, 1, 0.22, 1);
      transition: 2000ms 0ms transform cubic-bezier(0.19, 1, 0.22, 1);
      width: calc(29 * 100vw / 1920);
      height: calc(12 * 100vw / 1920);

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
}
.attachment__link-icon-frag {
        width: 17.5%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.attachment__link-icon-frag svg {
          width: 100%;
}
use.attachment__link-icon-frag-unit {
  fill: #fff;
}
use.case-list__item-description-illus-unit {
  fill: #e7e7e7;
}





.partners {
  position: absolute;
  width: 100%;
  height: 100%;
}
.partner-list {
  position: absolute;
  top: 25%;
  left: 8.28%;
  right: 8.28%;
  bottom: 25%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}
.partner-list__ellipsis {
    position: absolute;
    width: calc(8 * 100vw / 1920);
    height: calc(41 * 100vw / 1920);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: calc(100% + 64 * 100vw / 1920);

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.partner-list__ellipsis span {
      width: calc(8 * 100vw / 1920);
      height: calc(8 * 100vw / 1920);
      border-radius: 50%;
      background: #283032;
      background: var(--primary-black);
}
.partner-list__column {
    width: 20%;
    height: 100%;

    background: #fff;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;

    /* filter: grayscale(100%);

    transition: filter .5s , transform .5s; */

    /* &:hover {
      filter: none;
      transform: scale(1.1);
    } */
}
.partner-list__column:not(:first-of-type) {
      position: relative;
}
.partner-list__column:not(:first-of-type)::before {
        content: '';
        position: absolute;
        height: 59.25%;
        width: 1px;
        left: -.5px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        background: #f1f1f1;
}
.partner-list__item {
    
    -webkit-box-flex: 0;
    
        -ms-flex: 0 0 6.25vw;
    
            flex: 0 0 6.25vw;
    
    width: 100%;
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    -webkit-filter: grayscale(100%);

            filter: grayscale(100%);
}
.partner-list__item > a {
      display: block;
      width: 62.5%;
      height: 100%;
      text-indent: -9999px;
}
/* @for $i from 1 to 20 {
  .partner-#{$i} {
    background: url('../assets/partner-#{$i}.png') no-repeat center;
    background-size: contain;
  }
} */
.partner-1 {
  background: url(/partner-1.png?dd51d9da2e05b0ebf139ef91e2ac943f) no-repeat center;
  background-size: contain;
}
.partner-2 {
  background: url(/partner-2.png?eb81531c0df715238d8c9412290a5037) no-repeat center;
  background-size: contain;
}
.partner-3 {
  background: url(/partner-3.png?27eb490bc4c62d0eeaf8f81754caad2d) no-repeat center;
  background-size: contain;
}
.partner-4 {
  background: url(/partner-4.png?864d6f6f371321267a5f14216c7ec36e) no-repeat center;
  background-size: contain;
}
.partner-5 {
  background: url(/partner-5.png?3a3cddd733d8bd66425868a6909e737c) no-repeat center;
  background-size: contain;
}
.partner-6 {
  background: url(/partner-6.png?2216a1b457098963aa775ef3f69691dc) no-repeat center;
  background-size: contain;
}
.partner-7 {
  background: url(/partner-7.png?7a437679ebc29a4fbefaf74430ad91a0) no-repeat center;
  background-size: contain;
}
.partner-8 {
  background: url(/partner-8.png?e289b40c734784e8d2bc254e49d92828) no-repeat center;
  background-size: contain;
}
.partner-9 {
  background: url(/partner-9.png?48d2d7af51740f234e878f270cd46754) no-repeat center;
  background-size: contain;
}
.partner-10 {
  background: url(/partner-10.png?8628574fbd1e1a6687ed865a645cc05b) no-repeat center;
  background-size: contain;
}
.partner-11 {
  background: url(/partner-11.png?74c7e3b3b2288840b2ca0752f3c32a83) no-repeat center;
  background-size: contain;
}
.partner-12 {
  background: url(/partner-12.png?6cc077b362df9062ee40ad6112eb7419) no-repeat center;
  background-size: contain;
}
.partner-13 {
  background: url(/partner-13.png?305f8343a7d2c752d2f316a29259b5f0) no-repeat center;
  background-size: contain;
}
.partner-14 {
  background: url(/partner-14.png?d4524a7ff11b813ee4e271c300d4ed68) no-repeat center;
  background-size: contain;
}
.partner-15 {
  background: url(/partner-15.png?3664c4556ae1ccc01a0a2c3509d7a7c9) no-repeat center;
  background-size: contain;
}
.partner-16 {
  background: url(/partner-16.png?baeaa2a2fb76a624c6c47543c652c8c6) no-repeat center;
  background-size: contain;
}
.partner-17 {
  background: url(/partner-17.png?97f3d40ccff72f00b0dc3885de48953f) no-repeat center;
  background-size: contain;
}
.partner-18 {
  background: url(/partner-18.png?cfa54cacb8e14dec16bf3ca37b7e1b7b) no-repeat center;
  background-size: contain;
}
.partner-19 {
  background: url(/partner-19.png?f21c68d42f8fed26ef926a30566d929e) no-repeat center;
  background-size: contain;
}
.partner-20 {
  background: url(/partner-20.png?b0a01e51e6b857942f77b3ebc26bf486) no-repeat center;
  background-size: contain;
}


.contact {
  position: absolute;
  width: 100%;
  height: 100%;
}
.contact__address {
    width: 25.29%;
    height: 100%;

    padding: calc(30 * 100vw / 1920) calc(36 * 100vw / 1920);
}
.contact__address * {
      line-height: 100%;
}
.contact__address-item {
      width: calc(250 * 100vw / 1920);
      font-size: calc(16 * 100vw / 1920);
      font-weight: bold;
}
.contact__address-item:not(:first-of-type) {
        margin-top: calc(48 * 100vw / 1920);
}
.contact__address-item--social-media-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        
        padding: 2.5px;
}
.contact__address-item--social-media-list .contact__social-media-icon {
          color: transparent;
          width: calc(30 * 100vw / 1920);
          height: calc(30 * 100vw / 1920);

          position: relative;
}
.contact__address-item--social-media-list .contact__social-media-icon:not(:first-of-type) {
            margin-left: 17.76%;
}
.contact__address-item--social-media-list .contact__social-media-icon svg {
            position: absolute;
            height: 100%;
            top: 0;
            left: 0;
}
.contact__address-label {
      color: #E72420;
      color: var(--primary-red);
      margin-bottom: calc(16 * 100vw / 1920);
}
.contact__address-text {
      color: #fff;
}
.contact__address-text-row {
        display: block;
}
.contact__address-text-row:not(:first-of-type) {
          margin-top: calc(16 * 100vw / 1920);
}
.contact__address--tel {
      margin-left: 4.76%;
}
.contact__title {
    font-size: calc(36 * 100vw / 1920);
    font-weight: bold;
    margin-bottom: 21.17%;
    color: #fff;
}
.contact__communication {
    width: calc(420 * 100vw / 1920);
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 2.5%;
    padding-bottom: 2%;
}
.contact__inquiry {
    margin-top: auto;
}
.contact__inquiry-help {
      font-size: calc(16 * 100vw / 1920);
      color: #fff;
      margin-top: calc(36 * 100vw / 1920);
}
.contact__inquiry,
  .contact__recruitment {
    
    width: 100%;
    height: calc(100 * 100vw / 1920);
    

    /* border: 4px solid #fff; */

    background: rgba(123, 123, 123, .3);
    border-radius: 2px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    /* padding: 6%; */

    position: relative;
    overflow: hidden;
}
.contact__inquiry--clip, .contact__recruitment--clip {
      -webkit-clip-path: url(#button-clip-3);
              clip-path: url(#button-clip-3);
}
.contact__inquiry::before, .contact__recruitment::before {
      content: '';
      position: absolute;

      width: calc(840 * 100vw / 1920);
      height: calc(420 * 100vw / 1920);
      
      border-radius: 50%;
      right: 150%;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: -1;
      -webkit-transition: 2000ms 0ms all cubic-bezier(0.19, 1, 0.22, 1);
      transition: 2000ms 0ms all cubic-bezier(0.19, 1, 0.22, 1);

      background:rgba(123,123,123,1);
      opacity:0.3;
}
.contact__inquiry:hover::before, .contact__recruitment:hover::before {
      -webkit-transform: translateY(-50%) translateX(80%);
              transform: translateY(-50%) translateX(80%);
}
.contact__inquiry-text, .contact__recruitment-text {
      font-size: calc(24 * 100vw / 1920);
      font-weight: bold;
      color: #fff;
      margin-right: auto;
}
.contact__inquiry:hover .contact__inquiry-illus, .contact__recruitment:hover .contact__recruitment-illus {
      -webkit-transform: translateX(25%);
              transform: translateX(25%);
}
.contact__inquiry-illus, .contact__recruitment-illus {
      -webkit-transition: 2000ms 0ms transform cubic-bezier(0.19, 1, 0.22, 1);
      transition: 2000ms 0ms transform cubic-bezier(0.19, 1, 0.22, 1);
      width: calc(29 * 100vw / 1920);
      height: calc(12 * 100vw / 1920);

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;

      margin-right: 30px;
}
.contact__inquiry-illus > span, .contact__recruitment-illus > span {
        width: 20%;
        height: 100%;
        display: block;

        position: relative;
}
.contact__inquiry-illus > span svg, .contact__recruitment-illus > span svg {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
}
.contact-content {
  position: absolute;
  width: 74.66%;
  top: 27.77%;
  left: 9.27%;
  right: 16%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}
.copyright {
  position: absolute;
  bottom: 6.1%;
  left: 11.33%;
  font-size: calc(16 * 100vw / 1920);
  color: #fff;
}
use.contact__inquiry-illus-unit,
use.contact__recruitment-illus-unit {
  fill: #E72420;
  fill: var(--primary-red);
}
.notification {
  visibility: hidden;
  width: calc(292 * 100vw / 1920);
  height: calc(78 * 100vw / 1920);
  background: #f1f1f1;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  padding: calc(30 * 100vw / 1920);

  position: absolute;
  top: calc(30 * 100vw / 1920);
  left: calc(50% - calc(60 * 100vw /1920));
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.notification__deco {
    width: calc(36 * 100vw / 1920);   
    height: calc(36 * 100vw / 1920);
    margin-right: calc(16 * 100vw / 1920);

    background: url(/check.png?d0041d69bbf27ecd8ae1e1d3c4a1f8ec) no-repeat center;
    background-size: contain;
}
.notification__text {
    font-size: calc(24 * 100vw / 1920);
    color: #283032;
    color: var(--primary-black);
    font-weight: bold;
}
.contact__address-item--wechat:hover+.qr-wrap {
  opacity: 1;
}
.qr-wrap {
  -webkit-transition: .35s opacity;
  transition: .35s opacity;
  opacity: 0;
  position: relative;
  top: 15px;
  width: 100px;
  
  font-size: 0;
}
.qr-wrap img {
    width: 100%;
}
.contact__recruitment-icon {
  margin-left: 15px;
  width: calc(32 * 100vw / 1920);
  height: calc(36 * 100vw / 1920);
  background: url(/icon-1.svg?248e9c2a8d4d1e2cac296fefd43e1a1f) no-repeat center;
  background-size: contain;
  margin-right: calc(22 * 100vw / 1920);
}
.contact__inquiry-icon {
  margin-left: 15px;
  width: calc(37 * 100vw / 1920);
  height: calc(36 * 100vw / 1920);
  background: url(/icon-2.svg?bf2af5d210d094470cac38c300f1682c) no-repeat center;
  background-size: contain;
  margin-right: calc(21 * 100vw / 1920);
}


.about {
  
  position: absolute;
  
  width: 93.75vw;
  
  width: var(--menu-width);
  height: 100%;
  left: 6.25vw;
  left: var(--dock-width);
  top: 0;
}

  /* z-index: -1;
  display: none; */
.about__brush {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.about__brush-order-1 {
      position: absolute;
      width: 100%;
      height: 100%;
      right: 0;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: right;
              transform-origin: right;
      background: #eee;
}
.about__brush-order-2 {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: left;
              transform-origin: left;
      background: #fff;
      transform: scaleX(0); 
      /* .5055 */
}
.about__title {
    font-size: calc(64 * 100vw / 1920);
    font-weight: bold;
    color: #000;
    /* margin-bottom: calc(97 * 100vw / 1920); */
    margin-bottom: 20%;
    position: relative;
    line-height: 100%;
}
.about__description {
    font-size: calc(24 * 100vw / 1920);
    font-weight: bold;
    color: #000;
    line-height: calc(36 * 100vw / 1920);
    position: relative;
}
.about__description-deco {
      width: calc(18 * 100vw / 1920);
      height: calc(9 * 100vw / 1920);
      position: absolute;
      bottom: calc(100% + calc(18 * 100vw / 1920));
      left: 0;
}
.about__description-deco > div {
        width: calc(9 * 100vw / 1920);
        height: calc(18 * 100vw / 1920);
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
                transform: translate(-50%, -50%) rotate(90deg);
}
.about__description-deco > div svg {
          width: 100%;
          
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
}
.about__text {
    /* margin-top: calc(48 * 100vw / 1920); */
    margin-top: 5%;
    font-size: calc(16 * 100vw / 1920);
    color: #283032;
    color: var(--primary-black);
    line-height: calc(30 * 100vw / 1920);
    border-top: 1px solid #e7e7e7;
    padding-top: calc(24 * 100vw / 1920)
}
.about__go-back-wrap {
    position: absolute;
    top: 6.48%;
    left: 10.44%;
}
.about-content {
  position: absolute;
  width: 24.88%;
  top: 17.59%;
  /* left: 10%; */
  left: 4.5%;
}
.platform__enter-2--clip {
      -webkit-clip-path: url(#button-clip-2);
              clip-path: url(#button-clip-2);
}
use.about__description-deco-unit {
  fill: #E72420;
  fill: var(--primary-red);
}




[data-scroll] {
  padding-left: 6.25vw;
  padding-left: var(--dock-width);
  width: 100%;
  height: 100%;
  position: absolute;
}
[data-scroll-content] {

  position: relative;
  overflow: hidden;

  width: calc(100vw - 6.25vw);

  width: calc(100vw - var(--dock-width));
  height: 100%;
}
.section {

  position: absolute;
  
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  
  display: -webkit-box;
  
  display: -ms-flexbox;
  
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  z-index: -1;
  visibility: hidden;
}
.section-content {
    width: 100%;
    height: 100%;
    position: relative;
}
.section--inited {
    visibility: visible;
    z-index: 20;
}
.dynamic-background-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/contact-bg.jpg?9eaa0ca27e6bee2a4a81c401b438498f) no-repeat center;
  background-size: cover;

  display: none;
  visibility: hidden;
}
.section-brush {

  position: absolute;
  width: calc(100vw - 6.25vw);
  width: calc(100vw - var(--dock-width));
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
.section-brush--0 .section-brush__order-1 {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: #fff;
      -webkit-transform-origin: left;
              transform-origin: left;
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
}
.section-brush--1 .section-brush__order-1 {
      position: absolute;
      width: 100%;
      height: 100%;
      right: 0;
      top: 0;
      background: #E72420;
      background: var(--primary-red);
      -webkit-transform-origin: right;
              transform-origin: right;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
}
.section-brush--1 .section-brush__order-1 .intro-bg {
        visibility: hidden;
        position: absolute;
        height: 100%;
        width: 46.5%;
        top: 0;
        right: 0;
        background: url(/intro-bg.png?12fa88459beeb64cea9aa1556ec8ceda) no-repeat center;
        background-size: cover;
}
.section-brush--1 .section-brush__order-2 {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: #fff;
      -webkit-transform-origin: left;
              transform-origin: left;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);

      -webkit-clip-path: url(#arc-right-clip);

              clip-path: url(#arc-right-clip);
}
.section-brush--2 .section-brush__order-1 {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: #fff;
      -webkit-transform-origin: left;
              transform-origin: left;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
}
.section-brush--3 .section-brush__order-1 {
      position: absolute;
      width: 100%;
      height: 100%;
      right: 0;
      top: 0;
      background: #fff;
      -webkit-transform-origin: right;
              transform-origin: right;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
}
.section-brush--4 .section-brush__order-1 {
      position: absolute;
      width: 100%;
      height: 100%;
      right: 0;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: right;
              transform-origin: right;
      background: #eee;
}
.section-brush--4 .section-brush__order-1 .about-bg {
        visibility: hidden;
        position: absolute;
        height: 100%;
        width: 60%;
        top: 0;
        right: 0;
        background: url(/about-bg.png?3c739ae5da90e83a168983b8ba8ea2e6) no-repeat center;
        background-size: cover;
}
.section-brush--4 .section-brush__order-2 {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: left;
              transform-origin: left;
      background: #fff;
      transform: scaleX(0);
      -webkit-clip-path: url(#arc-right-clip);
              clip-path: url(#arc-right-clip);
}
.section-brush--5 .section-brush__order-1 {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: #2C3132;
      -webkit-transform-origin: left;
              transform-origin: left;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
}
.menu-brush {
  position: absolute;
  width: calc(100vw - 6.25vw);
  width: calc(100vw - var(--dock-width));
  height: 100%;
  top: 0;
  right: 0;
  
  z-index: -1;
}
.menu-brush__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .98);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
}
.arc {
  position: absolute;
  width: 0;
  height: 0;
}


/*# sourceMappingURL=main.6f70973b644b227f5171.css.map*/