body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.marquee_pc {
  display: none;
}

marquee {
  position: relative;
  width: 98vw;
  height: 13.7vh;
  margin: 18px 0 9px;
  overflow: hidden;
  font-family: "Lato", sans-serif;
  font-size: 15.45vw;
  font-weight: bold;
  letter-spacing: 5.4px;
  color: rgba(206, 165, 144, 0.3);
}

.about_anchor {
  position: absolute;
  top: 838px;
}

.service_anchor {
  position: absolute;
  top: -50px;
}

.works_anchor {
  position: absolute;
  top: 3220px;
}

.process_anchor {
  position: absolute;
  top: 3200px;
}

.contact_anchor {
  position: absolute;
  top: 4900px;
}

header {
  position: fixed;
  width: 100%;
  height: 65px;
  background-color: white;
  z-index: 1;
}

.header_inner {
  position: relative;
  padding: 25px 25px;
}

.logo {
  text-indent: -1000px;
  width: 250px;
  height: 14px;
  background-image: url(/images/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.pc_menu {
  display: none;
}

.menu {
  z-index: 20;
  right: 0;
  width: 70px;
  height: 70px;
  transform: translateY(-50%);
  cursor: pointer;
  display: block;
}

.menu .menu__line {
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #0d0d0d;
  transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1);
}

.menu .menu__line:first-child {
  transform: translate(-50%, -450%);
}

.menu .menu__line:nth-child(2) {
  transform: translate(-50%, -50%);
}

.menu .menu__line:nth-child(3) {
  transform: translate(-50%, 400%);
}

.menu,
.menu .menu__line {
  position: absolute;
  top: 50%;
}

.menu-state:checked ~ .menu .menu__line:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.menu-state:checked ~ .menu .menu__line:nth-child(2) {
  opacity: 0;
}

.menu-state:checked ~ .menu .menu__line:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-state {
  display: none;
}

.navigation {
  z-index: -1;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  transform: translateY(-100%);
  background-color: #fff;
  opacity: 1;
  pointer-events: none;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.menu-state:checked ~ .navigation {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.global-navigation {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 28vw 8vw 24vw;
}

.global-navigation > li {
  position: relative;
  width: 100%;
  height: auto;
  margin: 5.13333vw 0;
  opacity: 0;
  transition: all 0.4s;
  transition-delay: 0.5s;
}

.global-navigation > li > a {
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 0 5.33333vw 0 0;
  font-size: 1.25rem;
  color: #cea58e;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  transition: all 0.4s;
  text-decoration: none;
}

.global-navigation > li > a:hover {
  opacity: 0.6;
  transition: all 0.1s;
}

.menu-state:checked ~ .navigation .global-navigation > li {
  opacity: 1;
}

.about_us_gb {
  position: unset;
  /* margin-top: 30vw; */
  left: unset;
}

.mobile {
  display: block;
}

.pc {
  display: none;
}

.title_gb {
  position: unset;
}

.title_gb h1::after {
  display: none;
  z-index: 1;
  position: absolute;
  top: 0;
  left: -5.22vw;
  width: 50%;
  content: attr(data-content);
  overflow: hidden;
  color: #324e66;
}

.title_gb h2::after {
  display: none;
  z-index: 1;
  position: absolute;
  top: 11.4vh;
  left: -5.08vw;
  width: 50%;
  content: attr(data-content);
  overflow: hidden;
  color: #324e66;
}

.content {
  width: 100%;
}

#DEVELOPMENT {
  background-color: #324e66;
  height: 837px;
  padding-top: 65px;
}

#DEVELOPMENT h1 {
  width: 338px;
  margin: 0px auto;
  padding-top: 48px;
  font-family: "Lato", sans-serif;
  font-size: 43px;
  font-weight: bold;
  letter-spacing: 1.93px;
  color: #cea58e;
  word-break: break-all;
  line-height: 50px;
}

#DEVELOPMENT h2 {
  width: 338px;
  margin: 0px auto;
  font-family: "Lato", sans-serif;
  font-size: 43px;
  font-weight: bold;
  letter-spacing: 1.93px;
  color: #cea58e;
  word-break: break-all;
  line-height: 50px;
}

.logo_title {
  margin-top: 48px;
  margin-bottom: 45px;
  padding: 0 45px;
}

.logo_title img:last-child {
  margin-left: 94%;
}

.logo_title p {
  width: 253px;
  height: 44px;
  margin: 17px auto;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.77px;
  text-align: center;
  color: #cea58e;
}

.title_picture_gb {
  width: 359px;
  height: 399px;
}
.title_picture {
  position: relative;
  width: 100%;
  height: 100%;
  /* min-widsth: 360px;
  min-height: 360px;
  max-width: 360px;
  max-height: 360px; */
  background-image: url(/images/img1.png);
  /* background-attachment: scroll !important; */
  background-size: cover !important;
  background-position: center center !important;
  background-attachment: unset !important;
  /* background-position: top 62px right -350px !important; */
  /* -o-background-size: cover !important;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important; */
}
.title_picture h1,
.title_picture h2 {
  display: none;
}

.about_picture_gb {
  position: relative;
  width: 358px;
  height: 287px;
  /* background-image: url(/images/img2.png);
  background-size: contain; */
}

.about_picture {
  width: 100%;
  height: 100%;
  /* background-image: url(/images/img2.png); */
  background-image: url(/images/img2.png);
  background-position: center center !important;
  /* background-attachment: unset !important; */
  background-size: cover !important;
  /* background-attachment: unset !important; */
}

.slogin_left {
  display: none;
  position: relative;
  width: 98vw;
  height: 13.7vh;
  margin: 18px 0 9px;
  overflow: hidden;
  font-family: "Lato", sans-serif;
  font-size: 15.45vw;
  font-weight: bold;
  letter-spacing: 5.4px;
  color: rgba(206, 165, 144, 0.3);
}

.slogin_right {
  position: absolute;
  width: 34.5vw;
  height: 13.7vh;
  margin: 18px 0 9px;
  left: 58vw;
  top: 15vw;
  overflow: hidden;
  font-family: "Lato", sans-serif;
  font-size: 6.25vw;
  font-weight: bold;
  letter-spacing: 5.4px;
  color: rgba(206, 165, 144, 0.3);
}

#ABOUT_US {
  overflow: hidden;
  height: 182vw;
}

#ABOUT_US h2 {
  height: 33px;
  margin: 35px 0px 35px 55px;
  font-family: "Lato", sans-serif;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 1.22px;
  color: #cea590;
}

#ABOUT_US img {
  float: right;
}

.about_us_p {
  padding: 0 13.06vw;
  margin-bottom: 5.55vh;
}

.about_us_p > li {
  line-height: 24px;
}

#SERVICE {
  height: 1591px;
  padding: 0 55px;
  background-color: #324e66;
}

