@charset "utf-8";
/*------------------------------------------------------------
	career
------------------------------------------------------------*/
#gNavi > ul > li.navi04 > a:after {
	transform: scale(1, 1);
}
.comVisual {
    margin-bottom: 93px;
    background: url("../img/recruit/career_bg_main.jpg") no-repeat center center;
	background-size: cover;
}
#main .title {
    margin-bottom: 45px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.05em;
}
#main .content01 {
    width: 1080px;
}
#main .comUl {
    width: 540px;
    margin: 0 auto -80px;
}
#main .comUl li {
    width: 50%;
}
#main .comUl li:nth-child(2n) a {
    border-right: none;
}
#main .comPhoBox .txtBox .jp {
    color: #000;
}
#main .headLine01 {
    margin-bottom: 0;
    position: relative;
}
#main .headLine01 .comBtn {
    position: absolute;
    right: 0;
    top: 0;
}
#main .headLine01 .comBtn a {
    width: 152px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    padding: 4px 20px 4px 0;
    text-align: center;
}
#main .txtUl {
    margin-bottom: 70px;
}
#main .txtUl01 {
    margin-bottom: 0;
}
#main .txtUl li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 10px 22px 0;
    border-bottom: 1px solid #ddd;
    letter-spacing: 0.05em;
}
#main .txtUl li .lTxt {
    width: 775px;
}
#main .txtUl li .num {
    width: 80px;
}
#main .txtUl li .num .info {
    display: block;
    padding: 3px 0;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 30px;
    background: #e70012;
}
#main .comTable th,
#main .comTable td {
    padding: 24px 0;
}
#main .comTable th {
    width: 18.2%;
}
@media all and (max-width: 896px) {
    .comVisual {
        margin-bottom: 25px;
        background: url("../img/recruit/career_bg_main_sp.jpg") no-repeat center center;
        background-size: cover;
    }
    #main .title {
        margin-bottom: 19px;
        font-size: 1.2rem;
        line-height: 1.65;
        text-align: left;
    }
    #main .content01 {
        width: auto;
    }
    #main .comBgBox {
        padding-top: 68px;
    }
    #main .comUl {
        width: auto;
        margin: 0 auto -50px;
    }
    #main .comUl li {
        width: 100%;
    }
    #main .headLine01 {
        margin-bottom: 0;
        padding-bottom: 10px;
        position: static;
    }
    #main .headLine01 .comBtn {
        position: static;
        left: 0;
        right: auto;
        bottom: 0;
        margin: 5px 0 0;
        display: block;
    }
    #main .headLine01 .comBtn a {
        width: 100px;
        margin: 0;
        padding: 3px 10px 3px 5px;
        text-align: left;
        background-position: right 10px center;
    }
    #main .whiteBox {
        padding-bottom: 30px;
    }
    #main .txtUl {
        margin-bottom: 40px;
    }
    #main .txtUl01 {
        margin-bottom: 0;
    }
    #main .txtUl li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0 15px 0;
        border-bottom: 1px solid #ddd;
        letter-spacing: 0.05em;
        line-height: 1.66;
    }
    #main .txtUl li .lTxt {
        width: calc(100% - 70px);
    }
    #main .txtUl li .num {
        width: 50px;
    }
    #main .txtUl li .num .info {
        font-size: 1rem;
        padding: 0;
    }
    #main .comTable th,
    #main .comTable td {
        padding: 15px 0 5px;
    }
    #main .comTable td {
        padding: 0 0 18px;
    }
    #main .comTable th {
        width: 100%;
    }
}