.kasou-mv {
	background: url("../_img/mv.jpg") no-repeat fixed;
	background-position: 50% 50%;
	background-size: cover;
}

@media screen and (max-width: 767px) {
	.kasou-mv {
		background: url("../_img/mv_sp.jpg") no-repeat;
		background-position: 50% 50%;
		background-size: cover;
	}
}

.kasou-mv .kasou-mv-content {
	text-align: center;
	color: #fff;
}

/*# sourceMappingURL=../../../../_map/english/business/environment/_css/style.css.map */

.tile:hover .textLink__text {
	color: #008d54;
	border-color: #008d54;
  }
  .textLink:hover .textLink__text {
	color: #008d54;
	border-color: #008d54;
  }
  .textLink__text {
	color: #000;
	text-decoration: none;
	transition: 0.3s;
	border-bottom: 1px solid transparent;
  }