@charset "utf-8";

/*代表メッセージページ ここから*/
.message{
	width: 100%;
	height: auto;
	background-color: #fafafa;
}
.message .baskervville{
	font-family: 'Baskervville', serif;
}

/*=== 見出し ===*/
.message_head{
	width: 100%;
	height: auto;
	padding: 84px 0 0;
	display: block;
}
.message_head_inner{
	width: 1280px;
	height: auto;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.message_en{
	margin-left: -14px;
	font-size: 17px;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #0e2155;
}
.message_ttl{
	margin-top: 25px;
	font-size: 32px;
	line-height: 41px;
	letter-spacing: 0.05em;
	color: #0f0f0f;
}

/*=== 本文 ===*/
.message_body{
	width: 100%;
	height: auto;
	margin: 46px 0 0;
	padding: 0 0 89px;
	display: block;
}
.message_body_inner{
	width: 1280px;
	height: auto;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.message_lead{
	font-size: 28px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: #0f0f0f;
	font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'YuMincho', 'Yu Mincho', serif;
	font-weight: 600;
}
.message_txt{
	margin-top: 22px;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.05em;
	color: #5A5959;
}
.message_figure{
	width: 252px;
	height: auto;
	margin: 33px auto 0;
	display: block;
}
.message_figure_img{
	width: 252px;
	height: 271px;
	display: block;
	overflow: hidden;
}
.message_figure_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.message_figure_cap{
	margin-top: 34px;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #0f0f0f;
	text-align: center;
}
/*代表メッセージページ ここまで*/


/* ============================================================
   SP（〜767px） 代表メッセージ
   ============================================================ */
@media only screen and (max-width: 767px){
	.message_head{ padding: 56px 0 0; }
	.message_head_inner{ width: 100%; padding: 0 27px; }
	.message_en{ margin-left: 0; font-size: 16px; letter-spacing: 0.1em; }
	.message_ttl{ margin-top: 18px; font-size: 25px; line-height: 1.4; }

	.message_body{ margin-top: 32px; padding: 0 0 54px; }
	.message_body_inner{ width: 100%; padding: 0 27px; }
	.message_lead{ font-size: 24px; line-height: 1.5; white-space: nowrap; }
	.message_txt{ margin-top: 20px; font-size: 15px; line-height: 28px; text-align: left; }
	.message_figure{ width: 180px; margin-top: 30px; }
	.message_figure_img{ width: 180px; height: 194px; }
	.message_figure_cap{ margin-top: 24px; font-size: 16px; }
}
