.ffEng {
	font-family: "Bodoni Moda" !important;
}

.nav-menu02 {
	margin-bottom: 1.5rem;
}
.logo_group img {
	height: 35px;
}

.header .right .header-menu>ul.nav-menu01>li {
	font-size: 1.8rem;
	font-family: "Noto Serif JP";
	font-weight: bold;
}

.header .right .header-menu>ul>li>a:hover {
	text-decoration: none;
}

.header .right .navbar-toggle {
    position: relative;
    width: 24px;
    height: 24px;
    z-index: 2;
    background-image: url(../../images/common02/bars-solid.svg);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.header .right .navbar-toggle.open {
    background-image: url(../../images/common02/times-solid.svg);
}

#gnavi {
	display: none;
	background: #000;
    position: fixed;
    width: 100%;
    left: 0;
}

#gnavi > ul {
	margin: 0 min(3vw, 60px);
    padding: min(3vw, 7rem) 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#gnavi > ul > li {
	width: calc(33.33% - min(4vw, 8rem));
    margin: 0 min(2vw, 4rem);
}

#gnavi .nav_tit {
	font-size: min(1.5vw, 2.4rem);
	color: #fff;
	font-family: "Noto Serif JP";
	font-weight: bold;
	padding-bottom: min(2vw,2rem);
	margin-bottom: min(2vw,2rem);
	border-bottom: 1px solid #404040;
}

#gnavi .nav_list li a {
	font-size: min(1.3vw, 2rem);
	color: #fff;
	font-family: "Noto Serif JP";
	display: block;
	margin: min(2vw,2rem) 0;
	line-height: 1.6;
}

#gnavi .nav_list+.nav_list {
	margin-top: min(2.5vw,5rem);
}

/*.others-page{
	margin-top: 102px;
}*/

#footer {
	position: relative;
}

#footer .footer-link-list{
	margin: 0 60px;
	padding: 7rem 0;
	position: relative;
}

#footer .footer-link-list .main {
	border-bottom: 0;
}

#footer .footer-link-list .main>li {
	border-left: 1px solid #404040;
	padding: 0 0 0 5rem;
	margin-bottom: 0;

}

#footer .footer-link-list .main>li.ft_menu_item01 {
	max-width: 420px;
}


#footer .footer-link-list .main > li:last-child{
	border-left: 0;
	max-width: 280px;
	padding-left: 0;
}

#footer .footer-link-list .ft_logo {
	position: absolute;
	right: 0;
	bottom: 4.5rem;
}

#footer .footer-link-list .ft_logo img {
	max-width: 210px;
}

#footer .p-question .footer-nav__subtitle {
	color: #a6a6a6;
	padding-bottom: 3.5rem;
}

#footer .footer-link-list .main>li ul li a {
	color: #fff;
	text-decoration: none;
}

#footer .footer-link-list .main>li ul li a:hover {
	text-decoration: none;
}

#footer .footer-link-list .main>li ul li a img {
    width: 15px;
    height: 15px;
    margin: 0 0 0 1rem;
    vertical-align: middle;
}

#footer .footer-link-list .main > li:last-child br {
	display: none !important;
}
@media screen and (max-width: 900px) {
	.nav-menu02,
	.nav-menu01 {
		display: none !important;
	}

	#gnavi {
		display: none !important;
	}

	.header .right .button_nav {
		display: flex;
		align-items: center;
	}

	.header .right .button_nav .logo_group {
		margin-right: 1rem;
	}

	.header .right .button_nav .logo_group img {
		height: min(6vw, 30px);
		width: auto !important;
	}
	.header .right .header-menu {
		top: 50px !important;
		z-index: 999;
		overflow-y: scroll;
		padding-top: 0 !important;
	}

	.header_menusp {
		padding: 3rem 1.8rem 2rem;
	}

	.header_menusp > ul > li > a {
		font-size: 1.8rem;
		color: #a6a6a6;
		padding: 1rem 1rem 1rem 3.5rem;
        border-bottom: 1px solid #404040;
        display: block;
        margin-bottom: 1.5rem;
        position: relative;
	}

	.header_menusp > ul > li > a:hover {
		text-decoration: none;
		opacity: 1;
	}

	.header_menusp > ul > li.menu-item-has-children > a::before {
		content: "";
	    position: absolute;
	    width: 25px;
	    height: 25px;
	    background: url('../../images/common02/square-plus.svg') no-repeat;
	    background-size: contain;
	    top: 50%;
	    left: 0;
	    transform: translate(0,-50%);
	}

	.header_menusp > ul > li.menu-item-has-children.on > a::before {
	  	content: "";
	    position: absolute;
	    width: 25px;
	    height: 25px;
	    background: url('../../images/common02/square-minus.svg') no-repeat;
	    background-size: contain;
	    top: 50%;
	    left: 0;
	    transform: translate(0,-50%);
	  	-webkit-transition: 0.3s;
	  	transition: 0.3s;
	}

	.header_menusp .sub-menu {
		padding: 0 1.5rem 1.5rem;
		display: none;
	}

	.header_menusp .sub-menu li a {
		display: block;
		font-size: 1.6rem;
		padding: 0.8rem 0;
		color: #fff;
	}

	#footer .footer-link-list {
		margin: 0 1rem;
		padding: 3.5rem 0;
		font-size: 1.4rem;
	}

	#footer .footer-link-list .main>li {
		padding: 0 0 1.5rem;
		border-left: 0;
	}

	#footer .footer-link-list .main>li ul {
		background: none;
	}

	#footer .p-question .footer-nav__subtitle {
		padding: 0 0.8rem 0.8rem;
		border-bottom: 1px solid #404040;
	}

	#footer .p-question .container {
		border-bottom: 0;
		margin-bottom: 0;
	}

	#footer .footer-link-list .main > li:last-child {
		max-width: 100%;
		border-top: 1px solid #404040;
		padding-top: 1.5rem;
	}

	#footer .footer-link-list .main>li ul li a br {
		display: none;
	}

	#footer .footer-link-list .main>li ul li a img {
		width: 15px;
	    height: 15px;
	    margin: 0 0 0 1rem;
	    vertical-align: middle;
	}

	#footer .footer-link-list .ft_logo {
		position: static;
		text-align: center;
	}
}