@charset "utf-8";

#header {
	background: #fff !important;
	box-shadow: 0 1px 14px rgba(14, 47, 73, .08);
	height: 64px;
	line-height: 1;
	z-index: 1000;
}

#wrapper.smaller #header {
	background: #fff !important;
}

#header .container-fluid {
	align-items: center;
	display: flex;
	height: 100%;
	max-width: none;
	padding: 0 0 0 18px;
	position: relative;
}

#header .navbar-header {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	height: 100%;
	justify-content: flex-start;
	margin: 0;
	min-width: 0;
	padding: 0;
}

#header .navbar-brand {
	flex: 0 0 188px;
	margin: 0 20px 0 0;
	max-width: 188px;
	padding: 0;
	width: 188px;
}

#header .navbar-brand a {
	align-items: center;
	display: flex;
	height: 64px;
}

#header .navbar-brand img {
	height: auto;
	max-height: 60px;
	max-width: 188px;
	width: auto;
}

#header .dlogo {
	display: block !important;
}

#header .wlogo {
	display: none !important;
}

#header-right {
	display: flex;
	flex: 1 1 auto;
	justify-content: flex-end;
	max-width: none;
	min-width: 0;
}

#header .navbar-expand-lg {
	flex: 1 1 auto;
	justify-content: flex-end;
	max-width: none;
	padding: 0;
}

#header .navbar-toggler {
	display: none !important;
}

#header .navbar-collapse {
	display: flex !important;
	justify-content: flex-end;
	width: 100%;
}

#header .navbar-container {
	width: auto;
}

#header .navbar-expand-lg .navbar-nav {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	width: auto;
}

#header .navbar-expand-lg .navbar-nav .nav-item {
	align-items: center;
	display: flex;
	height: 64px;
	padding: 0;
}

#header .navbar-expand-lg .navbar-nav .nav-link {
	align-items: center;
	background: transparent !important;
	color: #333 !important;
	display: inline-flex;
	font-size: 12px;
	font-weight: bold;
	height: auto;
	justify-content: center;
	line-height: 1;
	margin: 0 7px;
	padding: 0;
	transition: color .25s ease;
	white-space: nowrap;
}

#header .navbar-expand-lg .navbar-nav .nav-link:hover,
#header .navbar-expand-lg .navbar-nav .nav-link:active,
#header .navbar-expand-lg .navbar-nav .nav-link:focus,
#header .navbar-expand-lg .navbar-nav .nav-item.active > .nav-link {
	background: transparent !important;
	color: #138fd4 !important;
	opacity: 1;
}

#header .dropdown-menu {
	top: 64px;
}

#header .dropdown:hover > .dropdown-menu {
	animation: none;
	display: none;
}

#header .dropdown.show > .dropdown-menu,
#header .dropdown-menu.show {
	animation: show .5s linear 0s;
	display: block;
}

#header .h-info,
#wrapper.smaller #header .h-info {
	align-items: center;
	color: #333;
	display: flex;
	flex: 0 0 auto;
	font-family: inherit;
	height: 64px;
	margin: 0 12px 0 8px;
	opacity: 1;
	overflow: visible;
	transition: none;
}

#header .h-info div {
	align-items: center;
	display: flex;
	margin: 0;
	white-space: nowrap;
}

#header .h-info div span {
	align-items: center;
	color: #333;
	display: flex;
	font-size: 16px;
	font-weight: bold;
	padding-left: 0;
}

#header .h-info a {
	align-items: center;
	display: flex;
	margin-left: 8px !important;
}

#header .h-info .header-ex-tel {
	align-items: center;
	color: #333;
	display: inline-flex;
	font-size: 16px;
	font-weight: bold;
	gap: 7px;
	line-height: 1;
	margin-left: 0 !important;
}

#header .h-info .header-ex-tel:hover,
#header .h-info .header-ex-tel:active,
#header .h-info .header-ex-tel:focus {
	color: #138fd4;
	opacity: 1;
}

#header .h-info .header-ex-tel i {
	align-items: center;
	color: #333;
	display: inline-flex;
	flex: 0 0 14px;
	font-size: 13px;
	height: 14px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	width: 14px;
}

#header .h-info .header-ex-sns-icon {
	background: #333;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	height: 24px;
	justify-content: center;
	width: 24px;
}

#header .h-info .header-ex-sns-icon:hover,
#header .h-info .header-ex-sns-icon:active,
#header .h-info .header-ex-sns-icon:focus {
	background: #138fd4;
	color: #fff;
	opacity: 1;
}

.header-ex-toggle {
	align-items: center;
	align-self: stretch;
	background: #138fd4;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: flex;
	flex: 0 0 68px;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	padding: 0;
	position: relative;
	width: 68px;
	z-index: 1002;
}

.header-ex-toggle:focus {
	outline: none;
}

.header-ex-toggle:hover,
.header-ex-toggle:active {
	background: #0e78b8;
}

.header-ex-toggle.is-open {
	background: transparent;
	position: relative;
}

.header-ex-toggle.is-open .header-ex-toggle-line {
	width: 30px;
}

