@charset "UTF-8";



/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本本文レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.dot {
	border-bottom: dotted 1px #878787;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.box {
	border: solid 1px #e4e4e4;
	padding: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}
	.box dt {
		font-weight: bold;
		font-size: 117%;
		margin-bottom: 10px;
	}

.center {
	text-align: center;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */



/* マージン */
.margin02 {	margin-bottom: 2px; }
.margin05 {	margin-bottom: 5px; }
.margin06 {	margin-bottom: 6px; }
.margin08 {	margin-bottom: 8px; }
.margin10 {	margin-bottom: 10px; }
.margin15 {	margin-bottom: 15px; }
.margin20 {	margin-bottom: 20px; }
.margin30 {	margin-bottom: 30px; }
.margin40 {	margin-bottom: 40px; }


/* 文字装飾 */
strong {
	font-weight: bold;
}

ul {
	
}
ul li {
	list-style:none;	
}

/* float解除 */
.cbox { 
}
* html .cbox {
	zoom: 100%;
}
*:first-child+html .cbox {
	display: inline-block;
}
.cbox:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}



table {
	border-collapse:collapse;
	border:0px;
}




/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #084fa0;
	font-weight: bold;
}
a:hover {
	color: #000;
}


/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 小文字 */
.cap {
	line-height: 1.5;
	font-size: 86%;
}




/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	font-family: YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
	color: #464646;
}


#particles {
	width: 100%;
	height: 650px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

img {
	height: auto !important;
}



.dotList {
}
.dotList li {
	background: url(../img/icon_dot.gif) no-repeat 0em 0.6em;
	padding-left: 15px;
	margin-bottom: 5px;
}
.dotList li.last {
	margin-bottom: 0px;
}

ol.NoList {
	line-height: 1.4;
}
ol.NoList li {
	list-style-type: decimal;
	margin-left: 2em;
	margin-bottom: 5px;
}

.pdfLink {
}
.pdfLink li {
	background: url(../img/icon_pdf.gif) no-repeat 0em 0.4em;
	padding-left: 18px;
	margin-bottom: 5px;
}
.pdfLink li.last {
	margin-bottom: 0px;
}





.off {
	opacity: 0.4;
	filter: alpha(opacity=40); /* IE7 */
	-ms-filter: "alpha(opacity=40)"; /* IE8 */
}



/* PC */
@media screen and (min-width: 959px), print {

.sp,
#Header_sp {
	display: none;
}




.area {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}



#header {
}
	#header h1 {
		padding: 25px 10px 10px 25px;
		float: left;
	}
	
	#header #enArea {
		float: right;
	}
	#header #enArea li {
		float: left;
	}
	
	
	#header #nav {
		border-top: solid 1px #d6d6d6;
		border-bottom: solid 1px #d6d6d6;
	}
	#header #nav li {
		float: left;
		width: 20%;
		text-align: center;
	}
	#header #nav li a {
		padding: 25px 10px;
		border-right: solid 1px #d6d6d6;
	}
	#header #nav li.last a {
		border-right: none;
	}
	
	
	#header #nav .Internal li {
		float: left;
		width: 31.3%;
		margin: 0 1%;
		text-align: center;
	}
	#header #nav .Internal li img {
		width: 100%;
		height: auto;
	}
	#header #nav .Internal li dt {
		margin-bottom: 10px;
	}
	#header #nav .Internal li a {
		padding: 0;
		border-right: none;
	}
	#header #nav .Internal li.last a {
		border-right: none;
	}
	




	.slider_wrap {
		position:relative;
		margin-bottom: 100px;
		}
	.slider_wrap #main_txt {
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		width:410px;
		height:318px;
		margin:auto;
		}
		.slider_wrap #main_txt img {
			width:100%;
			}
	.slider img {
		width:100%;
		}







#aboutArea {
	margin-bottom: 100px;
}

	#aboutArea h2 {
		margin-bottom: 20px;
		font-size: 16px;
		color: #084fa0;
		line-height: 30px;
	}
		#aboutArea h2 img {
			margin-right: 20px;
		}
	#aboutArea a {
		max-width: 555px;
		width: 50%;
		float: left;
	}
	#aboutArea a.second {
		float: right;
	}
	
	#aboutArea dl {
		position: relative;
	}
	#aboutArea dl dt img{
		width:100%;
	}
	#aboutArea dl dd {
		position: absolute;
		bottom: -30px;
		left: 50%;
		margin-left: -150px;
		text-align: center;
		width: 300px;
		font-size: 16px;
		padding: 20px 0;
		background: #FFF url(../img/arrow_blue.png) no-repeat 95% center;
		background-size: 6px;
		box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
	}





