footer.no_link {
	background-color: #2A2A2A;
}

footer.no_link .footer_menu_sub {
	background-color: #2A2A2A;
}

@media (max-width: 960px) {
	footer.no_link .footer_menu_sub .footer_menu_sub_01 {
		max-width: 270px;
	}
}

footer.no_link .footer_menu_sub .footer_menu_sub_01_others li a {
	color: #E9F2F3;
}

footer.no_link .footer_menu_sub .footer_copyrights {
	color: #92A2A8;
}

footer nav {
	padding: 5rem 0;
	background-color: #34353A;
}

@media (max-width: 960px) {
	footer nav {
		padding: 0;
	}
}

footer .footer_menu {
	display: flex;
}

@media (max-width: 960px) {
	footer .footer_menu {
		flex-direction: column;
		padding: 0;
	}
}

@media (max-width: 960px) {
	footer .footer_menu .footer_menu_logo {
		padding: 2.5rem 1.25rem;
	}
}

footer .footer_menu .footer_menu_logo a {
	display: block;
	width: 130px;
}

@media (max-width: 960px) {
	footer .footer_menu .footer_menu_logo a {
		width: 118px;
	}
}

footer .footer_menu .footer_menu_inner {
	position: relative;
}

footer .footer_menu .footer_menu_inner_title {
	cursor: default;
	position: relative;
	font-size: 0.875rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 1.25rem;
	text-decoration: none;
	letter-spacing: 0.5px;
	transition: all 0.3s;
}

@media (max-width: 960px) {
	footer .footer_menu .footer_menu_inner_title {
		display: block;
		padding: 2rem 36px 2rem 1.25rem;
		margin-bottom: 0;
		border-top: 1px solid #92A2A8;
		cursor: pointer;
	}
}

@media (max-width: 960px) {
	footer .footer_menu .footer_menu_inner_title.only_pc {
		display: none !important;
	}
}

@media (max-width: 960px) {
	footer .footer_menu .footer_menu_inner_title.open::after {
		transform: translate(-50%, -50%);
	}
}

footer .footer_menu .footer_menu_inner_title.under {
	margin-top: 40px;
}

@media (max-width: 960px) {
	footer .footer_menu .footer_menu_inner_title:hover {
		opacity: 0.7;
	}
}

@media (max-width: 960px) {
	footer .footer_menu .footer_menu_inner_title::before, footer .footer_menu .footer_menu_inner_title::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		width: 12px;
		height: 2px;
		background-color: #FFF;
		transition: all 0.3s;
		left: inherit;
		right: 14px;
	}
}

@media (max-width: 960px) {
	footer .footer_menu .footer_menu_inner_title::before {
		transform: translate(-50%, -50%);
	}
}

@media (max-width: 960px) {
	footer .footer_menu .footer_menu_inner_title::after {
		transform: translate(-50%, -50%) rotate(90deg);
	}
}

footer .footer_menu .footer_menu_inner_title a {
	position: relative;
	font-size: 0.875rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 1.25rem;
	text-decoration: none;
	letter-spacing: 0.5px;
	transition: all 0.3s;
}

footer .footer_menu .footer_menu_inner_title a:hover {
	opacity: 0.7;
}

footer .footer_menu .footer_menu_inner_link {
	position: relative;
	display: none;
	margin-top: auto;
	text-decoration: none;
	letter-spacing: 0.5px;
	transition: all 0.3s;
}

@media (max-width: 960px) {
	footer .footer_menu .footer_menu_inner_link {
		display: block;
		padding: 2rem 36px 2rem 1.25rem;
		border-top: 1px solid #92A2A8;
		cursor: pointer;
	}
}

footer .footer_menu .footer_menu_inner_link[target="_blank"] span {
	padding-right: 16px;
}

footer .footer_menu .footer_menu_inner_link[target="_blank"] span::after {
	content: '';
	position: absolute;
	display: block;
	background-image: url(../image/ic_blank_gray.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 13px;
	height: 13px;
	top: 4px;
	right: 0;
}

footer .footer_menu .footer_menu_inner_link:hover {
	opacity: 0.7;
}

@media (max-width: 960px) {
	footer .footer_menu .footer_menu_inner_link::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 24px;
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 2px #FFF;
		border-right: solid 2px #FFF;
		transform: rotate(45deg);
		margin-top: -4px;
	}
}

footer .footer_menu .footer_menu_inner_link span {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
}

@media (max-width: 768px) {
	footer .footer_menu ul {
		width: 100%;
	}
}

@media (max-width: 480px) {
	footer .footer_menu ul {
		max-width: 100%;
		margin-right: 0;
	}
}

footer .footer_menu ul li {
	margin-bottom: 0.75rem;
	line-height: 1.5;
	letter-spacing: 0;
}

@media (max-width: 960px) {
	footer .footer_menu ul li {
		margin-bottom: 0;
	}
}

footer .footer_menu ul li:last-of-type {
	margin-bottom: 0;
}

footer .footer_menu ul li a {
	display: block;
	font-size: 0.75rem;
	color: #E9F2F3;
	text-decoration: none;
	transition: all 0.3s;
	cursor: pointer;
}

@media (max-width: 960px) {
	footer .footer_menu ul li a {
		position: relative;
		padding: 1.5rem 2.5rem;
		border-top: 1px solid #92A2A8;
	}
}

footer .footer_menu ul li a[target="_blank"] span {
	padding-right: 16px;
}

