@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
/*--京recruit.css--*/
/* ##########PC########## */

.content_body{
    overflow-x: hidden;/*親要素突き抜け用*/
}

.recruit_anc_nav{
    margin-bottom: 2em;
}

    .recruit_anc_nav ul{
        margin: 0;
        display: flex;

    }

        .recruit_anc_nav ul li{
            margin: 0;
            padding: 0 0.25rem;
            font-size: 1.05em;
            font-weight: 500;
            /*flex: 1;*/
            border-right: 1px solid #ccc;
        }

        .recruit_anc_nav ul li:last-child{
            margin-right: 0;
            border-right: 1px solid rgba(0,0,0,0);
        }

            .recruit_anc_nav ul li::before{
                content: none;

            }

            .recruit_anc_nav ul li a{
                text-decoration: none;
                color: #111;
                display: block;
                padding: 0.5em 2.75rem 0.5em 1em;
                line-height: 1.4;
                transition: .4s all ease;
            }

            .recruit_anc_nav ul li a:hover{
                color: #fff;
                background: #1a508c;
            }

            .recruit_anc_nav ul li a:after{
                content: "";
                display: inline-block;
                background-image: url('../shared/icon_arrow_b.png');
                background-repeat: no-repeat;
                background-size: contain;
                width: 1.25rem;
                height: 1.25rem;
                position: absolute;
                top: calc(50% - 0.625rem);
                right: 1em;
                transform: rotate(90deg);
                transition: .4s all ease;
            }

            .recruit_anc_nav ul li a:hover::after{
                filter: grayscale(1) invert(1) brightness(2);
            }

