@charset "UTF-8";

/*--------------------------------------------------
**************************************************
  会社情報
**************************************************
--------------------------------------------------*/
#page_title {
	position: relative;
    padding: 80px 0 30px 0;
}
#page_title::before{
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    left: 0;
    right: -200px;
    bottom: -35px;
    margin: 0 auto;
    background: url(../imgs/top/recruit.png) no-repeat top right;
    background-size: 60%;
}
#page_contents .cont_inner{
	position: relative;
	background: #ffffff;
	width: calc(100% - 20px);
	padding: 30px 10px 0px 10px;
    border-radius: 14px;
	margin: 0 auto;
}
#page_contents .cont_inner h4 {
    font-size: 14px;
    padding: 10px 10px 10px 20px;
    border-left: 5px solid #f7c666;
    background: #fcf7e7;
}
.recruit_cont {
}
.recruit_cont figure.wp-block-table {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 30px;
}
.recruit_cont figure.wp-block-table td:first-child {
    width: 100px;
	letter-spacing: 0.2em;
}
@media (max-width: 400px) {
    #page_title::before{
        right: -150px;
    }
}