@charset "utf-8";
/*++++++++++++++
guide
++++++++++++++*/
section#guide {

}

/*++++++++++++++
greet
++++++++++++++*/
section#greet {
	padding: 0;
}

section#greet .bg{
	background: url(../imgs/greet/bg.jpg) no-repeat;
	height: 500px;
	overflow: hidden;
	z-index: 0;
}

section#greet .bg dl {
	position: relative;
	height: 180px;
	text-align: center;
	padding: 8.4% 0;
}

section#greet .bg dt {
	border: 2px solid #fff;
	display: inline-block;
	color: #fff;
	padding: 2px 20px;
	letter-spacing: 2px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 15px;
}

section#greet .bg dd p{
	font-size: 4em;
	font-weight: bold;
	color: #fff;
	letter-spacing: 4px;
}

section#greet .bg dd span {
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 10px 0 0;
	display: block;
	font-size: 1.2em;
}

/*校長挨拶*/
section#greet .greeting {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	padding: 50px 50px 60px;
	/* height: 500px; */
	max-width: 1200px;
	margin:-3% auto 80px;
	z-index: 1000;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 10px;
}

section#greet .greeting .left {
	width: 65%;
	float: left;
	padding: 20px;
	box-sizing: border-box;
}

section#greet .greeting .left p{
	font-size: 1em;
	line-height: 2.5;
}

section#greet .greeting .right{
	width: 30%;
	float: right;
}

section#greet .greeting .right dl {
    padding: 20px 0;
    display: block;
    overflow: hidden;
    text-align: center;
}

section#greet .greeting .right dt {
	letter-spacing: 3px;
	display: inline-block;
}

section#greet .greeting .right dd {
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
	display: inline-block;
	padding: 0 0 0 20px;
}

section#greet .greeting .right p {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}

section#greet .greeting .right p span {
	font-size: 0.8em;
	width: 49%;
	display: inline-block;
}

/*校長挨拶*/
section#greet article#housin {
}

section#greet article#housin h2 {
	width:20%;
	font-size: 1.7em;
	float:left;
	border-left: 5px solid #035382;
	text-align: left;
	padding: 0 0 0 20px;
}

section#greet article#housin ul{
	width: 75%;
	float: right;
	margin: 0 0 50px;
	padding: 0;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

section#greet article#housin li{
	width: 100%;
	/* display: inline-block; */
	vertical-align: top;
	/* border: 2px solid #259DCF; */
	padding: 0 0 29px;
	border-radius: 5px;
	box-sizing: border-box;
}

section#greet article#housin li:last-child {
	margin: 0;
}

section#greet article#housin li b{
	font-family: 'Poppins', sans-serif;
	color: #259DCF;
	text-align: center;
	/* display: block; */
	/* margin: -15% auto 0; */
	background: #fff;
	line-height: 1;
	/* width: 40%; */
	font-size: 3em;
	letter-spacing: 3px;
}

section#greet article#housin li p{
	color: #259DCF;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1;
	padding: 0;
	text-align: left;
	letter-spacing: 1px;
}


/*沿革*/
section#greet article#history{
    margin:100px 0 80px;
    padding: 50px 0 0;
    background: url(../imgs/greet/history.jpg) no-repeat center #eee;
    position: relative;
    overflow: hidden;
    background-size: cover;
}

article#history .historybox {
	max-width: 1200px;
	margin: auto;
	text-align: center;
	overflow: hidden;
	padding: 30px 0 0 0;
}

article#history .historybox ol {overflow: hidden;}

article#history .historybox ol:after {
	content: "";
	position: absolute;
	height: 74%;
	width: 2px;
	background: #333;
	left: 0;
	right: 0;
	margin: auto;
}

article#history .historybox li{
	clear: right;
	float: left;
	margin: 0 0 50px 0;
	width: 100%;
	position: relative;
	box-sizing: border-box;
}

article#history .historybox li:nth-child(2n){
	clear: left;
	float: right;
}

article#history .historybox li:before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
	height: 25px;
	border-radius: 100px;
	background: #259DCF;
	z-index: 10;
	left: 0;
	margin: auto;
}

