@charset "utf-8";

/************************************************

	Top

*************************************************/
/*----------------------------------
main_visual
----------------------------------*/
.main_inner {
	width: 1100px;
    box-sizing: border-box;
	margin: 0 auto;
	text-align: right;
}
.main_inner img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15%;
    margin: auto;
	padding-bottom: 15%;
}
.backstretch img {
	bottom: 0 !important;
}

@media screen and (max-width:1100px){
	.main_inner img {
		position: absolute;
		top: 10%;
		right: 5%;
		margin: 0;
		padding-bottom: 0;
	}
	.main_inner {
		width: 100%;
		padding-right: 10px;
		box-sizing: border-box;
	}	
}
@media screen and (max-width:768px){	
	.main_inner {
		padding: 15% 5% 0 5%;
	}
	.main_inner img {
		position: static;
	}
	.backstretch img {
		left: -135px !important;
	}
}

@media screen and (max-width:640px){
	.main_inner {
		padding: 10% 5% 0 5%;
		text-align: center;
	}
	.main_inner img {
		width: 90%;
	}
	.backstretch img {
		left: -100px !important;
	}
}

/*----------------------------------
About Nakamura Gakuen
----------------------------------*/
ul.menu_about {
	width: 100%;
}
ul.menu_about li {
	float: left;
	width: 25%;
	box-sizing: border-box;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
ul.menu_about li a {
	position: relative;
	display: table-cell;
	box-sizing: border-box;
	padding: 15px 15px 15px 20px;
	background-color: #ffa087;
	color: #fff;
	font-size: 150%;
	line-height: 1.2;
	opacity: 1;
	height: 120px;
	width: 25%;
	vertical-align: middle;
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-ms-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
}
	ul.menu_about li a:hover {
		text-decoration: none;
	}
	ul.menu_about li a:hover ,
	ul.menu_about li a:active,
	ul.menu_about li a.active a {
		opacity: 0.7;
	}
ul.menu_about li a span {
	display: block;
	padding-top: 6px;
	font-size: 67%;
	font-weight: normal;
	text-align: center;
}
ul.menu_about li p {
	display: none;
}
ul.menu_about li#about01 a:after,
ul.menu_about li#about02 a:after,
ul.menu_about li#about03 a:after,
ul.menu_about li#about04 a:after,
ul.menu_about li#about05 a:after,
ul.menu_about li#about06 a:after,
ul.menu_about li#about07 a:after {
	content: "";
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 32px;
    height: 32px;
    background-image: url(../images/ico_link01.png);
    background-size: 32px;
}
ul.menu_about li.active a {
	cursor: default;
}
ul.menu_about li.active a:after {
	display: none;
}

