@charset "utf-8";
body {
		background: #fff;
}
.message_section {
		background: #fff;
		padding: 80px 0;
}
@media(max-width: 767px) {
		.message_section {
				padding: 40px 0 60px;
		}
}
.message_flex {
		display: flex;
		align-items: center;
}
.message_left {
		flex: 1
}
.message_left h2 {
		font-size: 18px;
		font-family: "Montserrat";
		font-weight: 600;
		margin: 0 0 40px;
		color: #FF7801;
		padding-left: 100px;
		position: relative;
}
.message_left h2::before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		width: 83px;
		height: 1px;
		background: #FF7801;
}
.message_left h3 {
		font-size: 36px;
		font-weight: 700;
		margin-bottom: 40px;
		line-height: 1.6;
}
.message_left p {
		line-height: 2.2;
		font-weight: 500;
		text-align: justify;
}
.message_left p.message_name {
		text-align: right;
		margin-top: 2em;
}
.message_right {
		width: 505px;
		margin-left: 95px;
}
.message_right img {
		width: 100%;
		height: auto;
		border-radius: 6px;
}
@media(max-width: 1200px) {
		.message_right {
				width: 45%;
				margin-left: 60px;
		}
		.message_left h2 {
				font-size: 16px;
				margin: 0 0 25px;
				padding-left: 80px;
		}
		.message_left h2::before {
				width: 65px;
		}
		.message_left h3 {
				font-size: 3.2vw;
				margin-bottom: 25px;
		}
		.message_left p {
				line-height: 2.0;
		}
}
@media(max-width: 960px) {
		.message_right {
				width: 40%;
				margin-left: 50px;
		}
}
@media screen and (orientation: landscape) and (max-width: 900px) {
		.message_left h3 {
				font-size: 20px;
		}
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.message_flex {
				display: block;
		}
		.message_right {
				width: 70%;
				margin: 0 auto
		}
		.message_right img {
				border-radius: 4px;
		}
		.message_left h2 {
				font-size: 14px;
				margin: 0 0 25px;
				padding-left: 70px;
		}
		.message_left h2::before {
				width: 55px;
		}
		.message_left h3 {
				font-size: 24px;
				margin-bottom: 20px;
		}
		.message_left p {
				line-height: 1.8;
				margin: 0 0 30px;
		}
}