@charset "UTF-8";

.-company_message .main_body {
	padding-top: 0;
}

.msg {
	padding-bottom: 120px;
}

.msg_hd {
	display: flex;
	align-items: flex-end;
	margin-top: -150px;
}

.msg_hd_cnt {
	width: 50%;
}

.msg_hd_cnt .-label {
	display: inline-flex;
	margin-bottom: 30px;
	padding: 8px 20px;
	border-radius: 20px;
	background-color: var(--color-brand-primary);
	color: var(--color-neutral-white);
	font-weight: 700;
	line-height: 1;
}

.msg_hd_cnt h2 {
	font-weight: 700;
	font-size: 40px;
	line-height: var(--lh-ttl-jp);
}

.msg_hd_img {
	width: 50%;
	height: 350px;
	margin-right: calc(50% - 50vw);
	margin-bottom: 50px;
	margin-left: auto;
	overflow: hidden;
	border-radius: 10px 0 0 10px;
}

.msg_hd_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.msg_body {
	margin-top: 45px;
}

.msg_body > p {
	margin-bottom: 2em;
}

.msg_body > p > .-marker {
	display: inline;
	position: relative;
	background: linear-gradient(to bottom, transparent 0%, #fce900 0%);
	background-position: 0 100%;
	background-size: 100% 0.6em;
	background-repeat: no-repeat;
	font-weight: 700;
}

.msg_strength {
	display: flex;
	align-items: center;
	gap: 2%;
	margin: 20px 0;
}

.msg_strength img {
	display: block;
	max-width: 32%;
	height: auto;
	aspect-ratio: 287/206;
}

.message_mtg {
	width: 100%;
	margin: 80px 0;
	overflow: hidden;
	border-radius: 10px;
	aspect-ratio: 1160/400;
}

.msg_prof {
	text-align: right;
}

.msg_prof_name {
	display: flex;
	justify-content: end;
	gap: 20px;
}

@media screen and (max-width:1240px) {
	.msg_hd_cnt h2 {
		font-size: 30px;
	}
}

@media screen and (max-width:768px) {
	.msg {
		padding-bottom: 80px;
	}

	.msg_hd {
		flex-direction: column-reverse;
		margin-top: -30px;
	}

	.msg_hd_cnt {
		width: 100%;
	}

	.msg_hd_cnt .-label {
		margin-bottom: 15px;
	}

	.msg_hd_cnt h2 {
		font-size: 24px;
	}

	.msg_hd_img {
		width: 90%;
		height: 250px;
	}

	.msg_body {
		margin-top: 30px;
	}

	.msg_strength {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 0;
	}

	.msg_strength img {
		display: block;
		width: 50%;
		max-width: 240px;
		height: auto;
		aspect-ratio: 287/206;
	}
}