/*----------------------------------
PDF
----------------------------------*/
.pdf_number01 {
	position: relative;
	padding-bottom: 60%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.pdf_number01 object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pdf_number02 {
	position: relative;
	padding-bottom: 85%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.pdf_number02 object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width:1023px){
	ul.menu_about li {
		width: 33.333%;
	}
}
@media screen and (max-width:640px){
	ul.menu_about li {
		width: 50%;
	}
}

/*----------------------------------
Graduate School
----------------------------------*/
ul.menu_graduate {
	width: 1100px;
	box-sizing: border-box;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-js-display: flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
	ul.menu_graduate li{
		width: 33.333%;
		text-align: center;
		display: inline-block;
	}
	ul.menu_graduate li p.title {
		font-weight: bold;
		font-size: 150%;
		padding-top: 15px;
	}
	ul.menu_graduate li a:hover{
		text-decoration: none;
	}
	
@media screen and (max-width: 1100px){
	ul.menu_graduate {
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 860px){
	ul.menu_graduate {
		padding: 0 10px;
	}
	ul.menu_graduate li{
		margin-bottom: 30px;
	}
	ul.menu_graduate li p img {
		width: 90%;
		height: auto;
	}
}

@media screen and (max-width:640px){
	ul.menu_graduate {
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	ul.menu_graduate li{
		width: 100%;
		margin-bottom: 30px;
	}
	ul.menu_graduate li p img {
		width: 60%;
	}
}

/*----------------------------------
Faculties and Divisions
----------------------------------*/
.box_left {
	float: left;
	width: 530px;
	background-color: #fff;
}
	.box_left dl dt {
		text-align: center;
		font-size: 200%;
		text-decoration: underline;
		color: #6e3791;
		margin-bottom: 20px;
	}
	.box_left dl dt a {
		color: #6e3791;
	}
.box_right {
	float: right;
	width: 530px;
	background-color: #fff;
}
	.box_right dl dt {
		text-align: center;
		font-size: 200%;
		text-decoration: underline;
		color: #ff2800;
		margin-bottom: 20px;
	}
	.box_right dl dt a {
		color: #ff2800;
	}
.box_left dl,
.box_right dl {
	padding: 35px 1.5em 45px;
	font-weight: bold;
}
.box_left dl dd,
.box_right dl dd {
	font-size: 120%;
}
.box_left dl ul li,
.box_right dl  ul li{
	margin-bottom: 10px;
}
	.box_left dl ul li:last-child,
	.box_right dl  ul li:last-child {
		margin-bottom: 0;
	}
.box_left dl ul li a,
.box_right dl  ul li a{
	background: url(../images/ico_menu01.png) no-repeat 0 3px;
	background-size: 4px 7px;
	padding-left: 10px;
}
.box_left dl ul li a:hover,
.box_right dl  ul li a:hover {
	text-decoration: underline;
}
.box_left dl ul li ul li {
	line-height: 130%;
	padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 0;
}
.box_left dl ul li ul li a {
	background: none;
	font-weight: normal;
	color: #6d6d6d;
}
@media screen and (min-width: 1024px) and (max-width: 1100px){
	.box_left,
	.box_right {
		width: 49.5%;
	}
}
@media screen and (max-width: 1023px){
	.box_left {
		float: none;
		margin: 0 auto 30px;
	}
	.box_right {
		float: none;
		margin: 0 auto;
	}
}
@media screen and (max-width:640px){
	.box_left,
	.box_right {
		width: 100%;
	}
	.box_left dl,
	.box_right dl {
		padding: 7%;
	}
	.box_left img,
	.box_right img {
		width: 100%;
	}
	.box_left dl dt,
	.box_right dl dt  {
		font-size: 180%;
	}
}

/*----------------------------------
Campus Life & International Exchanges
----------------------------------*/
ul.unit_list_box {
	overflow: hidden;
	_zoom: 1;
}
	.unit_list_box li {
		float: left;
		box-sizing: border-box;
		width: 530px;
		height: 450px;
		position: relative;
	}
	.unit_list_box li:first-child {
		margin-right: 40px;
	}
		ul.unit_list_box li.campuslife {
			background: url(../../images/bg_campuslife.jpg) no-repeat center top;
		}
			ul.unit_list_box li dl.menu_campuslife dt {
				text-align: center;
				font-size: 180%;
				margin-bottom: 10px;
				line-height: 1.1em;
			}
			ul.unit_list_box li dl.menu_campuslife dt a {
				color: #ff2800;
			}
				ul.unit_list_box li dl.menu_campuslife dt a:hover {
					text-decoration: none;
				}
		ul.unit_list_box li.exchanges {
			background: url(../../images/bg_exchanges.jpg) no-repeat center bottom;
		}
			ul.unit_list_box li dl.menu_exchanges dt {
				text-align: center;
				font-size: 180%;
				margin-bottom: 10px;
				line-height: 1.1em;
			}
			ul.unit_list_box li dl.menu_exchanges dt a {
				color: #6e3791;
			}
				ul.unit_list_box li dl.menu_exchanges dt a:hover {
					text-decoration: none;
				}
ul.unit_list_box li dl.menu_campuslife, 
ul.unit_list_box li dl.menu_exchanges {
	background: rgba(255,255,255,0.8);
	padding: 30px 70px 20px;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	font-size:1.2em;
	line-height: 1.5em;
	position: absolute;
	bottom: 0;
	width: 100%;
}
	ul.unit_list_box li dl.menu_campuslife dd,
	ul.unit_list_box li dl.menu_exchanges dd {
		margin-bottom: 5px;
	}
	ul.unit_list_box li dl.menu_campuslife dd:last-child,
	ul.unit_list_box li dl.menu_exchanges dd:last-child {
		margin-bottom: 0;
	}
		ul.unit_list_box li dl.menu_campuslife dd a,
		ul.unit_list_box li dl.menu_exchanges dd a {
			background: url(../images/ico_menu01.png) no-repeat 0 center;
			background-size: 4px 7px;
			padding-left: 10px;
		}
			ul.unit_list_box li dl.menu_campuslife dd a:hover,
			ul.unit_list_box li dl.menu_exchanges dd a:hover {
				text-decoration: underline;
			}
			
@media screen and (min-width:1024px) and (max-width:1100px){
	ul.unit_list_box li.campuslife,
	ul.unit_list_box li.exchanges {
		width: 50%;
	}
	.unit_list_box li:first-child {
		margin-right: 0;
	}
}

@media screen and (max-width: 1023px){	
	ul.unit_list_box li.campuslife,
	ul.unit_list_box li.exchanges {
		margin: 0 auto 30px;
		float: none;
	}
	ul.unit_list_box li.campuslife dl,
	ul.unit_list_box li.exchanges dl {
		text-align: left;
	}
}

@media screen and (max-width:640px){
	.unit_list_box li {
		float: none;
		width: 100%;
		padding: 55% 0 0;
		height: auto;
	}
	ul.unit_list_box li.campuslife,
	ul.unit_list_box li.exchanges {
		background-size: cover;
	}
	ul.unit_list_box li dl.menu_campuslife, 
	ul.unit_list_box li dl.menu_exchanges {
		padding: 7%;
		position: static;
	}
		ul.unit_list_box li dl.menu_campuslife dt,
		ul.unit_list_box li dl.menu_exchanges dt {
			font-size: 160%;
			margin-bottom: 15px;
		}
}
/************************************************

	Lower

*************************************************/
/*----------------------------------
head_visual
----------------------------------*/
#head_about {
	width: 100%;
    height: 100%;
	background: url(../../about/images/bg_about.png) no-repeat top center #fffbf9;
	background-size: 100%;
	margin-bottom: 20px;
}
#head_graduate {
	width: 100%;
    height: 100%;
	background: url(../../graduate_school/images/bg_graduate.png) no-repeat top center #fffbf9;
	background-size: 100%;
	margin-bottom: 20px;
}
#head_faculty {
	width: 100%;
    height: 100%;
	background: url(../../faculty/images/bg_faculty.png) no-repeat center -30px #fffbf9;
	background-size: 100%;
	margin-bottom: 20px;
}
#head_studentlife {
	width: 100%;
    height: 100%;
	background: url(../../studentlife/images/bg_studentlife.png) no-repeat top center #fffbf9;
	background-size: 100%;
	margin-bottom: 20px;
}
#head_international {
	width: 100%;
    height: 100%;
	background: url(../../international/images/bg_international.png) no-repeat 15% top #fffbf9;
	background-size: 100%;
	margin-bottom: 20px;
}
#head_studentlife {
	width: 100%;
    height: 100%;
	background: url(../../studentlife/images/bg_studentlife.png) no-repeat top center #fffbf9;
	background-size: 100%;
	margin-bottom: 20px;
}
@media screen and (max-width:1440px){	
	#head_about,
	#head_graduate,
	#head_faculty,
	#head_studentlife,
	#head_international,
	#head_studentlife {
		background-size: auto 600px;
	}
}
@media screen and (max-width:1100px){	
	#head_about,
	#head_graduate,
	#head_faculty,
	#head_studentlife,
	#head_internationa,
	#head_studentlifel {
		background-size: auto 400px;
	}
}
@media screen and (max-width:768px){
	#head_international {
		background-position: 40% top;
	}
}
@media screen and (max-width:640px){
	#head_about,	
	#head_studentlife,
	#head_international {
		background-size: auto 250px;
	}
	#head_graduate {
		background-size: auto 270px;
	}
	#head_faculty {
		background-size: auto 250px;
    	background-position: center -30px;
	}
	#head_studentlife {
		background-size: auto 250px;
		background-position: center -35px;
	}
}
/************************************************

	About Nakamura Gakuen

*************************************************/
/*----------------------------------
学园创始人 中村HARU
----------------------------------*/
dl.list_history01 {
	margin-bottom: 10px;
	line-height: 150%;
}
dl.list_history01 dt span {
	position: relative;
    padding-left: 10px;
	color: #6e3791;
	font-size: 1.2em;
}
dl.list_history01 dt span::before{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 3px;
    height: 3px;
    background: #6e3791;
}
dl.list_history01 dd {
    padding-left: 10px;
}

