@charset "utf-8";
@import url("reset.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/*--京base.css--*/
html {}

body {
    width: 100%;
    height: 100%;
    color: #222;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #fff;
    font-size:16px;
    line-height: 1.0;
}

img{
    vertical-align:bottom;
}

#container{
    width: 100%;
    min-width: 1100px;
    position: relative;
    overflow-x: hidden;
}

/*----------header----------*/
header{
    width: 100%;
    box-sizing: border-box;
    position:fixed;
    z-index: 3;
    top: 0;
    left: 0;
    transition: .5s all ease;
}

.small_header header{
    box-shadow: 0 5px 5px -5px rgba(0,0,0,0.2);
}

    header > .box_header{
        position: relative;
        z-index: 2;
    }

        header > .box_header .site_title{
            width: 12.5rem;
            position: absolute;
            top: 0;
            left: calc(50% - 500px);
        }

            header > .box_header .site_title a{
                display: flex;
                flex-direction: column;
                align-items: center;
                transition: .3s all ease;
            }

            header > .box_header .site_title a:hover{
                filter: brightness(1.1);
            }

            header > .box_header .site_title a img{
                max-width: 100%;
                height: auto;
            }

                header > .box_header .site_title a .fig_site_title{
                    width: 6rem;
                    height: 3.75rem;
                    display: flex;
                    align-items: flex-end;
                }

                header > .box_header .site_title a .fig_h{
                    width: 12.5rem;
                }

    header > .box_inner{
        background: #fff;
        height: 60px;
        position: relative;
        z-index: 1;
        border-bottom: 5px solid #1f2c5c;
    }

        header > .box_inner .global_nav{
            width: 1020px;
            height: 100%;
            margin: 0 auto;
            display: flex;
            justify-content: flex-end;
            align-items: center;
        }

            header > .box_inner .global_nav ul{
                display: flex;
            }

                header > .box_inner .global_nav ul li{
                    display: flex;
                    position: relative;
                    padding: 0 0.5em;
                }

                    header > .box_inner .global_nav ul li:before{
                        content: "";
                        position: absolute;
                        top: 0.55em;
                        right: 0;
                        z-index: 1;
                        display: block;
                        width: 0;
                        height: 1em;
                        border-left: 2px solid #f3e9ea;
                    }

                    header > .box_inner .global_nav ul li:last-child:before{
                        content: none;
                    }

                    header > .box_inner .global_nav ul li a{
                        display: block;
                        /*color: #5a0b11;*/
                        color: #1f2c5c;
                        font-weight: bold;
                        text-decoration: none;
                        font-size: 1.12em;
                        padding: 0.4em 1em 0.5em;
                        position: relative;
                        transition: .3s all ease;
                        border-radius: 3px;
                    }

                    header > .box_inner .global_nav ul li a:hover{
                        background: rgba(214, 232, 184,0.5);
                    }

    header > .box_footer{
        background: #f6dfd1;
        height: 40px;
        opacity: 1;
        transition: .3s all ease;
    }

    .small_header header > .box_footer{
        height: 0;
        overflow: hidden;
        opacity: 0;
    }

        header > .box_footer .lbl_promoter{
            box-sizing: border-box;
            width: 1020px;
            height: 100%;
            margin: 0 auto;
            padding-right: 9.3em;
            display: flex;
            justify-content: flex-end;
            align-items: center;
        }

        header > .box_footer .lbl_promoter p{
            width: 604px;
        }

            header > .box_footer .lbl_promoter img{
                max-width: 100%;
                height: auto;
            }



/*----------contents----------*/
.contents{
    position:relative;
    top:0;
    left:0;
    z-index:0;
    padding-top: 60px;
    padding-bottom: 4em;
}

