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

.post-content .micron-top-solutions .micron-top-solutions-title {
	margin-block-end: 24px;
	line-height: 1.4;
	font-weight: 700;
	font-size: 1.875rem;
}

.post-content .micron-top-solutions .micron-top-solutions-taxonomy {
	border-block-start: 1px solid #ddd;
}

.post-content .micron-top-solutions .micron-top-solutions-taxonomy:hover .micron-top-solutions-taxonomy-content .micron-top-solutions-taxonomy-title {
	color: #005baa;
}

.post-content .micron-top-solutions .micron-top-solutions-taxonomy .micron-top-solutions-taxonomy-content {
	display: grid;
	align-content: start;
}

.post-content .micron-top-solutions .micron-top-solutions-taxonomy .micron-top-solutions-taxonomy-content .micron-top-solutions-taxonomy-title {
	line-height: 1.4;
	font-size: 1.25rem;
	transition: color 300ms ease;
}

.post-content .micron-top-solutions .micron-top-solutions-taxonomy .micron-top-solutions-taxonomy-content .micron-top-solutions-taxonomy-description {
	padding-block: 0;
	line-height: 1.5714285714;
	font-size: 0.875rem;
}

.post-content .micron-top-solutions .micron-top-solutions-taxonomy .micron-top-solutions-taxonomy-content .micron-top-solutions-taxonomy-link {
	padding-block: 0;
	display: grid;
	line-height: 1.5714285714;
	font-size: 0.875rem;
}

.post-content .micron-top-solutions .micron-top-solutions-taxonomy .micron-top-solutions-taxonomy-content .micron-top-solutions-taxonomy-link > a {
	display: grid;
	grid-template-columns: auto 18px;
	align-items: center;
	-moz-column-gap: 4px;
	column-gap: 4px;
	color: #333;
	font-weight: 700;
	transition: color 300ms ease;
}

.post-content .micron-top-solutions .micron-top-solutions-taxonomy .micron-top-solutions-taxonomy-content .micron-top-solutions-taxonomy-link > a::after {
	content: '';
	width: 18px;
	height: 18px;
	background-color: #293855;
	-webkit-mask-image: url(../images/icon/arrow-circle.svg);
	mask-image: url(../images/icon/arrow-circle.svg);
	-webkit-mask-size: 18px 18px;
	mask-size: 18px 18px;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

.post-content .micron-top-solutions .wp-block-button {
	padding-block-start: 24px;
	border-block-start: 1px solid #ddd;
}

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

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

	.post-content .micron-top-solutions .micron-top-solutions-taxonomy {
		display: grid;
		grid-template-columns: 1fr 120px;
		-moz-column-gap: 24px;
		column-gap: 24px;
	}

	.post-content .micron-top-solutions .micron-top-solutions-taxonomy .micron-top-solutions-taxonomy-content {
		row-gap: 16px;
	}

	.post-content .micron-top-solutions .micron-top-solutions-taxonomy .micron-top-solutions-taxonomy-content .micron-top-solutions-taxonomy-link {
		justify-content: start;
	}
}

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

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

	.post-content .micron-top-solutions .micron-top-solutions-content {
		position: relative;
	}

	.post-content .micron-top-solutions .micron-top-solutions-taxonomy {
		width: 53.125%;
	}

	.post-content .micron-top-solutions .micron-top-solutions-taxonomy .micron-top-solutions-taxonomy-content {
		row-gap: 8px;
	}

	.post-content .micron-top-solutions .micron-top-solutions-taxonomy .micron-top-solutions-taxonomy-content .micron-top-solutions-taxonomy-link {
		justify-content: end;
	}

	.post-content .micron-top-solutions .micron-top-solutions-taxonomy .micron-top-solutions-taxonomy-image {
		position: absolute;
		top: 0;
		right: 0;
		width: 37.5%;
		pointer-events: none;
	}

	.post-content .micron-top-solutions .micron-top-solutions-taxonomy .micron-top-solutions-taxonomy-image img {
		opacity: 0;
		transform: translateX(-5%);
		transition:
			opacity 0s,
			transform 0s;
		will-change: opacity, transform;
	}

	.post-content .micron-top-solutions .micron-top-solutions-taxonomy .micron-top-solutions-taxonomy-image.is-active img {
		opacity: 1;
		transform: translateX(0);
		transition:
			opacity 600ms ease-in-out,
			transform 600ms ease-in-out;
	}

	.post-content .micron-top-solutions .wp-block-button {
		width: 53.125%;
	}
}

@media print {

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

	.post-content .micron-top-solutions .micron-top-solutions-content {
		position: relative;
	}

	.post-content .micron-top-solutions .micron-top-solutions-taxonomy {
		padding-block: 16px;
		width: 53.125%;
	}

	.post-content .micron-top-solutions .micron-top-solutions-taxonomy .micron-top-solutions-taxonomy-content {
		row-gap: 8px;
	}

	.post-content .micron-top-solutions .micron-top-solutions-taxonomy .micron-top-solutions-taxonomy-content .micron-top-solutions-taxonomy-link {
		justify-content: end;
	}

	.post-content .micron-top-solutions .micron-top-solutions-taxonomy .micron-top-solutions-taxonomy-image {
		position: absolute;
		top: 0;
		right: 0;
		width: 37.5%;
	}

	.post-content .micron-top-solutions .micron-top-solutions-taxonomy .micron-top-solutions-taxonomy-image img {
		opacity: 0;
	}

	.post-content .micron-top-solutions .micron-top-solutions-taxonomy .micron-top-solutions-taxonomy-image.is-active img {
		opacity: 1;
		transform: translateX(0);
	}

	.post-content .micron-top-solutions .wp-block-button {
		width: 53.125%;
	}

	.post-content .micron-top-solutions .wp-block-button .wp-block-button__link {
		width: 100%;
	}
}

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

	.post-content .micron-top-solutions .micron-top-solutions-taxonomy {
		padding-block: 24px;
	}
}

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

	.post-content .micron-top-solutions .micron-top-solutions-taxonomy {
		padding-block: 16px;
	}
}

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

	.post-content .micron-top-solutions .wp-block-button {
		display: grid;
		justify-content: center;
	}
}
