@charset "UTF-8";
/* CSS Document */
h1 img{
	border-radius: 0 0 20px 20px;
	margin-bottom: 40px;
}
.numS,.numM,.numL{
	font-family: 'Oswald', sans-serif;
	color: #003366;
	font-weight: bolder;
	display: inline-block;
	line-height: 1;
}
.numL{
	font-size: 100px;
}
.numM{
	font-size: 70px;
}
.numS{
	font-size: 55px;
}
#dataView{	
	font-family: YakuHanJP, 'IBM Plex Sans JP';
}
#dataView .dataBox{
	background-color: #bfdfe2;
	margin-left: -20px;
	padding: 20px;
	text-align: center;
	border-radius: 30px;
	background-image: url("images/bg.png");
	background-repeat: repeat;
}
#dataView .dataBox a{
	color: #333;
}
#dataView hr{
	border-top: 2px dotted #3c6d6a;
	margin: 20px auto;
}
#main .mainText #dataView h3,
#main .mainText #dataView h4,
#main .mainText #dataView h5{
	margin-left: 0;	
	color: #333;
}
#main .mainText #dataView h2{
	border: none;
	font-size: 1.875em;
	font-weight: bold;	
	color: #000;
	margin: 0;
	padding: 8px;
	text-align: center;
}
#main .mainText #dataView h3:before,
#main .mainText #dataView h3:after{
	display: none;
}
#main .mainText #dataView h3{
	font-size: 150%;
	color: #006a69;
	border-width: 0 0 2px 0;
	font-weight: bold;
	padding: 0 0 2px 0;
	margin-top: 20px;
}
#main .mainText #dataView h4 small{
	font-weight: normal;
	font-size: 55%;
}
#main .mainText #dataView h3:before{
	display: none;
}
#main .mainText #dataView h4{
	padding: 0;
	margin-top: 20px;
	font-size: 1.3125em;
	border: none;
	margin-bottom: 10px;
}
.mainText h4::before{
	display: none;
}
#main .mainText #dataView #exam h3:before{
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	content:"";
	width: 50px;
    height: 50px;
	display: inline-block;
	background-position: center;
}
#main .mainText #dataView p{
	margin: 0;	
}
.wrBox{
	display: flex;
	justify-content: center;
}
.wrData{
	margin: 0 30px;
	opacity: 0;
}
.wrData h4::after{
	content: "";
	display: block;
	margin: 0 auto;
	width: 120px;
	height: 120px;
	background-image: url("../images/1_10.png");
	background-size: cover;
}
.wrData#jpn h4::after{
	background-image: url("../images/1_11.png");
}
.wrData#hkd p::after,
.wrData#hkd p::before{
	content: "";
	display: inline-block;
	width: 66px;
	height: 100px;
	background-image: url("../images/1_12.png");
	background-size: cover;
	vertical-align: bottom;
    margin-bottom: -10px;
}
.wrData#hkd p::after{
	background-image: url("../images/1_13.png");
}
/*学生数*/
#student .inBox{
	margin:10px auto 0;	
}
.stBox{
	margin: 0 10px;
}
#main .mainText #dataView #student .amount{
	margin: 0 auto
}
#student .breakdown{
	padding: 15px 30px;
	border-radius: 5em;
	background-color: #FFF;
	display: flex;
	margin-top: 10px;
}
#student .breakdown .bdBox{
	position: relative;
}
#studnetNum{
	display: flex;	
    justify-content: center;
}
#main .mainText #dataView #student .breakdown h5{
	color: #FFF;
	background-color: #00776e;
	animation-delay:1s;
	display: inline-block;
	padding: 2px 10px;
	opacity: 0;
	border-radius: 1em;
	margin: 0 auto;
}
#student .breakdown h5:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #00776e transparent transparent transparent;
	bottom: -10px;
    right: 50%;	
	margin-right: -5px;
}
#student .breakdown p{	
	animation-delay:2s;
	padding-top: 10px;
	opacity: 0;
	position: relative;
}
#student .breakdown p:before{
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url(../images/1_1.png);
	background-size: cover;
}
#student .breakdown .bdBox:last-child p:before{
	background-image: url(../images/1_2.png);
	background-size: cover;
}
#graduated h5{
	animation-delay: 3s;
}
.stBox h5:before{
	display: none;
}
.exWrap{
	display: flex;
	max-width: 920px;
	margin: 0 auto;
}
.exBox{
	padding: 0 20px;
	width: 230px;
}
.mainText #dataView .exBox h4::before{
	display: inline-block;
	content:"";
	vertical-align: bottom;
	width: 70px;
	height: 76px;
	border-bottom: none;
	margin: 0px 0px -20px 0;
	background-size: cover;
	position: relative;
	top: inherit;
}
.exBox:nth-child(1) h4:before{
	background-image: url("../images/1_5.png");
}
.exBox:nth-child(2) h4:before{
	background-image: url("../images/1_6.png");
}
.exBox:nth-child(3) h4:before{
	background-image: url("../images/1_7.png");
}
.exBox:nth-child(4) h4:before{
	background-image: url("../images/1_8.png");
}
.exBox .parcent,
.exBox .average{
	opacity: 0;
}
.exBox:nth-child(1) .parcent{
	animation-delay: .4s;
}
.exBox:nth-child(1) .average{
	animation-delay: .8s;
}
.exBox:nth-child(2) .parcent{
	animation-delay: 1.2s;
}
.exBox:nth-child(2) .average{
	animation-delay: 1.6s;
}
.exBox:nth-child(3) .parcent{
	animation-delay: 2s;
}
.exBox:nth-child(3) .average{
	animation-delay: 2.4s;
}
.exBox:nth-child(4) .parcent{
	animation-delay: 2.8s;
}
.exBox:nth-child(4) .average{
	animation-delay: 3.2s;
}
/*専人教員数*/
#teacher h5{
	margin-bottom: 10px;
}
.tcWrap{
	display: flex;	
	margin: 0 auto;
	justify-content: center;
}
.tcBox{
	margin: 0 30px;
	position: relative;
}
#blackBd::after{
	display: inline-block;
	content: "";
	height:106px;
	width:161px;
	background-image: url("../images/1_3.png");
	margin: 0 0px 0px -45px;
    z-index: 10;
    position: relative;
    background-size: cover;
    vertical-align: bottom;
}
#blackBd p{
	color: #FFF;
	background-image: url(../images/bb.svg);
	display: inline-block;
	padding: 0 25px 20px;
    background-position: bottom;
	position: relative;
}
#blackBd p:before{
	width: 210px;
	height: 110px;
	content: "";
	background-image: url(../images/chorke.png);
	display: block;
	position: absolute;
	left: 6px;
    top: 0;
    opacity: 1;
    z-index: 5;
    background-size: cover;
}
#blackBd p .numL{
	color: #FFF;
}
#blackBd p span.animated{
	opacity: 0;
}
#blackBd p span.animated:nth-child(1){
	animation-delay: .4s;
}
#blackBd p span.animated:nth-child(2){
	animation-delay: .8s;
}
#blackBd p span.animated:nth-child(3){
	animation-delay: 1.2s;
}
#main .mainText #dataView #perPerson p{
	display: inline-block;
	margin-top: 16px;
}
#perPerson.tcBox:last-child p .numL:before{
	content: "";
	display: inline-block;
	width: 160px;
	height: 106px;
	margin: 0 15px -4px 0;
	background-image: url(../images/1_4.png);
	background-size: cover;
}
#perPerson .message{
	display: inline-block;
	color: #FFF;
	font-weight: bolder;
	border-radius: 5em;
	background-color: #00776e;
	padding: 15px 8px;
	line-height: 1.3;
	vertical-align: top;
}
#perPerson .message:before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13.5px 46px 13.5px 0;
	border-color: transparent #00776e transparent transparent;
	left: -20px;
    top: 46px;
    transform: rotate(-20deg);
	z-index: -1;
}
#perPerson .numL{
	opacity: 0;
	animation-delay: 1.6s;
}
#perPerson .message{
	opacity: 0;
	animation-delay: 2s;
}
#perPerson .message{
	font-size: 0.8125em;
}
#perPerson .message strong{
	font-size: 1.30769230769em;
}
#hospital h5:before{
	display: none !important;
}
#hosdocWrap{
	display: flex;
	max-width: 980px;
	margin: 0 auto;
}
#hosdocWrap h5{
	margin-bottom: 40px;
}
#hosdocWrap .amount{
	padding-bottom: 70px;
}
.hosdocBox:first-child{
	
	overflow: hidden;
	padding: 0 30px;
}
.hosdocBox:last-child{
	width: 520px;
	overflow: hidden;
	padding: 0 30px;
	position: relative;
}

