*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

#project {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #333333;
  display: block;
  min-height: 100vh;
}

.main_type .name.active {
  color: #FFFFFF;
}

#jump_team {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  z-index: 222;
  background-color: white;
}

#jump_team.show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

#jump_team .box {
  position: relative;
  height: 100vh;
  width: 100%;
  padding: 0;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#jump_team .box.show {
  opacity: 1;
}

#jump_team .num {
  position: relative;
  font-size: 16px;
  max-width: 1560px;
  margin: 0 auto 20px;
  top: 0;
  width: 90%;
}

#jump_team .main_img {
  position: relative;
  max-width: 1560px;
  margin: 0 auto 120px;
  width: 90%;
}

#jump_team .main_img img {
  max-width: 305px;
  width: 100%;
}

#jump_team .editor {
  font-size: 12px;
  margin: 0 auto;
  max-width: 1300px;
  width: 70%;
  position: relative;
  line-height: 22px;
  padding-bottom: 60px;
}

#jump_team .title {
  position: relative;
  font-size: 40px;
  line-height: 55px;
  display: block;
  max-width: 1560px;
  margin: 0 auto 20px;
  width: 90%;
  padding-top: 135px;
}

#jump_team .name {
  position: relative;
  font-size: 25px;
  line-height: 35px;
  display: block;
  max-width: 1560px;
  margin: 0 auto 40px;
  width: 90%;
}

#jump_team .imgs {
  display: block;
  margin-bottom: 35px;
}

#jump_team .memo {
  position: relative;
  font-size: 17px;
  line-height: 32px;
  max-width: 1300px;
  margin: 25px auto 60px;
  width: 80%;
}

#jump_team .close {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 50px;
  height: 70px;
  text-align: center;
  padding-top: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 50;
}

@media all and (min-width: 1025px) {
  #jump_team .close:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

#jump_team .button {
  position: fixed;
  height: 80px;
  width: 94%;
  left: 3%;
  top: 40%;
  z-index: 10;
}

#jump_team .button-next {
  position: absolute;
  background-image: url(../images/arrow.svg);
  width: 50px;
  height: 80px;
  top: 0;
  z-index: 5;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-size: 11px;
}

#jump_team .button-prev {
  position: absolute;
  background-image: url(../images/arrow.svg);
  width: 50px;
  height: 80px;
  top: 0;
  z-index: 5;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-size: 11px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#jumpbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  opacity: 0;
  display: none;
  z-index: 200;
  pointer-events: auto;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

#jumpbox.show {
  opacity: 1;
}

#jumpbox .close {
  position: absolute;
  right: 3%;
  top: 22px;
  width: 70px;
  height: 70px;
  text-align: center;
  padding-top: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 50;
}

@media all and (min-width: 1025px) {
  #jumpbox .close:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

#jumpbox .content_block {
  position: relative;
  width: 100%;
  height: 100%;
}

#jumpbox .swiper-container {
  height: 100%;
}

#jumpbox .swiper-pagination {
  bottom: 27px;
  width: auto;
  right: 34px;
  left: auto;
}

#jumpbox .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  opacity: 1;
  margin-left: 10px;
  border: 1px solid #1EC086;
}

#jumpbox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1EC086;
}

#jumpbox .swiper-button-next {
  background-image: none;
  background-size: 0;
  width: 35px;
  height: 70px;
  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;
  right: 0;
}

#jumpbox .swiper-button-next img {
  position: relative;
}

#jumpbox .swiper-button-prev {
  background-image: none;
  background-size: 0;
  width: 35px;
  height: 70px;
  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;
  left: 0;
}

#jumpbox .swiper-button-prev img {
  position: relative;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#jumpbox .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 110px;
  padding-bottom: 50px;
}

#jumpbox .box .infomation {
  position: relative;
  width: 30%;
  padding-left: 30px;
  padding-right: 100px;
}

