@charset "utf-8";

p a{
	text-decoration: underline;
	color: #202020;
	
}

p a:hover{
	text-decoration: none;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	
}

.visualHanger.style1 img:nth-child(2){display: none;}

#blogHanger{}

#blogHanger ul{
	font-size: 0;
	padding-top: 40px;
	text-align: center;
}

#blogHanger ul li{
	display: inline-block;
	vertical-align: top;
	width: calc((100% - 120px) / 4);
	margin: 0 0 0 40px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
	text-align: left;
}

#blogHanger ul li:first-child{margin: 0;}

#blogHanger ul li img{
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

#blogHanger ul li small{
	display: block;
}

#blogHanger ul li a{
	display: block;
	color: #202020;
}

#blogHanger ul li a:hover{
	text-decoration: none;
	color: #999999;
}



/**************************************************
 feature
**************************************************/
.copyArea1 small{
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 30px;
}

.copyArea1 small img{
	width: 110px;
	margin-left: 10px;
}

#featureHanger{
	font-size: 0;
	display:-webkit-box;
  	display:flex;
	flex-wrap: wrap;
}

#featureHanger dl{
	position: relative;
	vertical-align: top;
	width: 475px;
	margin: 40px 0 0 0;
}

#featureHanger dl:nth-of-type(2n){margin: 40px 0 0 50px;}

#featureHanger dl a{
	position: relative;
	display: block;
	text-decoration: none;
	height: 100%;
	padding-bottom: 40px;
}

#featureHanger dl dt{
	display: -webkit-flex;
 	display: flex;
 	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 	align-items: center; /* 縦方向中央揃え */
 	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 	justify-content: center; /* 横方向中央揃え */
	
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.3;
	color: #FFFFFF;
	background-color: #202020;
	height: 80px;
}
#featureHanger.style1 dl dt{
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	text-align: center;
	height: 100px;
	padding: 0 15px;
}
#featureHanger.style1 dl dt span{
	display: block;
	font-size: 25px;
	font-size: 2.5rem;
}

#featureHanger dl dd{
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	color: #202020;
}

#featureHanger.style1 dl dd strong{
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	padding: 15px 0;
}

#featureHanger dl dd img{
	width: 100%;
	display: block;
	margin-bottom: 15px;
}

#featureHanger dl dd a.depBtn{
	width: 300px;
	height: 50px;
	display: block;
	margin: 20px auto 0 auto;
	padding: 14px 0 0 0;
	color: #000000;
	text-align: center;
	position: relative;
}

#featureHanger dl dd a.depBtn::before{
	position: absolute;
	content: "";
	top: 21px;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#featureHanger dl dd a.depBtn.gd{background-color: #7ECEF4;}
#featureHanger dl dd a.depBtn.il{background-color: #B7D450;}
#featureHanger dl dd a.depBtn.pd{background-color: #FCC80E;}
#featureHanger dl dd a.depBtn.gj{background-color: #94D1CA;}
#featureHanger dl dd a.depBtn.dd{background-color: #F0908A;}
#featureHanger dl dd a.depBtn.ac{background-color: #DAB643;}
#featureHanger dl dd a.depBtn.ci{background-color: #F4A57A;}

#featureHanger dl dd a:hover{
	text-decoration: none;
	opacity: 0.5;
}

#featureHanger dl dd.more{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 1.4rem;
	font-weight: 500;
	padding: 5px 25px 5px 10px;
	background: #202020;
	color: #FFFFFF;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#featureHanger dl dd.more::before{
	position: absolute;
	content: '';
	right: 10px;
	top: calc(50% - 4px);
	width: 6px;
	height: 6px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	transform: rotate(45deg);
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#featureHanger dl a:hover dd.more::before{right: 5px;}



/**************************************************
 project
**************************************************/
#gdaHanger{
	margin: 50px 0 0 0;
	font-size: 0;
	background: url(../about/img/pro1.jpg) no-repeat right top;
	background-size: 397px 600px;
	min-height: 600px;
}

#gdaHanger.pro2{
	background: url(../about/img/pro2_1.jpg) no-repeat right top;
	background-size: 400px 325px;
	min-height: auto;
}

#gdaHanger dl{
	display: inline-block;
	vertical-align: top;
	width: 550px;
	padding: 50px 0 0 0;
}

#gdaHanger.pro2 dl{padding: 0 0 0 0;}

