@charset "UTF-8";
/* --------------------
	intangible 無形資産活用の紹介
---------------------*/
/* --------------------------------------------------------------------
	history
-------------------------------------------------------------------- */
.history {
	.category-title {
		display: none;
	}

	.history-body {
		position: relative;
		padding-bottom: 40px;
		margin-bottom: 24px;

		&::after {
			content: '';
			display: block;
			position: absolute;
			bottom: 0;
			left: 50%;
			transform: translateX(-50%);
			width: 16px;
			height: 40px;
			background: url(/sitemanage/assets/images/rd/intangible/line-sp.png) no-repeat left bottom;
			background-size: cover;
		}
	}

	.history-item {
		position: relative;
		width: 100%;
		padding-top: 10px;
		margin-bottom: 24px;
	}

	.item-inner {
		padding: 26px 24px;
		border-radius: 10px;
	}

	.item-detail {
		&.imgset {
			display: flex;
			justify-content: space-between;
		}
		&.imgset-v {
			flex-direction: column;

			.txt-history {
				margin-bottom: 16px;
			}
		}
	}

	.txt-history {
		margin-right: 24px;
	}

	.txt-year {
		margin-bottom: 10px;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.37;
	}

	.txt-body {
		font-size: 13px;
		line-height: 1.6;
	}

	.img-history {
		flex: 0 0 80px;
		> img {
			border-radius: 10px;
		}
	}

	.history-item.cat01 {
		.item-inner {
			background-color: #E3FAE0;
		}
		.txt-year {
			color: #0075C2;
		}
	}

	.history-item.cat02 {
		.item-inner {
			background-color: #E8F4FF;
		}
		.txt-year {
			color: #0075C2;
		}
	}

	.history-item.cat03 {
		.item-inner {
			background-color: #DFFCFB;
		}
		.txt-year {
			color: #0075C2;
		}
	}

	.category-tag {
		position: absolute;
		top: 0;
		left: 10px;
		line-height: 20px;

		.tag01 {
			background-color: #BEED6C;
		}
		.tag02 {
			background-color: #8BDAF7;
		}
		.tag03 {
			background-color: #7CE6C3;
		}
	}

	.category-tag li {
		display: inline-block;
		padding: 0 10px;
		height: 20px;
		border-radius: 10px;
		color: #333;
		font-size: 10px;
		font-weight: bold;
		text-align: center;
		line-height: 20px;

		&:not(:last-child) {
			margin-right: 4px;
		}
	}

	.history-table-scroll {
		display: none;
	}

	@media (min-width: 768px) and (max-width: 1040px) {
		.history__inner {
			overflow-x: auto;
			margin-inline: -30px;
			padding-inline: 30px;
		}
		.history__inner2 {
			min-height: 1700px;
		}
		.history-table-scroll {
			display: inline-block;
			padding: 0 20px;
			margin-bottom: 20px;
			background-color: var(--color-bg-gray);
			border-radius: 20px;
			font-size: 1.1rem;
			line-height: 36px;
			font-weight: 500;

			&::before {
				content: '';
				display: inline-block;
				position: relative;
				top: -2px;
				width: 20px;
				height: 11px;
				margin-right: 8px;
				background: url(/sitemanage/assets/images/common/icon_scroll.svg) no-repeat 0 0;
				background-size: cover;
				vertical-align: middle;
			}
		}
	}

	@media (min-width: 768px) {
		.history__inner2 {
			width: 960px;
			margin-inline: auto;
		}
		.category-title {
			display: flex;
			justify-content: space-between;
			gap: 0 30px;
			height: 40px;
			margin-bottom: 30px;
			color: #333;
			font-size: 16px;
			font-weight: bold;
			text-align: center;
			line-height: 40px;

			.title01 {
				background-color: #BEED6C;
			}
			.title02 {
				background-color: #8BDAF7;
			}
			.title03 {
				background-color: #7CE6C3;
			}
		}

		.category-title li {
			width: 300px;
			border-radius: 20px;
		}

		.history-body {
			padding-bottom: 0;
			margin-bottom: 0;

			&::after {
				display: none;
			}
		}

		.history-blk {
			position: relative;
			margin-bottom: 15px;
		}

		.history-item {
			width: 300px;
			padding-top: 0;
			margin-bottom: 0;

			&.col2 {
				width: 630px;
			}

			&.col3 {
				width: 100%;
			}

			&.cat02 {
				&.col1,
				&.col2 {
					transform: translateX(330px);
				}
			}

			&.cat03 {
				&.col1 {
					transform: translateX(660px);
				}
				&.col2 {
					transform: translateX(330px);
				}
			}
		}

		.item-inner {
			padding: 24px;
			border-radius: 6px;
		}

		.txt-year {
			margin-bottom: 8px;
		}

		.txt-body {
			font-size: 14px;
		}

		.category-tag {
			display: none;
		}

		.item-detail.imgset-v {
			.txt-history {
				margin-bottom: 16px;
			}
		}

		.arrow1,
		.arrow2 {
			position: absolute;
			top: 0;
			width: 300px;
			background: url(/sitemanage/assets/images/rd/intangible/line.png) no-repeat center bottom;
			background-size: 12px auto;
		}

		/* 1990〜 */
		.blk-1990 {
			.arrow1 {
				left: 330px;
				height: 114px;
			}

			.arrow2 {
				left: 660px;
				height: 114px;
			}
		}

		/* 2002〜 */
		.blk-2002 {
			.arrow1 {
				height: 477px;
			}
		}

		/* 2006〜 */
		.blk-2006 {
			.arrow1 {
				left: 330px;
				height: 421px;
			}
		}

		/* 2011〜 */
		.blk-2011 {
			padding-bottom: 60px;

			.cat01 {
				position: absolute;
				top: 60px;
				left: 0;
			}

			.arrow1 {
				top: auto;
				bottom: 0;
				left: 0;
				height: 86px;
			}

			.arrow2 {
				top: auto;
				bottom: 0;
				left: 660px;
				height: 47px;
			}
		}

		/* 2011〜 */
		.blk-2011 {
			padding-bottom: 60px;

			.cat01 {
				position: absolute;
				top: 60px;
				left: 0;
			}

			.arrow1 {
				top: auto;
				bottom: 0;
				left: 0;
				height: 74px;
			}

			.arrow2 {
				top: auto;
				bottom: 0;
				left: 660px;
				height: 47px;
			}
		}

		/* 2014〜 */
		.blk-2014_2 {
			.arrow1 {
				top: 0px;
                left: 0;
                height: 859px;
			}

			.arrow2 {
				top: 0;
				left: 330px;
				height: 128px;
			}
		}

		/* 2020〜 */
		.blk-2020 {
			padding-bottom: 112px;

			.arrow1 {
				top: 0;
				left: 330px;
				height: 448px;
			}

			.arrow2 {
                top: 233px;
                bottom: 0;
                left: 660px;
                height: 216px;
			}
		}

		/* 2020〜 */
		.blk-2023 {
		}

		/* 2020〜 */
		.blk-2024 {
            /* padding-bottom: 112px; */
		}

		/* 現在 */
		.img-nowitem {
			margin-top: 30px;
		}
	}
}




.trademark-item {
	border-radius: 15px;
	padding: 24px;
	border: 6px solid #E8F4FF;

	@media (min-width: 768px) {
		padding: 30px;
		border-radius: 20px;
		border-width: 10px;
	}
}

.trademark-item__title {
	color: var(--color-prim);
	font-family: var(--font-mplus);
	font-weight: 500;
	font-size: 1.6rem;

	@media (min-width: 768px) {
		font-size: 2.0rem;
	}
}

.trademark-item__description {
	margin-top: 10px;
}

.trademark-item__images {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5px;
	margin-top: 16px;

	@media (min-width: 768px) {
		gap: 10px;
		margin-top: 20px;
	}
}