@charset "UTF-8";

.cta-tel {
	font-family: var(--font_eng);
	font-weight: 600;
	font-optical-sizing: auto;
}

.cta-tel + p {
	display: none;
}

body:not(.blog):not(.post-type-archive-news):not(.single-post) .l-contents__inner:last-child {
	padding-bottom: 0;
}



footer .footer_bottom_kawata {
	font-family: var(--font_eng);
	font-weight: 700;
	letter-spacing: -.05em;
	transform: scale(1.02);
	color: var(--kwt_skyblue);
	line-height: 1.3;
	opacity: .5;
}


footer.l-footer {
	overflow: hidden;
	position: relative;
}

footer.l-footer::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 420px;
	height: 420px;
	aspect-ratio: 1;
	clip-path: polygon(0 100%,100% 0,100% 100%);
	background: #f2f2f2;
	z-index: -1;
}

@media (min-width: 769px) {
	.side_banner {
		position: fixed;
		right: 0;
		top: calc( 50% - 115px );
	}
}

@media (min-width: 1024px) {

	.l-footer--default .l-footer-widget-area {
		/* padding-bottom: calc( var(--_padding2) /2 ); */
		padding-bottom: 0;
	}

	.l-footer-widget-area .c-container .c-row__col {
		flex: 0 0 auto !important;
	}

	.l-footer-widget-area .c-container .c-row {
		display: flex;
		align-items: flex-start;
		gap: 2em;
	}


	.l-footer-widget-area__item:has(.footer_info) {
		width: 320px;
		margin-left: auto;
	}

	.copyright_origin {
		font-size: 11px;
	}


}

@media (min-width: 769px) and (max-width: 1023px){

}

@media (max-width: 768px) {

	.cta-tel a {
		color: #fff;
		text-decoration: none;
	}

	.side_banner {
		position: fixed;
		right: 0;
		top: 54px;
		transform: translateX(120%);
		transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s ease-in;
		z-index: 1;
	}

	/* ロード後：右からスライドイン */
	[data-banner-visible="true"] .side_banner {
		transform: translateX(0);
		transition-delay: 0.2s;
	}

	/* スクロール時：右にスライドアウト */
	[data-banner-visible="false"] .side_banner {
		transform: translateX(120%);
		transition-delay: 0s;
	}

	footer.l-footer::after {
		width: 180px;
		height: 180px;
	}

	.c-title span {
		display: block;
		font-size: 1rem;
		line-height: 1;
	}

}

@media (max-width: 1023px) {

	.l-footer--default .l-footer-widget-area {
		padding-top: var(--_padding1);
		padding-bottom: var(--_padding1);
	}
	
	.l-footer .c-row {
		display: flex;
		flex-wrap: wrap;
		gap: 2em;
	}

	.l-footer .c-row .c-row__col {
		flex: 1 1 calc(50% - 1em);
		max-width: calc(50% - 1em);
		box-sizing: border-box;
	}

	.l-footer .c-row .c-row__col:nth-child(n+3) {
		max-width: 100%;
		flex: 1 1 100%;
	}

	.l-footer .c-row .c-row__col:nth-child(n+3) .wp-block-image {
		width: 60%;
		margin: 0 !important;
	}

	.copyright_origin {
		font-size: 10px;
	}

}




@media (any-hover: hover) {

}