.card-unit {
	border-radius: 0;
	border-bottom-left-radius: 40px !important;
}
.cblr {
	border-bottom-left-radius: 40px !important;
}
.bg-mobile {
	display: none
}
.op-05 {
	opacity: 0.5;
}
.img-bg {
    background: #000;
}
.textHead {
	position: relative;
	margin-top: -11%;
}
.clr-wa {
	color:#25d366;
}
.btn-wa {
	background-color: #25d366;
    border-color: #25d366;
	color:#fff;
}
.owl-carousel .owl-nav button.owl-prev {
    left: 3px;
}
.owl-carousel .owl-nav button.owl-next {
    right: 3px;
}
@media (max-width: 992px) {
	.bg-mobile {display: block}
	.bg-pc {display: none}
}
@media (max-width: 660px) {
	.display-3 {
	    font-size: calc(1.125rem + 0.9vw);
	}
	.display-4 {
    	font-size: calc(1.105rem + 0.66vw);
	}
	.textHead {
		margin-top: -12%;
	}
}