.esg-list-box {border: 1px solid #ddd; padding: 20px 30px;}
.esg-list-box li {display: flex; align-items: center; border-top: 1px solid #eee; padding: 25px 0;}
.esg-list-box > ul > li:first-child, .esg-list-box.half-cont  > div ul:first-child li:first-child {border-top: none;}
.esg-list-box li .tit {width: 142px; flex-shrink: 0;}
.esg-list-box li .tit span {display: block; color: #3bb149; font-weight: 500; font-size: 15px; line-height: 1.47; letter-spacing: -.03em;}
.esg-list-box li .desc span:nth-child(2) {font-size: 18px; line-height: 1.61;}
.esg-list-box.half-cont li .desc span:nth-child(2) {font-size: 15px; line-height: 1.3;}
.esg-list-box li .num {color: #3bb149; font-weight: 500; font-size: 18px; margin-right: 17px;}

.esg-item-wrap {display: flex;}
.esg-item {flex-basis: 25%; border: 1px solid #ddd; padding: 25px;}
.esg-item + .esg-item {margin-left: 16px;}
.esg-item > div {display: flex; align-items: center;}
.esg-item .num {color: #39b54a; font-size: 32px; text-align: center;}
.esg-item .num:after {content:''; display: inline-block; width: 1px; height: 20px; background-color: #ddd; margin: 0 30px;}
.esg-item .desc {display: inline-block; width: 40%; color: #666; font-size: 15px; line-height: 1.47;}

@media screen and (max-width: 1440px) {
	.esg-list-box {padding: 1.39vw 2.08vw;}
	.esg-list-box li {padding: 1.74vw 0;}
	.esg-list-box li .tit {width: 10.86vw;}
	.esg-list-box li .tit span {font-size: 1.04vw;}
	.esg-list-box li .desc span:nth-child(2) {font-size: 1.25vw;}
	.esg-list-box.half-cont li .desc span:nth-child(2) {font-size: 1.04vw;}
	.esg-list-box li .num {font-size: 1.25vw; margin-right: 1.18vw;}
}

@media screen and (max-width: 768px) {
	.esg-list-box {padding: 0 3.33vw;}
	.esg-list-box li {display: block; padding: 4.76vw 0;}
	.esg-list-box > div ul {padding: 4.76vw 0; border-top: 0.24vw solid #eee;}
	.esg-list-box > div:first-child ul:first-child  {border-top: none;}
	.esg-list-box li .tit {width: 100%; padding-left: 2.38vw;}
	.esg-list-box li .tit span {display: inline-block; font-weight: 400; font-size: 3.33vw;}
	.esg-list-box li .num {font-weight: 700; font-size: 3.33vw; vertical-align: -0.12em; margin-right: 0;}
	.esg-list-box li .desc {line-height: 1.2;}
	.esg-list-box li .desc span:nth-child(2) {font-size: 2.86vw;}
	.esg-list-box.half-cont li .desc span:nth-child(2) {font-size: 2.86vw;}
}

@media screen and (max-width: 320px) {
	.esg-list-box {padding: 0 11px;}
	.esg-list-box > div ul {padding: 15px 0;}
	.esg-list-box li {padding: 15px 0;}
	.esg-list-box li .tit {width: 100%; padding-left: 8px;}
	.esg-list-box li .tit span {  font-size: 11px;}
	.esg-list-box li .num { font-size: 11px;}
	.esg-list-box li .desc {padding-left: 32px; text-indent: -14px;}
	.esg-list-box li .desc span:nth-child(2) {font-size: 9px;}
	.esg-list-box.half-cont li .desc span:nth-child(2) {font-size: 9px;}
}