@charset "UTF-8";
/* ------------------------------------------------------------- */
/* StyleSection _ fv1  CSS                                       */
/* ------------------------------------------------------------- */
.fv1{
	position: relative;
	height: 800px;
	background: url("../img/fv_pc.webp") center no-repeat;
	background-size: cover;
	overflow: hidden;
}

.fv1 .txt1 {
	position: absolute;
	top: 16%;
	left: 50%;
	margin-left: -400px;
}

.fv1 img.txt2 {
  position: absolute;
  top: 70%;
  left: 3%;
}


/* ======== PC Setting ======== */
@media screen and (min-width: 1051px) {
	.fv_txt2{
		left: 50%;
		margin-left: -570px;
		/* 画像位置調整 PC */
		margin-top: 80px;
	}
}

/* ======== SMP Setting ======== */
@media screen and (max-width: 1050px) {
	.fv1{
		height: 168vw;
		background: url("../img/fv_sp.webp") center no-repeat;
	}
	.fv1 .txt1{
		margin-left: 0;
		top: 14%;
		left: 2%;
		width: 89.4vw;
	}
	
	.fv1 img.txt2 {
		position: absolute;
		top: 50%;
		left: 16%;
		width: 69.4vw;
	}

}


