  @charset "utf-8";
/* ----採用情報 - 新卒採用 - 求める人物像---- */
#wrap #main {
  padding-bottom: 80px;
}
.keyword_block,
.lead_text,
.request_detail {
  line-height: 1.8;
}
.keyword_block {
  background-color: #F19716;
  padding: 20px 20px 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.keyword_block h3 {
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
}
.keyword_block h3 span {
  color: #fff;
  font-weight: 700;
}
.keyword_block .keyword_list {
  color: #fff;
  font-weight: 700;
  counter-reset: keyword_number;
  font-size: 18px;
}
.keyword_block .keyword_list li {
  border-bottom: 1px solid #F2C17A;
  padding: 0 10px 10px;
  display: flex;
  align-items: flex-start;
  column-gap: 8px;
  counter-increment: keyword_number;
}
.keyword_block .keyword_list li::before {
  content: counter(keyword_number);
  color: #F19716;
  background-color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
  margin-top: 4px;
}
.keyword_block .keyword_list li:not(:last-child) {
  margin-bottom: 10px;
}
.lead_text p + p {
  padding-top: 1.8em;
}
.request_detail {
  counter-reset: support_point_number;
}
.request_detail dl + dl {
  margin-top: 40px;
}
.request_detail dt {
  counter-increment: support_point_number;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 32px;
}
.request_detail dt::before,
.request_detail dt::after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.request_detail dt::before {
  width: 100%;
  background-color: #EDEDED;
}
.request_detail dt::after {
  width: 30px;
  background-color: #F19716;
}
.request_detail dt span {
  display: flex;
  column-gap: 5px;
}
.request_detail dt span::before{
  content: counter(support_point_number);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #F19716;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  flex-shrink: 0;
}

.request_detail dd p + p {
  padding-top: 1.8em;
}
.request_bottom_img {
  width: 100%;
}


/*
****     SP     ***
**/
@media (max-width: 767px) {
  #wrap #main {
    padding-bottom: 40px;
  }
  #main .keyword_block,
  #main .request_detail,
  #main .lead_text {
    margin-bottom: 40px;
  }
  #main .keyword_block {
    padding: 20px 15px 30px;
    margin-top: 20px;
  }
  .keyword_block .keyword_list {
    font-size: 16px;
  }
  .keyword_block .keyword_list li {
    padding: 0 0 10px;
  }
  .keyword_block .keyword_list li:not(:last-child) {
    margin-bottom: 10px;
  }
  #main .lead_text {
    margin-bottom: 40px;
  }
}











