html.domload {
  height: 100%;
  overflow: hidden;
}
html.domload body {
  height: 100%;
  overflow: hidden;
}
html.domload .main .wheel {
  opacity: 0;
}

header.light_mode:not(.open_sitemap) ~ .main_scroll .pagination span button {
  background-color: #232c49;
}

.text_box {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 70.8333333333vw;
  margin: 0 auto;
  max-height: 100%;
  position: relative;
  z-index: 1;
}
.text_box .desc {
  position: relative;
  top: 2.6041666667vw;
  line-height: 1.6;
  letter-spacing: -1px;
  font-family: "Pretendard";
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1458333333vw;
  opacity: 0;
  -webkit-transition-property: top, left, opacity;
  transition-property: top, left, opacity;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
          transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
}

.title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: #fff;
}
.title_box + .desc {
  margin-top: 1.5625vw;
}
.title_box.tab, .title_box.mo {
  display: none;
}
.title_main {
  position: relative;
  line-height: 1;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 3.5416666667vw;
  letter-spacing: -0.02em;
  opacity: 0;
  display: block;
  width: 100%;
  -webkit-transition-property: top, left, opacity;
  transition-property: top, left, opacity;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
          transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
}
.title_main:nth-child(odd) {
  left: -5.2083333333vw;
}
.title_main:nth-child(even) {
  left: 10.4166666667vw;
}
.title_sub {
  position: relative;
  top: -2.6041666667vw;
  line-height: 1;
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 1.875vw;
  opacity: 0;
  -webkit-transition-property: top, left, opacity;
  transition-property: top, left, opacity;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
          transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
}
.title_sub + .title_main {
  margin-top: 1.0416666667vw;
}
.title_light {
  font-family: "Montserrat";
  font-weight: 300;
}

.main header {
  position: fixed;
}
.main_scroll, .main_scroll_wrapper {
  width: 100%;
}
.main_scroll_wrapper + .footer_box {
  z-index: 5;
}
.main_item {
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: auto;
  overflow: hidden;
  background: no-repeat center/cover;
}
.main_item:nth-child(1) {
  z-index: 1;
}
.main_item:nth-child(2) {
  z-index: 2;
}
.main_item:nth-child(3) {
  z-index: 3;
}
.main_item:nth-child(4) {
  z-index: 4;
}
.main_item:nth-child(5) {
  z-index: 5;
}
.main_item.on .title_main {
  left: 0vw;
  opacity: 1;
}
.main_item.on .title_sub {
  top: 0vw;
  opacity: 1;
}
.main_item.on .desc {
  top: 0vw;
  opacity: 1;
}
.main_item .layout {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.main_item .layout + .bg {
  display: block;
  position: relative;
  z-index: 1;
}
.main_item .layout.align_right .text_box {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
.main .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 50%;
  right: 2.6041666667vw;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main .pagination button {
  display: block;
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  background-color: #fff;
  border-radius: 0.5208333333vw;
  opacity: 0.3;
  -webkit-transition-property: height, background-color, opacity;
  transition-property: height, background-color, opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
          transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  font-size: 0;
  text-indent: 99999em;
  overflow: hidden;
  line-height: 0;
}
.main .pagination button.on {
  height: 1.3020833333vw;
  border-radius: 0.2604166667vw;
  opacity: 1;
}
.main .pagination button:hover {
  opacity: 1;
}
.main .pagination span + span {
  margin-top: 1.3541666667vw;
}
.main .wheel {
  display: block;
  position: absolute;
  bottom: 3.6458333333vw;
  left: 50%;
  margin-left: -0.5208333333vw;
  z-index: 2;
  -webkit-transform: translateY(0vw);
          transform: translateY(0vw);
  width: 1.0416666667vw;
  height: 2.2916666667vw;
  background: url("../img/main_mouse.png") no-repeat center/100% auto;
  font-size: 0;
  text-indent: 99999em;
  overflow: hidden;
  line-height: 0;
  -webkit-transition-property: bottom, opacity;
  transition-property: bottom, opacity;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
          transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
  -webkit-animation-name: wheelFloat;
          animation-name: wheelFloat;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.main .wheel.off {
  bottom: -2.2916666667vw;
  opacity: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main .wheel {
    -webkit-animation-duration: 2.5s;
            animation-duration: 2.5s;
  }
}
@-webkit-keyframes wheelFloat {
  0% {
    -webkit-transform: translateY(0vw);
            transform: translateY(0vw);
  }
  50% {
    -webkit-transform: translateY(0.5208333333vw);
            transform: translateY(0.5208333333vw);
  }
  100% {
    -webkit-transform: translateY(0vw);
            transform: translateY(0vw);
  }
}
@keyframes wheelFloat {
  0% {
    -webkit-transform: translateY(0vw);
            transform: translateY(0vw);
  }
  50% {
    -webkit-transform: translateY(0.5208333333vw);
            transform: translateY(0.5208333333vw);
  }
  100% {
    -webkit-transform: translateY(0vw);
            transform: translateY(0vw);
  }
}

.slider_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.slider_wrapper .item {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.slider_wrapper .item.on {
  pointer-events: auto;
}

#visual {
  height: 100vh;
  background-color: #000;
}
#visual .layout {
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
#visual .slider {
  width: 100%;
  height: 100vh;
}
#visual .slider .item {
  position: relative;
  z-index: 1;
  background-color: #000;
}
#visual .text_box {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#visual .img_box {
  position: relative;
  width: 100%;
  height: 100%;
}
#visual .img_box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #visual .img_box img {
    height: auto;
    position: relative;
  }
}
#visual .vdo_box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#visual .vdo_box video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #visual .vdo_box video {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
  }
}
#visual .vdo_box .progress {
  width: 100%;
  height: 0.5208333333vw;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.1019607843);
}
#visual .vdo_box .progress .time {
  display: block;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 0;
  text-indent: 99999em;
  overflow: hidden;
  line-height: 0;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#visual .vdo_box .progress .time.none {
  -webkit-transition: none;
  transition: none;
}

