/*-------------------------------------------------------------------

　　　　　　　　　　　　　募集要項

-------------------------------------------------------------------*/
body.page-recruit-job_descriptions-index-html .link_box ul,
body.page-recruit-company-index-html .link_box ul{
    display: flex;
    margin-bottom: 44px;
    justify-content: center;
}

body.page-recruit-job_descriptions-index-html .link_box ul li,
body.page-recruit-company-index-html .link_box ul li{
    width: calc(100% / 3);
    text-align: center;
    font-size: 17px;
}

body.page-recruit-job_descriptions-index-html .link_box ul li a::after,
body.page-recruit-company-index-html .link_box ul li a::after{
    display: block;
    font-size: 20px;
    color: var(--r-base-color);
    content: "\f107";
    font-family: fontawesome;
}

body.page-recruit-job_descriptions-index-html .link_box ul li a:hover,
body.page-recruit-company-index-html .link_box ul li a:hover{
    color: var(--default-font-color);
}

body.page-recruit-job_descriptions-index-html .link_box ul li a:hover::after,
body.page-recruit-company-index-html .link_box ul li a:hover::after{
    bottom: -3px;
    position: relative;
}

body.page-recruit-job_descriptions-index-html .link_box ul li.even,
body.page-recruit-company-index-html .link_box ul li.even{
    /* border-right: 1px solid #A8D339; */
    border-left: 1px solid #A8D339;
}

@media (max-width: 768px) {
    body.page-recruit-job_descriptions-index-html .link_box ul li,
    body.page-recruit-company-index-html .link_box ul li{
        font-size: 15px;
    }

    body.page-recruit-job_descriptions-index-html .link_box ul li a::after,
    body.page-recruit-company-index-html .link_box ul li a::after{
        font-size: 18px;
        line-height: 1em;
    }
}

@media (max-width: 768px) {
    body.page-recruit-job_descriptions-index-html .link_box ul li,
    body.page-recruit-company-index-html .link_box ul li{
        font-size: 13px;
        line-height: 1em;
    }

    body.page-recruit-job_descriptions-index-html .link_box ul li a::after,
    body.page-recruit-company-index-html .link_box ul li a::after{
        margin-top: 4px;
    }

    body.page-recruit-job_descriptions-index-html .link_box ul,
    body.page-recruit-company-index-html .link_box ul{
        margin-top: 16px;
        margin-bottom: 32px;
    }
}

@media (max-width: 480px) {
    body.page-recruit-company-index-html .link_box.w_style03 {
        width: 100%;
    }
}



div#statue {
    background: #fff;
    padding: 4%;
    margin-bottom: clamp(32px, 10vw, 110px);
}

div#statue h3 {
    text-align: center;
    font-size: 24px;
    color: var(--r-base-color);
}

div#statue .flex_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #D6D6D6;
    padding: 8% 0;
}

div#statue .flex_box:last-child {
    border-bottom: none;
    padding-bottom: 4%;
}

div#statue .flex_box .img_box {
    width: 35%;
    position: relative;
}

div#statue .flex_box .txt_box {
    width: 60%;
}

div#statue .flex_box.even .img_box {
    order: 2;
}

div#statue .flex_box.even .txt_box {
    order: 1;
}

div#statue .flex_box .img_box > div {
    width: 88%;
    margin: 0 0 0 auto;
}

div#statue .flex_box.even .img_box > div {
    margin: 0  0 auto;
}

div#statue .flex_box .img_box::before {
    content: "";
    display: block;
    width: 30%;
    height: 100%;
    background: url(/theme/my-17345844106763a85a7886c/img/recruit/common/num01.png) top no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

div#statue .flex_box.even .img_box::before {
    left: auto;
    right: 0;
    background: url(/theme/my-17345844106763a85a7886c/img/recruit/common/num02.png) top no-repeat;
    background-size: contain;
}

div#statue .flex_box:last-child .img_box::before {
    background: url(/theme/my-17345844106763a85a7886c/img/recruit/common/num03.png) top no-repeat;
    background-size: contain;
}

div#statue .flex_box .txt_box h4 {
    font-size: 18px;
    color: var(--r-base-color);
    margin-bottom: 10px;
    line-height: 1.6em;
}

div#statue .flex_box .txt_box h4 br {
    display: none;
}

div#statue .flex_box .txt_box p {
    font-size: 15px;
    line-height: 1.6em;
}

div#statue .flex_box .txt_box ul,.txt_box02 {
    font-size: 13px;
    background: #FAFAFA;
    padding: 16px;
    margin-top: 20px;
}

div#statue .flex_box .txt_box02 p {
    line-height: 1.8em;
}

div#statue .flex_box .txt_box ul li {
    position: relative;
    padding-left: 8px;
    line-height: 1.4em;
    margin-bottom: 4px;
}

div#statue .flex_box .txt_box ul li:last-child {
    margin-bottom: 0;
}

div#statue .flex_box .txt_box ul li::before {
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
}

@media (max-width: 991px) {
    div#statue .flex_box .txt_box h4 br {
        display: block;
    }
}

@media (max-width: 768px) {
    div#statue .flex_box .img_box {
        width: 25%;
        margin-top: 20px;
    }

    div#statue .flex_box .txt_box {
        width: 70%;
    }

    div#statue .flex_box {
        align-items: flex-start;
    }
}

