<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#footer01 * {
	text-decoration: none;
	font-family: Helvetica;
}

#footer01 .footer {
	z-index: 1;
}

#footer01 .footer-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#footer01 .footer-row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) * -.5);
	margin-left: calc(var(--bs-gutter-x) * -.5);
	--bs-gutter-x: 0rem !important;
}

#footer01 .footer-col-sm-12 {
	flex: 0 0 auto;
	width: 100%;
}

#footer01 .footer-divide {
	border-right: 1px solid #4e4e4e;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
	flex: 0 0 auto;
	width: 33.33333333%;
}

#footer01 .footer-divide-2 {
	flex: 0 0 auto;
	width: 66.66666667%;
}

#footer01 .footer-global {
	background-color: #000;
	padding: 40px 30px !important;
}

#footer01 .footer-left {
	width: 100%;
	padding-right: 70px;
	text-align: center;
}

#footer01 .footer-logo img {
	width: 100%;
	max-width: 206px;
}

#footer01 .footer-form {
	margin: 70px 0 66px;
}

#footer01 .footer-form button {
	border: none;
	position: absolute;
	z-index: 10;
	border-radius: 16px;
	padding: 2px 0 0 5px;
	background-color: inherit
}

#footer01 .footer-form form {
	position: relative;
}

#footer01 .footer-form label {
	top: 0px;
	left: 12px;
	position: absolute;
}

#footer01 .footer-form img {
	width: 21px;
	height: 21px
}

#footer01 .footer-form input {
	width: 100%;
	height: 32px;
	border: none;
	border-radius: 16px;
	padding-left: 35px;
	background-color: #FFFFFF;
	box-shadow: inset 0px 0px;
}

#footer01 .footer-sns {
	display: flex;
	justify-content: center;
	align-items: center;
}

#footer01 .footer-sns img {
	margin: 0 12px;
}

#footer01 .footer-sns .footer-youtube {
	width: 39px;
}

#footer01 .footer-sns a:hover {
	background: inherit;
}

#footer01 .footer-sns img:hover {
	opacity: .8;
	transition: 0.3s;
}

#footer01 .footer-links {
	color: #fff;
	padding: 0px 0 11px;
	padding-left: 60px !important;
	display: flex !important;
	justify-content: space-between !important;
}

#footer01 .footer-links h3 {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: .04em;
	font-weight: bold;
	text-align: left;
	margin-top: -10px;
	margin-bottom: 0.1rem;
}

#footer01 .footer-links-item {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

#footer01 .footer-links ul {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 1rem;
}

#footer01 .footer-links li {
	line-height: 2;
	font-size: 18px;
	font-weight: 300;
	padding-left: 0px;
}

#footer01 .footer-links a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}

#footer01 .footer-links a:hover {
	color: #fff
}

#footer01 .footer-bottom-2 {
	padding: 27px 0;
	background: #fff;
	;
}

#footer01 .footer-bottom-2 ul {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding-left: 0;
}

#footer01 .footer-bottom-2 li {
	margin: 0 10px;
	line-height: 1;
	letter-spacing: .04em;
	padding-left: 0px;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.33
}

#footer01 .footer-bottom-2 li+li {
	padding-left: 10px;
	margin-left: 0;
	border-left: 1px solid #000;
}

#footer01 .footer-bottom-2 a {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .04em;
	line-height: 1.33;
}

#footer01 .footer-bottom-2 a:hover {
	color: #000
}

#footer01 .footer-bottom-divide {
	content: "";
	height: 12px;
	width: 1px;
	background-color: #000;
	margin-top: 5px
}

@media (max-width:1200px) {
	#footer01 .footer-row {
		flex-direction: column;
	}

	#footer01 .footer-divide {
		border-right: none;
		border-bottom: 1px solid #4e4e4e;
		margin-bottom: 30px;
		padding-bottom: 40px;
		width: 100%;
	}

	#footer01 .footer-form {
		width: 100%;
	}

	#footer01 .footer-global {
		padding: 40px 30px !important;
	}

	#footer01 .footer-left {
		padding-right: 0;

	}

	#footer01 .footer-logo img {
		max-width: 80%
	}

	#footer01 .footer-links {
		padding-left: 0 !important;
		padding-bottom: 0 !important;
		flex-direction: column;
	}

	#footer01 .footer-links-item {
		margin-right: 0;
		margin-bottom: 30px;
	}

	#footer01 .footer-links h3 {
		font-size: 16px
	}

	#footer01 .footer-links ul {
		margin-bottom: 0px;
	}


	#footer01 .footer-links li {
		font-size: 16px
	}

	#footer01 .footer-bottom-2 a {
		font-size: 16px;
	}

	#footer01 .footer-bottom-divide {
		margin-top: 7px;
	}


}


@media (max-width:600px) {
	#footer01 .footer-bottom-2 ul {
		flex-direction: column;
		text-align: center;
	}

	#footer01 .footer-bottom-divide {
		background-color: inherit;
	}

	#footer01 .footer-bottom-2 li {
		margin-bottom: 17px;
	}


	#footer01 .footer-bottom-2 li:last-child {
		margin-bottom: 0px;
	}

	#footer01 .footer-bottom-2 li+li {
		padding-left: 0px;
		margin-left: 0;
		border-left: none;
	}
}


#back-top.btn-backtop {
	display: block;
	background-color: rgba(51, 51, 51, .9) !important;
	color: #fff;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 45px;
	line-height: 20px;
	border: none;
	border-bottom: 5px solid #000;
	z-index: 2020;
	margin: 0;
	font-size: 11px;
	font-weight: 200;
	padding: 11px 12px 10px;
}

#back-top.btn-backtop:focus {
	box-shadow: none;
}

#back-top .bi.bi-chevron-up {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	width: 6px;
	height: 6px;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(25%) rotate(-45deg);
}


#footer01 .footer-to-about {
	margin-top: 30px
}

#footer01 .footer-to-about a {
	padding: 10px 15px;
	background-color: #7d888e;
	color: #fff;
	transition: all .3s
}

#footer01 .footer-to-about a:hover {
	color: #7d888e;
	background-color: #fff;
	border: 1px solid #7d888e;
	transition: all .3s
}</pre></body></html>