#tech {
  width: 100%;
  height: 100vh;
  background-color: #edeeee;
  overflow: hidden;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #tech {
    height: 100vh;
  }
}
#tech .title_box {
  color: #232c49;
}
#tech .title_main {
  line-height: 1.2;
  color: #232c49;
}
#tech .title_main:nth-child(odd) {
  left: -2.6041666667vw;
}
#tech .title_main:nth-child(even) {
  left: 5.2083333333vw;
}
#tech .title_sub {
  color: #232c49;
  font-family: "Pretendard";
  font-weight: 300;
}
#tech .desc {
  margin-top: 1.5625vw;
  color: #232c49;
  font-size: 1.25vw;
}
#tech .layout {
  height: 100vh;
}
#tech #tech_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#tech #tech_img .slider {
  width: 100%;
  height: 100%;
}
#tech #tech_img .slider_wrapper {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#tech #tech_img .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#tech #tech_img .item canvas {
  position: relative;
  top: -5.2083333333vw;
  left: -14.5833333333vw;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #tech #tech_img .item canvas {
    display: none;
  }
}
#tech #tech_img .item video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#tech #tech_img .item .img {
  display: none;
  position: relative;
  width: 72.9166666667vw;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #tech #tech_img .item .img {
    display: block;
  }
}
#tech #tech_img .text_box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: calc((100vh - 100%) / 4);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70.8333333333vw;
  height: 34.8958333333vw;
  padding-top: 5.2083333333vw;
}
#tech #tech_txt {
  position: absolute;
  left: 50%;
  bottom: 10%;
  z-index: 2;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 70.8333333333vw;
  margin: 0 auto;
  color: #727272;
}
#tech #tech_txt .slider {
  width: 100%;
}
#tech #tech_txt .slider_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#tech #tech_txt .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#tech #tech_txt .txt span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Pretendard";
  font-weight: 300;
  font-size: 1.875vw;
}
#tech #tech_txt .txt strong {
  font-family: "Pretendard";
  font-weight: 700;
  font-size: 1.875vw;
}
#tech #tech_txt .txt p {
  width: 100%;
  margin-top: 1.5625vw;
  text-align: center;
  line-height: 1.5;
  color: #000;
  font-family: "Pretendard";
  font-weight: 300;
  font-size: 0.9375vw;
}
#tech #tech_txt .table {
  position: relative;
  margin-top: 3.125vw;
  overflow: hidden;
}
#tech #tech_txt .table .table_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#tech #tech_txt .table span {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
#tech #tech_txt .table span button {
  width: 100%;
  height: 2.6041666667vw;
  border: solid #D0CECE;
  border-width: 1px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  line-height: 1;
  color: #727272;
  font-family: "Pretendard";
  font-weight: 400;
  font-size: 0.9375vw;
  overflow: hidden;
}
#tech #tech_txt .table span button.border {
  border-right: 1px solid #fff;
}
#tech #tech_txt .table span em {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: -1;
  display: block;
  width: 0;
  height: calc(100% + 1px);
  background-color: #D0CECE;
  font-size: 0;
  text-indent: 99999em;
  overflow: hidden;
  line-height: 0;
}
#tech #tech_txt .table span:last-child button {
  border-right: 1px solid #D0CECE;
}
#tech #tech_txt .table span:first-child button {
  border-left: 1px solid #D0CECE;
}
#tech #tech_txt .table span + span button {
  border-left: 1px solid #D0CECE;
}
#tech #tech_txt .table .table_bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0px;
  height: 100%;
  background-color: #D0CECE;
  -webkit-transition-property: left, width;
  transition-property: left, width;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  font-size: 0;
  text-indent: 99999em;
  overflow: hidden;
  line-height: 0;
}
#tech #techBackgorund {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  width: 60%;
  height: 150%;
  opacity: 0.3;
}
#tech #techBackgorund canvas {
  position: relative;
  z-index: 1;
  opacity: 0.7;
}
#tech #techBackgorund::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(130deg, #f3f2ee 30%, transparent 66%);
}

