@charset "utf-8";
/*--京bfw.css--*/
/* ##########PC########## */
header > .box_inner{
    background: #f4f2eb;
}

.contents::before{
    content: none;
}

.content_title_bfw{
    margin-bottom: 2rem;
}

    .content_title_bfw img{
        max-width: 100%;
        height: auto;
    }

    .content_title_bfw a{
        box-sizing: border-box;
        display: flex;
        align-items: center;
        color: #222;
        text-decoration: none;
        height: 8rem;
        padding: 0 0 0 4vw;
        transition: .3s all ease;
    }

    .content_title_bfw a:hover{
        filter: brightness(1.05);
    }

        .content_title_bfw a .fig_circle_h1{
            position: relative;
        }

            .content_title_bfw a .fig_circle_h1 .fig_circle{
                width: 14rem;
                position: relative;
                z-index: 0;
            }

            .content_title_bfw a .fig_circle_h1 h1{
                box-sizing: border-box;
                display: flex;
                flex-direction: column;
                justify-content: flex-end;
                gap: 0.5rem;
                height: 100%;
            }

            .content_title_bfw a .fig_circle_h1 h1 .lbl_bfw_title1{
                display: flex;
                gap: 0 0.5em;
            }

            .content_title_bfw a .fig_circle_h1 h1 .lbl_en {
                font-family: var(--font_family2);
                font-size: 2rem;
                font-weight: 500;
                color: var(--base_color2);
            }

            .content_title_bfw a .fig_circle_h1 h1 .lbl_bfw_ja{
                color: #29275e;
                font-weight: 500;
                font-size: 1rem;
            }

        .content_title_bfw a .fig_charas{
            display: flex;
            gap: 1rem;
        }

            .content_title_bfw a .fig_charas .fig_chara{
                width: 5rem;
            }


.column_wrapper{
    max-width: 1080px;
}

.mainvisual{
    opacity: 0;
    filter: blur(20px);
    margin-bottom: 3em;
    transition: .5s all ease;
}

.mainvisual.show{
    filter: blur(0);
    opacity: 1;
}

    .mainvisual > .box_inner{
        margin: 2.5rem auto 0;
        position: relative;
        /*width: 1100px;*/
        width: 940px;
        padding-bottom: 6rem;
    }

        .mainvisual > .box_inner .fig_circle_h1{
            position: relative;
        }

        .mainvisual > .box_inner .fig_circle{
            width: 30.125rem;
            position: relative;
            z-index: 0;
            opacity: 0;
            transition: 1s all ease;
        }

        .mainvisual > .box_inner .fig_circle img{
            max-width: 100%;
            height: auto;
        }

        .mainvisual > .box_inner h1{
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            width: 100%;
            height: 100%;
            transition: 1s all ease;
        }

            .mainvisual > .box_inner h1 .lbl_bfw_title1,
            .mainvisual > .box_inner h1 .lbl_bfw_title2{
                display: flex;
                align-items: flex-end;
                line-height: 0.85;
            }

            .mainvisual > .box_inner h1 .lbl_bfw_title1{
                gap: 0 1em;
            }

                .mainvisual > .box_inner h1 .lbl_en{
                    font-family: var(--font_family2);
                    font-size: 4.625rem;
                    font-weight: 500;
                    color: var(--base_color2);
                }

            .mainvisual > .box_inner h1 .lbl_bfw_title2 .lbl_ja{
                line-height: 1.5;
                margin-left: 0.5em;
                opacity: 0;
                transition: 1s all ease;
            }

            .mainvisual > .box_inner h1 .lbl_bfw_ja{
                color: #29275e;
                font-weight: 500;
                font-size: 1.5rem;
                margin-top: 1em;
                opacity: 0;
                transition: 1s all ease;
            }

        .mainvisual > .box_inner .lbl_catchcopy{
            width: 22.1875rem;
            position: absolute;
            top: 5.5rem;
            right: 2rem;
            transition: 1s all ease;
            transition-delay: .5s;
            opacity: 0;
            transform: translateX(-1rem);
        }

            .mainvisual > .box_inner .lbl_catchcopy img{
                max-width: 100%;
                height: auto;
            }

        .mainvisual > .box_inner .fig_charas{
            box-sizing: border-box;
            display: flex;
            justify-content: center;
            gap: 3rem;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            opacity: 0;
            transition: .5s all ease;
            transition-delay: .5s;
        }

        .mainvisual.show > .box_inner .fig_charas{
            opacity: 1;
        }

            .mainvisual > .box_inner .fig_charas .fig_chara{
                height: 15rem;
                position: relative;
                transition: .5s all ease;
            }

                .mainvisual > .box_inner .fig_charas .fig_chara img{
                    height: 100%;
                    width: auto;
                    position: relative;
                    z-index: 1;
                    transition: 1s all ease;
                }

                .mainvisual > .box_inner .fig_charas .fig_chara img[src$="_2.png"]{
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: 0;
                    opacity: 0;
                }

                .mainvisual > .box_inner .fig_charas .fig_chara.chara1 img{
                    transition-delay: .3s;
                }

                .mainvisual > .box_inner .fig_charas .fig_chara.chara2 img{
                    transition-delay: .4s;
                }

                .mainvisual > .box_inner .fig_charas .fig_chara.chara3 img{
                    transition-delay: .5s;
                }

            .mainvisual > .box_inner .fig_charas .fig_fukidashi{
                position: absolute;
                top: -4.5rem;
                right: 6.5rem;
                width: 11rem;
                opacity: 0;
                transform: scale(0);
                transition: .4s all ease;
                transform-origin: center bottom;
            }

                .mainvisual > .box_inner .fig_charas .fig_fukidashi img{
                    max-width: 100%;
                    height: auto;
                }

    /*scene1*/
    .mainvisual.scene1 > .box_inner h1 .lbl_bfw_title2 .lbl_ja{
        opacity: 1;
    }

    .mainvisual.scene1 > .box_inner h1 .lbl_bfw_ja{
        opacity: 1;
    }

    .mainvisual.scene1 > .box_inner .fig_charas .fig_chara img[src$="_1.png"]{
        opacity: 0;
    }

    .mainvisual.scene1 > .box_inner .fig_charas .fig_chara img[src$="_2.png"]{
        opacity: 1;
    }

    /*scene2*/
    .mainvisual.scene3 > .box_inner .fig_circle{
        opacity: 1;
    }

    .mainvisual.scene2 > .box_inner h1{
        padding: 9rem 0 0 8rem;
    }

    .mainvisual.scene2 > .box_inner .fig_charas{
        gap: 1rem;
        transition: 1.5s all ease;
    }

    .mainvisual.scene2 > .box_inner .fig_charas .fig_chara{
        height: 11rem;
    }

    .mainvisual.scene2 > .box_inner .lbl_catchcopy{
        opacity: 1;
        transform: translateX(0);
    }

    /*scene3*/
    .mainvisual.scene3 > .box_inner .fig_charas{
    }

    /**/
    .mainvisual.scene4 > .box_inner .fig_charas{
        padding-left: 23rem;
    }

    .mainvisual.scene5 > .box_inner .fig_charas .fig_fukidashi{
        opacity: 1;
        transform: scale(1);
    }