#jumpbox .box .lang {
  margin-bottom: 14px;
  position: relative;
  font-size: 18px;
  color: gray;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 3px;
}

#jumpbox .box .lang .tw {
  position: relative;
  margin-right: 3px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#jumpbox .box .lang .en {
  position: relative;
  margin-left: 3px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media all and (min-width: 1025px) {
  #jumpbox .box .lang div:hover {
    color: black;
  }
}

#jumpbox .box .num {
  color: #1EC086;
  font-weight: bold;
  font-size: 25px;
  display: block;
  margin-bottom: 50px;
}

#jumpbox .box .title {
  position: relative;
  FONT-SIZE: 52px;
  display: block;
  color: black;
  line-height: 53px;
  margin-bottom: 30px;
}

#jumpbox .box .en_title {
  position: relative;
  FONT-SIZE: 35px;
  display: block;
  color: #808080;
  line-height: 38px;
  margin-bottom: 60px;
}

#jumpbox .box .text {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  display: block;
  margin-bottom: 100px;
}

#jumpbox .box .info {
  font-size: 13px;
  line-height: 20px;
  display: block;
  position: relative;
}

#jumpbox .box .info ul {
  position: relative;
}

#jumpbox .box .info ul li {
  position: relative;
  padding-bottom: 12px;
}

#jumpbox .box .img_block {
  position: relative;
  width: 70%;
  height: 100%;
  overflow: hidden;
}

#jumpbox .box .img_block .swiper-slide {
  height: 100%;
  overflow: hidden;
}

#jumpbox .box .img_block .swiper-slide.swiper-slide-active .bg {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#jumpbox .box .img_block .swiper-slide .bg {
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all .8s ease .2s;
  transition: all .8s ease .2s;
}

#jumpbox .box .img_block .swiper-slide .bg img {
  position: relative;
  opacity: 0;
}

#project .main_type {
  position: relative;
  color: #FFFFFF;
  bottom: auto;
  left: 5%;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#project .main_type .title {
  position: relative;
  color: #666666;
  font-size: 18px;
  margin-right: 40px;
  text-decoration: none;
  margin-bottom: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#project .main_type .title.active {
  color: #00C78B;
}

@media all and (min-width: 1025px) {
  #project .main_type .title:hover {
    color: #00C78B;
  }
}

#year {
  position: relative;
  padding-top: 0;
  color: #00C78B;
  left: 5%;
  width: 90%;
  z-index: 30;
  margin-left: 0;
  padding: 140px 130px 0;
  margin-bottom: 50px;
}

#year .big {
  position: absolute;
  color: #00C78B;
  font-size: 35px;
}

#year .big.begin {
  left: 0;
}

#year .big.now {
  right: 0;
}

#year .year_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  left: 0;
  top: 6px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 4;
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  z-index: 5;
  position: relative;
}

#year .yearline {
  width: 33px;
  margin-bottom: 15px;
  color: #1EC086;
  height: 90px;
  position: relative;
  font-weight: bold;
}

#year .yearline .year_box {
  position: relative;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 1025px) {
  #year .yearline .year_box:hover span {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    bottom: 30px;
    font-size: 20px;
  }
  #year .yearline .year_box:hover::after {
    height: 35px;
    background-color: #00C78B;
  }
}

#year .yearline .year_box::after {
  content: '';
  background-color: #999999;
  width: 4px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2px;
  opacity: .5;
}

#year .yearline .year_box span {
  font-size: 23px;
  position: absolute;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  margin-left: 0;
  bottom: 0;
}

#year .yearline.active .year_box span {
  visibility: visible;
  opacity: 1;
  margin-left: 0;
  bottom: -0;
  font-size: 23px;
}

#year .yearline.active .year_box::after {
  height: 57px;
  background-color: #00C78B;
  opacity: 1;
}

.main_slide {
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  left: 0;
  z-index: 10;
  margin-top: 0;
}

