@charset "utf-8";


body {
	font-family: 'Noto Sans',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, 'Yu Gothic', '游ゴシック体', '游ゴシック', 'メイリオ', Meiryo, Osaka, 'MS ゴシック', 'MS Gothic', sans-serif;
	letter-spacing: .02em;
}
.inner {
	width: 850px;
	margin: 0 auto;
	padding-bottom: 150px;
}
@media screen and (max-width: 850px) {
	.inner {
		padding: 0 15px 50px;
		width: auto;
	}
}

/*----- BTN -----*/

.btn a {
	background-color: #000;
}


/*========== HEADER ==========*/

.header .logo {
	height: auto;
	padding-top: 6px;
}
.logo_org {
	padding-top: 2px;
}


.uni_name {
	font-size: 1.2rem;
}
.org_name {
	font-size: 1.6rem;
}


.lang_nav {
	top: 4px;
	margin-bottom: 18px;
}

.header_contact {
	width: 180px;
}
.header_contact_btn a {
	font-size: 1.6rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	background-color: #000;
	border-radius: 25px;
	transition: opacity .5s;
}
@media screen and (min-width: 851px) {
	.header_contact_btn a:hover {
		color: #fff;
		text-decoration: none;
		opacity: .6;
	}
}
@media screen and (max-width: 850px) {
	
	.header {
		height: auto;
	}
	.logo_wrap_inner {
		display: block;
		padding: 10px 0 15px;
	}
	.header .logo {
		width: 70px;
		margin: 0 auto 15px;
		padding-top: 0;
	}
	.logo_org {
		text-align: center;
	}
	.uni_name {
		font-size: 1rem;
	}
	.org_name {
		font-size: 1.2rem;
	}

}





/*========== MAIN NAV ==========*/

.main_nav {
	margin-bottom: 50px;
}
.sp_main_nav {
	display: none;
}