.bfw_slider{
    overflow: hidden;
    margin: 0 auto 3.5em;
}

.bfw_slider.layout4,
.bfw_slider.layout3{
    display: none;
}

    .bfw_slider ul{
        margin: 0;
        display: flex;
        justify-content: center;
        padding: 0 0.5rem;
        gap: 0.5rem;
    }

        .bfw_slider ul li{
            margin: 0;
            padding: 0;
            position: relative;
        }

        .bfw_slider ul li::before{
            content: none;
        }

        .bfw_slider ul li .slide_obj{
            max-width: 19rem;
        }

        .bfw_slider ul li .slide_obj img{
            max-width: 100%;
            height: auto;
        }


.page_body h2{
    margin-top: 4em;
    font-size: 2em;
}


/*News & Event*/
.news_box.for_home{
    margin-top: 1em;
}

.page_body h2.hdg_news{
    margin-top: 0;
}

.entry_list_box.for_home{
    border-top: 1px solid var(--base_color1);
    border-bottom: 1px solid var(--base_color1);
    padding: 0.5em 0;
}

        .entry_list_box.for_home ul{
            margin: 0;
        }

            .entry_list_box.for_home ul li{
                padding: 0;
                margin: 0;
            }

            .entry_list_box ul li::before{
                content: none;
            }

            .entry_list_box.for_home ul li a{
                color: var(--base_color1);
                display: flex;
                text-decoration: none;
            }

            .entry_list_box ul li a .entry_date_category{
                width: 8em;
                padding-top: 0.625em;
            }

                .entry_list_box ul li a .entry_category{
                    display: none;
                }

            .entry_list_box.for_home ul li a .entry_title{
                flex: 1;
                padding: 0.625em;
                transition: .5s all ease;
            }

            .entry_list_box.for_home ul li a:hover .entry_title{
                background: #f6f7f0;
            }

.news_box > .box_footer{
    padding-top: 1em;
    display: flex;
    justify-content: flex-end;
}

    a.more{
        text-decoration: none;
        display: flex;
        align-items: flex-end;
        gap: 0.5em;
        line-height: 1;
    }

    a.more .lbl{
        font-family: var(--font_family2);
        color: #4d4d4d;
        font-weight: 500;
        font-size: 1.5em;
        transition: .5s all ease;
    }

    a.more::after{
        content: "";
        display: inline-block;
        width: 2.5rem;
        aspect-ratio: 40 / 6;
        background-image: url(../shared/more_arrow.svg);
        background-repeat: no-repeat;
        background-size: contain;
        margin-bottom: 0.2em;
        transition: .5s all ease;
    }

    a.more:hover .lbl{
        filter: brightness(1.3);
    }

    a.more:hover::after{
        transform: translateX(0.5rem);
    }

