/* ========================================================================

	pages
  
======================================================================== */

body { background: url(../../images/module/about/mainIMG.jpg) center center fixed no-repeat #000; }
/* body { background: url(../../images/module/about/mainIMG.jpg) top center / cover no-repeat #000; } */

/* ------------------------------------------------------------------------
	section
------------------------------------------------------------------------ */
section {
	padding: 135px 0 60px;
	width: 100%;
}

h2 {
	margin-bottom: 40px;
	text-align: center;
	font-size: 277%;
	font-weight: bold;
}

h3 {
	margin-bottom: 20px;
	padding: 10px 20px;
	font-size: 154%;
	font-weight: bold;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}

/* ------------------------------------------------------------------------
	box
------------------------------------------------------------------------ */
.box {
	margin: 0 auto;
	padding: 50px 50px 100px;
	width: 900px;
	background: url(../../images/module/about/bg.png) repeat 0 0;
}


/*----------------------------------------------------------------------------------------------------------------- SP ----*/
@media screen and (max-width: 768px) {
body { background: none; }

body::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../../images/module/about/mainIMG.jpg) center/cover no-repeat; /*fixedをトル！*/
  -webkit-background-size:cover;/*Android4*/
}

/* ------------------------------------------------------------------------
	box
------------------------------------------------------------------------ */
.box {
	padding: 30px 2% 60px;
	width: 96%;
}

h2 {
	margin-bottom: 30px;
	font-size: 153%;
}

h3 { font-size: 138%; }
	
}
