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



/*-----------------------------------------------------
Yahoo UI Library Font-size Adjustment
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
http://developer.yahoo.com/yui/license.txt
http://developer.yahoo.com/yui/fonts/
10px = 77%     11px = 85%     12px = 93%     13px = 100%;
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%;
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%;
22px = 167%    23px = 174%    24px = 182%    25px = 189%;
26px = 197%;
------------------------------------------------------*/


	
/* clear fix */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
/* clear fix */

.hide {
	opacity: 0;
}
#copy div.delay1,
#copy div.delay2 {
	-webkit-transform : translate3d(0,4px,0)
}
#copy div.delay4 {
	-webkit-transform : translate3d(0,10px,0)
}

.disable {
	opacity: 0.5;
	cursor: default;
}


/****************************************************************************************************
初期設定
****************************************************************************************************/

/* IE8以下への対応 */
article, aside, figure, figcaption, footer, header, nav, section {
	display: block;
}
/* IE8以下への対応 */

html,body{
	text-align: center;
	font-family: "ＭＳ 明朝", "MS Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	width:100%;
	height:100%;
	min-width:1000px;
	font-feature-settings:"palt";
}

* {
	box-sizing: border-box;
}
img {
	vertical-align: top;
}
strong {
	font-weight: bolder;
}
a {
	color: #FFF;
}
.alR {
}

#page0 {
	overflow: hidden;
}


/****************************************************************************************************
PAGE0
****************************************************************************************************/

#menu {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2000;
}
#menuInner {
	position: relative;
}
#menuBtn {
	position: absolute;
	left: 30px;
	top: 387px;
}
#menuBtnInner {
	position: relative;
}
#menuBtnInner div {
	position: absolute;
	left: 0;
	top: 0;
}
#navi {
	display: none;
	position: relative;
	background: url(../img/menuBg.png) no-repeat right center;
	/*height: 800px;*/
	color: #FFF;
	text-align: left;
	font-family:'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3','ＭＳ Ｐ明朝','MS PMincho', Georgia, Times, Baskerville, Palatino, serif;
	font-size: 16px;
	padding: 0 50px 0 36px;
}
#menuOff {
	position: absolute;
	right: 0;
	top: 387px;
}
#navi li {
	line-height: 1.6;
}
#navi li + li {
	margin-top: 1.2em;
}
#navi ul a {
	text-decoration: none;
	background: url(../img/ar.png) no-repeat left 0.25em;
	padding-left: 23px;
}
#navi a span {
	font-size: 13px;
}
#pager {
	position: fixed;
	right: 30px;
	top: 359px;
	z-index: 2000;
}
#pager div + div {
	margin-top: 10px;
}
#page0 {
	position: relative;
}
#page7 {
	background: url(../img/page6.jpg) no-repeat center top;
	background-size:cover;
}
#logo {
	position: absolute;
	width: 176px;
	left: 40px;
	top: 37px;
	z-index: 2000;
}
#logoInner {
	position: relative;
}
#logoW {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
#sns {
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 2000;
}
#sns div {
	float: left;
	margin-left: 3px;
}
#copy {
	position: absolute;
	width: 78px;
	top: 101px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2000;
}
#main1,
#main2,
#main3 {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
}
#copy span,
#copy div {
	opacity: 0;
}









/****************************************************************************************************
PAGE
****************************************************************************************************/
.page {
	width:100vw;
	height:100vh;
	background:#FFF;
}
#page1,
#page3,
#page5 {
	background: #F6F6F6;
}
.page .inner {
	text-align:left;
	margin:0 auto;
}
.taketori {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

.contents {
	display:inline-block;
}
.column {
	display:table;
}
div.column + div.column {
	margin-right:96px;
}



h2 {
	margin-left: 35px;
	font-family:'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3','ＭＳ Ｐ明朝','MS PMincho', Georgia, Times, Baskerville, Palatino, serif;
	font-size: 26px;
	letter-spacing: 7px;
}
h2 span.small {
	font-size: 18px;
}
p,
li,
dt,
dd {
	font-size: 16px;
	line-height: 2.4;
}
#page1 p,
#page1 li,
#page1 dt,
#page1 dd {
	line-height: 2.6;
}

#page1name {
	text-align: right;
}

.contents {
	position:relative;
}
.mark {
	position:absolute;
	text-align:right;
	bottom:0;
	left:-140px;
	margin:auto;
}



p span.small,
li span.small,
dt span.small,
dd span.small,
p.small,
li.small,
dd.small {
	font-size: 13px;
	line-height: 2.5;
}
li span.xsmall,
dt span.xsmall,
dd span.xsmall,
dd.xsmall {
	font-size: 12px;
}
dd + dt,
.mt1L {
	margin-right: 2.5em;
}
.mt2L {
	margin-right: 5em;
}
h2 + p,
h2 + ul {
}

