/*最新情報カテゴリー背景*/
.parts040506_notice-news .container li span.categorytag {
    background: #C0CC50!important;
}

/* 詳細はこちら*/
.box-22_h5YHWHDU8I.box-22 {
    background-image: url(https://cdn.cuezilla-cms.com/kabu-tomi.com/images/130/dpAIZy4cUi.webp)!important;
    background-position: center!important;
    background-size: cover!important;
}
/* 詳細はこちら*/
.box-22_tZhc8DmL1W.box-22 {
    background-image: url(https://cdn.cuezilla-cms.com/kabu-tomi.com/images/130/5CsEUlbqDV.webp)!important;
    background-position: center!important;
    background-size: cover!important;
}

/* 業務案内ページ */
.work-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.work-box {
    background:#5F651E;
	margin-bottom: 15px;
	width: 49%;
	color: #FCFCFC;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    font-size: 17px;
}

@media screen and (max-width: 640px){
	.work-box {
		width: 100%;
	}
}

@media screen and (max-width:959px) and (min-width: 641px){
	.work-box {
		width: 49%;
	}
}

/* 各種募集ページ */
.recruit_midashi {
    color:#5F651E!important;
    text-align:center!important;
}

.recruit_overview {
    color:#5F651E!important;
    font-size:28px!important;
}

.parts219_section_form .contact_submit {
  width: 100% !important;
}

/* LP採用情報ページ*/
.job-parts1_b3aAHUi0h2 .job-parts1_list {
    background: #fff!important;
}

.recruiter_parts0bcfJMinB610_imagebanner .container .row .col:last-child {
    display:none!important;
}