@charset "UTF-8";

/*20230828 アイキャッチゾーンのロゴ配置*/
.p-fv__emblem2::before ,
.p-fv__emblem-lead::before {
	    content: none;
}
.p-fv__emblem1__img img {
	   width: 12rem;
	aspect-ratio: auto;
}
@media only screen and (min-width: 768px) {
	.p-fv__emblem-wrapper {
	  margin-top: 0;
	}
	.p-fv__emblem1 ,
	.p-fv__emblem1__inner {
	  width: 14rem;
	}
}
@media only screen and (max-width: 767px) {
	.p-fv__emblem1 ,
	.p-fv__emblem1__inner {
		width: 100%;
	}
	.p-fv__emblem1__img img  {
		    margin: 0 auto;
	}
	.p-fv__emblem1__text {
		text-align: center;
	}
}