#gdaHanger dl dt{
	
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.4;
}

#gdaHanger dl dt img{
	display: block;
	width: 280px;
	margin-bottom: 20px;
}

#gdaHanger dl dd{
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.8;
	padding: 50px 0 0 0;
}

#gdaHanger dl dd strong{
	display: block;
	margin-bottom: 20px;
	font-size: 18px;
	font-size: 1.8rem;
}

#gdaHanger dl dd img{
	display: none;
	width: 90%;
	margin: 10px auto 0 auto;
}

#interView{
	margin: 40px 0 0 0;
	font-size: 0;
}

#ivPhoto{
	display: inline-block;
	vertical-align: top;
	width: 320px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.4;
}

#ivPhoto img{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

#interView dl{
	display: inline-block;
	vertical-align: top;
	width: 580px;
	margin: 0 0 0 100px;
}

#interView dl dt{
	
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3;
}

#interView dl dt:nth-child(3){margin-top: 50px;}

#interView dl dd{
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.8;
	padding: 15px 0 0 0;
}

.actualHanger{font-size: 0;}

.actualHanger dl{
	display: inline-block;
	vertical-align: top;
	width: 475px;
	margin: 40px 0 0 0;
}

.actualHanger.fourColumn dl{
	width: 220px;
	margin: 40px 40px 0 0;
}

.actualHanger dl:nth-child(2n){margin: 40px 0 0 50px;}
.actualHanger.fourColumn dl:nth-child(2n){margin: 40px 40px 0 0;}
.actualHanger.fourColumn dl:nth-child(4n){margin: 40px 0 0 0;}
/*.actualHanger.fourColumn dl:first-child{margin: 40px 40px 0 0;}*/

/*.actualHanger.fourColumn dl:nth-child(4n){margin: 40px 0 0 0;}*/

.actualHanger dl dt{
	
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
	padding: 0 0 0 15px;
	border-left: 5px solid #FF4D4D;
}

.actualHanger dl dt.style1{
	font-size: 20px;
	font-size: 2.0rem;
	padding: 15px 0 0 0;
	color: #E60012;
	border-left: none;
}

.actualHanger.fourColumn dl dt{
	font-size: 16px;
	font-size: 1.6rem;
}

.actualHanger.fourColumn dl dt.style1{
	font-size: 18px;
	font-size: 1.8rem;
	padding: 10px 0 0 0;
}

.actualHanger dl dt small{
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
}

.actualHanger dl dt strong{
	display: block;
	width: 120px;
	height: 30px;
	color: #FFFFFF;
	text-align: center;
	background-color: #FF4D4D;
	margin-bottom: 5px;
	border-radius: 10.0rem;
	padding: 4px 0 0 0;
}

.actualHanger dl dd{
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.4;
	padding: 20px 0 0 0;
}
.actualHanger dl dd.style1{
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.8;
}

.actualHanger dl dd img{
	display: block;
	width: 100%;
}

.actualHanger dl dd span{
	position: relative;
	display: block;
}
.actualHanger dl dd span a{
	position: absolute;
	width: 50%;
	/*height: 25%;*/
	height: calc(100% / 6);
	top: 0;
	left: 0;
	background: rgba(255,255,255,0);
}
.actualHanger dl dd span a:nth-of-type(2){left: 50%;}
.actualHanger dl dd span a:nth-of-type(3){top: calc(100% / 6);}
.actualHanger dl dd span a:nth-of-type(4){top: calc(100% / 6);left: 50%;}
.actualHanger dl dd span a:nth-of-type(5){top: calc((100% / 6) * 2);}
.actualHanger dl dd span a:nth-of-type(6){top: calc((100% / 6) * 2);left: 50%;}
.actualHanger dl dd span a:nth-of-type(7){top: calc((100% / 6) * 3);}
.actualHanger dl dd span a:nth-of-type(8){top: calc((100% / 6) * 3);left: 50%;}
.actualHanger dl dd span a:nth-of-type(9){top: calc((100% / 6) * 4);}
.actualHanger dl dd span a:nth-of-type(10){top: calc((100% / 6) * 4);left: 50%;}
.actualHanger dl dd span a:nth-of-type(11){top: calc((100% / 6) * 5);}
.actualHanger dl dd span a:nth-of-type(12){top: calc((100% / 6) * 5);left: 50%;}
/*.actualHanger dl dd span a:nth-child(3){left: 50%;}
.actualHanger dl dd span a:nth-child(4){top: 25%;}
.actualHanger dl dd span a:nth-child(5){
	top: 25%;
	left: 50%;
}
.actualHanger dl dd span a:nth-child(6){top: 50%;}
.actualHanger dl dd span a:nth-child(7){
	top: 50%;
	left: 50%;
}
.actualHanger dl dd span a:nth-child(8){top: 75%;}
.actualHanger dl dd span a:nth-child(9){
	top: 75%;
	left: 50%;
}*/
.actualHanger dl dd span a:hover{background: rgba(255,255,255,0.5);}

