@charset "utf-8";
.pc_only{ display: block; }
.sp_only{ display: none; }
@media screen and (max-width: 768px) {
.pc_only{ display: none; }
.sp_only{ display: block; }
}




/* header */
/* ============================================ */
#header{
	display: flex;
	justify-content: space-between;
	/* justify-content: center; */
	/* border-bottom: 1px solid #cdcdcd; */
	width: 100%;
	position: fixed;
	z-index: 8;

	background: #000;
	align-items: center;
	height: 72px;
}
#top #header{
	width: 100%;
	border-bottom: none;
	background: #ffffff;
	position: fixed;
	z-index: 100;
}

/* logo ----- */
#header .logo{
	/* padding: 25px 0 0 40px; */
	padding: 0 0 0 40px;
}
#header .logo a{
	display: block;
	width: 236px;
}
@media only screen and (max-width: 1400px) {
	#header .logo{
		/* padding: 25px 0 0 2.8571vw; */
		padding: 0 0 0 2.8571vw;
	}
	/* #header .logo a{
		width: 16.8571vw;
	} */
}
@media only screen and (max-width: 1000px) {
	#header .logo{
		/* padding: 30px 0 0 2.8571vw; */
		padding: 0 0 0 2.8571vw;
	}
	#header .logo a{
		/* width: 16.8571vw; */
		width: 23.6vw;
	}
}
#header .logo img{
	width: 100%;
}

/* lnb ----- */
#header .menu_pc_wrap {
	display: -ms-flex-box;
	display: flex;
	justify-content: space-between;
	/* width: 100%; */
	z-index: 99;
}
#header .menu_pc {
	flex-basis: 1000px;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #000;
}
/* #header .menu_pc ul.menu {
	padding-top: 31px;
} */
#header .menu_pc ul.menu {
	display: -ms-flex-box;
	display: flex;
	justify-content: center;
	/* margin-left: 70px;
    margin-right: 70px; */
}
#header .menu_pc ul.menu>li {
	margin-right: 40px;
	display: inline-block;
}
@media only screen and (max-width: 1400px) {
	#header .menu_pc {
		font-size: 1.1429vw;
	}
	#header .menu_pc ul.menu>li {
		margin-right: 3.5714vw;
	}
}
#header .menu_pc ul.menu>li a {
	position: relative;
}
#header .menu_pc ul.menu>li:last-child {
	margin-right: 0;
}
#header .menu_pc ul.menu li.subMenuWrap {
	position: relative;
}
#header .menu_pc ul.menu li.subMenuWrap > a,
#header .menu_pc ul.menu li.subMenuWrap > b {
	padding-bottom: 36px;
	font-size: 16px;
	/* font-weight: bold; */
	/* font-family: "TBGothic B"; */
	font-weight: normal;
	opacity: 1;

	color: #fff;
}
#header .menu_pc ul.menu li.subMenuWrap::after {
	display: inline;
	content: "";
	width: 100%;
	height: 2px; 
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	background: linear-gradient(#fff100, #fff100) 0 100%/0 7px no-repeat;
	transition: all .3s ease;
	bottom: 0px;
}
#header .menu_pc ul.menu li.subMenuWrap:hover::after { 
	background-size: 100% 7px !important;
}
#header .menu_pc ul.menu li.subMenuWrap ul.sub-menu {
	position: absolute;
	left: -30px; 
	margin-top: 30px;
	height: 0px;
	background: #fff;
	color: #000;
	width: 260px;
	overflow: hidden;
	transition: height .2s; 
	-webkit-transition: height .2s; 
	-moz-transition: height .2s; 
	-o-transition: height .2s;

	margin-top: 25px;
}
/* #header .menu_pc ul.menu li.subMenuWrap.menu-item01:hover ul.sub-menu {height: 350px;}
#header .menu_pc ul.menu li.subMenuWrap.menu-item02:hover ul.sub-menu { height: 263px; }
#header .menu_pc ul.menu li.subMenuWrap.menu-item03:hover ul.sub-menu { height: 84px; }
#header .menu_pc ul.menu li.subMenuWrap.menu-item04:hover ul.sub-menu { height: 84px; }
#header .menu_pc ul.menu li.subMenuWrap.menu-item05:hover ul.sub-menu { height: 107px; }
#header .menu_pc ul.menu li.subMenuWrap.menu-item07:hover ul.sub-menu { height: 200px; } */
#header .menu_pc ul.menu li.subMenuWrap:hover ul.sub-menu {height: auto; padding-bottom: 20px;}