/*----- GLOBAL NAV -----*/
.global_nav_item {
	height: 70px;
}
.global_nav_item > span,
.global_nav_item > a {
	color: #fff;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #928178;
	transition: opacity .5s;
}
@media screen and (min-width: 851px) {
	.global_nav_item > span:hover,
	.global_nav_item > a:hover {
		opacity: .6;
	}
}
.global_nav_item.life-colleges > span,
.global_nav_item.life-colleges > a,
.global_nav_item.life-colleges .pulldown {background-color: #74A455;}

.global_nav_item.life-graduate > span,
.global_nav_item.life-graduate > a,
.global_nav_item.life-graduate .pulldown {background-color: #5EB7E8;}

.global_nav_item.life-faculty > span,
.global_nav_item.life-faculty > a,
.global_nav_item.life-faculty .pulldown {background-color: #BE9C5A;}

.global_nav_item.admissions > a {background-color: #928178;}



.pulldown {
	top: 70px;
	padding-bottom: 0;
}
@media screen and (max-width: 850px) {
	.life-faculty > .pulldown {
		top: 150px;
	}
}

.pulldown_inner {
	display: block;
}
.pulldown_lead {
	color: #fff;
	padding: 40px 20px 0;
	margin-bottom: 50px;
}
@media screen and (max-width: 850px) {
	.pulldown_lead {
		padding: 25px 5px 0;
	}
}


.pulldown_btn_more {
	width: 205px;
	margin:  0 auto 50px;
}
.pulldown_btn_more a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	background-color: #000;
	border-radius: 20px;
	padding: 0;
	transition: opacity .5s;
}
.pulldown_btn_more a:hover {
	color: #fff;
	text-decoration: none;
	opacity: .6;
}
.pulldown_btn_more a::before,
.pulldown_btn_more a::after {
	display: none
}

.pulldown_btn_close {
	display: block;
	position: static;
	width: 100%;
	height: 70px;
	background-color: #000;
	background-position: center;
	background-size: 37px auto;
}

@media screen and (max-width: 850px) {
	
	/*----- GLOBAL NAV -----*/
	.global_nav {
		margin-left: 15px;
		margin-right: 15px;
		background-color: #fff;
		position: static;
	}
	.global_nav_item {
		padding-left: 5px;
		padding-right: 5px;
		
	}
	.global_nav .global_nav_item {
		border: 0;
	}
	.global_nav_item:first-child,
	.global_nav_item:nth-child(2) {
		margin-bottom: 10px;
	}
	.global_nav_item > span::before {
		border-left-color: #fff;
	}
	
	
	/*----- SP GLOBAL NAV -----*/
	#menuList {
	  display: none;
	}
	#rwdMenuWrap {
	  position: fixed;
	  z-index: 100;
	  top: 0;
	  width: 100%;
	  background-color: transparent;
	  border-bottom: 0;
	  transition: top .5s ease;
	}

	#rwdMenuWrap #switchBtnArea {
	  width: 100%;
	  max-width: 1110px;
	  height: 0;
	  margin: 0 auto;
	  position: relative;
	  z-index: 5;
	}

	#rwdMenuWrap #switchBtnArea #switchBtn {
	  top: 0;
	  right: 0;
	  left: auto;
	  width: 70px;
	  height: 70px;
	  display: block;
	  background-color: #000;
	  position: absolute;
	  transition: background-color .5s;
	  border-radius: 0;
	}

	/*#mainNavWrap #switchBtnArea #switchBtn.btnClose {background-color: transparent;}*/
	#rwdMenuWrap #switchBtnArea #switchBtnLine {
	  width: 44px;
	  height: 23px;
	  position: relative;
	  margin: 12px auto 9px;
	}

	#rwdMenuWrap #switchBtnArea #switchBtn span {
	  left: 50%;
	  width: 100%;
	  height: 3px;
	  display: block;
	  position: absolute;
	  background-color: #fff;
	  border-radius: 1.5px;
	  transform: translateX(-50%);
	  transition: all 0.2s linear;
	}

	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span {
	  background-color: #fff;
	  width: 80%;
	}

	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {
	  top: 0;
	  transform: translateX(-50%) rotate(0);
	}

	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {
	  top: 10px;
	  transform: translateX(-50%) scale(1);
	}

	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {
	  bottom: 0;
	  transform: translateX(-50%) rotate(0);
	}

	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
	  top: 8px;
	  transform: translateX(-50%) rotate(-45deg);
	}

	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
	  transform: translateX(-50%) scale(0);
	}

	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
	  bottom: 12px;
	  transform: translateX(-50%) rotate(45deg);
	}

	#switchBtnLabel {
	  font-size: 1.3rem;
	  color: #fff;
	  text-align: center;
	  line-height: 1;
	  letter-spacing: .05em;
	  position: relative;
	  transition: color .5s;
	}

	.btnClose #switchBtnLabel {
	  color: #fff;
	}

	#switchBtnLabel > div {
	  transition: opacity .5s;
	  position: absolute;
	  width: 100%;
	  top: 0;
	  left: 0;
	}

	#txt_menu {
	  opacity: 1;
	}

	#txt_close {
	  opacity: 0;
	}

	.btnClose #txt_menu {
	  opacity: 0;
	}

	.btnClose #txt_close {
	  opacity: 1;
	}

	#rwdMenuWrap > .main_nav {
		display: none;
	}
	/*
	.main_nav {
	  display: none;
	  width: 100%;
	  min-width: 0;
	  top: 0;
	  right: 0;
	  margin-top: 0;
	  overflow: auto;
	  height: 100%;
	  background-color: #009fe8;
	  position: fixed;
	}

	.main_nav_group {
	  height: 100%;
	}

	.main_nav_body {
	  width: 100%;
	  display: block;
	  padding-top: 46px;
	  margin-bottom: 20px;
	}

	.main_nav_item {
	  width: 100%;
	  margin-bottom: 20px;
	}
	.main_nav_item:last-child {
	  margin-bottom: 0;
	}
	.main_nav_item a {
	  color: #fff;
	  font-size: 2rem;
	  line-height: 1.5;
	  text-align: center;
	  height: auto;
	  display: block;
	  position: relative;
	  padding-bottom: 5px;
	}
	.main_nav_item.act a {
	  color: #000;
	}
	*/
	
	.sp_main_nav {
		text-align: center;
		height: 100vh;
		background-color: #BD9B5A;
		padding-top: 43px;
	}
	.sp_main_nav_inner {
		height: 100%;
		overflow: auto;
	}
	.sp_main_nav_body {
		margin-bottom: 45px;
	}
	.sp_main_nav_item {
		margin-bottom: 26px;
	}
	.sp_main_nav_item a {
		color: #fff;
		font-size: 2rem;
		font-weight: bold;
		text-decoration: none;
	}
	.sp_main_nav .header_contact {
		margin: 0 auto 140px;
	}
	.sp_main_nav .header_contact a {
		font-weight: bold;
		text-decoration: none;
	}
	
	.sp_main_nav .lang_nav {
		width: auto;
		text-align: center;
		top: 0;
		margin-bottom: 0;
	}
	.sp_main_nav .lang_nav_item:first-child {
		display: block;
	}
	.sp_main_nav .lang_nav_item .txt_jp {
		display: inline;
	}
	.sp_main_nav .lang_nav_item {
		margin-bottom: 27px;
	}
	.sp_main_nav .lang_nav_item:last-child {
		margin-bottom: 0;
	}
	.sp_main_nav .lang_nav_item a {
		font-size: 2rem;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		display: block;
	}
	.sp_main_nav .lang_nav_item span {
		display: inline;
	}
}




/*========== TOP CONTENTS ==========*/

