@charset "utf-8";
/* ====================
   common
   ==================== */
#wrapper .content-inner {
  max-width: 856px;
  margin: 0 auto;
}

#wrapper .work-head{
  align-items: flex-end;
  gap: 20px;
}

#wrapper .work-head__img{
  width: 396px;
  flex: 0 0 396px;
}

#wrapper .work-head__content{
  width: calc(54.5% - 46px);
}

#wrapper .work-title{
  margin: 0 0 60px;
  font-size: 28px;
  line-height: 1.35;
  position: relative;
}

#wrapper .work-title::after{
  content: "";
  position: absolute;
  left: -52px;
  top: 11px;
  width: 48px;
  height: 48px;
  background: url("/newgrads/assets/img/work/deco.png") no-repeat 0 0;
  background-size: contain;
}

#wrapper .work-company{
  margin: 0 0 5px;
  font-size: 18px;
  line-height: 1.5;
}

#wrapper .work-text p{
  font-size: 14px;
  line-height: 1.6;
}

#wrapper .flow{
  margin-top: 34px;
}

#wrapper .flow-title{
  margin: 0 0 16px;
  font-size: 21px;
  line-height: 1.4;
}

#wrapper .flow-list{
  align-items: stretch;
  justify-content: space-between;
}

#wrapper .flow-card{
  width: 22%;
  border-right: 1px solid #ea0220;
  border-bottom: 1px solid #ea0220;
  border-radius: 0 14px 14px 0;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

#wrapper .flow-card--wide{
  width: 23%;
}

#wrapper .flow-card__head{
  margin: 0;
  padding: 6px 8px;
  background: #ea0220;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

#wrapper .flow-card__title{
  padding: 10px 0 5px 0;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}

#wrapper .flow-card__text{
  margin: 0;
  padding: 0 15px 16px;
  font-size: 14px;
  line-height: 1.4;
}

#wrapper .flow-arrow{
  width: 3%;
  position: relative;
}

#wrapper .flow-arrow::before{
  content: "";
  position: absolute;
  background: url("/newgrads/assets/img/work/arrow.png") no-repeat 0 0;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 75%;
  transform: translate(-50%, -50%);
}


@media only screen and (max-width: 1024px) {
  #wrapper .content-inner {
    padding: 0 16px;
  }
  
  #wrapper .work-head{
    margin-top: 30px;
  }
 
  #wrapper .work-title{
    margin: 20px 0 20px;
  }

  #wrapper .work-company{
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  #wrapper .content-inner {
    padding: 0 16px;
  } 
  
  #wrapper .work-block{
    padding-top: 0;
  }

  #wrapper .flow{
    margin-top: 24px;
  }

  #wrapper .work-head{
    align-items: flex-start;
    gap: 20px;
  }

  #wrapper .work-head__img{
    width: 55%;
    flex: 0 0 55%;
    margin-bottom: 150px;
  }

  #wrapper .work-head__content{
    width: calc(54.5% - 46px);
  }

  #wrapper .work-title{
    padding: 0;
    margin: 30px 0 10px;
    font-size: 4.5vw;
  }

  #wrapper .work-title::after{
    left: -42px;
    top: 5px;
    width: 35px;
    height: 35px;
  }

  #wrapper .work-company{
    margin: 0 0 45px;
    font-size: 3.5vw;
    line-height: 1.5;
  }
  
  #wrapper .work-text{
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  #wrapper .work-text p{
    font-size: 3.4vw;
    line-height: 1.4;
  }

  #wrapper .flow{
    margin-top: 0;
  }

  #wrapper .flow-title{
    margin: 0 0 10px;
    font-size: 4vw;
  }
  
  #wrapper .flow-list{
    display: block;
  }

  #wrapper .flow-card,
  #wrapper .flow-card--wide{
    width: 100%;
    min-height: auto;
  }
  
  #wrapper .flow-card{
    border-right: 1px solid #ea0220;
    border-left: 1px solid #ea0220;
    border-bottom: 1px solid #ea0220;
    border-radius: 0 0 14px 14px;
    margin-bottom: 12px;
  }

  #wrapper .flow-arrow{
    width: 100%;
    height: 15px;
  }

  #wrapper .flow-card__text{
    padding: 0 15px 16px;
    font-size: 3.3vw;
    line-height: 1.4;
  }
  
  #wrapper .flow-card__head{
    width: 40%;
    padding: 3px 8px;
    font-size: 3.5vw;
    font-weight: 400;
  }

  #wrapper .flow-card__title{
    margin: -33px 0 5px 45%;
    font-size: 3.6vw;
    text-align: left;
  }

  #wrapper .flow-card__text{
    padding: 0 15px 16px;
    font-size: 3.3vw;
    line-height: 1.4;
  }

  #wrapper .flow-arrow::before{
    width: 25px;
    height: 25px;
    top: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(90deg);
  }
}


/* ====================
   .hero
   ==================== */
#wrapper .hero {
  width: 100%;
  padding: 80px 0 60px 0;
}

@media only screen and (max-width: 1024px) {
   #wrapper .hero {
    padding: 60px 0 0 0;
  }
}

/* ====================
   .sec01
   ==================== */
#wrapper .sec01{
  padding: 0 0 54px;
}

#wrapper .sec01 .work-block{
  padding-top: 20px;
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 767px) {
  #wrapper .sec01{
    padding: 0 0 20px;
  }
}


/* ====================
   .sec02
   ==================== */
#wrapper .sec02{
  padding: 60px 0 50px;
  background: #eceaea;
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 767px) {
    #wrapper .sec02{
      padding: 26px 0 46px;
    }
  
   #wrapper .sec02 .work-company{
      margin: 0 0 20px;
    }
}


/* ====================
   .sec03
   ==================== */
#wrapper .sec03{
  padding: 54px 0;
}

@media only screen and (max-width: 1024px) {
  #wrapper .sec03{
    padding: 46px 0;
  }
}

@media only screen and (max-width: 767px) {
   #wrapper .sec03{
      padding: 26px 0 10px;
    }
  
   #wrapper .sec03 .work-company{
      margin: 0 0 70px;
    }
}


/* ====================
   .sec04
   ==================== */
#wrapper .sec04{
  padding: 44px 0 54px;
  background: #eceaea;
}

@media only screen and (max-width: 1024px) {
  #wrapper .sec04{
    padding: 40px 0 46px;
  }
}

@media only screen and (max-width: 767px) {
  #wrapper .sec04{
    padding: 26px 0 0;
  }
}