@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
/* --------------------------------------------------------
* /company/innovation/r-and-d/tech/
* -------------------------------------------------------*/
.techset__sub {
	margin-bottom: 32px;
}
.techset__icontext {
	font-size: 1.6rem;
	font-weight: 700;
}
.techset__box {
	padding-left: 23px;
}
.techset__tag {
	width: fit-content;
	font-size: 1.4rem;
	font-weight: 700;
	min-width: 82px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px 10px;
	text-align: center;
	border: var(--color-txt) solid 1px;
	border-radius: 4px;
	margin-bottom: 24px;
}
.techset .inno-heading-secondary {
	margin-bottom: 16px;
}
.techset .inno-heading-secondary__inner {
	padding-left: 0;
	font-size: 3rem;
}
.techset .inno-heading-secondary__inner::before {
	display: none;
}
@media (min-width: 1025px), print {
	.techset__inner {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.techset__sub {
		flex: 0 0 26.66%;
		margin-right: 60px;
		margin-bottom: 0;
	}
	.techset__content {
		flex: 1 0 calc(26.66% - 60px);
	}
	.techset__icontext {
		font-size: 1.8rem;
	}
	.techset__tag {
		min-width: 107px;
		height: 40px;
		font-size: 1.6rem;
	}
	.techset .inno-heading-secondary {
		margin-bottom: 24px;
	}
	.techset .inno-heading-secondary__inner {
		font-size: 4rem;
	}
}
/*# sourceMappingURL=index.css.map */
