/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 28 2025 | 19:46:10 */
/* CTA/フッター */

#before_footer_widget {
	position: relative;
	z-index: 1;
	overflow: visible;
}

/* CTAトップメッセージ */
.cta-message .company-name {
	font-size: clamp(24px, 8vw, 120px);
	font-weight: 800;
}
.cta-message .company-catch-wrap {
	position: relative;
	width: fit-content;
	margin: 0 auto;
}
[lang="en-US"] .cta-message .company-catch-wrap {
	max-width: 65vw;
}
.cta-message .company-catch-wrap .bg1,
.cta-message .company-catch-wrap .bg2 {
	position: absolute;
}
.cta-message .company-catch-wrap .bg1 {
	top: -90px;
	left: -200px;
	width: 200px;
	transform: rotate(245deg);
}
@media (max-width: 959px) {
	.cta-message .company-catch-wrap .bg1 {
		top: -30px;
		left: -100px;
		width: 100px;
	}
}
.cta-message .company-catch-wrap .bg2 {
	top: -110px;
	right: -190px;
	width: 200px;
	transform: rotate(10deg);
}
@media (max-width: 959px) {
	.cta-message .company-catch-wrap .bg2 {
		top: -40px;
		right: -100px;
		width: 100px;
	}
}
.cta-message .text-catch {
	font-size: 3rem;
	font-weight: 700;
}
@media (max-width: 959px) {
	.cta-message .text-catch {
		font-size: 1.7rem;
	}
}
.cta-message .text-contact {
	font-size: 2rem;
}
@media (max-width: 959px) {
	.cta-message .text-contact {
		font-size: 1.5rem;
	}
}

/* CTAコンテンツエリア */
@media (max-width: 959px) {
	.cta-content .swell-block-columns__inner {
		gap: 20px;
	}
}
.cta-content .item {
	border: 4px solid #fff;
	border-radius: 20px;
	padding: 20px 40px;
}
.cta-content .item a {
	transition: .3s;
}
@media (hover: hover) {
	.cta-content .item a:hover {
		opacity: .6;
	}
}
.cta-content .item.flow .icon {
	width: 200px;
	margin: 0 auto;
}
@media (max-width: 959px) {
	.cta-content .item.flow .icon {
		width: 130px;
	}
}
.cta-content .item.mail .icon {
	width: 150px;
	margin: 0 auto;
}
@media (max-width: 959px) {
	.cta-content .item.mail .icon {
		width: 100px;
	}
}
.cta-content .item.tel p {
	font-size: 2rem;
	font-weight: 700;
}
.cta-content .item.tel p img {
	width: 40px;
}



/* フッター */
.footer .bg {
	position: absolute;
	top: 0;
	left: -100px;
	transform: rotate(80deg);
	width: 300px;
}
.footer .company-name {
	font-size: 1.875rem;
	font-weight: 800;
}
.footer a {
	color: #fff;
}