.main_slide::after {
  content: '';
  clear: both;
  display: block;
}

.project_box {
  position: relative;
  width: 50%;
  height: 22vw;
  color: white;
  font-size: 14px;
  float: left;
  border-right: 2px solid #C8C8C8;
  border-bottom: 2px solid #C8C8C8;
  overflow: hidden;
  padding: 39px 35px;
}

.project_box:nth-child(even) {
  border-right: 0;
}

.project_box:hover .img::after {
  opacity: .3;
}

.project_box .name {
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.project_box .sub_name {
  position: relative;
  font-size: 15px;
  line-height: 20px;
}

.project_box .text {
  position: absolute;
  display: block;
  font-size: 28px;
  line-height: 32px;
  bottom: 45px;
  left: 35px;
  width: 88%;
}

.project_box .img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.project_box .img img {
  position: relative;
  brightness: .3;
}

.project_box .img::after {
  content: '';
  background-color: black;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .8;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@-webkit-keyframes lineimg {
  0% {
    width: 0%;
    left: 0;
  }
  50%, 80% {
    width: 100%;
    left: 0;
  }
  80%, 100% {
    width: 100%;
    left: 100%;
  }
}

@keyframes lineimg {
  0% {
    width: 0%;
    left: 0;
  }
  50%, 80% {
    width: 100%;
    left: 0;
  }
  80%, 100% {
    width: 100%;
    left: 100%;
  }
}

@-webkit-keyframes lineimg2 {
  0%, 50% {
    left: 0;
  }
  80%, 100% {
    left: -100%;
    z-index: 3;
  }
}

@keyframes lineimg2 {
  0%, 50% {
    left: 0;
  }
  80%, 100% {
    left: -100%;
    z-index: 3;
  }
}

@-webkit-keyframes lineimg_hover {
  0% {
    width: 0%;
    left: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes lineimg_hover {
  0% {
    width: 0%;
    left: 0;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes lineimg2_hover {
  0%, 50% {
    left: 0;
  }
  80%, 100% {
    left: 0%;
  }
}

@keyframes lineimg2_hover {
  0%, 50% {
    left: 0;
  }
  80%, 100% {
    left: 0%;
  }
}

#contact {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #000;
  display: block;
  min-height: 100vh;
  overflow: hidden;
}

#contact .again {
  position: absolute;
  font-size: 22px;
  color: white;
  bottom: 285px;
  left: 82px;
  z-index: 3;
}

#contact .contact_ani {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

#contact .people {
  position: absolute;
}

#contact .people.people1 {
  right: 50%;
  top: 50%;
  -webkit-transform: translate(-456px, -275px);
          transform: translate(-456px, -275px);
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

#contact .people.people1.move {
  -webkit-transform: translate(520px, -275px);
          transform: translate(520px, -275px);
}

#contact .people.people1.hide {
  opacity: 0;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#contact .people.people1.hide svg {
  opacity: 0;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#contact .people.people1 svg {
  fill: none;
  stroke: #666;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  width: 65px;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

#contact .people.people1 img {
  position: absolute;
  top: -32px;
  right: -20px;
  width: 38px;
}

#contact .people.people2 {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(456px, -275px);
          transform: translate(456px, -275px);
}

#contact .people.people2 svg {
  width: 65px;
  fill: #666;
  stroke: none;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#contact .people.people2.color svg {
  fill: #FFFF00;
}

#contact .bar {
  position: relative;
  width: 40%;
  top: 50%;
  margin-top: -16px;
}

#contact .bar::before {
  content: '';
  position: absolute;
  background-color: #666;
  height: 19px;
  width: 100%;
}

#contact .bar::after {
  content: '';
  position: absolute;
  border: 1px solid #666;
  background-color: #000;
  height: 27px;
  width: 27px;
  border-radius: 50%;
  top: -4px;
}

#contact .bar.left {
  position: absolute;
  left: 0;
}

