.footer {
	padding: 100px 40px 60px;
	overflow: hidden;
}
.footer_box {
	display: flex;
/*	justify-content: space-between;*/
	justify-content: flex-start;
    	gap: 60px 130px;
	flex-wrap: wrap;
	position: relative;
}
.footer_bg_logo {
	position: absolute;
	z-index: -1;
	top: -215px;
    left: -200px;
	width: 698px;
}
.footer_main {
	width: 400px;
}
.footer_logo {
	width: 340px;
}
.footer_text {
	font-size: 12px;
	line-height: calc(18/12);
	letter-spacing: 0.03em;
	margin-top: 25px;
}
.footer_sns {
	margin-top: 40px;
	display: flex;
	align-items: center;
}
.footer_sns_title {
	font-family: "Ubuntu", sans-serif;
	font-size: 24px;
	color: var(--maincolor);
}
.footer_sns_box {
	margin-left: 40px;
	display: flex;
	align-items: center;
	column-gap: 15px;
}
.footer_sns_box_item {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid var(--maincolor);
	display: grid;
	place-items: center;
}
.footer_sns_box_item_img {
	width: 56%;
}
.footer_bottom {
	margin-top: 80px;
}
.footer_bottom_title {
	font-size: 20px;
}
.footer_bottom_info {
	font-family: "Ubuntu", sans-serif;
	color: var(--maincolor);
	letter-spacing: 0.03em;
	margin-top: 15px;
}
.footer_location {
	margin-top: 25px;
}
.footer_location_title {
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.03em;
	display: inline-block;
	background-color: rgb(0 124 200 / .75);
	border-radius: 7px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 22px;
	margin-bottom: 16px;
}
.footer_location_text {
	font-size: 14px;
}
.footer_location_text + .footer_location_text {
	margin-top: 6px;
}
.footer_menu {
	display: flex;
}
.footer_menu_item + .footer_menu_item {
	margin-left: 100px;
}
.footer_list + .footer_list {
	margin-top: 60px;
}
.footer_list_title {
	font-family: "Ubuntu", sans-serif;
	font-size: 14px;
	color: #7B7171;
	line-height: 1;
	margin-bottom: 28px;
}
.footer_list_title_jp {
	display: block;
	font-size: 24px;
	margin-top: 8px;
	color: var(--maincolor);
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.footer_list_title_jp2 {
	display: block;
	font-size: 20px;
	margin-top: 8px;
	color: var(--maincolor);
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.footer_list_title_jp3 {
	display: block;
	font-size: 16px;
	margin-top: 0px;
	color: var(--maincolor);
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.footer_list_item + .footer_list_item {
	margin-top: 20px;
}
.footer_list_item_link {
	font-size: 18px;
	color: rgb(28 28 28 / .6);
	line-height: 1;
	letter-spacing: 0.03em;
}
.footer_list_text {
	font-family: "Ubuntu", sans-serif;
	color: var(--maincolor);
	line-height: 1;
}
.copyright {
	width: 100%;
	text-align: right;
/*	margin-top: -20px;*/
}
.copyright_text {
	font-family: "Ubuntu", sans-serif;
	font-size: 11px;
	color: rgb(0 124 200 /.75);
	letter-spacing: 0.03em;
}

@media (max-width: 1250px) {
	.footer_menu_item + .footer_menu_item {
		margin-left: 40px;
	}
}
@media (max-width: 1050px) {
	.footer_bg_logo {
		top: -11%;
		left: 50%;
		transform: translateX(-50%);
	}
	.footer_box {
		justify-content: center;
	}
	.footer_menu {
		display: none;
	}
	.copyright {
/*		margin-top: 40px;*/
	}
}
@media (max-width: 767px) {
	.footer {
		padding: 100px 20px 40px;
	}
	.footer_bg_logo {
		top: -11%;
		left: 50%;
		transform: translateX(-50%);
		width: 550px;
	}
	.footer_logo {
		width: 230px;
		margin: auto;
	}
	.footer_text {
		text-align: center;
		font-size: 14px;
		        line-height: 1.8;
	}
	.footer_sns {
		flex-direction: column;
		margin-top: 50px;
	}
	.footer_sns_title {
		font-size: 16px;
	}
	.footer_sns_box {
		margin-left: 0;
		margin-top: 16px;
	}
	.footer_bottom {
		margin-top: 80px;
	}
	.footer_bottom_title {
/*		font-size: 18px;*/
	}
	.footer_location {
		margin-top: 20px;
	}
	.footer_bottom_info {
    	line-height: 1.8;
    	}
}
@media (max-width: 450px) {
	.contact_box_item_inner {
        column-gap: 15px;
    }
	.contact_box_item_title {
		width: 150px;
	}
	.contact_btn_arrow_box {
		right: 10px;
	}
}