@charset "UTF-8";

/* -------------------------------- 

	base

-------------------------------- */
body.page-slug-beginning #content {
	padding-top:0;
}

#content article {
	width:740px;
	margin:0 auto;
}

.page-slug-beginning p  {
	line-height:1.8;
	margin-bottom:2.8rem;
	letter-spacing:0.07rem;
}



/* -------------------------------- 

	introduction

-------------------------------- */
#introduction {
	padding:6rem 0 5rem;
	background:#FDF3F6;
}
#introduction .wrapper {
	width:740px;
	margin:0 auto;
}
#introduction h1 {
	background-image: url("../images/about/logo.png") ;
	line-height:8.3rem;
	margin-bottom:3rem;
}




/* -------------------------------- 

	MESSAGE

-------------------------------- */
#content article.message {
	width:100%;
}
article.message div {
	width:740px;
	margin:0 auto;
	padding:3rem 0;
}

article.director { background:#F7CBDA;  }
article.director h1 { float:left; width:33rem; line-height:15.0rem;	background-image: url("../images/beginning/tx_tetsuo-yamashige.png") ;}
article.director img { float:right;}

section.career {
	background:rgba(255, 255, 255, 0.3) ;
	padding:2.2rem 4rem;
}
section.career h2 {
	font-weight:bold;
	margin-bottom:1rem;
}
section.career p {
	font-size:1.2rem;
}
section.career p:last-child {
	margin:0;
}

