
/* -------------------------------------
	ページ：トップメッセージ
----------------------------------------*/
.ir__message-info {
	font-size: 1.1vw;
	line-height: 1.9;
	margin-top: 3%;
	margin-bottom: 1%;
}
@media screen and (max-width: 750px) {
	.ir__message-info {
		font-size: 4.0vw;
		margin-top: 0;
		margin-bottom: 5%;
	}
}

.ir__message-image {
	margin-bottom: 8%;
}
@media screen and (max-width: 750px) {
	.ir__message-image {
		margin-bottom: 10%;
	}
}

.ir__message-profile-personnel {
	text-align: right;
	margin-top: 5%;
	margin-bottom: 2%;
}
@media screen and (max-width: 750px) {
	.ir__message-profile-personnel {
		margin-top: 8%;
		margin-left: auto;
		margin-right: 3%;
	}
}

.ir__message-profile-personnel .role {
	font-size: 1.08vw;
}
@media screen and (max-width: 750px) {
	.ir__message-profile-personnel .role {
		font-size: 3.2vw;
	}
}
.ir__message-profile-personnel .name {
	font-size: 1.5vw;
}
@media screen and (max-width: 750px) {
	.ir__message-profile-personnel .name {
		font-size: 4.25vw;
	}
}