.header-ex-toggle-line {
	background: #fff;
	display: block;
	height: 2px;
	margin: 3px 0;
	transition: transform .25s ease, opacity .25s ease;
	width: 22px;
}

.header-ex-toggle small {
	color: #fff;
	display: none;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	margin-top: 5px;
}

.header-ex-toggle.is-open .header-ex-toggle-line:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

.header-ex-toggle.is-open .header-ex-toggle-line:nth-child(2) {
	opacity: 0;
}

.header-ex-toggle.is-open .header-ex-toggle-line:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

.header-ex-drawer {
	background: #22597e;
	bottom: 0;
	box-shadow: none;
	color: #fff;
	left: 0;
	max-height: none;
	opacity: 0;
	overflow-y: auto;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateY(-18px);
	transition: transform .65s ease, opacity .65s ease;
	width: 100vw;
	z-index: 1001;
}

.header-ex-drawer:before {
	background: linear-gradient(90deg, rgba(12, 39, 59, .12), rgba(12, 39, 59, .3)), url("../images/partner/img04.jpg") center center / cover no-repeat;
	bottom: 0;
	content: "";
	left: 0;
	position: fixed;
	top: 0;
	width: clamp(320px, 29vw, 560px);
}

.header-ex-menu-open .header-ex-drawer {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.header-ex-drawer-inner {
	margin-left: clamp(320px, 29vw, 560px);
	min-height: 100vh;
	padding: clamp(78px, 8vh, 116px) clamp(58px, 7vw, 112px) 52px;
	position: relative;
	z-index: 1;
}

.header-ex-drawer-nav {
	display: grid;
	gap: 52px 74px;
	grid-template-columns: repeat(3, minmax(180px, 1fr));
}

.header-ex-drawer-col h4 {
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 20px;
}

.header-ex-drawer-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.header-ex-drawer-col li + li {
	margin-top: 12px;
}

.header-ex-drawer-col a {
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.55;
	position: relative;
}

.header-ex-drawer-col a:after {
	background: #fff;
	bottom: -3px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform .25s ease;
	width: 100%;
}

.header-ex-drawer-col a:hover,
.header-ex-drawer-col a:active,
.header-ex-drawer-col a:focus {
	color: #cfefff;
	opacity: 1;
}

.header-ex-drawer-col a:hover:after,
.header-ex-drawer-col a:active:after,
.header-ex-drawer-col a:focus:after {
	transform: scaleX(1);
}

.header-ex-drawer-utility {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, .28);
	display: flex;
	justify-content: space-between;
	margin-top: 52px;
	padding-top: 28px;
}

.header-ex-drawer-tel {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.header-ex-drawer-sns {
	display: flex;
	gap: 10px;
}

.header-ex-drawer-sns a {
	align-items: center;
	background: rgba(255, 255, 255, .16);
	border-radius: 50%;
	color: #fff;
	display: flex;
	height: 38px;
	justify-content: center;
	transition: background .25s ease;
	width: 38px;
}

.header-ex-drawer-sns a:hover,
.header-ex-drawer-sns a:active,
.header-ex-drawer-sns a:focus {
	background: #fff;
	color: #138fd4;
	opacity: 1;
}

@media only screen and (max-width: 1300px) {
	#header .navbar-brand {
		flex-basis: 162px;
		margin-right: 14px;
		max-width: 162px;
		width: 162px;
	}

	#header .navbar-brand img {
		max-height: 54px;
		max-width: 162px;
	}

	#header .navbar-expand-lg .navbar-nav .nav-link {
		font-size: 11px;
		margin: 0 5px;
	}

	#header .h-info div span {
		font-size: 14px;
	}
}


@media only screen and (max-width: 1123px) {
	#header-right {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	#header {
		height: 56px;
	}

	#header .container-fluid {
		padding-left: 14px;
	}

	#header .navbar-header {
		flex: 1 1 auto;
	}

	#header .navbar-brand {
		flex: 0 0 148px;
		margin-right: 0;
		max-width: 148px;
		width: 148px;
	}

	#header .navbar-brand a {
		height: 56px;
	}

	#header .navbar-brand img {
		max-height: 50px;
		max-width: 148px;
	}

	#header-right,
	#header .h-info,
	#wrapper.smaller #header .h-info {
		display: none;
	}

	#header .navbar-expand-lg .navbar-nav .nav-item {
		height: auto;
	}

	.header-ex-toggle {
		flex-basis: 58px;
		height: 56px;
		width: 58px;
	}

	.header-ex-drawer {
		max-height: none;
		top: 0;
		width: 100%;
	}

	.header-ex-drawer:before {
		opacity: .24;
		width: 100%;
	}

	.header-ex-drawer-inner {
		margin-left: 0;
		padding: 78px 28px 34px;
	}

	.header-ex-drawer-nav {
		gap: 24px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 575px) {
	.header-ex-drawer-nav {
		grid-template-columns: 1fr;
	}

	.header-ex-drawer-utility {
		align-items: flex-start;
		flex-direction: column;
		gap: 16px;
	}
}
