/*
Theme Name: Hueman
Header Customizer 20200523 ks
*/




/*************************
  Header MOBILE MENU設定 20200915  max-width: 719 =>  1099   720-> 1100
*************************/

/*3*/
@media only screen and (min-width: 1100px) {
  #header .nav-container .nav { display: block!important}
  .nav-wrap { height: auto!important; }
  /* common */
  .nav { font-size: 0em; position: relative; }
  .nav li a { color: #ccc; display: block; line-height: 1.25rem; }
  /* dropdown arrows */
  .nav li > a:after { content: "\f0da"; float: right; opacity: 0.5; }
  .nav > li > a:after {content: "\f0d7"; float: none; margin-left: 6px; font-size: 0.875em; line-height: 1.2em; }
  .nav li > a:only-child:after {content: ""; margin: 0; }
  #footer nav .nav { display: block !important; }
  #footer .nav li > a:after { content: "\f0da"; }
  #footer .nav > li > a:after { content: "\f0d8"; }
  #footer .nav li > a:only-child:after { content: ""; }
  /* level 1 */
  .nav > li { font-size: 1rem; /*border-right: 1px solid #999; */ display: inline-block; position: relative; }
  .nav > li > a { padding: 15px 14px; }
  .nav > li > a:hover,
  .nav > li:hover > a { background: #777; }
  .nav li > a:hover,
  .nav li:hover > a,
  .nav li.current_page_item > a,
  .nav li.current-menu-item > a,
  .nav li.current-menu-ancestor > a,
  .nav li.current-post-parent > a { color: #fff; }
  /* level 2 & 3 */
  .nav li:hover > ul { display: block; }
  .nav ul { display: none; background: #777; position: absolute; left: 0; top: 50px; width: 180px; padding: 10px 0; z-index: 2; -webkit-transform: translateZ(0);
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.15);
  box-shadow: 0 2px 2px rgba(0,0,0,0.15); }
  .nav ul li { font-size: 0.875rem; position: relative; display: block; padding: 0; }
  .nav ul li a { padding: 10px 20px; }
  .nav ul li:last-child { border-bottom: 0!important; }
  /* level 3 */
  .nav ul ul { position: absolute; top: -10px; left: 180px; }

}/*4*/
@media only screen and (max-width: 1099px) {
  #header .nav-container .nav, #footer .nav-container .nav {display: none;}
  #footer .nav-container .nav.expanded, #header .nav-container .nav.expanded {display: block;}
  .nav { font-weight: 400; }
  .nav-container { text-transform: none; }
  .nav-toggle, .ham__navbar-toggler, .nav-text, .ham__navbar-toggler-two { display: block; }
  .nav-wrap { position: relative; float: left; width: 100%; overflow: hidden; }
  .nav-wrap.transition {
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  .expand .nav-wrap { height: auto; }
  /* iphone fix */
  .safari .nav-wrap.transition { -webkit-transition: none; transition: none; }
  /* common */
  .nav { float: left; width: 100%; }
  .nav li a { line-height: 1.6em; display: block; padding: 8px 13px; }
  /*.nav li li a { padding-left: 15px; padding-right: 15px; }*/
  /* dropdown arrows */
  /* no arrows
  .nav li > a:after { content: '\f0d7'; opacity: 0; margin-left: 6px; font-size: 0.6rem; }
  .nav > li > a:after { content: '\f0d7'; font-size: 0.6rem; }
  .nav li > a:only-child:after { content: ''; }
  */

  /* level 1 */
  .nav > li { font-size: 0.9375em; }
  .nav li > a:hover,
  .nav li.current_page_item > a,
  .nav li.current-menu-item > a,
  .nav li.current-post-parent > a { color: #fff; }
  /* level 2 & 3 */
  .nav ul { display: block }

  /*.nav a { padding-left:25px;}*/
  .nav ul a { padding-left:37px;}
  .nav ul ul a { padding-left:65px;}
  .nav ul ul ul a { padding-left:90px;}
  .nav ul ul ul ul a { padding-left:115px;}
  .nav ul ul ul ul ul a { padding-left:140px;}
  .nav ul ul ul ul ul ul a { padding-left:165px;}
  .nav ul ul ul ul ul ul ul a { padding-left:190px;}

  .nav ul li { font-size: 0.85rem; font-weight: 300; }
  .nav ul li a { padding-top: 6px; padding-bottom: 6px; }

  /*
  * Mobile dropdown on click
  * colors are defined in 0_4_header.css and 9_0_footer.css
  */
  .submenu-click-expand.nav-wrap,
  .submenu-click-expand.nav-wrap li,
  .submenu-click-expand  ul { background: inherit; }

  .submenu-click-expand .sub-menu,
  .submenu-click-expand .nav li {
    position: relative;
  }

  .submenu-click-expand .page_item_has_children > a,
  .submenu-click-expand .menu-item-has-children  > a {
    padding-right: 44px;
  }
  .submenu-click-expand .nav li a {
    min-height: 37px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .submenu-click-expand .nav > li > a {
    min-height: 43px;
  }

  .hu-dropdown-toggle-wrapper {
    position: absolute;
    top: 1px;
    right: 0;
    text-align: center;
    line-height: 1;
    bottom: 1px;
  }

  .submenu-click-expand .hu-dropdown-toggle-wrapper {
    display: block;
  }

  .hu-dropdown-toggle {
    background: none;
    -webkit-appearance: none;
    outline: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: block;
    height: 45px;
    width: 44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }

  li li .hu-dropdown-toggle {
    height: 39px;
  }

  .hu-dropdown-toggle i {
    display: block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    font-size: 13px;
  }

  .submenu-click-expand .nav ul { display: none }
  .submenu-click-expand .nav ul.expanded { display: block; }
  li.expanded > .hu-dropdown-toggle-wrapper .fa-angle-down {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
}

/* ------------------------------------------------------------------------- *
 *  HEADER MEDIA QUERIES FOR TOPNAV, MAIN HEADER NAV, MOBILE NAV, STICKY MENU
/* ------------------------------------------------------------------------- */

/*5* TOP NAV */
@media only screen and (min-width: 1100px) {
  /* fixed nav */
  /*  .full-width #nav-topbar.nav-container { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 999; max-height: 50px; overflow: hidden;}*/

  /*.full-width.topbar-enabled #header { padding-top: 50px; }
  .full-width #nav-topbar.nav-container { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 999;}
  .full-width.admin-bar #nav-topbar.nav-container { top: 32px;  }*/

  /*.header-desktop-sticky.topbar-enabled #header { padding-top: 50px; }
  .header-desktop-sticky #nav-topbar.nav-container { position: fixed; top: 0; left: 0; right: 0; z-index: 999;}
  .header-desktop-sticky.admin-bar #nav-topbar.nav-container { top: 32px;  }
  .full-width #nav-topbar.nav-container { width : 100%;}*/

  /* common */
  #nav-topbar .nav {  }
  #nav-topbar .nav li a { color: #fff; color: rgba(255,255,255,0.7); }
  /* level 1 */
  #nav-topbar .nav > li { border-right: none; }
  #nav-topbar .nav > li > a:hover,
  #nav-topbar .nav > li:hover > a { background-color: rgba(0,0,0,0.1); }
  #nav-topbar .nav li > a:hover,
  #nav-topbar .nav li:hover > a,
  #nav-topbar .nav li.current_page_item > a,
  #nav-topbar .nav li.current-menu-item > a,
  #nav-topbar .nav li.current-menu-ancestor > a,
  #nav-topbar .nav li.current-post-parent > a { color: #fff; }
  /* level 2 & 3 */
  #nav-topbar .nav ul { background: #121d30 url(../img/opacity-10.png) repeat; }
/*  .topbar-transparent #nav-topbar .nav ul { background: #121d30 url(../img/opacity-10.png) repeat;background : rgba(18, 29, 48, 1) url(../img/opacity-10.png) repeat; }*/
  .is-scrolled .topbar-transparent #nav-topbar.desktop-sticky .nav ul {
    background: #121d30 url(../img/opacity-10.png) repeat;
    background-color: rgba(18,29,48,.90);
  }
  #nav-topbar .nav ul li { box-shadow: 0 1px 0 rgba(255,255,255,0.06); -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.06); }
  #nav-topbar .nav ul li:last-child { box-shadow: none; -webkit-box-shadow: none; }

  /* New top bar */
  #nav-topbar.desktop-sticky {
    /*max-height: 50px;*/
    height: 50px;
    overflow: hidden;
  }
  .nav ul.sub-menu {
    opacity: 0.5;
    display: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }

  /* HEADER WIDGET ZONE*/
  .header-ads-desktop #header-widgets { float: right; display: block; }
}

/*6* TOP NAV */
@media only screen and (max-width: 1099px) {
  #header { z-index : 9999 }
  /* common */
  #nav-topbar .container { padding-left: 0; }

  /* HEADER WIDGET ZONE*/
  .header-ads-mobile #header-widgets { float:none; display: block; text-align: center; padding-top: 50px; position: relative;}
  .both-menus-mobile-on.header-ads-mobile #header-widgets{ top: 0;}

  /* LOGO AND TAGLINE GROUP */
  #header .logo-tagline-group{display: none;}
  #header.both-menus-mobile-on .logo-tagline-group{display: block;}
}





/*7* HEADER NAV */
@media only screen and (min-width: 1100px) {
  /* common */
  #nav-header .nav {  }
  #nav-header .nav li a { color: #fff; color: rgba(255,255,255,0.7); }
  /* level 1 */
  #nav-header .nav > li { border-right: none; }
  #nav-header .nav > li > a:hover,
  #nav-header .nav > li:hover > a { background: rgba(0,0,0,0.1); }
  #nav-header .nav li > a:hover,
  #nav-header .nav li:hover > a,
  #nav-header .nav li.current_page_item > a,
  #nav-header .nav li.current-menu-item > a,
  #nav-header .nav li.current-menu-ancestor > a,
  #nav-header .nav li.current-post-parent > a { color: #fff; }
  /* level 2 & 3 */
  #nav-header .nav ul { background: #454e5c url(../img/opacity-10.png) repeat; }
  #nav-header .nav ul li { box-shadow: 0 1px 0 rgba(255,255,255,0.06); -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.06); }
  #nav-header .nav ul li:last-child { box-shadow: none; -webkit-box-shadow: none; }
}

/*8*/
@media only screen and (max-width: 1099px) {
  /* common */
  #nav-header.nav-container  { border-left: 0; border-right: 0; }
  #nav-header .container { padding: 0; }
  #nav-header .nav { padding-bottom: 20px; }
  #header-image-wrap { position: relative; }
}







/*9* MOBILE MENU  : RULES FOR MENU ITEMS BELOW 719px
 => Applies to mobile menu if set to topnav, main or mobile
*/
@media only screen and (max-width: 1099px) {
  #header .nav-container .nav li a { color: #fff; color: rgba(255,255,255,0.9); border-top: 1px solid rgba(255,255,255,0.06); }
  #header .hu-dropdown-toggle { color: #fff; color: rgba(255,255,255,0.9); }
  /* level 1 */
  #header .nav-container .nav li > a:hover { background: rgba(0,0,0,0.15); color: #fff; }
  #header .nav-container .nav li.current_page_item > a,
  #header .nav-container .nav li.current-menu-item > a,
  #header .nav-container .nav li.current-post-parent > a { text-decoration: underline; background: rgba(0,0,0,0.15); color: #fff; }

  #header .hu-dropdown-toggle:hover
  #header .nav-container .nav li.current_page_item > .hu-dropdown-toggle,
  #header .nav-container .nav li.current-menu-item > .hu-dropdown-toggle,
  #header .nav-container .nav li.current-post-parent > .hu-dropdown-toggle { color: #fff }
}








/*10* STICKY MENU */
@media only screen and (max-width: 1099px) {
  .mobile-menu {
    display: block;
  }
  .desktop-menu {
    display: none;
  }
  .fixed-header-on .mobile-sticky {
    position: fixed;
    width: 100%;
    -webkit-transition: -webkit-transform 0.35s ease-in-out,background-color 0.4s ease-in-out;
    -moz-transition: -moz-transform 0.35s ease-in-out,background-color 0.4s ease-in-out;
    -o-transition: -o-transform 0.35s ease-in-out,background-color 0.4s ease-in-out;
    transition: -webkit-transform 0.35s ease-in-out,-moz-transform 0.35s ease-in-out,-o-transform 0.35s ease-in-out,transform 0.35s ease-in-out,background-color 0.4s ease-in-out;
  }
  .fixed-header-on .mobile-sticky.fast {
    -webkit-transition: -webkit-transform 0.10s ease-in-out,background-color 0.4s ease-in-out;
    -moz-transition: -moz-transform 0.10s ease-in-out,background-color 0.4s ease-in-out;
    -o-transition: -o-transform 0.10s ease-in-out,background-color 0.4s ease-in-out;
    transition: -webkit-transform 0.10s ease-in-out,-moz-transform 0.10s ease-in-out,-o-transform 0.10s ease-in-out,transform 0.10s ease-in-out,background-color 0.4s ease-in-out;
  }

  .header-mobile-sticky #header-image-wrap {
    position: relative;
  }
  /* Make sure that we don't need to wait DOM ready js event to have the mobile menu sticky */
  /* Otherwise, while waiting for fixed-header-on class to be added ( typically longer if we have a header image ), we might see an unwanted layer of header content disappearing when sticky header set */
  .header-mobile-sticky .mobile-sticky {
    position: fixed;
    width: 100%;
  }
  .header-mobile-sticky #header-image-wrap { padding-top: 50px; }
  /* Fixes https://github.com/presscustomizr/hueman/issues/527 */
  .header-mobile-sticky #header { min-height: 50px; }
}
/*11* STICKY MENU */
@media only screen and (min-width: 1100px) {
  .header-desktop-sticky.topbar-enabled #header { padding-top: 50px; }
  .header-desktop-sticky #nav-topbar.nav-container { position: fixed; z-index: 999; top: 0;}
  .header-desktop-sticky.admin-bar #nav-topbar.nav-container { top: 32px;  }

  .full-width #nav-topbar.nav-container { width : 100%; top: 0; left: 0; right: 0; }
  .fixed-header-on .desktop-sticky { position: fixed; }
  .full-width .fixed-header-on .desktop-sticky { width: 100%; }
  .boxed .desktop-sticky { width: 1380px; }
  .fixed-header-on .topbar-toggle-down {
    -webkit-transition:background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
  }
}








/*12* NEW RULES FOR MOBILE MENUS BASED ON USER OPTIONS */
@media only screen and (max-width: 1099px) {
   /* TITLE AND LOGO IN ACTIVE MOBILE MENU ( if not both menus are enabled for mobiles ) */
  #header .mobile-title-logo-in-header {
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    width: 75vw;
    position: relative;
  }
  .both-menus-mobile-on .mobile-title-logo-in-header {display: none!important;}
  #header .mobile-title-logo-in-header .site-title {
    height: 100%;
    width: auto;
    /*text-align: center;*/
    z-index: 3;
    overflow: hidden;
    left: 13px;
    position: relative;
    max-width: 72vw;
    line-height: inherit;
    padding: 0;
  }
  #header .mobile-title-logo-in-header .site-title a img {
    max-height: 45px;
    max-width: 75%;
    margin: inherit;
  }
  #header .mobile-title-logo-in-header .site-title a {
    font-size: 0.6em;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    color: #fff;
  }