.actualHanger.fourColumn dl dd img{width: 90%;}

.actualHanger dl dd div.youtube{
	position: relative;
	width: 100%;
  	padding-top: 56.25%;
}
.actualHanger dl dd div.youtube iframe{
	position: absolute;
  	top: 0;
  	right: 0;
  	width: 100% !important;
  	height: 100% !important;
}


/**************************************************
 competition
**************************************************/
#compeList ul{
	font-size: 0;
	padding: 15px 0 0 0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

#compeList ul li{
	width: 300px;
	padding: 15px 0;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.4;
	border-bottom: 1px dotted #CCCCCC;
}

#compeList ul li:nth-child(3n+2){margin: 0 50px;}


/**************************************************
 specialty
**************************************************/
#spDep{
	margin: 14px 0 0 0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

#spDep dl{
	width: 230px;
	margin: 26px 26px 0 0;
}

#spDep dl:nth-child(4n){margin: 26px 1px 0 0;}

#spDep dl a{display: block;}

#spDep dl a:hover{text-decoration: none;}

#spDep dl a dt{
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.2;
	height: 50px;
	text-align: center;
	padding: 10px 0 0 0;
	color: #202020;
	-webkit-transition: 0.25s ease-out;
	-moz-transition: 0.25s ease-out;
	-o-transition: 0.25s ease-out;
	-ms-transition: 0.25s ease-out;
}

#spDep dl a dt small{
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
}

#spDep dl a:hover dt{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#spDep dl a dd img{
	display: block;
	width: 100%;
}

#spDep dl:first-child a dt{background: url(../oc/img/dep_arrow1.png) no-repeat left top #F0908A;}
#spDep dl:nth-child(2) a dt{background: url(../oc/img/dep_arrow2.png) no-repeat left top #7ECEF4;}
#spDep dl:nth-child(3) a dt{background: url(../oc/img/dep_arrow3.png) no-repeat left top #B7D450;}
#spDep dl:nth-child(4) a dt{background: url(../oc/img/dep_arrow4.png) no-repeat left top #F4A57A;}
#spDep dl:nth-child(5) a dt{background: url(../oc/img/dep_arrow5.png) no-repeat left top #DAB643;}
#spDep dl:nth-child(6) a dt{background: url(../oc/img/dep_arrow6.png) no-repeat left top #FCC80E;}
#spDep dl:nth-child(7) a dt{background: url(../oc/img/dep_arrow7.png) no-repeat left top #94D1CA;}


/**************************************************
 study_abroad
**************************************************/
.saFig1{margin: 0 0 0 40px;}

.saFig2{
	/*margin: 100px 0 0 0;*/
	margin: 0 0 100px 0;
}

.movieHanger{
	margin-top: 40px;
	font-size: 0;
}

.movieWrap{
	display: inline-block;
	vertical-align: top;
  	width: calc(50% - 25px);
}

.movieWrap:nth-child(2n){margin-left: 50px;}

.movieWrap div{
	position: relative;
  	width: 100%;
  	padding-top: 56.25%;
}

.movieWrap div iframe{
	position: absolute;
  	top: 0;
  	right: 0;
  	width: 100% !important;
  	height: 100% !important;
}


/**************************************************
 international
**************************************************/
p.intStyle{
	padding: 30px;
	margin: 30px 0 0 0;
	text-align: center;
	font-weight: bold;
	color: #036EB7;
	border: 5px solid #036EB7;
}

.collegeHanger{
	font-size: 0;
}

.collegeHanger dl{
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin: 30px 0 0 0;
}

.collegeHanger dl:nth-child(3n+2){margin: 30px 50px 0 50px;}

.collegeHanger dl a{
	display: block;
	cursor: default;
}

article .collegeHanger dl a:hover{text-decoration: none;}

