/*
----------------------------------------

footer

----------------------------------------
*/

footer {
	padding: 4rem 0;
	font-weight: bold;
}

footer .bottom-head {
	padding: 2rem 0 2.6rem;
	align-items: center;
}

footer .bottom-head .logo {
	line-height: 0.5;
	margin-right: auto;
}

footer .btn-01 {
	margin-left: 1.5rem;
}

footer .btn-01.contact a {
	width: 20rem;
	font-size: 1.6rem;
	line-height: 4rem;
	padding: 0 3rem 0 5rem;
	background: #69cfd1 url(../img/common/sp/2x/icon-contact-02-sp.png) left 1.9rem center / 19px no-repeat;
}

.btn-01.contact a::after {
	display: none;
}

footer .nav-wrap {
	padding: 3rem 4rem 2rem 5rem;
	background: #e8f8ff;
	border-radius: 2rem;
}

footer .sitemap {
	width: calc(100% - 300px);
	padding-right: 2rem;
}

footer .sitemap .flex > ul {
	width: 25%;
}

footer .sitemap .flex > ul:nth-child(2n) {
	width: 25%;
}

footer .sitemap .flex > ul:nth-child(3n) {
	width: 50%;
}

footer .sitemap li {
	margin-bottom: 0.9rem;
	letter-spacing: 0.2px;
}

footer .sitemap a[href="#"] {
	pointer-events: none;
}

footer .sitemap li ul {
	margin: 0 0 -0.2rem 2rem;
}

footer .sitemap li ul li {
	padding-left: 2rem;
	line-height: 1.8;
	position: relative;
	margin-bottom: 1.5px;
}

footer .sitemap li ul li::before {
	content: "";
	width: 0.9rem;
	height: 2px;
	background: #0465cc;
	position: absolute;
	top: 1.6rem;
	left: 0;
}

footer .sitemap li ul a {
	font-size: 1.4rem;
}

footer .link-wrap {
	width: 300px;
	padding-top: 1rem;
}

footer .link-wrap .bnr {
	line-height: 0.5;
	margin-bottom: 2rem;
	text-align: center;
}

footer .link-wrap .bnr.bnr_02 {
	margin: 1rem 0 0;
}

footer .link-wrap .bnr.bnr_03 {
	margin: 1rem 0 0;
}

footer .link-wrap .bnr a {
	display: inline-block;
	line-height: 0.5;
	transition: all 0.4s;
}

footer .link-wrap .sns-wrap .flex {
	justify-content: center;
	padding-right: 1rem;
}

footer .link-wrap .sns-wrap a {
	display: block;
	line-height: 0.5;
	background: #fff;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	transition: all 0.4s;
}

footer .link-wrap .sns-wrap li + li {
	margin-left: 1rem;
}

footer .other-wrap {
	padding: 2rem 0;
	align-items: flex-end;
}

footer .other-link li + li {
	margin-left: 2.25rem;
	padding-left: 2.25rem;
	position: relative;
}

footer .other-link li + li::before {
	content: "";
	width: 1px;
	height: 14px;
	background: #b2b2b2;
	position: absolute;
	top: calc(50% - 7px);
	left: 0;
}

footer .other-link a {
	font-size: 1.4rem;
	letter-spacing: 1px;
}

footer .copyright {
	font-size: 1.2rem;
	margin-left: auto;
	padding-left: 2rem;
	letter-spacing: 0.8px;
	font-weight: normal;
}

/* 1200 */

@media screen and (max-width: 1200px) {
	footer .sitemap {
		width: calc(100% - 26rem);
	}

	footer .link-wrap {
		width: 26rem;
	}
}

/* 1000 */

@media screen and (max-width: 1000px) {
	footer .nav-wrap {
		padding: 3rem;
	}

	footer .sitemap {
		width: 100%;
		padding-right: 0;
		margin-bottom: 2.5rem;
	}

	footer .sitemap li ul li::before {
		top: 1.2rem;
	}

	footer .link-wrap {
		width: 100%;
	}

	footer .other-link li + li {
		margin-left: 1rem;
		padding-left: 1rem;
	}

	footer .other-link a {
		font-size: 1.2rem;
		letter-spacing: 0;
	}

	footer .copyright {
		font-size: 1.1rem;
	}
}

/* 768 */

