@charset "UTF-8";
#global_menu > ul > li.current-menu-item > a {
    color: #000;
}
.cb_news_list, .cb_project_list, .tab_content_bottom, .cb_free_space.type1 {
    border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
/* PC */
@media screen and (min-width: 768px){
#header_logo a {
    position: unset;
}
.pc body.use_header_fix #header:after {
    height: 0px;
    position: unset;
}
body.home #global_menu.animate, body.home #header_search.animate, #header_slider_nav_wrap.animate {
    background-color: #fff;
}
#global_menu > ul > li > a, #header_search_button:before{
    color: #000;
}
}
/* タブレット */
@media screen and (min-width: 481px) and (max-width: 768px){

}
/* スマホ */
@media screen and (max-width: 480px){

}
@charset "UTF-8";
/* PC */
@media screen and (min-width: 768px){

}
/* タブレット */
@media screen and (min-width: 481px) and (max-width: 768px){

}
/* スマホ */
@media screen and (max-width: 480px){

}
