/*-------------------------------------------------------------
top-common-ko
-------------------------------------------------------------*/
.top-aruaru-ko-img {
	display: flex;
	flex-direction: column;
	gap: 33px;
}
@media screen and (min-width: 768px) {
	.top-aruaru-ko-img {
		flex-direction: row;
	}
}

@media screen and (min-width: 768px) {
	.top-aruaru-ko-img img {
		aspect-ratio: 543/365;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

.top-aruaru-ko-container {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
@media screen and (min-width: 768px) {
	.top-aruaru-ko-container {
		gap: 40px;
	}
}

.top-aruaru-ko-item {
	counter-increment: number;
	margin: 10px 0;
}
@media screen and (min-width: 768px) {
	.top-aruaru-ko-item {
		margin: 20px 0;
	}
}

.top-aruaru-ko-head {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
}

@media screen and (min-width: 768px) {
	.top-aruaru-ko-head {
		font-size: 20px;
		line-height: 1.75;
	}
}

.top-aruaru-ko-head::before {
	content: counter(number) '.';
}

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

.top-aruaru-ko-img02 {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.top-aruaru-ko-img02 {
		max-width: 356px;
	}
}

.top-aruaru-ko-img02 img {
	aspect-ratio: 16/9;
	object-fit: cover;
}
@media screen and (min-width: 768px) {
	.top-aruaru-ko-img02 img {
		aspect-ratio: 356/267;
	}
}

.top-aruaru-ko-wrap {
	background-color: var(--color-bg-yellow);
	border-radius: 6px;
	padding: 33px 35px;
}
@media screen and (min-width: 768px) {
	.top-aruaru-ko-wrap {
		border-radius: 15px;
	}
}

.top-aruaru-ko-list-item {
	display: flex;
	align-items: center;
	gap: 8px;
}

.top-aruaru-ko-list-item::before {
	content: '';
	display: inline-block;
	background-color: var(--color-bg-base);
	width: 5px;
	height: 5px;
	aspect-ratio: 1/1;
	border-radius: 100vh;
}

.top-aruaru-ko-item04-wrap {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
}
@media screen and (min-width: 768px) {
	.top-aruaru-ko-item04-wrap {
		grid-template-columns: repeat(3, 1fr);
	}
}

.top-aruaru-ko-item04-wrap img {
	display: block;
	margin: 10px auto;
	width: 60%;
	max-width: 200px;
}
@media screen and (min-width: 768px) {
	.top-aruaru-ko-item04-wrap img {
		margin: 20px auto;
		width: 80%;
		max-width: 80%;
	}
}

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

.top-aruaru-ko-img-text {
	font-size: 14px;
	line-height: 2.5;
	text-align: center;
}

.top-aruaru-ko-relative {
	position: relative;
	padding-bottom: 300px;
}
@media screen and (min-width: 768px) {
	.top-aruaru-ko-relative {
		padding-bottom: 0;
	}
}

.top-aruaru-ko-img03 {
	width: 100%;
	max-width: 268px;
	position: absolute;
	bottom: 0;
	right: 0;
}
@media screen and (min-width: 768px) {
	.top-aruaru-ko-img03 {
		top: 50%;
		transform: translateY(-50%);
		right: -50px;
	}
}
@media screen and (min-width: 1080px) {
	.top-aruaru-ko-img03 {
		top: auto;
		transform: translateY(0);
		bottom: 0;
		right: 0;
	}
}

.top-aruaru-ko-img03 img {
	aspect-ratio: 268/358;
}
