@charset "UTF-8";

/*↓トップ*/
.title{
	width: 100%;
	position: relative;
	margin-top: 100px;
	z-index: -5;
}

.title_img{
	width: 100%;
}

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

.title p{
	color: #ffffff;
	font-size: 28pt;
	font-family: 游ゴシック;
	font-weight: bolder;
	text-shadow: 4px 2px 10px #444444;
	background:linear-gradient(transparent 60%, #ff8d26 40%);
	white-space: nowrap;
}
	

.text_L{
	width: 100%;
	position: absolute;
	bottom: 70px;
	left: 0px;

}

.text_R{
	width: 70%;
	position: absolute;
	bottom: 10px;
	right: 0px;
	display: no-wrap;
}

/*↑トップ*/

/*↓価値観の共有・行動精神*/
.rinen{
	width: 90%;
	background: linear-gradient(70deg, #ffb36e, #fff69e);
	border-radius: 10px;
	margin: 50px auto 0;
	padding: 10px;
}

.koudou{
	background: linear-gradient(70deg, #97c2ff, #e5c7f7);
}

.rinen_title{
	text-align: center;
	margin-top: 40px;
}

.rinen_title p{
	font-size: 22pt;
	color: #fff;
	font-weight: bold;

}

.rinen .table{
	width: 100%;
}

.rinen .table .tr{
	display: flex;
	background-color: #fff;
	border-radius: 10px;
	padding: 0px;
	margin: 20px 0;
	align-items: center;
	color: #616161;
}

.table  p{
	vertical-align: middle;
	line-height: 1.8em;
	letter-spacing: 0.15em;
}

.rinen .th{
	width: 20%;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	padding: 0 20px;
	white-space: nowrap;
}

.rinen .tr p{
	font-size: 10pt;
	width: 80%;
	padding: 20px;
}

/*↑価値観の共有・行動精神*/

.policy{
	width: 90%;
	padding: 20px;
	margin: 50px auto;
}

.policy_title{
	width: 100%;
}

.policy_title p{
	font-size: 18pt;
	letter-spacing: 0.08em;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
}

.policy #title_s{
	font-size: 10pt;
}

.policy #title_orange{
	color: #ff9e00;
	font-size: 12pt;
}

.policy p{
	color: #616161;
	letter-spacing: 0.05em;
}

.policy_content{
	width: 95%;
	margin: 0 auto;
}

.policy_box{
	margin: 30px auto;
	padding: 20px 40px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 2px 4px 15px 1px #868686;
}

.content_title{
	text-align: center;
	font-weight: bold;
	font-size: 15pt;
	color: #616161;
}

.content_text p{
	font-size: 9pt;
	line-height: 1.9em;
}

.content_text span{
	background:linear-gradient(transparent 60%, #ffce7e 40%);
}