.top-aruaru-mu-wrap {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.top-aruaru-mu-box {
	display: flex;
	flex-direction: column;
	gap: 8px;
	background-color: var(--color-bg-white);
	border-radius: 6px;
	padding: 24px 20px;
}
@media screen and (min-width: 768px) {
	.top-aruaru-mu-box {
		border-radius: 15px;
	}
}

.top-aruaru-mu-img-wrap {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
@media screen and (min-width: 768px) {
	.top-aruaru-mu-img-wrap {
		flex-direction: row-reverse;
		align-items: flex-end;
		justify-content: space-between;
		gap: 30px;
	}
}

@media screen and (min-width: 768px) {
	.top-aruaru-mu-img01 {
		max-width: 450px;
	}
}

.top-aruaru-mu-img01 img {
	aspect-ratio: 16/9;
	object-fit: cover;
}
@media screen and (min-width: 768px) {
	.top-aruaru-mu-img01 img {
		aspect-ratio: 450/320;
	}
}

.top-aruaru-mu-img-wrap02 {
	display: flex;
	flex-direction: column-reverse;
	gap: 20px;
}
@media screen and (min-width: 768px) {
	.top-aruaru-mu-img-wrap02 {
		flex-direction: row-reverse;
		align-items: flex-end;
		justify-content: space-between;
		gap: 30px;
	}
}

.top-aruaru-mu-img02 {
	max-width: 500px;
	margin-inline: auto;
}
@media screen and (min-width: 768px) {
	.top-aruaru-mu-img02 {
		max-width: 350px;
		margin: 0;
	}
}

.top-aruaru-mu-img02 img {
	aspect-ratio: 1/1;
	object-fit: contain;
}
