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

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;
	}
}

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

bottom-fixed-area

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

@media screen and (max-width: 768px) {
	.bottom-fixed-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;
	}
	.bottom-fixed-area.is-active {
		bottom: 0;
		opacity: 1;
		pointer-events: all;
		visibility: visible;
		z-index: 9999;
	}

	.bottom-fixed-close {
		position: absolute;
		top: -32px;
		right: 0;
		width: 32px;
		height: auto;
		aspect-ratio: 1 / 1;
		background: #989898;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		z-index: 10;
		box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
	}
	.bottom-fixed-close::after {
		content: "";
		background-image: url("../img/common/1x/icon-close-wh.svg");
		background-repeat: no-repeat;
		background-size: contain;
		width: 10px;
		height: auto;
		aspect-ratio: 1 / 1;
		flex-shrink: 0;
	}

	.bottom-fixed-contents {
		width: 100%;
		background: #fff;
		display: flex;
		flex-flow: column;
		align-items: center;
		gap: 4px;
		box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.1);
		position: relative;
		z-index: 0;
		padding: 8px 12px;
		max-height: 100px;
		overflow: hidden;
	}
	.bottom-fixed-txt {
		width: 100%;
		font-weight: 700;
		font-size: 14px;
		line-height: 1.4;
		letter-spacing: 0;
		text-align: center;
	}
	.bottom-fixed-txt span {
		color: #3797db;
		font-size: 16px;
		padding: 0 2px;
	}
	.bottom-fixed-txt strong {
		color: #eb6d8e;
		font-size: 16px;
		padding: 0 2px;
	}

	.bottom-fixed-btns {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		max-width: 500px;
		gap: 8px;
	}
	.btn-bottom-fixed {
		width: 100%;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #ddd;
		overflow: hidden;
		border-radius: 6px;
	}
	.btn-bottom-fixed.btf-blue {
		background: #16c9e0;
	}
	.btn-bottom-fixed.btf-pink {
		background: #ff97ac;
	}
	.btn-bottom-fixed > div {
		display: flex;
		flex-flow: column;
		gap: 3px;
	}
	.btn-bottom-fixed > div > span {
		width: 100%;
		font-weight: 700;
		font-size: 13px;
		line-height: 1;
		letter-spacing: 0;
		text-align: center;
		color: #fff;
	}
	.btn-bottom-fixed > div > span > small {
		font-size: 11px;
	}
	.btn-bottom-fixed > div > p {
		width: 100%;
		font-weight: 700;
		font-size: 16px;
		line-height: 1;
		letter-spacing: 0;
		text-align: center;
		color: #fff;
	}
}
