@charset "UTF-8";

/* 総合TOP　20220712 */
#general_top{
    background: #ffffff;
}
#general_top .container{
    margin: auto;
    position: absolute;
    top: calc(45% + 62px);
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    /* aspect-ratio: 960 / 1920; */
    width: 100%;
    height: calc(100vw * (1022 / 1920) );
    max-width: 1920px;
    max-height: 1022px;
    background: url(../img/renew2022/top/mv_back@2x.jpg) repeat top left / contain;
}

#general_top .container.overflow{
    position: inherit;
    top: inherit;
    left: inherit;
    transform: none;
    overflow-X: hidden;
}

#general_top header{
    /* position: absolute;
    top: 0; left: 0; */
    padding: 8px 20px 10px;
    width: 100%;
    height: 62px;
    background: #fff;
    z-index: 999;
    display:flex;
    justify-content: space-between;
    align-items: flex-end;
    box-sizing: border-box;
}
#general_top .logo{
    height: auto;
    width: 360px;
}
#general_top main{
    /* margin: 62px auto 0; */
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    max-height: 960px;
    overflow: hidden;
}
#general_top #slogan{
    position: absolute;
    top: 28px;
    left: 51%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: calc(100% * (398/960));
}

#general_top .top_link{
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    filter: brightness(0.95);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}

#general_top .top_link:hover{
    filter: drop-shadow(10px 20px 0 #fff);
    /* transform: translate3d(-10px, -10px, 10px); */
    /* transform: matrix3d(); */
    transform: scale(1.04);
}

#general_top .top_link::after{
    content:"";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    width: 100%; height: 100%;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    border-radius: 100%;
    z-index:9998;
}

#general_top .top_link.fadeout{
    position: absolute;
    z-index: 9999;
    /* transform: scale3d(7, 7, 7); */
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
}

#general_top .top_link.fadeout::after{
    width: 180vw; height: 180vw;
}

#general_top #culture{
    padding: 24px 9vw 0 2vw;
    width: calc(97vw * (900 / 1920));
    max-width: 900px;
    height:calc(100% * ( 720 / 960));
    max-height: 720px;
    background: url(../img/renew2022/top/mv_culture_04.svg) no-repeat center / cover;
}
#general_top #culture.fadeout::after{
    background: #f5c79a;
}
#general_top #culture .mv_name{
    width: calc(100vw * (361/1920) );
}

/*
--main_orange: #f5c79a;
--main_blue: #94AACB;
--main_pink: #E4B5BD;
--main_green: #4A9996;
*/

#general_top #business{
    padding: 30px 4.5vw 0 12vw;
    top: 0; right: 0;
    width: calc(97vw * (900 / 1920));
    max-width: 900px;
    height:calc(100% * ( 550 / 960));
    max-height: 550px;
    background: url(../img/renew2022/top/mv_seminar_04.svg) no-repeat center / cover;
}
#general_top #business:hover{
    filter: drop-shadow(-10px 15px 0px #fff);
    /* width: calc(100vw * (900 / 1920)); */
}
#business.fadeout::after{
    background: #4A9996;
}
#general_top #business .mv_name{
    width: calc(100vw * (194/1920) );
}

#general_top #market{
    padding: 12vh 2.5vw 0 2.5vw;
    bottom: 0;
    left: 29%;
    width: calc(97vw * ( 1100 / 1920));
    max-width: 1100px;
    height:calc(100% * ( 550 / 960));
    max-height: 550px;
    background: url(../img/renew2022/top/mv_reports_04.svg) no-repeat center / cover;
    clip-path:circle(28vw at 50% 100%);
}
#general_top #market:hover{
    filter: drop-shadow(-10px -15px 0px #fff);
    /* width: calc(100vw * (1100 / 1920)); */
}
#general_top #market.fadeout{ clip-path: none;}
#general_top #market.fadeout::after{
    top: 75%;
    background: #94AACB;
}
#general_top #market .mv_name{
    width: calc(100vw * (271/1920) );
}
#general_top #lottie03{ margin-top: -4vh;}