#hosdocBD{
	border-radius: 5em;
	display: flex;
	background-color: #003366;
	color: #FFF;
	position: relative;
	top: 105px;
	transition: all 1.5s;
	padding: 10px 4em;
	justify-content: center;
}
#hosdocBD.difl{
	top: 0;
}
#hosdocBD:before,#hosdocBD:after{
	content: "";
	display: block;
	width: 95px;
	height: 200px;
	position: absolute;
	top: -200px;
	left: 10px;
	background-image: url(../images/2_2.png);
	background-size: cover;
}
#hosdocBD:after{
	background-image: url(../images/2_1.png);
	right: 10px;
	left: inherit;	
}
#hosdocBD i{
	font-style: normal;
}
/*#hosdocBD i:nth-child(1){
	animation-name: fontColor;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
#hosdocBD i:nth-child(2){
	animation-delay: .5s;
	animation-name: fontColor;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
#hosdocBD i:nth-child(3){
	animation-delay: 1s;
	animation-name: fontColor;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
#hosdocBD i:nth-child(4){
	animation-delay: 1.5s;
	animation-name: fontColor;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}*/
.hbdBox{
	padding: 0 10px;
}
#main .mainText #dataView .hbdBox h5{
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
}
#main .mainText #dataView .hbdBox .numS{
	color: #FFF;
}
/*@keyframes fontColor {
	0% {
    	color: #3C6D6A;
	}
	25% {
		color: #69aba7;
	}
	50%{
		color: #3C6D6A;
	}
	100% {
    	color: #3C6D6A;
	}
}*/
#hkdMap{
	position: relative;	
}
#hkdMap:after,#hkdMap:before{
	position: absolute;
	content: "";
	display: block;
	background-image: url(../images/3_6map_on.png);
	width: 360px;
	height:246px;
	top: 0;
	left: 0;
	transition: 1s;
	background-size: cover;
}
#hkdMap:before{	
	background-image: url(../images/3_6map_bg.png);	
}
#hkdMap.onDisp:after{
	transform: translate(8px, -8px);
}
#hkdMap i{
	position: absolute;
	content: "";
	background-image: url(../images/3_6hos.svg);
	width: 32px;
	height: 38px;
	z-index: 10;
	opacity: 0;
}
#hkdMap i:nth-child(1){
	animation-delay: .5s;
	left: 174px;
    top: 39px;
}
#hkdMap i:nth-child(2){
	animation-delay: .7s;
	left: 70px;
    top: 125px;
}
#hkdMap i:nth-child(3){
	animation-delay: .9s;
	left: 143px;
    top: 120px;
}
#hkdMap i:nth-child(4){
	animation-delay: 1.1s;
	left: 198px;
    top: 150px;
}
#hkdMap i:nth-child(5){
	animation-delay: 1.3s;
	    left: 40px;
    top: 170px;	
}
#hkdMap i:nth-child(6){
	animation-delay: 1.5s;
	left: 270px;
    top: 69px;
}
#hkdMap i:nth-child(7){
	animation-delay: 1.7s;
	left: 200px;
    top: 86px;
}
#hkdMap i:nth-child(8){
	animation-delay: 1.9s;
	left: 120px;
    top: 0px;
}

