/*----------------------------------------------*/
/*                                  
/* no-kv
/*
/*----------------------------------------------*/

.site-content.no-kv {
	top: 30px;
}
@media screen and (max-width: 768px) {
  .site-content.no-kv {
    padding-bottom: 60px;
  }
}

.header-container {
  position: relative;
  height: 330px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .header-container {
    height: 330px;
  }
}


.heading01 {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	padding: 20px 0;
}

.bread-crumbs.no-kv {
	bottom: 0;
	position: absolute;
	top: inherit;
}

.site-footer.no-kv {
	top: 0;
}

/* メガメニューとヘッダー固定 */

@media only screen and (min-width: 1051px) {
  .header-nav .nav-container.is-header-fixed-active .logo-box {
    margin-top: 20px;
    display: block;
  }
}
.header-nav .nav-container.is-header-fixed-active {
  background: none;
  background-color: rgba(255,255,255,0.9);
  padding-top: 0;
  padding-bottom: 0;
  height: 90px;
}

.header-nav .nav-container.is-header-fixed-active .logo-box svg path {
  fill: #595757 !important;
}

.header-nav .nav-container.is-header-fixed-active .logo-box svg path:first-child {
  fill: #EA5504 !important;
}

.header-nav .nav-container.is-header-fixed-active .logo-box svg polygon {
  fill: #595757 !important;
}

.header-nav .nav-container.is-header-fixed-active .global-nav {
  padding-right: 0;
}
@media only screen and (min-width: 1051px) {
  .header-nav .nav-container.is-header-fixed-active .global-nav .hs-menu-depth-1 {
   height: 90px;
   min-height: auto;
   margin-right: 0;
  }
  .header-nav .nav-container.is-header-fixed-active .global-nav .hs-menu-depth-1 > a {
   padding: 20px 0;
   height: 90px;
  }
}
@media only screen and (min-width: 1381px) {
  .header-nav .nav-container.is-header-fixed-active .global-nav .hs-menu-depth-1 > a {
   padding: 30px 0;
  }
}
@media only screen and (min-width: 1051px) {
  .header-nav .nav-container .global-nav .hs-menu-depth-1 .a_inner {
    display: inline-block;
    position: relative;
  }
  .header-nav .nav-container.is-header-fixed-active .global-nav .hs-menu-depth-1 .a_inner:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #ea5404;
    transition: .3s;
  }
  .header-nav .nav-container.is-header-fixed-active .global-nav .hs-menu-depth-1 a:hover .a_inner:before {
    width: 100%;
  }
  .header-nav .nav-container .global-nav .hs-menu-depth-1.active-branch .a_inner:before {
    content: none;
  }
}

.header-nav .nav-container.is-header-fixed-active .global-nav ul li.hs-menu-item > a {
  color: ;
  letter-spacing: .1em;
/*   margin-right: 40px; */
  margin-left: 0;
  text-align: left;
  position: relative;
}


@media only screen and (max-width: 1150px) {
  .header-nav .nav-container.is-header-fixed-active .global-nav ul li.hs-menu-item > a {
    margin-right: 20px;
  }
}

.header-nav .nav-container.is-header-fixed-active .nav-sub-list ._item > a {
  background-color: ;
}

.header-nav .nav-sub-list ._item > a:hover {
  background: rgba(234,84,4,0.3);
  transition: .3s;
}

.header-nav .nav-container.is-header-fixed-active .nav-sub-list ._item > a:hover {
  background: rgba(234,84,4,0.3);
  transition: .3s;
}

.header-nav .nav-container.is-header-fixed-active .nav-sub-list ._item > a {
  width: 90px;
  height: 90px;
}

.header-nav .nav-container.is-header-fixed-active .hs-item-has-children.is-active .megamenu-children {
  top: 62px;
}

@media only screen and (min-width: 1051px) {
  .header-nav .nav-container.is-header-fixed-active .global-nav ul li.hs-menu-depth-1 > a::before {
    bottom: 0;
  }
  .header-nav .nav-container.is-header-fixed-active .global-nav ul li.hs-menu-depth-1 > a:after {
    display: none;
  }
  
  .header-nav .global-nav ul li.hs-menu-depth-1:first-child > a::before,
  .header-nav .nav-container.is-header-fixed-active .global-nav ul li.hs-menu-depth-1:first-child > a::before{
    content: none;
  }
}