@charset "utf-8";





/*-------------------------------
	代表メッセージ
-------------------------------*/

.sec1{
	padding-bottom: 190px;
}
.sec1 .mainimage{
	margin-bottom: 90px;
}
.sec1 .mainimage img{
	width: 100%;
	height: auto;
}
.sec1 .name_cont{
	margin-bottom: 85px;
	text-align: center;
}
.sec1 .name_cont .en_name{
	font-size: 7.0rem;
	margin-bottom: 45px;
	letter-spacing: 0.05em;
	line-height: 1;
	font-family: 'Boston Black';
}
.sec1 .name_cont .jp_name .position{
	font-size: 1.8rem;
	font-weight: bold;
	margin-right: 50px;
}
.sec1 .name_cont .jp_name .name{
	font-size: 3.0rem;
	font-weight: bold;
}
.sec1 .message_cont .left_cont .midashi{
	font-size: 3.0rem;
	font-weight: bold;
}
.sec1 .message_cont .right_cont{
	line-height: 2;
}



/*-------------------------------
	SP専用
-------------------------------*/
@media screen and (max-width:768px) , print{

	/*-------------------------------
		代表メッセージ
	-------------------------------*/

	.sec1{
		padding-bottom: 18vw;
	}
	.sec1 .mainimage{
		margin-bottom: 10vw;
	}
	.sec1 .mainimage img{
		width: 100%;
	}
	.sec1 .name_cont{
		margin-bottom: 20vw;
	}
	.sec1 .name_cont .en_name{
		font-size: 5.0rem;
		margin-bottom: 5vw;
	}
	.sec1 .name_cont .jp_name .position{
		font-size: 1.4rem;
		margin-right: 5vw;
	}
	.sec1 .name_cont .jp_name .name{
		font-size: 2.0rem;
	}
	.sec1 .message_cont .left_cont .midashi{
		font-size: 1.8rem;
		text-align: center;
		margin-bottom: 5vw;
	}
	.sec1 .message_cont .right_cont{
		font-size: 1.2rem;
	}

}