@charset "UTF-8";
header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 10px 0;
	transition: all 0.3s ease;
	z-index: 10000;
	background-color: #fff;
}
header .inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
header .inner > div {
	height: 100px;
	display: flex;
	align-items: center;
	gap: 12px;
}
header .inner > div > h1 {
	max-width: 270px;
}
header .inner > div > h1 a {
	transition: all 0.3s ease;
}
header .inner > div > h1 a:hover {
	opacity: 0.5;
}
header h1 + p {
	font-size: 14px;
	color: #666;
}
header .tel {
	flex-direction: column;
}
header .tel .num {
	color: #477a9e;
	font-size: 32px;
	font-weight: 700;
	font-family: "Source Han Sans", sans-serif;
	padding-left: 30px;
	background-image: url(../img/common/ico-tel02.png);
	background-repeat: no-repeat;
	background-size: 25px auto;
	background-position: left center;
}
header .tel .txt {
	color: #000;
	font-size: 16px;
}
header .inner > nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
}
header .inner > nav > ul {
	display: flex;
	align-items: center;
	gap: 24px;
}
header a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #000;
}
header .inner ul li a span {
	display: block;
	white-space: nowrap;
	position: relative;
}
header .inner ul li a .en {
	font-size: 11px;
}
@media screen and (min-width: 1025px) {
	header a.is-current {
		color: #000;
	}
	header a:hover {
		opacity: 0.7;
		transition: all 0.3s ease;
	}
}

#gNav .gNav-contact {
	padding: 10px;
	padding-left: 48px;
	background-image: url(../img/ico-mail02.png);
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-position: 10px center;
	background-color: #618cab;
	color: #fff;
}
#gNav .gNav-contact:hover {
	opacity: 0.5;
}
header.fix {
	background: #fff;
}
#nav_toggle {
	display: none;
}
.gNav-sns ul {
	display: flex;
	gap: 12px;
}
@media screen and (max-width: 1920px) {
	header .inner {
		padding: 0 60px;
	}
}

@media screen and (max-width: 1280px) {
	header .inner {
		padding: 0 20px;
	}
}

@media screen and (max-width: 1024px) {
	header .inner > div {
		width: 100%;
		height: 55px;
		z-index: 3;
	}
	header .inner > div h1 {
		max-width: 135px;
	}
	#header h1 img {
		width: 50px;
		height: auto;
	}
	#nav_toggle {
		display: block;
		position: absolute;
		top: 12px;
		right: 20px;
	}
	#nav_toggle > div {
		position: relative;
		width: 31px;
		height: 31px;
	}
	#nav_toggle > div span {
		width: 31px;
		height: 1px;
		display: block;
		background: #000;
		position: absolute;
		transition: transform 0.3s ease-in-out, top 0.2s ease;
	}
	#nav_toggle > div span:nth-child(1) {
		top: 7px;
	}
	#nav_toggle > div span:nth-child(2) {
		top: 15px;
	}
	#nav_toggle > div span:nth-child(3) {
		top: 23px;
	}
	header .inner > nav {
		background: #fff;
		text-align: center;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		visibility: hidden;
		opacity: 0;
		z-index: 2;
		transition: opacity 0.3s ease, visibility 0.3s ease;
	}
	header .inner > nav > ul {
		display: block;
		width: 100%;
	}
	header .inner > nav > ul > li {
		text-align: center;
		margin: 30px auto 0;
		display: block;
		opacity: 0;
		transition: transform 0.3s ease, opacity 0.1s ease;
	}
	header .inner > nav > ul > li:nth-of-type(1) {
		margin: 0 auto 0;
		transition-delay: 0.1s !important;
	}
	header .inner > nav > ul > li:nth-of-type(2) {
		transition-delay: 0.2s !important;
	}
	header .inner > nav > ul > li:nth-of-type(3) {
		transition-delay: 0.3s !important;
	}
	header .inner > nav > ul > li:nth-of-type(4) {
		transition-delay: 0.4s !important;
	}
	header .inner > nav > ul > li:nth-of-type(5) {
		transition-delay: 0.5s !important;
	}
	header .inner > nav > ul > li:nth-of-type(6) {
		transition-delay: 0.6s !important;
	}
	header .inner > nav > ul > li:nth-of-type(7) {
		transition-delay: 0.7s !important;
	}
	header .inner > nav > ul > li:last-of-type {
		transition-delay: 0.8s !important;
	}
	header a span {
		font-size: 14px;
	}
	header .inner > nav > ul > li:last-of-type a {
		background: #fff;
		color: #000;
	}
	#gNav .gNav-contact {
		padding: 15px;
		width: 240px;
		margin: 0 auto;
	}
	#gNav .gNav-contact span {
		font-size: 18px;
	}
	header .inner > nav > div > ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100px;
		margin: 0px auto;
	}
	header .inner > nav > div > ul > li {
		width: 36px;
		opacity: 0;
		transition: transform 0.3s ease, opacity 0.1s ease;
	}
	header .inner > nav > div > ul > li:nth-of-type(1) {
		transition-delay: 0.9s !important;
	}
	header .inner > nav > div > ul > li:nth-of-type(2) {
		transition-delay: 0.9s !important;
	}
	.open #nav_toggle span:nth-child(1) {
		top: 15px;
		transform: rotate(45deg);
	}
	.open #nav_toggle span:nth-child(2) {
		top: 15px;
		width: 0;
		left: 50%;
	}
	.open #nav_toggle span:nth-child(3) {
		top: 15px;
		transform: rotate(-45deg);
	}
	.open #gNav {
		visibility: visible;
		opacity: 1;
		max-height: 100vh;
		overflow-y: auto;
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.open #gNav ul > li {
		border: none !important;
		opacity: 1;
		transform: translateX(0);
		transition: transform 0.5s ease, opacity 0.9s ease;
	}
	.gNav-sns {
		display: block;
	}
}
@media screen and (max-width: 480px) {
}
