/* メインコンテンツ */
main {
    background-color: #fff;
    text-align: center;
    padding: 50px 15px;
}

.index-img {
    width: 100%;
    height: auto;
    object-fit: cover; /* トリミングせずに調整 */
    max-height: 400px; /* 必要ならヘッダー高さ制限 */
}