.collegeHanger dl a dt{
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.3;
	color: #202020;
}

.collegeHanger dl a dt img{
	width: 26px;
	margin: 0 10px 5px 0;
	vertical-align: middle;
	opacity: 1.0;
}

.collegeHanger dl a dd{padding: 10px 0 0 0;}

.collegeHanger dl a dd img{width: 100%;opacity: 1.0;}

.collegeHanger dl a:hover dt{opacity: 1.0;}

#intPhoto{padding-bottom: 10px;}

#intPhoto img{
	width: 220px;
	margin: 40px 40px 0 0;
}

#intPhoto img:nth-child(4n){margin: 40px 0 0 0;}


/**************************************************
 access
**************************************************/
#map{margin-top: 30px;}

#map iframe{
	width: 100%;
	height: 500px;
}


/**************************************************
 teachers
**************************************************/
#interviewHanger{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

#interviewHanger dl{
	width: 230px;
	margin: 30px 26px 0 0;
	padding: 15px 10px;
	background-color: #F3F3F3;
}

#interviewHanger dl:nth-child(4n){margin: 30px 1px 0 0;}

#interviewHanger dl dt{
	
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3;
	color: #E60012;
}

#interviewHanger dl dt span{
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	color: #202020;
	margin-top: 5px;
}

#interviewHanger dl dd{
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.4;
	padding: 10px 0 0 0;
}

#interviewHanger dl dd small{
	font-size: 12px;
	font-size: 1.2rem;
}

#interviewHanger dl dd img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

#interviewHanger dl dd a{
	display: block;
	width: 200px;
	margin: 20px auto 0 auto;
	padding: 12px 0;
	font-size: 14px;
	font-size: 1.4rem;
	border-radius: 10.0rem;
	color: #202020;
	text-align: center;
	background-color: #FFFFFF;
}

#interviewHanger dl dd a:hover{
	text-decoration: none;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}


/**************************************************
 table
**************************************************/

table.style3{
	width: 100%;
	margin: 40px auto 0 auto;
	padding: 0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	line-height: 1.3;
}

table.style3 th{
	text-align: center;
	padding: 15px 15px 12px 15px;
	font-size: 1.5em;
	font-size: 1.5rem;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	color: #FFFFFF;
	font-weight: bold;
	width: calc(100% / 6);
}

