@charset "utf-8";
/* Copyright 2019 FSFIELD All Rights Reserved. */

@media print, screen and (min-width:768px){ /* 表示領域が768px以上の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	PC

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	メッセージ

	------------------------------------------------------------ */
	
	/* グローバルナビアクティブ
	---------------------------------------------- */
	.nav_global ul li.g05 a::before{
		-webkit-transform:scaleX(1);
		transform:scaleX(1);
		transform-origin: left;
	}
	
	/* ページタイトル
	---------------------------------------------- */
	.wrap_pagettl01::before{background-image: url("../message/img/pc/bg_pagettl01.jpg");}
	
	.wrap_pagettl01 .pagettl_inner_r .image{background-image: url("../message/img/bg_pagettl02.jpg");}
	
	/* コンテンツ
	---------------------------------------------- */
	.message{
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	
	.message .photo{
		width: 660px;
		height: 383px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	
	.message01 .photo{background-image: url("../message/img/img_message01.jpg");}
	
	.message_inner{width: 400px;}
	
	.message_inner p{margin-bottom: 20px;}
	
	.message_inner p:last-of-type{margin-bottom: 0;}


}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	メッセージ

	------------------------------------------------------------ */

	/* ページタイトル
	---------------------------------------------- */
	.wrap_pagettl01::before{background-image: url("../message/img/sp/bg_pagettl01.jpg");}
	
	.wrap_pagettl01 .pagettl_inner_r .image{background-image: url("../message/img/bg_pagettl02.jpg");}

	/* コンテンツ
	---------------------------------------------- */
	.message{margin-bottom: 30px;}
	
	.message .photo{
		width: calc(100% - 40px);
		padding-top: 58.05%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		margin-bottom: 30px;
	}
	
	.message02 .photo{margin-left: auto;}
	
	.message01 .photo{background-image: url("../message/img/img_message01.jpg");}
	.message02 .photo{background-image: url("../message/img/img_message02.jpg");}
	.message03 .photo{background-image: url("../message/img/img_message03.jpg");}
	
	.message_inner{padding: 0 40px;}
	
	.message_inner p{margin-bottom: 30px;}
	
	.message_inner p:last-of-type{margin-bottom: 0;}
	
	.last_message{padding: 0 40px;}


}/*--@media--*/

