@charset "utf-8";

#recruit{
	background-color: #F6F6F6;
}
ul.data li {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #383A3E;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
section p{
	color: #383A3E;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 200% */
}
section h3.spec {
    background-color: #EEE;
    color: #383A3E;
    font-family: "Noto Sans JP";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    border-left: 10px solid #CA7493;
    padding: 16px 0px 16px 24px;
}
section.recruit_detail h3{
    background-color: #EEE;
    color: #383A3E;
    font-family: "Noto Sans JP";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    border-left: 10px solid #CA7493;
    padding: 16px 0px 16px 24px;
}
.recruit_detail .gap48box{
    margin-top: 35px;
}
h3.wp-block-heading{
    margin:35px 0px;
}
ul.wp-block-list{
    margin: 25px 0px;
}
.whitebox {
    border-radius: 16px;
    background: #fff;
    display: flex;
    padding: 24px 32px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
.recruit_title{
    padding: 10px 15px;
    border:1px solid #E7E7E7;
}
.rerruit_text{
    padding: 10px 15px;
    background-color: #fff;
    border-left:1px solid #E7E7E7;
    border-right:1px solid #E7E7E7;
}
ul.recruit_list{
    border-radius: 16px;
    background: #fff;
    display: flex;
    padding: 24px 32px;
    flex-direction: column;
}

.whitebox ul,ul.recruit_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.whitebox ul li,ul.recruit_list li {
    border-bottom: 1px solid #E7E7E7;
    color: #383A3E;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding: 12px 0px;
}
.whitebox ul li.none {
	border-bottom: 0px solid #E7E7E7;
}
.contact_text{
	padding: 28px 0px 48px
}
.btn_contact {
    background-color: #9B5DBA;
    box-shadow: 0px 4px 16px 0px rgba(91, 93, 109, 0.25);
    color: #fff;
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
    border-radius: 56px;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 14px 16px 14px 24px;
    width: auto;
    max-width: 365px;
}
.btn_contact:hover{
    background-color: #6E287E;
    box-shadow:none;
}
table.tuyendung{
	width:100%;
	border-collapse: collapse;
}
table.tuyendung tr td.title{
	width: 160px;
	text-align: left;
}
table.tuyendung tr td{
	padding: 16px;
	background-color: #fff;
	border-bottom: 1px solid #E7E7E7;
	color: #383A3E;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24.5px; /* 153.125% */
}
.pagination_content{
	margin-top: 84px;
	display: flex;
    justify-content: center;
}

.hoptrang{
    border-radius: 16px;
    background: #FFF;
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.hoptrang p{
    display: flex;
    align-items: center;
    gap:5px;
}

