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

.top-aruaru-me-img01 {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.top-aruaru-me-img01 {
		max-width: 350px;
	}
}

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

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

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

.top-aruaru-me-img02 {
	width: 100%;
	max-width: 300px;
	margin-inline: auto;
}
@media screen and (min-width: 768px) {
	.top-aruaru-me-img02 {
		margin: 0;
	}
}

.top-aruaru-me-img-wrap03 {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
@media screen and (min-width: 768px) {
	.top-aruaru-me-img-wrap03 {
		flex-direction: row;
		justify-content: space-between;
		max-width: 800px;
		margin-inline: auto;
	}
}

.top-aruaru-me-img03,
.top-aruaru-me-img04 {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.top-aruaru-me-img03,
	.top-aruaru-me-img04 {
		max-width: 350px;
	}
}

.top-aruaru-me-img03 img,
.top-aruaru-me-img04 img {
	aspect-ratio: 16/9;
	object-fit: cover;
}
@media screen and (min-width: 768px) {
	.top-aruaru-me-img03 img,
	.top-aruaru-me-img04 img {
		aspect-ratio: 1/1;
	}
}

.top-aruaru-me-card-wrap {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	width: 100%;
	gap: 20px;
}
@media screen and (min-width: 768px) {
	.top-aruaru-me-card-wrap {
		grid-template-columns: repeat(2, 1fr);
		max-width: 1000px;
		gap: 40px;
		margin-inline: auto;
	}
}

.top-aruaru-me-card-head {
	font-size: 20px;
}

.top-aruaru-me-card-text {
	display: flex;
	gap: 8px;
}

.top-aruaru-me-card-arrow {
	background-color: var(--color-bg-base);
	width: 25px;
	height: 25px;
	border-radius: 100vh;
	display: grid;
	place-items: center;
	flex-shrink: 0;
}
@media screen and (min-width: 768px) {
	.top-aruaru-me-card-arrow {
		margin-top: 5px;
	}
}

.top-aruaru-me-card-arrow img {
	width: 12px;
	height: 12px;
}

.top-aruaru-me-text-wrap {
	width: fit-content;
}