.dd table.style3 th{background-color: #F0908A;}
.gd table.style3 th{background-color: #7ECEF4;}
.il table.style3 th{background-color: #B7D450;}
.ci table.style3 th{background-color: #F4A57A;}
.ac table.style3 th{background-color: #DAB643;}
.pd table.style3 th{background-color: #FCC80E;}
.gj table.style3 th{background-color: #94D1CA;}
.dm table.style3 th{background-color: #CAA9CF;}
.cd table.style3 th{background-color: #B5A266;}

table.style3 td{
	padding: 15px 15px 12px 15px;
	font-size: 1.5em;
	font-size: 1.5rem;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

table.style3 td.timetable{
	text-align: center;
	background-color: #F8F8F8;
}

table.style3 td.timetable strong{display: block;}



/**************************************************
 heishu
**************************************************/
.heishuItem{text-align: center;}
.heishuItem span{
	display: inline-block;
	padding: 5px 15px;
	border-radius: 0.5rem;
	margin: 5px 5px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E60012;
}



/**************************************************
 niigata
**************************************************/
#featureHanger.style1 dl dt{
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}

#featureHanger.style1 dl dt span{
	display: block;
	font-size: 25px;
	font-size: 2.5rem;
}


#featureHanger.style1 dl dd strong{
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	padding: 15px 0;
}

p.support{
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}

p.support span{color: #FF4D4D;}

.graph{
	margin: 40px 0 0 0;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.graph p{
	width: 600px;
	padding: 0;
	order: 2;
}
.graph div{
	width: 350px;
	order: 1;
}
.graph div img{width: 100%;}

#interView.niigata{
	border-top: 2px solid #333333;
	padding-top: 40px;
}
#interView.niigata:nth-child(2){
	border-top: none;
	padding-top: 0;
}
#interView.niigata dt small{
	display: block;
	width: 200px;
	font-size: 1.6rem;
	padding: 7px 10px;
	margin: 15px 0 0 0;
	color: #FFFFFF;
	background: url("../about/img/open.png") no-repeat 94% center #333333;
	background-size: 12px;
	cursor: pointer;
}
#interView.niigata dt small.open{
	background: url("../about/img/close.png") no-repeat 94% center #333333;
	background-size: 12px;
}
#interView.niigata dd{display: none;}
#interView.niigata dd strong{
	display: block;
	font-size: 1.7rem;
}



/**************************************************
 2021/08/30追加
**************************************************/
.linkWrapper{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.linkHanger{
	width: 300px;
	margin: 30px 0 0 0;
}

.linkHanger:nth-child(3n+2){margin: 30px 50px 0 50px;}

.linkHanger dl dt{
	
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.3;
	color: #FF4D4D;
}

.linkHanger dl dd{
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
	padding: 10px 0;
	min-height: 100px;
}

.linkHanger dl dd img{
	display: block;
	margin: 20px auto 0 auto;
}

.linkHanger .btnHanger{
	margin: 0;
	width: 100%;
}

.linkHanger .btnHanger a{padding: 15px 0;}

.linkHanger dl dd span{
	position: relative;
	display: block;
	background-color: #CCCCCC;
}
.linkHanger dl dd span a{
	position: absolute;
	width: 50%;
	/*height: 25%;*/
	height: calc(100% / 6);
	background: rgba(255,255,255,0);
	top: 0;
	left: 0;
}
.linkHanger dl dd span a:nth-of-type(2){left: 50%;}
.linkHanger dl dd span a:nth-of-type(3){top: calc(100% / 6);}
.linkHanger dl dd span a:nth-of-type(4){top: calc(100% / 6);left: 50%;}
.linkHanger dl dd span a:nth-of-type(5){top: calc((100% / 6) * 2);}
.linkHanger dl dd span a:nth-of-type(6){top: calc((100% / 6) * 2);left: 50%;}
.linkHanger dl dd span a:nth-of-type(7){top: calc((100% / 6) * 3);}
.linkHanger dl dd span a:nth-of-type(8){top: calc((100% / 6) * 3);left: 50%;}
.linkHanger dl dd span a:nth-of-type(9){top: calc((100% / 6) * 4);}
.linkHanger dl dd span a:nth-of-type(10){top: calc((100% / 6) * 4);left: 50%;}
.linkHanger dl dd span a:nth-of-type(11){top: calc((100% / 6) * 5);}
.linkHanger dl dd span a:nth-of-type(12){top: calc((100% / 6) * 5);left: 50%;}
.linkHanger dl dd span a:hover{background: rgba(255,255,255,0.5);}

.linkWrapper.twoColumn .linkHanger{
	width: calc(50% - 25px);
	margin: 40px 0 0 0;
}

.linkWrapper.twoColumn .linkHanger:nth-child(3n+2){margin: 40px 0 0 0;}

.linkWrapper.twoColumn .linkHanger:nth-child(2n){margin: 40px 0 0 50px;}

.linkWrapper.twoColumn .linkHanger dl dt small{
	font-size: 14px;
	font-size: 1.4rem;
}

.linkWrapper.twoColumn .linkHanger dl dd img{
	display: block;
	width: 100%;
	margin-top: 10px;
}

.linkWrapper.twoColumn .linkHanger .btnHanger{
	width: 300px;
	margin: 0 auto;
}







/**************************************************
 Responsive
**************************************************/
@media screen and (max-width: 640px){
	
.visualHanger.style1 img{display: none;}
	
.visualHanger.style1 img:nth-child(2){display: block;}
	
#blogHanger ul{padding-top: 0;}

#blogHanger ul li{
	width: calc(50% - 10px);
	margin: 30px 0 0 0;
	font-size: 13px;
	font-size: 1.3rem;
}
	
#blogHanger ul li:first-child{margin: 30px 0 0 0;}
	
#blogHanger ul li:nth-child(2n){margin: 30px 0 0 20px;}

/** feature **********/
.copyArea1 small{
	font-size: 12px;
	font-size: 1.2rem;
}

.copyArea1 small img{
	width: 100px;
}

#featureHanger dl{
	display: block;
	width: 100%;
	margin: 30px 0 0 0;
}

#featureHanger dl:nth-child(2n){margin: 30px 0 0 0;}

#featureHanger dl dt{
	font-size: 16px;
	font-size: 1.6rem;
	height: 80px;
	padding: 0 10px;
}

#featureHanger dl dd{
	font-size: 13px;
	font-size: 1.3rem;
}
	
#featureHanger dl dd a.depBtn{
	width: 270px;
	padding: 16px 0 0 0;
}

#featureHanger dl dd img{margin-bottom: 10px;}
	
#featureHanger dl dd.more{font-size: 1.2rem;}
	

/** project **********/
#gdaHanger{
	margin: 25px 0 0 0;
	font-size: 0;
	background: none;
	/*background: url(../about/img/pro1.jpg) no-repeat 100% center;
	background-size: 170px auto;*/
	min-height: 100%;
}
	
