@charset "utf-8";

/**
 *
 *  私たちの想い
 *　philosophy
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
#Philosophy{
	padding: 60px 0 0;	
}


/* 汎用クラス
-----------------------------------------------------------------*/
.sec{
	width: 900px;
	margin: 0 auto;	
}
.sec .ttl-bracket{
	margin-bottom: 50px;	
}


/* sec01
-----------------------------------------------------------------*/
.sec01{
	padding-bottom: 150px;
	background:url(../images/company/philosophy/bg_mark.png) no-repeat center 60px;
	text-align:center;
}
.sec01 .lead{
	margin-bottom: 35px;	
}
.sec01 .txt{
	font-size:129%;
	line-height:2.5;	
}


/* sec02
-----------------------------------------------------------------*/
.sec02{
	margin-bottom: 95px;	
}
.sec02 .president{
	float: right;	
}
.sec02 .txt{
	padding-right: 260px;
	margin-bottom: 20px;
	line-height:1.9;	
}


/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
#Philosophy{
	padding: 40px 0 0;	
}


/* 汎用クラス
-----------------------------------------------------------------*/
.sec{
	width: 100%;
}
.sec .ttl-bracket{
	margin-bottom: 25px;	
}


/* sec01
-----------------------------------------------------------------*/
.sec01{
	padding-bottom: 60px;
	background:url(../images/company/philosophy/bg_mark.png) no-repeat center 40px;
	background-size:130px auto;
}
.sec01 .lead{
	margin-bottom: 25px;	
}
.sec01 .txt{
	font-size:109%;
	line-height:2.2;	
}


/* sec02
-----------------------------------------------------------------*/
.sec02{
	margin-bottom: 10px;	
}
.sec02 .president{
	width: 130px;
	margin-left: 12px;	
}
.sec02 .txt{
	padding-right: 0;
	margin-bottom: 10px;
	line-height:1.8;		
}



}