article#history .historybox li .enkaku {

float: left;

width: 47%;

padding: 8px 0;
}

article#history .historybox li:nth-child(2n) .enkaku {
	
float: right;
}

article#history .historybox p.year{
	text-align: right;
	font-family: 'Poppins', sans-serif;
	font-size: 3em;
	font-weight: bold;
	color: #259DCF;
	margin: -2% auto 0;
	letter-spacing: 2px;
	line-height: 1;
}

article#history .historybox li:nth-child(2n):before {
	content:"";
}

article#history .historybox li:nth-child(2n) p{
	text-align:left;
	
}

article#history .historybox p.text{
	text-align: right;
	font-weight: bold;
	line-height: 2;
	padding: 10px 0 0;
}



/*++++++++++++++
campus
++++++++++++++*/
section#campus {
	padding: 0;
}

.select_campus {
	margin: auto;
	position: relative;
	z-index: 10;
	padding: 40px 0 0;
	background: #eee;
}

.select_campus ol{
	overflow: hidden;
	margin: -5% auto 0;
	max-width: 980px;
	padding: 0 0 50px;
}

.select_campus li{
	float: left;
	width: 47%;
	position: relative;
	overflow: hidden;
	border: 5px solid #fff;
}

.select_campus li:nth-child(2n){
	float: right;
}

.select_campus li img {
}

.select_campus li a {
	display: block;
	text-align: center;
	margin: auto;
	bottom: 0;
	z-index: 100;
}

.select_campus .campus_ttl {
	color: #fff;
	background: rgba(0,0,0,0.6);
	left: 0;
	right: 0;
	padding: 10px 20px;
	bottom: 0;
	position: absolute;
}

.select_campus li b{
	font-size: 1.2em;
	display: block;
	margin: 0;
	font-weight: bold;
}

.select_campus li span {
	font-size: 0.9em;
	font-weight: bold;
}

/*本部キャンパス*/
article.floorbox h2 {
    border-bottom: 1px solid #999;
    color: #222;
    padding: 30px 0;
    border-top: 1px solid #999;
    width: 40%;
    margin: auto;
    font-size: 1.7em;	
}
article#honbu {
    max-width: 1400px;
    margin: auto;
}

article#motofuna {
	margin: 0 auto 80px;
}

article.floorbox {
	padding: 100px 0 0;
}

article.floorbox h5 {
	background: #333;
	color: #fff;
	width: 500px;
	margin: auto;
	font-weight: bold;
}

article.floorbox ul{
	padding: 50px 0 0;
	background: url(../imgs/campus/asiato.png) repeat-y;
	background-position: center;
	background-size: 35%;
}

article.floorbox li{
	position: relative;
	overflow: hidden;
	padding: 0 0 30px;
}

article.floorbox li .left{
	width: 53%;
	float: left;
	margin: 0 0 0 5%;
}


article.floorbox li:nth-child(2n) .left {
	float: right;
	margin: 0 5% 0 0;
}

article.floorbox li iframe {
	height:450px;
}

article.floorbox li .floor{
	font-family: 'Poppins', sans-serif;
	/* padding: 50px 0 0; */
	position: relative;
	z-index: 10;
}


article.floorbox li .floor b{
	font-weight: normal;
	letter-spacing: 1px;
	border: 1px solid #222;
	padding: 0 5px;
}

article.floorbox li .floor span{
	font-style: italic;
	font-size: 4em;
	letter-spacing: 3px;
	line-height: 0;
	position: absolute;
	display: block;
	/* font-weight: 700; */
	padding: 10px 20px;
	left: 3%;
	margin: -1% auto 0;
}

article.floorbox li .row {
	overflow: hidden;
	position: relative;
	padding: 50px 0;
}

article.floorbox li figure img {
	width: 100%;
}

article.floorbox li .right {
	width: 42%;
	box-sizing: border-box;
	float: right;
	margin: auto;
	z-index: 0;
	padding: 90px 0;
	position: relative;
}

