.p-page-header__title{
  color: #36220B;
  height: auto;
  line-height: 1.5;
  font-size: 60px;
}

.footprint{
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  background: url('/wp-content/uploads/2026/04/icon_footprint_brown.png') no-repeat center / contain;
}

.p-page-header__inner{
margin-bottom: 16px;
}

.p-entry__body h2{
	font-size: 24px !important;
	line-height: 1.5  !important;
	margin-bottom: 30px  !important;
}

.p-entry__body h3{
	font-size: 20px !important;
	line-height: 1.5 !important;
    color: #36220B;	
}

.text_link{
	text-decoration: underline;
	color: #663100;
}

.text_link:hover{
	opacity: 0.6;
}

.p-entry__body h2{
		font-size: 20px;
}

.p-entry__body dd{
	margin-bottom: 30px !important;
	line-height: 1.8 !important;
}

.p-entry__body dt{
	line-height: 1.8 !important;
}

.store_name{
	font-weight: 600;
	margin: 80px 0 30px;
	padding: 12px 16px;
	background-color: #36220B;
	color: #FFFFFF;
}

.list .company_list{
	width:100%;
	display:flex;
	margin-bottom: 30px;
	border-bottom:1px solid #DBD9CC;
    gap: 8px;
}

.list .company_list dt{
	width: 25%;
	color: #36220B;	
}

.list .company_list dd{
	width: 75%;
	color: #36220B;	
}

.p-entry__body dt{
	font-weight: 600;
}

.p-entry__body p{
	margin-bottom: 0;
}

.list .recruit_list{
	width:100%;
	display:flex;
	border-bottom:1px solid #DBD9CC;
	margin-bottom: 30px;
	gap: 8px;
}

.list .recruit_list dt{
	width: 25%;
    color: #36220B;	
}

.list .recruit_list dd{
	width: 75%;
    color: #36220B;	
}

.p-entry__body li, .p-entry__body dt, .p-entry__body dd{
    color: #36220B;		
}

.recruit_title{
	font-size: 20px;
	font-weight: 600;
	margin: 80px 0 20px;
	padding: 12px 16px;
	background-color: #36220B;
	color: #FFFFFF;
}

.p-entry__body h3{
	font-size: 18px;
	font-weight: 600;
	margin: 40px 0 16px;
	padding-bottom: 10px;
	border-bottom:1px solid #907A44;
}

.recruit_btn01{
  position: relative;
  display: inline-flex;
	height: 60px;
	text-align: center;
  text-decoration: none;
	background:  #36220B;
	margin-top: 20px;
	border-radius: 4px;
	gap: 12px;
	align-items: center;
	padding: 8px 30px;
}

.recruit_btn01 > span{
	font-size: 20px;
	color: #FFF;
	font-weight: 600;
}

.recruit_btn01:hover{
 opacity: 0.6;
 text-decoration: none !important;
}

.recruit_btn-arrow{
  display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	flex-shrink: 0;
	background: url('/wp-content/uploads/2026/04/icon_circle_arrow_right.png') no-repeat center / contain;

}

.p-entry__body li, .p-entry__body dt, .p-entry__body dd{
	line-height: 1.8;
}


@media screen and (min-width: 1000px) and (max-width: 1200px){
	.p-entry__body--page{
		margin: 0 20px 140px 20px !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px){
	.p-entry__body--page{
		margin: 0 20px 140px 20px !important;
	}
}

@media screen and (max-width: 767px){
  .footprint{
  width: 24px;
  height: 24px;
}
	
	.p-entry__body h2{
	font-size: 20px !important;
}

	.p-entry__body h3{
	font-size: 18px !important;
}
	.store_name{
	margin: 60px 0 30px;
}
	
}