/*----------------------------------
location
----------------------------------*/
.map_japan01 {
	background: url(../../about/images/bg_location01.jpg) no-repeat right top;
	background-size: 50%;
	width: 700px;
	float: left;
}
.map_access01 {
	width: 710px;
}

@media screen and (max-width:1100px){
	.map_japan01 {
    	width: 75%;
	}
}
@media screen and (max-width:1023px){
	.map_access01 {
		width: 85%;		
	}
}
@media screen and (max-width:768px){
	.map_access01 {
		width: 100%;		
	}
}
@media screen and (max-width:640px){
	.map_japan01 {
		background-size: 60%;
	}
	/*.map_access01 {
		width: 100%;
	}*/
	.map_japan01 {
    	width: 100%;
	}
}
/************************************************

	Faculties and Divisions

*************************************************/
.list_licence dt {
	font-weight: bold;
	font-size: 1.5em;
	color: #6e3791;
	margin-bottom: 5px;
	line-height: 1.2em;
}
.list_licence dd {
    font-size: 1.1em;
}
.list_licence dd  ul li {
	text-indent: -1em;
    padding-left: 1em;
	line-height: 1.4em;
	margin-bottom: 5px;
}
.list_licence dd  ul li span {
	position: relative;
	padding-left: 10px;
}
.list_licence dd  ul li span::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 3px;
	height: 3px;
	background: #666;
}
@media screen and (max-width:640px){
.list_licence dt {
	margin-bottom: 15px;
	line-height: 1.2em;
}
.list_licence dd  ul li {
	margin-bottom: 10px;
}
}
/************************************************

	Campus Life

*************************************************/
/*----------------------------------
Academic Calendar
----------------------------------*/
dl.list_schedule01 {
	line-height: 150%;
	display: table;
	width: 100%;
	border-bottom: 1px dotted #ddd;
}
	dl.list_schedule01:first-child {
		border-top: 1px solid #ccc;
	}
	dl.list_schedule01:last-child {
		border-bottom: 1px solid #ccc;
	}
