.worksArchive__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 85px 30px;
	margin-top: 40px;
	align-items: start;
}
.lowerHero__catch {
    display: block;
    width: 355px;
    height: auto;
    margin-bottom: -15px;
    margin-left: -5%;
}


/* ========================================
	Tablet
======================================== */

@media screen and (max-width: 1024px) {
	.worksArchive__grid {
		gap: 70px 24px;
		margin-top: 90px;
	}
	.lowerHero__catch {
		width: 360px;
		margin-bottom: 35px;
		margin-left: 0;
	}
}



/* ========================================
	Smartphone
======================================== */

@media screen and (max-width: 767px) {


	.worksArchive__grid {
		grid-template-columns: 1fr;
		grid-auto-rows: auto;
		gap: 48px;
		margin-top: 5px;
	}
	.lowerHero__catch {
		display: block;
		width: 330px;
		max-width: none;
		height: auto;
		margin: 0 0 28px;
		transform: translate(-33px, 20px);
	}
}


#reformList {
	scroll-margin-top: 120px;
}

.worksCard__noImage {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 4 / 3;
	background: #f1f1f1;
	color: #aaa;
	font-size: 12px;
	letter-spacing: .12em;
}