@charset "utf-8";
#recruit_catch {
    padding-top: 3.07%;
    padding-right: 6.15%;
    padding-left: 6.15%;
    padding-bottom: 20%;
    background-image: url(../images/recruit1.png),url(../images/recruit2.png),url("../images/logo-mark_transparent.svg");
    background-repeat: no-repeat;
    background-position: left -6.15% bottom 56px,right -3.84% top 72px,right 37.69% bottom 88px;
    background-size: 40% auto,26.15% auto;
}
#recruit_catch .content_wrap {
    max-width: 624px;
}
#recruit_catch .content_wrap h2 {
    color: #de2526;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.3em;
    /* [disabled]padding-left: 40px; */
}
#rcruit_catch_txt {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 16px;
    border-radius: 12px;
    background-color: hsla(0,0%,100%,0.61);
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#rcruit_catch_txt p {
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 16px;
    font-weight: 400;
}
#recruit_description {
    padding-top: 9.23%;
    padding-right: 6.15%;
    padding-left: 6.15%;
    padding-bottom: 6.15%;
    background-image: -webkit-linear-gradient(270deg,rgba(249,247,244,0.00) 0%,rgba(249,247,244,1.00) 26.35%);
    background-image: -moz-linear-gradient(270deg,rgba(249,247,244,0.00) 0%,rgba(249,247,244,1.00) 26.35%);
    background-image: -o-linear-gradient(270deg,rgba(249,247,244,0.00) 0%,rgba(249,247,244,1.00) 26.35%);
    background-image: url("../images/dot_deco_large.svg"), url("../images/dot_deco_large.svg"),linear-gradient(180deg,rgba(249,247,244,0.00) 0%,rgba(249,247,244,1.00) 26.35%);
    background-size: 30%,30%,cover;
    background-position: left top 10%,right bottom 10%,center top;
    background-repeat: no-repeat;
    margin-top: -10%;
}
#recruit_desc_cont {
    border-radius: 16px;
    padding-top: 40px;
    padding-right: 48px;
    padding-left: 48px;
    padding-bottom: 48px;
    background-color: #FFFFFF;
    margin-top: 24px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#recruit_desc_cont table {
    border-collapse: collapse;
    width: 100%;
}
#recruit_desc_cont table tr {
    border-bottom: 1px solid #dbd0c3;
}
#recruit_desc_cont table tr:last-child {
    border-bottom-style: none;
}

#recruit_desc_cont table th {
    display: block;
    text-align: left;
    padding-left: 8px;
    padding-top: 16px;
    font-size: 17px;
    font-weight: 600;
    color: #972323;
}
#recruit_desc_cont table td {
    display: block;
    padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 16px;
    font-size: 15px;
}



#recruit_desc_cont table table tr:nth-last-of-type(1){
	border-bottom: none;
}
