@charset "utf-8";

/*---------------------------------------------------------------------- general <--*/

footer {
	position: relative;
	border-top: 1px solid #f0f0f0;
}

footer > .frame {
	display: flex;
	justify-content: space-between;
}

.footer_left,
.footer_right {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.footer_left {
	width: 450px;
}

.footer_right {
	width: calc(100% - 450px);
	justify-content: flex-end;
}

@media (width <= 1023px) {
	footer {
		padding: ;
	}
}

@media (width <= 1024px) {
	.footer_left {
		display: flex;
		justify-content: center;
		width: 100%;
		padding: 0 100px;
	}
	
	address {
		text-align: center;
	}
	
	.copylight {
		display: block;
		margin-top: 30px;
	}
	
	.footer_right {
		display: none;
	}
}

@media (width <= 768px) {
	.footer_left {
		padding: 0;
	}
}

/*----------------------------------------------------------------------> ▼ .logo, .smart_logo <--*/

footer .logo {
}

footer .logo img,
footer .smart_logo img {
	height: 37.5px;
}

@media (width <= 767px) {
	footer .logo img,
	footer .smart_logo img {
		height: 35px;
	}
}

@media (width <= 400px) {
	footer .logo img,
	footer .smart_logo img {
		height: 28px;
	}
}

/*----------------------------------------------------------------------> ▼ address <--*/

address {
	width: 100%;
	margin-top: 15px;
	font-size: 15px;
}

@media (width <= 767px) {
	address {
		font-size: 14px;
	}
}

@media (width <= 400px) {
	address {
		font-size: 13px;
	}
}

/*----------------------------------------------------------------------> ▼ .footer_menu_2 <--*/

footer .tel {
	display: flex;
	margin-top: 30px;
	font-family: Helvetica-B;
	font-size: 38px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #1c2a54;
}

footer .tel span {
	padding: 0 15px;
	margin-right: 15px;
	border: 0px solid #000;
	border-radius: var(--border_radius_light);
	background: #1c2a54;
	color: #fff;	
	font-size: 16px;
	letter-spacing: 3px;
}

@media (width <= 767px) {
	footer .tel {
		font-size: 36px;
		line-height: 30px;
	}
	
	footer .tel span {
		padding: 0 10px;
		font-size: 14px;
	}
}

@media (width <= 400px) {
	footer .tel {
		font-size: 30px;
		line-height: 24px;
		letter-spacing: 1.5px;
	}
	
	footer .tel span {
		margin-right: 12px;
		font-size: 14px;
		letter-spacing: 1px;
	}
}

/*----------------------------------------------------------------------> ▼ .footer_menu <--*/

.footer_menu {
	display: flex;
	flex-wrap: wrap;
}

.footer_menu a {
	font-size: 18px;
}

.footer_menu a:nth-child(n + 2) {
	margin-left: 30px;
}


@media (hover: hover) and (pointer: fine) {
	.footer_menu_group a:first-child::after {
		left: 0;
		bottom: 0;
	}

	.footer_menu_group a:first-child:hover::after {
		width: 100%;
	}
	
	.footer_menu_group a:nth-child(2)::after {
		left: 43px;
	}
	
	.footer_menu_group a:nth-child(2):hover::after {
		width: calc(100% - 43px);
	}

	.footer_menu_group a:nth-child(n + 3)::after {
		left: 37px;
	}
	
	.footer_menu_group a:nth-child(n + 3):hover::after {
		width: calc(100% - 37px);
	}
}

/*----------------------------------------------------------------------> ▼ .footer_menu <--*/

.footer_menu_2 {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	margin-top: 50px;
	padding-top: 15px;
	border-top: 1px dashed #ccc;	
}

.footer_menu_2 a {
	background: ;
	font-size: 14px;
}

.footer_menu_2 a:nth-child(n + 2) {
	margin-left: 30px;
}

@media (width <= 1024px) {
	.footer_menu_2 {
		display: none;
	}
}

@media (hover: hover) and (pointer: fine) {

}

/*-----------------------------------------------------------------------------------------------> ▼ .copyright <--*/

.copyright {
	border-top: 1px solid var(--theme);	
	line-height: 100px;
	color: #fff;
	background: #1c2a54;
	text-align: center;
	font-size: 16px;
}

@media (width <= 1023px) {
	.copyright {
		line-height: 80px;
		font-size: 13px;
	}
}

/*-----------------------------------------------------------------------------------------------> ▼ .go_top <--*/

.go_top {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100px;
	aspect-ratio: 1 / 1;
	background: url(/asset/image/general/go_top_333.png?m=20000101) center / cover;
	opacity: 0.5;
	z-index: 100;
}

.go_top.scrolled {
	background: url(/asset/image/general/go_top_333.png?m=20000101) center / cover, #fff;
	opacity: 1;
}

@media (width <= 1024px) {
	.go_top {
		display: none;
	}
}

@media (hover: hover) and (pointer: fine) {
	.go_top {
		transition: var(--transition);
	}

	.go_top.scrolled:hover {
		background: url(/asset/image/general/go_top_fff.png?m=20000101) center / cover, var(--red);
		opacity: 1;
	}
}