#hkdMap i:nth-child(9){
	animation-delay: 2.2s;
	left: 105px;
    top: 87px;
}
/*#hosStaf.animated{
	display: block;
	position: absolute;	
	content: "";
	bottom: 30px;
    right: 100px;
	background-image: url(../images/3_6staff.svg);
	animation-delay: 2.4s;
	width: 95px;
	height: 106px;
	opacity: 0;
}*/
#hosNum p{
	display: inline-block;	
	border-radius: 10px;
	position: relative;
	right: -140px;
    top: 160px;
	padding: 5px 10px;
	animation-delay: 2.6s;
	opacity: 0;
}

#hospBox{
	display: flex;
	margin: 0 auto;
	max-width: 920px;
}
.hospNum{
	opacity: 0;
}
.hospNum:before{
	content: "";
	width: 140px;
	height: 75px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
}
.hospInbox{
	margin: 0 26px;
}

.hospInbox:nth-child(2) .hospNum{
	animation-delay: .3s;
}
.hospInbox:nth-child(3) .hospNum{
	animation-delay: .6s;
}
.hospInbox:nth-child(4) .hospNum{
	animation-delay: .9s;
}

.hospInbox:nth-child(1) .hospNum:before{
	background-image: url(../images/3_7.svg);
}
.hospInbox:nth-child(2) .hospNum:before{
	background-image: url(../images/3_8.svg);
}
.hospInbox:nth-child(3) .hospNum:before{
	background-image: url(../images/3_9.svg);
}
.hospInbox:nth-child(4) .hospNum:before{
	background-image: url(../images/3_10.svg);
}
#areaWrap{
	position: relative;
	
}
#areaTxt{
	position: relative;
	/*max-width: 870px;*/
	margin: 0 auto;
	overflow: hidden;
}
#areaTxt p{
	font-size: 150%;
	padding-bottom:20px;
}
#areaTxt span{
	display: inline-block;
	text-align: left;
	line-height: 1.2;
}
#areaTxt:after{
	position: absolute;
	bottom: 0;
	content: "";
	display: block;
	border-bottom: 15px solid #90cfc6;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
	height: 15px;
	width: 0;
	transition: all 1.5s;
	overflow: hidden;
}
#areaTxt.onDisp:after{
	width: 100%;
}
#areaTxt:before{
	position: absolute;
	bottom: -110px;
	z-index: 5;
	display: block;
	content: "";
	width: 100%;
	max-width: 1000px;
	height: 140px;
	background-image: url(../images/4_2.png);
	transition: all 1.5s;
	background-size: cover;
}
#areaTxt.onDisp:before{
	bottom: 0;
}
#areaTxt p{
	padding-left: 7%;
}
#domeTxtWrap{

	opacity: 0;
	animation-delay: 1.5s;
}
#domeTxtWrap:before{
	content: "";
	display: block;
	position: absolute;
	top: -12px;
	right: 50%;
	margin-right: -6.5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6.5px 13px 6.5px;
	border-color: transparent transparent #00776e transparent;
}
#domeTxt{
	display: inline-block;
	padding: 0 20px 5px;	
}
#domeTxt::before{
	
}
#domeTxt{
	color: #FFF;
	background-color: #00776e;
	border-radius: 5em;
}
#domeTxt .numM{
	color: #FFF;
}
#domeTxt:before{
	content: "";
	display: block;
	width: 380px;
	height: 50px;
	background-size: cover;
	background-image: url("../images/3_2.png");
	margin:10px 0 -25px 0;
}
#domeTxt p{
	display: inline-block;
}
#facilityWrap{
	display: flex;
	justify-content: center;
}
.facilityBox{
	display: flex;
	margin-top: 20px;
}
.facilityBox > div{
	margin: 0 10px;
}
.facility{
	margin: 0 10px;
}
#main .mainText #dataView .facilityBox h4{
	margin: 0;
}
#library h5:before{
	background-image: url(../images/4_42.svg);
}
#library p{
	display: inline-block;
}
#bookNum::before,
#journalNum::before,
#opentimeNum::before{
	content: "";
	background-image: url("../images/3_3.png");
	width: 70px;
	height: 60px;
	display: block;
	margin: 0 auto;
	background-size: cover;
}
#journalNum::before{
	background-image: url("../images/3_4.png");
}
#opentimeNum::before{
	background-image: url("../images/3_5.png");
}
#bookNumCmt{
	font-size: 130%;
	color: #FFF;
	background-color: #3c6d6a;
	border-radius: 10px;
	padding: 0 10px;
	margin: 0 0 4px 10px !important;
    vertical-align: bottom;
	position: relative;
	opacity:0;
	animation-delay: 1.5s;
}
#bookNumCmt:before{
	content: "";
	position: absolute;
	left: -16px;
	top: 50%;
	margin-top: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9.5px 16px 9.5px 0;
	border-color: transparent #3c6d6a transparent transparent;
}
#bookNumCmt:after{
	position: absolute;
	top:-15px;
	left: 10px;
	content: "";
	background-image: url(../images/4_6.svg);
	width: 30px;
	height: 25px;
}
#bookNumCmt .numM{
	color: #FFF;
}
#specimenNum:before{
	content: "";
	background-image: url("../images/3_6.png");
	width: 70px;
	height: 60px;
	display: block;
	margin: 0 auto;
	background-size: cover;
}