#header .menu_pc ul.menu li.subMenuWrap ul.sub-menu>li {
		font-size: 12px;
		font-weight: normal;
		text-align: left;
		padding: 0 30px;
}
#header .menu_pc ul.menu li.subMenuWrap ul.sub-menu>li.menu-item:nth-child(1) {
	margin-top: 20px;
}
#header .menu_pc ul.menu li.subMenuWrap ul.sub-menu>li.menu-item.mt_2em {
  margin-top: 1em;
}
#header .menu_pc ul.menu li.subMenuWrap ul.sub-menu li a {
	position: relative;
}
#header .menu_pc ul.menu li.subMenuWrap ul.sub-menu li a span {
	position: relative;
	z-index: 1;	
}
#header .menu_pc ul.menu li.subMenuWrap ul.sub-menu li a::after {
	display: inline;
	content: "";
	width: 100%;
	height: 2px; 
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	transition: all .3s ease;
	background: linear-gradient(#fff100, #fff100) 0 100%/0 7px no-repeat;
}
#header .menu_pc ul.menu li.subMenuWrap ul.sub-menu li a:hover::after {
	background-size: 100% 7px !important;
}
#header .menu_pc ul.menu li.subMenuWrap ul.sub-menu li .navTit {
	font-weight: bold;
	font-family: "TBGothic B";
}
#header .menu_pc ul.menu li.subMenuWrap ul.sub-menu li .navTit.mraTop_15 {
	margin-top: 10px;
}
#header .menu_pc ul.menu li.subMenuWrap ul.sub-menu li .item {
	padding-left: 1em;
	position: relative;
}
#header .menu_pc ul.menu li.subMenuWrap ul.sub-menu li .item::before{
	content: "";
	margin-top: -1px;
	height: 1px;
	width: 0.6em;
	position: absolute;
	top: 50%;
	left: 1px;
	background: #000;
}


/* menu ----- */
#header .menu{
	display: flex;
}

/* menuIcon ----- */
#header .menuIcon { display: none; }

/* contact ----- */
#header .menu .contact a{
	/*
	display: block;
	padding: 50px 0 0 0;
	*/
	display: flex;
	align-items: center;
	justify-content:center;
	padding: 0;
	/* width: 220px;
	min-height: 85px; */
	color: #fff;
	text-align: center;
	font-size: 16px;
	/* font-weight: bold; */

	line-height: 1.4em;
	/* background: #ffe114; */
	background: #000;
	position: relative;
	box-sizing: border-box;
	transition: all 0.5s ease;
	width: 144px;
	height: 40px;
	border: 1px solid #707070;
	border-radius: 50px;
	margin-right: 20px;
	/* margin-left: 70px; */
}
#header .menu .contact a:hover {
	color: #000;
	background: #ffe114;
}
#header .menu .contact a::before{
	display: none;
	content: "";
	margin: 0 auto;
	width: 28px;
	height: 20px;
	background: url(../img/common/iconMail-wh.svg) no-repeat center top;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
}

@media only screen and (max-width: 1400px) {
	#header .menu .contact a{
		width: 17vw;
		max-width: 220px;
	}
	#header .menu .contact a::before{
		width: 2vw;
	}
}
@media only screen and (max-width: 1000px) {
	#header .menu_pc ul.menu li.subMenuWrap > a,
	#header .menu_pc ul.menu li.subMenuWrap > b {
		font-size: 1.6vw;
	}

	#header .menu .contact a{
		/* font-size: 1.1429vw; */
		font-size: 1.6vw;
		font-weight: normal;
	}
	#header .menu .contact a::before{
		top: 1.5vw;
	}
}


#header .menu .contact a:hover{
	opacity: 0.7;
}

/* gNav ----- */
#header #hNav{
	display: none;
}

