.section01 h2{
    --mx: 237px;
    --my: 7px;
    --mw: 54px;
    --mh: 26px;
}

@media (max-width: 900px) {
	.section01 h2{
		--mx: 151px;
		--my: 3px;
		--mw: 34px;
		--mh: 19px;
	}
    .section02 .value .tit {font-size: 20px;}
	.section02 .value .list-item:nth-child(3) .tit {min-height: 48px;}
    .section02 .value .txt{display:flex; align-items:center; min-height: 100px;}
    .section02 .value .txt br{display:none;}
}