@charset "UTF-8";

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

.title_img{
	width: 100%;
}

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

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

.text_L{
	width: 500px;
	position: absolute;
	bottom: 100px;
	left: 0px;
	white-space:nowrap;
}

.text_R{
	width: 70%;
	position: absolute;
	bottom: 10px;
	right: 0px;
	white-space:nowrap;
}

/*↑トップ*/

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

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

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

.rinen_title p{
	width: 300px;
	font-size: 28pt;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.15em;
}

.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;
	letter-spacing: 0.18em;
}

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

.rinen .tr p{
	width: 80%;
	padding: 20px 30px;
}

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

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

.policy_title{
	width: 100%;
}

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

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

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

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

.policy_content{
	width: 95%;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
}

.policy_box{
	width: 30%;
	min-width: 300px;
	margin: 0 15px;
	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: 11pt;
	line-height: 1.9em;
}

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