@charset "utf-8";

/* *****************************************************************************

  career development style

***************************************************************************** */
/* img-specialist */
.img-specialist{
  margin-top: 8rem;
}
.img-specialist > img{
  max-width: 540px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 760px){
  /* img-specialist */
  .img-specialist{
    margin-top: 6rem;
  }
}

/* specialist-heading */
.specialist-heading > .-data{
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.specialist-heading > .-data > .-tag > span{
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  color: #ffffff;
  background-color: #1d3166;
  font-size: 2.1rem;
  line-height: 3rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  white-space: nowrap;
}
.specialist-heading> .-data > .-number{
  font-size: 2.4rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-left: 1rem;
}
.specialist-heading > .-catch{
  font-size: 2.4rem;
  line-height: 1.4167;
  font-weight: 700;
}

/* training-syste */
.training-syste{
  width: 100%;
  max-width: 792px;
}
.training-syste > img{
  width: 100%;
}

/* *****************************************************************************

  personal system style

***************************************************************************** */
/* purpose-box */
.purpose-box{
  display: flex;
  justify-content: space-between;
}
.purpose-box > .-primary{
  width: 47.5%;
}
.purpose-box > .-img{
  width: 44.0625%;
  margin-top: 2.4rem;
}
.purpose-box > .-img > img{
  width: 100%;
}

@media print, screen and (max-width: 1115px){
  /* purpose-box */
  .purpose-box > .-item:nth-child(1){
    width: 59.1304%;
    padding-right: 9.5652%;
    background: url(/assets/images/environment/personal_system/arrow-purpose.svg) right 6.0662% center no-repeat;
    background-size: 4.0441% auto;
  }
  .purpose-box > .-item:nth-child(3){
    width: 40.8696%;
  }
}

@media print, screen and (max-width: 1000px){
  /* purpose-box */
  .purpose-box{
    display: block;
  }
  .purpose-box > .-primary{
    width: 100%;
  }
  .purpose-box > .-img{
    width: 100%;
    max-width: 420px;
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
  }
}

/* purpose-box-heading */
.purpose-box-heading{
  margin-bottom: 2.4rem;
}
.purpose-box-heading > .-text{
  margin-bottom: 0.6rem;
}
.purpose-box-heading > .-text > p{
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 700;
  color: #d92c25;
}
.purpose-box-heading > .-heading > span{
  background-color: #d92c25;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  font-weight: 700;
  font-size: 3rem;
  padding: 0.7rem 1.5rem;
}

/* purpose-box-list */
.purpose-box-list{
  counter-reset: purpose-box-list;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.purpose-box-list > .-item{
  margin-top: 1.5rem;
}
.purpose-box-list > .-item:nth-child(1){
  margin-top: 0;
}
.purpose-box-list > .-item{
  position: relative;
  padding-left: 3.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
}
.purpose-box-list > .-item::before{
  counter-increment: purpose-box-list;
  content: counter(purpose-box-list);
  position: absolute;
  top: 0.2rem;
  left: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.4rem;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  background-color: #000000;
  z-index: 1;
}

/* purpose-box-text */
.purpose-box-text > p{
  font-size: 1.6rem;
  line-height: 1.75;
}

/* grade-box */
.grade-box{
  display: flex;
  justify-content: space-between;
}
.grade-box > .-text{
  width: 32.9167%;
}
.grade-box > .-img{
  width: 62.0833%;
  display: flex;
  justify-content: space-between;
}
.grade-box > .-img > .-item{
  width: 48.3221%;
}
.grade-box > .-img > .-item > img{
  width: 100%;
}

@media print, screen and (max-width: 1000px){
  /* grade-box */
  .grade-box{
    display: block;
  }
  .grade-box > .-text{
    width: 100%;
  }
  .grade-box > .-img{
    margin-top: 4rem;
    width: 100%;
  }
}

@media print, screen and (max-width: 760px){
  /* grade-box */
  .grade-box > .-img > .-item{
    width: 50%;
  }
  .grade-box > .-img > .-item:nth-child(1){
    padding-right: 1rem;
  }
  .grade-box > .-img > .-item:nth-child(2){
    padding-left: 1rem;
  }
}

@media print, screen and (max-width: 580px){
  /* grade-box */
  .grade-box > .-img{
    display: block;
  }
  .grade-box > .-img > .-item{
    width: 100%;
  }
  .grade-box > .-img > .-item:nth-child(1){
    padding-right: 0;
  }
  .grade-box > .-img > .-item:nth-child(2){
    margin-top: 2rem;
    padding-left: 0;
  }
}

/* grade-table */
.grade-table-wrap{
  overflow-x: auto;
}
.grade-table{
  margin-top: 4rem;
  width: 100%;
  min-width: 800px;
}
.grade-table > tbody > tr > th,
.grade-table > tbody > tr > td{
  border: 1px solid #1d3166;
  font-size: 1.4rem;
  line-height: 1.5714;
  padding: 0.8rem 1.8rem;
  vertical-align: middle;
  white-space: nowrap;
}
.grade-table > tbody > tr > th{
  font-weight: 1.4rem;
  font-weight: 700;
  background-color: #d9dce5;
}

/* promotion-box */
.promotion-box{
  margin-top: 3.5rem;
}

/* img-evaluate-box */
.img-evaluate-box > .-item{
  margin-top: 1rem;
}
.img-evaluate-box > .-item:nth-child(1){
  margin-top: 0;
}
.img-evaluate-box > .-item > img{
  width: 100%;
}

/* *****************************************************************************

  workstyle style

***************************************************************************** */
/* workstyle-intro */
.workstyle-intro > .-box{
  margin-top: 8rem;
}
.workstyle-intro > .-box:nth-child(1){
  margin-top: 0;
}

/* workstyle-box */
.workstyle-box{
  margin-top: 8rem;
}
.workstyle-box > .-box{
  padding-top: 8rem;
  margin-top: -8rem;
  margin-bottom: 10rem;
}
.workstyle-box > .-box:last-child{
  margin-bottom: 0;
}

@media print, screen and (max-width: 760px){
  /* workstyle-box */
  .workstyle-box > .-box{
    padding-top: 6.4rem;
    margin-top: -6.4rem;
    margin-bottom: 8rem;
  }
}

/* workstyle-number */
.workstyle-number{
  font-size: 2.1rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 2rem;
}