article.floorbox li:nth-child(2n) .right {
	right: inherit;
	left: 5%;
}

article.floorbox li dl {
	background: #e1ebff;
	padding: 60px 40px;
}

article.floorbox li dt {
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 2px;
	color: #222;
	padding: 0 0 10px;
}

article.floorbox li dd {
	line-height: 2;
	letter-spacing: 1px;
	font-size: 0.9em;
}

article.floorbox li ol {

overflow: hidden;
}

article.floorbox li ol li {
	float: left;
	width: 48%;
	padding: 50px 0 0;
}

article.floorbox li ol li:last-child {
	float: right;
}

article.floorbox li ol li dl {
	width: 90%;
	margin: -5% auto 0;
	box-sizing:border-box;
	padding: 60px 30px 40px;
}


@media screen and (max-width: 1499px) {
/*++++++++++++++
guide
++++++++++++++*/
section#guide {
	padding: 0;
}


/*++++++++++++++
greet
++++++++++++++*/
section#greet {
}

section#greet .bg{
	height: 450px;
}

section#greet .bg dl {padding: 14% 0 10%;}

section#greet .bg dt {
	letter-spacing: 2px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 15px;
}

section#greet .bg dd p{
	font-size: 3.5em;
}

section#greet .bg dd span {font-size: 1em;}

/*校長挨拶*/
section#greet .greeting {
	max-width: 95%;
	padding: 30px;
	margin: -3% auto 50px;
}

section#greet .greeting .left {
	padding: 20px 0 20px 20px;
	box-sizing: border-box;
}

section#greet .greeting .left p{
	font-size: 0.9em;
}

section#greet .greeting .right dl {padding: 15px 0;}

section#greet .greeting .right dt {font-size: 0.9em;}

section#greet .greeting .right dd {
	font-size: 1.1em;
}
section#greet .greeting .right p span {
	width: auto;
	display: block;
}

/*校長挨拶*/

section#greet article#housin h2 {
	font-size: 1.5em;
}

section#greet article#housin ul{margin: 0;}


section#greet article#housin li:last-child {
	margin: 0;
}

section#greet article#housin li b{
	font-family: 'Poppins', sans-serif;
	color: #259DCF;
	text-align: center;
	background: #fff;
	line-height: 1;
	/* width: 40%; */
	font-size: 3em;
	letter-spacing: 3px;
}

section#greet article#housin li p{line-height: 1.5;font-size: 1.3em;}


/*沿革*/
section#greet article#history{
    margin: 50px 0 0;
    padding: 0;
}

article#history .historybox {
	max-width: 100%;
}

article#history .historybox ol {}

article#history .historybox ol:after {
	height: 79%;
}

article#history .historybox li{
}

article#history .historybox li:nth-child(2n){
	clear: left;
	float: right;
}

article#history .historybox li:before{
	right: 0;
}

article#history .historybox p.year{
}

article#history .historybox li:nth-child(2n):before {
}

article#history .historybox li:nth-child(2n) p{
	text-align:left;
	
}

article#history .historybox p.text{
}



/*++++++++++++++
campus
++++++++++++++*/
section#campus {
	padding: 0;
}

.select_campus {
}

.select_campus ol{
	margin: -8% auto 0;
	max-width: 92%;
}

.select_campus li{
}

.select_campus li:nth-child(2n){
	float: right;
}

.select_campus li img {
}

.select_campus li a {
	display: block;
	text-align: center;
	margin: auto;
	bottom: 0;
	z-index: 100;
}

.select_campus .campus_ttl {
}

.select_campus li b{
}

.select_campus li span {
}

/*本部キャンパス*/
article.floorbox h2 {
    border-bottom: 1px solid #999;
    color: #222;
    padding: 30px 0;
    border-top: 1px solid #999;
    width: 40%;
    margin: auto;
    font-size: 1.7em;	
}
article#honbu {
	/* padding: 50px 0; */
	max-width: 100%;
}

article.floorbox {
	padding: 100px 0 0;
}

article.floorbox ul{
	padding: 50px 0 0 0;
}

article.floorbox li{
}

