@charset "utf-8";

/**=====================================
* html5-doctor-reset-stylesheet.min.css
======================================= */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
ul li{list-style:none}
img{vertical-align:bottom;}

input, textarea{
	line-height: 120%;
}
body{
	font-family: Arial,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 13px;
	line-height: 1.7;
	color: #111;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	}

a{
	color: #3e3a39;
	text-decoration: none;
}
a:hover{
}

/**=====================================
* headline
======================================= */

#header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
header{
	height: 50px;
	padding: 10px 15px;
	zoom: 1;
	background-color: #fff;
	line-height: 50px;
}
header,
header img,
nav a{
	-moz-transition: height 0.3s ease, padding 0.3s ease;
	-webkit-transition: height 0.3s ease, padding 0.3s ease;
	-ms-transition: height 0.3s ease, padding 0.3s ease;
	transition: height 0.3s ease, padding 0.3s ease;
}
.mini header,
.mini header img,
.mini nav a{
	-moz-transition: height 0.3s ease, padding 0.3s ease;
	-webkit-transition: height 0.3s ease, padding 0.3s ease;
	-ms-transition: height 0.3s ease, padding 0.3s ease;
	transition: height 0.3s ease, padding 0.3s ease;
}
.mini header{
	height: 40px;
	padding: 7px 15px;
	line-height: 40px;
}
.mini header img{
	height: 40px;
}
.mini nav a{
	height: 40px;
}
header:after{
	content: '';
	display: block;
	clear: both;
}
header .logo{
	float: left;
	width: 203px;
}
header ul{
	float: right;
	width: 220px;
	font-size: 11px;
}
header ul li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
header ul li:first-child{
	background: url(../img/line.png) no-repeat right center;
	padding-right: 15px;
	margin-right: 15px;
}
header li a{
	background: url(../img/arrow_mini.png) no-repeat left center;
	padding-left: 13px;
}
header div{
	float: right;
	zoom: 1;
}
header div:after{
	content: '';
	display: block;
	clear: both;
}
header div a{
	display: block;
	float: left;
}
header div a:first-child{
	border-right: 1px solid #ccc;
}

nav{
	background-color: #333;
}
nav ul{
	width: 1000px;
	margin: 0 auto;
	zoom: 1;
}
nav ul:after{
	content: '';
	display: block;
	clear: both;
}
nav li{
	float: left;
}
nav a{
	display: block;
	height: 60px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../img/head_navi.png);
	background-repeat: no-repeat;
}
.mini nav a{
	background-image: url(../img/head_navi_mini.png);
}
nav li:nth-child(1){
	width: 122px;
}
nav li:nth-child(2){
	width: 88px;
}
nav li:nth-child(3){
	width: 116px;
}
nav li:nth-child(4){
	width: 136px;
}
nav li:nth-child(5){
	width: 126px;
}
nav li:nth-child(6){
	width: 146px;
}
nav li:nth-child(7){
	width: 76px;
}
nav li:nth-child(8){
	width: 76px;
}
nav li:nth-child(9){
	width: 114px;
}
nav li:nth-child(1) a{
	background-position: 0 0;
}
nav li:nth-child(2) a{
	background-position: -122px 0;
}
nav li:nth-child(3) a{
	background-position: -210px 0;
}
nav li:nth-child(4) a{
	background-position: -326px 0;
}
nav li:nth-child(5) a{
	background-position: -462px 0;
}
nav li:nth-child(6) a{
	background-position: -588px 0;
}
nav li:nth-child(7) a{
	background-position: -735px 0;
}
nav li:nth-child(8) a{
	background-position: -811px 0;
}
nav li:nth-child(9) a{
	background-position: -889px 0;
}
nav li:nth-child(1) a:hover,
nav li:nth-child(1) a.active{
	background-position: 0 -60px;
}
nav li:nth-child(2) a:hover,
nav li:nth-child(2) a.active{
	background-position: -122px -60px;
}
nav li:nth-child(3) a:hover,
nav li:nth-child(3) a.active{
	background-position: -210px -60px;
}
nav li:nth-child(4) a:hover,
nav li:nth-child(4) a.active{
	background-position: -326px -60px;
}
nav li:nth-child(5) a:hover,
nav li:nth-child(5) a.active{
	background-position: -462px -60px;
}
nav li:nth-child(6) a:hover,
nav li:nth-child(6) a.active{
	background-position: -588px -60px;
}
nav li:nth-child(7) a:hover,
nav li:nth-child(7) a.active{
	background-position: -735px -60px;
}
nav li:nth-child(8) a:hover,
nav li:nth-child(8) a.active{
	background-position: -811px -60px;
}
nav li:nth-child(9) a:hover,
nav li:nth-child(9) a.active{
	background-position: -889px -60px;
}
.mini nav li:nth-child(1) a:hover,
.mini nav li:nth-child(1) a.active{
	background-position: 0 -40px;
}
.mini nav li:nth-child(2) a:hover,
.mini nav li:nth-child(2) a.active{
	background-position: -122px -40px;
}
.mini nav li:nth-child(3) a:hover,
.mini nav li:nth-child(3) a.active{
	background-position: -210px -40px;
}
.mini nav li:nth-child(4) a:hover,
.mini nav li:nth-child(4) a.active{
	background-position: -326px -40px;
}
.mini nav li:nth-child(5) a:hover,
.mini nav li:nth-child(5) a.active{
	background-position: -462px -40px;
}
.mini nav li:nth-child(6) a:hover,
.mini nav li:nth-child(6) a.active{
	background-position: -588px -40px;
}
.mini nav li:nth-child(7) a:hover,
.mini nav li:nth-child(7) a.active{
	background-position: -735px -40px;
}
.mini nav li:nth-child(8) a:hover,
.mini nav li:nth-child(8) a.active{
	background-position: -811px -40px;
}
.mini nav li:nth-child(9) a:hover,
.mini nav li:nth-child(9) a.active{
	background-position: -889px -40px;
}