/*インタビュー*/
.interview_list_box{}

    .interview_list_box > .box_inner{}

        .interview_list_box > .box_inner > ul{
            display: flex;
            gap: 2em;
            margin: 0;
        }

        .interview_list_box > .box_inner > ul > li{
            margin: 0;
            padding: 0;
            width: calc((100% - 4em) / 3);
        }

        .interview_list_box > .box_inner > ul > li::before{
            content: none;
        }

        .interview_list_box > .box_inner > ul > li a{
            display: flex;
            flex-direction: column;
            color: var(--base_color1);
            text-decoration: none;
            position: relative;
        }

            .interview_list_box > .box_inner > ul > li a .lbl_catchcopy{
                position: absolute;
                top: 10rem;
                left: 0.6em;
                z-index: 1;
                writing-mode: vertical-rl;
                background: rgba(255,255,255,0.9);
                font-size: 0.9em;
                font-weight: 500;
                padding: 0.5em 0.6em;
            }

            .interview_list_box > .box_inner > ul > li a .img_index{
                position: relative;
                z-index: 0;
                margin-bottom: 0.7em;
                border-radius: 0 1.5rem 0 0;
                overflow: hidden;
                transition: .5s all ease;
            }

            .interview_list_box > .box_inner > ul > li a:hover .img_index{
                box-shadow: 0 5px 15px -4px rgba(0,0,0,0.3);
            }

                .interview_list_box > .box_inner > ul > li a .img_index img{
                    position: relative;
                    z-index: 0;
                    transition: .5s all ease;
                }

                .interview_list_box > .box_inner > ul > li a:hover .img_index img{
                    transform: scale(1.05);
                    filter: brightness(1.1);
                }

                .interview_list_box > .box_inner > ul > li a .img_index .lbl_name_roman{
                    position: absolute;
                    bottom: 1em;
                    right: 1em;
                    z-index: 1;
                    font-family: var(--font_family2);
                    font-weight: 500;
                    font-size: 1.1em;
                    color: rgba(255,255,255,0.9);
                }

                .interview_list_box > .box_inner > ul > li a .img_index .lbl_name_roman.lefttop{
                    bottom: auto;
                    right: auto;
                    top: 1em;
                    left: 1em;
                }

            .interview_list_box > .box_inner > ul > li a .lbls{
                display: flex;
                flex-direction: column;
                padding-left: 6em;
            }

                .interview_list_box > .box_inner > ul > li a .lbls .lbl_no{
                    color: var(--base_color2);
                    font-family: var(--font_family2);
                    font-weight: 500;
                }

                .interview_list_box > .box_inner > ul > li a .lbls .lbl_name{
                    font-size: 1.2em;
                }

                .interview_list_box > .box_inner > ul > li a .lbls .lbl_position_job{
                    font-size: 0.8em;
                }

                .interview_list_box > .box_inner > ul > li a .and_info{
                    display: flex;
                    flex-direction: column;
                }

                    .interview_list_box > .box_inner > ul > li a .and_info .lbl_and{
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: 1rem;
                        aspect-ratio: 1 / 1;
                        line-height: 1;
                        background: var(--base_color2);;
                        font-family: var(--font_family2);
                        border-radius: 50%;
                        color: #fff;
                        font-size: 0.9em;
                        margin: 0.3em 0 0.2em 0.5em;
                    }

    .interview_list_box > .box_footer{
        padding-top: 2em;
        display: flex;
        justify-content: flex-end;
    }

/*本事業の最終目標*/
.goal_list_box{
    background: #f1ece2;
    padding: 2em;
}

    .goal_list_box > ul{
        margin: 0;
        display: flex;
        gap: 2em;
    }

        .goal_list_box > ul > li{
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            width: calc((100% - 4em) / 3);
       }

        .goal_list_box > ul > li::before{
            content: none;
        }

        .goal_list_box > ul > li .lbl_goal{
            width: 6rem;
            margin-bottom: 1em;
        }

        .goal_list_box > ul > li p{
            margin: 0;
            line-height: 2;
        }

        .goal_list_box > ul > li p strong{
            color: var(--base_color3);
        }

/*行動計画*/
.plan_wrapper .wp-block-group__inner-container{
    display: flex;
}

    .plan_wrapper p{
        flex: 1;
    }

    .action_plan_list ul{
        margin: 0 0 0 3em;
        display: flex;
        gap: 0.5em;
    }

        .action_plan_list ul li{
            margin: 0;
            padding: 0;
            width: 9rem;
        }

        .action_plan_list ul li::before{
            content: none;
        }