@media only screen and (max-width: 768px) {

	/* logo ----- */
	/* #header .logo{ padding: 5vw 0 0 3.3333vw; } */
	#header .logo{ padding: 1.2vw 0 0 4.1667vw; margin-left: 0vw;}
	#header .logo a{ width: 31.6667vw; }

	/* lnb ----- */
	#header .menu_pc_wrap{ display: none; }

	#header .menu {
		/* width: 100%;
        position: absolute;
        top: 0; */
	}

	#header .menu.pc_only {
		display: none;
	}
	/* menuIcon ----- */
	#header .menuIcon { 
		box-sizing: border-box;
		display: block; 
		min-height: 60px;
		min-width: 60px;
		width: 13.3333vw;
        height: 8.8889vw;
        margin-left: 4.4444vw;

	}
	#header .menuIcon{ 
		/*padding: 3.0667vw 3.3333vw 0;*/
		padding: 3vw; 
	}
	#header .menuIcon a{
		
		display: flex;
		flex-direction:column;
		justify-content: flex-end;
		width: 100%;
		height: 100%;
		/*
		height: 5.333333333vw;
		*/
		
		
		text-align: center;
		color: #000000;
		font-size: 2.8vw;
		font-weight: bold;
		line-height: 1em;
		position: relative;
		overflow: visible;
		letter-spacing: -0.05em;

		color: #fff;
	}
	#header .menuIcon a span{
		width: 100%;
		height: 1px;
		background: #000000;
		position: absolute;
		left: 50%;
		transform: translate( -50%, 0);
		transition: all .4s;

		background: #fff;

		position: absolute;
    left: 50%;
    width: 48px;
    height: 1px;
    background-color: #8E8E8E;
    transition: all 0.4s ease;
    transform: translateX(-50%);


	}
	#header .menuIcon a span:nth-of-type(1){ top: 2.3333vw; }
	#header .menuIcon a span:nth-of-type(2){ bottom: 3.0556vw; }
	/*#header .menuIcon a span:nth-of-type(3){ bottom: 0; }*/

	/* active */
	#header .menuIcon a.active span:nth-of-type(1) { transform: translate( -50%, 1.333333333vw) rotate(-30deg); }
	/*
	#header .menuIcon a.active span:nth-of-type(2) {
		left: 0;
		opacity: 0;
		animation: active-menu-bar02 .8s forwards;
	}
	@keyframes active-menu-bar02 {
		100% {
			height: 0;
		}
	}
	*/
	#header .menuIcon a.active span:nth-of-type(2) { transform: translate( -50%, -1.333333333vw) rotate(30deg); }

	/* contact ----- */
	#header .contact.sp_only {
		width: 33.3333vw;
        /* height: 11.1111vw; */
		height: 45px;
		margin: 0 4.4444vw 0 auto;
	}
	#header .contact.sp_only a { 

		display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    position: relative;


	font-size: 3.3333vw;
	border-radius: 5.5556vw;
	border: 1px solid #707070;
	display: flex;
	justify-content: center;
	align-items: center;
	/* font-family: "din-2014", sans-serif; */
    font-weight: 400;
    font-style: normal;
	}
	#header .menu .contact a::before{ display:block; font-size: 0.8571vw; width: 5.6vw; height: 4vw; background-size: 100% auto;  }
	#header .menu .contact a::before{ display:none;}
	#header .menu .contact a:hover{ opacity: 1; background: #000;}

	



	/* gNav ----- */
	#header .gnav{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 7.6vw 0 8vw 0; 
	}

	#header #hNav{
		display: none;
		width: 100%;
		background: #ffffff;
		position: absolute;
		/* top: 17vw; */
    top: 72px;
		left: 0;
		z-index: 8;
	}
	#header #hNav a,
	#header #hNav b {
		font-family: "TBGothic B";
		color: #333333;
		position: relative;
		z-index: 1;
	}
	#header #hNav a::after{ display: none; }
	#header #hNav a:hover{ opacity: 1; }
	#header #hNav a:hover::after{ width: 100%; }

	#header #hNav .btn-nav-works-search-wrapper{
		display: flex;
		justify-content:center;
		padding-top: 3vw;
	}
	#header #hNav .btn-nav-works-search img{
		width: 53vw;
	}

	/* gNavBlock */
	#header .gnav .gNavBlock:nth-child(1),
	#header .gnav .gNavBlock:nth-child(2) { width: 48%; }

	/* navTit */
	#header .gnav .gNavBlock .navTit{ font-family: "TBGothic B"; font-size: 3.2vw; font-weight: bold; line-height: 1em; }
	#header .gnav .gNavBlock .navTit.marTop_50 {
		margin-top: 6.6667vw;
		margin-bottom: 2vw;
	}
	/* navSubTit */
	#header .gnav .gNavBlock .navSubTit{ font-family: "TBGothic B"; font-size: 3.2vw; line-height: 1em; margin-top: 4vw; }

	.gnav .gNavBlock .navSubTit + .item,
	.gnav .gNavBlock .item + .item { margin-top: 2vw; }
	#header .gnav .gNavBlock .navBody.line_none {
		margin-top: 2vw;
	}

	/* navBody */
	/* #header .gnav .gNavBlock .navTit + .navBody{ margin-top: 3vw; } */
	/* #header .gnav .gNavBlock .navTit + .navTit,
	#header .gnav .gNavBlock .navBody + .navTit, */
	/* #header .gnav .gNavBlock:first-child .navTit + .navBody{ margin-top: 3vw; } */

	/* item */
	#header .gnav .gNavBlock .item{ font-size: 2.6667vw; line-height: 1em; }
	/* #header .gnav .gNavBlock .navSubTit + .item, */
	/* #header .gnav .gNavBlock .item + .item{ margin-top: 3vw; } */
	#header .gnav .gNavBlock .navList .item::before{ background: #000; }
	#header .gnav .gNavBlock .navBody.line_none .item{ padding-left: 0; }
  #header .gnav .gNavBlock .navBody.line_none .item.mt_2em {
    margin-top: 1.5em;
  }
	#header .gnav .gNavBlock .navBody.line_none .item::before{ display: none;
 }
}

