@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　philosophy
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-lower-ttl::after{
  background-image:url(../image/bg_page_ttl_pc.jpg);  
}
.page-lower-ttl h1 {
	max-width: 610px;
	width: 100%;
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
.page-nav{
	padding: 120px 0;	
}


/* philosophy
-----------------------------------------------------------------*/
.philosophy{
	padding: 0 0 150px;	
}
.pholosophy-cont{
	max-width: 890px;
	margin: 0 auto;
	padding: 60px 50px 80px;
	background: url(../image/ico_frame_l.svg) no-repeat left top, url(../image/ico_frame_r.svg) no-repeat right bottom;
	background-size: 110px auto;
	text-align: center;	
}
.pholosophy-cont h2{
	margin-bottom: 35px;
	font-size: 3.2rem;
	color: #0068BA;
	font-weight: 500;	
}
.pholosophy-cont .txt{
	font-size: 2.6rem;
	line-height: 2.5;	
}

/* code
-----------------------------------------------------------------*/
.code{
	padding: 0 0 140px;	
}
.code-list li{
	position: relative;
	padding-left: 55px;
	font-size: 1.8rem;
	line-height: 2;
}
.code-list li::before{
	position: absolute;
	left: 0;
	top: 1em;
	display: block;
	content: "";
	width: 40px;
	height: 1px;
	background: #231815;		
}
.code-list li:nth-child(n+2){
	margin-top: 30px;	
}



/* company-logo
-----------------------------------------------------------------*/
.company-logo{
	padding: 0 0 170px;	
}
.logo-box{
	display: flex;
	justify-content: space-between;
	padding: 50px;	
}
.logo-box .pic{
	position: relative;
	max-width: 550px;
	width: calc(50% - 10px);
	border-radius: 10px;
	background: #FFF;	
}
.logo-box .pic span{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 100%;
	text-align: center;	
}
.logo-box .txt{
	max-width: 490px;
	width: calc(50% - 10px);
	font-size: 1.5rem;
	line-height: 1.9;	
}




















/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	.page-lower-ttl::after{
		background-image:url(../image/bg_page_ttl_sp.jpg);  
	}
	
	.page-lower-ttl h1 {
		max-width: 250px;
	}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
	.page-nav{
		padding: 40px 0 45px;	
	}


/* philosophy
-----------------------------------------------------------------*/
	.philosophy{
		padding: 0 0 60px;	
	}
	.pholosophy-cont{
		padding: 25px 20px 35px;
		background-size: 50px auto;
	}
	.pholosophy-cont h2{
		margin-bottom: 20px;
		font-size: 2.2rem;
	}
	.pholosophy-cont .txt{
		font-size: 1.6rem;
	}

/* code
-----------------------------------------------------------------*/
	.code{
		padding: 0 0 50px;	
	}
	.code-list li{
		padding-left: 42px;
		font-size: 1.3rem;
		line-height: 1.8;
	}
	.code-list li::before{
		top: 0.9em;
		width: 30px;		
	}
	.code-list li:nth-child(n+2){
		margin-top: 15px;	
	}



/* company-logo
-----------------------------------------------------------------*/
	.company-logo{
		padding: 0 0 70px;	
	}
	.logo-box{
		display: block;
		padding: 20px;	
	}
	.logo-box .pic{
		max-width: none;
		width: 100%;
		padding: 60px 0;
		margin-bottom: 20px;
		border-radius: 5px;
	}
	.logo-box .pic span{
		position: static;
		transform: none;
	}
	#Page .logo-box .pic img{
		width: auto;
		height: 50px;
	}
	.logo-box .txt{
		max-width: none;
		width: 100%;
		font-size: 1.3rem;
		line-height: 1.6;	
	}


}