@charset "utf-8";

/**
 *
 *  マインドスイッチとは？
 *
 */



/*--------------------------------------------------------------------------
   Overwrite
---------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* ContAbout
-----------------------------------------------------------------*/
#ContAbout{
	background:url(../images/about/bg_about_pc.jpg) no-repeat center bottom;
	background-size:cover;
}
#ContAbout .inner{
	padding: 70px 15px 210px;
}
#ContAbout h2{
	margin-bottom: 75px;
	text-align:center;
}
#ContAbout .about-box{
	padding: 65px 20px 90px;
	border:4px solid #000;
	background:rgba(255,255,255,.8)	;
	text-align:center;
}
#ContAbout .about-box .lead{
	margin-bottom: 45px;
}
#ContAbout .about-box .txt{
	margin-bottom: 40px;
	font-size:1.6rem;
	line-height:2.15em;
}
#ContAbout .about-box .txt:last-child{
	margin-bottom: 32px;	
}
#ContAbout .about-box .btn{
	max-width: 335px;
	margin: 0 auto;
	font-size:1.6rem;
}



/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* ContAbout
-----------------------------------------------------------------*/
#ContAbout{
	background:url(../images/about/bg_about_sp.jpg) no-repeat center bottom;
	background-size:cover;
}
#ContAbout .inner{
	padding: 50px 10px 40px;
}
#ContAbout h2{
	margin-bottom: 30px;
}
#ContAbout .about-box{
	padding: 45px 15px 40px;
	border:2px solid #000;
}
#ContAbout .about-box .lead{
	margin-bottom: 20px;
}
#ContAbout .about-box .txt{
	margin-bottom: 20px;
	font-size:1.3rem;
	line-height:1.8;
}
#ContAbout .about-box .txt:last-child{
	margin-bottom: 30px;	
}
#ContAbout .about-box .btn{
	max-width: 325px;
	margin: 0 auto;
	font-size:1.4rem;
}




}