@charset "utf-8";

.message_content {
	background: url(../../images/bg_section.svg) no-repeat top 115px center;
	margin-top: -65px;
	padding-bottom: 50px;
	position: relative;
	z-index: 5;
}

.message_content::after {
	background: #D52127;
	bottom: -50px;
	content: '';
	height: 200px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 6px;
	z-index: -1;
}

.message_box {
	background: #fff;
	box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.20);
	padding: 65px 65px 130px;
}

.message_lead {
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.84px;
	line-height: normal;
	margin-bottom: 30px;
}

.message_text {
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.18px;
	line-height: 28px;
	/* 155.556% */
}

.message_text+.message_text {
	margin-top: 15px;
}

.job_title {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	text-align: right;
}

.profile_box {
	background: #eee;
	margin-top: 60px;
	padding: 30px;
}

.profile_box_inner {
	display: flex;
	justify-content: space-between;
}

.profile_box_inner .profile_box_textbox {
	width: calc(100% - 200px - 45px);
}

.profile_box_inner .profile_box_textbox .profile_title {
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.6px;
	line-height: normal;
}

.profile_box_inner .profile_box_textbox .profile_content {
	margin-top: 20px;
}

.profile_box_inner .profile_box_textbox .profile_content .origin {
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	/* 228.571% */
	margin-bottom: 15px;
}

.profile_box_inner .profile_box_imgbox {
	width: 200px;
}

.profile_box_inner .profile_box_imgbox img {
	height: auto;
	width: 100%;
}

.faq_box {
	margin-top: 60px;
}

.faq_box dl+dl {
	margin-top: 50px;
}

.faq_title {
	color: #D52127;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.6px;
	line-height: normal;
	padding-left: 60px;
	position: relative;
}

.faq_title::before {
	background: #D52127;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	top: 15px;
	width: 50px;
}

.faq_content {
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	/* 177.778% */
	margin-top: 15px;
	padding-left: 60px;
}

.btn {
	height: 50px;
	margin: 50px 0 0 auto;
	position: relative;
	width: 300px;
	z-index: 3;
}

.btn a {
	align-items: center;
	background: #000;
	color: #FFF;
	display: flex;
	font-size: 1.6rem;
	font-weight: 700;
	height: 100%;
	justify-content: center;
	line-height: normal;
	text-align: center;
	transition: .5s;
	width: 100%;
}

.btn a:hover {
	background: #D52127;
	border-radius: 30px;
	text-decoration: none;
}

@media (max-width: 767px) {
	.message_box {
		background: #fff;
		box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.20);
		padding: 35px 15px 70px;
	}

	.message_lead {
		font-size: 2.4rem;
		margin-bottom: 20px;
	}

	.message_text {
		font-size: 1.6rem;
	}

	.job_title {
		margin-top: 15px;
	}

	.profile_box {
		margin-top: 40px;
		padding: 20px;
	}

	.profile_box_inner {
		flex-direction: column;
	}

	.profile_box_inner .profile_box_textbox {
		width: 100%;
	}

	.profile_box_inner .profile_box_imgbox {
		margin-top: 30px;
		width: 100%;
	}

	.faq_title {
		padding-left: 35px;
	}

	.faq_title::before {
		width: 25px;
	}

	.faq_content {
		font-size: 1.6rem;
		padding-left: 35px;
	}

	.btn {
		margin: 50px auto 0;
		position: relative;
		width: 85%;
	}

	.message_content::after {
		bottom: -20px;
		height: 170px;
		width: 3px;
	}
}