/*-------------
	introduction
-------------*/
.un-message__box {
	width: 100%;
	margin-bottom: 30px;
}
@media (min-width: 768px) {
	.un-message__box {
		display: flex;
	}
}
@media (min-width: 768px) {
	.un-message__img {
		width: 572px;
	}
}
.un-message__body {
	background: var(--color-seco);
	padding: 30px 30px 40px;
}
@media (min-width: 768px) {
	.un-message__body {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: calc(100% - 572px);
		padding: 40px;
	}
}
.un-message__logo {
	width: 180px;
}
@media (min-width: 768px) {
	.un-message__logo {
		width: 230px;
	}
}
.un-message__director {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: var(--line-height-s);
	margin-top: 20px;
}
@media (min-width: 768px) {
	.un-message__director {
		margin-top: 25px;
	}
}
.un-message__name {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1;
	margin-top: 10px;
}
@media (min-width: 768px) {
	.un-message__name {
		margin-top: 15px;
	}
}
.un-message__name > span {
	display: block;
	font-size: 1.4rem;
	padding-bottom: 8px;
}
.un-message__text {
	text-indent: 1em;
}

.un-feature-col {
	display: flex;
}
.un-feature-col__item {
	width: 50%;
}
.un-feature-col__item > span {
	display: inline-block;
	width: 124px;
	text-align: right;
}
/*# sourceMappingURL=style.css.map */