/*-----footer-----*/
footer{
    position:relative;
    z-index:0;
    height: 90px;
    /*padding-bottom: 80px;*/
    /*background: #7e1826;*/
    background: #09427f;
    display: flex;
    justify-content: center;
    align-items: center;
}


    footer > .box_inner{
        width: 1020px;
        font-size: 0.84em;
        display: flex;
        justify-content: space-between;
        color: #fff;
    }

        footer > .box_inner .f_nav{}

            footer > .box_inner .f_nav ul{}

                footer > .box_inner .f_nav ul li{
                    margin-right: 1em;
                }

                footer > .box_inner .f_nav ul li:last-child{
                    margin-right: 0;
                }

                    footer > .box_inner .f_nav ul li a{
                        color: #fff;
                        text-decoration: none;
                    }

                    footer > .box_inner .f_nav ul li a:hover{
                        text-decoration: underline;
                    }

.f_fixed_nav{
    width: 100%;
    height: 80px;
    background: rgba(9,66,127,0.9);
    box-sizing: border-box;
    position: fixed;
    z-index: 3;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s all ease;
}

    .f_fixed_nav ul{
        display: flex;
        justify-content: center;
    }

        .f_fixed_nav ul li{
            margin-right: 50px;
        }

        .f_fixed_nav ul li:last-child{
            margin-right: 0;
        }

            .f_fixed_nav ul li a{
                box-sizing: border-box;
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 0.2em;
                width: 16rem;
                height: 3.125rem;
                background: #fff;
                border-radius: 100vh;
                transition: .3s all ease;
                font-weight: 700;
                color: #222;
                text-decoration: none;
            }

            .f_fixed_nav ul li a:hover{
                box-shadow: 0 3px 0 0 rgba(0,0,0,0.2);
                background: rgb(255, 247, 161);
            }

            .f_fixed_nav ul li a .lbl1{
                color: #dd2715;
                font-size: 1.1em;
            }


.nav_oc{
    width: 90px;
    height: 90px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
}

    .menu-trigger{
        width: 100%;
        height: 100%;
        padding: 0;
        border: none;
        background: rgba(1,164,117,1);
        cursor: pointer;
        outline: none;
        position: relative;
        transition: .3s all ease;
    }

    .menu-trigger:hover{
        background: rgba(1,164,117,0.9);
    }

        .menu-trigger span {
            display: inline-block;
            transition: all .4s;
            box-sizing: border-box;
            width: 30px;
            height: 2px;
            background-color: #fff;
            position: absolute;
            left: 30px;
        }

        .menu-trigger.active span {

        }

        .menu-trigger span:nth-of-type(1) {
            top: 30px;
        }

        .menu-trigger span:nth-of-type(2) {
            top: 44px;
        }
        .menu-trigger span:nth-of-type(3) {
            bottom: 30px;
        }

        .menu-trigger.active span:nth-of-type(1) {
            -webkit-transform: translateY(13px) rotate(-315deg);
            transform: translateY(13px) rotate(-315deg);
        }
        .menu-trigger.active span:nth-of-type(2) {
            opacity: 0;
        }
        .menu-trigger.active span:nth-of-type(3) {
            -webkit-transform: translateY(-14px) rotate(315deg);
            transform: translateY(-14px) rotate(315deg);
        }

