@charset "utf-8";

.s_visual { position:relative;width:100%; margin: 0 auto; height:220px; line-height:1.4; box-sizing:border-box;overflow:hidden; background:no-repeat center center; background-size:cover; border-bottom: 1px solid #eee;}
.s_visual .inner{height: 100%;}
.s_visual .s_visual_in { position:absolute; top: 50%; transform: translateY(-50%);}
.s_visual .sv_tit { display:table-cell; box-sizing:border-box; color:#222; vertical-align:middle;}
.s_visual .sv_tit h2 {font-size: 5rem;line-height: 1em; font-weight: 600; margin-bottom: 25px;}
.s_visual .sv_tit p {font-size: 1.7rem; font-weight: 400; margin-bottom: 15px; color: #525252; line-height: 1.6em;}

@media all and (max-width:1280px){
    .s_visual{text-align: center; width: 100%; background: #fafafa !important;}
    .s_visual .s_visual_in{width: 100%;}
    .s_visual .sv_tit{width: 100%; display: block;}
}
@media all and (max-width:978px){
    .s_visual{height: 200px; background-position: right 20% center !important;}
    .s_visual .sv_tit h2{font-size: 3.6rem; margin-bottom: 20px;}
    .s_visual .sv_tit p{font-size: 1.6rem; margin-bottom: 1rem;}
}

.sub_menu_wrap{display: none;}