@charset "UTF-8";

/*---------三重交通警備株式会社についてカラー変更----------*/
#c4 + div .heading.block_header_4 .h {
  color: #9400d3;
}

/*---------スタッフ名カラー変更----------*/

#w_palalax + div .heading.block_header_4 .h {
  color: #333333;
}

/*----------求人名カラー変更-------------*/

#bg + section .heading.block_header_4 .h {
  color: #333333;
}

/*----------画像+テキストレイアウト調整-------------*/
#top_img_l + section .content_wrapper,
#top_img_r + section .content_wrapper {
    padding-left: 0;
    padding-right: 0;
}

#top_img_l + section .inner_item_txt .heading h3,
#top_img_r + section .inner_item_txt .heading h3{
  font-size: 3.4rem!important;
  padding-left: 0;
  border-bottom:none;
  margin-bottom: 0;
  color: #9400d3;
}
#top_img_l + section .inner_item_txt .heading h3:before,
#top_img_r + section .inner_item_txt .heading h3:before{
  display: none;
}
#top_img_l + section .inner_item_txt .heading p,
#top_img_r + section .inner_item_txt .heading p{
  font-size: 1.8rem;
  font-weight: 600;
  /*color: #2E8B57;*/
  color: #333333;
}
#top_img_r + section .inner_item_txt,
#top_img_l + section .inner_item_txt {
  padding: 100px 50px;
}
@media screen and (max-width: 900px){
#top_img_r + section .inner_item_txt, #top_img_l + section .inner_item_txt {
    padding-left: var(--i_padding, 20px) !important;
    padding-right: var(--i_padding, 20px) !important;
}
}
@media screen and (max-width: 800px){
	#top_img_l + section .inner_item_txt .heading h3,
	#top_img_r + section .inner_item_txt .heading h3 {
    	font-size: 3.8rem !important;
	}
	#top_img_l +section {
    	padding-bottom: 100px;
	}
}

/*----------会社概要レイアウト修正-------------*/
#company + div {
  margin-top: -120px;
}
#company + div .wrapper_item {
  background-color: #fff;
  padding: 3rem 3rem 0;
}
@media screen and (max-width: 800px){
#company + div .wrapper_item {
  padding: 3rem 0 0 0;
}
}