/*#####採用トップ#####*/
.contents.recruit.index{
    background-image: url('../shared/recruit/bg_recruit_index.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 0;
}

.contents.recruit.index .topicpath_content_title{
    display: none;
}

.contents.recruit.index .content_body{
    padding-top: 13rem;
}

.contents.recruit.index .intro_box{
    padding-bottom: 4rem;
}

    .contents.recruit.index .intro_box > .box_header{
        margin-bottom: 4em;
    }

        .contents.recruit.index .intro_box > .box_header h2{
            border-top: none;
            color: #fff;
            font-family: "Noto Serif JP", serif;
            font-weight: 400;
            font-style: normal;
            padding: 0;
            margin: 0;
            font-size: 4.5em;
        }

            .contents.recruit.index .intro_box > .box_header h2:before{
                content: none;
            }

    .contents.recruit.index .intro_box > .box_inner{}

        .contents.recruit.index .intro_box > .box_inner p{
            margin-bottom: 1.5em;
            font-weight: 600;
            font-size: 1.05em;
            text-shadow: 0px 0px 2px #fff;
        }

.contents.recruit.index .content_group{
    padding: 5rem 0;
}

    .contents.recruit.index .content_group h2{
        margin: 0;
        padding: 0;
        border: none;
        display: flex;
        flex-direction: column;
    }

        .contents.recruit.index .content_group h2:before{
            content: none;
        }

        .contents.recruit.index .content_group h2 .lbl_ja{
            font-weight: 600;
            font-size: 1.1rem;
            position: relative;
            padding-left: 5.5rem;
        }

            .contents.recruit.index .content_group h2 .lbl_ja:before{
                content: "";
                display: block;
                width: 4rem;
                border-bottom: 1px solid #111;
                position: absolute;
                top: 0.45em;
                left: 0;
            }

        .contents.recruit.index .content_group h2 .lbl_en{
            font-family: "Jost", sans-serif;
            font-weight: 600;
            text-transform: uppercase;
            color: #1a508c;
            font-size: 3.5rem;
            margin-top: 1rem;
        }

.contents.recruit.index .content_group.group1,
.contents.recruit.index .content_group.group2,
.contents.recruit.index .content_group.group3{
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
}


.contents.recruit.index .content_group.group1,
.contents.recruit.index .content_group.group3{
    background: #fff;
}

.contents.recruit.index .content_group.group2{
    background: #ecf7fd;
    padding-bottom: 2rem;
}

/*新着情報*/
.contents.recruit.index .news_box{
    display: flex;
    margin-bottom: 5rem;
}

    .contents.recruit.index .news_box > .box_header{
        white-space: nowrap;
    }

        .contents.recruit.index .news_box > .box_header .more{
            display: flex;
            justify-content: flex-end;
            margin-top: 4rem;
        }

            .contents.recruit.index .news_box > .box_header .more a{
                color: #1a508c;
                text-decoration: none;
                display: flex;
                align-items: center;
                position: relative;
                font-size: 1.1rem;
                font-weight: 600;
            }

                .contents.recruit.index .news_box > .box_header .more a::after{
                    content: "";
                    display: block;
                    width: 1.25rem;
                    height: 1.25rem;
                    background-image: url("../shared/icon_arrow_b.png");
                    background-repeat: no-repeat;
                    background-size: contain;
                    margin-left: 1.5rem;
                    transition: .4s all 
                }

                .contents.recruit.index .news_box > .box_header .more a:hover::after{
                    transform: translateX(0.5rem);
                }

    .contents.recruit.index .news_box > .box_inner{
        flex: 1;
        padding-left: 5rem;
    }

        .contents.recruit.index .news_box > .box_inner ul{
            margin: 0;
            line-height: 1.4;
        }

            .contents.recruit.index .news_box > .box_inner ul li{
                padding: 0;
                margin-bottom: 0.5em;
            }

            .contents.recruit.index .news_box > .box_inner ul li:last-child{
                margin-bottom: 0;
            }

            .contents.recruit.index .news_box > .box_inner ul li::before{
                content: none;
            }

                .contents.recruit.index .news_box > .box_inner ul li a{
                    text-decoration: none;
                    background: #f0f0f0;
                    display: flex;
                    color: #222;
                    padding: 0.8em 1.5em;
                    border-radius: 1.8em;
                    transition: .3s all ease;
                }

                .contents.recruit.index .news_box > .box_inner ul li a:hover{
                    background: #fff;
                    color: #1a508c;
                }

                    .contents.recruit.index .news_box > .box_inner ul li a .entry_date{
                        width: 7em;
                    }

                    .contents.recruit.index .news_box > .box_inner ul li a .entry_title{
                        flex: 1;
                    }

    

/*「知る」メニュー*/
.contents.recruit.index .aw_nav_box{}

    .contents.recruit.index .aw_nav_box > .box_inner ul{
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }

        .contents.recruit.index .aw_nav_box > .box_inner ul li{
            width: calc((100% - 3vw) / 2);
            margin: 0 3vw 0 0;
            padding: 0;
        }

        .contents.recruit.index .aw_nav_box > .box_inner ul li:nth-child(2n){
            margin-right: 0;
        }

            .contents.recruit.index .aw_nav_box > .box_inner ul li::before{
                content: none;
            }

            .contents.recruit.index .aw_nav_box > .box_inner ul li a{
                text-decoration: none;
                color: #111;
            }

            .contents.recruit.index .aw_nav_box > .box_inner ul li dl{
                display: flex;
                flex-direction: column;
            }

                .contents.recruit.index .aw_nav_box > .box_inner ul li dl dt{
                    order: 2;
                    font-size: 1.6em;
                    font-weight: 600;
                    padding: 0 6rem 0 1rem;
                    position: relative;
                }

                    .contents.recruit.index .aw_nav_box > .box_inner ul li dl dt::before{
                        box-sizing: border-box;
                        content: "";
                        display: block;
                        width: 4rem;
                        height: 4rem;
                        position: absolute;
                        top: 0.5rem;
                        right: 0.5rem;
                        transition: .4s all ease;
                        background-image: url(../shared/fig_arrow_line_b.png);
                        background-repeat: no-repeat;
                        background-size: contain;
                    }

                    .contents.recruit.index .aw_nav_box > .box_inner ul li:hover dl dt::before{
                        background-image: url('../shared/fig_arrow_b.png');
                    }

                .contents.recruit.index .aw_nav_box > .box_inner ul li dl dd.desc{
                    order: 3;
                    padding: 0 6rem 0 1rem;
                    line-height: 1.5;
                    font-weight: 500;
                }

                .contents.recruit.index .aw_nav_box > .box_inner ul li dl dd.fig{
                    order: 1;
                    overflow: hidden;
                    border-radius: 1.5rem;
                    margin-bottom: 1rem;
                }

                    .contents.recruit.index .aw_nav_box > .box_inner ul li dl dd.fig img{
                        transition: .4s all ease;
                    }

                    .contents.recruit.index .aw_nav_box > .box_inner ul li:hover dl dd.fig img{
                        transform: scale(1.04);
                        filter: brightness(1.1);
                    }

/*社員インタビューメニュー*/
.interview_nav_box{}

    .interview_nav_box > .box_header{
        display: flex;
        align-items: center;
        margin-bottom: 2rem;
    }

        .interview_nav_box > .box_header h2{
            white-space: nowrap;
        }

        .interview_nav_box > .box_header p{
            font-weight: 500;
            flex: 1;
            padding-left: 4em;
        }

    .interview_nav_box > .box_inner{}

        .interview_nav_box > .box_inner ul{
            margin: 0;
            display: flex;
            flex-wrap: wrap;
        }

            .interview_nav_box > .box_inner ul li{
                padding: 0;
                width: calc((100% - 4vw) / 2);
                margin: 0 4vw 3.5rem 0;
            }

            .interview_nav_box > .box_inner ul li:nth-child(2n){
                margin-right: 0;
            }

                .interview_nav_box > .box_inner ul li::before{
                    content: none;
                }

                .interview_nav_box > .box_inner ul li a{
                    text-decoration: none;
                    color: #111;
                }

                    .interview_nav_box > .box_inner ul li a .fig{
                        border-radius: 1rem;
                        overflow: hidden;
                        margin-bottom: 1.5em;
                    }

                        .interview_nav_box > .box_inner ul li a .fig img{
                            transition: .4s all ease;                            
                        }

                        .interview_nav_box > .box_inner ul li a:hover .fig img{
                            transform: scale(1.04);
                            filter: brightness(1.1);
                        }

                    .interview_nav_box > .box_inner ul li a dl{
                        padding: 0 1.5em;
                        position: relative;
                    }

                        .interview_nav_box > .box_inner ul li a dl::before{
                            content: "";
                            display: block;
                            width: 3.75rem;
                            height: 3.75rem;
                            background-image: url('../shared/fig_arrow_c_b.png');
                            background-size: contain;
                            background-repeat: no-repeat;
                            position: absolute;
                            right: 0;
                            top: 0;
                        }

                        .interview_nav_box > .box_inner ul li a dl dt{
                            font-size: 1.4em;
                            font-weight: 600;
                            line-height: 1.4;
                            margin-bottom: 0.5em;
                            transition: .4s all ease;
                        }

                        .interview_nav_box > .box_inner ul li a dl dd{
                            font-weight: 600;
                            font-size: 1.1em;
                            position: relative;
                            color: #1a508c;
                            padding-left: 3.5em;
                            transition: .4s all ease;
                        }

                            .interview_nav_box > .box_inner ul li a dl dd:before{
                                content: "";
                                display: inline-block;
                                border-bottom: 2px solid #1a508c;
                                width: 3em;
                                position: absolute;
                                top: 0.9em;
                                left: 0;
                                transition: .4s all ease;
                            }

                        .interview_nav_box > .box_inner ul li a:hover dl::before{
                            background-image: url('../shared/fig_arrow_line_lb.png');
                        }

                        .interview_nav_box > .box_inner ul li a:hover dl dt{
                            color: #008ad4;
                        }

                            .interview_nav_box > .box_inner ul li a:hover dl dd:before{
                                border-bottom-color:#008ad4;
                            }

                            .interview_nav_box > .box_inner ul li a:hover dl dd{
                                color: #008ad4;;
                            }

.contents.recruit.index .recruit_nav_box{
    margin-bottom: 4rem;
}

    .contents.recruit.index .recruit_nav_box > .box_inner > ul{
        margin: 0;
        display: flex;
    }

        .contents.recruit.index .recruit_nav_box > .box_inner > ul li{
            width: calc((100% - 4vw) / 2);
            margin: 0 4vw 0 0;
            padding: 0;
        }

        .contents.recruit.index .recruit_nav_box > .box_inner > ul li:nth-child(2n){
            margin-right: 0;
        }

            .contents.recruit.index .recruit_nav_box > .box_inner > ul li::before{
                content: none;
            }

            .contents.recruit.index .recruit_nav_box > .box_inner > ul li a{
                display: block;
                text-decoration: none;
                color: #111;
                background: #f0f9f4;
                padding-bottom: 1.5rem;
            }

            .contents.recruit.index .recruit_nav_box > .box_inner > ul li dl{
                display: flex;
                flex-direction: column;
            }

                .contents.recruit.index .recruit_nav_box > .box_inner > ul li dl dt{
                    order: 2;
                    font-size: 1.4em;
                    font-weight: 600;
                    line-height: 1.4;
                    padding: 0 1.5rem;
                    margin-bottom: 0.5em;
                    position: relative;
                }

                    .contents.recruit.index .recruit_nav_box > .box_inner > ul li dl dt:after{
                        content: "";
                        display: block;
                        width: 3.75rem;
                        height: 3.75rem;
                        background-image: url(../shared/fig_arrow_line_g.png);
                        background-repeat: no-repeat;
                        background-size: contain;
                        position: absolute;
                        transition: .4s all ease;
                        right: 1.5rem;
                        top: 0.5rem;
                    }

                    .contents.recruit.index .recruit_nav_box > .box_inner > ul li a:hover dl dt:after{
                        background-image: url('../shared/fig_arrow_g.png');
                    }

                .contents.recruit.index .recruit_nav_box > .box_inner > ul li dl dd.desc{
                    order: 3;
                    padding: 0 10rem 0 1.5rem;
                    line-height: 1.4;
                }

                .contents.recruit.index .recruit_nav_box > .box_inner > ul li dl dd.fig{
                    order: 1;
                    margin-bottom: 1.5rem;
                    overflow: hidden;
                }

                    .contents.recruit.index .recruit_nav_box > .box_inner > ul li dl dd.fig img{
                        transition: .4s all ease;
                    }

                    .contents.recruit.index .recruit_nav_box > .box_inner > ul li:hover dl dd.fig img{
                        transform: scale(1.04);
                        filter: brightness(1.1);
                    }

.contents.recruit.index .contact_nav_box{
    display: flex;
    justify-content: center;
    margin-bottom: 4em;
}

    .contents.recruit.index .contact_nav_box dl{
        display: flex;
        align-items: center;
        background: #f0f0f0;
        padding: 1.5rem 4rem;
    }

        .contents.recruit.index .contact_nav_box dl dt{
            color: #1a508c;
            font-weight: 700;
            font-size: 1.1em;
            margin-right: 3em;
        }

        .contents.recruit.index .contact_nav_box dl dd{}

            .contents.recruit.index .contact_nav_box dl dd a{
                height: 3.75rem;
                background: #1a508c;
                color: #fff;
                display: flex;
                align-items: center;
                font-size: 1.1em;
                padding: 0 4em;
                border-radius: 1.875rem;
                text-decoration: none;
                font-weight: 500;
                position: relative;
            }

            .contents.recruit.index .contact_nav_box dl dd a:after{
                content: "";
                display: inline-block;
                width: 1.25rem;
                height: 1.25rem;
                background-image: url("../shared/icon_arrow_w.png");
                background-size: contain;
                background-repeat: no-repeat;
                position: absolute;
                right: 1.5rem;
                top: calc(50% - 0.625rem);
                transition: .4s all ease;
            }

            .contents.recruit.index .contact_nav_box dl dd a:hover::after{
                transform: translateX(0.5rem);
            }

.contents.recruit.index .bn_mynavi{
    display: flex;
    justify-content: center;
}

    .contents.recruit.index .bn_mynavi a{
        display: block;
        width: 16rem;
        padding: 1.5rem 3rem;
        border: 1px solid #ccc;
        transition: .4s all ease;
    }

    .contents.recruit.index .bn_mynavi a:hover{
        border-color: #1a508c;
    }

/*#####会社を知る#####*/
/*職場紹介*/
.shokuba_shokai_box{
    background: #ecf7fd;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    padding-top: 5rem;
    padding-bottom: 5rem;
}

    .shokuba_shokai_box > .box_header{
        margin-bottom: 3em;
        display: flex;
        position: relative;
    }

        .shokuba_shokai_box > .box_header .text{
            box-sizing: border-box;
            width: 50%;
            position: relative;
            padding-right: 3em;
        }

            .shokuba_shokai_box > .box_header h2{
                border-top: none;
                padding: 0;
                margin: 0;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                font-size: 1em;
            }

                .shokuba_shokai_box > .box_header h2::before{
                    content: none;
                }

                    .shokuba_shokai_box > .box_header h2 .lbl1{
                        font-weight: 600;
                        font-size: 1.1rem;
                        position: relative;
                        padding-left: 5.5rem;
                        margin-bottom: 2em;
                    }

                        .shokuba_shokai_box > .box_header h2 .lbl1::before{
                            content: "";
                            display: block;
                            width: 4rem;
                            border-bottom: 1px solid #111;
                            position: absolute;
                            top: 0.45em;
                            left: 0;
                        }

                    .shokuba_shokai_box > .box_header h2 .lbl2,
                    .shokuba_shokai_box > .box_header h2 .lbl3{
                        position: relative;
                        z-index: 0;
                        color: #fff;
                        padding: 0 0.2em 0.05em 0.2em;
                        font-weight: 400;
                        font-size: 2.8em;
                        line-height: 1.2;
                    }

                    .shokuba_shokai_box > .box_header h2 .lbl2{
                        margin-bottom: 0.25em;
                    }

                        .shokuba_shokai_box > .box_header h2 .lbl2::before,
                        .shokuba_shokai_box > .box_header h2 .lbl3::before{
                            content: "";
                            position: absolute;
                            z-index: -1;
                            top: 0;
                            left: 0;
                            background: #1b4f8b;
                            display: block;
                            width: 100%;
                            height: 100%;
                        }

            .shokuba_shokai_box > .box_header p{
                font-weight: 500;
                font-size: 1.05em;
                margin: 1em 0 0 0;
            }

        .shokuba_shokai_box > .box_header .fig{
            overflow: hidden;
            border-radius: 1.5rem;
            width: 50%;
            position: absolute;
            top: 0;
            right: -3rem;
        }

    .shokuba_shokai_box > .box_inner{}

        .shokuba_shokai_box > .box_inner > ul{
            counter-reset: shokuba_num 0;
            margin: 0;
        }

            .shokuba_shokai_box > .box_inner > ul > li{
                display: flex;
                padding: 0.5rem;
                background: #fff;
                margin-bottom: 2rem;
                border-radius: 1.5rem;
            }

            .shokuba_shokai_box > .box_inner > ul > li:nth-child(odd){
                flex-direction: row-reverse;
            }

            .shokuba_shokai_box > .box_inner > ul > li:last-child{
                margin-bottom: 0;
            }

                .shokuba_shokai_box > .box_inner > ul > li:before{
                    content: none;
                }

                .shokuba_shokai_box > .box_inner > ul > li .text{
                    flex: 1;
                    padding: 4rem 3rem 0 3rem;
                }

                    .shokuba_shokai_box > .box_inner > ul > li .text h3{
                        margin: 0 0 1em 0;
                        padding: 0;
                        color: #1a508c;
                        font-size: 1.8em;
                    }

                    .shokuba_shokai_box > .box_inner > ul > li .text h3::before{
                        content: none;/*一旦リセット*/
                        counter-increment: shokuba_num 1;
                        content: "0" counter(shokuba_num);
                        border-left: none;
                        font-family: "Jost", sans-serif;
                        font-weight: 600;
                        height: auto;
                        top: auto;
                        left: auto;
                        right: 0;
                        bottom: -0.1em;
                        color: #bee3f5;
                        font-size: 2.6em;
                        display: inline-block;
                        line-height: 1;
                        width: auto;
                    }

                    .shokuba_shokai_box > .box_inner > ul > li .text p{
                        margin-bottom: 0;
                    }

                .shokuba_shokai_box > .box_inner > ul > li .fig{
                    width: 50%;
                    overflow: hidden;
                    border-radius: 1rem;
                }

/*福利厚生*/
.fukuri_anc_nav{
    margin-bottom: 3em;
    counter-reset: fukuri_nav_num 0;
}

    .page_body .fukuri_anc_nav ol{
        display: flex;
        justify-content: center;
        list-style: none;
        margin: 0;
    }

        .page_body .fukuri_anc_nav ol li{
            margin: 0 2em 0 0;
        }

        .page_body .fukuri_anc_nav ol li:last-child{
            margin-right: 0;
        }

            .page_body .fukuri_anc_nav ol li a{
                position: relative;
                text-decoration: none;
                color: #1a508c;
                font-size: 1.2em;
                display: flex;
                align-items: flex-end;
                transition: .4s all ease;
            }

            .page_body .fukuri_anc_nav ol li a:hover{
                color: #1a508c;
            }

            .page_body .fukuri_anc_nav ol li a::before{
                counter-increment: fukuri_nav_num 1;
                content: "0" counter(fukuri_nav_num);
                border: none;
                font-family: "Jost", sans-serif;
                font-weight: 600;
                color: #1a508c;
                font-size: 2em;
                display: inline-block;
                line-height: 1;
                margin-right: 0.2em;
                transition: .4s all ease;
            }

            .page_body .fukuri_anc_nav ol li a::after{
                font-family: FontAwesome;
                content:"\f0d7";
                display: inline-flex;
                justify-content: center;
                align-items: center;
                line-height: 1;
                font-size: 1.5rem;
                width: 1em;
                height: 1em;
                position: absolute;
                bottom: -0.75em;
                left: calc(50% - 0.5em);
                color: #ccc;
                font-weight: normal;
                transition: .4s all ease;
                transform: translateY(-0.25em);
                opacity: 0;
            }

            .page_body .fukuri_anc_nav ol li a:hover::after{
                color: #1a508c;
                transform: translateY(0);
                opacity: 1;                
            }

/*.fukuri_detail_box用カウンタリセット*/
.page_body{
    counter-reset: fukuri_hdg_num 0;
}

.fukuri_detail_box{
    border: 3px solid #ebebeb;
    padding: 3em 2.5em 2em;
    margin-bottom: 3em;
    display: flex;
}

    .fukuri_detail_box > .box_header{
        width: 16rem;
    }

        .fukuri_detail_box > .box_header h3{
            margin: 0;
            padding: 0;
            font-size: 2.4em;
            font-weight: 500;
        }

            .fukuri_detail_box > .box_header h3::before{
                counter-increment: fukuri_hdg_num 1;
                content: "0" counter(fukuri_hdg_num);
                border: none;
                width: auto;
                height: auto;
                font-family: "Jost", sans-serif;
                font-weight: 600;
                position: relative;
                top: auto;
                left: auto;
                color: #bee3f5;
                font-size: 1.9em;
                display: block;
                line-height: 1;
                margin-bottom: 0.2em;
            }

    .fukuri_detail_box > .box_inner{
        line-height: 1.7;
        flex: 1;
        padding-left: 2.5rem;
    }

        .fukuri_detail_box > .box_inner ul{
            margin-left: 0;
            margin-right: 0;
        }

        .fukuri_detail_box > .box_inner h4{
            color: #1a508c;
            font-size: 1.4em;
            font-weight: 700;
            margin-top: 1em;
            margin-bottom: 0.3em;
        }

        .fukuri_detail_box > .box_inner h4:first-child{
            margin-top: 0;
        }

        .fukuri_detail_box > .box_inner .voice_box{
            background: rgba(255,187,0,0.1);
            padding: 1.5em 2em 1em 2em;
            position: relative;
            margin: 2em 1em;
            border-radius: 0.5rem;
        }

            .fukuri_detail_box > .box_inner .voice_box dt{
                background: #1a508c;
                color: #fff;
                font-size: 1.14em;
                position: absolute;
                top: -0.8em;
                left: -0.5em;
                padding: 0 0.8em;
                font-weight: 700;
                border-radius: 0.25rem;
            }

            .fukuri_detail_box > .box_inner .voice_box dt::after{
                content: "";
                display: block;
                width: 1rem;
                height: 0.75rem;
                background: #1a508c;
                clip-path: polygon(80% 0, 0 0, 100% 100%);
                position: absolute;
                bottom: -0.6rem;
                left: 1rem;
            }

            


            .fukuri_detail_box > .box_inner .voice_box dd{
                font-weight: 500;
            }

                .fukuri_detail_box > .box_inner .voice_box dd p:last-child{
                    margin-bottom: 0;
                }

            .fukuri_detail_box > .box_inner .shanai_kenshu_list{}

                .fukuri_detail_box > .box_inner .shanai_kenshu_list dt{
                    font-weight: 500;
                    position: relative;
                    padding-left: 1em;
                }

                    .fukuri_detail_box > .box_inner .shanai_kenshu_list dt:before{
                        content: "";
                        width: 0.25rem;
                        height: 0.25rem;
                        display: block;
                        background: #555;
                        position: absolute;
                        top: 0.75em;
                        left: 0;
                    }

                .fukuri_detail_box > .box_inner .shanai_kenshu_list dd{
                    margin-bottom: 0.7em;
                    padding-left: 1em;

                }

                .fukuri_detail_box > .box_inner .ikukyu_jisseki{
                    margin-bottom: 2.5em;
                }

                .fukuri_detail_box > .box_inner .ikukyu_jisseki th,
                .fukuri_detail_box > .box_inner .ikukyu_jisseki td{
                    border: 1px solid #ddd;
                }


                
                .fukuri_detail_box > .box_inner .ikukyu_jisseki thead th{
                    width: 8em;
                    padding-top: 0;
                    padding-bottom: 0;
                    background: #f1f9fc;
                }

                .fukuri_detail_box > .box_inner .ikukyu_jisseki tbody th,
                .fukuri_detail_box > .box_inner .ikukyu_jisseki tbody td{
                    text-align: center;
                }

                .fukuri_detail_box > .box_inner .ikukyu_jisseki tbody td strong{
                    font-size: 1.6em;
                    font-weight: 700;
                    margin-right: 0.1em;
                }
        
/*#####仕事を知る#####*/
.works_intro_box{}

    .works_intro_box p.fig{
        box-sizing: border-box;
        float: right;
        width: 50%;
        padding: 0 0 0 4em;
    }

    .works_intro_box h3{
        margin: 0 0 1em 0;
        padding: 0;
        color: #1a508c;
        font-size: 1.8em;
    }

        .works_intro_box h3::before{
            content: none;
        }

.division_exp{
    border: 3px solid #ebebeb;
    padding: 2em 2.5em;
    margin-top: 2em;
}

    .division_exp h3{
        margin-top: 0;
    }

    .division_exp h4{
        display: flex;
        margin-bottom: 0.8em;
        background: #1a508c;
        padding: 0.3em 1em;
        font-weight: 600;
        color: #fff;
    }

        .division_exp h4 .lbl{
        }

    .division_exp p,
    .division_exp dl{
        padding: 0 1em;
    }

        .division_exp dl dt{
            font-weight: 500;
            padding-left: 1.1em;
            position: relative;
            font-size: 1.05em;
        }

            .division_exp dl dt::before{
                font-family: FontAwesome;
                content:"\f111";
                display: inline-block;
                position: absolute;
                top: 0.6em;
                left: 0;
                color: #1a508c;
                font-size: 0.6em;
            }

        .division_exp dl dd{
            margin-bottom: 0.8em;
        }

            .division_exp dl dd .job_kinds{
                margin: 0.5em 1em 0 1em;
            }

                .division_exp dl dd .job_kinds th,
                .division_exp dl dd .job_kinds td{
                    padding: 0 0 0.9em 0;
                    line-height: 1.4;
                    border: none;
                    vertical-align: top;
                }

                .division_exp dl dd .job_kinds tbody th{
                    background: none;
                    color: #222;
                    white-space: nowrap;
                }

                    .division_exp dl dd .job_kinds tbody th::before{
                        font-family: FontAwesome;
                        content:"\f0da";
                        display: inline-block;
                        font-weight: normal;
                        color: #009844;
                        margin-right: 0.5em;
                        margin-bottom: 0.1em;
                        font-size: 0.8em;
                        line-height: 1;
                    }

                .division_exp dl dd .job_kinds tbody td{
                    padding-left: 3em;
                    position: relative;
                }

                    .division_exp dl dd .job_kinds tbody td::before{
                        content: "…";
                        display: inline-block;
                        position: absolute;
                        top: 0;
                        left: 1.5em;
                    }


/*#####人を知る#####*/
/*一覧*/
.interview_nav_box.for_archive > .box_header{
    margin-bottom: 4rem;
}

    .interview_nav_box.for_archive > .box_header h2{
        margin: 0;
        padding: 0;
        border: none;
        display: flex;
        flex-direction: column;
    }

        .interview_nav_box.for_archive > .box_header h2::before{
            content: none;
        }

        .interview_nav_box.for_archive > .box_header h2 .lbl_ja {
            font-weight: 600;
            font-size: 1.1rem;
            position: relative;
            padding-left: 5.5rem;
        }

        .interview_nav_box.for_archive > .box_header h2 .lbl_ja::before {
            content: "";
            display: block;
            width: 4rem;
            border-bottom: 1px solid #111;
            position: absolute;
            top: 0.45em;
            left: 0;
        }

        .interview_nav_box.for_archive > .box_header h2 .lbl_en {
            font-family: "Jost", sans-serif;
            font-weight: 600;
            text-transform: uppercase;
            color: #1a508c;
            font-size: 3.5rem;
            margin-top: 1rem;
        }

        .interview_nav_box.for_archive > .box_header p{
            margin: 0;
        }


/*詳細*/
.interview_detail_box{}

    .interview_detail_box > .box_header{
        display: flex;
        margin-bottom: 3em;
        background: #1a508c;
    }

        .interview_detail_box > .box_header .text{
            flex: 1;
            padding: 0 2.5em 1.5em 2.5em;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

            .interview_detail_box > .box_header .text h2{
                border: none;
                line-height: 1.5;
                padding: 0 0 0.5em 0;
                margin: 0 0 0.5em 0;
                font-size: 2.6em;
                font-weight: 500;
                color: #fff;
                border-bottom: 2px solid rgba(255,255,255,0.5);
                
            }

                .interview_detail_box > .box_header .text h2::before{
                    content: none;
                }

            .interview_detail_box > .box_header .text dl{
                display: flex;
                font-size: 1.2em;
                font-weight: 500;
                color: #fff;
            }


        .interview_detail_box > .box_header .fig{
            width: 25%;
        }

    .interview_detail_box > .box_inner{
        margin-bottom: 4em;
    }

        .interview_detail_box > .box_inner h3{
            clear: both;
            margin: 2em 0 1em 0;
        }

        .interview_detail_box > .box_inner p.photo{
            box-sizing: border-box;
            width: 50%;
        }

        .interview_detail_box > .box_inner p.photo:nth-of-type(odd){
            float: right;
            padding: 0 2em 1em 4em;
        }

        .interview_detail_box > .box_inner p.photo:nth-of-type(even){
            float: left;
            padding: 0 4em 1em 2em;
        }

        .interview_detail_box > .box_inner dl{
            margin-bottom: 2em;
        }

            .interview_detail_box > .box_inner dl dt{
                margin-bottom: 0.8em;
                font-size: 1.05em;
                font-weight: 500;
                position: relative;
            }

                .interview_detail_box > .box_inner dl dt::before{
                    content: "";
                    display: inline-block;
                    width: 3em;
                    height: 0;
                    border-bottom: 1px solid #555;
                    vertical-align: middle;
                    margin-right: 1em;
                    margin-bottom: 0.1em;
                }

            .interview_detail_box > .box_inner dl dd{}

                .interview_detail_box > .box_inner dl dd .lbl_sei{
                    margin-right: 1em;
                    padding: 0 0.5em;
                    background-color: rgba(0,152,68,0.1);
                }

        .interview_detail_box > .box_inner .time_table{
            box-sizing: border-box;
            width: 100%;
            display: block;
            background: #f1f9fc;
            border-radius: 1rem;
            padding: 1.5em 1em;
        }

            .interview_detail_box > .box_inner .time_table tbody{
                display: block;
            }

                .interview_detail_box > .box_inner .time_table tbody tr{
                    display: flex;
                }

                    .interview_detail_box > .box_inner .time_table tbody tr th{
                        display: block;
                        background: none;
                        border: none;
                        width: 4em;
                        text-align: right;
                        border-right: 1px solid rgba(26,80,140,0.2);
                        padding: 0.5em 1em 0.5em 0;
                        color: #333;
                        position: relative;
                    }

                        .interview_detail_box > .box_inner .time_table tbody tr th::after{
                            content: "";
                            display: inline-block;
                            width: 0.5rem;
                            height: 0.5rem;
                            position: absolute;
                            top: 1.05em;
                            right: -0.313em;
                            border-radius: 50%;
                            background: #1a508c;
                        }

                    .interview_detail_box > .box_inner .time_table tbody tr td{
                        display: block;
                        background: none;
                        border: none;
                        flex: 1;
                        padding: 0.5em 1em;
                    }

    .interview_detail_box > .box_footer{
        display: flex;
        justify-content: center;
    }

        .interview_detail_box > .box_footer a{
            display: block;
            color: #1a508c;
            text-decoration: none;
            font-size: 1.05em;
            font-weight: 500;
            border-bottom: 1px solid #1a508c;
            padding: 0 1em;
            transition: .4s all ease;
        }

        .interview_detail_box > .box_footer a:hover{
            background: #1a508c;
            color: #fff;
        }

/*#####採用情報#####*/
.recruit_information_nav{}

    .recruit_information_nav ul li{
        padding: 0;
        margin: 0 0 1.5em 0;
    }

    .recruit_information_nav ul li:last-child{
        margin-bottom: 0;
    }

        .recruit_information_nav ul li::before{
            content: none;
        }

        .recruit_information_nav ul li a{
            color: #111;
            text-decoration: none;
            position: relative;
            display: block;
            transition: .4s all ease;
            border-radius: 0.25rem;
            box-shadow: 0.25rem 0.25rem 0 0 rgba(0,0,0,0.08);
        }

        .recruit_information_nav ul li a:hover{
            color: #fff;
            background: #1a508c;
        }

            .recruit_information_nav ul li a::after{
                box-sizing: border-box;
                content: "";
                display: block;
                width: 4rem;
                height: 4rem;
                position: absolute;
                top: calc(50% - 2rem);
                right: 1.5rem;
                transition: .4s all ease;
                background-image: url(../shared/fig_arrow_line_b.png);
                background-repeat: no-repeat;
                background-size: contain;
            }

            .recruit_information_nav ul li a:hover::after{
                background-image: url('../shared/fig_arrow_b.png');
            }

                .recruit_information_nav ul li dl{
                    padding: 1rem 7rem 1rem 1.5rem;
                }

                    .recruit_information_nav ul li dl dt{
                        font-size: 1.5em;
                        font-weight: 600;
                        color: #1a508c;
                        transition: .4s all ease;
                        position: relative;
                        margin-bottom: 0.2em;
                    }

                        .recruit_information_nav ul li dl dt::before{
                            content: "";
                            display: inline-block;
                            width: 1rem;
                            height: 1rem;
                            background: #1a508c;
                            position: absolute;
                            top: -0.5rem;
                            left: -1rem;
                            clip-path: polygon(100% 0, 0 0, 0 100%);
                            transition: .4s all ease;
                        }

                        .recruit_information_nav ul li a:hover dl dt::before{
                            background: #fff;
                        }

                        .recruit_information_nav ul li a[target="_blank"] dl dt::after{
                            content: "";
                            display: inline-block;
                            width: 0.75rem;
                            height: 0.75rem;
                            background-image: url('../shared/icon_ext_link_blue.png');
                            background-repeat: no-repeat;
                            background-size: contain;
                            margin-left: 0.5em;
                            vertical-align: middle;
                        }

                        .recruit_information_nav ul li a[target="_blank"]:hover dl dt::after{
                            background-image: url('../shared/icon_ext_link_w.png');
                        }

                    .recruit_information_nav ul li a:hover dl dt{
                        color: #fff;
                    }

                    .recruit_information_nav ul li dl dd{
                        
                    }

.mynavi_info{
    display: flex;
    align-items: center;
    background: #fff09e;
    padding: 1.2em 2em;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
}

    .mynavi_info p{
        flex: 1;
        margin: 0;
        padding-right: 2em;
        font-weight: 500;
    }

    .mynavi_info .fig{}

        .mynavi_info .fig a{
            display: block;
            transition: .4s all ease;
        }

        .mynavi_info .fig a:hover{
            filter: brightness(1.2);
        }

.recruit_info_common{
    width: 100%;
}

    .recruit_info_common tbody th{
        width: 10em;
    }

.page_body .fig_schedule{
    width: 80%;
    margin: 0 auto;
}

/*#####関連会社採用#####*/
.group_recruit_box{}

    .group_recruit_box > .box_inner > ul{
        margin: 0;
    }

        .group_recruit_box > .box_inner > ul > li{
            padding: 0;
            margin: 0 0 4em 0;
        }

        .group_recruit_box > .box_inner > ul > li::before{
            content: none;
        }

        .group_recruit_box > .box_inner > ul > li table{
            width: 100%;
        }

            .group_recruit_box > .box_inner > ul > li table tbody th{
                width: 10em;
            }


        .group_recruit_box > .box_inner > ul > li .gr_mynavi{
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-top: 2em;
        }
        
            .group_recruit_box > .box_inner > ul > li .gr_mynavi a{
                height: 3rem;
                background: #1a508c;
                color: #fff;
                display: flex;
                align-items: center;
                font-size: 1.1em;
                padding: 0 4em;
                border-radius: 1.5rem;
                text-decoration: none;
                font-weight: 500;
                position: relative;
            }

            .group_recruit_box > .box_inner > ul > li .gr_mynavi a:after{
                content: "";
                display: inline-block;
                width: 1.25rem;
                height: 1.25rem;
                background-image: url("../shared/icon_arrow_w.png");
                background-size: contain;
                background-repeat: no-repeat;
                position: absolute;
                right: 1.5rem;
                top: calc(50% - 0.625rem);
                transition: .4s all ease;
            }
        
            .group_recruit_box > .box_inner > ul > li .gr_mynavi a:hover::after{
                transform: translateX(0.5rem);
            }

            .group_recruit_box > .box_inner > ul > li .gr_mynavi p{
                font-size: 0.9em;
                margin-top: 0.5em;
            }

            .group_recruit_box > .box_inner > ul > li .gr_mynavi p::before{
                content: "※";
            }

    .goto_group_career{
        display: flex;
        justify-content: center;
    }

        .goto_group_career a{
            box-sizing: border-box;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
            min-width: 18.75rem;
            height: 3.75rem;
            padding: 0 4rem;
            border-radius: 1.875rem;
            text-decoration: none;
            color: #1a508c;
            border: 2px solid #1a508c;
            font-size: 1.1rem;
            font-weight: 500;
            position: relative;
        }

        .goto_group_career a:hover{
            color: #1a508c;
        }

        .goto_group_career a::before{
            content: "";
            display: block;
            width: 1.25rem;
            height: 1.25rem;
            background-image: url(../shared/icon_arrow_b.png);
            background-repeat: no-repeat;
            background-size: contain;
            transition: .4s all ease;
            position: absolute;
            top: calc(50% - 0.625rem);
            right: 1.5rem;
        }

        .goto_group_career a:hover:before{
            transform: translateX(0.5rem);
        }


@media screen and (min-width:1px) and (max-width:1400px) {
}

@media screen and (min-width:1px) and (max-width:1200px){


}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){
    /*採用トップ*/
    .contents.recruit.index{
        background-image: url(../shared/recruit/bg_recruit_index_tab.jpg);
        background-size: 120% auto;
    }

    .contents.recruit.index .content_body{
        padding-top: 5rem;
    }

    /*会社を知る*/
    .shokuba_shokai_box > .box_header .text{
        padding-right: 0;
    }

    .shokuba_shokai_box > .box_inner > ul > li .text{
        padding-top: 3rem;
    }

    /*#####人を知る#####*/

    /*詳細*/
    .interview_detail_box > .box_header .text h2{
        font-size: 2em;
    }

    .recruit_anc_nav ul li a{
        padding: 0.5em 2.25rem 0.5em 0.5em;
    }

        .recruit_anc_nav ul li a:after{
            right: 0.55em;
        }

}

/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {

}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:479px) {
    .recruit_anc_nav{
        margin-bottom: 1em;
    }

        .recruit_anc_nav ul{
            flex-wrap: wrap;
        }

            .recruit_anc_nav ul li{
                box-sizing: border-box;
                width: 50%;
                font-size: 0.92em;
                margin-bottom: 0.25rem;
            }

            .recruit_anc_nav ul li:nth-child(even){
                border-color: rgba(255,255,255,0);
            }

                .recruit_anc_nav ul li a:after{
                    width: 1rem;
                    height: 1rem;
                    top: calc(50% - 0.5rem);
                }


    /*採用トップ*/
    .contents.recruit.index{
        background: none;
    }

    .contents.recruit.index::before{
        content: "";
        display: block;
        width: 100%;
        height: calc(100vh - 10vw);
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        background-image: url(../shared/recruit/bg_recruit_index_sp.jpg);
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: top -4vw right;
        /*background-size: 208% auto;
        background-position: right 35% top;*/
    }

    .contents.recruit.index .content_body{
        padding-top: 1rem;
    }

        .contents.recruit.index .intro_box > .box_header{
            margin-bottom: 1.5em;
        }

        .contents.recruit.index .intro_box > .box_header h2{
            font-size: 2.2em;
        }

        .contents.recruit.index .intro_box > .box_inner{
            background: rgba(255,255,255,0.5);
            padding: 0.6em 0.9em;
            /*margin-right: 5em;*/
        }

        .contents.recruit.index .intro_box > .box_inner p{
            font-size: 0.9em;
            margin-bottom: 0.7em;
            line-height: 1.6;
        }

        .contents.recruit.index .intro_box{
            padding-bottom: 2rem;
            height: calc(100vh - 36.6vw);
        }

    .contents.recruit.index .content_group{
        padding: 2.5rem 0;
    }

    .contents.recruit.index .content_group h2 .lbl_en{
        font-size: 3rem;
    }

    .contents.recruit.index .news_box{
        flex-direction: column;
        margin-bottom: 2rem;
    }

        .contents.recruit.index .news_box > .box_header{
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            margin-bottom: 1rem;
        }

        .contents.recruit.index .news_box > .box_header .more{
            margin-top: 0;
        }

        .contents.recruit.index .news_box > .box_inner{
            padding-left: 0;
        }

        .contents.recruit.index .news_box > .box_header .more a{
            font-size: 1rem;
        }

        .contents.recruit.index .news_box > .box_inner ul{}

            .contents.recruit.index .news_box > .box_inner ul li a{
                flex-direction: column;
                padding: 0.6em 0.8em;
                border-radius: 0.5rem;
            }

                .contents.recruit.index .news_box > .box_inner ul li a .entry_date{
                    width: auto;
                    font-size: 0.9em;
                    margin-bottom: 0.3em;
                }

                .contents.recruit.index .news_box > .box_inner ul li a .entry_title{
                    font-size: 0.94em;
                }

    .contents.recruit.index .aw_nav_box > .box_inner ul li dl dt{
        padding: 0;
        font-size: 1.2em;
    }

    .contents.recruit.index .aw_nav_box > .box_inner ul li dl dt::before{
        width: 1.5rem;
        height: 1.5rem;
        top: 0.3em;
        right: 0;
    }

    .contents.recruit.index .aw_nav_box > .box_inner ul li dl dd.desc {
        padding: 0;
        font-size: 0.9em;
    }

    .contents.recruit.index .aw_nav_box > .box_inner ul li dl dd.fig{
        border-radius: 1rem;
        margin-bottom: 0.5rem;
    }

    .interview_nav_box > .box_header{
        flex-direction: column;
        align-items: stretch;
    }

    .interview_nav_box > .box_header p{
        padding-left: 0;
        flex: initial;
        margin-top: 0.5em;
        line-height: 1.6;
        margin-bottom: 0;
    }

    .interview_nav_box > .box_inner ul{
        flex-direction: column;
        padding: 0 0.5em;
    }

        .interview_nav_box > .box_inner ul li {
            width: 100%;
            margin: 0 0 1.5rem 0;
        }

            .interview_nav_box > .box_inner ul li a .fig{
                margin-bottom: 0.8em;
            }

            .interview_nav_box > .box_inner ul li a dl{
                padding: 0 0.5em;
            }

                .interview_nav_box > .box_inner ul li a dl dt{
                    font-size: 1.2em;
                    margin-bottom: 0.1em;
                }

                .interview_nav_box > .box_inner ul li a dl dd{
                    font-size: 1em;
                }

    .contents.recruit.index .recruit_nav_box > .box_inner > ul{
        flex-direction: column;
    }

        .contents.recruit.index .recruit_nav_box > .box_inner > ul li {
            width: 100%;
            margin: 0 0 1rem 0;
        }

        .contents.recruit.index .recruit_nav_box > .box_inner > ul li:last-child {
            margin-bottom: 0;
        }

        .contents.recruit.index .recruit_nav_box > .box_inner > ul li:last-child {
            margin-bottom: 0;
        }

        .contents.recruit.index .recruit_nav_box > .box_inner > ul li a{
            padding-bottom: 0.9rem;
        }

        .contents.recruit.index .recruit_nav_box > .box_inner > ul li dl dt{
            font-size: 1.2em;
            padding: 0 0.7rem;
            margin-bottom: 0.3em;
        }

            .contents.recruit.index .recruit_nav_box > .box_inner > ul li dl dt::after{
                width: 1.5rem;
                height: 1.5rem;
                top: 0;
                right: 1rem;
            }

        .contents.recruit.index .recruit_nav_box > .box_inner > ul li dl dd.desc{
            padding: 0 0.7rem;
            font-size: 0.9em;
        }

        .contents.recruit.index .recruit_nav_box > .box_inner > ul li dl dd.fig{
            margin-bottom: 0.9rem;
        }

    .contents.recruit.index .contact_nav_box{
        margin-bottom: 2em;
    }

        .contents.recruit.index .contact_nav_box dl{
            flex-direction: column;
            padding: 1.5rem 0;
            width: 100%;
        }

            .contents.recruit.index .contact_nav_box dl dt{
                margin-right: 0;
                margin-bottom: 0.5em;
            }

    .contents.recruit.index .bn_mynavi a{
        width: 12rem;
        padding: 1rem 2rem;
    }

    /*会社を知る*/
    .shokuba_shokai_box{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .shokuba_shokai_box > .box_header{
        margin-bottom: 1.5em;
    }

        .shokuba_shokai_box > .box_header h2 .lbl1{
            font-size: 1rem;
            margin-bottom: 1em;
        }

        .shokuba_shokai_box > .box_header h2 .lbl2,
        .shokuba_shokai_box > .box_header h2 .lbl3{
            font-size: 1.8em;
        }

        .shokuba_shokai_box > .box_header .text{
            width: 100%;
            z-index: 1;
        }

        .shokuba_shokai_box > .box_header .fig{
            right: -5vw;
        }

    .shokuba_shokai_box > .box_inner > ul > li,
    .shokuba_shokai_box > .box_inner > ul > li:nth-child(odd){
        margin-bottom: 1em;
        flex-direction: column;
        padding: 1em;
    }

    .shokuba_shokai_box > .box_inner > ul > li .text{
        padding: 0;
        margin-bottom: 1em;
    }

        .shokuba_shokai_box > .box_inner > ul > li .text h3{
            font-size: 1.4em;
            margin-bottom: 0.2em;
        }

            .shokuba_shokai_box > .box_inner > ul > li .text h3::before{
                font-size: 1.8em;
            }

        .shokuba_shokai_box > .box_inner > ul > li .text p{
            line-height: 1.6;
        }

    .shokuba_shokai_box > .box_inner > ul > li .fig{
        width: 100%;
    }

    .fukuri_anc_nav{
        margin-bottom: 1em;
    }

    .page_body .fukuri_anc_nav ol li{
        margin-right: 1em;
    }

    .page_body .fukuri_anc_nav ol li a{
        flex-direction: column;
        align-items: center;
        font-size: 0.9em;
        line-height: 1.2;
    }

    .page_body .fukuri_anc_nav ol li a::before{
        margin-right: 0;
    }

    .fukuri_detail_box{
        padding: 1.5em 1.5em;
        flex-direction: column;
    }

        .fukuri_detail_box > .box_header{
            margin-bottom: 1em;
            width: 100%;
        }

        .fukuri_detail_box > .box_header h3{
            font-size: 1.4em;
            display: flex;
            align-items: center;
        }

            .fukuri_detail_box > .box_header h3::before{
                margin: 0 0.3em 0 0;
            }

            .fukuri_detail_box > .box_header h3 br{
                display: none;
            }

        .fukuri_detail_box > .box_inner{
            padding-left: 0;
        }

        .fukuri_detail_box > .box_inner h4{
            font-size: 1.2em;
        }

        .fukuri_detail_box > .box_inner .voice_box{
            padding-left: 1em;
            padding-right: 1em;
        }

    /*#####仕事を知る#####*/
    .works_intro_box{
        display: flex;
        flex-direction: column;
    }

    .works_intro_box p{
        order: 3;
    }

    .works_intro_box p.fig{
        float: none;
        padding: 0;
        width: 100%;
        order: 2;
    }

    .works_intro_box h3{
        font-size: 1.4em;
        order: 1;
        margin-bottom: 0.5em;
    }

    .division_exp{
        padding: 1em;
    }

        .division_exp h4{
            margin-top: 1.2em;
        }

        .division_exp p, .division_exp dl {
            padding: 0 0.5em;
        }

        .division_exp dl dd .job_kinds{
            display: block;
        }

            .division_exp dl dd .job_kinds tbody{
                display: block;
            }

                .division_exp dl dd .job_kinds tbody tr{
                    display: flex;
                    flex-direction: column;
                }

                .division_exp dl dd .job_kinds tbody th{
                    padding-bottom: 0.2em;
                }

                .division_exp dl dd .job_kinds tbody td{
                    padding-left: 0.7em;
                }

                    .division_exp dl dd .job_kinds tbody td::before{
                        content: none;
                    }

    /*#####人を知る#####*/
    /*一覧*/
    .interview_nav_box.for_archive > .box_header{
        margin-bottom: 2rem;
    }

    .interview_nav_box.for_archive > .box_header h2 .lbl_en{
        font-size: 3rem;
        margin-top: 0.2em;
    }

    .interview_nav_box.for_archive > .box_header p{
        margin-top: 0.5em;
    }

    /*詳細*/
    .interview_detail_box > .box_header{
        margin-bottom: 2em;
        background: none;
    }

        .interview_detail_box > .box_header .text{
            padding: 0 1em 0 0;
        }

            .interview_detail_box > .box_header .text h2{
                font-size: 1.2em;
                color: #1a508c;
                border-bottom: 1px solid rgba(0,0,0,0.3);
                font-weight: 700;
            }

            .interview_detail_box > .box_header .text dl{
                font-size: 0.9em;
                color: #222;
            }

        .interview_detail_box > .box_header .fig{
            width: 22%;
        }

    .interview_detail_box > .box_inner p.photo:nth-of-type(odd),
    .interview_detail_box > .box_inner p.photo:nth-of-type(even){
        float: none;
        padding: 0;
        width: 90%;
        margin: 0 auto 1em;
    }

    .interview_detail_box > .box_inner dl dt{
        font-size: 1em;
        line-height: 1.6;
    }

    /*#####採用情報#####*/
    .recruit_information_nav ul{
        margin: 1em 0;
    }

    .recruit_information_nav ul li a::after {
        width: 3rem;
        height: 3rem;
        top: calc(50% - 1.5rem);
        right: 1rem;
    }

    .recruit_information_nav ul li dl{
        padding-right: 5rem;
        line-height: 1.5;
    }

    .mynavi_info{
        flex-direction: column;
        align-items: center;
        padding: 1.5em;
    }

        .mynavi_info p{
            padding-right: 0;
            margin-bottom: 1em;
        }

    .recruit_info_common{
        display: block;
    }

        .recruit_info_common tbody{
            display: block;
        }

            .recruit_info_common tbody tr{
                display: flex;
                flex-direction: column;
                margin-bottom: 1em;
            }

            .recruit_info_common tbody tr th,
            .recruit_info_common tbody tr td{
                border: none;
                display: block;
            }

                .recruit_info_common tbody tr th{
                    width: auto;
                    padding-top: 0.2em;
                    padding-bottom: 0.2em;
                }

                .recruit_info_common tbody tr td{
                    
                }
        .page_body .fig_schedule{
            width: 100%;
        }

    /*#####関連会社採用#####*/
    .group_recruit_box > .box_inner > ul > li table tbody th{
        width: 6.5em;
    }

    .goto_group_career a{
        box-sizing: border-box;
        min-width: auto;
        min-width: initial;
        width: 90%;
        height: 3rem;
        padding: 0 3rem;
        border-radius: 1.5rem;
    }


}


/* ##########印刷用########## */
@media print{

}