@charset "utf-8";
/*--京service.css--*/
/* ##########PC########## */
.servive_index_nav_box{
    margin-top: 6em;
}

    .servive_index_nav_box > .box_header{
        margin-bottom: 3em;
    }

    .servive_index_nav_box > .box_inner ul{
        display: flex;
        gap: 3rem;
    }

        .servive_index_nav_box > .box_inner ul li{
            box-sizing: border-box;
            width: calc((100% - 6rem) / 3);
            margin: 0;
            padding: 0;
        }

        .servive_index_nav_box > .box_inner ul li::before{
            content: none;
        }

        .servive_index_nav_box > .box_inner ul li a{
            display: flex;
            flex-direction: column;
            text-decoration: none;
        }

            .servive_index_nav_box > .box_inner ul li a .fig{
                margin-bottom: 0.3em;
                overflow: hidden;
            }

                .servive_index_nav_box > .box_inner ul li a .fig img{
                    transition: .3s all ease;
                }

                .servive_index_nav_box > .box_inner ul li a:hover .fig img{
                    transform: scale(1.05);
                    filter: brightness(1.2);
                }

            .servive_index_nav_box > .box_inner ul li a .lbl{
                position: relative;
                text-align: center;
                font-size: 1.4rem;
                font-weight: 600;
                color: #141950;
                padding-top: 0.1em;
            }

                .servive_index_nav_box > .box_inner ul li a .lbl::after{
                    content: "";
                    display: block;
                    width: 1rem;
                    height: 1rem;
                    background-image: url(../shared/icon/icon_arr2.png);
                    background-repeat: no-repeat;
                    background-size: contain;
                    position: absolute;
                    right: 0;
                    top: calc(50% - 0.5rem);
                }

