@charset "UTF-8";
/* --------------------
	intangible 無形資産活用の紹介
---------------------*/
/* --------------------------------------------------------------------
	intangiblelead
-------------------------------------------------------------------- */
.intangiblelead {
	margin-bottom: 40px;
}

/* --------------------------------------------------------------------
	category
-------------------------------------------------------------------- */
.category {
	margin-bottom: 40px;

	.img-category {
		margin-bottom: 24px;
	}
}

/* --------------------------------------------------------------------
	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(/corporate/rd/assets/img/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: #D4F2D0;
		}
		.txt-year {
			color: #71C065;
		}
	}

	.history-item.cat02 {
		.item-inner {
			background-color: #E2F3FF;
		}
		.txt-year {
			color: #00B4F5;
		}
	}

	.history-item.cat03 {
		.item-inner {
			background-color: #C5F2F1;
		}
		.txt-year {
			color: #2FCDC9;
		}
	}

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

		.tag01 {
			background-color: #71C065;
		}
		.tag02 {
			background-color: #00B4F5;
		}
		.tag03 {
			background-color: #4CCFCC;
		}
	}

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

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

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

			.title01 {
				background-color: #71C065;
			}
			.title02 {
				background-color: #00B4F5;
			}
			.title03 {
				background-color: #4CCFCC;
			}
		}

		.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(/corporate/rd/assets/img/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
-------------------------------------------------------------------- */
.trademark {
	.trademark-header {
		margin-bottom: 40px;
	}

	.trademark-item {
		display: flex;
		align-items: center;
		padding: 24px;
		margin-bottom: 20px;
		border: #E2F3FF solid 6px;
		border-radius: 30px;
		overflow: hidden;
	}

	.img-trademark {
		margin-right: 7px;
	}

	.txt-items {
		display: flex;
		gap: 0 4px;

		> li {
			width: calc(50% - 2px);
		}
	}

	.txt-trademark {
		padding: 3px 5px 4px;
		background: #E2F3FF;
		color: #1546A9;
		line-height: 1.4;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
	}

	@media (min-width: 768px) {
		.trademark-items {
			display: flex;
			flex-wrap: wrap;
			gap: 40px;

			> li {
				width: calc(50% - 20px);
			}
		}

		.trademark-item {
			margin-bottom: 0;
		}

		.img-trademark {
			margin-right: 22px;
		}

	}
}


/* --------------------------------------------------------------------
	world
-------------------------------------------------------------------- */
.world {
	.world-header {
		margin-bottom: 40px;
	}

	.logo-msb {
		width: 77.61%;
		max-width: 400px;
		margin: 0 auto 24px;
	}

	.img-map {
		text-align: center;
	}

	@media (min-width: 768px) {
		.logo-msb {
			margin-bottom: 16px;
		}
	}
}