#peopleArea {
	background: url(../img/bg_blue.jpg) no-repeat center center;
	background-size: cover;
	padding: 70px 0 90px 0;
	margin-bottom: 100px;
}

	#peopleArea h2 {
		margin-bottom: 20px;
		font-size: 16px;
		color: #FFF;
		line-height: 30px;
	}
		#peopleArea h2 img {
			margin-right: 20px;
		}

.slider02 {
}
.slider02 dt {
	max-width: 620px;
	width: 60%;
	float: right;
}
.slider02 dd {
	max-width: 520px;
	width: 40%;
	float: left;
	text-align: center;
	padding: 80px 0 0 0;
	box-sizing:border-box;
}
	.slider02 dd .read {
		font-size: 20px;
		color: #084fa0;
		margin-bottom: 30px;
	}
	.slider02 dd .name {
		font-size: 16px;
		font-weight: normal;
		color: #000;
		margin-bottom: 15px;
	}
	.slider02 dd .tt {
		font-size: 12px;
		font-weight: normal;
		color: #000;
	}









#projectArea {
	margin-bottom: 100px;
}

	#projectArea h2 {
		margin-bottom: 20px;
		font-size: 16px;
		color: #084fa0;
		line-height: 30px;
	}
		#projectArea h2 img {
			margin-right: 20px;
		}
	
	#projectArea a {
		margin-bottom: 100px;
		display: block;
		color: #FFF;
		font-weight: normal !important;
	}
	#projectArea dl {
		position: relative;
	}
	#projectArea dt img {
		width:100%;
	}
	#projectArea dl dd {
		position: absolute;
		top: 40%;
		right: 0;
		text-align: center;
		max-width: 420px;
		width: 420px;
		font-size: 18px;
		padding: 50px 0;
		background: url(../img/bg_blue.jpg) no-repeat center center;
		box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
	}
	#projectArea dl dd strong {
		font-weight: normal;
		font-size: 26px;
		display: block;
		margin-bottom: 10px;
	}

	#projectArea .second dl dd {
		position: absolute;
		bottom: -30px;
		left: 0;
		text-align: center;
		width: 420px;
		font-size: 18px;
		padding: 50px 0;
		background: url(../img/bg_blue.jpg) no-repeat center center;
		box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
	}






#otherArea {
	background: url(../img/bg_black.jpg) no-repeat center center;
	background-size: cover;
	padding: 70px 0 90px 0;
}

	#otherArea h2 {
		margin-bottom: 20px;
		font-size: 16px;
		color: #FFF;
		line-height: 30px;
	}
		#otherArea h2 img {
			margin-right: 20px;
		}


	#otherArea dl {
		position: relative;
	}
	#otherArea dt img {
		width:100%;
	}
	#otherArea dl dd {
		position: absolute;
		bottom: -30px;
		left: 50%;
		margin-left: -150px;
		text-align: center;
		width: 300px;
		font-size: 16px;
		padding: 20px 0;
		background: #FFF url(../img/arrow_blue.png) no-repeat 95% center;
		background-size: 6px;
		box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
	}

#dlArea {
	background: url(../img/dl_bg.jpg) no-repeat;
	background-size: cover;
	background-position:50% 35%;
	padding: 160px 0 40px 0;
	}
	#dlArea ul {
		text-align:center;
		margin:0 auto;
		width:920px;
		}
		#dlArea ul li {
			float:left;
			}
		#dlArea ul li:not(:first-child) {
			margin-left:10px;
			}




#movieArea {
	float: left;
	max-width: 555px;
	width: 50%;
}
#seminarArea {
	float: right;
	max-width: 555px;
	width: 50%;
}



#entry {
	text-align: center;
	margin: 100px 0;
}



#footer {
	background: #19428d;
	padding: 20px;
	position: relative;
}
#footer .copy {
	position: absolute;
	font-size: 10px;
	bottom: 20px;
	right: 20px;
	color: #FFF;
}



/* ++++++++    coming soon    ++++++++  */
	/*#otherArea #seminarArea a {
	}
	#otherArea #seminarArea a dt {
		position:relative;
		text-align:center;
	}*/

}

	

@media screen and (max-width: 1300px) and (min-width: 801px)  {
}


/* ++++++++++++++++++++++++++++++++++++++++++++++    sp    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* ~ 800px */
@media only screen and (max-width: 959px) {

.pc
{
	display: none;
}

img {
	width: 100%;
	height: auto;
}


.area {
	padding: 0 8%;
}

h2 {
	display: block;
	width: 40%;
	margin: 0 auto !important;
	text-align: center;
}
h2 span {
	display: none;
}

#header h1 {
	display: none;
}