#contact .bar.left::after {
  right: -20px;
}

#contact .bar.right {
  position: absolute;
  right: 0;
}

#contact .bar.right::after {
  left: -20px;
}

#contact .bar.center {
  position: absolute;
  width: 436px;
  left: 50%;
  margin-left: -218px;
  margin-top: -29px;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(-32deg);
          transform: rotate(-32deg);
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#contact .bar.center::after {
  display: none;
}

#contact .bar.center::before {
  width: 100%;
  height: 9px;
}

#contact .bar.center.close {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

#contact .contact_info {
  position: absolute;
  color: white;
  font-size: 14px;
  bottom: 70px;
  right: 70px;
  line-height: 30px;
}

#contact .contact_info a {
  color: white;
  text-decoration: none;
}

#contact .form_box {
  position: absolute;
  width: 653px;
  height: 600px;
  background-color: white;
  z-index: 5;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 100px 130px;
  display: none;
}

#contact .form_box .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 70px;
  text-align: center;
  padding-top: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 50;
}

#contact .form_box .close img {
  width: 15px;
}

@media all and (min-width: 1025px) {
  #contact .form_box .close:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

#contact .form_box .title {
  position: relative;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  font-size: 20px;
  letter-spacing: 16px;
  margin-bottom: 45px;
}

#contact .form_box .field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  border-bottom: 1px solid #CCCCCC;
  font-size: 21px;
  line-height: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

#contact .form_box .field label {
  position: relative;
  color: #808080;
}

#contact .form_box .field .input_box {
  position: relative;
  font-size: 21px;
  height: 60px;
  color: black;
  width: 100%;
  border: 0;
  background-color: transparent;
}

#contact .form_box .send {
  width: 104px;
  height: 46px;
  background-color: #B3B3B3;
  font-size: 21px;
  color: white;
  border: 0;
  border-radius: 99px;
  margin-top: 25px;
  float: right;
  cursor: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0);
}

@media all and (min-width: 1025px) {
  #contact .form_box .send:hover {
    background-color: gray;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }
}

#contact .slogan {
  position: absolute;
  font-size: 18px;
  color: #FFFF00;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -243px;
  letter-spacing: 0;
  opacity: 0;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

#contact .slogan.show {
  opacity: 1;
  letter-spacing: 8px;
}

@media only screen and (max-width: 1850px) {
  h1.head_title {
    font-size: 8.5vw;
  }
  #jump_team .button {
    width: 96%;
    left: 2%;
  }
}

@media only screen and (max-width: 1600px) {
  #jump_team .button {
    width: 100%;
    left: 0%;
  }
}

@media only screen and (max-width: 1500px) {
  #jumpbox .box .title {
    FONT-SIZE: 36px;
    line-height: 44px;
  }
  #jumpbox .box .en_title {
    FONT-SIZE: 26px;
    line-height: 30px;
    margin-bottom: 32px;
  }
  #jumpbox .box .num {
    font-size: 22px;
    margin-bottom: 30px;
  }
  #jumpbox .box .infomation {
    padding-right: 60px;
  }
}

@media only screen and (max-width: 1300px) {
  .project_box .text {
    font-size: 24px;
    line-height: 28px;
  }
  #project .main_slide {
    top: 0%;
    left: 0;
    width: 100%;
  }
  .main_slide {
    top: 57%;
    left: 216px;
    width: calc(100% - 216px);
  }
  #jump_team .title {
    font-size: 38px;
    line-height: 45px;
  }
  #jump_team .name {
    font-size: 22px;
    line-height: 30px;
  }
  #contact .people.people1 {
    right: 36%;
  }
  #contact .people.people2 {
    left: 36%;
  }
  #contact .people.people1.move {
    -webkit-transform: translate(240px, -222px);
            transform: translate(240px, -222px);
  }
  #contact .slogan.show {
    letter-spacing: 7px;
  }
  #contact .form_box {
    z-index: 185;
    padding: 70px 85px;
    width: 610px;
    height: 565px;
  }
  #contact .bar.center {
    width: 320px;
    left: 50%;
    margin-left: -160px;
    margin-top: -37px;
  }
}

