.wb_ttl{
	padding-top:35px;
}
.wb_ttl .subttl{
	font-size:.6em;
	font-weight:500;
}

.wb_copy h1{
	text-align: center;
	font-size:1.8em;
	padding:30px 0;
	color:#35a049;
	font-weight:bold;
	margin:0 auto;
}
.wb_copy .wb_site{
	display:flex;
	align-items: center;
	justify-content: center;
}
.wb_copy .wb_site a{
	text-decoration:underline;
	text-underline-offset: 3px;
}

.wb_01 .concept_mv iframe{
	width:100%;
	max-width:100%;
	aspect-ratio: 5 / 3;
}

.wb_02{
	height:auto;
}
.wb_02 .wb_list{
	position:sticky;
	top:100px;
	z-index:100;
	display:flex;
	justify-content: center;
	gap:4vw;
}
.wb_02 .wb_accent{
	color:#35a049;
}
.wb_02 .wb_item{
	width:calc((100% / 4) - 4vw);
}
.wb_02 .wb_item a{
	height:100%;
}

@media screen and (max-width:979px){

}

@media screen and (max-width:759px){
	.sticky_apply2,.sticky_contact2{
		width:50%;
	}
}