article.floorbox li .left{
	width: 53%;
	float: left;
	margin: 0 0 0 5%;
}


article.floorbox li:nth-child(2n) .left {
	float: right;
	margin: 0 5% 0 0;
}

article.floorbox li .floor{
	font-family: 'Poppins', sans-serif;
	/* padding: 50px 0 0; */
	position: relative;
	z-index: 100;
}

article.floorbox li .floor:after {
}

article.floorbox li .floor b{
	font-weight: normal;
	letter-spacing: 1px;
	border: 1px solid #222;
	padding: 0 5px;
}

article.floorbox li .floor span{
	font-style: italic;
	font-size: 4em;
	letter-spacing: 3px;
	line-height: 0;
	position: absolute;
	display: block;
	/* font-weight: 700; */
	padding: 10px 20px;
	left: 3%;
	margin: -1% auto 0;
}

article.floorbox li .row {
}

article.floorbox li figure img {
	width: 100%;
}

article.floorbox li .right {
	width: 42%;
	box-sizing: border-box;
	float: right;
	margin: auto;
	z-index: 0;
	padding: 90px 0;
}

article.floorbox li:nth-child(2n) .right {
}

article.floorbox li dl {
}

article.floorbox li dt {
}

article.floorbox li dd {
	line-height: 2;
	letter-spacing: 1px;
	font-size: 0.9em;
}

article.floorbox li ol {
}

article.floorbox li ol li {
	float: left;
	width: 48%;
	padding: 50px 0 0;
}

article.floorbox li ol li:last-child {
	float: right;
}

article.floorbox li ol li dl {
	width: 90%;
	margin: -5% auto 0;
	box-sizing:border-box;
	padding: 60px 30px 40px;
}
}
	
@media screen and (max-width: 1023px) {
/*++++++++++++++
greet
++++++++++++++*/
section#greet .bg{height: 380px;}

section#greet .bg dd p{font-size: 3em;}

section#greet .bg dd span {
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 10px 0 0;
	display: block;
	font-size: 1.2em;
}


section#greet article#housin li:last-child {
	margin: 0;
}

section#greet article#housin li b{
	font-family: 'Poppins', sans-serif;
	color: #259DCF;
	text-align: center;
	background: #fff;
	line-height: 1;
	/* width: 40%; */
	font-size: 3em;
	letter-spacing: 3px;
}


/*沿革*/
section#greet article#history h2 {margin: 0;}


article#history .historybox ol:after {
	content: "";
	position: absolute;
	height: 77%;
	width: 2px;
	background: #333;
	left: 0;
	right: 0;
	margin: auto;
}

article#history .historybox li:nth-child(2n){
	clear: left;
	float: right;
}

article#history .historybox li:before{
    right: 0;
}

article#history .historybox p.year{
	font-size: 2.5em;
}

article#history .historybox li:nth-child(2n):before {
}

article#history .historybox li:nth-child(2n) p{
	text-align:left;
	
}

article#history .historybox p.text{font-size: 0.9em;}



/*++++++++++++++
campus
++++++++++++++*/
section#campus {
	padding: 0;
}

.select_campus {
}

.select_campus ol{
}

.select_campus li{
}

.select_campus li:nth-child(2n){
	float: right;
}

.select_campus li img {
}

.select_campus li a {
	display: block;
	text-align: center;
	margin: auto;
	bottom: 0;
	z-index: 100;
}

.select_campus .campus_ttl {
}

.select_campus li b{font-size: 1em;}

.select_campus li span {
	font-size: 0.75em;
}

/*本部キャンパス*/
article.floorbox h2 {
    border-bottom: 1px solid #999;
    color: #222;
    padding: 30px 0;
    border-top: 1px solid #999;
    width: 40%;
    margin: auto;
    font-size: 1.7em;	
}
article#honbu {
	/* padding: 50px 0; */
}

article.floorbox {
	padding: 100px 0 0;
}

article.floorbox ul{
}

article.floorbox li{
}

article.floorbox li .left{
	margin: 0;
}


article.floorbox li:nth-child(2n) .left {
	margin: 0;
}

