@charset "utf-8";
/* CSS Document */

/* =========================================================
 #visual
========================================================= */
#visual{
	display:flex;
	align-items:center;
	min-width:1200px;
	width:100%;
	height:250px;
	background-image:url(../img/common/mv.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center center;
}

#visual .wrap{
	width:1200px;
	margin:0 auto;
}

#visual h1{
	text-align: center;
	font-size: 3.6rem;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #000;
}

#visual h1 small{
	display: block;
	margin: 18px 0 0 0;
	font-size: 2.0rem;
	letter-spacing: 0.1em;
}

#visual h1:after{
	content: "";
	display: block;
	width: 200px;
	height: 1px;
	background-color: #000;
	margin: 25px auto 0 auto;
}

/* animation */
#visual h1.fadein {
  opacity : 0.1;
  transform : translate(-200px, 0);
  transition : all ease 1.2s;
}
#visual h1.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}


/* =========================================================
 #secSeries
========================================================= */
#secGlossary{
	margin: 100px 0 0 0 !important;
}

#secGlossary .boxWrap .type{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 50px 0;
}

#secGlossary .boxWrap .type li{
	width: 140px;
	border: solid 1px #111711;
	text-align: center;
	font-size: 1.4rem;
	padding: 8px 0;
	margin-right: 25px;
	letter-spacing: 0.2em;
}

#secGlossary .seriesWrap{
	width: 1200px;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#secGlossary .seriesWrap h4{
	letter-spacing: 0.2em;
	font-size: 2.0rem;
	color:#37942a;
	border-bottom: solid 1px #37942a;
	padding-bottom: 15px;
	margin-bottom: 36px;
	text-align: left;
}

#secGlossary .series{
	width: 360px;
}

#secGlossary .series > p{
	margin: 0 0 46px 0;
}

#secGlossary .series .item{
	margin-top: 60px;
}

#secGlossary .series .item:first-of-type{
	margin-top: 0;
}

#secGlossary .series .item{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#secGlossary .series .item figure{
	width: 120px;
}

#secGlossary .series .item p{
	width: 220px;
}

#secGlossary .glossaryWrap{
	width: 980px;
	margin:120px auto 0 auto;	
}

#secGlossary .glossaryWrap dl dt{
	font-weight: bold;
	margin-bottom: 10px;
	border-left: solid 5px #37942a;
	padding: 10px;
	background-color: #f4f4f4;
}

#secGlossary .glossaryWrap dl dd{
	line-height: 1.8;
	margin-bottom:40px; 
}


/* animation */
#secGlossary.fadein {
  opacity : 0.1;
  transform : translate(200px, 0);
  transition : all ease 1.2s;
}
#secGlossary.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}