#gdaHanger.pro2{background: none;}

#gdaHanger dl{
	display: block;
	width: 100%;
	padding: 25px 0 0 0;
}

#gdaHanger dl dt{
	font-size: 18px;
	font-size: 1.8rem;
}

#gdaHanger dl dt img{
	width: 250px;
}

#gdaHanger dl dd{
	font-size: 13px;
	font-size: 1.3rem;
	padding: 30px 0 0 0;
}

#gdaHanger dl dd strong{
	margin-bottom: 15px;
	font-size: 16px;
	font-size: 1.6rem;
}
	
#gdaHanger dl dd img{display: block;}

#interView{margin: 30px 0 0 0;}

#ivPhoto{
	display: block;
	width: 100%;
	font-size: 12px;
	font-size: 1.2rem;
}

#ivPhoto img{
	width: 90%;
	margin: 0 auto 10px auto;
}

#interView dl{
	display: block;
	width: 100%;
	margin: 30px 0 0 0;
}

#interView dl dt{
	font-size: 15px;
	font-size: 1.5rem;
}

#interView dl dt:nth-child(3){margin-top: 30px;}

#interView dl dd{
	font-size: 13px;
	font-size: 1.3rem;
}

.actualHanger dl{
	width: 100%;
	margin: 30px 0 0 0;
}

.actualHanger.fourColumn dl{
	width: calc(50% - 10px);
	margin: 30px 20px 0 0;
}

/*.actualHanger dl:first-child{margin: 30px 0 0 0;}*/
.actualHanger dl:nth-child(2n){margin: 30px 0 0 0;}
.actualHanger.fourColumn dl:first-child{margin: 30px 20px 0 0;}

.actualHanger.fourColumn dl:nth-child(2n){margin: 30px 0 0 0;}

.actualHanger dl dt{
	font-size: 16px;
	font-size: 1.6rem;
	padding: 15px 0 0 0;
	border-left: none;
	border-top: 5px solid #FF4D4D;
}

.actualHanger.fourColumn dl dt{
	font-size: 16px;
	font-size: 1.6rem;
}
	
.actualHanger dl dt.style1{
	font-size: 18px;
	font-size: 1.8rem;
	border-top: none;
}

.actualHanger.fourColumn dl dt.style1{
	font-size: 16px;
	font-size: 1.6rem;
}

.actualHanger dl dt small{
	font-size: 12px;
	font-size: 1.2rem;
}
	
.actualHanger dl dt strong{
	width: 100px;
	height: 28px;
}

.actualHanger dl dd{padding: 10px 0 0 0;}
.actualHanger dl dd.style1{
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px 0 0 0;
}
	

/** competition **********/
#compeList ul{
	padding: 15px 0 0 0;
}

#compeList ul li{
	width: calc(50% - 10px);
	padding: 10px 0;
	font-size: 13px;
	font-size: 1.3rem;
	border-bottom: 1px dotted #CCCCCC;
}

#compeList ul li:nth-child(3n+2){margin: 0;}
#compeList ul li:nth-child(2n+2){margin: 0 0 0 20px;}
	

/** specialty **********/
#spDep{margin: 0;}

#spDep dl{
	width: calc(50% - 5px);
	margin: 10px 0 0 0;
	padding-bottom: 10px;
}

#spDep dl:nth-child(4n){margin: 10px 0 0 0;}
#spDep dl:nth-child(2n){margin: 10px 0 0 10px;}
	
#spDep dl a dt{
	font-size: 12px;
	font-size: 1.2rem;
	height: 50px;
	text-align: center;
	padding: 0 10px;
	display: table-cell;
	vertical-align: middle;
	width: calc(50vw - 5px);
}

#spDep dl a dt small{
	display: block;
	width: 100%;
}
	

/** study_abroad **********/
.saFig1{margin: 15px 0 0 0;}

.saFig2{
	/*margin: 30px 0 0 0;*/
	margin: 0 0 50px 0;
}
	
