@charset "utf-8";

.message__container {
	width: 100%;
	max-width: 1030px;
	margin: 0 auto;
}

.message__img {
	overflow: hidden;
	width: auto;
	height: 300px;
	position: relative;
}

.message__img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

.message__txt {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	margin-top: 30px;
}

.message__txt .copy {
	font-size: 24px;
	font-weight: 600;
	color: rgba(0, 0, 0, 1);
}

.message__signature {
	text-align: right;
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 680px) {
	.message__txt .copy {
		font-size: 18px;
	}
}

@media screen and (min-width: 481px) {
}

@media screen and (min-width: 681px) {
	.message__txt {
		margin-top: 60px;
	}

	.message__img {
		height: 480px;
	}
}

@media screen and (min-width: 961px) {
}

@media screen and (min-width: 480px) and (max-width: 980px) {
}