#modular-menu{
	position: fixed;
	right: 0;
	top: 50%;
	width: 55px;
	height: 465px;
	margin-top: -200px;
	z-index: 5;
}
#modular-menu li{
	margin-bottom: 30px;
}
#modular-menu li:last-child{
	margin-bottom: 0;
}
#modular-menu li a:hover{
	opacity: 0.7;
}

/*--------------------------------------------------*/
/* row */

.row{
	zoom: 1;
}
.row:after{
	content: '';
	display: block;
	clear: both;
}

/*--------------------------------------------------*/
/* btn */

.btns{
	width: 580px;
	margin: 0 auto;
}
.btns:after{
	content: '';
	display: block;
	clear: both;
}
.btns .btn:first-child{
	float: left;
}
.btns .btn:last-child{
	float: right;
}
.right .btn a{
	display: block;
	text-align: center;
	text-decoration: none;
}
.btn a:hover,
.btn input:hover{
	opacity: 0.9;
	cursor: pointer;
}
.btn.btn-gray a,
.btn.btn-gray input[type=submit],
.btn.btn-gray input[type=button]{
	color: #fff;
	width: 280px;
	padding: 10px 20px 10px 0;
	margin: 30px auto 0;
	font-size: 15px;
	border-radius: 5px;
	background: url(../img/arrow_wh.png) no-repeat 250px center #333;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.btn.btn-gray input[type=submit],
.btn.btn-gray input[type=button]{
	border: none;
}

.btn.btn-pink a,
.btn.btn-pink input[type=submit]{
	color: #fff;
	width: 280px;
	padding: 7px 0;
	margin: 30px 0 0;
	font-size: 15px;
	border-radius: 5px;
	text-decoration: none;
	background: url(../img/arrow_wh.png) no-repeat 250px center #f4397b;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.btn.btn-pink input[type=submit]{
	border: none;
}

/*--------------------------------------------------*/
/* footer */

#pagetop{
	text-align: right;
	margin: 30px;
	  
}

.footer{
	background-color: #f2f0f0;
	padding-top: 10px;
	}
	
.page-index .footer{
	padding-top: 100px;
}

.footer .inner{
	width: 1020px;
	margin: 0 auto;
}

