@font-face {
	font-family: 'local noto sans jp';
	src: local('noto sans jp');
}

.post-content .micron-recruit {
	margin-inline: auto;
	padding-block: 56px;
	padding-inline: 40px;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 1;
}

.post-content .micron-recruit > * {
	position: relative;
	z-index: 2;
}

.post-content .micron-recruit::before {
	content: '';
	position: absolute;
	inset: 16px 0;
	z-index: 1;
	background-color: #f0f8ff;
}

.post-content .micron-recruit .micron-recruit-header .micron-recruit-title {
	margin-block: 0;
	padding-inline-start: 0;
	border-inline-start: 0;
	color: #70b6e9;
	font-weight: 700;
}

.post-content .micron-recruit .micron-recruit-header .micron-recruit-lead {
	padding-block: 0;
	font-weight: 700;
}

.post-content .micron-recruit .wp-block-buttons {
	margin-block: 16px 0;
}

@media screen and (max-width: 1024px) {

	.post-content .micron-recruit {
		max-width: 496px;
	}

	.post-content .micron-recruit .micron-recruit-header .micron-recruit-title {
		line-height: 1.625;
		font-size: 1rem;
	}

	.post-content .micron-recruit .micron-recruit-header .micron-recruit-lead {
		line-height: 1.4166666667;
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 1025px) {

	.post-content .micron-recruit {
		max-width: 720px;
	}

	.post-content .micron-recruit .micron-recruit-header .micron-recruit-title {
		line-height: 1.6111111111;
		font-size: 1.125rem;
	}

	.post-content .micron-recruit .micron-recruit-header .micron-recruit-lead {
		line-height: 1.3846153846;
		font-size: 1.625rem;
	}
}

@media print {

	.post-content .micron-recruit {
		max-width: 720px;
	}

	.post-content .micron-recruit .micron-recruit-header .micron-recruit-title {
		line-height: 1.6111111111;
		font-size: 1.125rem;
	}

	.post-content .micron-recruit .micron-recruit-header .micron-recruit-lead {
		line-height: 1.3846153846;
		font-size: 1.625rem;
	}
}
