.big {
  max-width: 100%;
  height: 80vh;
  margin: 0 auto;
  position: relative;
  background-color: #fff; }

.big-box {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }

.big-box .big-pic {
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 8s;
  -o-transition: all 8s;
  transition: all 8s; }

.big-box.move .big-pic {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.hero_img {
  display: block;
  margin-left: 5%; }

.slogan {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  font-size: 50px;
  /*line-height: 79px;*/
  text-align: right;
  margin-right: 5%;
  color: rgba(171, 221, 239, 0.35);
 }

.idea {
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  text-align: right;
  letter-spacing: 0.05em;
  width: 500px;
  margin-left: calc(100% - 500px - 5%); }

.spec {
  padding: 53px 85px 90px 253px;
  width: 60%; 
   box-shadow: 0px 10px 4px rgba(73, 171, 208, 0.15);  
   border: 1px solid #92E0FE;
}
  .spec .title {
    font-weight: 500;
    font-size: 24px;
    color: #474747; 
}
  .spec .sub_title {
    color: #4F4F4F;
    margin: -10px 0px 20px 0px;
    
 }
  .spec .intro {
    color: #fff; }
  .spec .bg {
    position: absolute;
    background-color: #93CCE1;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0; }
    .spec .bg p {
      font-family: 'Montserrat';
      font-style: italic;
      font-weight: 100;
      font-size: 130px;
      line-height: 158px;
      letter-spacing: 0.05em;
      color: #93E1FF;
      position: absolute;
      top: 50px;
      left: 60px; }
  .spec .bg_1 {
    left: 0; }
  .spec:nth-of-type(2) {
    margin-left: 40%;
    top:-30px;   
 }
 .spec:nth-of-type(3) {
    top:-60px;   
 }
  .spec .bg_2 {
    right: 0; }
  .spec .bg_3 {
    left: 0; }

.m-slogan {
  text-align: center;
  font-size: 18px;
  margin: 42px auto;
 }

.icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  /*max-width: 1200px;
  padding: 0px 80px 127px;*/
  max-width: 900px;
  margin: 0 auto; }
  .icons .icon {
    max-width: 150px;
    margin: 0 20px 43px; }
    .icons .icon img {
      display: block;
      /*margin-bottom: 16px;*/ }
    .icons .icon p {
      /*font-weight: 400;
      font-size: 17px;*/
      line-height: normal;
      text-align: center;
      color: #49ABD0; }

.hiring {
  text-align: center;
  font-weight: 400;
  font-size: 24px; }

.cards {
  max-width: 1200px;
  margin: 24px auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.card {
  width: 350px;
  padding: 40px;
  padding-bottom: 25px;
  background: #FFFFFF;
  border: 1px solid #EBF1F3;
  -webkit-box-shadow: 0px 4px 4px rgba(73, 171, 208, 0.05);
  box-shadow: 0px 4px 4px rgba(73, 171, 208, 0.05);
  border-radius: 5px;
  margin-bottom: 24px; }
  .card .department {
    font-size: 42px;
    line-height: 51px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    color: #ABDDEF; }
  .card .intro {
    color: #878787;
    font-weight: 40;
    margin-bottom: 60px; }
  .card a {
    text-align: right;
    display: block;
    margin-right: 40px;
    color: black;
    position: absolute;
    right: 40px;
    bottom: 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .card a .link_arrow {
      display: inline-block;
      vertical-align: middle;
      margin-right: 0;
      top: -2px;
      -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
      transform: translateX(50px);
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .card a:hover {
      color: #ABDDEF; }
    .card a:hover .link_arrow {
      -webkit-transform: translateX(54px);
      -ms-transform: translateX(54px);
      transform: translateX(54px); }

@media (max-width: 430px) {
  .big {
    max-width: 100%;
    height: 280px; }
  .hero_img {
    margin-left: 2.5%; }
  .slogan {
     font-size: 32px;
    line-height: normal;
    padding: 20px;
    text-align: center;
    color: rgba(171, 221, 239, 1);
    }
  .idea{
      width: 100%;
      margin-left: 0px;
   text-align: center;
    margin: 20px 0px;
    }
    
    .m-slogan {
    margin: 24px auto; }
 
    
  .spec {
    width: 90%;
    padding: 36px 25px 45px 14px; }
    .spec .title {
      left: 120px;
      font-size: 20px; }
    .spec .sub_title {
      width: 65%;
      left: 120px;
      margin-top: 0px;
    }
    .spec .intro {
      padding-left: 30px;
      font-weight: 300; }
    .spec .bg p {
      font-size: 75px;
      left: 14px;
      top: 0px; }
    .spec:nth-of-type(2) {
      margin-left: 10%;
      margin-top: 48px;
      margin-bottom: 48px; }
 
  .icons {
    padding: 0px 40px 80px; }
    .icons .icon {
      max-width: 120px;
      margin: 10px; }
  .cards {
    margin-bottom: 57px; } }