article.floorbox li .floor{
}

article.floorbox li .floor:after {
}

article.floorbox li .floor b{
	font-weight: normal;
	letter-spacing: 1px;
	border: 1px solid #222;
	padding: 0 5px;


}

article.floorbox li .floor span{
	font-size: 3em;
}

article.floorbox li .row {
}

article.floorbox li figure img {
	width: 100%;
}

article.floorbox li .right {
	padding: 90px 0 0;
	width: 47%;
}

article.floorbox li:nth-child(2n) .right {
}

article.floorbox li dl {
	padding: 40px 30px 30px;
}

article.floorbox li dt {
	font-size: 1.1em;
	letter-spacing: 1px;
}

article.floorbox li dd {
	font-size: 0.75em;
}

article.floorbox li ol {
}

article.floorbox li ol li {
	float: left;
	width: 48%;
	padding: 50px 0 0;
}

article.floorbox li ol li:last-child {
	float: right;
}

article.floorbox li ol li dl {
	padding: 40px 20px 20px;
	width: 100%;
}
}
	
@media screen and (max-width: 767px) {

/*++++++++++++++
greet
++++++++++++++*/
section#greet {
}

section#greet .bg{
    height: 330px;
}

section#greet .bg dl {padding: 14% 0 0;}

section#greet .bg dd p{font-size: 2.5em;}

section#greet .bg dd span {font-size: 1em;}

section#greet .greeting .left p{font-size: 0.8em;}


section#greet .greeting .right p {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}

	
/*校長挨拶*/

section#greet article#housin h2 {float: none;font-size: 1.3em;}

section#greet article#housin ul{float: none;width: auto;margin: 0 0 50px;}

section#greet article#housin li{padding: 0 0 20px;}

section#greet article#housin li:last-child {
	margin: 0;
}


section#greet article#housin li p{font-size: 1.1em;}


/*沿革*/
section#greet article#history{
    margin: 0 0 50px;
}

article#history .historybox li{margin: 0 0 25px;}

article#history .historybox li:nth-child(2n){
	clear: left;
	float: right;
}


article#history .historybox li:nth-child(2n) p{
	text-align:left;
	
}

/*++++++++++++++
campus
++++++++++++++*/
section#campus {
	padding: 70px 0 0 0;
}

.select_campus {
}

.select_campus ol{
}

.select_campus li{
}

.select_campus li:nth-child(2n){
	float: right;
}

.select_campus li a {
}

.select_campus .campus_ttl {
}

.select_campus li b{
}

.select_campus li span {
}

/*本部キャンパス*/
article.floorbox h2 {
    border-bottom: 1px solid #999;
    color: #222;
    padding: 30px 0;
    border-top: 1px solid #999;
    width: 40%;
    margin: auto;
    font-size: 1.7em;	
}
article#honbu {
}
	
	article#motofuna {
		margin: 0 auto 30px;
	}

article.floorbox {
	padding: 50px 0 0;
}

article.floorbox ul{
}

article.floorbox li{
}

article.floorbox li .left{
}


article.floorbox li:nth-child(2n) .left {
}

article.floorbox li .floor{
}

article.floorbox li .floor:after {
}

article.floorbox li .floor b{
	font-weight: normal;
	letter-spacing: 1px;
	border: 1px solid #222;
	padding: 0 5px;
}

article.floorbox li .floor span{
}

article.floorbox li .row {
}

article.floorbox li figure img {
	width: 100%;
}

article.floorbox li .right {
}

article.floorbox li:nth-child(2n) .right {
}

article.floorbox li dl {
}

article.floorbox li dt {
}

article.floorbox li dd {
}

article.floorbox li ol {
}

article.floorbox li ol li {
	float: left;
	width: 48%;
	padding: 50px 0 0;
}

article.floorbox li ol li:last-child {
	float: right;
}

article.floorbox li ol li dl {
}

}