#rscWrap{
	display: flex;
	margin: 0 auto;
	justify-content: center;
}
.rscBox .animated{
	opacity: 0;
}
.rscBox h5:before{
	background-image: url(../images/5_1.svg);
}
.rscBox:last-child h5:before{
	background-image: url(../images/5_3.svg);
}
#rscFund{	
	font-size: 150%;
}
#rscFund:before{
	content: "";
	background-image: url("../images/4_2_1.png");
	width: 100px;
	height: 110px;
	display: inline-block;
	margin: 0 15px -6px 0;
	background-size: cover;
}
#rscFund strong{
	color: #3c6d6a;
	font-size: 150%;
	font-weight: bolder;
}
#rscNum{
	animation-delay: .5s;
}
#rscNum:before{
	content: "";
	display: inline-block;
	width: 100px;
	height: 110px;
	background-image: url("../images/4_1_1.png");
	margin: 0 10px -5px 0;
	background-size: cover;
}
.rscBox{
	padding: 0 30px;
}
#academicWrap{
	position: relative;
	max-width: 590px;
	margin: 0 auto;
	overflow: hidden;
}
#academicWrap .animated{
	opacity: 0;
}
#academicWrap:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -56px;
	margin-bottom: -41px;
	background-image: url(../images/5_6.svg);
	width: 100px;
    height: 95px;
	opacity: 0;
	transition: all 1s;
}
#academicWrap.onDisp:before{
	bottom: 50%;
	opacity: 1;
}
#academicWrap:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -59px;
	margin-bottom: -48px;
	background-image: url(../images/5_7.svg);
	width: 64px;
	height: 96px;
	opacity: 0;
	transition: all 1s;
}
#academicWrap.onDisp:after{
	bottom: 50%;
	opacity: 1;
}
#acdMount{
	animation-delay: 1s;
}
#academic h5:before{
	background-image: url(../images/5_5.svg);
}
#acdCmt{
	display: inline-block;
	font-size: 130%;
    color: #FFF;
    background-color: #00776e;
    border-radius: 100%;
    padding: 20px;
	line-height: 1;
    margin: 0 0 34px 10px !important;
    vertical-align: bottom;
    position: relative;
	animation-delay: 1.5s;
}
#acdCmt .numS{
	color: #FFF;
}
#acdCmt:before{
	content: "";
    position: absolute;
    left: -14px;
    top: 50%;
    margin-top: -8px;
    width: 0;
    height: 0;
	
    border-style: solid;
    border-width: 9.5px 16px 9.5px 0;
    border-color: transparent #00776e transparent transparent;
}
.acdBox{
	display: inline-block;
	padding-left: 30px;
}
.acdBox p{
	position: relative;
}
.linkBtn a{
	background-color: #003366;
	border-radius: 2em;
	padding: 1em 3em;
	color: #FFF;
}
.linkBtn a::after{
	right: 1.5em;
	border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}
