/* テーマ内のスタイル上書き */
body.header_design_type2 #header {
    background: #ffffff73;
}

#global_menu {
    width: fit-content;
    right: 40px;
    left: unset;
    transform: translateX(0);
}

#drawer_menu_button{
    top: 50%;
    transform: translateY(-50%);
}

body.header_design_type2 #container {
    margin-top: -80px;
    transform: none;
}

.open_menu #drawer_menu {
    display: block;
}

.rich_font_1,
#index_achievements .num {
    font-family: "Be Vietnam Pro" !important;
}

.wpcf7{
    border: none;
    background: none;
}

.wpcf7 .wpcf7-submit:hover{
    background-color: #0c6dff;
}

#return_top {
    display: none;
}

/* 下層ページ テーマ内のスタイル上書き ここから */
#page_contents {
    width: unset;
    padding-top: 80px;
    padding-bottom: unset;
}

#page_header {
    display: none;
}

/* 下層ページ テーマ内のスタイル上書き ここまで */

body :is(.tcdce-body, .editor-styles-wrapper) ul {
    list-style-type: none;
}

div:is(.tcdce-body, .editor-styles-wrapper) ul li::before {
    width: unset;
    height: unset;
    background-color: unset;
}

/* footer */
#footer {
    padding: 3%;
    background: #0C6DFF;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

#footer_inner {
    width: fit-content;
    margin: 0;
}

#copyright {
    background: #0C6DFF;
    color: #fff;
}

#footer_logo img {
    width: 80px;
    height: auto;
    margin: 0;
    aspect-ratio: 640 / 397;
}

@media screen and (max-width: 1000px){
    #header_slider_wrap{
        height: 100svh;
        min-height: 100svh;
        max-height: none;
    }

    #header_slider,
    #header_slider .swiper-wrapper,
    #header_slider .swiper-slide,
    #header_slider .item-inner {
        height: 100%;
    }

    #header_slider .bg_video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 500px) {
    #footer {
        flex-direction: column;
        align-items: center;
    }

    #footer_inner{
        padding: 24px 0;
    }
}