/*  .central-header-zone { display: none;}
  .both-menus-mobile-on .central-header-zone { display: block;}*/

/*  #nav-topbar { display: none;}
  .top-menu-mobile-on #nav-topbar { display: block;  }

  #nav-header { display: none; }
  .main-menu-mobile-on #nav-header {display: block; }*/

  .both-menus-mobile-on #nav-topbar, .both-menus-mobile-on #nav-header { display: block; }

  /* set nav-topbar to position fixed if both menu mobile are actived */
  /* adjust the header padding top */
  .top-menu-mobile-on #nav-topbar .toggle-search { display: none;}

  /* Hide main-header-search */
  #main-header-search {
    display: none;
  }
}/* ------------------------------------------------------------------------- *


/*************************
  @media 移行 20200922 section 14 - 22   max-width: 719 =>  1099   720-> 1100
*************************/

/*14*/
/*@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: .7; right: 0; }
  .flex-direction-nav .flex-next { opacity: .7; right: 0; }
}*/

/*15*/
@media only screen and (min-width: 1100px) {

  /* common */
  #nav-footer .nav { text-align: center; }
  #nav-footer .nav li a { color: #33363b; }
  /* level 1 */
  #nav-footer .nav > li > a { padding: 12px 18px; }
  #nav-footer .nav > li { border-right: 0; }
  #nav-footer .nav > li:first-child { border-left: 0; }
  #nav-footer .nav > li > a:hover,
  #nav-footer .nav > li:hover > a { background: #f0f0f0; }
  #nav-footer .nav li > a:hover,
  #nav-footer .nav li:hover > a,
  #nav-footer .nav li.current_page_item > a,
  #nav-footer .nav li.current-menu-item > a,
  #nav-footer .nav li.current-menu-ancestor > a,
  #nav-footer .nav li.current-post-parent > a { color: #666; }
  /* level 2 & 3 */
  #nav-footer .nav ul { background: #f0f0f0; bottom: 44px; top: auto; text-align: left;
  -webkit-box-shadow: 0 -2px 2px rgba(0,0,0,0.05);
  box-shadow: 0 -2px 2px rgba(0,0,0,0.05); }
  #nav-footer .nav ul li { border-bottom: 1px solid #e4e4e4; }
  #nav-footer .nav ul ul { top: -10px; }
  /* level 3 */
  #nav-footer .nav ul ul { position: absolute; top: auto; bottom: -10px; }

}


