@charset "UTF-8";

/*--------------------------------------------------
**************************************************
トップ画像
**************************************************
--------------------------------------------------*/
div#sub_top {
}

div#sub_top .top_wrap .top_text {
  display: flex;
  width: calc(100% / 2);
  height: auto;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 50px;
  color: #333333;
  align-items: center;
  justify-content: center;
}
/*--------------------------------------------------
**************************************************
サービスについて
**************************************************
--------------------------------------------------*/

div#service .service_wrap {
    position: relative;
    display: flex;
    max-width: 1000px;
    justify-content: center;
    margin: 100px auto auto auto;
    flex-wrap: wrap;
}
div#service .service_wrap .service_inner .service_title {
    display: flex;
    width: 320px;
    height: 64px;
    color: #594646;
    align-items: center;
    justify-content: center;
}
div#service .service_wrap .service_inner .img_cont {
  background: #817373;
}
div#service .service_wrap .service_inner {
  margin-bottom: 100px;
}

/*--------------------------------------------------
**************************************************
転職までのSTEP
**************************************************
--------------------------------------------------*/
#step_wrap ul li .step_text .title_inner{
  text-align: center;
}
#step_wrap ul li .step_num::before{
  background: #b79679;
}
 #step_wrap ul li .step_num::after{
border-color: #b79679 transparent transparent transparent;
}
