@charset "utf-8";
/*--京childcare_caregiving.css--*/
/* ##########PC########## */
.page_body .btn_link{
    display: flex;
    justify-content: center;
    margin: 2em 0;
}

    .btn_link a{
        display: block;
        background-color: #98CDB3;
        border-radius: 5px;
        color: #fff;
        font-weight: 500;
        text-align: center;
        padding: 0.5em 1em;
        width: min(100%, 12rem);
        text-decoration: none;
        transition: .3s all ease;
    }

    .btn_link a:hover{
        opacity: 0.8;
    }

.kobato_gmap{
    width: 100%;
    height: 24rem;
}

.btn_seido_book{
    display: flex;
    justify-content: center;
    margin-top: 1.5em;
    margin-bottom: 2em;
}

    .btn_seido_book a{
        display: flex;
        background-color: rgb(255, 255, 255);
        box-shadow: rgba(3, 28, 54, 0.15) 0px 1px 6px 0px;
        padding: 1.5em;
        color: var(--base_color1);
        text-decoration: none;
        border-top: 2px solid #98CDB3;
        transition: .3s all ease;
    }

    .btn_seido_book a:hover{
        filter: brightness(1.03);
    }

        .btn_seido_book a .fig{

        }

        .btn_seido_book a .text{
            display: flex;
            flex-direction: column;
            align-items: center;
            flex: 1;
            margin-left: 1.5em;
            gap: 1em;
        }

        .btn_seido_book a .text .lbl1{
            font-size: 1.3em;
            border-bottom: 1px solid rgba(0,0,0,0.1);
        }

        .btn_seido_book a .text .lbl2{
            box-sizing: border-box;
            width: 100%;
            background: #98CDB3;
            border-radius: 0.25rem;
            font-weight: 500;
            color: #fff;
            padding: 0.3em 0.8em;
            position: relative;
        }

            .btn_seido_book a .text .lbl2::before{
                font-family: FontAwesome;
                content:"\f1c1";
                font-size: 1.2em;
                margin-right: 0.3em;
            }

            .btn_seido_book a .text .lbl2::after{
                font-family: FontAwesome;
                content:"\f0da";
                display: inline-block;
                position: absolute;
                top: calc(50% - 0.5em);
                right: 0.5em;
                height: 1em;
                line-height: 1;
            }

.h2_with_en .wp-block-group__inner-container{
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ccc;
    margin-top: 5em;
    margin-bottom: 1.5em;
    padding: 0 0 1em 0;
}

    .h2_with_en .wp-block-group__inner-container p{
        font-family: var(--font_family2);
        font-weight: 500;
        letter-spacing: 0.1em;
        margin-bottom: 0.5em;
        color: #98CDB3;
        font-size: 1.1em;
        line-height: 1;
    }

    .h2_with_en .wp-block-group__inner-container h2{
        font-size: 1.8em;
        font-weight: 700;
        color: #4d4d4d;
    }


    .column_wrapper.two_col .column_sub .page_nav dl dd > ul > li > ul{
        display: block;
    }

.anc_nav ul{
    display: flex;
    justify-content: center;
    gap: 1.25em;
}

    .anc_nav ul li{
        margin: 0;
        padding: 0;
        font-weight: 500;
    }

        .anc_nav ul li::before{
            content: none;
        }

        .anc_nav ul li a{
            color: var(--base_color1);
            text-decoration: none;
            display: block;
            position: relative;
            transition: .3s all ease;
        }

        .anc_nav ul li a::after{
            content: "";
            display: inline-block;
            width: 0.75rem;
            height: 0.375rem;
            background: #2db1b9;
            clip-path: polygon(100% 0, 0 0, 50% 100%);
            position: absolute;
            left: calc(50% - 0.375rem);
            bottom: -0.5rem;
            transition: .3s all ease;
        }

        .anc_nav ul li a:hover{
            color: #2db1b9;
        }

        .anc_nav ul li a:hover:after{
            transform: translateY(0.3em);
        }


@media screen and (min-width:1px) and (max-width:1400px) {
}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){
    .anc_nav ul{
        flex-wrap: wrap;
    }

}

/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {

}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:479px) {

    .ichizu_box{
        flex-direction: column;
        align-items: center !important;
    }

    .ichizu_box figure{
        width: 90%;
    }

    .ichizu_box iframe{
        width: 100%;
        height: 100vw;
        flex: initial;
    }


    .btn_seido_book a{
        flex-direction: column;
        align-items: center;
    }

        .btn_seido_book a .fig{
            width: 70%;
            margin-bottom: 0.5em;
        }

        .btn_seido_book a .text{
            margin-left: 0;
        }

        .btn_seido_book a .text .lbl1{
            font-size: 1.2em;
        }

    .h2_with_en .wp-block-group__inner-container{
        margin-top: 3em;
    }

        .h2_with_en .wp-block-group__inner-container h2{
            font-size: 1.6em;
            margin: 0;
        }

    .kobato_gmap{
        height: 100vw;
    }



}


/* ##########印刷用########## */
@media print{

}