body{
    position: relative;
}

header{
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    padding: 22px 47px 0px;
    z-index: 1000;
	transition: 0.5s;
}

.customize-suppor header{
	top:0;
}

.pc-nav{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pc-nav nav{
    width: 966px;
}
.pc-nav .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 873px;
    max-width: calc(100% - 270px);
}
.pc-nav ul a{
    color: #fff;
    font-size: .14rem;
    font-weight: 500;
}

.pc-nav img {
    width: 274px;
}

.page-template-default .pc-nav img {
		margin-top:-2px;
}


@media screen and (min-width: 768px){
	header.scroll-nav {
		background: #fff;
		box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
		position: fixed;
		top:0;
	}
	header.scroll-nav .pc-nav img {
		width: 242px;
		/*margin-top: -20px;*/
	}
	
	header.scroll-nav .menu__multi .menu__second-level {
		top:68px;
	}
	header.scroll-nav .menu > li a {
		color: #000;
	}
	header.scroll-nav .pc-nav-scroll-logo{
		display:block;
	}
	header.scroll-nav .pc-nav-nomal-logo{
		opacity:0;
	}
}
.pc-nav-scroll-logo{
	position:absolute;
    top: auto;
    left: auto;
	display:none;
	transition-delay: 1s;
}
.hamburger {
    display: none;
}

#toggle {
    position: fixed;
    top: 40px;
    right: 18px;
}

#toggle-box {
    position: relative;
    width: 53px;
    height: 20px;
    cursor: pointer;
}

/* .is-open #toggle{
    right: 10px;
}

.is-open #toggle-box {
    width: 50px;
} */

#toggle-box>span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #000;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}
#toggle-box>span:nth-child(1) {
    top: 0;
}

#toggle-box>span:nth-child(2) {
    top: 50%;
    transform: translatey(-50%);
}

#toggle-box>span:nth-child(3) {
    bottom: 0;
}

#toggle {
    z-index: 1200;
}

#main {
    position: relative;
    z-index: 990;
}

#nav-content {
    z-index: 900;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 80%);
    color: #ffffff;
    position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    transform: translateX(100%);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#nav-content ul {
    list-style: none;
}

#nav-content a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    transition: opacity .6s ease;
    font-size: .13rem
}

#nav-content a:hover {
    opacity: 0.6;
}

.is-open {
    overflow: hidden;
}

.is-open #toggle-box>span {
    background: #ffffff;
    /* width: 70%; */
}

.is-open #toggle-box>span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg) translatey(-50%);
    width: 80%;
}

.is-open #toggle-box>span:nth-child(3) {
    width: 0;
}

.is-open #toggle-box>span:nth-child(2) {
    top: 50%;
    transform: rotate(-45deg) translatey(-50%);
    width: 80%;
}

.is-open #nav-content {
    z-index: 1100;
    transform: translateX(0);
}
.hamburger {
    display: none;
}
.hamburger {
    font-size: .20rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

#nav-content ul li:nth-child(1) {
    margin-top: 130px;
}


#nav-content li span{
	font-size: .16rem;
	margin-left: 20px;
}

#nav-content li a{
    font-weight: 400;
    margin-bottom: 35px;
}

#nav-content nav{
    width: 70%;
    margin: 0 auto;
    text-align: left;
}

#nav-content li:nth-last-of-type(1){
	margin-bottom: 35px;
}

#nav-content .nav-contact div a{
    display: flex;
    padding: 0;
    font-size: .16rem;
}

.nav-contact img{
    width: 21px;
}

.nav-contact p{
    margin-left: 20px;
}

.menu > li a {
	display: block;
	color: #fff;
    padding: 20px 0 20px 0;
}

.menu .menu__second-level a {
    background: #fbfbfb;
    color: #000;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 8px 10px;
}

/*.menu > li a:hover {
	color: #999;
}*/
/*
.menu__none:hover,
.menu__multi:hover,
.menu__mega:hover,
.menu__single:hover {
  background: #fff;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.menu__second-level li {
  border-top: 1px solid #111;
}

.menu__third-level li {
  border-top: 1px solid #111;
}

.menu__second-level li a:hover {
  background: #fff;
}

.menu__third-level li a:hover {
  background: #fff;
}

.menu__fourth-level li a:hover {
  background: #fff;
}
*/

.init-bottom span:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu {
  zoom: 1;
}
.init-right span {
    position: relative;
    padding-right: 15px;
    color: #333;
    text-decoration: none;
    margin-left: -13px;
    margin-right: 6px;
}
.init-right span::after {

content: '';

display: block;

width: 8px; /* 矢印の大きさの指定 */

height: 8px; /* 矢印の大きさの指定 */

border-top: 2px solid #333; /* 矢印の太さの指定 */

border-left: 2px solid #333; /* 矢印の太さの指定 */

}