dl.list_schedule01 dt {
	width: 35%;
    display: table-cell;
	padding: 1.5em 0.5em 1.5em 2em;
	border-right: 1px solid #ddd;
	color: #6e3791;
	font-size: 1.1em;
	box-sizing: border-box;
	vertical-align: middle;
	background-color: #f6f6fa;
	white-space: nowrap;
}
dl.list_schedule01 dd {
	display: table-cell;
	padding: 1em 1.5em;
	box-sizing: border-box;
	vertical-align: middle;
}
dl.list_schedule02 {
	line-height: 150%;
	display: table;
	width: 100%;
	border-bottom: 1px dotted #ddd;
}
	dl.list_schedule02:first-child {
		border-top: 1px solid #ccc;
	}
	dl.list_schedule02:last-child {
		border-bottom: 1px solid #ccc;
	}
dl.list_schedule02 dt {
	width: 35%;
    display: table-cell;
	padding: 1.5em 0.5em 1.5em 2em;
	border-right: 1px solid #ddd;
	color: #6e3791;
	font-size: 1.2em;
	box-sizing: border-box;
	vertical-align: middle;
	background-color: #f6f6fa;
}
dl.list_schedule02 dd {
	display: table-cell;
	padding: 1em 1.5em;
	box-sizing: border-box;
	vertical-align: middle;
}
@media screen and (max-width:860px){
	dl.list_schedule01 dt {
		width: 100%;
		display: block;
		font-size: 1.1em;
		padding: 0.5em 0 0.5em 1em;
		border-right: none;
	}
	dl.list_schedule01 dd {
		width: 100%;
		display: block;
		padding: 0.5em 1em;
	}
	dl.list_schedule02 {
		width: 100%;
	}
	dl.list_schedule02 dt {
		width: 100%;
		display: block;
		font-size: 1.1em;
		padding: 0.5em 0 0.5em 1em;
		border-right: none;
	}
	dl.list_schedule02 dd {
		width: 100%;
		display: block;
		padding: 0.5em 1em;
	}
}
/*----------------------------------
Overseas Student Support
----------------------------------*/
.sheet_title {
	font-size:1.2em;
	text-align: center;
	line-height: 1.5em;
}
.sheet_title span {
	border-bottom: 1px solid #4d4d4d;
}
/************************************************

	International Exchanges

*************************************************/
/*----------------------------------
International Exchange Activities
----------------------------------*/
.list_photos li {
	width: 32%;
	float: left;
	margin: 0 0 2% 0;
	line-height: 1.2em;
}
	.list_photos li:nth-child(3n-1) {
		margin:0 2% 2% 2%;
	}
.list_photos li img {
	width: 100%;
	margin-bottom: 0.5em;
}
.list_photos li span.caption {
	display: block;
    height: 2em;
}
@media screen and (max-width:768px){
	.list_photos li {
		width: 49%;
	}
		.list_photos li:nth-child(3n-1) {
			margin:0 0 2% 0;
		}
		.list_photos li:nth-child(odd) {
			margin:0 2% 2% 0;
		}
}
@media screen and (max-width:640px){
	.list_photos li {
		width: 100%;
	}
		.list_photos li:nth-child(odd) {
			margin: 0 0 2% 0;
		}
}

.list_history02 li {
	margin-bottom: 10px;
	line-height: 150%;
	text-indent: -1em;
    padding-left: 1em;
}
.list_history02 span {
	position: relative;
    padding-left: 10px;
}
.list_history02 span::before{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    width: 3px;
    height: 3px;
    background: #6e3791;
}