@charset "UTF-8";
/* CSS Document */

.contact-anchor-biz{
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden
}
.contact-anchor-biz{
	width:75vw;
	height:23.125vw;
	border-radius:1vw
}
.contact-anchor-biz:hover .contact-img{
	-ms-transform:scale(.923);
	-webkit-transform:scale(.923);transform:scale(.923)
}
.contact-anchor-biz:hover .contact-arrow-bg{
	background-color:#00be78;
	-ms-transform:scale(.8);
	-webkit-transform:scale(.8);transform:scale(.8)
}
.contact-anchor-biz:hover .contact-arrow-icon{
	fill:#fff
}
.contact-anchor-biz .contact-img{
	width:20vw;
	left:5.5625vw;
	bottom:2.5vw;
}

.bnr_biz-PC{
	margin-top: 20px;
}

@media (min-width:769px){
	.bnr_biz-SP{
		display: none;
	}
}

@media (max-width:768px){
	.bnr_biz-PC{
		display: none;
	}
	.contact-anchor-biz{
		text-align:center;
		width:80.67633vw;
		height:115.94203vw;
		border-radius:4.58937vw
	}
	.bnr_biz-SP{
	margin-top: 20px;
	}
	.contact-anchor-biz .contact-img{
		width:50vw;
		left:18vw;
		bottom:4.5vw;
	}
}