*, *::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;
}

#project .main_type {
  left: 84px;
}

h1.head_title, #project .main_type {
  position: fixed;
  color: #FFFFFF;
}

.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;
}

#year {
  position: absolute;
  top: 16vh;
  color: #00C78B;
  font-size: 14px;
  left: 5%;
  width: 90%;
  z-index: 30;
  margin-left: -6px;
}

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

#year .year_block:first-child {
  position: relative;
}

#year .year_block.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  z-index: 5;
}

#year .yearline {
  width: 22px;
  margin-bottom: 15px;
}

#year .yearline .year_box {
  position: relative;
  width: 22px;
  height: 78px;
}

#year .yearline .year_box::after {
  content: '';
  background-color: #999999;
  width: 2px;
  height: 17px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -1px;
  opacity: .5;
}

#year .yearline .year_box span {
  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: 10px;
}

#year .yearline.active .year_box span {
  visibility: visible;
  opacity: 1;
  margin-left: 0;
  top: -0;
}

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

.main_slide {
  position: absolute;
  top: 48%;
  display: block;
  width: 92%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 8%;
  z-index: 10;
}

.main_slide .swiper-slide {
  width: 335px;
}

.main_slide .swiper-container {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 4;
  width: 100%;
  height: 100%;
}

.main_slide .swiper-container:first-child {
  position: relative;
}

.main_slide .swiper-container.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  z-index: 5;
}

.project_box {
  position: relative;
  width: 335px;
  height: 190px;
  color: white;
  overflow: hidden;
  font-size: 14px;
}

.project_box:hover .name {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.project_box:hover .img .linebox:first-child {
  -webkit-animation: lineimg_hover 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: lineimg_hover 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.project_box:hover .img .linebox:first-child img {
  -webkit-animation: lineimg2_hover 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: lineimg2_hover 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.project_box:hover .img .linebox:last-child {
  opacity: 0;
}

.project_box .name {
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.project_box .img {
  position: relative;
}

.project_box .img .linebox {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 8;
}

.project_box .img .linebox img {
  position: relative;
  height: 190px;
  max-width: 600px;
  background-color: #333333;
}

.project_box .img .linebox:first-child {
  -webkit-animation: lineimg 10s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
          animation: lineimg 10s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

.project_box .img .linebox:first-child img {
  -webkit-animation: lineimg2 10s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
          animation: lineimg2 10s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

.project_box .img .linebox:last-child {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 5;
}

@-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;
  }
  #project .stamp {
    right: 98px;
  }
  #project .stamp_box {
    right: 210px;
  }
  #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: 1300px) {
  #project .main_type {
    left: 45px;
    bottom: 15vw;
  }
  .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-height: 920px) and (min-width: 1024px) {
  #project .main_type {
    left: 70px;
    bottom: 175px;
  }
  #year {
    top: 18vh;
    left: 4%;
  }
  #contact .people.people1,
  #contact .people.people2 {
    top: 53%;
  }
  #contact .again {
    bottom: 220px;
    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;
  }
  #project .main_type {
    left: 42px;
    bottom: 135px;
  }
  .main_type .name {
    margin-bottom: 18px;
    font-size: 18px;
  }
  #year {
    top: 20vh;
    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%;
  }
  #project .main_type {
    bottom: auto;
    left: 5%;
    width: 215px;
    position: relative;
    padding-top: 280px;
  }
  #jump_team .title {
    padding-top: 100px;
  }
  #jump_team .box {
    padding: 0;
  }
  #jump_team .close {
    right: 24px;
    top: 10px;
  }
  #year {
    top: auto;
    left: 5%;
    margin-left: -7px;
    position: relative;
    -webkit-transform: scale(1);
            transform: scale(1);
    font-size: 18px;
    letter-spacing: 2px;
    padding-top: 20px;
  }
  .main_slide {
    top: auto;
    left: 0;
    width: 100%;
    position: relative;
    -webkit-transform: none;
            transform: none;
    padding-bottom: 100px;
    margin-top: 50px;
  }
  .project_box {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .main_type .name {
    margin-bottom: 25px;
  }
  #year .yearline .year_box {
    position: relative;
    width: 100%;
    height: 65px;
  }
  #year .yearline.active .year_box::after {
    height: 35px;
  }
  .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;
  }
  #year .yearline.active .year_box span {
    top: -15px;
  }
}

@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;
  }
}

@media all and (max-width: 700px) {
  h1.head_title {
    font-size: 57px;
  }
  #project .main_type {
    bottom: auto;
    left: 6%;
    width: 88%;
    position: relative;
    padding-top: 155px;
    margin-bottom: 50px;
  }
  .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;
  }
  #year {
    font-size: 14px;
    letter-spacing: 2px;
    padding-top: 0;
    left: 6%;
  }
  #year .yearline .year_box {
    height: 50px;
  }
  #year .yearline.active .year_box::after {
    height: 23px;
  }
  #year .yearline .year_box::after {
    height: 11px;
  }
  #year .yearline {
    width: 20px;
  }
  .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;
  }
}

@media only screen and (max-width: 400px) {
  h1.head_title {
    font-size: 49px;
  }
  .main_slide .swiper-slide {
    width: 320px;
  }
  #year {
    left: 6%;
  }
  .project_box {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    width: 322px;
  }
  .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 */