@charset "utf-8";
/* CSS Document */
/*============================
#pm25ans
============================*/
#pm25ans {}
#pm25ans img {
	width: 100%;
	vertical-align: top;
}
#pm25ans .message_from_pierre {
	max-width: 800px;
	margin: 0 auto;
	width: 90%;
	padding: 60px 0 41px;
}
#pm25ans .message_from_pierre hgroup {
	text-align: center;
	margin-bottom: 70px;
	position: relative;
}
#pm25ans .message_from_pierre hgroup::before {
	content: "";
	position: absolute;
	background-image: url("../../common/img/message-logo-min.jpg");
	background-repeat: no-repeat;
	top: -24px;
	width: 125px;
	aspect-ratio: 125/232;
	background-size: contain;
	z-index: -1;
	left: -464px;
	right: 0;
	margin: auto;
}
#pm25ans .message_from_pierre hgroup .en {
	text-align: center;
	font-family: var(--font-en-1);
	font-style: italic;
	line-height: 1.2;
	letter-spacing: -0.001em;
	color: #4D3224;
	font-size: 35px;
	font-weight: 600;
	margin: 0 auto 16px;
}
#pm25ans .message_from_pierre hgroup .jp {
	font-size: 18px;
	margin: 0 auto;
	color: #4D3024;
	text-align: center;
}
#pm25ans .message_from_pierre .movie {
	width: 100%;
	aspect-ratio: 16 / 9;
	margin-bottom: 56px;
}
#pm25ans .message_from_pierre .movie iframe {
	width: 100%;
	height: 100%;
}
#pm25ans .message_from_pierre .logo {
	margin: 0 auto 56px;
	max-width: 48px;
}
#pm25ans .message_from_pierre .intro {
	color: #333;
	line-height: 2;
	text-align: justify;
	margin: 0 auto 108px;
	font-size: 16px;
}
#pm25ans .message_from_pierre .heading {
	margin: 0px auto 20px;
	color: #000;
	font-weight: 700;
	line-height: 2;
}
#pm25ans .message_from_pierre .txt {
	color: #333;
	line-height: 2;
	text-align: justify;
	margin: 0 auto 67px;
	font-size: 16px;
}
#pm25ans .message_from_pierre .img {
	margin-bottom: 42px;
}
#pm25ans .message_from_pierre .col2 {
	display: flex;
	gap: 48px;
}
#pm25ans .message_from_pierre .col2 .txt {
	width: calc(100% - 320px);
}
#pm25ans .message_from_pierre .col2 .img {
	width: 272px;
}
@media screen and (max-width: 768px) {
	/*============================
#pm25ans
============================*/
	#pm25ans {}
	#pm25ans .message_from_pierre {}
	#pm25ans .message_from_pierre hgroup {
    margin-bottom: 40px;
}
	#pm25ans .message_from_pierre hgroup::before {
    top: -12px;
    width: 74px;
    z-index: -1;
    left: 0;
    right: 0;
}
	#pm25ans .message_from_pierre hgroup .en {
    font-size: 25px;
    letter-spacing: 0.05em;
    margin: 0 auto 8px;
}
	#pm25ans .message_from_pierre hgroup .jp {
    font-size: 14px;
}
	#pm25ans .message_from_pierre .movie {
    margin-bottom: 30px;
}
	#pm25ans .message_from_pierre .logo {}
	#pm25ans .message_from_pierre .intro {
    font-size: 14px;
    margin: 0 auto 30px;
}
	#pm25ans .message_from_pierre .heading {
    font-size: 16px;
    margin: 0px auto 15px;
}
	#pm25ans .message_from_pierre .txt {
    font-size: 14px;
    margin: 0 auto 37px;
}
	#pm25ans .message_from_pierre .img {
    margin-bottom: 40px;
}
	#pm25ans .message_from_pierre .col2 {
    flex-direction: column-reverse;
    gap: 30px;
}
	#pm25ans .message_from_pierre .col2 .txt {
    width: 100%;
}
	#pm25ans .message_from_pierre .col2 .img {
    width: 100%;
    margin-bottom: 0;
}
}