.part-img{
background-image:url(../shutterstock_1005938026.jpg); /* 画像のURLを指定 */
background-repeat: no-repeat; /* 画像の繰り返しを指定 */
background-position:center center; /* 画像の表示位置を指定 */
background-size:contain; /* 画像のサイズを指定 */
width:100%; /* 横幅のサイズを指定 */
height:400px; /* 縦幅のサイズを指定 */
}