/*-------------
topmessage
-------------*/
.un-president {
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: center;
	margin-bottom: 30px;
}
@media (min-width: 768px) {
	.un-president {
		flex-direction: row;
		gap: 50px;
		align-items: center;
		margin-bottom: 60px;
	}
}
.un-president__inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
@media (min-width: 768px) {
	.un-president__inner {
		flex-direction: row;
		justify-content: space-between;
		max-width: 800px;
		width: 100%;
		margin: 0 auto;
		gap: 0;
	}
}
.un-president__img {
	max-width: 350px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}
.un-president__img::before {
	content: "";
	width: 70px;
	height: 70px;
	background: url(../../../assets/images/topmessage/bg_circle.svg) no-repeat center/cover;
	display: block;
	position: absolute;
}
.un-president__img--left::before {
	top: 50px;
	left: -35px;
}
.un-president__img--right::before {
	top: 210px;
	right: -21px;
}
.un-president__cap {
	flex-grow: 1;
	padding-top: 18px;
	text-align: center;
}
.un-president__sub {
	font-weight: bold;
	font-size: 1.4rem;
	margin-bottom: 0;
	line-height: var(--line-height-l);
}
@media (min-width: 768px) {
	.un-president__sub {
		margin-bottom: 7px;
	}
}
.un-president__name {
	font-weight: bold;
	font-size: 2.4rem;
}

@media (min-width: 768px) {
	.un-topmessageWrap {
		max-width: 813px;
		width: 100%;
		margin: 0 auto;
	}
}

.un-topmessageTxt {
	font-size: 1.6rem;
	line-height: 2;
}
.un-topmessageTxt + .un-topmessageTxt {
	margin-top: 25px;
}
/*# sourceMappingURL=style.css.map */