@media screen and (max-width: 768px) {
	footer {
		padding: 1rem 0;
	}

	footer .nav-wrap {
		padding: 0;
		background: transparent;
	}

	footer .sitemap > .flex {
		flex-direction: column;
	}

	footer .sitemap .flex > ul {
		width: 100% !important;
	}

	footer .sitemap li {
		margin: 0;
		background: url(../img/common/sp/2x/dot.png) left bottom / 5px repeat-x;
		padding-bottom: 3px;
	}

	footer .sitemap a[href="#"] {
		pointer-events: auto;
	}

	footer .sitemap li a {
		display: block;
		font-size: 1.6rem;
		font-weight: normal;
		padding: 0.9rem 3rem 0.812rem 1rem;
		background: url(../img/common/sp/2x/arrow-02-sp.png) right 1.2rem top 55% / 9px no-repeat;
	}

	footer .sitemap li ul {
		margin: 0;
	}

	footer .sitemap li ul.sub {
		display: none;
	}

	footer .sitemap a.sub-menu-btn {
		background: transparent;
		position: relative;
	}

	footer .sitemap a.sub-menu-btn::before,
	footer .sitemap a.sub-menu-btn::after {
		content: "";
		width: 1.6rem;
		height: 2px;
		background: #139fe5;
		position: absolute;
		top: calc(50% - 1px);
		right: 0.9rem;
		transform: all 0.2s;
	}

	footer .sitemap a.sub-menu-btn::after {
		transform: rotate(90deg);
	}

	footer .sitemap a.sub-menu-btn.active::after {
		opacity: 0;
	}

	footer .sitemap li ul li {
		background: url(../img/common/sp/2x/dot.png) left top / 5px repeat-x;
		padding: 3px 0 0 4.2rem;
	}

	footer .sitemap li ul li::before {
		width: 1.4rem;
		left: 3rem;
		top: 2.4rem;
	}

	footer .sitemap li ul a {
		font-size: 1.6rem;
		line-height: 1.7;
	}

	footer .link-wrap {
		background: #e8f8ff;
		padding: 2.5rem 1rem;
		border-radius: 1rem;
	}

	footer .sp-nav .btn-01 {
		margin-bottom: 1.5rem;
	}

	footer .sp-nav .btn-01.my-page a {
		background: #0465cc url(../img/common/sp/2x/icon-user-sp.png) left 2rem center / 15px no-repeat;
	}

	footer .sp-nav .btn-01.contact a {
		width: 24rem;
		background-size: 17px;
	}

	footer .sp-nav .btn-01.contact a::after {
		display: block;
	}

	footer .link-wrap .bnr {
		margin-bottom: 2.8rem;
	}

	footer .link-wrap .bnr img {
		width: 24rem;
	}

	footer .link-wrap .sns-wrap .ttl span {
		display: inline-block;
		padding: 0.5rem 0 0 1rem;
		background: url(../img/common/sp/2x/follow-us.png) left top / 12px no-repeat;
		font-size: 1.6rem;
		letter-spacing: 1.2px;
		margin-right: 2px;
	}

	footer .other-wrap {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	footer .other-wrap .logo img {
		height: 4rem;
	}

	footer .copyright {
		margin: 0.8rem 0 1rem;
	}
}

/* hover */

@media screen and (min-width: 769px) {
}

/*
----------------------------------------

sp-fix

----------------------------------------
*/

footer .contact-btn a {
	border: solid 1px rgba(255, 255, 255, 0.2);
}

#sp-fix {
	position: fixed;
	right: 0;
	bottom: -40px;
	left: 0;
	background: #f5f5f5;
	padding: 10px;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all 0.2s;
}

#sp-fix .btn {
	flex: 1;
}

#sp-fix .btn + .btn {
	margin-left: 10px;
}

#sp-fix .btn a {
	display: block;
	background: var(--base-color);
	color: #fff;
	letter-spacing: 0;
	padding: 11px 5px;
}

#sp-fix .btn a::before {
	content: "";
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin: 2px;
}

#sp-fix .tel a::before {
}

#sp-fix .mail a {
	background: var(--main-color);
}

#sp-fix .mail a::before {
	margin-right: 5px;
}

/* 768 */

@media screen and (max-width: 768px) {
	#sp-fix.active {
		bottom: 0;
		opacity: 1;
		visibility: visible;
		z-index: 999;
	}
}

/*
----------------------------------------
hover
----------------------------------------
*/

@media screen and (min-width: 768px) {
	footer .contact-btn a:hover {
		border: solid 1px rgba(255, 255, 255, 0.2);
	}

	footer .sitemap a:hover {
		color: #0465cc;
	}

	footer .link-wrap .bnr a:hover {
		transform: translateY(-0.4rem) scale(1.02);
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	}

	footer .link-wrap .sns-wrap a:hover {
		transform: translateY(-0.4rem) scale(1.02);
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	}

	footer .other-link a:hover {
		text-decoration: underline;
	}
}

/*
----------------------------------------

fixed-bnr

----------------------------------------
*/
.fixed-bnr-area {
	display: none;
}

@media screen and (max-width: 768px) {
	.fixed-bnr-area {
		display: block;
		position: fixed;
		bottom: -85px;
		z-index: 9999;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 100%;
		opacity: 0;
		visibility: hidden;
		z-index: -1;
		pointer-events: none;
		transition: all 0.2s;
	}
	.fixed-bnr-area.is-active {
		bottom: 0;
		opacity: 1;
		pointer-events: all;
		visibility: visible;
		z-index: 9999;
	}

	.fixed-bnr-area::before {
		content: "";
		width: 50%;
		top: 0;
		left: 0;
		z-index: 10;
		position: absolute;
		background: #13c9e0;
		height: 100%;
	}
	.fixed-bnr-area::after {
		content: "";
		width: 50%;
		top: 0;
		right: 0;
		z-index: 10;
		position: absolute;
		background: #ff98ad;
		height: 100%;
	}
	.fixed-bnr-balloon {
		position: absolute;
		top: -22px;
		left: 0;
		right: 0;
		width: 69.333%;
		max-width: 260px;
		margin: 0 auto;
		z-index: 10;
		aspect-ratio: 260 / 41;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 30;
	}
	.fixed-bnr-balloon > img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.fixed-bnr-inner {
		width: 100%;
		height: auto;
		overflow: hidden;
		aspect-ratio: 750 / 170;
		max-width: 375px;
		max-height: 85px;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		z-index: 20;
		margin: 0 auto;
	}
	.fixed-bnr-btns {
		position: absolute;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 9.733%;
		padding: 0 3.466%;
		bottom: 17%;
		z-index: 30;
	}
	.fixed-bnr-btns > a {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		aspect-ratio: 310 / 46;
	}
	.fixed-bnr-btns > a > img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.fixed-bnr-bg {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		z-index: 0;
		position: relative;
		margin: 0 auto;
	}
	.fixed-bnr-bg > img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
}
