@charset "UTF-8";


/* ================================================================================
hero
================================================================================ */
@media print, screen
{

#hero > .inner
{
	display: flex;	align-items: center;
	min-height: calc(388 * var(--v));
	padding: calc(var(--headerH) + 50 * var(--v)) 0 calc(50 * var(--v));
}

#hero h1
{
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1.2;
}
#hero p
{
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
}


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

}

/* ======================================== end ======================================== */