.strategy_icon {
  width: 74px;
  height: 40px;
  background-image: url(/images/s1.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 60px;
}

.creativity_icon {
  width: 78px;
  height: 73px;
  background-image: url(/images/s2.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 60px;
}

.making_noodles_icon {
  width: 88px;
  height: 35px;
  background-image: url(/images/s3.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 60px;
}

.strategy,
.creativity,
.making_noodles {
  margin-top: 18px;
  margin-bottom: 100px;
}

.strategy_contact,
.creativity_contact,
.making_noodles_contact {
  margin-top: 45px;
  height: 120px;
  margin: 45px 37px 100px 0;
  font-family: "Noto Sans TC", sans-serif;
  line-height: 23px;
  font-size: 14px;
  letter-spacing: 0.72px;
  color: #ffffff;
}

.strategy_title,
.creativity_title,
.making_noodles_title {
  width: 38px;
  height: 27px;
  /* margin: 18px 211px 45px 0; */
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  letter-spacing: 0.92px;
  text-align: center;
  color: #ffffff;
}

.Number1,
.Number2,
.Number3 {
  width: 35px;
  height: 33px;
  font-family: "Lato", sans-serif;
  font-size: 27px;
  letter-spacing: 1.38px;
  color: #cea58e;
}

#SERVICE h2 {
  width: 118px;
  height: 33px;
  margin: 0 131px 72px 0;
  font-family: "Lato", sans-serif;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 1.22px;
  color: #cea590;
  /* padding-left: 50px; */
  padding-top: 72px;
}

#WORKS {
  height: 1446px;
}

#WORKS h2 {
  width: 107px;
  height: 33px;
  margin: 72px 18px 60px 55px;
  font-family: "Lato", sans-serif;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 1.22px;
  color: #cea590;
}

.size {
  width: 303px;
  height: 251px;
  margin: 60px 56px 60px 55px;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
  /* box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.2); */
  text-indent: -1000px;
}

