@charset "UTF-8";


.about-message{
	padding: 180px 50px 150px;
	overflow: hidden;
}

.about-message-title{
	font-size:7.2vw ;
	font-family: "PLUGO R",-apple-system,"Hiragino Sans",sans-serif;
	line-height: 1.3;
	margin-bottom: 30px;
}

.about-message-text{
	float: right;
	margin-right: calc(30% - 200px);
	width: 480px;
	font-family:"A1ゴシック L","A1 Gothic L",-apple-system,"Hiragino Sans","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
}


.about-message-text p{
	font-size:16px;
	line-height: 2;
	margin-bottom: 2em;
	font-weight:300;
}


@media screen and (max-width: 1000px){

	.about{
			margin-top: 0;
			padding: 0 0 0;
	}

	.about-message{padding: 10px 20px 50px;}

	.about-message-title{
		font-size:8.8vw ;
		text-align:center;
		line-height: 1.4;
		margin-bottom: 65px;
	}

	.about-message-text{
		float: none;
		width: 100%;
		margin: 0;
	}


	.about-message-text p{
		font-size:14px;
		line-height: 2.2;
		margin-bottom: 2em;
		text-align:center;
	}

}