/* ---------------- // reset ---------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: none;
font-style: normal;
text-align: left;
zoom: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
/* ---------------- base ---------------- */
body {
/*font-family:"游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","ＭＳ ゴシック",sans-serif;*/
/*font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
/*font-family: 'yugo','Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
color: #4D4D4D;
line-height: 1.6;
font-size: 16px;
font-weight: 500;
position: relative;
}
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
body{
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
table {
border-collapse: collapse;
font-family: inherit;
}
h1,h2,h3,h4,h5 {
font-size: 100%;
font-weight: normal;
}
input,textarea,select {
font-family: inherit;
font-size: 16px;
}
input[type="button"],input[type="text"],input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 0;
}
textarea {
resize: none;
}
th,td {
border-collapse: collapse;
}
table th,table td {
white-space: nowrap;
}
ul,ol {
list-style-type: none;
}
img {
vertical-align: text-bottom;
vertical-align: -webkit-baseline-middle;
}
img{
max-width: 100%;
height: auto;
width /***/:auto;
}
/* ---------------- link ---------------- */
a:link { text-decoration:none; color:#4D4D4D; }
a:visited { text-decoration:none; color:#4D4D4D; }
a:hover { text-decoration:none; color:#4D4D4D; }
a:active { text-decoration:none; color:#4D4D4D; }
/* ---------------- clearfix ---------------- */
.clearfix:after { content:" "; display:block; height:0; clear:both; visibility:hidden; font-size: 0.1em;}
.clearfix { display:inline-block;}
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/
/* ---------------- reset // ---------------- */
/* ---------------- font ---------------- */
@font-face {
  font-family: 'century';
  src: url('../font/GOTHIC_1.woff') format('woff'),
       url('../font/GOTHIC_1.ttf') format('truetype');
}
@font-face {
  font-family: 'century_b';
  src: url('../font/GOTHICB_1.woff') format('woff'),
       url('../font/GOTHICB_1.ttf') format('truetype');
}
.century {
	font-family: 'century';
	font-weight: 100;
}
.century_b {
	font-family: 'century_b';
}

.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*--------------------------------------
nowrap
--------------------------------------*/
.nowrap {
	white-space: nowrap;
}
/*--------------------------------------
カラム
--------------------------------------*/
.container:after,
.row:after,
.col:after,
.clr:after,
.group:after {
	content: "";
	display: table;
	clear: both;
}
.row { padding-bottom: 0; }
.col {
	display: block;
	float: left;
	width: 100%;
}
.col_r {
	display: block;
	float: right;
	width: 100%;
}
@media screen and (min-width: 769px){
	.gutters .col {
		margin-left: 2%;
	}
	.gutters .col:first-child {
		margin-left: 0;
	}
}
@media ( min-width : 769px ) {
	.span_1 { width: 4.16666666667%; }
	.span_2 { width: 8.33333333333%; }
	.span_3 { width:12.5%; }
	.span_4 { width: 16.6666666667%; }
	.span_5 { width: 20.8333333333%; }
	.span_6 { width: 25%; }
	.span_7 { width: 29.1666666667%; }
	.span_8 { width: 33.3333333333%; }
	.span_9 { width: 37.5%; }
	.span_10 { width: 41.6666666667%; }
	.span_11 { width: 45.8333333333%; }
	.span_12 { width: 50%; }
	.span_13 { width: 54.1666666667%; }
	.span_14 { width: 58.3333333333%; }
	.span_15 { width: 62.5%; }
	.span_16 { width: 66.6666666667%; }
	.span_17 { width: 70.8333333333%; }
	.span_18 { width: 75%; }
	.span_19 { width: 79.1666666667%; }
	.span_20 { width: 83.3333333333%; }
	.span_21 { width: 87.5%; }
	.span_22 { width: 91.6666666667%; }
	.span_23 { width: 95.8333333333%; }
	.span_24 { width: 100%; }

	.gutters .span_1 { width: 2.25%; }
	.gutters .span_2 { width: 6.5%; }
	.gutters .span_3 { width: 10.75%; }
	.gutters .span_4 { width: 15.0%; }
	.gutters .span_5 { width: 19.25%; }
	.gutters .span_6 { width: 23.5%; }
	.gutters .span_7 { width: 27.75%; }
	.gutters .span_8 { width: 32.0%; }
	.gutters .span_9 { width: 36.25%; }
	.gutters .span_10 { width: 40.5%; }
	.gutters .span_11 { width: 44.75%; }
	.gutters .span_12 { width: 49.0%; }
	.gutters .span_13 { width: 53.25%; }
	.gutters .span_14 { width: 57.5%; }
	.gutters .span_15 { width: 61.75%; }
	.gutters .span_16 { width: 66.0%; }
	.gutters .span_17 { width: 70.25%; }
	.gutters .span_18 { width: 74.5%; }
	.gutters .span_19 { width: 78.75%; }
	.gutters .span_20 { width: 83.0%; }
	.gutters .span_21 { width: 87.25%; }
	.gutters .span_22 { width: 91.5%; }
	.gutters .span_23 { width: 95.75%; }
	.gutters .span_24 { width: 100%; }
}
/*--------------------------------------
box-sizing
--------------------------------------*/
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-mos-box-sizing: border-box;
	-mz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
/*--------------------------------------
transition
--------------------------------------*/
.tra {
	transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
/*--------------------------------------
テキスト
--------------------------------------*/
p {
	font-size: 14px;
}
@media only screen and (min-width: 769px) {
	p {
		font-size: 16px;
	}
}
.txt-center{
	text-align: center;
}
/*--------------------------------------
page_body
--------------------------------------*/
.contents {
	margin: 40px 0 0;
}
.page_body {
	width: 100%;
	padding: 0 1em;
}
.inner_01 {
	padding: 25px 0;
}
.inner_02 {
	padding: 30px 0;
}
.page_bg01 {
	background: #F2F2F2;
}
@media only screen and (min-width: 421px) {
	.contents {
		margin: 64px 0 0;
	}
}
@media only screen and (min-width: 481px) {

}
@media only screen and (min-width: 641px) {

}
@media only screen and (min-width: 769px) {
	.contents {
		margin: 80px 0 0;
	}
}
@media only screen and (min-width: 1025px) {
	.inner_01 {
		padding: 50px 0;
	}
	.inner_01 {
		padding: 60px 0;
	}
}
@media only screen and (min-width: 1281px) {
	.page_body {
		width: 1280px;
		margin: auto;
		padding: 0;
	}
}
/*--------------------------------------
ヘッダー
--------------------------------------*/
header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
}
.header_bg {
	background: #000;
}
/*--------------------------------------
ロゴ
--------------------------------------*/
.logo {
	float: left;
	margin: 5px 0 0 5px;
}
.logo a {
	display: block;
	width: 120px;
	height: 26px;
	background: url(../images/common/logo.svg) no-repeat;
}
.logo_nav a {
	background: url(../images/common/logo_nav.svg) no-repeat;
}
@media only screen and (min-width: 421px) {
	.logo a {
		width: 150px;
		height: 33px;
	}
}
@media only screen and (min-width: 769px) {
	.logo {
		margin: 16px 0 0 40px;
	}
	.logo a {
		width: 200px;
		height: 44px;
	}
}
/*--------------------------------------
リンクボタン
--------------------------------------*/
.link_btn {
	float: right;
	display: flex;
}
.link_btn > li {
	display: table;
	width: 50px;
	height: 40px;
}
.link_btn > li > a {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}
.link_btn > li > span {
	position: relative;
	display: table-cell;
	width: 100%;
	height: 100%;
}
.link_btn > li:nth-child(1) > a {
	background: #E6AA6E;
}
.link_btn > li:nth-child(1) > a > img {
	width: 39px;
	height: 15px;
	vertical-align: middle;
}
.link_btn > li:nth-child(2) > a {
	padding: 5px 0 0;
	background: #3BC1C2;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.2;
}
.link_btn > li:nth-child(3) > span {
	background: #000;
}
@media only screen and (min-width: 421px) {
	.link_btn > li {
		display: table;
		width: 80px;
		height: 64px;
	}
}
@media only screen and (min-width: 769px) {
	.link_btn > li {
		display: table;
		width: 100px;
		height: 80px;
	}
	.link_btn > li:nth-child(1) > a > img {
		width: 78px;
		height: 30px;
	}
	.link_btn > li:nth-child(2) > a {
		font-size: 16px;
	}
}
/*--------------------------------------
メニューボタン
--------------------------------------*/
.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  background-color: #222;
}
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' ';
}
.drawer-hamburger-icon:after {
  top: 10px;
}
.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}
.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.drawer-hamburger {
	top: 50%;
	left: 50%;
	display: block;
	z-index: 14;
	width: 50px;
	height: 40px;
	padding: 0;
	border: 0;
	outline: 0;
	-webkit-transition: all .5s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: all .5s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    background-color: transparent;
	background: #000;
}
.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
	width: 15px;
	height: 1px;
	margin: 0 auto 4px;
	background: #fff;
	border-radius: 4px;
}
.drawer-open .drawer-hamburger-icon:after {
	width: 100%;
}
.drawer--left .drawer-nav {
	-webkit-transition: left .5s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: left .5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
	position: absolute;
	top: -5px;
	left: 0;
	content: " ";
}
.drawer-hamburger-icon:after {
	top: 5px;
}
.drawer--left.drawer-open .drawer-hamburger {
	left: 13.25rem;
}
.drawer--right.drawer-open .drawer-hamburger {
	right: 0;
}
.drawer-hamburger:hover {
	background-color: #000;
}
.drawer-nav {
	width: 100%;
	padding: 0 0 50px;
	z-index: 13;
	overflow-y: scroll;
}
.drawer-overlay {
	z-index: 11;
	background-color: rgba(0,0,0,.8);
}
.drawer-hamburger-txt {
	position: absolute;
	width: 100%;
	top: 22px;
	left: 0;
	text-align: center;
	font-size: 10px;
	color: #fff;
	transform: scale(0.6);
}
@media only screen and (min-width: 421px) {
	.drawer-hamburger {
		width: 80px;
		height: 64px;
	}
	.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
		width: 30px;
		height: 2px;
		margin: 0 auto 9px;
	}
	.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
		top: -7px;
	}
	.drawer-hamburger-icon:after {
		top: 7px;
	}
	.drawer-hamburger-txt {
		transform: scale(1);
		top: 38px;
	}
}
@media only screen and (min-width: 769px) {
	.drawer-hamburger {
		width: 100px;
		height: 80px;
	}
	.drawer-hamburger-txt {
		top: 46px;
	}
}
/*--------------------------------------
メニュー
--------------------------------------*/
.overlay {
  position: fixed;
  background: rgba(0,0,0,.9);
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.overlay-menu {
	padding: 0 30px;
}
.nav_area {
	width: 100%;
	height: 100%;
	padding: 165px 0 100px;
	overflow-y: scroll;
}
.nav_display_wrap {
	display: table;
	width: 100%;
}
.nav_display {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.site_ttl {
	font-size: 13px;
	color: #fff;
	text-align: center;
}
.site_ttl span {
	font-size: 35px;
}
.home_btn a {
	position: relative;
	display: block;
	width: 211px;
	margin: 30px auto 0;
	padding: 7px 30px;
	font-size: 16px;
	color: #fff;
	border: solid #fff 1px;
}
.home_btn a svg {
	position: absolute;
	top: 50%;
	right: 10%;
	margin: -8px 0 0 0;
}
.bnr_university_wrap {
	position: relative;
	width: 100%;
	margin: 50px auto 0;
}
.bnr_university a {
	display: block;
}
.bnr_university a img {
	display: none;

}
.bnr_university a h2 {
	position: relative;
	margin: 5px 0 0;
	padding: 10px 20px 10px 0;
	font-size: 14px;
	color: #fff;
	border-bottom: solid #fff 1px;
}
.bnr_university a h2 svg {
	position: absolute;
	top: 50%;
	right: 2%;
	margin: -7px 0 0 0;
}
.plan_bnr {
	position: absolute;
	top: 40px;
	width: 100%;
	margin: auto;
	background: url(../images/common/plan_bnr.jpg) no-repeat;
	background-size: 100% auto;
}
//*.plan_bnr:before {
	content: "";
	display: block;
	padding-top: 12.5%;
}*//
@-webkit-keyframes fadeInUp01 {
  0% {
	opacity: 0;
	filter:alpha(opacity=0);
	top: 10%;
  }
  100% {
	opacity: 1;
	filter:alpha(opacity=10);
	top: -2%;
  }
}
@keyframes fadeInUp01 {
  0% {
	opacity: 0;
	top: 10%;
  }
  100% {
	opacity: 1;
	top: -2%;
  }
}
@-webkit-keyframes fadeInUp02 {
  0% {
	opacity: 0;
	top: 26%;
  }
  100% {
	opacity: 1;
	top: 14%;
  }
}
@keyframes fadeInUp02 {
  0% {
	opacity: 0;
	top: 26%;
  }
  100% {
	opacity: 1;
	top: 14%;
  }
}
@-webkit-keyframes fadeInUp03 {
  0% {
	opacity: 0;
	top: 20%;
  }
  100% {
	opacity: 1;
	top: 8%;
  }
}
@keyframes fadeInUp03 {
  0% {
	opacity: 0;
	top: 20%;
  }
  100% {
	opacity: 1;
	top: 8%;
  }
}
@-webkit-keyframes fadeInUp04 {
  0% {
	opacity: 0;
	top: 55%;
  }
  100% {
	opacity: 1;
	top: 43%;
  }
}
@keyframes fadeInUp04 {
  0% {
	opacity: 0;
	top: 55%;
  }
  100% {
	opacity: 1;
	top: 43%;
  }
}
@-webkit-keyframes fadeInUp05 {
  0% {
	opacity: 0;
	top: 73%;
  }
  100% {
	opacity: 1;
	top: 61%;
  }
}
@keyframes fadeInUp05 {
  0% {
	opacity: 0;
	top: 73%;
  }
  100% {
	opacity: 1;
	top: 61%;
  }
}
@-webkit-keyframes fadeInUp06 {
  0% {
	opacity: 0;
	top: 67%;
  }
  100% {
	opacity: 1;
	top: 55%;
  }
}
@keyframes fadeInUp06 {
  0% {
	opacity: 0;
	top: 67%;
  }
  100% {
	opacity: 1;
	top: 55%;
  }
}
@-webkit-keyframes fadeInUp07 {
  0% {
	opacity: 0;
	top: 60%;
  }
  100% {
	opacity: 1;
	top: 48%;
  }
}
@keyframes fadeInUp07 {
  0% {
	opacity: 0;
	top: 60%;
  }
  100% {
	opacity: 1;
	top: 48%;
  }
}
@media only screen and (min-width: 421px) {
	.site_ttl {
		font-size: 20px;
	}
	.site_ttl span {
		font-size: 43px;
	}
	.home_btn a {
		margin: 10px auto 0;
	}
	.overlay-menu {
		padding: 0 50px;
	}
	.plan_bnr {
		top: 64px;
	}
}
@media only screen and (min-width: 721px) {
	.bnr_university_wrap {
		margin: 0;
	}
	.bnr_university a img {
		display: inherit;
	}
	.bnr_university a h2 {
		padding: 0;
		border-bottom: none;
	}
	.bnr_university a h2 svg {
		position: inherit;
		top: auto;
		right: auto;
		margin: 0;
	}
	.overlay.open .bnr_university_wrap .university01 {
		top: -2%;
		left: 0;
		-webkit-animation: fadeInUp01 .5s ease forwards;
		animation: fadeInUp01 .5s ease forwards;
		-webkit-animation-delay: .35s;
		animation-delay: .35s;
	}
	.overlay.open .bnr_university_wrap .university02 {
		top: 14%;
		left: 38%;
		-webkit-animation: fadeInUp02 .5s ease forwards;
		animation: fadeInUp02 .5s ease forwards;
		-webkit-animation-delay: .65s;
		animation-delay: .65s;
	}
	.overlay.open .bnr_university_wrap .university03 {
		top: 8%;
		left: 65%;
		-webkit-animation: fadeInUp03 .5s ease forwards;
		animation: fadeInUp03 .5s ease forwards;
		-webkit-animation-delay: .95s;
		animation-delay: .95s;
	}
	.overlay.open .bnr_university_wrap .university04 {
		top: 43%;
		left: -2%;
		-webkit-animation: fadeInUp04 .5s ease forwards;
		animation: fadeInUp04 .5s ease forwards;
		-webkit-animation-delay: 1.25s;
		animation-delay: 1.25s;
	}
	.overlay.open .bnr_university_wrap .university05 {
		top: 61%;
		left: 27%;
		-webkit-animation: fadeInUp05 .5s ease forwards;
		animation: fadeInUp05 .5s ease forwards;
		-webkit-animation-delay: 1.55s;
		animation-delay: 1.55s;
	}
	.overlay.open .bnr_university_wrap .university06 {
		top: 55%;
		left: 54%;
		-webkit-animation: fadeInUp06 .5s ease forwards;
		animation: fadeInUp06 .5s ease forwards;
		-webkit-animation-delay: 1.85s;
		animation-delay: 1.85s;
	}
	.overlay.open .bnr_university_wrap .university07 {
		top: 48%;
		right: -1%;
		-webkit-animation: fadeInUp07 .5s ease forwards;
		animation: fadeInUp07 .5s ease forwards;
		-webkit-animation-delay: 2.15s;
		animation-delay: 2.15s;
	}
	.bnr_university_wrap:before {
		content: "";
		display: block;
		padding-top: 63%;
	}
	.bnr_university {
		position: absolute;
		width: 19%;
		opacity: 0;
	}
}
@media only screen and (min-width: 769px) {
	.nav_area {
		padding: 120px 0;
	}
}
@media only screen and (min-width: 901px) {
	.bnr_university_wrap {
		position: relative;
		width: 860px;
		margin: auto;
	}
	.overlay-menu {
		padding: 0;
	}
	.site_ttl {
		font-size: 26px;
	}
	.site_ttl span {
		font-size: 62px;
	}
	.bnr_university a h2 {
		font-size: 16px;
	}
}
@media only screen and (min-width: 769px) {
	.plan_bnr {
		position: inherit;
		top: auto;
		width: 800px;
		height: 100px;
		margin: 20px auto 0;
	/*	background: url(../images/common/plan_bnr.jpg) no-repeat; */
		background-size: 100% auto;
	}
	.plan_bnr:before {
		display: none;
	}
}
/*university_nav*/
.university_nav_wrap {
	position: relative;
	z-index: 1;
	height: 32px;
	background: linear-gradient( 180deg ,#333 0 ,#333 46px,#f2f2f2 46px,#f2f2f2 57px);
	overflow: inherit;
}
.university_nav_inner {
	width: 100%;
	height: 49px;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}
.university_nav {
	width:960px;
	margin: auto;
}
.university_nav li {
	float: left;
	width: 14.285%;
	padding: 0 0 7px;
}
.university_nav li:hover {
	background: url(../images/common/university_nav_arrow) no-repeat bottom center;
	background-size: 18px 7px;
}
.university_nav li.current {
	background: url(../images/common/university_nav_arrow) no-repeat bottom center;
	background-size: 18px 7px;
}
.university_nav li a {
	display: block;
	padding: 10px;
	background: #333;
	font-size: 10px;
	text-align: center;
	color: #fff;
}
.university_nav li span {
	display: block;
	padding: 10px;
	background: #333;
	font-size: 10px;
	text-align: center;
	color: #fff;
}
@media only screen and (min-width: 421px) {
	.university_nav {
		width: 1280px;
	}
	.university_nav_wrap {
		height: 57px;
	}
	.university_nav_inner {
		height: 83px;
	}
	.university_nav li {
		padding: 0 0 11px;
	}
	.university_nav li a {
		padding: 10px 10px;
		font-size: 16px;
	}
	.university_nav li span {
		padding: 10px 10px;
		font-size: 16px;
	}
	.university_nav li:hover {
		background: url(../images/common/university_nav_arrow) no-repeat bottom center;
		background-size: 22px 11px;
	}
	.university_nav li.current {
		background: url(../images/common/university_nav_arrow) no-repeat bottom center;
		background-size: 22px 11px;
	}
}
@media only screen and (min-width: 961px) {
	.university_nav_wrap {
		height: 57px;
		overflow: hidden;
	}
}
/*フッター*/
footer {
	background: #333;
}
.footer_contents {
	position: relative;
	padding: 30px 0;
}
.footer_logo {
	text-align: center;
}
.footer_logo img {
	width: 168px;
	height: 94px;
}
.copy {
	padding: 10px 0;
	text-align: center;
}
small {
	font-size: 10px;
	color: #fff;
}
small br {
	display: block;
}
@media only screen and (min-width: 769px) {
	.footer_logo {
		text-align: left;
	}
	.footer_logo img {
		width: 251px;
		height: 142px;
	}
	.footer_nav {
		margin: 0 0 80px;
	}
	.footer_sns {
		margin: 0 0 80px;
	}
	.copy {
		text-align: right;
	}
	small {
		font-size: 13px;
	}
	small br {
		display: none;
	}
}
@media only screen and (min-width: 1181px) {
	.footer_logo img {
		width: 318px;
	}
}
/* -------------------------------------------------------
page_top
------------------------------------------------------- */
.page_top {
	position: fixed;
	right: 5%;
	bottom: 30px;
	z-index: 11;
}
.page_top a {
	width: 40px;
	height: 40px;
	margin: 0 0 10px;
	display: block;
	background: url(../images/common/page_top.svg) no-repeat;
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
}
.page_top_right {
	right: 60%;
}
@media only screen and (min-width: 769px) {
	.page_top a {
		width: 50px;
		height: 50px;
		margin: 0 0 5px;
		-webkit-background-size: 50px 50px;
		background-size: 50px 50px;
	}
}
/* -------------------------------------------------------
ローダー
------------------------------------------------------- */
/* .loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 9999;
}
.loader{
  width: 100%;
  height: 100px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  text-align: center;
}
#loader-4 span{
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #c59b6d;
  margin: 35px 5px;
  opacity: 0;
}
#loader-4 span:nth-child(1){
  animation: opacitychange 1s ease-in-out 0s infinite;
}
#loader-4 span:nth-child(2){
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}
#loader-4 span:nth-child(3){
  animation: opacitychange 1s ease-in-out 0.66s infinite;
}
@keyframes opacitychange{
  0%, 100%{
    opacity: 0;
  }
  60%{
    opacity: 1;
  }
} */
/*
スクロールイン
*/
.fadebox {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    opacity: 0;
    /* transform: translate(0,60px);
    -webkit-transform: translate(0,60px); */
}
.fadebox02 {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    opacity: 0;
    transform: translate(80px,0);
    -webkit-transform: translate(80px,0);
}
.fadebox03 {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    opacity: 0;
    transform: translate(-80px,0);
    -webkit-transform: translate(-80px,0);
}
.fadebox04 {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    opacity: 0;
    transform: translate(0,80px);
    -webkit-transform: translate(0,80px);
}
.nav_university01,.nav_university02,.nav_university03,.nav_university04,.nav_university05,
.nav_university06,.nav_university07 {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    opacity: 0;
    transform: translate(0,50px);
    -webkit-transform: translate(0,50px);
}
.fadebox_in {
    opacity: 1.0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
}
/*
プライバシーポリシー
*/
.privacy {
	text-align: center;
}
.privacy a {
	color: #fff;
	font-size: 12px;
}
@media only screen and (min-width: 769px) {
	.privacy {
		text-align: right;
	}
}