/*16*/
@media only screen and (max-width: 1099px) {

  /* common */
  #nav-footer .nav li a { color: #999; color: rgba(0,0,0,0.8); border-top: 1px solid #f2f2f2; }
  #nav-footer .hu-dropdown-toggle { color: #999; color: rgba(0,0,0,0.8); }
  /* level 1 */
  #nav-footer .nav li > a:hover,
  #nav-footer .nav li.current_page_item > a,
  #nav-footer .nav li.current-menu-item > a,
  #nav-footer .nav li.current-post-parent > a { background: #f2f2f2; color: #444; }

  #nav-footer .hu-dropdown-toggle:hover,
  #nav-footer .nav li.current_page_item > .hu-dropdown-toggle,
  #nav-footer .nav li.current-menu-item > .hu-dropdown-toggle,
  #nav-footer .nav li.current-post-parent > .hu-dropdown-toggle { color: #444;  }
}


/*17*/
@media only screen and (max-width: 1200px) {
	#header-widgets { display: none; }
}







/**************************
  KS 改造エリア
**************************/


/*************
  mdedia query 非対応は　１３インチ基準
*************/

/* 50>10 px mac 13inch header fit */ 
.header-desktop-sticky.topbar-enabled #header { padding-top: 0px; }

.container.group { height: 120px; }


