@charset "UTF-8";

@media only screen and (max-width:1600px) {
    .lf-hero-visual img {
        height: 100%;
    }
}

.lf-hero-a .subtitle{
	background: none;
	font-weight: 600;
	color: #fff;
	padding: 0;
	font-size: 2.4rem;
	display: flex;
	align-items: center;
}
.lf-hero-a .subtitle .level {
	position: relative;
	padding-left: 42px;
	margin-right: 16px;
	display: flex;
}
.lf-hero-a .subtitle .level::before {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	border: 1px solid #fff;
	border-radius: 100vh;
	width: 32px;
	height: 32px;
	background: url(/jp/imagesgig5/icon-beginners_tcm102-6610569_tcm102-2750236-32.png) no-repeat center center /60%;
}
.lf-hero-a .subtitle .tag {
	display: inline-block;
	padding: 6px 20px 5px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	background: #fff;
	color: #000;
	border-radius: 100vh;
}
.lf-hero-a .subtitle .tag + .tag {
	margin-left: 16px;
}

@media only screen and (max-width: 480px){
	.lf-hero-a .subtitle {
		font-size: calc(16vw * 100 / 375);
		display: inline-block;
	}
	.lf-hero-a .subtitle .level {
		padding-left: 34px;
		margin-bottom: 16px;
	}
	.lf-hero-a .subtitle .level::before {
		width: 28px;
		height: 28px;
	}
	.lf-hero-a .subtitle .tag {
		padding: 5px 12px;
		font-size: 1.3rem;
	}
	.lf-hero-a .subtitle .tag + .tag {
		margin-left: 4px;
	}
}