@charset "utf-8";
/* CSS Document */


@charset "utf-8";
/* CSS Document */

.sec_in{
    width: 94%;
    max-width: 1000px;
    margin: 0 auto;
}
.sec01{
    width: 100%;
}
.sec01_copy{
    width: 30%;
    max-width: 120px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 768px) {
    .sec01{
        width: 100%;
    }
}





.section_title p{
    font-size: 1.8em;
    text-align: center;
    line-height: 1.2em;
    font-weight: bold;
    position: relative;
    z-index: 1;
}
.section_title p span{
    font-size: 60%;
}

.sec_bg_text{
    width: auto;
    height: 8vw;
    opacity: 0.1;
}
@media screen and (max-width: 768px) {
    .sec_bg_text{
        width: auto;
        height: 15vw;
        opacity: 0.1;
    }
}
.sec_bg_text img{
    width: auto;
    height: 100%;
}


.service_flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.service_flex_re{
    display: flex;
    justify-content: center;
    flex-wrap: wrap-reverse;
    margin-bottom: 20px;
}
.service_img{
    width: 60%;
}
.service_text{
    width: 40%;
    padding: 3%;
    box-sizing: border-box;
    position: relative;
}

.service_text div{display: block;position: absolute;top: 50%;transform: translateY(-50%);}
.service_text p:nth-child(1){font-size: 1.2em;font-weight: bold;border-bottom: 1px solid #ED1C24;}
.service_text p:nth-child(2){font-size: 1em;line-height: 1.8em;}
.service_text p:nth-child(2) span{color: #ED1C24;}

@media screen and (max-width: 768px) {
    .service_img{
        width: 100%;
    }
    .service_text{
        width: 100%;
        padding: 3%;
        box-sizing: border-box;
        position: relative;
    }
    .service_text div{display: block;position: relative;top: auto;transform: translateY(0);}
}



.work_flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.work_img{
    width: 70%;
}
.work_text{
    width: 30%;
    height: auto;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}
.work_text div{background: #fff;padding: 3% 20px;width: 100%; position: absolute;left: -5%;bottom: -5%;box-sizing: border-box;}
.work_text p{font-size: 1em;line-height: 1.8em;}
.work_text p span{color: #ED1C24;border-bottom: 1px solid #ED1C24;}
.work_text a{display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
@media screen and (max-width: 768px) {
    .work_img{
        width: 100%;
    }
    .work_text{
        width: 100%;
        height: auto;
        padding: 0;
        box-sizing: border-box;
        position: relative;
    }
    .work_text div{background: #fff;padding: 3% 10px;width: 100%; position: relative;left: auto;bottom: auto;}
}


.more_btn{
    width: 90%;
    max-width: 320px;
    background: #F05A24;
    padding: 15px 5px;
    border-radius: 10px;
    text-align: center;
    margin: 30px auto;
    font-size: 1em;
}
.more_btn a,.more_btn p{
    display: block;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-family: "Yu Mincho", "YuMincho", serif;
}


.sec05{
    width: 100%;
    padding: 50px 0;
}

.recruit_box{
    width: 100%;
    height: 40vw;
    position: relative;
}
.recruit_box a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.recruit_bg{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 40vw;
}
@media screen and (max-width: 768px) {
    .recruit_box{
        width: 100%;
        height: 60vw;
        position: relative;
    }
    .recruit_bg{
        display: flex;
        justify-content: center;
        width: 100%;
        height: 60vw;
    }
}
.recruit_bg01{
    width: 50%;
    height: 100%;
    background: url("../img/top/bg_main4.jpg");
    background-position: center top;
    background-size: cover;
    position: relative;
}
.recruit_bg02{
    width: 50%;
    height: 100%;
    background: url("../img/top/bg_main5.jpg");
    background-position: center top;
    background-size: cover;
    position: relative;
}

.recruit_copy{
    width: 90%;
    max-width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.recruit_copy p:nth-child(1){
    font-size: 1.8em;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 2px #000,0 0 4px #333;
}
.recruit_copy p:nth-child(2){
    width: 100%;
    max-width: 240px;
    padding: 10px;
    margin: 0 auto;
    font-size: 1.8em;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: rgba(255,255,255,0);
    transition: all 0.3s;
}
.recruit_box a:hover > .recruit_copy p:nth-child(2){
    width: 100%;
    max-width: 360px;
    color: #000;
    background: rgba(255,255,255,1);
    transition: all 0.5s;
}
@media screen and (max-width: 768px) {
    .recruit_copy p:nth-child(1){
        font-size: 1.3em;
    }
    .recruit_copy p:nth-child(2){
        width: 70%;
        max-width: 180px;
        padding: 10px;
        margin: 0 auto;
        font-size: 1.4em;
        border: 1px solid #fff;
        text-align: center;
        color: #fff;
        font-weight: bold;
        background: rgba(255,255,255,0);
        transition: all 0.3s;
    }
    .recruit_box a:hover > .recruit_copy p:nth-child(2){
        width: 100%;
        max-width: 240px;
        color: #000;
        background: rgba(255,255,255,1);
        transition: all 0.5s;
    }
}


.sec06{
    width: 100%;
    padding: 50px 0;
}
.map_box{
    width: 100%;
    height: 30vw;
    position: relative;
}
.map_box a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.map_bg{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 30vw;
}
@media screen and (max-width: 768px) {
    .map_box{
        width: 100%;
        height: 100vw;
        position: relative;
    }
    .map_bg{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        height: 100vw;
    }
}
.map_bg01{
    width: 60%;
    height: 100%;
    position: relative;
}
.map_bg01 iframe{
    width: 100%;
    height: 100%;
}
.map_bg02{
    width: 40%;
    height: 100%;
    position: relative;
    padding: 5% 3%;
    box-sizing: border-box;
    text-align: left;
}
.map_logo{
    width: 50%;
    max-width: 180px;
}
.map_bg02 p{
    font-size: 1em;
    padding: 20px 0;
}
@media screen and (max-width: 768px) {
    .map_bg01{
        width: 100%;
        height: 60vw;
        position: relative;
    }
    .map_bg02{
        width: 100%;
        height: 100%;
        position: relative;
        padding: 5% 3%;
        box-sizing: border-box;
        text-align: center;
    }
    .map_logo{
        width: 50%;
        max-width: 180px;
        margin: 0 auto;
    }
}


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


.sec_title{
    width: 100%;
    position: relative;
    padding-top: 120px;
}
@media screen and (max-width: 768px) {
    
}
.sec_title_img{
    position: relative;
    height: 20%;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
}
.sec_title_img img{
    width: 100%;
}

.sec_main{
    width: 100%;
    padding: 50px 0;
}



.outline_box{
                width: 100%;
                max-width: 800px;
                margin: 30px auto 80px;
                border-right: 1px solid #aaa;
                border-bottom: 1px solid #aaa;
            }
            dl,dt,dd{margin: 0;padding: 0;}
            .outline_box dl{
                width: 100%;
                display: flex;
            }
            .outline_box dt{
                width: 25%;
                box-sizing: border-box;
                display: inline-block;
                background: #eee;
                padding: 10px;
                border-top: 1px solid #aaa;
                border-left: 1px solid #aaa;
                font-size: 1em;
            }
            .outline_box dd{
                width: 75%;
                box-sizing: border-box;
                display: inline-block;
                background: #fff;
                padding: 10px;
                border-top: 1px solid #aaa;
                border-left: 1px solid #aaa;
                font-size: 1em;
            }
            @media screen and (max-width: 768px) {
                .outline_box dl{
                    width: 100%;
                    display: block;
                }
                .outline_box dt{
                    width: 100%;
                    box-sizing: border-box;
                    display: inline-block;
                    background: #eee;
                    padding: 10px;
                    border-top: 1px solid #aaa;
                    border-left: 1px solid #aaa;
                    font-size: 0.9em;
                }
                .outline_box dd{
                    width: 100%;
                    box-sizing: border-box;
                    display: inline-block;
                    background: #fff;
                    padding: 10px;
                    border-top: 1px solid #aaa;
                    border-left: 1px solid #aaa;
                    font-size: 0.9em;
                }
            }