li,
dd {
	text-indent: -1em;
	padding-top: 1em;
}




#page3 p,
#page3 li,
#page3 dt,
#page3 dd {
	line-height: 2.3;
}
#page5 h2 {
	margin-left: 26px;
}
#page5 p,
#page5 li,
#page5 dt,
#page5 dd {
	line-height: 1.7;
}
#page5 dl + dl {
	margin-right:1em !important;
}
#page5 a {
	color: #000;
	text-decoration: none;
}

div.btn {
	width: 157px;
	height: 157px;
	display: inline-block !important;
	margin-right:90px;
	margin-top:-3px;
}
div.btn + div.btn {
	margin-top:15px;
}
#btn1,
#btn2,
#btn3 {
	position: absolute;
	left: 0;
	top: 0;
	width: 157px;
	height: 157px;
	background: #FFF;
	opacity: 0;
	cursor: pointer;
}
#page5 {
	position: relative;
}

.profile dt {
}
.profile dd {
}
.profile dd {
	text-indent: 0;
	padding-top: 11em;
	margin-right: -1.9em !important;
	line-height:2.0 !important;
}

div.staff {
	display: inline-block !important;
	margin-top: 30px;
	margin-left: 170px;
}

#dbg {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2000;
}

#page6 {
	position: relative;
}
#page6 h3 {
	font-size:16px;
	line-height:2.4;
}
#page6 h4 {
	font-size:16px;
	line-height:2.4;
	margin-top:10em;
	margin-right:2em;
}
#page6 h4 + p {
	line-height:2.4;
	margin-right:4em;
}
#page6 .profile {
	margin-right:2.5em;
}
#page6 .profile dd {
	text-indent: 0;
	padding-top: 11em;
	margin-right: -2.4em !important;
	line-height:2.4 !important;
}
#page5 a,
#page6 a {
	display:inline-block;
	font-size:14px;
	line-height:15px;
	padding-top:18px;
	background:url(../img/ar-bottom.png) no-repeat left top;
	color:#000;
	text-decoration:none;
}

#page7 {
	position: relative;
}
#page7 h2,
#page7 p {
	color: #FFF;
}
#page7 h2 {
	font-size: 18px;
	letter-spacing: 0.5px;
	line-height: 2.6;
	margin-bottom: 0;
}
#page7 p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 2.0;
}
#page7 h2 + p {
	margin-top: 0;
}
#page7 p + p {
	margin-top: 1.6em;
}
#last {
	position: absolute;
	left: 0;
	right: 0;
	top:50px;
}
#text {
	margin-top: 30px;
}



.lecture {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3000;
	background-color: rgba(0,0,0,0.85);
	text-align: left;
	width: 100%;
	height: 100%;
	overflow: scroll;
}
.lectureInner {
	position: relative;
}
.close {
	position: fixed;
	right: 40px;
	top: 40px;
}
div.colInner dl,
div.colInner dt,
div.colInner dd {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	font-size: 13px;
	line-height: 2.2;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	
}
div.colInner {
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0;
}
div.colInner h2 {
	color: #FFF;
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 35px;
	text-align: center;
	letter-spacing: 0;
	
}
div.colInner h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 15px;
	text-align: left;
	font-weight: bolder;
	clear: both;
	
}
div.colInner dl + h3 {
	padding-top: 35px;
}


.subNavi {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	margin: 0;
	padding: 0;
	margin-bottom: 35px;
	position: relative;
	overflow: hidden;
}
.subNavi ul {
	position: relative;
	left: 50%;
	float: left;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}
.subNavi li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}
.subNavi li + li {
	margin-left: 50px !important;
}
.subNavi a {
	text-decoration: none;
	background: url(../img/subNaviAr.png) no-repeat left top;
	font-size: 18px;
	line-height: 19px;
	height: 19px;
	margin: 0;
	padding: 0;
	padding-left: 23px;
	text-align: left;
}
.subNavi .focus a {
	background: url(../img/subNaviArF.png) no-repeat left top;
}

div.colInner dl {
	background: url(../img/line.png) repeat-y 8.5em center;
}
#information div.colInner dl {
	background: url(../img/line.png) repeat-y 9.5em center;
}
div.colInner dt {
	float: left;
	clear: both;
}
div.colInner dd {
	text-indent: 0;
	padding-left: 11em;
}


#news {
}
#news p {
	font-size:15px;
	line-height:1.0;
}
#news h3 + p {
	margin-right:7px;
}
#news h3 {
	font-size:18px;
	margin:-0px 5px 0 0;
}
#news p.small,
#news p .small {
	font-size:11px;
}
#news div {
	margin:0 15px 0 15px;
}
#news p a {
	display:inline-block;
	font-size:14px;
	line-height:15px;
	padding-top:18px;
	background:url(../img/ar-bottom.png) no-repeat left top;
	color:#000;
	text-decoration:none;
}