.foot-link{
	padding: 30px 0;
	background-color: #fff;
	zoom: 1;
}
.foot-link:after{
	content: '';
	display: block;
	clear: both;
}
.foot-link > ul{
	float: left;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid #e9e6e6;
	padding: 0 22px;
}
.foot-link > ul:nth-child(1){
	width: 60px;
}
.foot-link > ul:nth-child(2){
	width: 110px;
}
.foot-link > ul:nth-child(3){
	width: 140px;
}
.foot-link > ul:nth-child(4){
	width: 140px;
}
.foot-link > ul:nth-child(5){
	width: 180px;
}
.foot-link > ul:nth-child(6){
	width: 120px;
}
.foot-link li ul{
	font-weight: normal;
	margin-bottom: 15px;
}
.foot-link li li a{
	font-size: 11px;
	padding-left: 15px;
	background: url(../img/arrow_mini.png) no-repeat left center;
}
.foot-banner{
	background-color: #fff;
	padding: 25px 0;
	position: relative;
}
.foot-banner .flex-viewport{
	width: 1020px;
	margin: 0 auto;
}
.foot-banner .slides{
	zoom: 1;
}
.foot-banner .slides:after{
	content: '';
	display: block;
	clear: both;
}
.foot-banner li{
	float: left;
	width: 240px;
	margin-right: 20px;
}
.foot-banner li:last-child{
	margin-right: 0;
}
.foot-banner .flex-prev,
.foot-banner .flex-next{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -23px;
	width: 24px;
	height: 46px;
}
.foot-banner .flex-prev{
	background: url(../img/foot_ban_prev.png) no-repeat 0 0;
	margin-left: -555px;
}
.foot-banner .flex-next{
	background: url(../img/foot_ban_next.png) no-repeat 0 0;
	margin-left: 530px;
}
.foot-info{
	padding: 20px 0;
	margin-top: 10px;
	background-color: #fff;
}
.foot-info .inner{
	zoom: 1;
}
.foot-info .inner:after{
	content: '';
	display: block;
	clear: both;
}
.foot-info ul{
	float: left;
	width: 600px;
	zoom: 1;
}
.foot-info ul:after{
	content: '';
	display: block;
	clear: both;
}
.foot-info li{
	float: left;
	line-height: 1;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #ccc;
}
.foot-info li:last-child{
	border-right: 0;
}
.foot-info .facility{
	float: right;
	width: 350px;
}
.facility .sasaoka,
.facility .hanahata{
	padding: 10px 0 10px 50px;
	border-top: 1px solid #ccc;
}
.facility .sasaoka{
	margin-top: 10px;
	background: url(../img/foot_sasaoka.png) no-repeat left center;
}
.facility .hanahata{
	background: url(../img/foot_hanahata.png) no-repeat left center;
}


/* foote_top */

#pagetop{
	text-align: right;
	margin: 30px;
	  
}

.footer_top{
	background-color: #f2f0f0;
	padding-top: 10px;
	width:100%;
	position: absolute;	
	bottom: 0px;
	}
	
.page-index .footer_top{
	padding-top: 10px;
}

.footer_top .inner{
	width: 1020px;
	margin: 0 auto;
}


/**=====================================
* modular-common
======================================= */

.page-index .row{
	width: 900px;
	margin: 0 auto;
}

.col3{
	float: left;
	margin-right: 10px;
	width: 445px;
}
.col3:last-child{
	margin-right: 0;
}
.col2{
	float: left;
	margin-right: 10px;
	width: 293px;
}
.col2:last-child{
	margin-right: 0;
}

.row .box{
	margin-bottom: 10px;
}
.box{
	padding: 8px;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.9);
	zoom: 1;
}
.box:after{
	content: '';
	display: block;
	clear: both;
}
.row .box > a{
	display: block;
}
.row .box > a:hover{
	opacity: 0.8;
	color: #333;
	text-decoration: none;
}

.modular-title{
	text-align: center;
	margin-bottom: 20px;
}

.modular-contents{
	width: 900px;
	margin: 0 auto;
	position: relative;
}

.content-title{
	color: #fff;
	background-color: #333;
	font-weight: normal;
	border-radius: 5px;
	padding: 3px 10px;
	margin-left: 140px;
	margin-bottom: 5px;
	text-align: center;
}
.content-img{
	float: left;
}
.content-text{
	font-size: 11px;
	margin-left: 140px;
}

/*--------------------------------------------------*/
/* modular-enrollment */