/*プログラムによる支援*/
.page_body .msg_support{
    display: flex;
    justify-content: center;
    font-weight: 500;
    font-size: 1.05em;
    margin-bottom: 2em;
}

    .msg_support .lbl{
        position: relative;
    }

        .msg_support .lbl::after{
            content: "";
            display: inline-block;
            width: 1.5rem;
            height: 0.75rem;
            clip-path: polygon(100% 0, 0 0, 50% 100%);
            background: var(--base_color2);
            position: absolute;
            left: calc(50% - 0.75rem);
            bottom: -0.75em;
        }

.msg_scroll{
    display: none;
}

.fig_support a img{
    transition: .5s all ease;
}

.fig_support a:hover img{
    filter: brightness(1.03);
}

.support_fig_exp{

}

.support_fig_exp .wp-block-group__inner-container{
    position: relative;
}

    .support_fig_exp figure{
        position: relative;
        z-index: 0;
    }

    .seido_exp_list{
        position: absolute;
        top: 18.2%;
        left: 1.4%;
        z-index: 1;
        width: 12.5%;
    }

        .seido_exp_list ul{
            width: 100%;
            position: relative;
            display: flex;
            flex-direction: column;
            margin: 0;
        }

            .seido_exp_list ul li{
                position: relative;
                margin: 0 0 9% 0;
                padding: 0;
                width: 100%;
                z-index: 0;
            }

            .seido_exp_list ul li.active{
                z-index: 1;
            }

                .seido_exp_list > ul > li > button{
                    width: 100%;
                    aspect-ratio: 100 / 45;
                    border: none;
                    background: none;
                    text-indent: -9999px;
                    cursor: pointer;
                    transition: .3s all ease;
                }

                .seido_exp_list > ul > li > button:hover{
                    background: rgba(233,83,119,0.1);
                }

            .seido_exp_list ul li::before{
                content: none;
            }

                .seido_exp_list ul li dl{
                    box-sizing: border-box;
                    font-size: 0.84em;
                    width: 150%;
                    position: absolute;
                    top: -0.5em;
                    right: 95%;
                    z-index: 1;
                    line-height: 1.5;
                    padding: 1em;
                    opacity: 0;
                    /*background: #fff;*/
                    background: rgba(156, 104, 123, 0.9);
                    box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
                    color: #fff;
                }

                .seido_exp_list ul li.active dl{
                    opacity: 1;
                }

                .seido_exp_list ul li dl dt{
                    font-weight: 500;
                    border-bottom: 1px dotted #ccc;
                    line-height: 1.3;
                    padding: 0 1em 0.5em 0;
                    margin-bottom: 0.3em;
                }

                .seido_exp_list ul li dl dd .btn_close{
                    position: absolute;
                    top: 0.25em;
                    right: 0.25em;
                }

                .seido_exp_list ul li dl dd .btn_close button{
                    border: none;
                    padding: 0.2em 0.5em;
                    cursor: pointer;
                    background: #eee;
                    font-size: 0.9em;
                    aspect-ratio: 1 / 1;
                    border-radius: 50%;
                    transition: .3s all ease;
                }

                .seido_exp_list ul li dl dd .btn_close button:hover{
                    background: #ddd;
                }

    .seido_exp_list.list2{
        top: 58%;
        left: 0;
        width: 15.3%;
    }

        .seido_exp_list.list2 > ul > li > button{
            aspect-ratio: 100 / 35;
        }

    .mfp-content{
        max-width: 1000px !important;
        height: auto;
    }

/*Real Voice*/
.btn_real_voice{
    margin-top: 5em;
    margin-left: 10rem;
    background: #e6e7e9;
    border-radius: 2rem;
    padding: 1.5rem 2.5rem;
    transition: .3s all ease;
}

.btn_real_voice:hover{
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
    background: #f4eab2;
}

    .btn_real_voice a{
        position: relative;
        display: block;
        text-decoration: none;
        color: var(--base_color1);
        transition: .5s all ease;
    }

        .btn_real_voice a img{
            max-width: 100%;
            height: auto;
        }

        .btn_real_voice a .text{
            display: flex;
            align-items: flex-end;
            margin-bottom: 1em;
        }

            .btn_real_voice a .text h3{
                margin: 0;
                font-family: var(--font_family2);
                color: var(--base_color2);
                border-left: none;
                font-size: 5rem;
                font-weight: 500;
                line-height: 1;
                padding: 0;
            }

            .btn_real_voice p{
                margin: 0 0 0.3em 1em;
                font-size: 1.1em;
                line-height: 1.6;
                transition: .5s all ease;
            }

            .btn_real_voice a .fig_people1{
                width: 32.5rem;
                margin: 0 auto;
            }

            .btn_real_voice a .fig_chara{
                width: 10rem;
                position: absolute;
                bottom: 0;
                left: -9rem;
                transition: .5s all ease;
            }

