/* 
---------------------------------------------
                Service 01
--------------------------------------------- 
*/

/* cont2 */
.wide-box,
.wide-box:has(.pane:nth-child(1):hover),
.wide-box:has(.pane:nth-child(1):focus-within) {
    background-image: url("../../img/service/pane-bg01.jpg");
}

.wide-box:has(.pane:nth-child(2):hover),
.wide-box:has(.pane:nth-child(2):focus-within) {
    background-image: url("../../img/service/pane-bg02.jpg");
}

.wide-box:has(.pane:nth-child(3):hover),
.wide-box:has(.pane:nth-child(3):focus-within) {
    background-image: url("../../img/service/pane-bg03.jpg");
}

.pane:nth-child(1) .mark {
    background-image: url("../../img/service/visual-icon01.png");
}

.pane:nth-child(2) .mark {
    background-image: url("../../img/service/visual-icon02.png");
}

.pane:nth-child(3) .mark {
    background-image: url("../../img/service/visual-icon03.png");
}
