@charset "utf-8";
/* CSS Document */
#local-nav * , #local-nav-logo * {
	font-family: "Noto Sans JP", sans-serif;
}
.local-menu_pc {
	align-items: center;
	background-color: #191919;
	color: #ffffff;
	font-size: 14px;
	position: sticky;
	padding-left: 0;
	z-index: 100;
}		
.local-menu_pc.fixed {
    left: 0;
    position: fixed;
    top: 0;
	width: 100%;
    z-index: 1000;
}
.local-menu {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	height: auto;
	justify-content: flex-start;
	list-style: none;
	margin: auto;
	max-width: 1200px;
}

.nav__item {
	text-align: center;
}
.nav__item:hover {
	background-color: #666666;
	color: #333333;
}
.menu__arrow::after {
	border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
	box-sizing: unset;
    content: '';
    display: inline-block;
    height: 6px;
	margin: 5px 12px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s;
    width: 6px;
}
/*
.menu__arrow:hover::after {
	margin: 14px 20px;
    transform: rotate(225deg);			
}
*/
.item__box {
	color: #ffffff;
	display: block;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	padding: 1.2em 2.15em;
}
.nav__item a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.local-menu .mega-menu {
    display: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
}
.menu__item:hover .mega-menu {
	align-items: center;
    align-content: flex-start;
    background: #666666;
	color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    left: 0;
    width: 100%;
	z-index: 1;
}
.menu__item:hover ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;	
	margin: 0 auto;
	padding: 50px 15px;
    width: 1200px;   
}


.menu__item:hover ul::after {
	content:"";
	display: block;
	width:30%;
}
.mega-menu {
}
.mega-menu__list03 li {
	width: calc(100% / 3);
}
.mega-menu li {
	text-align: left;
	padding-bottom: 10px;
}

.mega-menu__list li a {
	color: #ffffff;
}
.mega-menu__list li > a {
	display: inline-block;
	/* flex: none; */
	font-size: 1.4rem;
	max-width: 100%;
	padding-left: 20px;
}
.mega-menu a:hover {
	opacity: 0.8;
	text-decoration: underline;
}
.mega-menu li::before {
	border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
	content: "";
    display: inline-block;
    height: 8px;
    margin: 6px 8px 8px 0px;
	position: absolute;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	vertical-align: middle;
	width: 8px;
}
.mega-menu__nolink {
	color: #ffffff;
	padding-left: 15px;
}
.local-menu__btn {
	background: #0000;
    border: none;
	height: 100%;
}
.sub-mv__wrapper {
    position: relative;
}
.sub-mv__left {
    align-items: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left top;
    color: #fff;
    display: flex;
    justify-content: space-around;
    left: 15%;
    position: absolute;
    top: 32%;
}
.sub-mv__text {
    width: 600px;
}	

/* ホバー＆フォーカスで子メニュー表示 */
/* Display sub menu by hover & focus */
nav .nav__item:hover ul,
nav .nav__item ul.focused {
  opacity: 1;
  visibility: visible;
}
/*
nav li.menu-item-has-children li a:hover,
nav li.menu-item-has-children li a:focus {
  background: #0090aa;
}
*/

.mega-menu__ttl {
	width: 1200px;
    margin: auto;
    font-size: 2rem;
    font-weight: bold;
	padding: 20px 0;
    text-align: left;
}
.mega-menu__ttl a, .mega-menu__sub-ttl a {
	color: #ffffff;
}
.mega-menu__ttl::after{
	border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
    display: inline-block;
    height: 8px;
    margin: 11px 16px;
    position: absolute;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    transition: all .3s;
    width: 8px;
}
.mega-menu__inner {
	display: flex;
    flex-wrap: wrap;
	margin: 0 auto;
	width: 1200px;
   
}
.mega-menu__box {
	text-align: left;
	width: 33%;
}
.mega-menu__sub-ttl {
	border-bottom: solid #fff 1px;
	padding: 1rem 0;
    width: 90%;
}
.menu__item:hover .mega-menu__sub-ttl__add {
	display: block;
    padding: 10px 30px 10px 10px;
	width: 100%;
}
.mega-menu__sub-ttl__add {
	width: 100%;
}
.mega-menu__sub-ttl__add a {
	color: #ffffff;
	padding-left: 20px;
}


@media (max-width: 767px) {
    .sub-mv__left {
        left: 10%;
        top: 20%;
    }
	.sub-mv__text {
        width: 300px;
    }
}
/* intellectualproperty sub nav-sp */
.nav_sp {
	visibility: hidden;
    opacity: 0;
}
.slide__menu-sub {
	display: none;
}
@media (min-width: 768px) {
	.nav_sp {
		display: none;
	}
}
				