footer{
	background-color: #d9e0e4;
	margin-top: 30px;
	padding: 30px;
	text-align: center;
}
footer a{
	display: block;
}
@media screen and (max-width: 767px), print{
	#studnetNum,.tcWrap,.exWrap,.wrBox,#hosdocWrap,#hospBox,.facilityBox,#facilityWrap,#rscWrap{
		display: block;
	}	
	#dataView section{
		padding: 10px;
		margin: 0;
	}
	#perPerson .message:before{
		top: 0;
		    transform: rotate(90deg);
		left: 50%;
	}
	#blackBd p{
		padding: 0 44px 20px;
	}
	#blackBd p::before{
		left: 24px;
	}
	.exBox{
		margin: 0 auto;
	}
	.amount{
		width: 100%;
	}
	.hosdocBox:first-child{
		padding: 0;
	}
	#hosNum{
		padding: 0px 0 150px;
	}
	.hosdocBox:last-child{
		width: 100%;
		padding: 0;
	}
	#hkdMap:after, #hkdMap:before {
		width: 100%;
		background-size: cover;
	}
	#hosNum p {
	    right: 0px;
		z-index: 21;
	}
	#hosdocBD:before, #hosdocBD:after {
    	width: 75px;
		height: 170px;
		top: -170px;
	}
	#domeTxt:before {
		width: 100%;
		height: 28px;
	}
	#areaTxt p{
		padding: 0;
	}
	#areaTxt:before {
		height: 50px;
	}
	#acdCmt:before{
		top: 0;
		left: 50%;
	}
}