@charset "utf-8";
.nav_item.nav_recruit::after{
	width: 100%;
}
.nav_item.nav_recruit::after{
	width: 100%;
}
.footer_nav li.nav_recruit{
	font-weight: 600;
}
@media screen and (max-width: 650px) {
.nav_item.nav_recruit{
	font-weight: 600;
}
}

.subhead{
    background: url(../img/recruit/subhead.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.com_inner02{
    max-width: 1240px;
    padding: 10px 20px 0;
    margin: 0 auto;
}
.pan{
    color: #fff;
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .pan{
    font-size: 12px;
    }
}

.message_area{
    padding: 80px 0;
}
.message_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.message_img{
    width: 48%;
}
.message_text{
    width: 48%;
    color: #fff;
}

.message_ttl{
    font-weight: 600;
    margin-bottom: 40px;
}
.message_ttl_en{
    font-size: 56px;
    margin-bottom: 0.3em;
    line-height: 1;
    text-transform: uppercase;
}
.message_ttl_ja{
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 0.5em;
}
.message_ttl_ja::after{
    content: "";
    height: 2px;
    width: 100px;
    background: #efd43c;
}
.message_lead{
    line-height: 2;
    text-align: justify;
    font-size: 16px;
}



.recruit_req {
    padding: 80px 0;
}
.recruit_req .sec_ttl p{
    color: #333;
}


.req_list {
    margin-top: 60px;
}

.req_list_items {
    width: 100%;
}

.req_list_item {
    display: flex;
    border-bottom: 2px solid #b7b2b2;
}
.req_list_items:first-child .req_list_item{
    border-top: 2px solid #b7b2b2;
}
.req_list_item dt {
    background: #f2f2f0;
    display: flex;
    align-items: center;
    padding: 0 40px;
    width: 30%;
}

.req_list_item dd {
    display: flex;
    align-items: center;
    padding: 28px 40px;
    width: 70%;
}

.req_list_item p {
    line-height: 1.6;
}




@media screen and (max-width: 1100px){
.message_lead {
    font-size: 14px;
}
.message_ttl_en {
    font-size: 40px;
}
.message_ttl_ja {
    font-size: 12px;
}
}

@media screen and (max-width: 768px){
.message_flex{
    flex-wrap: wrap;
    max-width: 450px;
    margin: 0 auto;
}
.message_img{
    width: 100%;
    margin-bottom: 20px;
}
.message_text{
    width: 100%;
}
.req_list_item dd {
    font-size: 14px;
}
.req_list_item dt {
    font-size: 14px;
}
.message_ttl {
    margin-bottom: 20px;
}
}

@media screen and (max-width: 650px){
.float_btn {
    width: 100%;
    border-radius: 0;
}

.message_area {
    padding: 60px 0;
}
.recruit_req {
    padding: 60px 0;
}
.req_list {
    margin-top: 40px;
}
.req_list_item {
    flex-direction: column;
    border: none;
}
.req_list_items:first-child .req_list_item{
    border: none;
}
.req_list_item dt {
    width: 100%;
    padding: 10px;
}
.req_list_item dd {
    width: 100%;
    padding: 10px;
    font-size: 14px;
}
}