@charset "utf-8";
/* CSS Document */
.greeting_bg {
	width: 100%;
	min-height: 684px;
	padding: var(--space-65) 0;
	background: url("../img/greeting_bg.webp") no-repeat center bottom;
	background-size: cover;
}
.message_name {
	max-width: var(--contents-w);
	width: 90%;
	display: flex;
	justify-content: flex-end;
	margin: 30px auto 0;
	img {
		margin-left: 1em;
	}
	@media screen and (max-width: 767px) {
		flex-direction: column;
		align-items: flex-end;
		gap: 0.5em;
	}
}