.modular-enrollment{
	background: url(../img/index/enrollment/background.png) no-repeat 0 0;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

/*--------------------------------------------------*/
/* modular-introduction */

.modular-introduction{
	background: url(../img/index/introduction/background.png) no-repeat 0 0;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.modular-introduction .box{
	padding: 15px;
}
.modular-introduction .box img{
	margin-bottom: 10px;
}
.modular-introduction h3{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0 10px;
}
.modular-introduction h3 span{
	line-height: 28px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.modular-introduction h3 .sasaoka,
.modular-introduction h3 .hanahata{
	padding-left: 35px;
}
.modular-introduction h3 .sasaoka{
	background: url(../img/index/introduction/sasaoka.png) no-repeat left center;
}
.modular-introduction h3 .hanahata{
	background: url(../img/index/introduction/hanahata.png) no-repeat left center;
}

/*.modular-introduction .box p{
	font-size: 11px;
}*/

.modular.modular-introduction .btn.btn-gray a{
	display: block;
	font-size: 12px;
	width: 263px;
	background-position: 235px center;
	text-align: center;
	margin-top: 10px;
	padding-top: 15px;
}
.modular-introduction .btns{
	width: 100%;
}
.modular.modular-introduction .btns .btn.btn-gray a{
	width: 123px;
	background-position: 100px center;
	background: none;
	background-color: #333;
	padding: 10px 0;
}
.modular-introduction .btns span{
	width: 100%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 1.3;
	background: url(../img/arrow_wh.png) no-repeat 100px center;
}
.modular-introduction .btns small{
	font-size: 9px;
}

/*--------------------------------------------------*/
/* modular-license */

.modular-license{
	background: url(../img/index/license/background.png) no-repeat 0 0;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.modular-license ul{
	width: 820px;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
	border-radius: 10px;
}
.modular-license ul:after{
	content: '';
	display: block;
	clear: both;
}
.modular-license li{
	float: left;
	position: relative;
	margin-right: 20px;
}
.modular-license li:last-child{
	margin-right: 0;
}
.modular-license li a{
	display: block;
	position: absolute;
	bottom: 25px;
	left: 20px;
}

/*--------------------------------------------------*/
/* modular-reason */

.modular-reason{
	background: url(../img/index/reason/background.png) no-repeat 0 0;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.modular-reason .box{
	padding: 8px 10px;
}

/*--------------------------------------------------*/
/* modular-bus */

.modular-bus{
	background: url(../img/index/bus/background.png) no-repeat 0 0;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.modular-bus .move{
	padding: 10px;
	background-color: #fff;
	border-radius: 10px;
}
.modular-bus .row{
	width: 800px;
	margin: 20px auto 15px;
}
.modular-bus .col3{
	width: 378px;
}
.modular-bus .col3:first-child{
	margin-right: 44px;
}

/*--------------------------------------------------*/
/* modular-current */

/*.modular-current{
	background: url(../img/index/current/background.png) no-repeat 0 0;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.current-list{
	margin-bottom: 40px;
}
.current-list:after{
	content: '';
	display: block;
	clear: both;
}
.current-list li{
	float: left;
	width: 161px;
	margin-right: 23px;
}
.current-list li:last-child{
	margin-right: 0;
}*/

/*--------------------------------------------------*/
/* modular-graduate */

/*.modular-graduate{
	background: url(../img/index/graduate/background.png) no-repeat 0 0;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}*/

/*--------------------------------------------------*/
/* modular-student */

.modular-student{
	background: url(../img/index/student/background.png) no-repeat 0 0;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.modular-student .col3 .box:first-of-type{
	padding: 15px;
}
.modular-student h3{
	font-size: 23px;
	font-weight: bold;
	color: #231e75;
	text-align: center;
	margin-bottom: 10px;
	line-height: 34px;
}
.modular-student h3 span{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 40px;
	line-height: 34px;
}
.modular-student h3 .sasaoka{
	background: url(../img/index/student/icon_sasaoka.png) no-repeat left center;
}
.modular-student h3 .hanahata{
	background: url(../img/index/student/icon_hanahata.png) no-repeat left center;
}
.modular-student ul:after{
	content: '';
	display: block;
	clear: both;
}
.modular-student li{
	float: left;
	margin-right: 13px;
}
.modular-student li:last-child{
	margin-right: 0;
}
.modular-student li a:hover{
	opacity: 0.8;
}

.modular-student .col2{
	width: 277px;
}
.modular-student .col2 .content-title,
.modular-student .col2 .content-text{
	margin-left: 90px;
}
.modular-student .col2 .content-text{
	text-align: center;
}

/*--------------------------------------------------*/
/* modular-company */

.modular-company{
	background: url(../img/index/school/background.png) no-repeat 0 0;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.modular-company .box{
	padding: 10px 10px;
}