  @charset "utf-8";
#main {
  padding-bottom: 80px;
}
/* ----採用情報 - 新卒採用 - SEの仕事とは---- */
.lead_text {
  line-height: 1.8;
  margin-bottom: 30px;
}
.type2 {
  margin-top: 0;
}

/* ----システム開発の流れ---- */
.works {
  margin-bottom: 60px;
}
.works img {
  width: 100%;
}
.step_block {
  margin-top: 40px;
}
.step_block .step_title {
  font-size: 15px;
  line-height: 1.8;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 30px;
}
.step_block .step_title::before,
.step_block .step_title::after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.step_block .step_title::before {
  width: 100%;
  background-color: #EDEDED;
}
.step_block .step_title::after {
  width: 30px;
  background-color: #F19716;
}
.step_list li {
  display: flex;
  column-gap: 30px;
  align-items: flex-start;
  position: relative;
}
.step_list li:not(:last-child) {
  padding-bottom: 40px;
}
.step_list li .step_number {
  font-size: 10px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 60px;
  height: 60px;
  border: 1px solid #F19716;
  background-color: #FDF3E5;
  border-radius: 50%;
  flex-shrink: 0;
}
.step_list li:not(:last-child) .step_number::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 30px;
  background-color: #ccc; 
  z-index: -1;
}
.step_list li .step_number span {
  font-size: 18px;
  line-height: 1.4;
  color: #F19716;
  font-weight: 700;
}
.step_list li .step_detail {
  line-height: 1.8;
  padding-top: 15px;
  display: flex;
  column-gap: 30px;
  align-items: flex-start;
  margin-bottom: 0!important;
}
.step_list li .step_detail dt {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}
.step_list li .step_detail img {
  width: 200px;
  border-radius: 5px;
  flex-shrink: 0;
}

/* ----システムエンジニアとプログラマの違い---- */
.difference .type2 {
  margin-bottom: 20px;
}
.difference_content {
  display: flex;
  justify-content: space-between;
}
.difference_content .difference_detail {
  width: calc(50% - 25px);
  line-height: 1.8;
  margin-bottom: 0!important;
}
.difference_content .difference_detail h4 {
  font-size: 16px;
  padding: 10px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 700;
}
.difference_content .difference_detail.se h4 {
  color: #F19716;
  background-color: #FDF3E5;
}
.difference_content .difference_detail.pg h4 {
  color: #0C3388;
  background-color: #D7E4FF;
}
.difference_content .part_list {
  margin: 10px 0;
}
.difference_content .part_list dt {
  font-weight: 700;
  margin-bottom: 5px;
}
.difference_detail .part_list dd ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 15px;
}
.difference_detail .part_list dd li {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.difference_detail.se .part_list dd li {
  width: 50%;
}
.difference_detail.pg .part_list dd li {
  width: 100%;
}
.difference_detail .part_list dd li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  flex-shrink: 0;
}
.difference_detail.se .part_list dd li::before {
  background-color: #F19716;
}
.difference_detail.pg .part_list dd li::before {
  background-color: #0C3388;
}
.difference_detail .about_job {
  margin-bottom: 0!important;
}
.difference_detail .about_job .job_name {
  transform: translateY(50%);
  font-size: 12px;
  position: relative;
  display: flex;
  column-gap: 8px;
  align-items: center;
  justify-content: center;
}
.difference_detail .about_job .job_name::before,
.difference_detail .about_job .job_name::after {
  content: "";
  width: 1px;
  background-color: #000;
  height: 15px;
}
.difference_detail .about_job .job_name::before {
  transform: rotate(-25deg);
}
.difference_detail .about_job .job_name::after {
  transform: rotate(25deg);
}
.difference_detail .about_job .job_detail {
  text-align: center;
  background-color: #F6F6F6;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 0 10px
}
.difference_detail.se .about_job .job_detail {
  color: #F19716;
}
.difference_detail.pg .about_job .job_detail {
  color: #0C3388;
}
.difference_detail .aster_text {
  font-size: 12px;
  margin-top: 15px!important;
}

/* ----成長の先には---- */
.leader {
  border: 5px solid #FCEAD0;
  padding: 13px 35px 35px;
}
.leader h3 {
  transform: translateY(calc(-18px + -50%));
  text-align: center;
}
.leader h3 span {
  font-size: 18px;
  position: relative;
  column-gap: 16px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  display: inline-flex;
  padding: 0 28px;
  font-weight: 700;
}
.leader h3 span::before,
.leader h3 span::after {
  content: "";
  width: 2.5px;
  background-color: #F19716;
  height: 20px;
}
.leader h3 span::before {
  transform: rotate(-25deg);
}
.leader h3 span::after {
  transform: rotate(25deg);
}
.leader_content {
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
  margin-bottom: 0!important;
}
.leader_content img {
  width: 180px;
}
.leader_text_block {
  margin-bottom: 0!important;
}
.leader_text_block h4 {
  line-height: 1.6;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}
.leader_text_block p {
  line-height: 1.8;
  margin-bottom: 15px;
}

/*
****     SP     ***
**/
@media (max-width: 767px) {
  article #main {
    padding-bottom: 40px;
  }
  /* ----採用情報 - 新卒採用 - SEの仕事とは---- */
  .lead_text {
    padding-top: 20px;
  }
  .type2 {
    margin-bottom: 20px;
  }

  /* ----システム開発の流れ---- */
  .step_block {
    margin-bottom: 0;
  }
  .step_list li {
    display: flex;
    column-gap: 30px;
    align-items: flex-start;
    position: relative;
  }
  .step_list li .step_detail {
    flex-flow: column;
    row-gap: 30px;
  }

  /* ----システムエンジニアとプログラマの違い---- */
  .difference {
    margin-bottom: 60px;
  }
  .difference_content {
    flex-flow: column;
  }
  .difference_content .difference_detail {
    width: 100%;
  }
  .difference_content .difference_detail + .difference_detail {
    margin-top: 60px;
  }

  /* ----成長の先には---- */
  .leader {
    padding: 15px 15px 35px;
  }
  .leader_content {
    flex-flow: column;
  }
  .leader h3 {
    transform: translateY(calc(-15px + -50%));
}
  .leader_content img {
    width: 180px;
    margin: auto;
  }
  .leader_text_block {
    margin-bottom: 0!important;
  }
  .leader_text_block p {
    margin-bottom: 20px;
  }

}











