@charset "UTF-8";
/* CSS Document */

/**
 * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
 * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
 */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans CJK JP Thin"),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans CJK JP Light"),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans CJK JP Black"),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus {
	outline: none;
}
html, body {
	margin: 0;
	padding: 0;
	color: inherit;
	font-size: 16px;
	font-family: 'Noto Sans JP','メイリオ', Meiryo, sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust: 100%; /*スマホ横の時、文字サイズを変更させない*/
	/* font-feature-settings: "palt"; */
	background: #fff;
}
a {
	color: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
	text-decoration: none;
}
a.disabled {
	display: block;
	pointer-events: none;
	opacity: 0.3;
}
img {
	width: 100%;
}
#wrap {
	position: relative;
	min-width: 1000px;
	overflow: hidden;
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
.only_pc {
	display: block !important;
}
.only_sp {
	display: none !important;
}

@media (max-width: 768px) {
	#wrap {
		min-width: auto;
	}
	.only_pc {
		display: none !important;
	}
	.only_sp {
		display: block !important;
	}
}

/*----------
 mv
----------*/
#mv .inner {
	position: relative;
}
#mv .btn {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 3vw;
	width: 22vw;
	margin: auto;
}
#mv .btn li:not(:last-child) {
	margin: 0 0 1px;
}

@media (max-width: 768px) {
	#mv .btn {
		bottom: 8vw;
		width: 32vw;
		margin: auto;
	}
}

/*----------
 hd_nav
----------*/
#hd_nav {
	background: #fff;
}
#hd_nav .inner {
	margin: auto;
}
#hd_nav .ttl {
	float: left;
	width: 32.709%;
}
#hd_nav ul li {
	position: relative;
	float: left;
}
#hd_nav ul li:nth-child(1) {
	width: 12.813%;
}
#hd_nav ul li:nth-child(2) {
	width: 14.636%;
}
#hd_nav ul li:nth-child(3) {
	width: 14.688%;
}
#hd_nav ul li:nth-child(4) {
	width: 25.155%;
}

@media (max-width: 768px) {
	#hd_nav ul li:nth-child(1) {
		width: 26.434%;
	}
	#hd_nav ul li:nth-child(2) {
		width: 23.699%;
	}
	#hd_nav ul li:nth-child(3) {
		width: 23.83%;
	}
	#hd_nav ul li:nth-child(4) {
		width: 26%;
	}
}

/*----------
 cts
----------*/
#cts {
	
}

@media (max-width: 768px) {
	#cts {

	}
}

/*----------
 about
----------*/
#about img {
	display: block;
}


/*----------
 university
----------*/
#university {
	padding-top: 80px;
	margin-top: -80px;
}

@media (max-width: 768px) {
	#university {
		padding-top: 60px;
		margin-top: -60px;
	}
}

/*----------
 short-term
----------*/
#short-term {
	padding-top: 80px;
	margin-top: -80px;
}

@media (max-width: 768px) {
	#short-term {
		padding-top: 60px;
		margin-top: -60px;
	}
}

/*----------
 schedule
----------*/
#schedule {
	padding-top: 80px;
	margin-top: -80px;
}

@media (max-width: 768px) {
	#schedule {
		padding-top: 60px;
		margin-top: -60px;
	}
}

/*----------
 access
----------*/
#access {
	padding-top: 80px;
	margin-top: -80px;
}
#access .inner {
	position: relative;
}
#access .btn {
	position: absolute;
	left: 24.5vw;
	bottom: 4.5vw;
	width: 15.1vw;
}
#access .btn li:not(:last-child) {
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	#access {
		padding-top: 60px;
		margin-top: -60px;
	}
	#access .inner {
		/* width: 100%; */
		/* padding: 0 0 50px; */
	}
	#access .btn {
		right: 0;
		left: 0;
		bottom: 5vw;
		width: 28vw;
		margin: auto;
	}
	#access .btn li:not(:last-child) {
		margin-bottom: 5px;
	}
	#access .btn li a {
		display: block;
	}
}

/*----------
 footWrap
----------*/
#footWrap .inFooter {
	background: #B1DCCA !important;
}
#footWrap .inFooter > div {
	background: none !important;
}