@charset "UTF-8";

/*--------------------------------------------------
**************************************************
 採用情報
**************************************************
--------------------------------------------------*/
#page_title {
	position: relative;
    padding: 150px 0 80px 0;
}
#page_title::before{
	position: absolute;
    content: "";
    width: 300px;
    height: 300px;
    left: 0;
    right: -200px;
    bottom: -84px;
    background: url(../imgs/top/recruit.png) no-repeat top right;
    background-size: 50%;
    margin: 0 auto;
}
#page_contents .cont_inner {
	position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 30px 10px 30px;
    background: #ffffff;
    border-radius: 20px;
    box-sizing: border-box;
}
#page_contents .cont_inner h4 {
    padding: 10px 10px 10px 20px;
    border-left: 5px solid #f7c666;
    background: #fcf7e7;
}
#page_contents .main_cont .company_table table, #page_contents .main_cont .company_table table tr{
	position: relative;
	border: unset;
}
#page_contents .main_cont .company_table table td{
	text-align: left;
}
#page_contents .main_cont .company_table table th{
	background: unset;
}
.recruit_cont {
	max-width: 700px;
	width: 100%;
    margin: 30px auto 0 auto;
}
.recruit_cont figure.wp-block-table {
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 30px;
}
.recruit_cont figure.wp-block-table td:first-child {
    width: 150px;
	letter-spacing: 0.2em;
}
