#achiv-sec {
	overflow: hidden;
	position: relative;
	z-index: 10;
}
#achiv-sec .l-inner {
	padding-top: 0px;
}
.achiv {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}
.achiv-cont {
	background-color: white;
	border: 1px #dedede solid;
	padding: clamp(16px, 2.5vw, 36px);
	box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
}
#achiv-sec .achiv-cont .c-heading__main {
	height: clamp(75px, 15vw, 150px);
	align-items: center;
	justify-content: center;
	display: flex;
	width: clamp(100px, 45vw, 300px);
	margin: auto;
}
.achiv-item {
	display: flex;
	flex-direction: column;
}

.achiv-item .achiv-i-img {
	max-width: 801px;
}

.achiv-item .achiv-i-img img {
	width: 100%;
	height: 100%;
}
.achiv-i-info {
	display: flex;
	width: 100%;
	align-items: center;
	padding: 10px 0px;
}
.achiv-i-info .achiv-i-label-e {
	background-color: rgba(255, 123, 0, 1);
	font-size: clamp(8px, 2.2vw, 16px);
	height: 100%;
	width: clamp(60px, 20vw, 100px);
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: 1lh;
}

.achiv-i-info .achiv-i-label-d {
	background-color: rgba(30, 0, 255, 1);
	font-size: clamp(8px, 2.2vw, 16px);
	height: 100%;
	width: clamp(60px, 20vw, 100px);
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: 1lh;
}

.achiv-i-info .achiv-i-f {
	font-family: "Noto Serif JP", "YuMincho", serif, Meiryo;
	font-weight: 700;
	width: clamp(80px, 75vw, 550px);
	text-align: left;
	padding-left: 12px;
	font-size: clamp(8px, 2.2vw, 16px);
}
@media only screen and (max-width: calc((calc(900 - 1)) * 1px)) {
	.achiv {
		display: grid;
		grid-template-columns: repeat(1, minmax(0, 1fr));
		row-gap: 12px;
	}
	.achiv-i-info {
		padding: 3px 0;
	}
	.achiv-i-info .achiv-i-f {
		padding-left: 6px;
	}
}
@media only screen and (max-width: calc((calc(1160 - 1)) * 1px)) {
	body .l-inner {
		width: 100%;
		padding-left: calc(calc(40 / 750 * 750 / 750) * 100 * 1%);
		padding-right: calc(calc(40 / 750 * 750 / 750) * 100 * 1%);
	}
}
