/*
Theme Name: Peppy タップカンパニー
Template: peppy-sales
Version: 1.0.0
*/

/* Company Background */
.wp-block-group.is-style-company-background {
	position: relative;
	overflow: hidden;
}

.wp-block-group.is-style-company-background > * {
	position: relative;
	z-index: 1;
}

.wp-block-group.is-style-company-background::before {
	content: "";
	position: absolute;
	width: 858px;
	aspect-ratio: 858 / 728;
	top: 250px;
	left: -112px;
	background-image: url(/wp-content/themes/peppy-tapcompany/assets/images/logo-mark-transparent.png);
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
}

@media (max-width: 781px) {
	.wp-block-group.is-style-company-background::before {
		width: 458px;
		top: 150px;
		left: auto;
		right: calc(50% - 92px);
	}
}