.side_nav{
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: .3s all ease;
    background: rgba(255,255,255,0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.side_nav.active{
    z-index: 9;
    opacity: 1;
    background: rgba(1,164,117,0.95);
}

    .side_nav .side_global_nav{
        display: flex;
        justify-content: center;
    }

        .side_nav .side_global_nav a{
            text-decoration: none;
        }

        .side_nav .side_global_nav > ul{
            width: 400px;
        }

        .side_nav .side_global_nav > ul > li{
            margin-bottom: 0.8em;
        }

            .side_nav .side_global_nav > ul > li > a{
                box-sizing: border-box;
                color: #000;
                width: 100%;
                height: 3em;
                font-weight: bold;
                display: flex;
                align-items: center;
                padding: 0 0 0 0.8em;
                position: relative;
                z-index: 1;
                font-size: 1.1em;
                background: rgba(255,255,255,0.98);
                box-shadow: 0 3px 5px -3px rgba(0,0,0,0.8);
                border-radius: 3px;
                overflow: hidden;
            }

                .side_nav .side_global_nav > ul > li > a:before{
                    content: "";
                    display: block;
                    width: 100%;
                    height: 100%;
                    background: rgba(242,135,28,0.2);
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    z-index: -1;
                    transition: .3s all ease;
                    transform-origin: left bottom;
                    transform: scaleX(0);
                }

                .side_nav .side_global_nav > ul > li > a:hover:before{
                    transform: scaleX(1);
                }

            .side_nav .side_global_nav > ul > li > .nolink{
                box-sizing: border-box;
                color: #000;
                width: 100%;
                height: 2em;
                font-weight: bold;
                display: flex;
                align-items: center;
                padding: 0 0 0 0.8em;
                position: relative;
                z-index: 1;
                font-size: 1em;
                background: rgba(255,255,255,0.7);
            }

            .side_nav .side_global_nav > ul > li > .nolink:before{
                font-family: FontAwesome;
                content:"\f0d7";
                font-weight: normal;
                margin-right: 0.3em;
                color: rgba(1,164,117,1)
            }


            .side_nav .side_global_nav > ul > li > ul{
                font-size: 0.9em;
                margin: 1em 0 1em 1em;
            }

                .side_nav .side_global_nav > ul > li > ul > li{
                    margin-bottom: 0.4em;
                }

                    .side_nav .side_global_nav > ul > li > ul > li > a{
                        color: #fff;
                        display: block;
                        padding: 0.5em;
                        transition: .5s all ease;
                    }

                    .side_nav .side_global_nav > ul > li > ul > li > a:hover{
                        background: rgba(255,255,255,0.1);
                    }

    .side_nav .side_lang_nav{
        display: none;
    }

/*ページトップ*/
.pagetop{
    width:80px;
    height:80px;
    position:fixed;
    bottom:80px;
    right:60px;
    z-index:10;
    transform:translateY(100px);
    transition:.3s all ease;
    opacity:0;
}

.pagetop.show{
    transform:translateY(0);
    opacity:1;
}

    .pagetop a{
        box-sizing: border-box;
        display:flex;
        justify-content: center;
        align-items: center;
        transition:.5s all ease;
        width:100%;
        height:100%;
        text-decoration:none;
        /*background: rgba(126,24,38,0.2);*/
        background: rgba(9,66,127,0.9);
        border-radius: 50%;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.9);
    }

    .pagetop a:hover{
        transform:translateY(-5px);
        background: rgba(9,66,127,1);
    }

        .pagetop a:before{
            font-family: FontAwesome;
            content:"\f106";
            color: #fff;
            font-size: 2.6rem;
        }

        .pagetop a:hover:before{
        }

.grecaptcha-badge{
    bottom: 100px !important;
}

/*ヘッダ固定によるアンカーずれ対応*/
*[id^="anc_"]{
    padding-top: 80px;
    margin-top:-80px;
}


/*改行のPC,SPでの表示切替*/
br.pc,
img.pc,
span.pc{
    display:inline;
}

br.sp,
img.sp,
span.sp{
    display:none;
}

.ta_center{
    text-align:center;
}

/*1200px以下*/
@media screen and (min-width:1px) and (max-width:1200px){}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){}

/* ##########印刷用########## */
@media print{
    header{
        position:relative;
    }

    .small_header header > .box_footer{
        opacity: 1;
        height: 40px;
        overflow: visible;
    }

    .contents{
        padding-top: 0;
    }

    .pagetop{
        display: none;
    }

    footer{
        padding-bottom: 0;
    }

    .f_fixed_nav{
        position: relative;
    }

    .grecaptcha-badge{
        display: none !important;
    }
}