#positive {
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #000;
}
#positive .text_box .desc {
  top: 0;
}
#positive .layout {
  height: 100vh;
  padding-top: 5.2083333333vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#positive .layout .text_motion {
  position: relative;
  left: -5.2083333333vw;
  opacity: 0;
}
#positive .list {
  width: 30.2083333333vw;
  margin-top: 4.1666666667vw;
}
#positive .list .item {
  position: relative;
  left: -5.2083333333vw;
  opacity: 0;
  -webkit-transition-property: top, left, opacity;
  transition-property: top, left, opacity;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
          transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
}
#positive .list a {
  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;
  position: relative;
  padding: 2.0833333333vw 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 1.25vw;
}
#positive .list a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.2083333333vw;
  background-color: #fff;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
#positive .list a:hover::before {
  width: 100%;
}
#positive .list a::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 1.4583333333vw;
  height: 1.0416666667vw;
  background: url("../img/arrw_4.png") no-repeat center/100% auto;
}
#positive .bg {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 120vh;
  background-color: #fff;
}
#positive .bg .hide {
  display: block;
  position: relative;
  top: 15.625vw;
  width: 30vw;
  height: 15.625vw;
  overflow: hidden;
}
#positive .bg img {
  position: relative;
  width: auto;
  min-height: 100vh;
  top: 50%;
  left: 50%;
  opacity: 0.5;
}
#positive .bg img.mo {
  display: none;
}

#recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 110vh;
  background-color: #8a7373;
}
#recruit .layout {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100vh;
}
#recruit .text_box {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100vh;
  padding-top: 8.8541666667vw;
  padding-bottom: 6.25vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#recruit .text_box .text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#recruit .title_box + .desc {
  margin-top: 2.0833333333vw;
}
#recruit .recruit_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 1.0416666667vw;
  opacity: 0;
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
#recruit .recruit_box .item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
#recruit .recruit_box .item a {
  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;
  position: relative;
  padding: 3.0208333333vw 0;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 1.3020833333vw;
  font-weight: 700;
}
#recruit .recruit_box .item a::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.1041666667vw;
  left: 0;
  width: 0vw;
  height: 0.2083333333vw;
  background-color: #fff;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
#recruit .recruit_box .item a::after {
  content: "";
  display: block;
  width: 1.4583333333vw;
  height: 1.0416666667vw;
  background: url("../img/arrw_18.png") no-repeat center/100% auto;
}
#webVersion #recruit .recruit_box .item a:hover::before {
  width: 100%;
}
#recruit .recruit_box .item:not(:first-child) {
  margin-left: 4.1666666667vw;
}
#recruit .bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
#recruit .bg .hide {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#recruit .bg .hide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #recruit .bg .hide img {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
  }
}
#recruit .bg img.mo {
  display: none;
}

#news {
  position: relative;
  text-align: center;
}
#news .layout {
  position: relative;
  z-index: 2;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10.9375vw 0;
  background: url("../img/main_news_bg.jpg") no-repeat center top/100% auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f3f2ee;
}
#news .text_box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#news .title_box .title_main {
  top: 1.5625vw;
  left: 0;
  letter-spacing: -0.2083333333vw;
  color: #232c49;
  font-size: 4.1666666667vw;
}
#news .desc {
  top: -1.5625vw;
  left: 0;
  color: #000;
  font-weight: 500;
}
#news .slider {
  display: block;
  position: relative;
  width: 70.8333333333vw;
  margin: 0 auto;
  height: 16.6666666667vw;
  margin-top: 5.2083333333vw;
  overflow: hidden;
}
#news .slider_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
  padding: 0 7.8125vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#news .slider button[class^=slider_arrw] {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 5.2083333333vw;
  height: 10.4166666667vw;
  background: url("../img/arrw_2.png") no-repeat center/2.2916666667vw auto;
  font-size: 0;
  text-indent: 99999em;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#news .slider button[class^=slider_arrw].prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