@media only screen and (max-width: 1200px) {
  #year .yearline {
    width: 26px;
  }
  .project_box .text {
    font-size: 20px;
    line-height: 26px;
    bottom: 28px;
  }
  .project_box .sub_name {
    font-size: 14px;
    line-height: 18px;
  }
  .project_box {
    height: 26vw;
  }
}

@media only screen and (max-height: 920px) and (min-width: 1024px) {
  #contact .people.people1,
  #contact .people.people2 {
    top: 53%;
  }
  #contact .again {
    bottom: 220px;
    left: 45px;
  }
  #contact h1.head_title {
    left: 45px;
  }
  #contact .contact_info {
    bottom: 35px;
    right: 35px;
  }
}

@media only screen and (max-height: 800px) and (min-width: 1024px) {
  h1.head_title {
    font-size: 100px;
    left: 36px;
  }
  .main_type .name {
    margin-bottom: 18px;
    font-size: 18px;
  }
  #year {
    left: 4%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .main_slide {
    top: 60%;
  }
  .main_slide {
    top: 50%;
    left: 216px;
    width: calc(100% - 216px);
  }
  #contact .slogan {
    margin-top: -160px;
  }
  #contact .people.people1,
  #contact .people.people2 {
    top: 58%;
  }
  #contact .again {
    bottom: 160px;
    left: 45px;
  }
  #contact .people.people1 svg, #contact .people.people2 svg {
    width: 100px;
  }
  #contact .people.people1 img {
    width: 72px;
    top: -60px;
    right: -62px;
  }
  #contact .form_box {
    z-index: 185;
  }
}

@media all and (max-width: 1024px) {
  h1.head_title {
    position: absolute;
    width: 80%;
  }
  #jump_team .title {
    padding-top: 100px;
  }
  #jump_team .box {
    padding: 0;
  }
  #jump_team .close {
    right: 24px;
    top: 10px;
  }
  #project .main_slide {
    margin-top: 0;
  }
  .project_box .text {
    font-size: 18px;
    line-height: 22px;
    bottom: 28px;
    left: 20px;
    width: 85%;
  }
  .project_box {
    height: 30vw;
  }
  #year .big {
    font-size: 24px;
  }
  #year {
    padding: 140px 80px 0;
  }
  #year .yearline {
    width: 22px;
    height: 75px;
  }
  #year .yearline .year_box::after {
    width: 2px;
  }
  #year .yearline.active .year_box span,
  #year .yearline .year_box span {
    font-size: 18px;
  }
  #year .yearline.active .year_box::after {
    height: 45px;
  }
  #project .main_type .title {
    font-size: 16px;
    margin-right: 25px;
  }
  .main_slide {
    top: auto;
    left: 0;
    width: 100%;
    position: relative;
    -webkit-transform: none;
            transform: none;
    padding-bottom: 100px;
    margin-top: 50px;
  }
  .main_type .name {
    margin-bottom: 25px;
  }
  .project_box .name {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #jump_team .button-next {
    background-size: 12px;
  }
  #jump_team .button-prev {
    background-size: 12px;
  }
  #jump_team .num {
    top: 0;
  }
  #jump_team .num {
    top: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 16px;
  }
  #jump_team .main_img {
    width: 80%;
  }
  #jump_team .button {
    margin-bottom: 30px;
    width: 96%;
    left: 2%;
  }
  #jump_team .editor, #jump_team .title, #jump_team .name, #jump_team .num {
    width: 80%;
  }
  #jump_team .memo {
    margin: 30px auto 38px;
    width: 80%;
    font-size: 17px;
  }
  #contact .contact_ani {
    top: 145px;
  }
  #jumpbox .box {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  #jumpbox .box .img_block {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #jumpbox {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #jumpbox .box .infomation {
    padding-right: 0;
    width: 80%;
    left: 10%;
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 100px;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  #jumpbox .box .infomation::after {
    content: '';
    background-image: url(../images/arrow2.svg);
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: -0;
    background-repeat: no-repeat;
    background-position: center;
  }
  #jumpbox .content_block {
    height: auto;
  }
}