.real_voice_box{
    background: #e6e7e9;
    border-radius: 2rem;
    padding: 1.5rem 2.5rem;
    display: flex;
}

    .real_voice_box > .box_header{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .real_voice_box > .box_header h2{
            margin: 0 0 0.5em 0;
            font-family: var(--font_family2);
            color: var(--base_color2);
            border-left: none;
            font-size: 3rem;
            font-weight: 500;
            line-height: 1;
            padding: 0;
        }

        .real_voice_box > .box_header .fig_people2{
            width: 15rem;
        }

    .real_voice_box > .box_inner{
        flex: 1;
        padding-left: 3em;
    }

    .real_voice_box > .box_inner > ul{
        margin: 1em 0 0 0;
    }

        .real_voice_box > .box_inner > ul > li{
            margin: 0 0 3em 0;
            padding: 0;
        }

        .real_voice_box > .box_inner > ul > li:last-child{
            margin-bottom: 0;
            border-bottom: none;
        }

        .real_voice_box > .box_inner > ul > li::before{
            content: none;
        }

            .real_voice_box > .box_inner > ul > li dl{
            }

            .real_voice_box > .box_inner > ul > li dl dt{
                display: inline;
            }

                .real_voice_box > .box_inner > ul > li dl dt::before{
                    content: "■";
                    color: var(--base_color2);
                }

                .real_voice_box > .box_inner > ul > li dl dt::after{
                    content: "：";
                }

            .real_voice_box > .box_inner > ul > li dl dd{
                display: inline;
            }

            .real_voice_box > .box_inner > ul > li .detail{}

.page_title{
    max-width: 1000px;
    padding-bottom: 0.75em;
    margin:0 auto 3em;
}

    .page_title h2{
        font-size: 1.8em;
        font-weight: 500;
        color: #4d4d4d;
    }

    .page_title p{
        margin-bottom: 0;
        font-size: 1.24em;
        font-weight: 500;
        color: #4d4d4d;
        letter-spacing: 0;
        line-height: 2;
    }

    .page_title p::after{
        content: "- Booster Future Women Program";
        color: var(--base_color2);
        font-size: 0.8em;
        margin-left: 0.5em;
    }

/*インタビュー詳細*/
.interview_detail_box{

}

    .interview_detail_box > .box_header{
        position: relative;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 5em;
    }

        .interview_detail_box > .box_header .text{
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            width: 57%;
            height: 100%;
        }

            .interview_detail_box > .box_header .lbl_interview_no_catchcopy{
                display: flex;
                flex-direction: column;
                align-items: flex-start;
            }

            .interview_detail_box > .box_header .text .lbl_interview_no{
                display: flex;
                flex-direction: column;
                align-items: center;
                font-family: var(--font_family2);
                color: var(--base_color2);
                line-height: 1;
                font-size: 1.5em;
                margin-bottom: 1em;
            }

            .interview_detail_box > .box_header .text .lbl_interview_no .lbl_no{
                font-size: 3em;
                letter-spacing: 0.05em;
            }

            .interview_detail_box > .box_header .text .lbl_catchcopy{
                background: rgba(255,255,255,0.6);
                width: 100%;
                display: flex;
                justify-content: flex-end;
            }

                .interview_detail_box > .box_header .text .lbl_catchcopy p{
                    margin: 0;
                    font-size: 1.9em;
                    font-weight: 500;
                    line-height: 1.5;
                    padding: 0.3em 0.5em 0.3em 0;
                }

            .interview_detail_box > .box_header .person_info{
                margin-right: 5rem;
                display: flex;
                justify-content: flex-start;
            }

                .interview_detail_box > .box_header .person_info > .box_inner{
                    min-width: 17em;
                }

            .interview_detail_box > .box_header .text h2{
                margin: 0 0 0.15em 0;
                color: var(--base_color1);
                border-bottom: 2px solid #a7967d;
                padding: 0 0 0.4em 0;
                font-size: 1.7em;
                font-weight: 400;
            }

            .page_body .interview_detail_box > .box_header .text p{
                margin-bottom: 0;
            }

            .interview_detail_box > .box_header .text p.lbl_name_roman{
                font-family: var(--font_family2);
                color: #a7967d;
                font-size: 2em;
                line-height: 1;
                margin-bottom: 0.5em;
            }

            .interview_detail_box > .box_header .text p.lbl_position_job{
                font-size: 0.9em;
                line-height: 1.4;
            }

        .interview_detail_box > .box_header .main_img{
            position: relative;
            z-index: 0;
            width: 35.625rem;
            overflow: hidden;
            border-radius: 0 2rem 0 0;
        }

    .interview_detail_box > .box_inner{
        border-top: 2px solid #a7967d;
    }

        .interview_detail_box > .box_inner h3{
            border-left: 0;
            padding: 0.5em 0 0.5em 1em;
            font-size: 1.24em;
            position: relative;
            margin: 1em 0 1em 0;
        }

        .interview_detail_box > .box_inner h3::before{
            content: "";
            width: 0;
            height: 100%;
            border-left: 4px solid #211815;
            position: absolute;
            top: 0;
            left: 0;
        }
       

        .interview_detail_box > .box_inner h4{
            font-size: 1.1em;
            padding-left: 0;
            color: #e73562;
            margin: 0 0 0.5em 0;
        }

            .interview_detail_box > .box_inner h4::before{
                content: none;
            }

        .page_body .wp-block-image figure{
            width: 35%;
        }

        .page_body .wp-block-image figure img{
            border-radius: 0 2rem 0 2rem;
        }

        .page_body .wp-block-group.flex > .wp-block-group__inner-container{
            display: flex;
            gap: 5em;
        }

            .page_body .wp-block-group.flex .wp-block-group__inner-container figure{
                width: 24rem;
                margin-bottom: 0;
            }

            .page_body .wp-block-group.flex .wp-block-group__inner-container figure img{
                border-radius: 0 2rem 0 2rem;
                overflow: hidden;
            }


            .page_body .wp-block-group.flex .wp-block-group__inner-container .text{
                width: calc(100% - 24rem - 5em);
            }

        .interview_detail_box > .box_inner figcaption{
            line-height: 1.4;
            font-size: 0.9em;
        }

        .page_body .lbl_project{
            display: inline-block;
            background: var(--base_color2);
            color: #fff;
            border-radius: 0 0 1rem 0;
            font-size: 0.9em;
            padding: 0 2em 0 1em;
            margin: 5em 0 1.5em 0;
        }

        .project_member_info{
            margin-bottom: 2em;
            width: 17em;
        }

            .project_member_info .name_ja_en{
                display: flex;
                flex-direction: column;
            }

            .page_body .project_member_info .name_ja{
                margin: 0 0 0.15em 0;
                color: var(--base_color1);
                border-bottom: 2px solid #a7967d;
                padding: 0 0 0.4em 0;
                font-size: 1.7em;
                font-weight: 400;
                line-height: 1;
            }

            .page_body .project_member_info .name_en{
                font-family: var(--font_family2);
                color: #a7967d;
                font-size: 2em;
                line-height: 1;
                margin-bottom: 0.5em;
            }

            .page_body .project_member_info .member_belong{
                font-size: 0.9em;
                line-height: 1.4;
            }

                

        .page_body .project_member{
            margin-top: 5em;
            margin-bottom: 4em;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }



            .page_body .project_member .name_roman{
                display: flex;
                align-items: center;
                gap: 1em;
            }

                .page_body .project_member .name_roman h3{
                    margin: 0;
                    border-top: none;
                    padding-top: 0;
                }

                .page_body .project_member .name_roman p{
                    margin: 0;
                    font-family: var(--font_family2);
                    font-size: 1.4em;
                    color: #a7967d;
                }

            .page_body .project_member .lbl_position_job{
                font-size: 0.9em;
                margin-bottom: 0;
            }

    .interview_detail_box > .box_footer{
        margin-top: 5em;
        display: flex;
        justify-content: center;
        clear: both;
    }

        .interview_detail_box > .box_footer a{}

.goto_internal_detail{
    margin: 3em 0 0 0;
    display: flex;
    justify-content: center;
}

    .goto_internal_detail a{
        display: block;
        width: 14rem;
        transition: .5s all ease;
    }

    .goto_internal_detail a:hover{
        transform: translateX(0.5em);
        filter: brightness(1.05);
    }


.goto_program_top{
    display: flex;
    justify-content: center;
    margin-top: 3em;
}

    .goto_program_top a{
        color: #222;
        border: 1px solid #252353;
        padding: 0.6em 1.5em;
        text-decoration: none;
        transition: .5s all ease;
        font-size: 0.94em;
    }

    .goto_program_top a:hover{
        background: #252353;
        color: #fff;
    }

.bn_bfw{
    display: none;
}

@media screen and (min-width:1px) and (max-width:1400px) {
    .seido_exp_list ul li dl{
        right: auto;
        left: 95%;
    }
}

@media screen and (min-width:1px) and (max-width:1200px) {
    .bfw_slider.layout6{
        display: none;
    }

    .bfw_slider.layout4{
        display: block;
    }

}

@media screen and (min-width:1px) and (max-width:1100px) {

    .column_wrapper{
        box-sizing: border-box;
        max-width: initial;
        max-width: auto;
    }

    .mainvisual > .box_inner{
        box-sizing: border-box;
        width: 100%;
    }
}

@media screen and (min-width:1px) and (max-width:1080px) {
    .page_body .wp-block-group.flex .wp-block-group__inner-container figure{
        width: 20rem;
    }


    .page_body .wp-block-group.flex .wp-block-group__inner-container .text{
        width: calc(100% - 20rem - 5em);
    }
}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){
    .column_wrapper .column_main{
        padding-left: 1.5rem;
    }

    .page_body .wp-block-group.flex .wp-block-group__inner-container figure{
        width: 18rem;
    }


    .page_body .wp-block-group.flex .wp-block-group__inner-container .text{
        width: calc(100% - 18rem - 5em);
    }

}