footer .footer_menu ul li a[target="_blank"] span::after {
	content: '';
	position: absolute;
	display: block;
	background-image: url(../image/ic_blank_gray.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 12px;
	height: 12px;
	top: 3px;
	right: 0;
}

footer .footer_menu ul li a:hover {
	opacity: 0.7;
}

@media (max-width: 960px) {
	footer .footer_menu ul li a::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 24px;
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 2px #FFF;
		border-right: solid 2px #FFF;
		transform: rotate(45deg);
		margin-top: -4px;
	}
}

footer .footer_menu ul li a span {
	position: relative;
	display: inline-block;
	font-size: 0.75rem;
	color: #E9F2F3;
}

footer .footer_menu_inner_01 {
	display: flex;
	width: 100%;
	margin-left: 2.5rem;
}

@media (max-width: 960px) {
	footer .footer_menu_inner_01 {
		flex-direction: column;
		margin: 0;
		width: 100%;
	}
}

@media (max-width: 768px) {
	footer .footer_menu_inner_01 {
		width: 100%;
	}
}

footer .footer_menu_inner_01 .footer_menu_inner {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-right: 2.5rem;
}

@media (max-width: 960px) {
	footer .footer_menu_inner_01 .footer_menu_inner {
		margin: 0 !important;
		width: 100%;
	}
}

@media (max-width: 768px) {
	footer .footer_menu_inner_01 .footer_menu_inner:not(:nth-of-type(-n+3)) {
		margin-top: 3.75rem;
	}
}

@media (max-width: 768px) {
	footer .footer_menu_inner_01 .footer_menu_inner:nth-of-type(3n) {
		margin-right: 0;
	}
}

footer .footer_menu_inner_01 .footer_menu_inner:last-of-type {
	margin-right: 0;
}

footer .footer_menu_inner_01 .footer_menu_inner:last-of-type ul {
	margin-right: 0;
}

@media (max-width: 960px) {
	footer .footer_menu_inner_01 .footer_menu_inner ul {
		display: none;
	}
}

footer .footer_menu_inner_02 {
	display: flex;
	width: 25%;
}

@media (max-width: 960px) {
	footer .footer_menu_inner_02 {
		flex-direction: column;
		margin: 0;
		width: 100%;
	}
}

@media (max-width: 768px) {
	footer .footer_menu_inner_02 {
		margin-top: 3.75rem;
	}
}

footer .footer_menu_inner_02 .footer_menu_inner {
	position: relative;
	width: 100%;
}

@media (max-width: 960px) {
	footer .footer_menu_inner_02 ul {
		display: none;
	}
}

footer .footer_menu_sub {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 2.5rem 1.25rem;
	background-color: #FFF;
}

@media (max-width: 960px) {
	footer .footer_menu_sub {
		flex-direction: column;
		padding: 2rem 1.25rem;
		align-items: center;
	}
}

@media (max-width: 960px) {
	footer .footer_menu_sub .footer_menu_sub_01 {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 0.5rem;
	}
}

@media (max-width: 960px) {
	footer .footer_menu_sub .footer_menu_sub_02 {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

footer .footer_menu_sub .footer_menu_sub_01_sns {
	display: flex;
	margin-bottom: 1.25rem;
}

@media (max-width: 960px) {
	footer .footer_menu_sub .footer_menu_sub_01_sns {
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 1.5rem;
	}
}

footer .footer_menu_sub .footer_menu_sub_01_sns li {
	display: flex;
	margin-right: 1rem;
}

@media (max-width: 786px) {
	footer .footer_menu_sub .footer_menu_sub_01_sns li {
		margin-right: 1.25rem;
	}
}

footer .footer_menu_sub .footer_menu_sub_01_sns li:last-of-type {
	margin-right: 0;
}

footer .footer_menu_sub .footer_menu_sub_01_sns li a {
	width: 32px;
	height: 32px;
	transition: all 0.3s;
}

@media (max-width: 768px) {
	footer .footer_menu_sub .footer_menu_sub_01_sns li a {
		width: 40px;
		height: 40px;
	}
}

footer .footer_menu_sub .footer_menu_sub_01_sns li a a:hover {
	opacity: 0.7;
}

footer .footer_menu_sub .footer_menu_sub_01_sns li a img {
	width: 100%;
	max-width: 32px;
	max-height: 32px;
}

@media (max-width: 768px) {
	footer .footer_menu_sub .footer_menu_sub_01_sns li a img {
		max-width: 40px;
		max-height: 40px;
	}
}

footer .footer_menu_sub .footer_menu_sub_01_others {
	display: flex;
}

@media (max-width: 960px) {
	footer .footer_menu_sub .footer_menu_sub_01_others {
		display: inline-block;
		text-align: center;
	}
}

footer .footer_menu_sub .footer_menu_sub_01_others li {
	margin-right: 1.25rem;
}

@media (max-width: 960px) {
	footer .footer_menu_sub .footer_menu_sub_01_others li {
		display: inline-block;
		margin: 0 0.625rem 1rem;
	}
}

footer .footer_menu_sub .footer_menu_sub_01_others li a {
	font-size: 0.625rem;
	font-weight: 700;
	color: #2A2A2A;
	text-decoration: none;
	letter-spacing: 0;
	transition: all 0.3s;
}

@media (max-width: 768px) {
	footer .footer_menu_sub .footer_menu_sub_01_others li a {
		font-size: 0.75rem;
	}
}

footer .footer_menu_sub .footer_menu_sub_01_others li a:hover {
	opacity: 0.5;
}

footer .footer_menu_sub .footer_copyrights {
	font-size: 0.625rem;
	color: #92A2A8;
	text-align: right;
	letter-spacing: 0;
}