@media only screen and (max-width: 950px) {
  #contact .again {
    bottom: auto;
    left: 5%;
    top: 234px;
    margin-left: 4px;
  }
  #contact .contact_ani {
    position: relative;
    top: auto;
    margin-top: 340px;
    height: 350px;
  }
  #contact .bar::before {
    height: 14px;
  }
  #contact .bar::after {
    content: '';
    border: 3px solid #666;
    background-color: #000;
    height: 24px;
    width: 24px;
    top: -5px;
  }
  #contact .bar.left::after {
    right: -15px;
  }
  #contact .bar.right::after {
    left: -15px;
  }
  #contact .bar {
    width: 35%;
  }
  #contact .contact_info {
    position: relative;
    right: auto;
    line-height: 30px;
    left: 5%;
  }
  #contact .bar.center {
    width: 273px;
    left: 50%;
    margin-left: -136px;
    margin-top: -29px;
  }
  #contact .bar.center::before {
    width: 100%;
    height: 8px;
  }
  #contact .people.people1 {
    right: 72%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin-top: -166px;
  }
  #contact .people.people2 {
    left: 72%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin-top: -166px;
  }
  #contact .people.people1.move {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin-right: -400px;
  }
  #contact .slogan.show {
    letter-spacing: 5px;
    font-size: 24px;
    margin-top: -150px;
  }
  #jumpbox .box .lang {
    font-size: 16px;
  }
}