.main_index_area {
	padding-top: 240px;
}
.main_index_area .inner {
	padding-bottom: 60px;
}

@media screen and (max-width: 850px) {
	
	.mainvisual {
		margin-bottom: 200px;
	}
	.main_index_area .inner {
		padding-bottom: 50px;
	}
}

/*----- SLIDE -----*/
@media screen and (min-width: 851px) {
	.mainvisual_contents_body {
		width: 580px!important;
		right: 50px;
		height: 175px;
		bottom: -47px;
		overflow: hidden;
	}
	.mainvisual_contents_wrap {
		width: 100%!important;
	}
	.mainvisual_contents_item {
		max-height: 145px;
	}
}
.spot_label {
    font-size: 1.4rem;
}
.spot_copy {
    font-size: 1.2rem;
}

@media screen and (max-width: 850px) {
	.mainvisual_contents_body {
		height: 155px;
	}
	.mainvisual_contents_item {
		max-height: 125px;
	}
}



/*----- INDEX MENU -----*/
.index_menu {
	display: flex;
	margin-bottom: 45px;
}
.main_index_area .index_menu {
	margin-bottom: 0;
}

.index_menu_body {
	width: 400px;
	margin-left: 50px;
}
.index_menu_body:first-child {
	margin-left: 0;
}
.index_menu_item {
	width: 100%;
	margin-bottom: 25px;
}
.index_menu_item:nth-child(2n+1) {
	margin-left: 0;
}
.index_menu_item a {
	font-size: 1.7rem;
	color: #4c4948;;
	font-weight: bold;
	text-decoration: none;
	border:solid 3px #808080;
	border-radius: 30px;
	padding-left: 55px;
	position: relative;
	transition: color .5s ease ,border-color .5s ease;
	height: 60px;
	line-height: 1.2;
	display: flex;
	align-items: center;
}
.index_menu_item a::before {
	content: " ";
	display: block;
	width: 38px;
	height: 38px;
	background-color: #808080;
	position: absolute;
	top: 50%;
	margin-top: -19px;
	left: 11px;
	border-radius: 100%;
	transition: background-color .5s ease;
}
.index_menu_item a:hover {
	color: #be9c5a;
	border-color: #be9c5a;
}
.index_menu_item a:hover::before {
	background-color: #be9c5a;
}

@media screen and (max-width: 850px) {
	
	.main_index_area {
		padding-top: 0;
	}
	.index_menu {
		display: block;
		margin-bottom: 80px;
	}
	.index_menu_body {
	  width: 100%;
	  margin-left: 0;
	  margin-bottom: 25px;
	}
	.index_menu_item {
	  width: 100%;
	  margin-bottom: 25px;
	}
	.index_menu_item a {
		font-size: 1.4rem;
	}
}


/*----- INTRO -----*/

