.VALUES::before,
.VALUES::after {
	content: "";
	display: block;
	overflow: hidden;
}

.VALUES .value {
	margin-bottom: 60rem;
}

.VALUES .value:last-child {margin-bottom: 0;}

.VALUES .title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.VALUES .title > * {
	box-sizing: border-box;
	flex: 0 0 auto;
}

.VALUES .title .icon {
	width: 120rem;
	padding-right: 25rem;
}

.VALUES .title .icon img {
	width: 100%;
}

.VALUES .title .title-content {
	width: auto;
}

.VALUES .b-columns {
	justify-content: center;
	margin-top: 20rem;
}

@media screen and (max-width: 960px) {
	.VALUES .title .icon {margin-bottom: 20rem;}
	.VALUES .title .title-content {width: 100%;}
}



/* animation */

@media screen and (min-width: 961px) {
	.VALUES .b-column:nth-child(3n + 2) {transition-delay: 0.4s;}
	.VALUES .b-column:nth-child(3n + 3) {transition-delay: 0.6s;}
}