/*.movieHanger{margin-top: 40px;}*/
	
.movieWrap{
	display: block;
  	width: 100%;
	margin: 20px 0 0 0;
}

.movieWrap:nth-child(2n){margin-left: 0;}
	

/** international **********/
.collegeHanger dl{
	/*width: calc(50% - 10px);*/
	width: 100%;
	margin: 30px 0 0 0;
}

.collegeHanger dl:nth-child(3n+2){margin: 30px 0 0 0;}
.collegeHanger dl:nth-child(2n){margin: 30px 0 0 0;}

.collegeHanger dl a dt{
	font-size: 13px;
	font-size: 1.3rem;
}

.collegeHanger dl a dt img{
	width: 20px;
	margin: 0 5px 5px 0;
}
	
#intPhoto{padding-bottom: 0;}

#intPhoto img{
	/*width: calc(50% - 10px);*/
	width: 100%;
	margin: 20px 0 0 0;
}

#intPhoto img:nth-child(2n){margin: 20px 0 0 0;}
	

/** access **********/
#map{margin-top: 20px;}

#map iframe{height: 100vw;}
	
	
/** teachers **********/
#interviewHanger{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

#interviewHanger dl{
	width: calc(50% - 10px);
	margin: 20px 0 0 0;
	padding: 15px 5px;
}

#interviewHanger dl:nth-child(4n){margin: 20px 0 0 10px;}
#interviewHanger dl:nth-child(2n){margin: 20px 0 0 10px;}

#interviewHanger dl dt{
	font-size: 15px;
	font-size: 1.5rem;
}

#interviewHanger dl dt span{
	font-size: 13px;
	font-size: 1.3rem;
}

#interviewHanger dl dd{
	font-size: 12px;
	font-size: 1.2rem;
}

#interviewHanger dl dd small{
	font-size: 11px;
	font-size: 1.1rem;
}
	
#interviewHanger dl dd a{
	width: 90%;
	padding: 12px 0;
	font-size: 13px;
	font-size: 1.3rem;
}

	
/** table **********/
table.style3{margin: 20px auto 0 auto;}

table.style3 th{
	padding: 5px;
	font-size: 1.0em;
	font-size: 1.0rem;
	width: auto;
}

table.style3 td{
	padding: 5px;
	font-size: 1.0em;
	font-size: 1.0rem;
	width: 15%;
}
	
table.style3 td.timetable{
	white-space: nowrap;
	width: 25%;
}
	
	

/** heishu **********/
.heishuItem{text-align: center;}
.heishuItem span{
	padding: 5px 10px;
	font-size: 1.6rem;
}
	
	

/** niigata **********/

#featureHanger.style1 dl dt span{
	font-size: 20px;
	font-size: 2.0rem;
}


#featureHanger.style1 dl dd strong{
	font-size: 15px;
	font-size: 1.5rem;
}

p.support{
	font-size: 17px;
	font-size: 1.7rem;
}
	
.graph{margin: 30px 0 0 0;}
.graph p{
	width: 100%;
	order: 1;
}
.graph div{
	width: 100%;
	order: 2;
	padding-top: 15px;
	text-align: center;
}
.graph div img{width: 80%;}

#interView.niigata dt small{
	font-size: 1.5rem;
	margin: 15px auto 0 auto;
}
#interView.niigata dd strong{font-size: 1.6rem;}
	
	
	
/** 2021/08/30追加 **************************************************/
.linkWrapper.twoColumn .linkHanger{
	/*width: calc(50% - 15px);*/
	width: 100%;
	margin: 30px 0 0 0;
}

.linkWrapper.twoColumn .linkHanger:nth-child(3n+2){margin: 30px 0 0 0;}

.linkWrapper.twoColumn .linkHanger:nth-child(2n){
	/*margin: 30px 0 0 30px;*/
	margin: 30px 0 0 0;
}

.linkWrapper.twoColumn .linkHanger dl dt small{
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
}

.linkWrapper.twoColumn .linkHanger .btnHanger{
	width: 100%;
	margin: 0 auto;
}
	
.linkWrapper.support .linkHanger{
	width: calc(50% - 10px);
	margin: 30px 0 0 0;
}
.linkWrapper.support .linkHanger:nth-child(2n){margin: 30px 0 0 20px;}
.linkWrapper.support .linkHanger dt{font-size: 1.5rem;}


}