@charset "UTF-8";

.about .anchor {
	margin-bottom: 30px;
}

.about section > p,
.about .box .text > p {
	text-indent: 1em;
}

.about .img-right {
	display: flex;
	justify-content: space-between;
}

.about .img-right .text {
	width: 60%;
}

.about .img-right .image {
	width: 40%;
}

.about .img-right .image p {
	padding-top: 0.5em;
	margin-left: 20px;
	line-height: 1.25;
	overflow: hidden;
}

.about .box-group {
	justify-content: center;
	margin-top: 40px;
}

.about .box-group .image {
	margin: 0 30px;
}

.about .box-group .box .text {
	margin-top: 0.5em;
}

.about .box-group .box .text p {
	text-indent: 0;
}

.about .link.button {
	margin-top: 30px;
	text-align: center;
}

.image.nyanbara img {
	max-height: 300px;
}


@media screen and (max-width: 768px) {
	.br-pc {
		display: none;
	}

	.about .anchor {
		margin-bottom: 30px;
	}

	.about .anchor li {
		width: calc(100% / 3);
	}

	.about .anchor-button a {
		min-height: 62px;
	}

	.about .anchor li:nth-child(3) {
		margin-top: 0;
	}

	.about .link.button {
		margin-top: 20px;
	}

	.about .img-right {
		display: block;
		padding: 30px 4%;
	}

	.about .img-right .text {
		width: 100%;
	}

	.about .img-right .image {
		width: 100%;
	}

	.about .img-right .image img {
		padding: 15px 0;
	}

	.about .img-right .image p {
		padding-top: 0;
		margin-left: 0;
	}

	.about .box-group {
		margin-top: 0;
	}

	.about .box-group .image {
		margin: 40px 0 0;
	}

	.image.nyanbara img {
		max-height: 200px;
	}
}