.header {
	border-bottom: 2px solid #ee553b;
}

/* .header */
.header .content-inner {
	font-style: normal;
	color: #463d3c;
	width: 92%;
	margin: auto;
}

.header-wrap {
	padding: 14px 0 10px;
	display: flex;
	justify-content: space-between;
}

.header-links-block {
	display: flex;
	height: 45px;
	width: 85px;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.header-wrap .header-logo {
	max-width: 323px;
	width: 71.5vw;
	margin-right: 30px;
	align-self: center;
}

.header-links-two-wrap a {
	display: flex;
	align-items: center;
	color: inherit;
}

.header-links-two-wrap a:first-of-type {
	margin-right: 43px;
}

.header-links-two-wrap a img {
	width: 13px;
	height: fit-content;
}

.header-links-two-wrap a span {
	width: max-content;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
}

.header-links-wrap {
	width: 80px;
}

.sp-nav-bar {
	display: none;
	background: #ffffff;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
	height: 76px;
	align-items: center;
	justify-content: space-evenly;
}

.nav-content-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	font-style: normal;
	color: #333333;
}

.nav-content-img {
	width: 18px;
	height: 18px;
	margin-bottom: 6px;
}

@media screen and (min-width: 785px) {
	.hamburger-menu {
		display: none;
	}

	.pc {
		display: flex;
		gap: 24px;
	}
}

@media screen and (max-width: 784px) {
	.header-wrap {
		display: flex;
		padding: 16px 0px;
		align-items: center;
	}

	.pc {
		display: none !important;
	}

	.header-links-two-wrap a img {
		width: 15px;
		height: 15px;
		margin-right: 8px;
	}

	.header-links-two-wrap a:first-of-type {
		margin-right: 0;
	}

	.header-links-two-wrap:first-of-type a:first-of-type {
		margin-right: 72px;
	}

	.header-links-two-wrap:last-of-type a:first-of-type {
		margin-right: 40px;
	}

	.header-links-two-wrap a span {
		margin-right: 0;
	}

	.menu-btn {
		display: flex;
		height: 18px;
		width: 16px;
		justify-content: center;
		align-items: center;
		z-index: 90;
	}

	.hamburger-menu {
		display: block;
	}

	.menu-btn-close {
		display: none;
	}
}