@media all and (max-width: 700px) {
  #jumpbox .box .lang {
    font-size: 14px;
  }
  h1.head_title {
    font-size: 57px;
  }
  #jumpbox.show {
    z-index: 300;
  }
  .main_type .name {
    font-size: 20px;
  }
  #jump_team .imgs {
    margin-bottom: 25px;
  }
  #jump_team .title {
    position: relative;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 50px;
    display: block;
  }
  #jump_team .memo {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 25px;
    margin: 0 auto;
    padding-top: 15px;
  }
  #jump_team .close {
    right: 0;
    top: 10px;
    width: 50px;
    height: 70px;
  }
  #jump_team .close img {
    width: 12px;
  }
  #project .main_type .title {
    font-size: 14px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  #year {
    padding: 85px 57px 0;
    margin-bottom: 15px;
  }
  #year .big {
    font-size: 18px;
    font-weight: bold;
  }
  #year .year_block {
    top: 3px;
  }
  #year .yearline {
    width: 18px;
    height: 50px;
  }
  #year .yearline .year_box::after {
    height: 13px;
  }
  #year .yearline.active .year_box::after {
    height: 25px;
  }
  #project .main_type {
    margin-bottom: 8px;
  }
  .project_box {
    width: 100%;
    height: 55vw;
    border-right: 0;
  }
  .project_box .sub_name {
    font-size: 12px;
    line-height: 18px;
  }
  .project_box .text {
    font-size: 16px;
    line-height: 22px;
    bottom: 22px;
  }
  #year .yearline.active .year_box span, #year .yearline .year_box span {
    font-size: 16px;
  }
  .main_slide {
    padding-bottom: 50px;
  }
  .main_slide .swiper-slide {
    width: 380px;
  }
  #jump_team .title {
    font-size: 29px;
    margin-bottom: 21px;
  }
  #jump_team .name {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 60px;
  }
  #jump_team .num {
    top: 0;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 10px;
  }
  #jump_team .button-prev {
    background-size: 10px;
    width: 40px;
    height: 60px;
  }
  #jump_team .button {
    height: 60px;
    margin-bottom: 0;
    width: 99%;
    left: 0%;
    top: 50%;
    margin-top: -30px;
  }
  #jump_team .button-next {
    background-size: 10px;
    width: 40px;
    height: 60px;
  }
  #jump_team .editor {
    line-height: 26px;
    padding-bottom: 24px;
  }
  #jump_team .imgs {
    margin-bottom: 10px;
  }
  #contact .people {
    display: none;
  }
  #contact .bar.center::before {
    width: 100%;
    height: 6px;
  }
  #contact .bar {
    width: 30%;
  }
  #contact .bar.center {
    width: 46vw;
    left: 50%;
    margin-left: -23vw;
    margin-top: -26px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  #contact .again {
    font-size: 18px;
    font-weight: 500;
    top: 145px;
  }
  #contact .contact_ani {
    margin-top: 210px;
    margin-bottom: 100px;
  }
  #contact .contact_info {
    font-size: 14px;
    position: absolute;
    line-height: 30px;
    left: 5%;
    bottom: 65px;
  }
  #contact .form_box {
    z-index: 185;
    padding: 40px 37px;
    width: 80%;
    height: auto;
    -webkit-transform: none;
            transform: none;
    top: 188px;
    left: 10%;
  }
  #contact .form_box .title {
    font-size: 12px;
    letter-spacing: 10px;
    margin-bottom: 45px;
  }
  #contact .form_box .field .input_box {
    font-size: 16px;
    height: 55px;
  }
  #contact .form_box .field {
    height: auto;
    margin-bottom: 10px;
  }
  #contact .form_box .send {
    font-size: 17px;
    width: 96px;
    height: 42px;
    float: none;
    display: block;
    margin: 40px auto 0;
  }
  #contact .form_box .close img {
    width: 8px;
  }
  #contact .form_box .close {
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    padding-top: 17px;
  }
  #contact .slogan {
    font-size: 18px;
    margin-top: -100px;
    width: 300px;
  }
  #contact .slogan.show {
    letter-spacing: 5px;
    font-size: 18px;
    margin-top: -100px;
    width: 300px;
  }
  #jumpbox .box .title {
    FONT-SIZE: 33px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  #jumpbox .box .en_title {
    FONT-SIZE: 22px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  #jumpbox .box .text {
    position: relative;
    font-size: 12px;
    line-height: 26px;
    display: block;
    margin-bottom: 75px;
  }
  #jumpbox .box .info {
    font-size: 12px;
    line-height: 15px;
    display: block;
    position: relative;
  }
  #jumpbox .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
  #jumpbox .swiper-pagination {
    bottom: 8px;
    right: 12px;
  }
  #jumpbox .box .num {
    font-size: 15px;
  }
  #jumpbox .swiper-button-next, #jumpbox .swiper-button-prev {
    width: 30px;
  }
}

@media only screen and (max-width: 400px) {
  h1.head_title {
    font-size: 49px;
  }
  .main_slide .swiper-slide {
    width: 320px;
  }
  #year {
    left: 6%;
  }
  .project_box .img .linebox img {
    height: 200px;
  }
}

@media only screen and (max-height: 500px) {
  #project .main_type {
    bottom: auto;
    left: 5%;
    width: 215px;
    position: absolute;
    top: 290px;
  }
}

@media only screen and (max-width: 400px) {
  #contact .form_box .title {
    font-size: 12px;
    letter-spacing: 5px;
    margin-bottom: 30px;
  }
  #contact .form_box {
    padding: 40px 35px 30px;
  }
}

@media only screen and (max-height: 500px) and (max-width: 1024px) {
  #project .main_type {
    bottom: auto;
    left: 5%;
    width: 215px;
    position: relative;
    top: auto;
    bottom: auto;
    padding-top: 145px;
  }
}
/*# sourceMappingURL=w_project.css.map */