#header #enArea {
	display: none;
}


.menu-mobile img{
	width: 80%;
	height: auto;
}


.enBtn a {
	width: 50% !important;
	float: left;
	padding: 0 !important;
	margin: 0 !important;
}
.enBtn a img {
	width: 100%;
	height: auto;
}

.slider_wrap {
	position:relative;
	margin-bottom: 8%;
}


#aboutArea {
	margin-bottom: 8%;
}
	
	#aboutArea a {
		display: block;
		margin-bottom: 15%;
	}
	#aboutArea a.second {
	}
	
	#aboutArea dl {
		position: relative;
	}
	#aboutArea dl dd {
		position: absolute;
		bottom: -30px;
		left: 0;
		right: 0;
		margin:0 auto;
		text-align: center;
		width: 90%;
		font-size: 16px;
		padding: 20px 0;
		background: #FFF url(../img/arrow_blue.png) no-repeat 95% center;
		background-size: 6px;
		box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
	}





#peopleArea {
	background: url(../img/bg_blue.jpg) no-repeat center center;
	background-size: cover;
	padding: 8% 0;
	margin-bottom: 8%;
}


.slider02 {
}
.slider02 dt {
}
.slider02 dd {
	padding: 5%;
}
	.slider02 dd .read {
		font-size: 18px;
		color: #084fa0;
		margin-bottom: 3%;
	}
	.slider02 dd .read br {
		display: none;
	}
	.slider02 dd .name {
		font-size: 16px;
		font-weight: normal;
		color: #000;
		margin-bottom: 3%;
	}
	.slider02 dd .tt {
		font-size: 12px;
		font-weight: normal;
		color: #000;
	}









#projectArea {
	margin-bottom: 8%;
}

	
	#projectArea a {
		margin-bottom: 8%;
		display: block;
		color: #FFF;
		font-weight: normal !important;
	}
	#projectArea dl {
		position: relative;
	}
	#projectArea dl dd {
		padding: 5%;
		background: url(../img/bg_blue.jpg) no-repeat center center;
	}
	#projectArea dl dd strong {
		font-weight: normal;
		font-size: 20px;
		display: block;
		margin-bottom: 10px;
	}
	#projectArea dl dd br {
		display: none;
	}




#otherArea {
	background: url(../img/bg_black.jpg) no-repeat center center;
	background-size: cover;
	padding: 8% 0 3% 0;
}

	#otherArea a {
		display: block;
		margin-bottom: 20%;
	}

	#otherArea dl {
		position: relative;
	}
	#otherArea dl dd {
		position: absolute;
		bottom: -30px;
		left: 0;
		right: 0;
		margin:0 auto;
		text-align: center;
		width: 90%;
		font-size: 16px;
		padding: 20px 0;
		background: #FFF url(../img/arrow_blue.png) no-repeat 95% center;
		background-size: 6px;
		box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
	}

#dlArea {
	background: url(../img/dl_bg_sp.jpg) no-repeat;
	background-size: cover;
	background-position:top center;
	padding: 26% 0 10% 0;
	}
	#dlArea ul {
		text-align:center;
		margin:0 auto;
		width:80%;
		}
		#dlArea ul li {
			float:left;
			}
		#dlArea ul li:not(:first-child) {
			margin-top:10px;
			}
			#dlArea ul li img {
				width:100%;
				}




#movieArea {
}
#seminarArea {
}



#entry {
	text-align: center;
}



#footer {
	background: #19428d;
	padding: 10px;
	position: relative;
}
#footer a img {
	width: 40%;
	height: auto;
}
#footer .copy {
	position: absolute;
	font-size: 10px;
	bottom: 10px;
	right: 10px;
	color: #FFF;
	text-align: right;
}




/* ++++++++    coming soon    ++++++++  */
	/*#otherArea #seminarArea a {
		pointer-events:none;
	}
	#otherArea #seminarArea a dt {
		position:relative;
		text-align:center;
	}
	#otherArea #seminarArea a dt:before {
		position: absolute;
		width:100%;
		height:100%;
		display: block;
		content:"";
		vertical-align:middle;
		background:rgba(0,0,0,.5);
	}
	#otherArea #seminarArea a dt:after {
		position: absolute;
		top:-18px;
		left:0;
		bottom:0;
		margin:auto 0;
		width:100%;
		height:18px;
		display:inline-block;
		content:"Comming Soon";
		letter-spacing:1px;
		color:#fff;
		font-size:20px;
		z-index:2;
	}
	#otherArea #seminarArea a dd:after {
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		display: block;
		content:"";
		vertical-align:middle;
		background:rgba(0,0,0,.5);
	}*/



}
