@charset "UTF-8";

.content_all{
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: no-wrap;
}	

.content{
	vertical-align: top;
}

.content_pic{
	width: 400px;
}

.content img{
	width: 100%;
	height: auto;
	box-shadow: 10px 10px 0px 0px #ff9f13;
	margin: 50px 20px;
}

.rinen{
	color: #2e2e2e;
}

.right{
	width: 80%;
	margin-left: 5%;
}	

.rinen_title{
	z-index: 2;
}
.rinen_title p{
	width: 250px;
	background-color: #2e2e2e;
	font-size: 14pt;
	color: #fff;
	padding: 10px 20px;
	letter-spacing: 0.2em;
	margin-left: 20px;
	margin-bottom: -25px;
}

.rinen_text{
	border: 1px solid  #2e2e2e;
	padding: 50px;

}

.rinen_text p{
	letter-spacing: 0.1em;
	font-size: 11pt;
}

.company_profile{
	margin-top: 20px;
	padding: 50px;
	box-shadow: 5px 5px 25px 0px #c7c7c7;
}

.company_profile table{
	width: 100%;
}

.company_profile td{
	padding: 0 0 50px;
	font-weight: bold;
	letter-spacing: 0.12em;
	vertical-align: top;
	font-size: 11pt;
}

.company_profile th{
	width: 110px;
	font-size: 11pt;
	vertical-align: top;
	text-align: left;
}

/*社長メッセージ*/

.message{
	width: 100%;
	padding: 0 0 50px;
	background: linear-gradient(70deg, #ffae2c, #fff);
}

.M_all{
	width: 90%;
	margin: 0 auto;
}

.M_title{
	height: 80px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}

.M_title p{
	font-size: 60pt;
	color: #fff;
	font-weight: bold;
	line-height: 1em;
}

.M_contents{
	display: flex;
	flex-wrap: nowrap;
	vertical-align: top;
}

.M_img{
	width: 35%;
	padding: 0 20px;
}

.M_img img{
	width: 100%;
	height: auto;
}

.M_text{
	width: 65%;
	background-color: #fff;
	border-radius: 10px;
	padding: 10px 20px;
}

.M_text p{
	letter-spacing: 0.18em;
	line-height: 1.5em;
	font-size: 13pt;
}