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

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

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

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

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

.top-aruaru-he-img02 img {
	aspect-ratio: 350/263;
	object-fit: cover;
}

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

.top-aruaru-he-img03 img {
	aspect-ratio: 350/341;
	object-fit: cover;
}

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

.top-aruaru-he-img04 img {
	aspect-ratio: 1/1;
	object-fit: cover;
}

.top-aruaru-he-button a {
	width: 100%;
	max-width: 500px;
	color: var(--color-font-white);
	background-color: var(--color-bg-base);
	border-radius: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 30px;
	transition: all 0.3s ease-out;
}

.top-aruaru-he-button img {
	width: 24px;
	height: 24px;
	transition: all 0.3s ease-in-out;
}

.top-aruaru-he-button a:hover {
	transform: translateY(-10px);
}

.top-aruaru-he-button a:hover img {
	transform: translateX(10px);
}

.top-aruaru-he-content {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
}
@media screen and (min-width: 1080px) {
	.top-aruaru-he-content {
		grid-template-columns: repeat(3, 1fr);
		align-content: stretch;
		justify-content: space-between;
		gap: 50px;
		max-width: 1100px;
		margin-inline: auto;
	}
}

.top-aruaru-he-item {
	display: contents;
}

.top-aruaru-he-item a {
	background-color: var(--color-bg-white);
	border-radius: 15px;
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	gap: 20px;
	padding: 24px;
	transition: all 0.3s;
}

.top-aruaru-he-item a:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.top-aruaru-he-inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.top-aruaru-he-img {
	background-color: var(--color-bg-grey);
	width: 50px;
	height: 50px;
	border-radius: 100vh;
	display: grid;
	place-items: center;
}

.top-aruaru-he-img img {
	width: 25px;
	height: 25px;
}

.top-aruaru-he-head {
	font-size: 18px;
	font-weight: bold;
}

.top-aruaru-he-text {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.top-aruaru-he-detail {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid var(--color-bg-grey);
	padding-top: 19px;
}

.top-aruaru-he-detail img {
	width: 12px;
	height: 12px;
}