/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {

}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:479px) {
    .bfw_slider.layout4{
        display: none;
    }

    .bfw_slider.layout3{
        display: block;
    }


    .content_title_bfw{
        padding: 0;
        margin-bottom: 0.5rem;
    }

        .content_title_bfw a{
            height: 6rem;
            padding: 0 3vw 1rem;
            position: relative;
        }

        .content_title_bfw a .fig_circle_h1 .fig_circle{
            width: 9rem;
        }

        .content_title_bfw a .fig_circle_h1 h1{
        }

        .content_title_bfw a .fig_circle_h1 h1 .lbl_bfw_title1{
            gap: 0 0.4em;
        }

        .content_title_bfw a .fig_circle_h1 h1 .lbl_en{
            font-size: 1.8rem;
        }

        .content_title_bfw a .fig_circle_h1 h1 .lbl_bfw_ja{
            font-size: 0.94rem;
        }

        .content_title_bfw a .fig_charas{
            position: absolute;
            bottom: 0;
            right: 3vw;
            gap: 0 0.5rem;
        }

        .content_title_bfw a .fig_charas .fig_chara{
            width: 3rem;
        }

    .mainvisual{
        margin-bottom: 1em;
    }

    .mainvisual > .box_inner{
        padding-left: 0.5rem;
        padding-bottom: 3rem;
    }

    .mainvisual > .box_inner .fig_circle{
        width: 50vw;
    }

    .mainvisual > .box_inner h1 .lbl_en{
        font-size: 2.5rem;
    }

    .mainvisual > .box_inner h1 .lbl_bfw_title2 .lbl_ja{
        font-size: 0.48em;
    }

    .mainvisual > .box_inner h1 .lbl_bfw_ja{
        font-size: 0.92rem;
    }

    .mainvisual > .box_inner .lbl_catchcopy{
        width: 16rem;
        top: 1rem;
        right: 1rem;
    }

    .mainvisual > .box_inner .fig_charas{
        gap: 1rem;
    }

    .mainvisual > .box_inner .fig_charas .fig_chara{
        height: 7rem;
    }

    .mainvisual > .box_inner .fig_charas .fig_fukidashi{
        top: -2.5rem;
        right: 1rem;
        width: 6rem;
    }

    .mainvisual.scene2 > .box_inner h1{
        padding: 4rem 0 0 3.5rem;
    }

    .mainvisual.scene2 > .box_inner .fig_charas{
        gap: 0.75rem;
    }

    .mainvisual.scene2 > .box_inner .fig_charas .fig_chara{
        height: 5rem;
    }

    .mainvisual.scene4 > .box_inner .fig_charas{
        padding-left: 45vw;
    }

    .bfw_slider{
        margin-bottom: 1em;
    }

    .column_wrapper .column_main{
        padding-left: 0;
        padding-right: 0;
    }


    .page_body h2{
        margin-bottom: 0;
        margin-top: 2em;
        font-size: 1.6em;
    }

    .page_body h2.hdg_news{
        margin-top: 0.5em;
    }

    .entry_list_box{
        width: 100%;
    }

    .interview_list_box > .box_inner > ul{
        flex-direction: column;
    }

        .interview_list_box > .box_inner > ul > li{
            width: 100%;
        }

        .interview_list_box > .box_inner > ul > li a{
            flex-direction: row;
        }

        .interview_list_box > .box_inner > ul > li a .lbl_catchcopy{
            font-size: 0.8em;
            line-height: 1.2;
            writing-mode: initial;
        }

        .interview_list_box > .box_inner > ul > li a .img_index{
            margin-bottom: 0;
            width: 50%;
        }

        .interview_list_box > .box_inner > ul > li a .img_index .lbl_name_roman{
            bottom: auto;
            right: auto;
            top: 0.5em;
            left: 0.5em;
        }

        .interview_list_box > .box_inner > ul > li a .lbls{
            padding-left: 1em;
            flex: 1;
        }

    .goal_list_box{
        padding: 1.5em 1em;
    }

    .goal_list_box > ul{
        flex-direction: column;
        gap: 1em;
    }

        .goal_list_box > ul > li{
            width: 100%;
            flex-direction: row;
            align-items: flex-start;
        }

            .goal_list_box > ul > li .lbl_goal{
                margin-bottom: 0;
                margin-right: 1em;
                width: 5rem;
            }

            .goal_list_box > ul > li p{
                line-height: 1.6;
                flex: 1;
            }


    .plan_wrapper .wp-block-group__inner-container{
        flex-direction: column;
    }

        .action_plan_list ul{
            margin-left: 0;
            justify-content: center;
        }

        .action_plan_list ul li{
            width: calc((100% - 1rem) / 2);
        }

    .msg_support{
        font-size: 1em;
    }

    .msg_scroll{
        display: block;
        margin: 0;
        font-size: 0.9em;
        text-align: center;
    }

        .msg_scroll::before,
        .msg_scroll::after{
            font-family: FontAwesome;
            color: #aaa;
            margin: 0 0.5em;
        }

        .msg_scroll::before{
            content:"\f100";
        }

        .msg_scroll::after{
            content:"\f101";
        }

    .support_fig_exp,
    .fig_progress_wrapper{
        width: 90vw;
        overflow-x: auto;
    }

    .support_fig_exp .wp-block-group__inner-container,
    .fig_progress_wrapper .wp-block-group__inner-container{
        width: 200vw;
    }

    .btn_real_voice{
        margin-left: 0;
        padding: 1.5rem;
    }

        .btn_real_voice a{}

            .btn_real_voice a .text{
                flex-direction: column;
                align-items: center;
            }

            .btn_real_voice a .text h3{
                font-size: 3rem;
            }

            .btn_real_voice a .text p{
                margin: 1em 0 0 0;
                font-size: 1em;
                text-align: center;
                line-height: 1.5;
            }

            .btn_real_voice a .fig_people1{
                width: 100%;
            }

            .btn_real_voice a .fig_chara{
                width: 5rem;
                left: -2rem;
                bottom: auto;
                top: 0;
            }

    .real_voice_box{
        padding: 1.5rem;
        flex-direction: column;
    }

        .real_voice_box > .box_header{
            margin-bottom: 1em;
        }

        .real_voice_box > .box_header h2{
            margin-bottom: 0.2em;
        }

        .real_voice_box > .box_header .fig_people2{
            width: 40vw;
        }

        .real_voice_box > .box_inner{
            padding-left: 0;
        }

        .real_voice_box > .box_inner > ul{
            margin-top: 0;
        }

    .real_voice_box.scene2{
        flex-direction: column;
    }

    .real_voice_box.scene2 > .box_inner{
        margin-left: 0;
    }

    .column_main > .page_title{
        margin:0 0 2em;
    }

    .content_body > .page_title{
        margin:0 5vw 2em;
    }

    .page_title h2{
        font-size: 1.6em;
    }

    .page_title p{
        line-height: 1.4;
    }

    /*インタビュー詳細*/
    .interview_detail_box > .box_header{
        flex-direction: column-reverse;
        margin-bottom: 3em;
    }

    .interview_detail_box > .box_header .text{
        position: relative;
        align-items: stretch;
        width: 100%;
    }

    .interview_detail_box > .box_header .lbl_interview_no_catchcopy{
        flex-direction: row;
        margin-bottom: 0.8em;
    }

        .interview_detail_box > .box_header .text .lbl_interview_no{
            font-size: 1.1em;
            margin-bottom: 0;
        }

        .interview_detail_box > .box_header .text .lbl_catchcopy{
            flex: 1;
            margin-left: 1em;
            justify-content: flex-start;
        }

            .interview_detail_box > .box_header .text .lbl_catchcopy p{
                font-size: 1.3em;
                padding: 0.3em 0 0 0;
            }

        .interview_detail_box > .box_header .text h2{
            width: 100%;
            font-size: 1.4em;
        }

        .interview_detail_box > .box_header .person_info{
            margin-right: 0;
        }

            .interview_detail_box > .box_header .person_info > .box_inner{
                width: 100%;
            }

        .interview_detail_box > .box_header .text p.lbl_name_roman{
            font-size: 1.5em;
            width: 100%;
        }


    .interview_detail_box > .box_header .main_img{
        width: 100%;
        margin-bottom: 1em;
    }

    .interview_detail_box > .box_inner h3{
        font-size: 1.25em;
    }

    .interview_detail_box > .box_inner h4{
        font-size: 1.15em;
    }

    .page_body .wp-block-group.flex > .wp-block-group__inner-container{
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

        .page_body .wp-block-group.flex .wp-block-group__inner-container figure{
            width: 70%;
            margin-top: 1em;
            margin-bottom: 1em;
        }

        .page_body .wp-block-group.flex .wp-block-group__inner-container figure figcaption{
            margin-bottom: 0;
        }

        .page_body .wp-block-group.flex .wp-block-group__inner-container .text{
            flex: initial;
            width: 100%;
        }

    .page_body .wp-block-image figure.alignright,
    .page_body .wp-block-image figure.alignleft{
        float: none;
        width: 75%;
        margin: 1em auto;
    }

    .wp-block-image .alignright{
        float: none !important;
    }

    .page_body .project_member_info .name_ja{
        font-size: 1.4em;        
    }

    .page_body .project_member_info .name_en{
        font-size: 1.5em;
    }

    .goto_internal_detail{
        margin-top: 1em;
    }

    .goto_internal_detail a{
        width: 8rem;
    }




}


/* ##########印刷用########## */
@media print{

}