/*-------------
	message
-------------*/
.un-message {
	position: relative;
}
@media (min-width: 768px) {
	.un-message {
		width: 800px;
		margin: 0 auto;
	}
}
@media (min-width: 768px) {
	.un-message {
		margin-bottom: 60px;
	}
}
@media (max-width: 767px) {
	.un-message {
		margin-bottom: 30px;
	}
}
.un-message__box {
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 20px 20px 25px;
	display: flex;
}
@media (min-width: 768px) {
	.un-message__box {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		justify-content: space-between;
		background-color: rgba(0, 0, 0, 0.5);
		padding: 25px 30px;
	}
}
@media (max-width: 767px) {
	.un-message__box {
		flex-direction: column;
		gap: 20px;
	}
}
@media (min-width: 768px) {
	.un-message__txt {
		width: calc((100% - 100px) / 2);
	}
}
.un-message__director {
	line-height: 1.6;
}
@media (max-width: 767px) {
	.un-message__director {
		font-size: 1.6rem;
	}
}
.un-message__name {
	margin-top: 18px;
	font-size: 2.6rem;
	letter-spacing: 0.1rem;
	line-height: 1.2;
	font-weight: bold;
}
@media (max-width: 767px) {
	.un-message__name {
		margin-top: 10px;
	}
}
.un-message__name > span {
	font-size: 1.6rem;
  margin-right: 16px;
  font-weight: normal;
}

/*# sourceMappingURL=style.css.map */
