@charset "utf-8";
/* ====================
   common
   ==================== */
#wrapper{
  overflow: hidden;
}

#wrapper .content-inner{
  width: 100%;
  max-width: 856px;
  margin: 0 auto; 
}

#wrapper .sec-title{
  margin: 0 0 30px;
  padding-left: 32px;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 600;
  position: relative;
}

#wrapper .sec-title::before{
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 22px;
  height: 22px;
  background: url("/newgrads/assets/img/culture/deco.png") no-repeat 0 0;
  background-size: contain;
}

#wrapper .sec-lead{
  margin: 0 0 50px;
  font-size: 16px;
  line-height: 1.8;
}

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

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

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

  #wrapper .content-inner{
    padding: 0 16px;
  }

  #wrapper .sec-title{
    margin: 0 0 5px;
    padding-left: 22px;
    font-size: 5vw;
    line-height: 1.5;
  }
  
  #wrapper .sec-title::before{
    width: 18px;
    height: 18px;
    top: 6px;
  }
  
  #wrapper .sec-lead{
    margin: 0 0 20px;
    font-size: 4vw;
    line-height: 1.4;
  }
}

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

#wrapper .training-list,
#wrapper .contest-block{
  max-width: 746px;
  margin: 0 auto;  
}

#wrapper .training-list-area,
#wrapper .contest-block{
  gap: 30px;
  margin-bottom: 28px;
}

#wrapper .training-card{
  width: calc((100% - 30px) / 2);
}

#wrapper .training-card__title,
#wrapper .contest-block__title{
  margin: 0 0 8px;
  padding-left: 24px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
}

#wrapper .training-card__title::before,
#wrapper .contest-block__title:before{
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  height: 20px;
  background: url(/newgrads/assets/img/culture/deco2.png)  no-repeat 0 0;
  background-size: contain;
}

#wrapper .training-card__sub{
  margin: 0 0 4px;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 600;
}

#wrapper .training-card__text{
  margin: 0 0 8px;
  font-size: 13.5px;
  line-height: 1.7;
}

#wrapper .contest-block{
  margin: 70px auto 0 auto;
}

#wrapper .contest-block__text{
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.7;
}

#wrapper .contest-block__images{
  gap: 30px;
}

#wrapper .contest-block__img{
  width: calc((100% - 30px) / 2);
}

@media only screen and (max-width: 1024px) {
/*   #wrapper .sec01{
    padding-bottom: 36px;
  }

  #wrapper .training-list{
    gap: 20px;
  }

  #wrapper .training-card{
    width: calc((100% - 20px) / 2);
  }

  #wrapper .contest-block__images{
    gap: 20px;
  }

  #wrapper .contest-block__img{
    width: calc((100% - 20px) / 2);
  }

  #wrapper .training-card__title,
  #wrapper .contest-block__title{
    font-size: 20px;
  } */
}

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

  #wrapper .training-card__title{
    font-size: 5vw;
    line-height: 1.4;
  }
  
  #wrapper .training-card__title::before,
  #wrapper .contest-block__title:before{
    top: 5px;
  }
  
  #wrapper .training-list-area{
    margin-bottom: 18px;
    gap: 20px;
  }
  
  #wrapper .contest-block{
    margin: 20px auto 0 auto;
  }

  #wrapper .training-card{
    width: calc((100% - 20px) / 2);
  }

  #wrapper .training-card__sub{
    font-size: 4vw;
  }

  #wrapper .training-card__text{
    font-size: 3.2vw;
    line-height: 1.4;
  }

  #wrapper .contest-block__title{
    font-size: 18px;
  }

  #wrapper .contest-block__text{
    font-size: 3.2vw;
  }

  #wrapper .contest-block__images{
    gap: 20px;
  }

  #wrapper .contest-block__img{
    width: calc((100% - 20px) / 2);
  }
}


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

#wrapper .sec02 .sec-lead{
  margin: 0 0 20px;
}

#wrapper .benefit-list{
  flex-wrap: wrap;
  gap: 40px 35px;
}

#wrapper .benefit-card{
  width: calc((100% - 105px) / 4);
  display: flex;
  flex-flow: column;
}

#wrapper .benefit-card--large{
  width: calc((100% - 75px) / 3);
  display: flex;
  flex-flow: column;
}

#wrapper .benefit-card__body{
  width: 100%;
}

#wrapper .benefit-card__title{
  padding-left: 17px;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 600;
  height: 50px;
  display: flex;
  align-items: center;
  position: relative;
}

#wrapper .benefit-card__title::before{
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 35px;
  height: 35px;
  background: url("/newgrads/assets/img/culture/deco3.png")  no-repeat 0 0;
  background-size: contain;
}

#wrapper .benefit-card__text{
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 1.6;
}

.benefit-card__img{
  margin-top: auto;
}