#news .slider button[class^=slider_arrw].next {
  right: 0;
}
#news .slider button[class^=slider_arrw]:hover {
  background-image: url("../img/arrw_2_b.png");
}
#news .slider button[class^=slider_arrw].off {
  opacity: 0;
  visibility: hidden;
}
#news .slider .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#news .slider .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  padding: 0 5.2083333333vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(0, 0, 0, 0.2);
  font-family: "Pretendard";
  font-weight: 700;
  font-size: 0.8333333333vw;
  -webkit-transition-property: color, font-size, font-weight;
  transition-property: color, font-size, font-weight;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#webVersion #news .slider .item a:hover .title span::after {
  width: 100%;
}
#news .slider .item .date {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 1.5625vw;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Pretendard";
  font-weight: 700;
  font-size: 0.8333333333vw;
  opacity: 0;
  -webkit-transition-property: top, left, opacity, margin-top;
  transition-property: top, left, opacity, margin-top;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#news .slider .item .title {
  position: relative;
  width: 22.3958333333vw;
  padding: 0 0 0.15625vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#news .slider .item .title span {
  display: inline-block;
  max-width: 100%;
  padding: 0 0.4166666667vw;
  text-align: center;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#news .slider .item .title span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0.15625vw;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#news .slider .item.item_prev a, #news .slider .item.item_next a {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.0416666667vw;
}
#news .slider .item.item_prev a .title, #news .slider .item.item_next a .title {
  width: 28.0208333333vw;
}
#news .slider .item.item_prev a .title span::after, #news .slider .item.item_next a .title span::after {
  background-color: rgba(0, 0, 0, 0.4);
}
#news .slider .item.on::after {
  display: none;
}
#news .slider .item.on a {
  color: #000;
  font-size: 1.6666666667vw;
}
#news .slider .item.on a .title {
  width: 44.7916666667vw;
}
#news .slider .item.on a .title span::after {
  background-color: #000;
}
#news .slider .item.on .date {
  margin-top: 0;
  opacity: 1;
}
#news .link_webzin {
  position: relative;
  top: -5.2083333333vw;
  z-index: 2;
  padding: 3.6458333333vw 1.0416666667vw 2.6041666667vw;
  background-color: #e4e4e0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#news .link_webzin p {
  font-size: 1.6666666667vw;
  font-family: "Pretendard";
  font-weight: 300;
}
#news .link_webzin strong {
  font-family: "Pretendard";
  font-weight: 700;
}
#news .link_webzin a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12.5vw;
  height: 2.2916666667vw;
  margin: 1.5625vw auto 0;
  border: 1px solid #000;
  border-radius: 1.1458333333vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Pretendard";
  font-weight: 700;
  font-size: 0.9375vw;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
          transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}
#news .link_webzin a:hover {
  background-color: #000;
  color: #fff;
}
#news .link_webzin a:hover::after {
  background-image: url("../img/arrw_4.png");
}
#news .link_webzin a::after {
  content: "";
  display: block;
  width: 0.78125vw;
  height: 0.5208333333vw;
  margin-left: 1.0416666667vw;
  background: url("../img/arrw_4_k.png") no-repeat center/100% auto;
}

#mainPopup {
  position: absolute;
  top: calc(5.2083333333vw + 2.0833333333vw);
  height: auto;
  left: auto;
  right: 16.6666666667vw;
  -webkit-transform: none;
          transform: none;
  z-index: 10;
  width: 20.8333333333vw;
  background-color: #fff;
  overflow: hidden;
}
#mainPopup .popup_contents {
  display: block;
}
#mainPopup .popup_contents .slider {
  overflow: hidden;
}
#mainPopup .popup_contents .slider_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#mainPopup .popup_contents .item a {
  display: block;
  width: 100%;
  height: 100%;
}
#mainPopup .popup_contents .item img {
  width: 100%;
}
#mainPopup .popup_btn {
  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;
  height: 3.125vw;
  padding: 0 1.0416666667vw;
}
#mainPopup .popup_btn .comm_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  font-size: 0.8333333333vw;
}
#mainPopup .popup_btn .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.125vw;
  height: 1.6666666667vw;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0.8333333333vw;
  font-size: 0.7291666667vw;
  font-weight: 500;
  -webkit-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
#mainPopup .popup_btn .close:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

#mainlandscape {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--vh, 100vh);
  z-index: 9;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  font-size: 2.7777777778vw;
}