.case_one {
  background-image: url(/images/work1.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.case_two {
  background-image: url(/images/work2.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.case_three {
  background-image: url(/images/work3.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.case_four {
  background-image: url(/images/work4.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#PROCESS_LEFT {
  height: 725px;
  background-color: #efebe8;
}

#PROCESS_LEFT h2 {
  width: 127px;
  height: 33px;
  margin: 0 7px 68px 0;
  font-family: "Lato", sans-serif;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 1.22px;
  color: #cea590;
  padding-top: 72px;
  padding-left: 55px;
}

.process_gb {
  margin-bottom: 8vw;
}

.process_gb:nth-child(1) {
  padding-top: unset;
}

.arrow {
  display: none;
}

.process_contact_two {
  line-height: 20px;
  padding-top: 10px;
}

.process_number_left {
  margin: 0 63px 11px 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 27px;
  letter-spacing: 1.38px;
  color: #423e3e;
}

.process_number_right {
  font-family: "Montserrat", sans-serif;
  margin: 0 75px 11px 0;
  font-size: 27px;
  letter-spacing: 1.38px;
  color: #cea590;
}

.process_contact {
  margin-top: 11px;
  line-height: 30px;
}

.process_contact_title_left {
  margin: 11px 0 11px 1px;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.92px;
  text-align: center;
  color: #423e3e;
}

.process_contact_title_right {
  margin: 11px 0;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.92px;
  text-align: center;
  color: #cea590;
}

.process_contact_left {
  margin: 11px 25px 73px 0;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 100;
  font-size: 14px;
  letter-spacing: 0.72px;
  text-align: center;
  color: #423e3e;
}

.process_contact_right {
  margin: 11px 25px 73px 0;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 100;
  font-size: 14px;
  letter-spacing: 0.72px;
  text-align: center;
  color: #cea590;
}

.global_navigation_left {
  padding: 0 56px;
}

.global_navigation_right {
  padding: 0 56px;
  padding-top: 82px;
}

.global_navigation_right .process_gb:nth-child(2) {
  padding-top: 0px;
}

#PROCESS_RIGHT {
  height: 663px;
  background-color: #324e66;
}

#PROCESS_RIGHT h2 {
  display: none;
}
/* 
#CONTACT {
  height: 698px;
} */

#CONTACT h2 {
  width: 136px;
  height: 33px;
  margin: 70px 224px 58px 0px;
  font-family: "Lato", sans-serif;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 1.22px;
  color: #cea590;
}

#CONTACT button {
  width: 179px;
  height: 50px;
  margin: 57px 0px 90px 15vw;
  padding: 16px 42px 15px;
  background-color: #cea48d;
  font-family: "Lato", sans-serif;
  border: 0;
  color: white;
  outline: none;
}

.message input {
  padding-bottom: 90px;
}

form label {
  width: 40px;
  height: 17px;
  margin: 58px 85px 15px 0px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  letter-spacing: 0.72px;
  text-align: center;
  color: #cea48d;
}

form input {
  border: 0;
  width: 69vw;
  margin-top: 10px;
  margin-bottom: 39px;
  /* margin-left: 55px; */
  border-bottom: solid 1.5px #cea48d;
  outline: none;
}

.map {
  height: 330px;
  background-color: #212119;
}

.pc_h2_contact {
  display: none;
}

.mobile_h2_contact {
  display: block;
}

footer {
  text-align: center;
  color: white;
  background-color: #212529;
  height: 654px;
  padding: 47px 54px !important;
}

.mark {
  display: none;
}

.logo2 {
  width: 40px;
  height: 67px;
  background-image: url(/images/logo2.png);
  background-size: cover;
  margin: 0 auto;
  /* margin-top: 47px; */
  margin-bottom: 74px;
}

.office_ul {
  margin-bottom: 50px;
}

.office_ul a {
  line-height: 50px;
}

footer p {
  margin-bottom: 50px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.63px;
  color: #cda48f;
}

footer a {
  color: white;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0vw;
  color: #ffffff;
}

footer ul {
  text-align: left;
}

footer h3 {
  width: 273px;
  height: 17px;
  margin: 110px 0 0 0px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.72px;
  text-align: center;
  color: #cea58e;
}
.menu_gb {
  display: none;
}
.contact_gb {
  padding: 40px 55px;
}
.case_three.size.aos-init.aos-animate,
.case_one.size.aos-init.aos-animate {
  margin-top: unset;
}

@media screen and (min-width: 767px) {
  #ABOUT_US {
    height: 102vw;
  }
  footer {
    height: 588px;
  }
  .title_picture_gb {
    width: unset;
    height: 63vw;
  }
  .logo_title {
    margin: 0 auto;
    margin-top: 48px;
    margin-bottom: 45px;
    padding: 0 45px;
    width: 50vw;
  }
}

@media screen and (min-width: 1024px) {
  .slogin_left {
    display: block;
    position: relative;
    width: 98vw;
    height: 13.7vh;
    margin: 18px 0 9px;
    overflow: hidden;
    font-family: "Lato", sans-serif;
    font-size: 9.15vw;
    font-weight: bold;
    letter-spacing: 5.4px;
    color: rgba(206, 165, 144, 0.3);
  }

  .marquee_mobile {
    display: none;
  }

  .marquee_pc {
    display: block;
  }

  .title_picture {
    height: 47vw;
  }
  .slogin_left {
    height: unset;
  }
  #SERVICE {
    height: 1500px;
  }
  #PROCESS_LEFT {
    height: 815px;
  }
  #PROCESS_RIGHT {
    height: 753px;
  }
  marquee {
    position: relative;
    width: 98vw;
    height: auto;
    margin: 18px 0 9px;
    overflow: hidden;
    font-family: "Lato", sans-serif;
    font-size: 15.45vw;
    font-weight: bold;
    letter-spacing: 5.4px;
    color: rgba(206, 165, 144, 0.3);
  }
}
/* 以下為media 1440px */
/* |||||||||||||||||||||||||||||||||||||||||||||||||| */
/* |||||||||||||||||||||||||||||||||||||||||||||||||| */
/* |||||||||||||||||||||||||||||||||||||||||||||||||| */
/* |||||||||||||||||||||||||||||||||||||||||||||||||| */
/* |||||||||||||||||||||||||||||||||||||||||||||||||| */
/* |||||||||||||||||||||||||||||||||||||||||||||||||| */
/* |||||||||||||||||||||||||||||||||||||||||||||||||| */
/* |||||||||||||||||||||||||||||||||||||||||||||||||| */
/* |||||||||||||||||||||||||||||||||||||||||||||||||| */
/* |||||||||||||||||||||||||||||||||||||||||||||||||| */
/* |||||||||||||||||||||||||||||||||||||||||||||||||| */
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  marquee {
    position: relative;
    width: 98vw;
    height: auto;
    margin: 18px 0 9px;
    overflow: hidden;
    font-family: "Lato", sans-serif;
    font-size: 15.45vw;
    font-weight: bold;
    letter-spacing: 5.4px;
    color: rgba(206, 165, 144, 0.3);
  }

  #ABOUT_US {
    /* height: 39.2vw; */
    height: 64vw;
  }

  .slogun_gb {
    position: relative;
  }

  #Process {
    display: flex;
  }

  .slogin_left,
  .slogin_right {
    position: relative;
  }

  /*.slogin_left::before {
    content: "DIGITAB";
    left: 37.2vw;
    color: aliceblue;
    top: 1vw;
    position: absolute;
  }*/

  .case_one.size.aos-init.aos-animate {
    margin-top: 24.44vh;
  }

  .title_picture {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(/images/img1.png);
    background-position: center center;
  }

  .about_picture {
    width: 100%;
    height: 100%;
    background-image: url(/images/img2.png);
    background-position: center center;
    /* background-attachment: fixed !important; */
  }

  .line_long_frist {
    position: relative;
    width: 150px;
    height: 300px;
    background-image: url(/images/line-long-right.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .line_long_demask {
    /* position: absolute; */
    transform-origin: bottom;
    transform: scale(1, 1);
    width: 5vw;
    height: 15.6vw;
    right: 0;
    top: 5.7vw;
    z-index: 1;
    background-color: #324e66;
    animation-name: masktop;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
  }

  .line_long_mask {
    /* position: absolute; */
    transform-origin: top;
    transform: scale(1, 1);
    width: 5vw;
    height: 15.6vw;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #324e66;
    animation-name: masktop;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
  }

  .service_line {
    position: absolute;
    width: 5vw;
    height: 15.6vw;
    right: 0;
    top: 0vw;
    background-image: url(/images/line-long-right.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .service_line_mask {
    position: absolute;
    width: 5vw;
    height: 16.6vw;
    right: 0;
    top: 0;
    z-index: 1;
    transform-origin: bottom;
    transform: scale(1, 1);
    background-color: #324e66;
    animation-name: masktop;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
  }

  .process_left_line {
    position: absolute;
    width: 5vw;
    height: 15.6vw;
    right: -6vw;
    bottom: 9.8vw;
    background-image: url(/images/line-long-right.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .process_left_line_mask {
    /* position: absolute; */
    width: 5vw;
    height: 15.6vw;
    right: -6vw;
    bottom: 9.8vw;
    z-index: 1;
    transform-origin: top;
    transform: scale(1, 1);
    background-color: #ffffff;
    animation-name: masktop;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
  }

  .process_right_line {
    position: absolute;
    width: 3.2vw;
    height: 15.6vw;
    left: 29vw;
    bottom: -15.6vw;
    background-image: url(/images/line-long-right.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .process_right_line_mask {
    /* position: absolute; */
    width: 3.2vw;
    height: 15.6vw;
    left: 29vw;
    bottom: -15.6vw;
    z-index: 1;
    transform-origin: bottom;
    transform: scale(1, 1);
    background-color: #ffffff;
    animation-name: masktop;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
  }

  .footer_line {
    position: absolute;
    width: 40px;
    height: 10vw;
    right: 6vw;
    background-image: url(/images/line-short-left.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .footer_line_mask {
    /* position: absolute; */
    width: 40px;
    height: 10vw;
    right: 6vw;
    z-index: 1;
    transform-origin: bottom;
    transform: scale(1, 1);
    background-color: #212529;
    animation-name: masktop;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
  }

  .footer_botton_line {
    position: absolute;
    width: 40px;
    height: 10vw;
    right: 6vw;
    bottom: 0;
    background-image: url(/images/line-short-right.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .footer_botton_line_mask {
    /* position: absolute; */
    width: 40px;
    height: 7vw;
    right: 6vw;
    bottom: 0;
    z-index: 1;
    transform-origin: top;
    transform: scale(1, 1);
    background-color: #212529;
    animation-name: masktop;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
  }

  @keyframes masktop {
    from {
      transform: scale(1, 1);
    }
    to {
      transform: scale(1, 0);
    }
  }

  .line_long_gb {
    position: absolute;
    width: 5vw;
    height: 15.6vw;
    right: 0;
    top: 5.7vw;
    background-image: url(/images/line-ling-left.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .line_long {
    position: absolute;
    width: 5vw;
    height: 15.6vw;
    right: 0;
    bottom: 0;
    background-image: url(/images/line-long-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
  }

  .about_anchor {
    position: absolute;
    top: 126%;
  }
  .service_anchor {
    position: absolute;
    top: -140px;
  }
  .works_anchor {
    position: absolute;
    top: 3020px;
  }
  .process_anchor {
    position: absolute;
    top: -70px;
  }
  .contact_anchor {
    position: absolute;
    top: -70px;
  }
  .logo {
    width: 18.4vw;
    height: 2vh;
  }
  #WORKS {
    height: 124.62vh;
  }
  #DEVELOPMENT {
    position: relative;
    height: 122.6vh;
    padding-top: 11.5vh;
  }
  #SERVICE {
    position: relative;
    height: 98.14vh;
    display: flex;
  }
  #PROCESS_LEFT {
    position: relative;
    width: 50%;
    height: auto;
    padding: 10vw 0vw 20vh 0vw;
  }
  #PROCESS_RIGHT {
    width: 50%;
    height: auto;
    padding: 10vw 0vw 10vw 0vw;
    position: relative;
    right: 0;
  }
  #CONTACT {
    position: relative;
    display: flex;
    height: 38vw;
  }
  #PROCESS_RIGHT h2 {
    position: absolute;
    top: 6.11vh;
    left: 3.54vw;
    display: block;
    width: 8.33vw;
    height: 3.79vh;
    font-family: "Lato", sans-serif;
    font-size: 1.77vw;
    font-weight: bold;
    letter-spacing: 0.052vw;
    color: #cea590;
  }
  .strategy_gb,
  .creativity_gb,
  .making_noodles_gb {
    position: absolute;
    margin-top: 44.72vh;
  }
  .strategy_gb {
    margin-left: 8.229vw;
  }
  .creativity_gb {
    margin-left: 30.989vw;
  }
  .making_noodles_gb {
    margin-left: 53.75vw;
  }
  .Number1,
  .Number2,
  .Number3 {
    font-size: 2.395vw;
  }
  .strategy_contact,
  .creativity_contact,
  .making_noodles_contact {
    font-size: 1.145vw;
    font-weight: 200;
    line-height: 3.518vh;
  }
  .strategy_title,
  .creativity_title,
  .making_noodles_title {
    font-size: 1.354vw;
  }
  header {
    /* width: 500px; */
    width: 26vw;
    height: 11.57vh;
    z-index: 1 !important;
  }
  .header_inner {
    position: relative;
    padding: 4.907vh 1.302vw;
    background-color: white;
  }
  .logo {
    margin: 0 auto;
  }
  .navigation,
  .menu {
    display: none;
  }
  .pc_menu {
    display: flex;
    /* margin-top: 56px; */
    /* margin-left: 210%; */
    width: 100vw;
    position: absolute;
    height: 101%;
    line-height: 11.11vh;
    padding-left: 56vw;
    background-color: #324e66;
  }
  .pc_menu li {
    margin-right: 3.6vw;
    min-width: 5.208vw;
  }
  .pc_menu a {
    font-family: "Lato", sans-serif;
    font-size: 0.833vw;
    letter-spacing: 0.72px;
    color: #ffffff;
    text-decoration: none;
  }
  #DEVELOPMENT h1 {
    width: 27vw;
    height: 11.4vh;
    margin: unset;
    font-size: 5.2vw;
    text-align: center;
    line-height: 11.4vh;
    padding-top: unset;
    /* background-color: white; */
  }
  #DEVELOPMENT h2 {
    width: 43.3vw;
    height: 12.2vh;
    font-size: 5.2vw;
    text-align: center;
    line-height: 11.4vh;
    padding-top: unset;
    /* background-color: white; */
  }
  .title_picture h1 {
    display: block;
    left: 914px;
    top: 338px;
    position: relative;
    width: 28vw;
    height: 11.4vh;
    margin: unset;
    font-size: 5.2vw;
    text-align: center;
    line-height: 11.4vh;
    padding-top: unset;
    background-color: white;
  }
  .title_picture h2 {
    display: block;
    left: 914px;
    top: 338px;
    position: relative;
    width: 44.3vw;
    height: 12.2vh;
    font-size: 5.2vw;
    text-align: center;
    line-height: 11.4vh;
    padding-top: unset;
    background-color: white;
  }

  .mobile {
    display: none;
  }

  .pc {
    display: block;
  }

  .title_gb {
    position: absolute;
    left: 51.6vw;
    top: 32.6vh;
  }
  .title_gb h1::after {
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: -5.42vw;
    width: 50%;
    content: attr(data-content);
    overflow: hidden;
    color: #324e66;
  }
  .title_gb h2::after {
    display: block;
    z-index: 1;
    position: absolute;
    top: 11.4vh;
    left: -5.48vw;
    width: 50%;
    content: attr(data-content);
    overflow: hidden;
    color: #324e66;
  }
  .logo_title {
    position: absolute;
    width: 33.5vw;
    height: 16vh;
    margin-top: unset;
    top: 70.22vh;
    left: 55.2vw;
    margin-bottom: unset;
    padding: unset;
  }
  .logo_title p {
    width: unset;
    font-size: 1.35vw;
    margin: 0 auto;
    line-height: 4.7vh;
  }
  .logo_title img:last-child {
    margin-left: unset;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .title_picture_gb {
    z-index: 1;
    width: 46.5vw;
    height: 101.5vh;
    margin-left: 4vw;
    margin-top: 2vw;
    box-shadow: 0px 0px 8px 5px lightsteelblue;
  }
  .title_picture {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-image: url(/images/img1.png);
    background-size: cover;
  }
  .slogun_gb {
    position: absolute;
    /* padding-left: 9vw; */
    margin-top: 3.24vh;
    width: 100%;
    overflow: hidden;
  }
  .slogin_left,
  .slogin_right {
    font-size: 6vw;
  }
  .slogin_right {
    position: absolute;
    color: aliceblue;
    width: 30%;
    top: -1vw;
    left: 36.4vw;
  }
  .about_picture_gb {
    position: absolute;
    margin-right: 46vw;
    margin-top: 29vw;
    right: 0;
    width: 45.7vw;
    height: 27.6vw;
    z-index: -1;
  }
  .about_picture {
    width: 100%;
    height: 100%;
    background-image: url(/images/img2.png);
    /* background-size: cover; */
  }
  .about_us_gb {
    position: absolute;
    margin-top: 34vw;
    margin-left: 37vw;
    background-color: #ffffff80;
    left: 15.1vw;
  }
  #ABOUT_US h2 {
    height: 3.05vh;
    font-size: 1.77vw;
    margin-left: 2.9vw;
  }
  .about_us_p {
    font-size: 1.35vw;
    color: #423e3e;
    padding: 0 2.76vw;
  }
  .about_us_p > li {
    line-height: 4.07vh;
  }
  #SERVICE h2 {
    position: absolute;
    width: unset;
    height: unset;
    margin: unset;
    margin-top: 13.24vh;
    margin-left: 8.229vw;
    font-family: "Lato", sans-serif;
    font-size: 1.77vw;
    padding-left: unset;
    padding-top: unset;
  }
  .strategy_icon {
    width: 6.822vw;
    height: 5.925vh;
    position: absolute;
    margin-top: 29.722vh;
    margin-bottom: unset;
    margin-left: 8.229vw;
  }
  .creativity_icon {
    width: 7.03vw;
    height: 11.75vh;
    position: absolute;
    margin-top: 26.2vh;
    margin-bottom: unset;
    margin-left: 30.989vw;
  }
  .making_noodles_icon {
    width: 7.604vw;
    height: 5.277vh;
    position: absolute;
    margin-top: 30.27vh;
    margin-bottom: unset;
    margin-left: 53.75vw;
  }
  .strategy,
  .creativity,
  .making_noodles {
    margin-top: 6.75vh;
  }
  .case_one_two_gb,
  .case_three_four_gb {
    display: flex;
  }
  .case_one_two_gb {
    margin-left: 29.47vw;
  }
  .case_one {
    position: relative;
    margin: 24.44vh 6.56vw 9.907vh 6.145vw;
    animation-name: case_one;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
  }
  /* @keyframes case_one {
    from {
      right: -350px;
      opacity: 0;
    }
    to {
      right: 0px;
      opacity: 1;
    }
  } */
  .case_two {
    position: relative;
    margin: 24.44vh 4.322vw 9.907vh 0px;
    animation-name: case_two;
    animation-duration: 2.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
  }
  /* @keyframes case_two {
    from {
      right: -350px;
      opacity: 0;
    }
    to {
      right: 0px;
      opacity: 1;
    }
  } */
  .case_three {
    position: relative;
    margin: 0px 6.614vw 9.907vh 1.458vw;
    animation-name: case_three;
    animation-duration: 2.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
  }
  /* @keyframes case_three {
    from {
      left: -450px;
      opacity: 0;
    }
    to {
      left: 0px;
      opacity: 1;
    }
  } */
  .case_four {
    position: relative;
    margin: 0px 11.302vw 9.907vh 0px;
    animation-name: case_four;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
  }
  /* @keyframes case_four {
    from {
      left: -450px;
      opacity: 0;
    }
    to {
      left: 0px;
      opacity: 1;
    }
  } */
  .size {
    width: 28.385vw;
    height: 41.85vh;
  }
  #WORKS h2 {
    position: absolute;
    margin: 44.074vh 8.541vw 28.88vh 16.77vw;
    font-size: 1.77vw;
  }
  .map {
    width: 50%;
    height: 100%;
  }
  .menu_ul a {
    line-height: 4.629vh;
  }
  .footer {
    display: flex;
    padding: 10vh 11.302vw 7.03vh 10vw !important;
    height: unset;
  }
  .logo2 {
    margin: unset;
  }
  footer ul {
    margin-top: 0px;
  }
  .menu_gb,
  .office_gb,
  .email_gb {
    margin-left: 12.34vw;
  }
  .menu_gb {
    width: 8.54vw;
  }
  .office_gb {
    width: 12.604vw;
  }
  .email_gb {
    width: 14.16;
  }
  .global_navigation_left {
    display: flex;
  }
  #PROCESS_LEFT h2 {
    display: none;
  }
  .Process_gb {
    /* margin-top: 135px; */
    /* display: flex; */
    padding-top: unset;
    height: 30vw;
  }
  .global_navigation_left {
    padding: 0px;
    width: 43vw;
    margin: 0 auto;
  }
  .process_number_left {
    font-size: 2.5vw;
  }
  .process_contact_title_left {
    font-size: 1.354vw;
  }
  .process_contact_left {
    font-size: 1.0416vw;
  }
  .process_contact {
    line-height: 3.703vh;
  }
  .process_contact_two {
    line-height: 2.77vh;
  }
  .arrow {
    width: 1vw;
    height: 2.037vh;
    display: block;
    margin: 6.296vh 3.4375vw 0px 3.4375vw;
    background-image: url(/images/arrow-r.png);
    background-size: cover;
  }
  .arrow_down {
    position: absolute;
    left: 7vw;
    top: 6.8vw;
    width: 1vw;
    height: 1.8vh;
    display: block;
    /* margin: 77px 66px 0px 66px; */
    background-image: url(/images/arrow-d.png);
    background-size: cover;
  }
  .arrow_r {
    width: 1vw;
    height: 1.9vh;
    display: block;
    margin: 5.74vh auto 0px auto;
    background-image: url(/images/arrow-r-l.png);
    background-size: cover;
  }
  .global_navigation_right {
    display: flex;
    padding: unset;
    padding-top: unset;
    margin: 0 auto;
    width: 39vw;
  }
  .process_number_right {
    font-size: 2.083vw;
  }
  .process_contact_title_right {
    font-size: 1.354vw;
  }
  .process_contact_right {
    font-size: 1.041vw;
    margin: 0;
  }
  .contact_gb {
    width: 30.416vw;
    height: 52.685vh;
    padding: 10.185vh 8.791vw 7.962vh 9.791vw;
    max-width: 1920px;
  }
  .mobile_h2_contact {
    display: none;
  }
  .pc_h2_contact {
    display: block;
  }
  #CONTACT h2 {
    width: unset;
    margin: unset;
    margin-bottom: 5.55vh;
    font-size: 1.77vw;
  }
  form label {
    margin: unset;
    font-size: 0.833vw;
  }
  form input {
    width: 100%;
    margin-left: unset;
    padding-bottom: 0.925vh;
    font-size: 0.7vw;
    outline: none;
  }
  .btn p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95px;
    height: 19px;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    letter-spacing: 0.82px;
    text-align: center;
    /* color: #ffffff; */
    z-index: 2;
  }
  #CONTACT button {
    overflow: hidden;
    width: 11.19vw;
    height: 5.75vh;
    margin: 5.277vh 0px 8.33vh 32%;
    padding: 0;
    position: absolute;
    right: 9.666vw;
    background-color: #ffffff;
    color: #cea48d;
    transition: 0.3s;
    transform-origin: left;
    transform: translateX(-100%);
    border: 2px solid #cea48d;
  }
  #CONTACT button:hover {
    color: white;
  }
  #CONTACT button::after {
    transition-duration: 0.2s;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #cea48d;
    transform-origin: left top;
    transform: scale(0, 1);
    padding-right: 15px;
  }
  #CONTACT button:hover::after {
    transition-duration: 0.2s;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #cea48d;
    transform-origin: right top;
    transform: scale(1, 1);
  }
  .btn_box_left {
    width: 100%;
    height: 100%;
    background-color: aquamarine;
    transition: 0.3s;
    transform-origin: left;
    transform: translateX(-100%);
  }
  .mark {
    display: block;
    margin-top: 19.62vh;
    font-family: "Lato", sans-serif;
    font-size: 0.833vw;
    font-weight: bold;
    letter-spacing: 0.82px;
    text-align: center;
    color: #cea58e;
    width: 18vw;
  }
  .mark a {
    color: #cea58e;
  }
  footer h3 {
    display: none;
  }
  .background_box {
    position: absolute;
    width: 50vw;
    height: 146vh;
    background-color: #efebe8;
    z-index: -1;
    right: 0;
  }
  .menu_gb {
    display: block;
  }
  .container_hove {
    width: 100%;
    height: 100%;
    background-color: #3e3e3ea1;
    opacity: 0;
  }
  .container_hove:hover {
    /* opacity: 0; */
    font-size: 2.6vw;
    line-height: 44.62vh;
    color: white;
    text-align: center;
    animation-name: hvr-back-pulse;
    animation-duration: 1s;
    float: left;
    /* animation-iteration-count: infinite; */
    animation-fill-mode: forwards;
    /* animation-timing-function: linear; */
    text-indent: 0;
  }
  @keyframes hvr-back-pulse {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  form input {
    margin-top: 0.925vh;
    margin-bottom: 3vh;
  }
  .message input {
    padding-bottom: 8.33vh;
  }
  .logo2 {
    width: 2.6833vw;
    height: 4.6vw;
    margin-bottom: 6.851vh;
  }
  footer p {
    margin-bottom: 4.629vh;
    font-size: 0.729vw;
  }
  footer a {
    font-size: 0.729vw;
  }
  /* #ABOUT_US h2 {
    margin-left: 1.822vw;
    margin-bottom: 3.24vh;
    font-size: 1.4vw;
    letter-spacing: 0.052vw;
  } */
}
/* 以下為media 2600px */
/* |||||||||||||||||||||||||||||||||||||||||||||||||| */
/* |||||||||||||||||||||||||||||||||||||||||||||||||| */
/* |||||||||||||||||||||||||||||||||||||||||||||||||| */
/* |||||||||||||||||||||||||||||||||||||||||||||||||| */
/* |||||||||||||||||||||||||||||||||||||||||||||||||| */
/* |||||||||||||||||||||||||||||||||||||||||||||||||| */
/* |||||||||||||||||||||||||||||||||||||||||||||||||| */
/* |||||||||||||||||||||||||||||||||||||||||||||||||| */
/* |||||||||||||||||||||||||||||||||||||||||||||||||| */
/* |||||||||||||||||||||||||||||||||||||||||||||||||| */
/* |||||||||||||||||||||||||||||||||||||||||||||||||| */
@media screen and (min-width: 1440px) and (max-width: 2600px) {
  .global_navigation_right {
    width: 40vw;
  }
  .title_picture_gb {
    margin-left: 4vw;
  }
  #ABOUT_US {
    height: 59vw;
  }

  #Process {
    display: flex;
  }

  .slogin_left,
  .slogin_right {
    position: relative;
  }

  .case_one.size.aos-init.aos-animate {
    margin-top: 24.44vh;
  }

  .title_picture {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(/images/img1.png);
    background-position: center center;
  }

  .about_picture {
    width: 100%;
    height: 100%;
    background-image: url(/images/img2.png);
    background-position: center center;
    /* background-attachment: fixed !important; */
  }

  .line_long_frist {
    position: relative;
    width: 150px;
    height: 300px;
    background-image: url(/images/line-long-right.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .line_long_demask {
    /* position: absolute; */
    transform-origin: bottom;
    transform: scale(1, 1);
    width: 5vw;
    height: 15.6vw;
    right: 0;
    top: 5.7vw;
    z-index: 1;
    background-color: #324e66;
    animation-name: masktop;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
  }

  .line_long_mask {
    /* position: absolute; */
    transform-origin: top;
    transform: scale(1, 1);
    width: 5vw;
    height: 15.6vw;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #324e66;
    animation-name: masktop;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
  }

  .service_line {
    position: absolute;
    width: 5vw;
    height: 15.6vw;
    right: 0;
    top: 0vw;
    background-image: url(/images/line-long-right.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .service_line_mask {
    position: absolute;
    width: 5vw;
    height: 16.6vw;
    right: 0;
    top: 0;
    z-index: 1;
    transform-origin: bottom;
    transform: scale(1, 1);
    background-color: #324e66;
    animation-name: masktop;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
  }

  .process_left_line {
    position: absolute;
    width: 5vw;
    height: 15.6vw;
    right: -6vw;
    bottom: 9.8vw;
    background-image: url(/images/line-long-right.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .process_left_line_mask {
    /* position: absolute; */
    width: 5vw;
    height: 15.6vw;
    right: -6vw;
    bottom: 9.8vw;
    z-index: 1;
    transform-origin: top;
    transform: scale(1, 1);
    background-color: #ffffff;
    animation-name: masktop;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
  }

  .process_right_line {
    position: absolute;
    width: 3.2vw;
    height: 15.6vw;
    left: 29vw;
    bottom: -15.6vw;
    background-image: url(/images/line-long-right.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .process_right_line_mask {
    /* position: absolute; */
    width: 3.2vw;
    height: 15.6vw;
    left: 29vw;
    bottom: -15.6vw;
    z-index: 1;
    transform-origin: bottom;
    transform: scale(1, 1);
    background-color: #ffffff;
    animation-name: masktop;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
  }

  .footer_line {
    position: absolute;
    width: 40px;
    height: 10vw;
    right: 6vw;
    background-image: url(/images/line-short-left.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .footer_line_mask {
    /* position: absolute; */
    width: 40px;
    height: 10vw;
    right: 6vw;
    z-index: 1;
    transform-origin: bottom;
    transform: scale(1, 1);
    background-color: #212529;
    animation-name: masktop;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
  }

  .footer_botton_line {
    position: absolute;
    width: 40px;
    height: 10vw;
    right: 6vw;
    bottom: 0;
    background-image: url(/images/line-short-right.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .footer_botton_line_mask {
    /* position: absolute; */
    width: 40px;
    height: 7vw;
    right: 6vw;
    bottom: 0;
    z-index: 1;
    transform-origin: top;
    transform: scale(1, 1);
    background-color: #212529;
    animation-name: masktop;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
  }

  @keyframes masktop {
    from {
      transform: scale(1, 1);
    }
    to {
      transform: scale(1, 0);
    }
  }

  .line_long_gb {
    position: absolute;
    width: 5vw;
    height: 15.6vw;
    right: 0;
    top: 5.7vw;
    background-image: url(/images/line-ling-left.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .line_long {
    position: absolute;
    width: 5vw;
    height: 15.6vw;
    right: 0;
    bottom: 0;
    background-image: url(/images/line-long-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
  }

  .about_anchor {
    position: absolute;
    top: 126%;
  }
  .service_anchor {
    position: absolute;
    top: -180px;
  }
  .works_anchor {
    position: absolute;
    top: 3020px;
  }
  .process_anchor {
    position: absolute;
    top: -150px;
  }
  .contact_anchor {
    position: absolute;
    top: -100px;
  }
  .logo {
    width: 18.4vw;
    height: 2vh;
  }
  #WORKS {
    height: 124.62vh;
  }
  #DEVELOPMENT {
    position: relative;
    height: 122.6vh;
    padding-top: 11.5vh;
  }
  #SERVICE {
    position: relative;
    height: 98.14vh;
    display: flex;
  }
  #PROCESS_LEFT {
    position: relative;
    width: 50%;
    height: auto;
    padding: 10vw 0vw 20vh 0vw;
  }
  #PROCESS_RIGHT {
    width: 50%;
    height: auto;
    padding: 10vw 0vw 10vw 0vw;
    position: relative;
    right: 0;
  }
  #CONTACT {
    position: relative;
    display: flex;
    height: 36vw;
  }
  #PROCESS_RIGHT h2 {
    position: absolute;
    top: 6.11vh;
    left: 3.54vw;
    display: block;
    width: 8.33vw;
    height: 3.79vh;
    font-family: "Lato", sans-serif;
    font-size: 1.77vw;
    font-weight: bold;
    letter-spacing: 0.052vw;
    color: #cea590;
  }
  .strategy_gb,
  .creativity_gb,
  .making_noodles_gb {
    position: absolute;
    margin-top: 44.72vh;
  }
  .strategy_gb {
    margin-left: 8.229vw;
  }
  .creativity_gb {
    margin-left: 30.989vw;
  }
  .making_noodles_gb {
    margin-left: 53.75vw;
  }
  .Number1,
  .Number2,
  .Number3 {
    font-size: 2.395vw;
  }
  .strategy_contact,
  .creativity_contact,
  .making_noodles_contact {
    font-size: 1.145vw;
    font-weight: 200;
    line-height: 3.518vh;
  }
  .strategy_title,
  .creativity_title,
  .making_noodles_title {
    font-size: 1.354vw;
  }
  header {
    /* width: 500px; */
    width: 26vw;
    height: 11.77vh;
    z-index: 1 !important;
  }
  .header_inner {
    position: relative;
    padding: 4.907vh 1.302vw;
    background-color: white;
  }
  .logo {
    margin: 0 auto;
  }
  .navigation,
  .menu {
    display: none;
  }
  .pc_menu {
    display: flex;
    /* margin-top: 56px; */
    /* margin-left: 210%; */
    width: 100vw;
    position: absolute;
    height: 101%;
    line-height: 11.11vh;
    padding-left: 56vw;
    background-color: #324e66;
    box-shadow: 1px 1px 13px #162b3d;
  }
  .pc_menu li {
    margin-right: 3.6vw;
    min-width: 5.208vw;
  }
  .pc_menu a {
    font-family: "Lato", sans-serif;
    font-size: 0.833vw;
    letter-spacing: 0.72px;
    color: #ffffff;
    text-decoration: none;
  }
  #DEVELOPMENT h1 {
    width: 27vw;
    height: 11.4vh;
    margin: unset;
    font-size: 5.2vw;
    text-align: center;
    line-height: 11.4vh;
    padding-top: unset;
    /* background-color: white; */
  }
  #DEVELOPMENT h2 {
    width: 43.3vw;
    height: 12.2vh;
    font-size: 5.2vw;
    text-align: center;
    line-height: 11.4vh;
    padding-top: unset;
    /* background-color: white; */
  }
  .title_picture h1 {
    display: block;
    left: 914px;
    top: 338px;
    position: relative;
    width: 28vw;
    height: 11.4vh;
    margin: unset;
    font-size: 5.2vw;
    text-align: center;
    line-height: 11.4vh;
    padding-top: unset;
    background-color: white;
  }
  .title_picture h2 {
    display: block;
    left: 914px;
    top: 338px;
    position: relative;
    width: 44.3vw;
    height: 12.2vh;
    font-size: 5.2vw;
    text-align: center;
    line-height: 11.4vh;
    padding-top: unset;
    background-color: white;
  }

  .mobile {
    display: none;
  }

  .pc {
    display: block;
  }

  .title_gb {
    position: absolute;
    left: 51.6vw;
    top: 32.6vh;
  }
  .title_gb h1::after {
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: -5.42vw;
    width: 50%;
    content: attr(data-content);
    overflow: hidden;
    color: #324e66;
  }
  .title_gb h2::after {
    display: block;
    z-index: 1;
    position: absolute;
    top: 11.4vh;
    left: -5.48vw;
    width: 50%;
    content: attr(data-content);
    overflow: hidden;
    color: #324e66;
  }
  .logo_title {
    position: absolute;
    width: 33.5vw;
    height: 16vh;
    margin-top: unset;
    top: 70.22vh;
    left: 55.2vw;
    margin-bottom: unset;
    padding: unset;
  }
  .logo_title p {
    width: unset;
    font-size: 1.35vw;
    margin: 0 auto;
    line-height: 4.7vh;
  }
  .logo_title img:last-child {
    margin-left: unset;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .title_picture_gb {
    z-index: 1;
    width: 46.5vw;
    height: 101.5vh;
    margin-left: 5vw;
    margin-top: 2vw;
    box-shadow: 0px 0px 8px 5px lightsteelblue;
  }
  .title_picture {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-image: url(/images/img1.png);
    background-size: cover;
  }
  .slogun_gb {
    position: relative;
    /* padding-left: 9vw; */
    margin-top: 3.24vh;
    width: 100%;
    overflow: hidden;
  }
  /*.slogin_left::before {
    content: "DIGITAB";
    left: 35vw;
    color: aliceblue;
    top: 1vw;
    position: absolute;
  }*/
  .slogin_left,
  .slogin_right {
    font-size: 6vw;
  }
  .slogin_right {
    position: absolute;
    color: aliceblue;
    width: 30%;
    top: -0.4vw;
    left: 35.4vw;
  }
  .about_picture_gb {
    position: relative;
    margin-right: 46vw;
    margin-top: 4vw;
    right: 0;
    width: 45.7vw;
    height: 27.6vw;
    z-index: -1;
  }
  .about_picture {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/images/img2.png);
    /* background-size: cover; */
  }
  .about_us_gb {
    position: absolute;
    margin-top: 9vw;
    margin-left: 37vw;
    background-color: #ffffff80;
    left: 15.1vw;
  }
  #ABOUT_US h2 {
    height: 3.05vh;
    font-size: 1.77vw;
    margin-left: 2.9vw;
  }
  .about_us_p {
    font-size: 1.35vw;
    color: #423e3e;
    padding: 0 2.76vw;
  }
  .about_us_p > li {
    line-height: 4.07vh;
  }
  #SERVICE h2 {
    position: absolute;
    width: unset;
    height: unset;
    margin: unset;
    margin-top: 13.24vh;
    margin-left: 8.229vw;
    font-family: "Lato", sans-serif;
    font-size: 1.77vw;
    padding-left: unset;
    padding-top: unset;
  }
  .strategy_icon {
    width: 6.822vw;
    height: 5.925vh;
    position: absolute;
    margin-top: 29.722vh;
    margin-bottom: unset;
    margin-left: 8.229vw;
  }
  .creativity_icon {
    width: 7.03vw;
    height: 11.75vh;
    position: absolute;
    margin-top: 26.2vh;
    margin-bottom: unset;
    margin-left: 30.989vw;
  }
  .making_noodles_icon {
    width: 7.604vw;
    height: 5.277vh;
    position: absolute;
    margin-top: 30.27vh;
    margin-bottom: unset;
    margin-left: 53.75vw;
  }
  .strategy,
  .creativity,
  .making_noodles {
    margin-top: 6.75vh;
  }
  .case_one_two_gb,
  .case_three_four_gb {
    display: flex;
  }
  .case_one_two_gb {
    margin-left: 29.47vw;
  }
  .case_one {
    position: relative;
    margin: 24.44vh 6.56vw 9.907vh 6.145vw;
    animation-name: case_one;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
  }
  /* @keyframes case_one {
    from {
      right: -350px;
      opacity: 0;
    }
    to {
      right: 0px;
      opacity: 1;
    }
  } */
  .case_two {
    position: relative;
    margin: 24.44vh 4.322vw 9.907vh 0px;
    animation-name: case_two;
    animation-duration: 2.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
  }
  /* @keyframes case_two {
    from {
      right: -350px;
      opacity: 0;
    }
    to {
      right: 0px;
      opacity: 1;
    }
  } */
  .case_three {
    position: relative;
    margin: 0px 6.614vw 9.907vh 1.458vw;
    animation-name: case_three;
    animation-duration: 2.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
  }
  /* @keyframes case_three {
    from {
      left: -450px;
      opacity: 0;
    }
    to {
      left: 0px;
      opacity: 1;
    }
  } */
  .case_four {
    position: relative;
    margin: 0px 11.302vw 9.907vh 0px;
    animation-name: case_four;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
  }
  /* @keyframes case_four {
    from {
      left: -450px;
      opacity: 0;
    }
    to {
      left: 0px;
      opacity: 1;
    }
  } */
  .size {
    width: 28.385vw;
    height: 41.85vh;
  }
  #WORKS h2 {
    position: absolute;
    margin: 44.074vh 8.541vw 28.88vh 16.77vw;
    font-size: 1.77vw;
  }
  .map {
    width: 50%;
    height: 100%;
  }
  .menu_ul a {
    line-height: 4.629vh;
  }
  .footer {
    display: flex;
    padding: 10vh 11.302vw 7.03vh 10vw !important;
    height: unset;
  }
  .logo2 {
    margin: unset;
  }
  footer ul {
    margin-top: 0px;
  }
  .menu_gb,
  .office_gb,
  .email_gb {
    margin-left: 12.34vw;
  }
  .menu_gb {
    width: 8.54vw;
  }
  .office_gb {
    width: 12.604vw;
  }
  .email_gb {
    width: 14.16;
  }
  .global_navigation_left {
    display: flex;
  }
  #PROCESS_LEFT h2 {
    display: none;
  }
  .Process_gb {
    /* margin-top: 135px; */
    /* display: flex; */
    padding-top: unset;
    height: 30vw;
  }
  .global_navigation_left {
    padding: 0px;
    width: 43vw;
    margin: 0 auto;
  }
  .process_number_left {
    font-size: 2.5vw;
  }
  .process_contact_title_left {
    font-size: 1.354vw;
  }
  .process_contact_left {
    font-size: 1.0416vw;
  }
  .process_contact {
    line-height: 3.703vh;
  }
  .process_contact_two {
    line-height: 2.77vh;
  }
  .arrow {
    width: 1.2vw;
    height: 1.4vw;
    display: block;
    margin: 3.4vw 3.4375vw 0px 3.4375vw;
    background-image: url(/images/arrow-r.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .arrow_down {
    position: absolute;
    left: 7vw;
    top: 6.8vw;
    width: 1.2vw;
    height: 1.2vw;
    display: block;
    /* margin: 77px 66px 0px 66px; */
    background-image: url(/images/arrow-d.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .arrow_r {
    width: 1.2vw;
    height: 1.4vw;
    display: block;
    margin: 3vw 3.4375vw 0px 3.4375vw;
    background-image: url(/images/arrow-r-l.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .global_navigation_right {
    display: flex;
    padding: unset;
    padding-top: unset;
    margin: 0 auto;
    width: 40vw;
  }
  .process_number_right {
    font-size: 2.083vw;
  }
  .process_contact_title_right {
    font-size: 1.354vw;
  }
  .process_contact_right {
    font-size: 1.041vw;
    margin: 0;
  }
  .contact_gb {
    width: 30.416vw;
    height: 52.685vh;
    padding: 10.185vh 8.791vw 7.962vh 9.791vw;
    max-width: 1920px;
  }
  .mobile_h2_contact {
    display: none;
  }
  .pc_h2_contact {
    display: block;
  }
  #CONTACT h2 {
    width: unset;
    margin: unset;
    margin-bottom: 5.55vh;
    font-size: 1.77vw;
  }
  form label {
    margin: unset;
    font-size: 0.833vw;
  }
  form input {
    width: 100%;
    margin-left: unset;
    padding-bottom: 0.925vh;
    font-size: 0.7vw;
    outline: none;
  }
  .btn p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95px;
    height: 19px;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    letter-spacing: 0.82px;
    text-align: center;
    /* color: #ffffff; */
    z-index: 2;
  }
  #CONTACT button {
    overflow: hidden;
    width: 11.19vw;
    height: 5.75vh;
    margin: 5.277vh 0px 8.33vh 32%;
    padding: 0;
    position: absolute;
    right: 9.666vw;
    background-color: #ffffff;
    color: #cea48d;
    transition: 0.3s;
    transform-origin: left;
    transform: translateX(-100%);
    border: 2px solid #cea48d;
  }
  #CONTACT button:hover {
    color: white;
  }
  #CONTACT button::after {
    transition-duration: 0.2s;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #cea48d;
    transform-origin: left top;
    transform: scale(0, 1);
    padding-right: 15px;
  }
  #CONTACT button:hover::after {
    transition-duration: 0.2s;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #cea48d;
    transform-origin: right top;
    transform: scale(1, 1);
  }
  .btn_box_left {
    width: 100%;
    height: 100%;
    background-color: aquamarine;
    transition: 0.3s;
    transform-origin: left;
    transform: translateX(-100%);
  }
  .mark {
    display: block;
    margin-top: 19.62vh;
    font-family: "Lato", sans-serif;
    font-size: 0.833vw;
    font-weight: bold;
    letter-spacing: 0.82px;
    text-align: center;
    color: #cea58e;
  }
  .mark a {
    color: #cea58e;
  }
  footer h3 {
    display: none;
  }
  .background_box {
    position: absolute;
    width: 50vw;
    height: 146vh;
    background-color: #efebe8;
    z-index: -1;
    right: 0;
  }
  .menu_gb {
    display: block;
  }
  .container_hove {
    width: 100%;
    height: 100%;
    background-color: #3e3e3ea1;
    opacity: 0;
  }
  .container_hove:hover {
    /* opacity: 0; */
    font-size: 2.6vw;
    line-height: 44.62vh;
    color: white;
    text-align: center;
    animation-name: hvr-back-pulse;
    animation-duration: 1s;
    float: left;
    /* animation-iteration-count: infinite; */
    animation-fill-mode: forwards;
    /* animation-timing-function: linear; */
    text-indent: 0;
  }
  @keyframes hvr-back-pulse {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  form input {
    margin-top: 0.925vh;
    margin-bottom: 3vh;
  }
  .message input {
    padding-bottom: 8.33vh;
  }
  .logo2 {
    width: 2.6833vw;
    height: 4.6vw;
    margin-bottom: 6.851vh;
  }
  footer p {
    margin-bottom: 4.629vh;
    font-size: 0.729vw;
  }
  footer a {
    font-size: 0.729vw;
  }
  /* #ABOUT_US h2 {
    margin-left: 1.822vw;
    margin-bottom: 3.24vh;
    font-size: 1.4vw;
    letter-spacing: 0.052vw;
  } */
}

@media screen and (max-width: 1650px) {
  /* #PROCESS_RIGHT {
    padding-top: 12.8vw;
  } */
  .arrow {
    margin-top: 3.8vw;
  }
  .arrow_r {
    margin-top: 3.4vw;
  }
  .contact_gb {
    padding-top: 4vw;
  }
  #CONTACT button {
    display: block;
    margin: 0 auto;
    right: 7vw;
  }
}

@media screen and (max-width: 1300px) {
  /* #PROCESS_RIGHT {
    padding-top: 10.5vw;
  } */
}

@media screen and (min-height: 1600px) {
  #CONTACT {
    height: 39vw;
  }
  /* #PROCESS_RIGHT {
    padding: 12.7vw 0vw 10vw 0vw;
  } */
}

@media screen and (min-height: 1050px) {
  /* #PROCESS_RIGHT {
    padding: 12.8vw 0vw 10vw 0vw;
  } */
  #CONTACT {
    height: 41vw;
  }
}

/* @media screen and (min-height: 1080px) {
  #PROCESS_RIGHT {
    padding: 10.2vw 0vw 10vw 0vw;
  }
} */

@media screen and (min-height: 1366px) {
  #CONTACT {
    height: 97vw;
    max-height: 990px;
  }
}

@media screen and (min-width: 1366px) {
  /* #PROCESS_LEFT {
    padding: 14vh 0vw 20vh 0vw;
  }
  #PROCESS_RIGHT {
    padding-top: 10.6vw;
  } */
  .arrow,
  .arrow_r,
  .arrow_down {
    width: 1.4vw;
  }
  #CONTACT {
    height: 40vw;
  }
}

/* @media screen and (min-width: 2560px) {
  #PROCESS_LEFT {
    padding: 25vh 0vw 20vh 0vw;
  }
} */

/* @media screen and (min-width: 1920px) {
  #PROCESS_LEFT {
    padding: 18.6vh 0vw 20vh 0vw;
  }
} */