@media only screen and (max-width: 500px) {
	#header .menuIcon a.active span:nth-of-type(1) { transform: translate( -50%, 1.8vw) rotate(-30deg); }
	#header .menuIcon a.active span:nth-of-type(2) { transform: translate( -50%, -1.8vw) rotate(30deg); }
}

@media only screen and (max-width: 450px) {
	#header .menuIcon{  }
	#header .menuIcon a{ 
		font-size: 3.4vw;
		/*height:  4.5vw;*/ 
		
	}
	#header .menu .contact a{ 

	}
	#header .menu .contact a::before{ top: 3vw; }
}

@media only screen and (max-width: 350px) {
	#header .menuIcon a{ height: 6.5vw; }
}









/* content
---------------------------------------------------------------------- */
#content{
	padding-top: 85px;
}

@media only screen and (max-width: 768px) {
	#content{
		padding-top: 11.73333333vw;
	}
}





/* footer
---------------------------------------------------------------------- */

/* footer */
/* ============================================ */

#footer {
	padding: 60px 20px 30px;
	background: #000000;
	overflow: hidden;
}
#footer a { color: #cccccc; }
#footer .gnav .gNavBlock .navTit a,
#footer .gnav .gNavBlock .navTit { 
  color: #ccc;
}

#footer .inner {
  width: 880px;
	position: relative;
}

#footer .inner .f_gnav {
  width: 100%;
  margin: 0 auto;
  display: flex;
  /* justify-content: center; */
	justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
/* navTit */
#footer .f_gnav .gNavBlock {
  /* flex: 1 0 auto; */
}
#footer .f_gnav .gNavBlock .navTit {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 19px;
}
#footer .f_gnav .gNavBlock dt.navTit:not(:first-of-type) {
  margin-top: 25px;
}
#footer .f_gnav .gNavBlock .navTit:last-child {
  margin-bottom: 0;
}
#footer .f_gnav .gNavBlock dt.navTit.mt_2em {
  margin-top: 40px;
}
#footer .f_gnav .gNavBlock .mt_1em {
  margin-top: 30px;
}

#footer .f_gnav .gNavBlock .mt_2em small,
#footer .f_gnav .gNavBlock dt.navTit span {
  font-size: 10px;
  padding-left: 1em;
}

#footer .f_gnav .gNavBlock li.item {
  font-size: 11px;
  line-height: 1;
  color: #CCCCCC;
  margin-bottom: 17px;
}
#footer .f_gnav .gNavBlock .otherList li.item {
  margin-bottom: 10px;
}
#footer .f_gnav .gNavBlock li.item:last-child {
  margin-bottom: 0;
}

/* snsLink ----- */
#footer .snsLink{
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: 0;
}
#footer .snsLink .item { width: 30px; }
#footer .snsLink .item + .item{ margin-left: 15px; }
#footer .snsLink .item + .item + .item { width: 35px; }

