/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 14 2026 | 20:09:48 */
/* 固定ページ（選ばれる理由） */
.p-reason .midashi {
	position: relative;
}
.p-reason .midashi::before {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 50%;
	transform: translatex(-50%);
	width: 40px;
	height: 2px;
	background-color: var(--color_main);
}
@media (max-width: 959px) {
	.p-reason:nth-of-type(2n) .swell-block-columns__inner {
		flex-direction: column-reverse;
	}
}
@media (max-width: 599px) {
	.p-reason .swell-block-columns__inner {
		gap: 0;
	}
	.p-reason .item {
		padding: 0;
	}
}
.p-reason h2 {
	margin: 2em 0 1em!important;
}
.p-reason .number-wrap {
	position: relative;
}
.p-reason .number-wrap .number {
	color: var(--color_deep01);
	font-weight: bold;
	line-height: 1.2;
	font-family: "Roboto Condensed", sans-serif;
    position: absolute;
    bottom: -40px;
    right: 0;
    font-size: 100px;
    color: rgba(69, 165, 237, .6);
	text-shadow: 2px 2px 0 rgba(255,255,255, 1);
}
@media (max-width: 959px) {
	.p-reason .number-wrap .number {
		font-size: 70px;
		bottom: -30px;
	}
}