@media all and (max-width: 1400px) and (min-width: 721px), ((orientation: landscape) and (max-width: 720px)) {
  .text_box {
    width: 85.7142857143vw;
  }
  .text_box .desc {
    top: 3.5714285714vw;
    font-size: 1.5714285714vw;
  }
  .title_box + .desc {
    margin-top: 2.1428571429vw;
  }
  .title_box.tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .title_box.pc, .title_box.mo {
    display: none;
  }
  .title_main {
    font-size: 4.5714285714vw;
  }
  .title_main:nth-child(odd) {
    left: -7.1428571429vw;
  }
  .title_main:nth-child(even) {
    left: 14.2857142857vw;
  }
  .title_sub {
    top: -3.5714285714vw;
    font-size: 2.5714285714vw;
  }
  .title_sub + .title_main {
    margin-top: 1.4285714286vw;
  }
  .main .pagination {
    right: 3.5714285714vw;
  }
  .main .pagination button {
    width: 0.7142857143vw;
    height: 0.7142857143vw;
    border-radius: 0.7142857143vw;
  }
  .main .pagination button.on {
    height: 1.7857142857vw;
    border-radius: 0.3571428571vw;
  }
  .main .pagination span + span {
    margin-top: 1.8571428571vw;
  }
  .main .wheel {
    bottom: 5vw;
    margin-left: -0.7142857143vw;
    width: 1.4285714286vw;
    height: 3.1428571429vw;
  }
  .main .wheel.off {
    bottom: -3.1428571429vw;
  }
  #visual {
    height: var(--vh, 100vh);
  }
  #visual .vdo_box .progress {
    height: 0.7142857143vw;
  }
  #tech {
    height: var(--vh, 100vh);
  }
  #tech .title_main:nth-child(odd) {
    left: -3.5714285714vw;
  }
  #tech .title_main:nth-child(even) {
    left: 7.1428571429vw;
  }
  #tech .desc {
    margin-top: 2.1428571429vw;
    font-size: 1.7142857143vw;
  }
  #tech .layout {
    height: var(--vh, 100vh);
  }
  #tech #tech_img .item canvas {
    top: -7.1428571429vw;
    left: -20vw;
  }
  #tech #tech_img .item .img {
    width: 85.7142857143vw;
  }
}
@media all and (max-width: 1400px) and (min-width: 721px) and (-ms-high-contrast: none), (max-width: 1400px) and (min-width: 721px) and (-ms-high-contrast: active), ((orientation: landscape) and (max-width: 720px)) and (-ms-high-contrast: none), ((orientation: landscape) and (max-width: 720px)) and (-ms-high-contrast: active) {
  #tech #tech_img .item .img {
    -webkit-transform: translateY(-20%) translateX(-12%);
            transform: translateY(-20%) translateX(-12%);
  }
}
@media all and (max-width: 1400px) and (min-width: 721px), ((orientation: landscape) and (max-width: 720px)) {
  #tech #tech_img .text_box {
    top: calc((var(--vh) - 100%) / 4);
    width: 85.7142857143vw;
    height: 47.8571428571vw;
    padding-top: 5.7142857143vw;
  }
}
@media all and (max-width: 1400px) and (min-width: 721px) and (-ms-high-contrast: none), (max-width: 1400px) and (min-width: 721px) and (-ms-high-contrast: active), ((orientation: landscape) and (max-width: 720px)) and (-ms-high-contrast: none), ((orientation: landscape) and (max-width: 720px)) and (-ms-high-contrast: active) {
  #tech #tech_img .text_box {
    top: calc((100vh - 100%) / 4);
  }
}
@media all and (max-width: 1400px) and (min-width: 721px), ((orientation: landscape) and (max-width: 720px)) {
  #tech #tech_txt {
    width: 85.7142857143vw;
  }
  #tech #tech_txt .txt span {
    font-size: 2.5714285714vw;
  }
  #tech #tech_txt .txt strong {
    font-size: 2.5714285714vw;
  }
  #tech #tech_txt .txt p {
    margin-top: 2.1428571429vw;
    font-size: 1.2857142857vw;
  }
  #tech #tech_txt .table {
    margin-top: 4.2857142857vw;
  }
  #tech #tech_txt .table span button {
    height: 3.5714285714vw;
    font-size: 1.2857142857vw;
  }
  #positive {
    height: var(--vh, 100vh);
  }
  #positive .layout {
    height: var(--vh, 100vh);
    padding-top: 7.1428571429vw;
  }
  #positive .layout .text_motion {
    left: -7.1428571429vw;
  }
  #positive .list {
    width: 41.4285714286vw;
    margin-top: 5.7142857143vw;
  }
  #positive .list .item {
    left: -7.1428571429vw;
  }
  #positive .list a {
    padding: 2.8571428571vw 0;
    font-size: 1.7142857143vw;
  }
  #positive .list a::before {
    height: 0.2857142857vw;
  }
  #positive .list a::after {
    width: 2vw;
    height: 1.4285714286vw;
  }
  #positive .bg .hide {
    top: 21.4285714286vw;
    height: 21.4285714286vw;
  }
  #recruit .layout {
    height: var(--vh, 100vh);
  }
  #recruit .text_box {
    height: var(--vh, 100vh);
    padding-top: 12.1428571429vw;
    padding-bottom: 8.5714285714vw;
  }
  #recruit .title_box + .desc {
    margin-top: 2.8571428571vw;
  }
  #recruit .recruit_box top:vwt(20) .item a {
    padding: 4.1428571429vw 0;
    font-size: 1.7857142857vw;
  }
  #recruit .recruit_box top:vwt(20) .item a::before {
    top: -0.1428571429vw;
    height: 0.2857142857vw;
  }
  #recruit .recruit_box top:vwt(20) .item a::after {
    width: 2vw;
    height: 1.4285714286vw;
  }
  #recruit .recruit_box top:vwt(20) .item:not(:first-child) {
    margin-left: 5.7142857143vw;
  }
  #news .layout {
    padding: 15vw 0;
  }
  #news .title_box .title_main {
    top: 2.1428571429vw;
    letter-spacing: -0.2857142857vw;
    font-size: 5.7142857143vw;
  }
  #news .desc {
    top: -2.1428571429vw;
  }
  #news .slider {
    width: 85.7142857143vw;
    height: 22.8571428571vw;
    margin-top: 7.1428571429vw;
  }
  #news .slider_wrapper {
    padding: 0 10.7142857143vw;
  }
  #news .slider button[class^=slider_arrw] {
    width: 7.1428571429vw;
    height: 14.2857142857vw;
    background-size: 3.1428571429vw auto;
  }
  #news .slider .item a {
    padding: 0 7.1428571429vw;
    font-size: 1.1428571429vw;
  }
  #news .slider .item .date {
    margin-top: 2.1428571429vw;
    font-size: 1.1428571429vw;
  }
  #news .slider .item .title {
    width: 30.7142857143vw;
    padding: 0 0 0.2142857143vw;
  }
  #news .slider .item .title span {
    padding: 0 0.5714285714vw;
  }
  #news .slider .item .title span::after {
    height: 0.2142857143vw;
  }
  #news .slider .item.item_prev a, #news .slider .item.item_next a {
    font-size: 1.4285714286vw;
  }
  #news .slider .item.item_prev a .title, #news .slider .item.item_next a .title {
    width: 38.4285714286vw;
  }
  #news .slider .item.on a {
    font-size: 2.2857142857vw;
  }
  #news .slider .item.on a .title {
    width: 61.4285714286vw;
  }
  #news .link_webzin {
    top: -7.1428571429vw;
    padding: 5vw 1.4285714286vw 3.5714285714vw;
  }
  #news .link_webzin p {
    font-size: 2.2857142857vw;
  }
  #news .link_webzin a {
    width: 17.1428571429vw;
    height: 3.1428571429vw;
    margin: 2.1428571429vw auto 0;
    border-radius: 1.5714285714vw;
    font-size: 1.2857142857vw;
  }
  #news .link_webzin a::after {
    width: 1.0714285714vw;
    height: 0.7142857143vw;
    margin-left: 1.4285714286vw;
  }
  #mainPopup {
    top: calc(5.7142857143vw + 2.8571428571vw);
    right: 7.1428571429vw;
    width: 28.5714285714vw;
  }
  #mainPopup .popup_btn {
    height: 4.2857142857vw;
    padding: 0 1.4285714286vw;
  }
  #mainPopup .popup_btn .comm_checkbox {
    font-size: 1.1428571429vw;
  }
  #mainPopup .popup_btn .close {
    width: 4.2857142857vw;
    height: 2.2857142857vw;
    border-radius: 1.1428571429vw;
    font-size: 1vw;
  }
}
@media all and (orientation: portrait) and (max-width: 1400px) and (min-width: 721px) {
  .text_box .desc {
    font-size: 2.4285714286vw;
  }
  .title_main {
    font-size: 5.4285714286vw;
  }
  .title_sub {
    font-size: 3.1428571429vw;
  }
  #tech .desc {
    font-size: 2.4285714286vw;
  }
  #tech #tech_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: static;
  }
  #tech #tech_img .slider {
    padding-bottom: 10.7142857143vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #tech #tech_img .slider_wrapper {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media all and (orientation: portrait) and (max-width: 1400px) and (min-width: 721px) and (-ms-high-contrast: none), (orientation: portrait) and (max-width: 1400px) and (min-width: 721px) and (-ms-high-contrast: active) {
  #tech #tech_img .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (orientation: portrait) and (max-width: 1400px) and (min-width: 721px) {
  #tech #tech_img .item canvas {
    top: 17.8571428571vw;
    left: 0;
  }
}
@media all and (orientation: portrait) and (max-width: 1400px) and (min-width: 721px) and (-ms-high-contrast: none), (orientation: portrait) and (max-width: 1400px) and (min-width: 721px) and (-ms-high-contrast: active) {
  #tech #tech_img .item .img {
    position: relative;
    height: 100%;
    -webkit-transform: none;
            transform: none;
  }
  #tech #tech_img .item .img img {
    position: absolute;
    top: auto;
    bottom: 14.2857142857vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    min-height: auto;
  }
}
@media all and (orientation: portrait) and (max-width: 1400px) and (min-width: 721px) {
  #tech #tech_txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 94.2857142857vw;
  }
  #tech #tech_txt .txt strong {
    font-size: 2.8571428571vw;
  }
  #tech #tech_txt .table span button {
    height: 4.2857142857vw;
    font-size: 1.4285714286vw;
  }
}
@media all and (max-width: 720px) and (not (orientation: landscape)) {
  html {
    height: var(--vh, 100vh);
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
  }
  html .main {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
  }
  .text_box {
    width: calc(100vw - 11.1111111111vw);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .text_box .desc {
    top: 6.9444444444vw;
    font-size: 4.1666666667vw;
  }
  .title_box + .desc {
    margin-top: 4.1666666667vw;
  }
  .title_box.pc, .title_box.tab {
    display: none;
  }
  .title_box.mo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .title_main {
    font-size: 8.3333333333vw;
  }
  .title_main:nth-child(odd) {
    left: -13.8888888889vw;
  }
  .title_main:nth-child(even) {
    left: 27.7777777778vw;
  }
  .title_sub {
    top: -6.9444444444vw;
    font-size: 4.4444444444vw;
  }
  .title_sub + .title_main {
    margin-top: 2.7777777778vw;
  }
  .main_item {
    min-height: auto;
  }
  .main .pagination {
    right: 5.5555555556vw;
  }
  .main .pagination button {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    border-radius: 2.7777777778vw;
  }
  .main .pagination button.on {
    height: 6.9444444444vw;
    border-radius: 2.7777777778vw;
  }
  .main .pagination span + span {
    margin-top: 7.2222222222vw;
  }
  .main .wheel {
    display: none;
  }
  .main_scroll,
  .main_scroll_wrapper {
    height: 100%;
  }
  #visual {
    height: var(--vh, 100vh);
  }
  #visual .slider {
    height: 100%;
  }
  #visual .vdo_box {
    overflow: hidden;
  }
  #visual .vdo_box video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media all and (max-width: 720px) and (not (orientation: landscape)) and (-ms-high-contrast: none), (max-width: 720px) and (not (orientation: landscape)) and (-ms-high-contrast: active) {
  #visual .vdo_box video {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
  }
}
@media all and (max-width: 720px) and (not (orientation: landscape)) {
  #visual .vdo_box .progress {
    width: 100%;
    height: 1.3888888889vw;
  }
  #tech {
    height: var(--vh, 100vh);
    padding-top: calc(13.8888888889vw + 1.3888888889vw);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #tech .layout {
    height: 100%;
    padding: 13.8888888889vw 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #tech .desc {
    margin-top: 4.1666666667vw;
    font-size: 4.4444444444vw;
  }
  #tech #tech_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: static;
  }
  #tech #tech_img .slider {
    padding-bottom: 20.8333333333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #tech #tech_img .slider_wrapper {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  #tech #tech_img .item {
    -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;
  }
  #tech #tech_img .item canvas {
    top: 34.7222222222vw;
    left: 0;
    pointer-events: none;
  }
  #tech #tech_img .item .img {
    top: 0;
    left: 0;
    width: 100%;
  }
  #tech #tech_img .text_box {
    width: calc(100vw - 11.1111111111vw);
    height: auto;
    padding-bottom: 4.1666666667vw;
  }
  #tech #tech_txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    bottom: 13.8888888889vw;
    width: calc(100vw - 11.1111111111vw);
  }
  #tech #tech_txt .txt {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #tech #tech_txt .txt strong {
    font-size: 5.5555555556vw;
  }
  #tech #tech_txt .table {
    width: 100%;
    margin-top: 4.1666666667vw;
  }
  #tech #tech_txt .table .table_slider {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
  }
  #tech #tech_txt .table span {
    width: auto;
  }
  #tech #tech_txt .table span button {
    width: auto;
    height: 8.3333333333vw;
    padding: 0 2.7777777778vw;
    font-size: 3.8888888889vw;
    white-space: nowrap;
  }
  #tech #techBackgorund {
    right: -60%;
    top: 0;
    -webkit-transform: translateY(-22%) rotate(-30deg);
            transform: translateY(-22%) rotate(-30deg);
    width: 100%;
    height: 200%;
  }
  #tech #techBackgorund::before {
    background: #f3f2ee;
    opacity: 0.6;
  }
  #positive {
    height: var(--vh, 100vh);
  }
  #positive .layout {
    height: 100%;
    padding-top: 0;
  }
  #positive .list {
    width: 100%;
    margin-top: 15.2777777778vw;
  }
  #positive .list a {
    padding: 6.9444444444vw 0;
    font-size: 4.4444444444vw;
  }
  #positive .list a::before {
    height: 0.5555555556vw;
  }
  #positive .list a::after {
    width: 3.8888888889vw;
    height: 2.7777777778vw;
  }
  #positive .bg {
    height: 100%;
  }
  #positive .bg .hide {
    overflow: hidden;
  }
  #positive .bg .hide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media all and (max-width: 720px) and (not (orientation: landscape)) and (-ms-high-contrast: none), (max-width: 720px) and (not (orientation: landscape)) and (-ms-high-contrast: active) {
  #positive .bg .hide img {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
  }
}
@media all and (max-width: 720px) and (not (orientation: landscape)) {
  #positive .bg img {
    -o-object-position: 60% center;
       object-position: 60% center;
  }
  #positive .bg img.pc {
    display: none;
  }
  #positive .bg img.mo {
    display: block;
    top: auto;
    bottom: 0;
    left: auto;
  }
  #recruit {
    height: var(--vh, 100vh);
  }
  #recruit .layout {
    height: 100%;
  }
  #recruit .text_box {
    height: var(--vh, 100vh);
    padding-top: 23.6111111111vw;
  }
  #recruit .text_box .text_wrap {
    -webkit-box-flex: 0.6;
        -ms-flex-positive: 0.6;
            flex-grow: 0.6;
  }
  #recruit .title_box + .desc {
    margin-top: 5.5555555556vw;
  }
  #recruit .title_main {
    font-size: 6.5277777778vw;
  }
  #recruit .recruit_box {
    margin-top: 18.0555555556vw;
    margin-bottom: auto;
  }
  #recruit .recruit_box .item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 5.8333333333vw 0;
    font-size: 4.4444444444vw;
  }
  #recruit .recruit_box .item a::before {
    top: -0.2777777778vw;
    height: 0.5555555556vw;
  }
  #recruit .recruit_box .item a::after {
    width: 3.8888888889vw;
    height: 2.7777777778vw;
    margin-top: 11.1111111111vw;
  }
  #recruit .recruit_box .item:not(:first-child) {
    margin-left: 2.7777777778vw;
  }
  #recruit .bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
  #recruit .bg img.pc {
    display: none;
  }
  #recruit .bg img.mo {
    display: block;
  }
  #news .layout {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: calc(13.8888888889vw * 2.5) 0 13.8888888889vw;
    background-image: url("../img/main_news_bg_m.jpg");
    background-size: 100% auto;
    background-position: bottom center;
  }
  #news .title_box .title_main {
    top: 4.1666666667vw;
    letter-spacing: -0.5555555556vw;
    font-size: 10vw;
  }
  #news .desc {
    top: -4.1666666667vw;
  }
  #news.on .title_main {
    top: 0;
  }
  #news.on .desc {
    top: 0;
  }
  #news .slider {
    width: 100%;
    height: 55.5555555556vw;
    margin-top: 9.7222222222vw;
  }
  #news .slider_wrapper {
    padding: 0 16.6666666667vw;
  }
  #news .slider button[class^=slider_arrw] {
    width: 13.8888888889vw;
    height: 34.7222222222vw;
    background-size: 6.1111111111vw auto;
  }
  #news .slider .item a {
    -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;
    height: 100%;
    padding: 0;
    font-size: 2.7777777778vw;
  }
  #news .slider .item .date {
    position: relative;
    top: 2.7777777778vw;
    -webkit-transform: none;
            transform: none;
    margin-top: 0;
    font-size: 3.3333333333vw;
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
  }
  #news .slider .item .title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 36.1111111111vw;
    padding-bottom: 0;
    line-height: 1;
  }
  #news .slider .item.item_prev a, #news .slider .item.item_next a {
    font-size: 3.8888888889vw;
  }
  #news .slider .item.item_prev a .title, #news .slider .item.item_next a .title {
    width: 50vw;
  }
  #news .slider .item.on a {
    font-size: 5vw;
  }
  #news .slider .item.on a .title {
    width: 63.8888888889vw;
  }
  #news .slider .item.on .date {
    top: 0;
  }
  #news .link_webzin {
    padding: 9.7222222222vw 2.7777777778vw;
  }
  #news .link_webzin p {
    font-size: 5vw;
  }
  #news .link_webzin a {
    width: 44.4444444444vw;
    height: 8.8888888889vw;
    margin-top: 6.25vw;
    border-radius: 4.4444444444vw;
    font-size: 3.6111111111vw;
  }
  #news .link_webzin a::after {
    width: 3.8888888889vw;
    height: 2.5vw;
    margin-left: 2.7777777778vw;
  }
  #mainPopup {
    top: calc(13.8888888889vw + 11.1111111111vw);
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 83.3333333333vw;
  }
  #mainPopup .popup_btn {
    height: 12.5vw;
    padding: 0 4.1666666667vw;
  }
  #mainPopup .popup_btn .comm_checkbox {
    font-size: 3.3333333333vw;
  }
  #mainPopup .popup_btn .close {
    width: 12.5vw;
    height: 6.6666666667vw;
    border-radius: 3.3333333333vw;
    font-size: 3.0555555556vw;
  }
}
@media (orientation: landscape) and (max-width: 720px) {
  #mainlandscape {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #mainlandscape dd strong {
    margin-top: 4.1666666667vw;
    color: #222;
    font-size: 2.7777777778vw;
  }
  #mainlandscape p {
    font-size: 2.2222222222vw;
  }
}