.ol-type01 > strong{font-weight: 700;}
.introduction-wrap{display: flex;align-items:flex-start;gap: 40px;}
.introduction-wrap .img{width: 459px;flex-shrink: 0;}
.introduction-wrap .img img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
@media(max-width:1024px){
	.introduction-wrap{display: block;}
	.introduction-wrap .img{margin-top: 20px;width: 100%;}
}