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

.post-content .micron-top-recruit .micron-top-recruit-inner {
	margin-inline: auto;
	display: grid;
	color: #fff;
	background-color: #293855;
}

.post-content .micron-top-recruit .micron-top-recruit-text {
	display: grid;
}

.post-content .micron-top-recruit .micron-top-recruit-text .micron-top-recruit-shoulder {
	padding-block: 0;
	line-height: 1.5714285714;
	color: #70b6e9;
	font-weight: 700;
	font-size: 0.875rem;
}

.post-content .micron-top-recruit .micron-top-recruit-text .micron-top-recruit-title {
	font-weight: 700;
}

.post-content .micron-top-recruit .micron-top-recruit-text .micron-top-recruit-description {
	padding-block: 0;
	line-height: 1.5833333333;
	font-size: 0.75rem;
}

.post-content .micron-top-recruit .micron-top-recruit-text .wp-block-button {
	display: grid;
	justify-content: start;
}

.post-content .micron-top-recruit .micron-top-recruit-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

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

	.post-content .micron-top-recruit {
		padding-block-start: 40px;
	}
}

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

	.post-content .micron-top-recruit {
		padding-block: 64px 24px;
	}

	.post-content .micron-top-recruit .micron-top-recruit-inner {
		grid-template-columns: 38.28125% 1fr;
		max-width: 1280px;
	}

	.post-content .micron-top-recruit .micron-top-recruit-text {
		padding-block: 40px;
		padding-inline: 40px;
	}
}

@media print {

	.post-content .micron-top-recruit {
		padding-block: 64px 24px;
	}

	.post-content .micron-top-recruit .micron-top-recruit-inner {
		grid-template-columns: 38.28125% 1fr;
		max-width: 1280px;
	}

	.post-content .micron-top-recruit .micron-top-recruit-text {
		padding-block: 40px;
		padding-inline: 40px;
		row-gap: 24px;
	}

	.post-content .micron-top-recruit .micron-top-recruit-text .micron-top-recruit-title {
		line-height: 1.3846153846;
		font-size: 1.625rem;
	}
}

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

	.post-content .micron-top-recruit .micron-top-recruit-inner {
		align-items: start;
	}

	.post-content .micron-top-recruit .micron-top-recruit-text {
		row-gap: 24px;
	}

	.post-content .micron-top-recruit .micron-top-recruit-text .micron-top-recruit-title {
		line-height: 1.3846153846;
		font-size: 1.625rem;
	}
}

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

	.post-content .micron-top-recruit .micron-top-recruit-inner {
		grid-template-columns: 40.98360656% 1fr;
		max-width: 976px;
	}

	.post-content .micron-top-recruit .micron-top-recruit-text {
		padding-block: 24px;
		padding-inline: 24px;
	}
}

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

	.post-content .micron-top-recruit .micron-top-recruit-text {
		order: 2;
		padding-block: 24px;
		padding-inline: 32px;
		row-gap: 16px;
	}

	.post-content .micron-top-recruit .micron-top-recruit-text .micron-top-recruit-title {
		line-height: 1.4166666667;
		font-size: 1.5rem;
	}

	.post-content .micron-top-recruit .micron-top-recruit-image {
		order: 1;
	}
}
