@charset "UTF-8";

/*--------------------------------------------------
**************************************************
トップ画像
**************************************************
--------------------------------------------------*/
div#sub_top {
}
div#sub_top .top_wrap .top_text {
  display: flex;
  top: 0;
  align-items: center;
  justify-content: center;
  color: #333;
}
div#sub_top .top_wrap .top_text h1{
  font-size: 20px;
}

/*--------------------------------------------------
**************************************************
サービスについて
**************************************************
--------------------------------------------------*/

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;
}

/*--------------------------------------------------
**************************************************
転職までの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-style: solid;
  border-width: 30px 60px 0 60px;
  border-color: #b79679 transparent transparent transparent;
}
