@charset "UTF-8";

#slogan .catch {
	color: #022B50;
	text-align: left;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 42px;
	letter-spacing: 3.36px;
	background: white;
	border-radius: 10px;
	padding: 30px 56px;
}

#brand .mark {
	color: #022B50;
	font-size: 17px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 1.7px;
	margin: 56px 0 59px;
	border-radius: 6px;
	padding: 190px 50px 48px;
	background: url(../images/dna/brand_mark.png) no-repeat center top 50px / auto 100px white;
}
#brand h3 {
	font-family: "Lato", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 1.44px;
	margin-bottom: 20px;
}
#brand article {
	border: solid 1px white;
	border-radius: 8px;
	height: 260px;
	margin: 0 0 20px 90px;
	position: relative;
}
#brand article::before {
	content: attr(data-year)'-';
	text-align: center;
	font-family: "Share Tech";
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 3.2px;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	width: 180px;
	aspect-ratio: 1;
	transform: translate(-50%, -50%);
	line-height: 180px;
	border-radius: 50%;
	background: linear-gradient(225deg, #557EC0 0%, #234C7D 100%);
}
#brand article::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	width: 170px;
	aspect-ratio: 1;
	transform: translate(-50%, -50%);
	border: solid 1px white;
	border-radius: 50%;
}
#brand article p {
	position: absolute;
	top: 50%;
	left: 130px;
	transform: translate(0, -50%);
}
#brand article figure {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 290px;
}
#brand article figure img {}


@media print, screen and (max-width: 768px) {
#slogan .catch {
	font-size: 4.4vw;
	line-height: 1.6;
	padding: 6vw;
}
#brand .mark {
	font-size: 3.3vw;
	font-weight: 600;
	line-height: 1.7;
	margin: 10vw 0 11vw;
	padding: 24vw 6vw 6vw;
	background: url(../images/dna/brand_mark.png) no-repeat center top 5vw / auto 13vw white;
}
#brand h3 {
	font-size: 4.5vw;
	line-height: 1;
	margin-bottom: 20vw;
}
#brand article {
	display: flex;
	justify-content: space-between;
	height: auto;
	padding: 5vw;
	margin: 0 0 17vw 0;
}
#brand article::before {
	font-size: 5.4vw;
	letter-spacing: 3.2px;
	top: 0vw;
	left: 23vw;
	z-index: 1;
	width: 25.2vw;
	aspect-ratio: 1;
	transform: translate(-50%, -50%);
	line-height: 25vw;
}
#brand article::after {
	top: 0vw;
	left: 23vw;
	z-index: 1;
	width: 23.4vw;
	aspect-ratio: 1;
	transform: translate(-50%, -50%);
}
#brand article p {
	top: 16vw;
	left: 5vw;
	transform: none;
	width: 37vw;
	padding-top: 11vw;
	margin-bottom: 0;
	position: static;
}
#brand article figure {
	top: 6vw;
	right: 5vw;
	width: 40vw;
	position: static;
}
#brand article figure img {}
}