@charset "utf-8";


#about .inner .figure{
	position: relative;
	z-index: 0;
	width: min(calc(100% - 20px), 503px);
	margin: 0 auto;
}

.about-circle {
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;

	width: 100%;
	aspect-ratio: 1 / 1;
}

.about-circle-base {
	z-index: 1;
}

.about-circle-wrap {
	overflow: hidden;
	position: relative;
	z-index: 0;

	grid-column: 1;
	grid-row: 1;

	border-radius: 50%;

	/* display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr; */
	/* align-items: center; */
}

.about-circle-frame {
	position: absolute;
	inset: 0;

/* 
	grid-column: 1;
	grid-row: 1; */

	min-width: 0;
	max-width: 100%;
	min-height: 0;
	max-height: 100%;
}

.about-circle-frame img {
	display: block;
	width: 100%;
	height: auto;
}