.org_contents_intro {
	color: #fff;
	background-color: #eee;
	padding: 25px 0;
	margin-bottom: 45px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.life-colleges .org_contents_intro {background-color: #74A455; background-image: url("../images/en/bg_life-colleges.png");}
.life-graduate .org_contents_intro {background-color: #5EB7E8; background-image: url("../images/en/bg_life-graduate.png");}
.life-faculty .org_contents_intro {background-color: #BE9C5A; background-image: url("../images/en/bg_life-faculty.png");}


.org_contents_intro_inner {
	width: 850px;
	margin: 0 auto;
}
.org_contents_ttl {
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
.org_contents_ttl > span {
	font-size: 2rem;
	display: block;
}
.org_contents_intro_img img {
	border-radius: 200px;
	border: solid 6px #fff;
}
.org_contents_lead {
	line-height: 2;
	padding: 0 20px;
	margin-bottom: 40px;
}

.org_contents_introduction_ttl {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}

@media screen and (max-width: 850px) {
	
	.org_contents_intro {
		margin-bottom: 15px;
		padding: 15px;
	}
	.life-colleges .org_contents_intro,
	.life-graduate .org_contents_intro,
	.life-faculty .org_contents_intro {background-image: none;}

	.org_contents_intro::after {
		content: "";
		display: block;
		width: 100%;
		padding-top: 14%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		margin-top: 15px;
	}
	.life-colleges .org_contents_intro::after {background-image: url("../images/en/bg_life-colleges_sp.png");}
	.life-graduate .org_contents_intro::after {background-image: url("../images/en/bg_life-graduate_sp.png");}
	.life-faculty .org_contents_intro::after {background-image: url("../images/en/bg_life-faculty_sp.png");}
	
	.org_contents_intro_inner {
		width: auto;
	}
	.org_contents_ttl {
		font-size: 1.6rem;
	}
	.org_contents_ttl > span {
		font-size: 1.2rem;
	}
	.org_contents_lead {
		padding: 0;
	}
	.org_contents_introduction_ttl {
		font-size: 1.4rem;
	}
}



/*----- ACCO -----*/
.acco_body {
	margin-bottom: 100px;
}
.acco_body:last-child {
	margin-bottom: 0;
}
.acco_contents_wrap {
  display: none;
  padding: 12px 20px 30px;
}
.acco_ttl {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  display: flex;
  background-color: #ccc;
  padding: 7px 20px;
}
.life-colleges .acco_ttl {background-color: #74A455;}
.life-graduate .acco_ttl {background-color: #5EB7E8;}

.acco_txt {
	font-size: 1.6rem;
	line-height: 1.8;
}
.acco_txt h3 {
	font-weight: bold; 
	margin-bottom: 5px;
}
.life-colleges .acco_txt h3 {color: #74A455;}
.life-graduate .acco_txt h3 {color: #5EB7E8;}

.acco_txt p {
	line-height: 2;
	margin-bottom: 25px;
}

.acco_toggle {
  font-size: 1.2rem;
  color: #fff;
  background-color: #808080;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.acco_toggle .open::after,
.acco_toggle .close::before {
  content: " ";
  display: block;
  width: 28px;
  height: 17px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.acco_toggle .open::after {
  background-image: url( "../images/arrow_toggle_open.svg");
}
.acco_toggle.active .close {
  display: block;
}
.acco_toggle .close,
.acco_toggle.active .open {
  display: none;
}
.acco_toggle .close::before {
  background-image: url( "../images/arrow_toggle_close.svg");
}


@media screen and (max-width: 850px) {
	.acco_body {
		margin-bottom: 50px;
	}
	.acco_ttl {
		text-align: center;
		padding-left: 0;
		padding-right: 0;
		justify-content: center;
	}
	.acco_txt {
		font-size: 1.4rem;
	}
}


/*----- LEAFLET -----*/

.leaflet_contents_wrap {
	width: 650px;
	margin: 0 auto 80px;
}
.leaflet_sub_ttl {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
}
.leaflet_thumb {
  margin-bottom: 10px;
}
.leaflet_download {
  text-align: right;
}
.leaflet_download a::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 20px;
  background-color: #000;
  background-image: url( "../images/icon_pdf.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

@media screen and (max-width: 850px) {
	.leaflet_sub_ttl {
		font-size: 1.4rem;
	}
	.leaflet_contents_wrap {
		width: auto;
		margin-bottom: 50px;
	}
	.leaflet_download {
		text-align: center;
	}
}

/* MOVIE */
.movie_contents_wrap {
  max-width: 500px;
  margin: 0 auto;
}
.movie_contents_thumb {
  margin-bottom: 10px;
}

@media screen and (max-width: 850px) {
	.movie_contents_caption {
		text-align: center;
	}
}


/*----- DECO -----*/

.deco_group {
  position: relative;
}
.deco_group.home02 .deco01 {
	width: 556px;
	height: 217px;
	top: -11px;
}
.deco_group.home02 .deco02 {
	width: 467px;
	height: 151px;
	top: 35px;
	right: -100px;
}

.deco.colleges {
	bottom: -31px;
	right: 45px;
	width: 133px;
	height: 60px;
}
.deco.graduate {
	bottom: -33px;
	right: 15px;
	width: 101px;
	height: 76px;
}
.deco.faculty {
	bottom: -44px;
	right: 55px;
	width: 122px;
	height: 74px;
}

@media screen and (max-width: 850px) {
	
	.deco_group.home02 {
		margin-top: -10px;
		margin-bottom: 28px;
		z-index: 2;
	}
	.deco.colleges {
		width: 68px;
		height: 30px;
		bottom: 10px;
	}
	.deco.graduate {
		width: 46px;
		height: 35px;
		bottom: 0;
	}
	.deco.faculty {
		width: 56px;
		height: 33px;
		right: 15px;
		bottom: 0;
	}

}





/*========== SECOND PAGE ==========*/

.contents p {
	letter-spacing: .02em;
}
.page_ttl {
	letter-spacing: .02em;
	background-size: contain;
}




/*----- TEACHERS -----*/

@media screen and (max-width: 850px) {
	.form_sub_ttl {
		width: auto;
	}
	.related_link {
		float: none;
		display: block;
	}

}




/*----- RECORD -----*/

.record_page_ttl {
	letter-spacing: .02em;
}
.life-faculty .record_intro,
.life-colleges .record_intro,
.life-graduate .record_intro {
	background-image: none;
	padding: 0;
}
.record_ttl {
	position: static;
	padding-top: 66px;
	margin-bottom: 50px;
}
.record_intro p {
	text-align: left;
}
.life-faculty .record_intro p,
.life-colleges .record_intro p,
.life-graduate .record_intro p {
	margin-left: 0;
}