@media only screen and (max-width: 1024px) {
  #wrapper .benefit-card__title{
    font-size: 14px;
  }
}

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

  #wrapper .benefit-list{
    display: block;
  }

  #wrapper .benefit-card,
  #wrapper .benefit-card--large{
    width: 100%;
    margin-bottom: 18px;
  }

  #wrapper .benefit-card:last-child,
  #wrapper .benefit-card--large:last-child{
    margin-bottom: 0;
  }

  #wrapper .benefit-card{
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    gap: 12px;
    padding: 40px 0 0 0;
    position: relative;
    margin-bottom: 5px;
  }

  #wrapper .benefit-card__title{
    font-size: 4.5vw;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0;
  }
  
  #wrapper .benefit-card__title::before{
    top: 14px;
    width: 25px;
    height: 25px;
  }

  #wrapper .benefit-card__text{
    font-size: 13px;
    margin-bottom: 0;
  }

  #wrapper .benefit-card__img{
    width: 38%;
    flex: 0 0 38%;
  }

  #wrapper .benefit-card__body{
    width: calc(62% - 12px);
  }

  #wrapper .benefit-card:nth-child(odd) .benefit-card__body{
    order: 1;
  }

  #wrapper .benefit-card:nth-child(odd) .benefit-card__img{
    order: 2;
    margin-top: 7px;
  }

  #wrapper .benefit-card:nth-child(even) .benefit-card__body{
    order: 2;
  }

  #wrapper .benefit-card:nth-child(even) .benefit-card__img{
    order: 1;
    margin-top: 7px;
  }
}


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

#wrapper .career-company{
  margin-bottom: 60px;
}

#wrapper .career-company:last-child{
  margin-bottom: 0;
}

#wrapper .career-company__title{
  margin: 0 0 6px;
  padding: 6px 12px;
  background: #ea0220;
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  display: inline-block;
  border-top: 4px solid #000;;
}

#wrapper .career-title-area{
  gap:0 20px;
  align-items: center;
  margin-bottom: 10px;
}

#wrapper .career-company__sub{
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.7;
}

#wrapper .career-company__text{
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.6;
}

#wrapper .career-role-list{
  flex-wrap: wrap;
  gap: 14px 18px;
  margin-top: 18px;
}

#wrapper .career-role{
  width: calc((100% - 72px) / 4);
}

#wrapper .career-role__title{
  margin: 0 0 6px;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 700;
  padding: 2px 5px;
}

#wrapper .career-role__title.cl-a{
   background: #9ec3e6;
}

#wrapper .career-role__title.cl-b{
   background: #f4b182;
}

#wrapper .career-role__text{
  margin: 0;
  font-size: 13px;
  line-height: 1.75;
}

@media only screen and (max-width: 1024px) {
  #wrapper .sec03{
    padding: 28px 0 44px;
  }
  
   #wrapper .career-title-area{
    flex-flow: row wrap;
    gap: 5px;
    margin-bottom: 10px;
  }

  #wrapper .career-company__sub{
    font-size: 15px;
  }

  #wrapper .career-role__title{
    font-size: 15px;
  }
}

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

  #wrapper .career-company{
    margin-bottom: 24px;
  }

  #wrapper .career-company__title{
    font-size: 16px;
  }
  
  #wrapper .career-title-area{
    flex-flow: row wrap;
    gap: 5px;
    margin-bottom: 10px;
  }
  
  #wrapper .career-company__sub{
    font-size: 4vw;
  }

  #wrapper .career-company__text{
    font-size: 3.5vw;
  }

  #wrapper .career-role-list{
    display: block;
    margin-top: 14px;
  }

  #wrapper .career-role{
    width: 100%;
    margin-bottom: 16px;
  }

  #wrapper .career-role:last-child{
    margin-bottom: 0;
  }

  #wrapper .career-role__title{
    font-size: 4vw;
    width: 40%;
    text-align: center;
  }

  #wrapper .career-role__text{
    font-size: 3.5vw;
    line-height: 1.6;
  }

 #wrapper .career-company__img-mask{
    position: relative;
    margin-right: -16px;
  }

  #wrapper .career-company__img-scroll{
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  #wrapper .career-company__img-scroll::-webkit-scrollbar{
    display: none;
  }

  #wrapper .career-company__img-scroll img{
    width: 600px;
    max-width: none;
    height: auto;
    display: block;
  }

  #wrapper .scroll-hint-icon-wrap{
    z-index: 3;
  }

  #wrapper .scroll-hint-icon{
    box-shadow: 0 4px 20px rgba(0,0,0,.12);
    width: 60px;
    padding: 22px 10px 7px 10px;
    left: calc(50% - 30px);
  }
  
  #wrapper .scroll-hint-icon::before {
    width: 20px;
    height: 20px;
  }
  
  #wrapper .scroll-hint-icon::after {
    top: 9px;
    left: 55%;
  }

  #wrapper .scroll-hint-text{
    font-size: 2vw;
  }
  
  #wrapper .career-company__img-scroll::-webkit-scrollbar{
    display: none;
  }

  #wrapper .career-company__img-scroll img{
    width: 600px;
    max-width: none;
    height: auto;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #wrapper .career-company__img-scroll::-webkit-scrollbar{
    height: 6px;
  }

  #wrapper .career-company__img-scroll::-webkit-scrollbar-thumb{
    background: #bbb;
    border-radius: 999px;
  }

  #wrapper .career-company__img-scroll::-webkit-scrollbar-track{
    background: #eee;
  }
}