@media screen and (max-width: 480px) {
/*++++++++++++++
greet
++++++++++++++*/
section#greet .bg{height: 280px;}

section#greet .bg dl {padding: 18% 20px 0;}

section#greet .bg dd p{font-size: 1.5em;letter-spacing: 1px;}

section#greet .bg dd span {font-size: 0.9em;}

/*校長挨拶*/
section#greet .greeting {padding: 20px;}

section#greet .greeting .left {
	width: auto;
	float: none;
	padding: 20px 0 0;
}

section#greet .greeting .right{
	width: auto;
	float: none;
}

section#greet .greeting .right img {
	width:100%;
}

section#greet .greeting .right dl {
    padding: 20px 0;
    display: block;
    overflow: hidden;
    text-align: center;
}

section#greet .greeting .right dt {
	letter-spacing: 3px;
	display: inline-block;
}

section#greet .greeting .right dd {
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
	display: inline-block;
	padding: 0 0 0 20px;
}

section#greet .greeting .right p {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}

section#greet .greeting .right p span {
	font-size: 0.8em;
	width: 49%;
	display: inline-block;
}

/*校長挨拶*/
section#greet article#housin h2 {width: auto;}

section#greet article#housin ul{margin: 0 0 20px;}

section#greet article#housin li:last-child {
	margin: 0;
}

section#greet article#housin li b{
	font-family: 'Poppins', sans-serif;
	color: #259DCF;
	text-align: center;
	background: #fff;
	line-height: 1;
	font-size: 3em;
	letter-spacing: 3px;
}

section#greet article#housin li p{
	line-height: 1.8;
	font-size: 1em;
}


/*沿革*/

article#history .historybox ol:after {
	content: "";
	height: 82%;
	right: inherit;
	left: 5.5%;
}

article#history .historybox li{width: 89%;clear: both;float: right;margin: 0 0 40px;text-align: left;}

article#history .historybox li:nth-child(2n){
	clear: both;
	float: right;
}

article#history .historybox li .enkaku {
	width: 95%;
	float: none;
	padding: 5px;
}

article#history .historybox li:nth-child(2n) .enkaku {
	float: none;
}

article#history .historybox li:before{
	width: 22px;
	height: 22px;
	right: inherit;
	left: -9%;
}

article#history .historybox p.year{font-size: 2em;text-align: left;}

article#history .historybox li:nth-child(2n):before {}

article#history .historybox li:nth-child(2n) p{
	text-align:left;
	
}

article#history .historybox p.text{text-align: left;}



/*++++++++++++++
campus
++++++++++++++*/
section#campus {padding: 50px 0 0;}

.select_campus {padding: 20px 0;}

.select_campus ol{
	max-width: 80%;
	margin: auto;
	padding: 0;
}

.select_campus li{
    float: none;
    width: auto;
    margin: 0 0 20px;
}

.select_campus li:nth-child(2n){
	float: right;
}

.select_campus li a {
	display: block;
	text-align: center;
	margin: auto;
	bottom: 0;
	z-index: 100;
}

.select_campus .campus_ttl {padding: 10px;}


.select_campus li span {
	font-size: 3vw;
}

/*本部キャンパス*/
article.floorbox h2 {
    border-bottom: 1px solid #999;
    color: #222;
    padding: 30px 0;
    border-top: 1px solid #999;
    width: 40%;
    margin: auto;
    font-size: 1.7em;	
}
article.floorbox h5 {
	width: auto;
}

article.floorbox {
	padding: 100px 0 0;
}

article.floorbox ul{
	padding: 30px 0 0 0;
}

article.floorbox li .left{
	width: auto;
	margin: 0;
	float: none;
}


article.floorbox li:nth-child(2n) .left {
	float: none;
	margin: 0;
}

article.floorbox li .floor span{
	left: 0;
}


article.floorbox li figure img {
	width: 100%;
}

article.floorbox li .right {
	width: auto;
	float: none;
	padding: 0;
}

article.floorbox li:nth-child(2n) .right {
	left: 0;
}

article.floorbox li dl {padding: 40px 20px 20px;}

article.floorbox li ol li {
	float: none;
	width: auto;
}

article.floorbox li ol li:last-child {
	float: none;
}

}