@media screen and (min-width: 960px) {
    #general_top .container{
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }
}

/* 総合トップスマホ */
#general_top .top_sp header{
    padding: 30px 0;
    display: block;
    height: auto;
    text-align: center;
}
#general_top .top_sp .logo_sp{
    width: 80vw;
    max-width: 348px;
}
#slogan_sp{
    margin: 0px auto 40px;
    display: block;
    width: 80vw;
    max-width: 348px;
}
#general_top .top_sp .container_sp{
    padding: 60px 0;
    background: url(../img/renew2022/top/mv_back@2x.jpg) repeat top left / cover;
}
.slick-initialized .slick-slide{
    margin: 0 2vw;
    text-align: center;
}

.slick-initialized .slick-slide img{
    max-width: 100%;
    max-height: 100%;
    /* height: 70vh; */
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.slick-dots li button,.slick-dots li button:before{
    width: 28px !important;
    height: 28px !important;
    font-size: 10px !important;
}

.slide-arrow{
    position: absolute;
    display: block;
    width: 48px;
    height: 48px;
    top: 46%;
    background-size: cover;
    z-index: 9999;
}

.slide-arrow.prev-arrow{ background-image: url(../img/renew2022/top/sp/sp_mv_arrow_l.svg); left: 10vw;}
.slide-arrow.next-arrow{ background-image: url(../img/renew2022/top/sp/sp_mv_arrow_r.svg); right: 10vw;}

#general_top .top_sp footer{
    margin: 0;
    padding: 24px 0;
}

#general_top .top_sp footer a img{
    width: calc(100vw * (140/428));
}


/* セミナー申込み結果画面 改修*/
.static #contents ul.complete_btn{
    margin-top: 3em;
    display: flex;
    justify-content: space-between;
}

.complete_btn a{
    padding: 12px 15px;
    background-color: #4A9996;
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
    box-shadow: 0 4px 0 #0d4240;
    border-radius: 7px;
}

.pnav .change ul li{
    cursor: pointer;
}

/* 後で転機 */
#header_g{
    width: 100%;
}
#menu li div.menu_sub{
    margin: auto;
    width: 100%;
}
/* #menu li div.menu_sub{
    left: -10px;
} */
/* #menu li:hover div.menu_sub{
    box-shadow: 0px 4px 6px 0px #dbdbdb;
} */

.container.sub_top .side_btn a{
    width: auto;
}

.container.sub_top .side_btn{
    top:calc(100vh - 17rem);
}