/* to scroll up = add 33 to default*/
.anchor_business{
    margin-top: -117px;
}
.anchor_vision{
    padding-top: 1088px;
}
.anchor_technology{
    padding-top: 638px;
}
.anchor_aboutus{
    margin-top: -225px;
}

/*************
  mdedia query 22inchi wide monitor 対応
*************/
@media screen and (max-width: 2000px) {
	/*　画面サイズが1680px(22inchi)からはここを読み込む　*/
	/* 82>42 px pc 22inch header fit */ 
/*	.header-desktop-sticky.topbar-enabled #header { padding-top: 22px; }   */

	/* .container.group { height: 130px; }  */
	.container.group { height: 153px; }                                    

	/* to scroll up = add */
	.anchor_business{
	    margin-top: -149px;
	}
	.anchor_vision{
	    padding-top: 1056px;
	}
	.anchor_technology{
	    padding-top: 609px;
	}
	.anchor_aboutus{
	    margin-top: -233px;
	}

}

/*************************
メディアクエリ設定 0〜1280
*************************/
/* for macbookAir 13inchi 1440px */
 @media screen and (max-width: 1500px) {  
/* @media screen and (max-width: 1500px) {  */
/* @media screen and (min-width: 1224px) {  */


	/* 50>10 px mac 13inch header fit */ 
	.header-desktop-sticky.topbar-enabled #header { padding-top: 0px; }

	.container.group { height: 120px; }

	/* to scroll up = add */
	.anchor_business{
	    margin-top: -119px;
	}
	.anchor_vision{
	    padding-top: 1086px;
	}
	.anchor_technology{
	    padding-top: 639px;
	}
	.anchor_aboutus{
	    margin-top: -202px;
	}

}

/*************************
メディアクエリ設定 for IE 10 browser
*************************/
	
@media all and (-ms-high-contrast: none){

	/* .container.group { height: 120px; }  */

}

/*************************
メディアクエリ設定 for IE 11 browser
*************************/

_:-ms-lang(x)::-ms-backdrop, body {
      /*  .container.group { height: 105px; }   */
}



/*************************
   ページ共通設定 
*************************/

.itd-page{
    margin-top: 180px;
    font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
    width: 1500px;

}


/*************************
  メインエリア　横スクロール設定 20200915
*************************/

#page {
    overflow-x: scroll;
}