.init-right span::after {

transform: rotate(135deg); /* 矢印の角度の指定 */

position: absolute; /* 矢印の位置の指定 */

right: -60px; /* 矢印の位置の指定 */

top: 6px; /* 矢印の位置の指定 */

}
/**
 * multi menu
 */
.menu > .menu__multi {
  position: relative;
}
.menu__multi .menu__second-level {
    position: absolute;
    top: 40px;
    width: 250px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transform: translateX(-90px);
}
.menu__multi .menu__second-step{
    transform: translateX(-63px);
}
.menu__multi .menu__second-works{
    transform: translateX(-80px);
}
.menu__multi .menu__second-about {
    transform: translateX(-63px);
}


.menu__multi-fukidashi::before {
    content: '';
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: -9px;
    width: 18px;
    height: 9px;
    background-color: #fff;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
	opacity:0.95;
}
.menu__multi-fukidashi:hover::before {
	opacity:0.7;
}

.menu__multi:hover .menu__second-level {
  top: 60px;
  visibility: visible;
  opacity: 1;
}

.menu__multi .menu__second-level li {
  position: relative;
}


.menu__multi .menu__second-level li .menu__third-level {
  position: absolute;
  top: -1px;
  left: 100%;
  width: 100%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
}

.menu__multi .menu__second-level li:hover .menu__third-level {
  visibility: visible;
  opacity: 1;
}

.menu__multi .menu__second-level li .menu__third-level li {
  position: relative;
}

.menu__multi .menu__second-level li .menu__third-level li .menu__fourth-level {
  position: absolute;
  top: -1px;
  left: 100%;
  width: 100%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
}

.menu__multi .menu__second-level li .menu__third-level li:hover .menu__fourth-level {
  visibility: visible;
  opacity: 1;
}



/* スクロールしたらヘッダーメニューのフォントカラー変更 */
#toggle-box.headerColorScroll span{
  background: #000;
  transition: color 0.4s ease-out;
}

.is-open #toggle-box.headerColorScroll span{
  background: #fff;
  transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}

/*.menu__second-level .sankaku{
position: relative;
}

.menu__second-level .sankaku::before{
position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 13px solid #000;
    border-top: 0;
    z-index: 100;
    bottom: 0;
    top: 17px;
    left: 11px;
    rotate: 180deg;
}*/

.arrow {
    position: relative;
}
.arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom:0;
  right: 5px;
  margin: auto;
  width: 11px;
  height: 11px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateX(-50%) rotate(45deg);
}


/*ハンバーガーメニュー内のアコーディオンメニュー*/
.accordion-container {
    margin: 120px auto 200px;
    max-width: 300px;
    width: 100%;
}
.accordion-title {
    cursor: pointer;
    font-size: .13rem;
    position: relative;
    padding: 20px 0;
    font-weight: bold;
}
.accordion-title:before {
    position: absolute;
    content: '';
    top: 50%;
    right: 25px;
    height: 1px;
    width: 15px;
    background: #fff;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}
.accordion-title:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 25px;
    height: 1px;
    width: 15px;
    background: #fff;
    transition: all .3s ease-in-out;
}
.accordion-title.open:before {
    transform: rotate(180deg);
}
.accordion-title.open:after {
    opacity: 0;
}  
.accordion-text {
    display: none;
    margin-bottom: 22px;
}
.accordion-text a{
    margin-bottom: 12px;
}
.accordion-list {
	border-bottom: solid 1px #fff;
}
.js-accordion-title{
    padding: 20px 0;
    font-weight: bold;
}
.hierarchy-first-floor{
	margin-left: 10px;
}
.hierarchy-second-floor{
    margin-left: 23px;
}
.hierarchy-third-floor{
    margin-left: 38px;
	font-weight:300;
}

@media screen and (max-width: 1260px){
    .hamburger{
        display: block;
    }
	.pc-nav .menu{
		display:none;
	}
	
	header {
    	padding: 22px 47px 22px;
	}
	
	#toggle {
    top: 50px;
}

.scroll-nav + .hamburger #toggle {
    top: 40px;
}

}


@media screen and (max-width: 767px){
	header{
		padding: 14px 20px;
		top:0;
        background: #fff;
	} 
    .pc-nav img {
        width: 174px;
		margin-top: 0;
    }
	
	#toggle {
    top: 30px;
}

.scroll-nav + .hamburger #toggle {
    top: 30px;
}
	/*.pc-nav {
		margin-top: 16px;
	}*/
}