/* スマホメニュー */
@media screen and (max-width: 1023px){
    #header_g{
        background: none;
    }
    #nav_g.innerbox{
        z-index: 9999;
    }
    .h_bottom{
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: none;
        box-shadow: none;
    }
    .h_bottom .logo{
        padding: 0;
        width: 88%;
        max-width: 266px;
    }
    .h_bottom.fixed .logo{
        display: none;
    }
    .side_btn{
        display: none;
    }

    /* 後でrenewに追記・修正 */
    .container.sub_top .side_btn{
        z-index: 9997;
    }
    .pushy.pushy-right{
        right: -100%;
    }
    #mobile_menu {
        display: block;
        flex-basis: 0;
        z-index: 9999;
    }
    #mobile_menu .pnav {
        justify-content: initial;
        padding: 0; 
    }
    #mobile_menu .pnav .menu-btn{
        padding: 24px 0 0 16px;
        display: block;
        position: initial;
        width: 100px;
        height: 66px;
        border-radius: 0 0 0 36px;
    }
    #mobile_menu .pnav .menu-btn span{
        right: 28px;
    }

    .pushy-open-right .h_bottom.fixed .logo{
        display: block;
    }
    .pushy-open-right #mobile_menu .pnav .menu-btn span:nth-of-type(1){
        transform: rotate(208deg);
        top: 25px;
    }
    .pushy-open-right #mobile_menu .pnav .menu-btn span:nth-of-type(2){
        opacity: 0;
    }
    .pushy-open-right #mobile_menu .pnav .menu-btn span:nth-of-type(3){
        transform: rotate(-208deg);
        top: 25px;
    }

    .pushy{
        padding: 70px 20px;
        box-sizing: border-box;
    }

    .pushy-content .pushy-submenu{
        position: relative;
    }

    .pushy-content .pushy-submenu::before{
        position: absolute;
        top: 18px; left: 0;
        content: '';
        display: inline-block;
        width: 30px;
        height: 24px;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
    }

    .pushy-content .pushy-submenu.pu_culture:before {
        background-image: url(../img/renew2022/menu/ico_menu_culture.svg);
    }

    .pushy-content .pushy-submenu.pu_business:before {
        background-image: url(../img/renew2022/menu/ico_menu_business.svg);
    }

    .pushy-content .pushy-submenu.pu_market:before {
        background-image: url(../img/renew2022/menu/ico_menu_market.svg);
    }

    .pushy-submenu > a::after, .pushy-submenu > button::after{background: #4A9996;}
    .pushy-submenu > a::after, .pushy-submenu > button::before{
        display: block;
        content: '';
        background-color: #4A9996;
        border-radius: 10px;
        position: absolute;
        width: 16px;
        height: 2px;
        top: 20px;
        left: initial;
        right: 0;
        transform: rotate(90deg);
    }
    .pushy-submenu-open button::before,
    .pushy-submenu-open button::after{
        transform : rotate(0deg);
    }

    .pushy-submenu button{
        padding-left: 48px;
        font-size: 2rem;
    }

    .pushy-submenu.pu_company button{
        padding-left: 0px;
    } 

    .pushy-submenu ul {
        padding-left: 0;
    }

    .pushy-submenu ul .pushy-link a{
        position: relative;
        padding: 30px 0;
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        border-bottom: 1px solid #DEDEDE;
    }

    .pushy-submenu ul .pushy-link a:before,
    .pushy-submenu ul .pushy-link a:after{
        content: '';
        width: 8px;
        height: 8px;
        border: 0;
        border-top: solid 1px #9B9B9B;
        border-right: solid 1px #9B9B9B;
        position: absolute;
        top: 50%;
        right: 6px;
        margin-top: 0px;
        transform: rotate(45deg);
    }

    .pushy-link.btn a{
        margin-bottom: 20px;
        padding: 18px 0;
        color: #ffffff;
        font-size: 18px;
        background-color: #4A9996;
        border-radius: 30px;
    }

    .pushy-link.btn a::before{
        content: '';
        display: inline-block;
        width: 25px;
        height: 25px;
        background-size: contain;
        vertical-align: middle;
        margin-left: 5rem;
        margin-right: 1rem;
    }

    .pushy-link.btn.concert a::before{
        margin-top: -6px;
        background: url(../img/renew2022/sub_top/ico_side_btn01.svg) no-repeat;
    }

    .pushy-link.btn.nettomo a{
        margin-top: 50px;
        margin-bottom: 30px;
        font-size: 16px;
    }

    .pu_search{
        font-size: 18px;
        background: url(../img/renew2022/sub_top/culture/ico_search.svg) no-repeat;
        background-size: contain;
        vertical-align: middle;
        background-position: left center;
        /* margin-right: 2rem; */
        padding: 4px 0 6px 46px;
        margin-bottom: 14px;
        font-weight: bold;
    }

    .pushy-content .flex{
        display: flex;
        justify-content: flex-start;
    }

    .pushy-content .flex input[type="text"]{
        font-size: 1.6rem;
        font-weight: bold;
        padding: 0 3rem;
        border-radius: 10px 0 0 10px;
        min-height: 45px;
        width: 100%;
        box-sizing: border-box;
    }
    .pushy-content .flex button{
        padding: 10px;
        font-size: 1.6rem;
        min-height: 45px;
    }


}