.cont_section--greeting {
	padding: 80px 0 140px;
}
.cont_section--greeting .greeting_header {
	text-align: center;
	margin-bottom: 60px;
}
.cont_section--greeting .greeting_title {
	font-size: 32px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.cont_section--greeting .greeting_title {
		font-size: 20px;
		line-height: 140%;
	}
}
.cont_section--greeting .greeting_title {
	margin-bottom: 8px;
}
.cont_section--greeting .greeting_subtitle {
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
}
@media (max-width: 768px) {
	.cont_section--greeting .greeting_subtitle {
		font-size: 16px;
	}
}
.cont_section--greeting .greeting_subtitle {
	color: #666666;
}
.cont_section--greeting .greeting__row {
	display: grid;
	grid-template-columns: minmax(auto, 500px) minmax(auto, 546px);
	gap: 80px;
	justify-content: center;
}
.cont_section--greeting .greeting_imgWrap {
	border-radius: 32px;
}
.cont_section--greeting .greeting_imgWrap img {
	width: 100%;
	border-radius: 32px;
}
.cont_section--greeting .greeting_info {
	margin-bottom: 52px;
}
.cont_section--greeting .greeting_info p {
	font-size: 32px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.cont_section--greeting .greeting_info p {
		font-size: 20px;
		line-height: 140%;
	}
}
.cont_section--greeting .greeting_info p {
	color: #3b5ea7;
}
.cont_section--greeting .greeting_message {
	margin-bottom: 30px;
}
.cont_section--greeting .greeting_message p {
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
}
@media (max-width: 768px) {
	.cont_section--greeting .greeting_message p {
		font-size: 16px;
	}
}
.cont_section--greeting .greeting_message p {
	color: #666666;
}
.cont_section--greeting .greeting_message p:last-child {
	margin-bottom: 0;
}
.cont_section--greeting .greeting_sign--text {
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.cont_section--greeting .greeting_sign--text {
		font-size: 16px;
	}
}
.cont_section--greeting .greeting_sign--text {
	color: #888888;
	margin-bottom: 2px;
	display: flex;
	align-items: flex-end;
	gap: 12px;
}
.cont_section--greeting .greeting_sign--text em {
	width: 41px;
	height: 28px;
	background: url(../images/about/name.svg) no-repeat center center/100% 100%;
}
@media (max-width: 768px) {
	.cont_section--greeting {
		padding: 40px 0 60px;
	}
	.cont_section--greeting .greeting_header {
		margin-bottom: 32px;
	}
	.cont_section--greeting .greeting__row {
		display: block;
	}
	.cont_section--greeting .greeting_imgWrap {
		border-radius: 24px;
		margin-bottom: 24px;
	}
	.cont_section--greeting .greeting_imgWrap img {
		border-radius: 24px;
	}
	.cont_section--greeting .greeting_infoWrap {
		display: block;
	}
	.cont_section--greeting .greeting_info {
		margin-bottom: 16px;
	}
	.cont_section--greeting .greeting_info p {
		font-size: 32px;
		font-weight: 600;
		line-height: 150%;
	}
}
@media (max-width: 768px) and (max-width: 768px) {
	.cont_section--greeting .greeting_info p {
		font-size: 20px;
		line-height: 140%;
	}
}