@media (max-width: 600px) {
    div#statue {
        padding: 8% 6%;
    }

    div#statue h3 {
        margin-bottom: 24px;
    }

    div#statue .flex_box {
        display: block;
        padding: 12% 0;
    }

    div#statue .flex_box .img_box {
        margin: 0 auto;
        width: 100%;
        max-width: 200px;
    }

    div#statue .flex_box .txt_box {
        width: 100%;
        margin-top: 16px;
    }

    div#statue .flex_box .txt_box h4 {
        text-align: center;
        margin-bottom: 24px;
    }
}





div#flow {
    padding-top: clamp(60px, 10vw, 88px);
    padding-bottom: clamp(60px, 10vw, 100px);
    !i;!;
    !importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}

div#flow::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: var(--r-base-color);
    position: absolute;
    top: 0;
    left: 0;
    opacity: .7;
}

div#flow h3 {
    text-align: center;
    margin-bottom: clamp(40px, 8vw, 78px);
    font-size: 24px;
    color: #fff;
}

div#flow ul li {
    background: #fff;
    margin-bottom: 40px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    position: relative;
    font-weight: 600;
}

div#flow ul li:not(:last-child)::before {
    content: "";
    display: block;
    width: 5px;
    height: 23px;
    background: url(/theme/my-17345844106763a85a7886c/img/recruit/job_descriptions/flow_arrow.png) center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -32px;
    right: 0;
    left: 0;
    margin: auto;
}

div#flow ul li .img_box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 120px;
    height: 52px;
    border-right: 1px solid #A8D339;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#flow ul li .img_box img {
    width: 36px;
}

div#flow ul li .img_box span {
    color: var(--r-base-color);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .04em;
    margin-right: 4px;
    position: relative;
    top: 4px;
}
@media (max-width: 768px) {
    div#flow ul li .img_box {
        flex-wrap: wrap;
        top: -5px;
        width: 80px;
    }

    div#flow ul li .img_box span {
        width: 100%;
        text-align: center;
        line-height: 1em;
    }
}

@media (max-width: 600px) {
    div#flow ul li .img_box {
        position: relative;
        width: 60px;
    }

    div#flow ul li > span {
        width: calc(100% - 60px);
        padding-left: 24px;
    }
    div#flow ul li .img_box img {
        width: 28px;
    }

    div#flow ul li .img_box span {
        font-size: 9px;
        top: 6px;
    }
}





div#descriptions {
    margin-bottom: 60px;
    /* margin-top: clamp(32px, 10vw, 110px); */
    background: #fff;
    padding: 60px 4%;
}

div#descriptions h3 {
    text-align: center;
    margin-bottom: clamp(40px, 8vw, 78px);
    font-size: 24px;
    color: var(--r-base-color);
}

div#descriptions table tr {
    display: flex;
    border-bottom: 1px solid #333333;
    padding: 4% 0;
}

div#descriptions table tr:first-child {
    padding: 0 0 4%;
}

div#descriptions table tr th {
    width: 200px;
    color: var(--r-base-color);
    font-weight: 500;
    padding: 0 22px;
    font-size: 18px;
}

div#descriptions table tr td {
    width: calc(100% - 200px);
    padding: 0 22px;
    font-weight: 400;
}

div#descriptions table tr td p {
    margin-bottom: 1em;
}

div#descriptions table tr td strong {
    font-size: 88%;
    font-weight: 500;
}

@media (max-width: 991px) {
    div#descriptions table tr th {
        font-size: 16px;
        width: 140px;
    }

    div#descriptions table tr td {
        width: calc(100% - 140px);
    }
}

@media (max-width: 768px) {
    div#descriptions {
        padding: 32px 6% 40px;
    }

    div#descriptions table tr {
        flex-wrap: wrap;
        padding: 30px 0px;
    }

    div#descriptions table tr th {
        width: 100%;
        margin-bottom: 4px;
        padding: 0 8px;
    }

    div#descriptions table tr td {
        width: 100%;
        font-size: 14px;
        line-height: 1.6em;
        padding: 0 8px;
    }
}



div#form_cta {
    padding-top: clamp(60px, 10vw, 88px);
    padding-bottom: clamp(80px, 10vw, 100px);
}

div#form_cta .pg_text {
    text-align: center;
}

div#form_cta .link-text a {
    width: 270px;
    height: 60px;
    background: var(--r-base-color);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    margin: 28px auto 0;
    transition: .2s;
}

div#form_cta .link-text a:hover {
    opacity: .8;
}

div#form_cta .tel_wrap {
    width: 286px;
    margin: 24px auto 0;
    position: relative;
}

div#form_cta .tel_wrap span {
    position: absolute;
    display: block;
    font-size: 13px;
    bottom: -14px;
    left: 34px;
}


@media (max-width: 768px) {
    div#form_cta .link-text a {
        width: 218px;
        height: 50px;
        font-size: 15px;
    }
}

@media (max-width: 546px) {
    div#form_cta .pg_text {
        text-align: left;
    }

    div#form_cta .pg_text br {
        display: none;
    }
}

@media (max-width: 430px) {
    div#form_cta .tel_wrap {
        width: 240px;
    }

    div#form_cta .tel_wrap span {
        font-size: 11px;
        left: 30px;
    }

    div#form_cta .link-text a {
        width: 196px;
        height: 44px;
        font-size: 14px;
        margin: 22px auto 0;
    }
}