@charset "utf-8";
:root {
	--lt-highLight: url(/koukousei/site_wp/wp-content/themes/site/images/common/lt_highLight.svg);
	--rb-shadow: url(/koukousei/site_wp/wp-content/themes/site/images/common/rb_shadow.svg);
}
@media screen and (max-width: 834px) {
	:root {
		--lt-highLight: url(/koukousei/site_wp/wp-content/themes/site/images/common/lt_highLight_sp.svg);
		--rb-shadow: url(/koukousei/site_wp/wp-content/themes/site/images/common/rb_shadow_sp.svg);
	}
}

/* ///////////////////////////////////////////////////////////////////////
// 説明会LP用：申し込みボタンのみ
/////////////////////////////////////////////////////////////////////// */
.justOne-btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: var(--lt-highLight), var(--rb-shadow);
	background-repeat: no-repeat;
	background-position: 0 0, 100% 100%;
	background-size: auto 70%, auto 70%;
	background-color: #0ca700;
	font-family: var(--fontFamily-sans-noto);
	font-weight: 700;
	font-size: clamp(1.8rem, var(--sp-18px), 2.5rem);
	text-align: center;
	color: #fff;
	line-height: 1;
	border: 1px solid #3ab02e;
	width: auto;
	height: 68px;
	aspect-ratio: 440 / 68;
	padding-right: 0.75em;
	border-radius: 100px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.7);

	&::after {
		content: '';
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: calc(100% - 1em);
		clip-path: polygon(0 0, 0 100%, 100% 50%);
		width: 11px;
		height: 16px;
		background: #fff;
	}

	& span {
		line-height: 1.1;
		text-align: center;
	}
	& .highLight {
		position: absolute;
		content: '';
		width: 85%;
		height: 25%;
		border-radius: 50em;
		background-image: linear-gradient(#fff 2%, rgba(255, 255, 255, 0.7) 15%, transparent);
		left: 50%;
		transform: translateX(-50%);
		top: 0;
	}
}

@media screen and (max-width: 834px) {
	.justOne-btn {
		width: 66.7vw;
		height: 14vw;
		padding-right: 0;
		line-height: 1.1;

		&::after {
			display: none;
		}
		& .highLight {
			height: 30%;
		}
	}
}