@media (max-width: 768px) {	
	.local-menu_pc {
		display: none;
	}
	.hamburger_bg {
		display: block;
		background-color: #333;
        height: 50px;
        position: relative;
	}
	.hamburger {
		background: #333333;
		border-radius: 5px;
		cursor: pointer;
		height:50px;
		position: absolute;
		right: 14px;
		width: 50px;
		z-index: 100;
	}
	.hamburger span{
		background: #fff;
		border-radius: 2px;
		display: inline-block;
		height: 3px;
		left: 14px;
		position: absolute;
		transition: all .4s;
		width: 45%;
	}
	/* ハンバーガーメニューの3本線 */
	.hamburger span:first-of-type{
		top: 15px;
	}
	.hamburger span:nth-of-type(2){
		top: 23px;
	}
	.hamburger span:last-of-type{
		top: 31px;
	}
	/* intellectualproperty sub nav-sp */
	.nav_sp {
		background-color: #333333;
		color: #000;
		position: fixed;
    	left: 0;
		text-align: center;
    	/* transition: all 0.8s; */ /* delete 20251126 */
		transform: translateX(100%);
   		width: 100%;
		z-index: 1400; /* 20250908 1600 → 1400 製品ナビと調整のため */
    }
	.slide__menu>li {
		border-bottom: 1px solid #cccccc;
		color: #ffffff;
		line-height: 400%;
		text-align: center;
	}
	.slide__menu li a {
		color: #ffffff;
	}
	.slide__ttl span {
		margin-top: 25px;
		position: absolute;
		right: 10%;
		display: inline-block;
		color: #ffffff;
		width: 10px;
		height: 10px;
		border: 10px solid #000;
		border: 0.1em solid currentColor;
		border-left: 0;
		border-bottom: 0;
		box-sizing: border-box;
		transform: translateY(-25%) rotate(135deg);
	}
	.hamburger.active span:first-of-type{/* ハンバーガーメニューの1番目の線 */
		left: 18px;
		top: 18px;
		transform: translateY(6px) rotate(-45deg);
		width: 30%;
	}
	.hamburger.active span:nth-of-type(2){/* ハンバーガーメニューの2番目の線 */
		opacity: 0;
	}
	.hamburger.active span:last-of-type{/* ハンバーガーメニューの3番目の線 */
		left: 18px;
		top: 30px;
		transform: translateY(-6px) rotate(45deg);
		width: 30%;
	}
	.nav_sp.active {
    	visibility: visible;
    	opacity: 1;
		transform: translateX(0);
		z-index: 1400; /* 20250908 z-index: 1600; → z-index: 1400; */
        position: absolute;
	}
	.slide__ttl.active span {
		display: inline-block;
		color: #fff;
		line-height: 1;
		width: 10px;
		height: 10px;
		border: 0.1em solid currentColor;
		border-left: 0;
		border-bottom: 0;
		box-sizing: border-box;
		transform: translateY(25%) rotate(-45deg);
		margin-top: 25px;
		position: absolute;
		right: 10%;  
	}

	.slide__menu-sub {
		background-color: #666666;
	}
	.slide__menu-sub li {
		line-height: 1.5;
		padding: 0.6em 1.4em;
		text-align: left;
	}
	.slide__menu-sub > li {
		border-top: 1px solid #cccccc;
	}
	.slide__menu-sub-child > li:not(:has(ul)) {
		border-bottom: 1px solid #cccccc;
	}
	.slide__menu-sub-child__li > li {
		border-bottom: 1px solid #cccccc;
		line-height: 1.5;
        padding: 0.6em 1.4em;
        text-align: left;
	}
}				
/* intellectualproperty sub nav-sp */

/* 下線削除 フォントサイズ */
.less-bd {
	border-bottom: 0;
	text-align: center;
	font-size: 1.8em;
	letter-spacing: 0.01em;
	margin: 60px 0 10px 0;
}
@media (max-width: 768px) {
	.less-bd {
	font-size: 1.3em;
	}
}
/* カードレイアウト　3カラム */
.box__wrapper {
	background-color: #eeeeee;
	padding: 20px;
	text-align: center;
}
.box__col03 {
	align-items:center;
	background-color: #ffffff;
	border: 1px solid #333333;
	margin: 5px 0;
	padding: 10px;
}
.box__ttl {
	background-color: #333333;
	color: #ffffff;
	text-align: left;
    padding: 5px 10px;
	width: 100%;
}
.box__text {
	padding: 10px 0 20px;
	text-align: left;
}
/* ボタン */
.detail__btn {
	background: #fff; 
	border: 1px solid #333333;
	color: #333333;
	display: inline-block;
	font-size: 0.9em;
	max-width: 180px;
	margin: 10px 0 0;
	padding: 5px 10px;
	text-decoration: none;
	text-align: center;
	transition: 0.3s;
	width: 100%;
}
.detail__btn:hover {
	background: #333333;
	color: #fff;
}

.detail__btn::after {
	border-top: 2px solid #333333;
    border-right: 2px solid #333333;
	border-radius: 1px;
	content: '';
    width: 5px;
    height: 5px;
	margin: 8px 18px;
    position: absolute;
    transform: rotate(45deg);
    transition: 0.3s ease-in-out;
}
.detail__btn:hover:after {
	border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
	color: #ffffff;
}
				
@media (min-width: 768px) {	
	.box__wrapper {
		background-color: #eeeeee;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 20px 50px;
	}
	.box__wrapper::after {
		content:"";
		display: block;
		width: 30%;
	}
	.box__col03 {
		display: flex;
        flex-direction: column;
		width: calc(96%/3);
	}
				
	.box__text {
		flex-grow: 1;
	}
}

/* 追記 */
/* ロゴ装飾 */
.nav__logo {
	/*width: 20%;*/
	width: 10%;
}
.nav__logo-img {
	vertical-align: middle;
}
.local-menu_pc.clear {
	display: none;
}
#local-nav {
	z-index: 100;
}
#local-nav-logo {
	z-index: 1000;
}

/* 製品ナビがあったらグロナビ固定解除（PC）　*/
@media (min-width: 768px) {
	header.clear {
		position: relative;
	}
}

.network-sub_menu_comment {
	padding: 2em 0;
}