.service_items_box{
    margin-top: 5em;
}

    .service_items_box > .box_header{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .service_items_box > .box_header h2{
            margin-top: 0;
        }

    .service_items_box > .box_inner{}

        .service_items_box > .box_inner > ul{
            display: flex;
            flex-wrap: wrap;
        }

        .service_items_box > .box_inner > ul > li{
            margin: 0;
        }

        /*内燃機部門*/
        .service_items_box.for_engine > .box_inner > ul{
            gap: 1.5rem;
            margin: 0;
        }

            .service_items_box.for_engine > .box_inner > ul > li{
                box-sizing: border-box;
                width: calc((100% - 1.5rem) / 2);
                padding: 1.5em;
                background: rgba(30,60,125,0.1);
                border-radius: 1rem;
            }

                .service_items_box.for_engine > .box_inner > ul > li::before{
                    content: none;
                }

                .service_items_box.for_engine > .box_inner > ul > li dl{
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    height: 100%;
                }

                    .service_items_box.for_engine > .box_inner > ul > li dl dt{
                        font-size: 1.3em;
                        font-weight: 600;
                        margin-bottom: 0.5em;
                        line-height: 1.4;
                        color: #141950;
                    }

                    .service_items_box.for_engine > .box_inner > ul > li dl dd{
                        width: 100%;
                        flex: 1;
                        display: flex;
                        flex-direction: column;
                    }

                        .service_items_box.for_engine > .box_inner > ul > li dl dd ul{
                            display: flex;
                            flex-wrap: wrap;
                            margin: 0;
                            line-height: 1.3;
                        }

                        .service_items_box.for_engine > .box_inner > ul > li dl dd ul li{
                            box-sizing: border-box;
                            padding-left: 0;
                            margin: 0;
                        }

                        .service_items_box.for_engine > .box_inner > ul > li dl dd ul li::before{
                            padding-left: 0;
                            content: none;
                            top: 0;
                        }

                        .service_items_box.for_engine > .box_inner > ul > li dl dd ul.text{
                            gap: 0.5em;
                            font-size: 0.9em;
                        }

                        .service_items_box.for_engine > .box_inner > ul > li dl dd ul.text li{
                            box-sizing: border-box;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            padding: 0.3em 1em 0 1em;
                            width: calc((100% - 0.5em) / 2);
                            background: #fff;
                            height: 3.5em;
                            text-align: center;
                            box-shadow: 1px 1px 0 0 rgba(0,0,0,0.1);
                        }

                        .service_items_box.for_engine > .box_inner > ul > li dl dd ul.text.single li{
                            width: 100%;
                        }

                        .service_items_box.for_engine > .box_inner > ul > li dl dd ul.figs{
                            gap: 0.5em;
                            margin-bottom: 1em;
                        }

                            .service_items_box.for_engine > .box_inner > ul > li dl dd ul.figs li{
                                margin: 0;
                                width: calc((100% - 0.5em) / 2);
                            }

                        .service_items_box.for_engine > .box_inner > ul > li dl dd ul.figs li a{
                            display: block;
                            width: 100%;
                            aspect-ratio: 800 / 368;
                            overflow: hidden;
                            transition: .3s all ease;
                        }

                        .service_items_box.for_engine > .box_inner > ul > li dl dd ul.figs li a:hover{
                            box-shadow: 0 0 0 2px #1e3c7d;
                        }

                        .service_items_box.for_engine > .box_inner > ul > li dl dd ul.figs li a img{
                            width: 100%;
                            aspect-ratio: 800 / 368;
                            object-fit: cover;
                            transition: .3s all ease;
                        }

                        .service_items_box.for_engine > .box_inner > ul > li dl dd ul.figs li a:hover img{
                            transform: scale(1.03);
                            filter: brightness(1.3);
                        }


    /*自動車機器部門*/
    .service_items_box.for_automotive_equipment > .box_header .anc_nav{
        padding: 0;
        margin: 0;
    }

        .service_items_box.for_automotive_equipment > .box_header .anc_nav ul{
            margin: 0;
        }

            .service_items_box.for_automotive_equipment > .box_header .anc_nav ul li{
                padding-left: 0;
                margin-bottom: 0;
            }

            .service_items_box.for_automotive_equipment > .box_header .anc_nav ul li::before{
                content: none;
            }

    .service_items_box.for_automotive_equipment > .box_inner h2{
        text-align: center;
        margin-bottom: 0.5em;
    }

    .service_items_box.for_automotive_equipment > .box_inner h2 + p{
        text-align: center;
        margin-bottom: 1.5em;
    }


        .service_items_box.for_automotive_equipment > .box_inner > ul{
            gap: 1.5rem;
            margin: 0;
        }

            .service_items_box.for_automotive_equipment > .box_inner > ul > li{
                width: calc((100% - 4.5rem) / 4) ;
                padding: 0;
            }

            .service_items_box.for_automotive_equipment > .box_inner > ul > li::before{
                content: none;
            }

            .service_items_box.for_automotive_equipment > .box_inner > ul > li > dl{
                display: flex;
                flex-direction: column-reverse;
            }

                .service_items_box.for_automotive_equipment > .box_inner > ul > li > dl dt{
                    line-height: 1.4;
                }

                .service_items_box.for_automotive_equipment > .box_inner > ul > li > dl dd{
                    margin-bottom: 0.5em;
                }

                .service_items_box.for_automotive_equipment > .box_inner > ul > li > dl dd a{
                    display: block;
                    overflow: hidden;
                    box-shadow: 0 0 0 1px rgba(0,0,0,0.3);
                    transition: .3s all ease;
                }

                .service_items_box.for_automotive_equipment > .box_inner > ul > li > dl dd a:hover{
                    box-shadow: 0 0 0 2px #1e3c7d;
                }

                .service_items_box.for_automotive_equipment > .box_inner > ul > li > dl dd a img{
                    transition: .3s all ease;
                }

                .service_items_box.for_automotive_equipment > .box_inner > ul > li > dl dd a:hover img{
                    transform: scale(1.03);
                    filter: brightness(1.1);
                }

.lb_title{
    font-weight: 600;
    font-size: 1.1em;
}

.lb_caption{
    font-weight: normal;
    font-size: 0.96em;
}

.lb-image {
  max-height: 80vh !important;
}



.yousha_intro_box{
    padding-bottom: 5rem;
}

        .yousha_intro_box > .box_inner{
            display: flex;
        }

            .yousha_intro_box > .box_inner .text{
                flex: 1;
                padding-right: 3rem;
            }

                .yousha_intro_box > .box_inner .text h2{
                    background: #1e3c7d;
                    color: #fff;
                    margin-top: 0;
                    text-align: center;
                    padding-top: 0.4em;
                    padding-bottom: 0.3em;
                    margin-bottom: 1.5em;
                }

                .yousha_intro_box > .box_inner .text ul{
                    margin: 0 0.5em;
                    line-height: 1.4;
                }

                    .yousha_intro_box > .box_inner .text ul li{
                        font-size: 1.3em;
                        font-weight: 600;
                        padding-left: 1.5em;
                        margin: 0 0 1em 0;
                    }

                    .yousha_intro_box > .box_inner .text ul li:last-child{
                        margin-bottom: 0;
                    }

                        .yousha_intro_box > .box_inner .text ul li::before{
                            font-family: FontAwesome;
                            content:"\f00c";
                            font-weight: normal;
                            width: auto;
                            height: auto;
                            background: none;
                            color: #277d1e;
                            top: 0;
                        }

            .yousha_intro_box > .box_inner .fig{
                width: 25rem;
            }

.metallizing_process_box{
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

    .metallizing_process_box::before{
        content: "";
        display: block;
        width: 100vw;
        height: 100%;
        /*background: rgba(228,35,49,0.1);
        background: rgba(30,60,125,0.1);*/
        background: rgba(61, 124, 255, 0.1);
        margin: 0 calc(50% - 50vw);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }

    .metallizing_process_box > .box_header{
        display: flex;
        justify-content: center;
        position: relative;
    }

        .metallizing_process_box > .box_header h3{
            margin-top: 0;
            /*color: rgba(228,35,49,1);*/
            color: rgba(30,60,125,1);
        }

    .metallizing_process_box > .box_inner{
        position: relative;
    }

        .metallizing_process_box > .box_inner ul{
            display: flex;
            flex-wrap: wrap;
            gap: 2em 3em;
            counter-reset: mp_num 0;
        }

            .metallizing_process_box > .box_inner ul li{
                box-sizing: border-box;
                width: calc((100% - 3em) / 2);
                padding: 0;
                padding: 1.5em;
            }

                .metallizing_process_box > .box_inner ul li::before{
                    counter-increment: mp_num 1;
                    content: counter(mp_num);
                    width: 2.5rem;
                    height: 2.5rem;
                    line-height: 1;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background: none;
                    top: -0.5rem;
                    left: -0.5rem;
                    z-index: 2;
                    font-size: 1.8rem;
                    font-family: "Arimo", sans-serif;
                    font-weight: 700;
                    /*background: rgba(228,35,49,1);*/
                    background: rgba(30,60,125,1);
                    color: #fff;
                    transform: skewX(-10deg);
                }

                .metallizing_process_box > .box_inner ul li::after{
                    content: "";
                    display: block;
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: 0;
                    background: #fff;
                    transform: skewX(-10deg);
                }

                .metallizing_process_box > .box_inner ul li h4{
                    font-size: 1.24em;
                    font-weight: 700;
                    line-height: 1.4;
                    margin-bottom: 0.5em;
                    padding-left: 0.75em;
                    position: relative;
                    z-index: 1;
                }

                .metallizing_process_box > .box_inner ul li p{
                    margin: 0;
                    line-height: 1.8;
                    position: relative;
                    z-index: 1;
                }

    .metallizing_process_box > .box_footer{
        position: relative;
        margin-top: 4em;
    }

        .metallizing_process_box > .box_footer dl{
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .metallizing_process_box > .box_footer dl dt{
                font-size: 1.24em;
                font-weight: 600;
                margin-bottom: 0.3em;
            }

            .metallizing_process_box > .box_footer dl dd{
                background: #fff;
                padding: 2rem;
            }

                .metallizing_process_box > .box_footer dl dd ul{
                    display: flex;
                    flex-wrap: wrap;
                    gap: 1rem;
                    margin: 0;
                    padding: 0;
                }

                    .metallizing_process_box > .box_footer dl dd ul li{
                        box-sizing: border-box;
                        padding: 0.25em;
                        margin: 0;
                        width: calc((100% - 5rem) / 6);
                        border: 1px solid #ccc;
                    }

                        .metallizing_process_box > .box_footer dl dd ul li::before{
                            content: none;
                        }

/*magnific popup*/
.mfp-content{
    width: 50rem;
    background: #fff;
    max-height: 80vh;
}

.mfp-zoom-out-cur{
    cursor: default;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{
    top: -2.5rem;
    cursor: pointer !important;
}

.mfp-bottom-bar {
    background: #ffffff;
    padding: 1rem 0 1.5rem 0;
    position: relative;
    line-height: 1.8;
    box-sizing: border-box;
    margin-top: 0;
}

.mfp-figure{
    padding: 1.5rem 1.5rem 0 1.5rem;
}

.mfp-figure figure{
    width: 100%;
    cursor: default;
}

.mfp-figure:after{
    display: none;
}

img.mfp-img{
    /*max-width: 500px;*/
    max-height: 450px !important;
    padding: 0;
    cursor: default;
}

.mfp-title {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    max-height: 250px;
    overflow-y: auto;
    padding-right: 0;
}

.lb_title {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.lb_caption {
  display: block;
  font-size: 1rem;
  min-height: 3.4rem;
}

/*内燃機では一旦非表示*/
.lb_caption.for_engine {
    display: none;
}

.mfp-counter{
    top: unset;
    bottom: 0.2rem;
    right: 1rem;
}

@media screen and (min-width:1px) and (max-width:1300px) {

}
/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){

}
    
/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {

}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:575px) {
    .servive_index_nav_box{
        margin-top: 0;
    }

    .servive_index_nav_box > .box_inner ul{
        flex-direction: column;
        gap: 1rem;
    }

        .servive_index_nav_box > .box_inner ul li{
            width: 100%;
        }

            .servive_index_nav_box > .box_inner ul li a{
                flex-direction: row;
                align-items: center;
            }

            .servive_index_nav_box > .box_inner ul li a .fig{
                width: 40%;
                margin-bottom: 0;
            }

            .servive_index_nav_box > .box_inner ul li a .lbl{
                flex: 1;
                text-align: left;
                display: flex;
                align-items: center;
                font-size: 1.3rem;
                padding-left: 1em;
            }

    .service_items_box{
        margin-top: 2.5em;
    }

    .service_items_box.for_engine > .box_inner > ul > li{
        width: 100%;
        padding: 1.5em 1em;
    }

    .service_items_box.for_automotive_equipment > .box_inner h2{
        margin-top: 1.5em;
    }

    .service_items_box.for_automotive_equipment > .box_header .anc_nav ul li{
        height: auto;
        text-align: center;
    }

    .service_items_box.for_automotive_equipment > .box_header .anc_nav ul li a{
        padding: 0 0.5em;
    }

    .service_items_box.for_automotive_equipment > .box_inner > ul{
        gap: 1em;
    }

        .service_items_box.for_automotive_equipment > .box_inner > ul > li{
            width: calc((100% - 2em) / 3);
        }

    .yousha_intro_box{
        padding-bottom: 3rem;
    }

        .yousha_intro_box > .box_inner{
            flex-direction: column;
            align-items: center;
        }

            .yousha_intro_box > .box_inner .text{
                padding-right: 0;
                margin-bottom: 1.5rem;
                width: 100%;
            }

            .yousha_intro_box > .box_inner .text ul li{
                margin-bottom: 0.5em;
            }

            .yousha_intro_box > .box_inner .fig{
                width: 80%;
            }

    .metallizing_process_box {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

        .metallizing_process_box > .box_inner ul{
            flex-direction: column;
            gap: 1.5em;
        }

        .metallizing_process_box > .box_inner ul li{
            width: 100%;
        }

        .metallizing_process_box > .box_footer{
            margin-top: 2em;
        }

        .metallizing_process_box > .box_footer dl dt{
            font-size: 1.18em;
            line-height: 1.4;
            padding: 0 1em;
            text-align: center;
        }

        .metallizing_process_box > .box_footer dl dd{
            padding: 1em;
        }

            .metallizing_process_box > .box_footer dl dd ul{
                gap: 0.75em;
            }

            .metallizing_process_box > .box_footer dl dd ul li{
                width: calc((100% - 2.25em) / 4);
            }

    img.mfp-img{
        max-width: 90vw;
    }

}


/* ##########印刷用########## */
@media print{

}