/* copyright ----- */
#footer .copyright{
	padding-bottom: 7px;
	margin-top: 75px;
	color: #cccccc;
	text-align: center;
	font-size: 11px;
	line-height: 1em;
}
#footer .copyright span { font-size: 11px; }
@media (max-width:1000px) and (min-width:769px) {
  #footer .inner {
    width: 100%;
  }
  #footer .inner .f_gnav {
    gap: 10vw;
  }
  #footer .f_gnav .gNavBlock .navTit {
    font-size: 1.4vw;
    margin-bottom: 1.9vw;
  }
  #footer .f_gnav .gNavBlock dt.navTit:not(:first-of-type) {
    margin-top: 2.5vw;
  }
  #footer .f_gnav .gNavBlock dt.navTit.mt_2em {
    margin-top: 4vw;
  }

	#footer .f_gnav .gNavBlock .mt_2em small,
  #footer .f_gnav .gNavBlock dt.navTit span {
    font-size: 1vw;
  }

  #footer .f_gnav .gNavBlock li.item {
    font-size: 1.1vw;
    line-height: 1;
    margin-bottom: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 60px 3.2vw 30px;
  }
  #footer .inner {
    width: 100%;
    padding: 0;
  }
  #footer .inner .f_gnav {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
  }
  #footer .f_gnav .gNavBlock {
    flex: 0 1 auto;
  }
	#footer .f_gnav .sp_gNavBlock01 {
    width: 48vw;
  }
  #footer .f_gnav .sp_gNavBlock02 {
    width: 37vw;
  }

  /* #footer .f_gnav .gNavBlock:nth-child(even) {
    width: 38vw;
  } */
  /* #footer .f_gnav .gNavBlock:nth-child(n+3) {
    margin-top: 8vw;
  } */

  #footer .f_gnav .gNavBlock .navTit {
    font-size: 4.8vw;
    margin-bottom: 3.2vw;
  }
  #footer .f_gnav .gNavBlock dt.navTit:not(:first-of-type) {
    margin-top: 8vw;
  }

	#footer .f_gnav .gNavBlock .mt_2em {
		margin-top: 2vw;
	}
	#footer .f_gnav .gNavBlock .mt_1em {
		margin-top: 8vw;
	}

	#footer .f_gnav .gNavBlock .mt_2em small,
  #footer .f_gnav .gNavBlock dt.navTit span {
    font-size: 2.6667vw;
    padding-left: 0;
  }

  #footer .f_gnav .gNavBlock li.item {
    font-size: 3.2vw;
    margin-bottom: 3.7333vw;
  }


  #footer .sp_otherList_box {
    margin-top: 16vw;
  }
  #footer .sp_otherList_box ul.otherList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer .sp_otherList_box .otherList li.item {
    font-size: 2.6667vw;
    letter-spacing: -0.04em;
    margin-right: 1.3333vw;
    position: relative;
  }
  #footer .sp_otherList_box .otherList li:last-child {
    margin-right: 0;
  }
  #footer .sp_otherList_box .otherList li.item::after {
    display: inline-block;
    content: "|";
    font-size: 2.4vw;
    margin-left: 1.3333vw;
    color: #cccccc;
  }
  #footer .sp_otherList_box .otherList li.item:last-child::after {
    display: none;
  }


  /* snsLink ----- */
	#footer .snsLink{ margin-top: 10.6667vw; position: static; justify-content: center; }
	#footer .snsLink .item{ width: 8vw; }
	#footer .snsLink .item + .item{ margin-left: 5.3333vw; }
	#footer .snsLink .item + .item + .item { width: 9.0667vw; }

	/* copyright ----- */
	#footer .copyright{ padding-bottom: 0; margin-top: 7.6vw; font-size: 3.7333vw; }
	#footer .copyright span { font-size: 3.6vw; }

}














/* pageTop
---------------------------------------------------------------------- */
#pageTop{
	display: none;
	position: fixed;
	left: 20px;
	bottom: 20px;
	z-index: 2;
}
@media only screen and (max-width: 1028px) {
	.page-template-page-case_search #pageTop.high{
		bottom: 100px;
	}
}
#bannerWorksSearch{
	position: fixed;
	right: 0;
	bottom: 20px;
	z-index: 2;
}
.page-template-page-case_search #bannerWorksSearch{
	display: none!important;
}
#top #bannerWorksSearch{
	display: none!important;
}
#top #bannerWorksSearch.show{
	display: block!important;
}

#pageTop a{
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(255, 241, 0, 0.75);
	position: relative;
}
#pageTop a::before{
	content: "";
	margin: auto;
	height: 15px;
	width: 15px;
	vertical-align: middle;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: translate( 0, 25%) rotate(315deg);
}
@media only screen and (max-width: 768px) {
	/* #pageTop{ bottom: 5%; } */
	#pageTop a{ width: 8vw; height: 8vw; }
	#pageTop a::before{ height: 3vw; width: 3vw; border-top-width: 1px; border-right-width: 1px; }
}
