.pc {
	display: block;
}

.sp {
	display: none;
}

.inner {
	padding: 0 2rem;
}

.block {
	margin: 0 auto;
	max-width: 120rem;
	width: 90%;
}

.heading h3 {
	font-size: clamp(30px, 1.6666666667vw, 32px);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 150%;
	position: relative;
}

.heading h3::before {
	background: #45b035;
	bottom: -1rem;
	content: "";
	display: block;
	height: 0.3rem;
	left: 0;
	position: absolute;
	width: 4rem;
}

.heading span {
	color: #ffc44d;
	display: block;
	font-size: clamp(18px, 1.5vw, 20px);
	font-weight: 400;
	letter-spacing: 0.02em;
}

.heading p {
	display: block;
	font-size: clamp(16px, 1.2vw, 18px);
	font-weight: 400;
	letter-spacing: 0.02em;
	margin-top: 3rem;
}

.ttl {
	color: #c4e7bf;
	display: block;
	font-size: clamp(80px, 7.8125vw, 150px);
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 0.9;
	position: relative;
	text-align: center;
}

.ttl .sbttl {
	bottom: 0;
	color: #333333;
	font-size: clamp(30px, 1.6666666667vw, 32px);
	font-weight: 700;
	left: 0;
	letter-spacing: 0.04em;
	line-height: 1;
	margin: auto;
	position: absolute;
	right: 0;
}

.center {
	text-align: center;
}

.green {
	background: #45b035;
	border-radius: 50%;
	display: block;
	min-height: clamp(30px, 1.5vw, 32px);
	min-width: clamp(30px, 1.5vw, 32px);
}

.yellow {
	background: #ffc44d;
	border-radius: 50%;
	display: block;
	min-height: clamp(30px, 1.5vw, 32px);
	min-width: clamp(30px, 1.5vw, 32px);
}

.blue {
	background: #316ea9;
	border-radius: 50%;
	display: block;
	min-height: clamp(30px, 1.5vw, 32px);
	min-width: clamp(30px, 1.5vw, 32px);
}

.wvh-searchform {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.375rem;
	height: 2.9375rem;
}

.wvh-searchform input[type=text] {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(38.79%, #fff), color-stop(102.08%, #e4e4e5));
	background: linear-gradient(0deg, #fff 38.79%, #e4e4e5 102.08%);
	border: 2px solid #b7b8b8;
	border-radius: 5px;
	height: 2.9375rem;
	padding: 0.5rem 1.375rem;
	width: clamp(12.5rem, 12.8125vw, 15.375rem);
}

.wvh-searchform input[type=text]::-moz-placeholder {
	border: 1px solid transparent;
	color: #b9bab7;
	letter-spacing: 0.36px;
}

.wvh-searchform input[type=text]::-webkit-input-placeholder {
	border: 1px solid transparent;
	color: #b9bab7;
	letter-spacing: 0.36px;
}

.wvh-searchform input[type=text]:-ms-input-placeholder {
	border: 1px solid transparent;
	color: #b9bab7;
	letter-spacing: 0.36px;
}

.wvh-searchform input[type=text]::-ms-input-placeholder {
	border: 1px solid transparent;
	color: #b9bab7;
	letter-spacing: 0.36px;
}

.wvh-searchform input[type=text]::placeholder {
	border: 1px solid transparent;
	color: #b9bab7;
	letter-spacing: 0.36px;
}

.wvh-searchform__search-button {
	aspect-ratio: 1/1;
	background: #b7b8b8;
	border: none;
	cursor: pointer;
	padding: 0;
	width: 2.9375rem;
}

.wvh-searchform__icon--search {
	-o-object-fit: contain;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	aspect-ratio: 1/1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-inline: auto;
	max-width: 100%;
	object-fit: contain;
	width: 1.6875rem;
}

.wvh-scroll-top {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: transparent;
	border: none;
	bottom: 21.875rem;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.625rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	opacity: 0;
	padding: 0.625rem;
	position: fixed;
	right: 9.375rem;
	right: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 30;
}

.wvh-scroll-top__arrow {
	-o-object-fit: contain;
	display: block;
	object-fit: contain;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	width: 0.3125rem;
}

.wvh-scroll-top__text {
	font-size: 0.8125rem;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
}

@media (max-width: 768px) {

.pc {
	display: none;
}

.sp {
	display: block;
}

.inner {
	padding: 0 1.25rem;
}

.block {
	width: 100%;
}

.heading h3 {
	font-size: 2.4rem;
}

.heading span {
	font-size: 1.4rem;
}

.ttl {
	display: none;
	font-size: 3.75rem;
}

.ttl .sbttl {
	font-size: 1.375rem;
}

.wvh-scroll-top__arrow {
	width: 0.5rem;
}

.wvh-scroll-top__text {
	font-size: 1.2rem;
}

}

