/* Footer Section */
.footer-section {
	margin-top: 300px;
	width: 100%;
	min-height: 918px;
	background-color: white;
	position: relative;
}
.curved-background-top {
	background-image: url('../img/default/icons/icon-white-curved.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100px;
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
}

.footer-content-top {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 48px 80px;
	background-color: #F5F5F5;
	border-radius: 32px;
	margin: 0 auto;
	margin-bottom: 48px;
}

/* Footer Decorations */
.footer-decoration {
	position: absolute;
	pointer-events: none;
}

.footer-decoration--left {
	left: -80px;
	top: -160px;
	width: 344px;
	height: 466px;
}

.footer-decoration--left img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.footer-decoration--right {
	right: -80px;
	top: -120px;
	width: 300px;
	height: 300px;
}

.footer-decoration--right img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* Footer Cards */
.footer-card {
	width: 496px;
	height: 200px;
	background-color: #B3B3B3;
	border-radius: 24px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: transform 0.3s ease;
}

.footer-card:hover {
	transform: translateY(-4px);
}

.footer-card__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.footer-card__background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.footer-card__content {
	position: relative;
	z-index: 2;
	padding: 56px 48px;
}

.footer-card__title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 56px;
	line-height: 1em;
	color: #FFFFFF;
	margin: 0 0 0.5px 0;
}

.footer-card__subtitle {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-left: 6px;
	margin-bottom: 3px;
}

.footer-card__icon {
	width: 24px;
	height: 24px;
	background-color: #FFFFFF;
	border-radius: 6.857px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.footer-card__icon img {
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.footer-card__subtitle span {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5em;
	color: #FFFFFF;
}

.footer-card__arrow {
	position: absolute;
	bottom: 16px;
	right: 16px;
	width: 32px;
	height: 32px;
	background-color: #FFFFFF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.footer-card__arrow img {
	width: 16px;
	height: 16px;
}

/* Footer Bottom */
.footer-content-bottom {
	max-width: 1360px;
	width: 100%;
	min-height: 494px;
	background-color: #F5F5F5;
	border-radius: 40px;
	padding: 56px 80px;
	position: relative;
	border-radius: 40px;
	box-sizing: border-box;
	margin: 0 auto;
	margin-top: 48px;
	margin-bottom: 40px;
}

.footer-bottom-decoration {
	position: absolute;
	top: -33px;
	right: 0;
	width: 560px;
	height: 560px;
	background-image: url('../img/default/footer/footer-decoration.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: 100;
}

.footer-logo {
	width: 373px;
	height: 56px;
	margin-bottom: 56px;
}

.footer-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* Footer Navigation */
.footer-nav {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: 56px;
}

.footer-nav__link {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.5em;
	color: #000000;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.footer-nav__link:hover {
	opacity: 0.7;
}

/* Footer Contact Button */
.footer-contact {
	margin-bottom: 56px;
}

.btn-contact {
	width: 480px;
	height: 56px;
	background-color: black;
	border: none;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease;
}

.btn-contact:hover {
	opacity: 0.9;
}

.btn-contact span {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1em;
	color: #FFFFFF;
}

.btn-contact__arrow {
	position: absolute;
	right: 20px;
	width: 16px;
	height: 16px;
	color: #FFFFFF;
  display: flex;
}

.btn-contact__arrow svg {
	width: 100%;
	height: 100%;
}

/* Footer Legal Links */
.footer-legal {
	display: flex;
	gap: 40px;
	margin-bottom: 56px;
}

.footer-legal__link {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.6em;
	color: #000000;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.footer-legal__link:hover {
	opacity: 0.7;
}

/* Footer Copyright */
.footer-copyright {
	margin: 0;
}

.footer-copyright p {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.6em;
	color: #000000;
	margin: 0;
}
.text_footer_top {
	height: 320px;
	position: relative;
}

.text_footer_top img {
	position: absolute;
	bottom: -299px;
	left: 0;
	width: 100%;
	height: 480px;
	z-index: 20;
	object-fit: contain;
}

.footer-content-top-container {
	padding-top: 18px;
}

/* responsive */
@media (max-width: 1200px) {

	.footer-content-top {
		padding: 48px 40px;
	}	/* footer */
	.text_footer_top {
		height: 30px;
	}
	.text_footer_top img {
		width: 390px;
		height: 425px;
		left: 50%;
		transform: translateX(-50%);
	}

	.footer-content-top-container {
		padding-top: 80px;
	}
	.curved-background-top {
		background-image: url('../img/default/icons/icon-white-curved-mobile.svg');
		height: 28px;
		top: -28px;
	}
	/* footer top */
	.footer-content-top {
		width: 100%;
		flex-direction: column;
		gap: 12px;
		align-items: center;
		background-color: white;
		padding: 0;
		max-width: 390px;
	}
	.footer-card {
		width: 342px;
		height: 160px;
	}
	.footer-decoration--left {
		width: 176px;
		height: 238px;
		left: 0;
		top: -129px;
	}
	.footer-decoration--right {
		width: 160px;
		height: 160px;
		right: 0;
		top: -129px;
	}


	/* footer bottom */
	.footer-section {
		margin-top: 190px;
		padding-bottom: 40px;
	}
	.footer-content-bottom {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 24px 32px;
		max-width: calc(100% - 48px);
		margin-bottom: 0;
	}
	.footer-logo {
		width: 208px;
		height: 30px;
		margin-bottom: 40px;
	}
	.btn-contact {
		width: 294px;
	}
	.footer-legal {
		flex-direction: column;
		align-items: center;
		gap: 24px;
		margin-bottom: 86px;
	}
	.footer-nav {
		flex-direction: column;
		margin-bottom: 24px;
	}
	.footer-contact {
		margin-bottom: 24px;
	}

	.footer-card__subtitle span {
		font-size: 18px;
	}
	.footer-card__title {
		font-size: 40px;
	}
	.footer-card__content {
		padding: 45px 30px;
	}
	.footer-card__icon {
		width: 20px;
		height: 20px;
	}
	.footer-card__icon img {
		width: 14px;
		height: 14px;
	}
	.footer-card__arrow {
		width: 28px;
		height: 28px;
		bottom: 12px;
		right: 12px;
	}
	.footer-card__arrow img {
		width: 12px;
		height: 12px;
	}
}

@media screen and (max-width: 390px) {
	.text_footer_top {
		height: 30px;
	}
	.text_footer_top img {
		height: 437px;
	}
}


.footer-image-mobile-container {
	position: relative;
	height: 326px;
	width: 100%;
}

.footer-bottom-decoration-mobile img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 390px;
	object-fit: contain;
	pointer-events: none;
	z-index: 100;
}
