@charset "UTF-8";
	
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  font-family: 'Noto Sans JP', sans-serif;
}

.mincho {
  font-family: "Times New Roman", "ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "游明朝", YuMincho,"HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}

_:lang(x)::-ms-backdrop, body {
  font-family: "メイリオ", Meiryo, sans-serif;
}



.visible-sp {
  display: block !important;
}
.visible-sp-flex {
  display: flex !important;
}
.visible-pc {
  display: none !important;
}
.visible-pc-flex {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .visible-sp {
    display: none !important;
  }
  .visible-sp-flex {
    display: none !important;
  }
  .visible-pc {
    display: block !important;
  }
  .visible-pc-flex {
    display: flex !important;
  }
}




/* CSS Document */
/* -------------------------------
 * base
 * -------------------------------- */
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 1.4rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  body {
    padding: 0 0 0 0;
  }
}

a {
  color: #1a1a1a;
}

.contents {
  padding: 0 0 0 0;
}

.map .contents {
  background-image: url(/nue_admissions/img/map/map_back.jpg);
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
  .contents {
    padding: 0 0 0 0;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.hidden {
  display: none;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.visible-sp {
  display: block !important;
}

.visible-pc {
  display: none !important;
}

@media screen and (min-width: 767px) {
  .visible-sp {
    display: none !important;
  }
  .visible-pc {
    display: block !important;
  }
}

/* CSS Document */
/* --------------------------------
* header navigation
* -------------------------------- */
.header {
  height: 64px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  margin: 0;
  border-bottom: 1px solid #bcbcbc;
  background: #fff;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/*.header__inner {
  height: 64px;
  width: auto;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}*/

.header.openNav {
  background: rgba(255, 255, 255, 0.9);
}

.logo {
  width: 161px;
  height: auto;
  position: absolute;
  top: 17px;
  left: 0;
  z-index: 250;
}

@media screen and (max-width: 1024px) {
  .logo {
    left: 10px;
  }
}

.logo__cap {
  font-size: 1.0rem;
  font-weight: black;
  margin: 7px 0 0 0;
  letter-spacing: 1px;
}

#navToggle.navToggle {
  z-index: 500;
  display: block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

#navToggle.navToggle span {
  width: 30px;
  height: 2px;
  background-color: #000;
}

#navToggle.navToggle span:nth-child(1) {
  position: absolute;
  top: 10px;
  right: 0;
  transition: 0.25s;
}

#navToggle.navToggle span:nth-child(2) {
  position: absolute;
  top: 17px;
  right: 0;
  display: block;
}

#navToggle.navToggle span:nth-child(3) {
  position: absolute;
  top: 24px;
  right: 0;
  transition: 0.25s;
}

/*@media screen and (max-width: 1024px) {
  #navToggle.navToggle {
    right: 10px;
  }
}*/

/*@media screen and (max-width: 767px) {
  #navToggle.navToggle {
    right: 20px;
  }
}*/

/*.openNav #navToggle.navToggle span:nth-child(1) {
  position: absolute;
  top: 18px;
  right: 0;
  transform: rotate(45deg);
  background-color: #000;
}*/

/*.openNav #navToggle.navToggle span:nth-child(2) {
  display: none;
}*/

/*.openNav #navToggle.navToggle span:nth-child(3) {
  position: absolute;
  top: 18px;
  right: 0;
  transform: rotate(-45deg);
  background-color: #000;
}*/

/*.gNav {
  padding: 20px 0 20px;
  z-index: 50;
  height: auto;
  position: absolute;
  top: 64px;
  left: 0;
  bottom: auto;
  width: 100%;
  transition: 0.5s;
  display: none;
  z-index: 200;
}*/

/*.openNav .gNav {
  display: block;
  background: rgba(255, 255, 255, 0.95);
  height: 100vh;
  animation-name: gnav-fadein;
  animation-duration: 0.4s;
}*/

/*@keyframes gnav-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}*/

/*.gNav__lists {
  display: block;
  margin: 40px 0 50px;
}*/
/*@media screen and (max-width:767px){
  .gNav__lists {
    display: block;
    margin: 10px 0 30px;
  }
}*/

/*.gNav__list {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0 0 0 0;
  text-align: center;
}*/

/*.gNav__list i {
  padding: 0 0 0 5px;
}*/

/*.gNav__list .gNav__link {
  display: inline;
  width: 100%;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  padding: 0;
  color: #000;
  margin: 0;
  letter-spacing: 2px;
}*/

/*.gNav__list .gNav__link:before {
  display: none;
}*/

/*.gNav__list .gNav__link:hover:before {
  transform: none;
}*/

/*.gNav__list .gNav__link .gNav__listCap {
  display: block;
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin: 6px 0 0 0;
}*/

/*.gNav__list .gNav__link:hover {
  text-decoration: underline;
}*/

@media screen and (max-width: 767px) {
  /*.gNav__list {
    position: relative;
    margin: 0 0 14px 0;
    padding: 0 0 0 0;
  }*/
  /*.gNav__list .gNav__link {
    width: 100%;
    font-size: 1.5rem;
    font-weight: normal;
    text-align: center;
    padding: 0;
    color: #000;
    margin: 0;
    letter-spacing: 2px;
    background-image: url(/nue_admissions/img/common/nav-ar.svg);
    background-repeat: no-repeat;
    background-position: 93% center;
    background-size: 10px;
  }*/
  /*.gNav__list .gNav__link:before {
    display: none;
  }*/
  /*.gNav__list .gNav__link:hover:before {
    transform: none;
  }*/
  /*.gNav__list .gNav__link .gNav__listCap {
    display: block;
    font-size: 1.1rem;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    letter-spacing: 0.5px;
    margin: 6px 0 0 0;
  }*/
  /*.gNav__list .gNav__link:hover {
    text-decoration: none;
  }*/
}

/*.gNav__list.gNav__list_h {
  font-family: 'Ropa Sans', sans-serif;
  text-align: center;
  font-size: 2rem;
}*/

/* CSS Document */
.footer {
  background: #e6e6e6;
  padding: 40px 0 0 0;
}

.footer__inner {
  max-width: 1024px;
  display: flex;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .footer__inner {
    display: block;
    margin: 0 auto;
  }
}

.footer__logo {
  width: 33.20312%;
  padding: 8% 0 0 0;
}

.footer__logo img {
  width: 245px;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .footer__logo {
    padding: 8% 10px 10px;
  }
  .footer__logo img {
    width: 180px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .footer__logo {
    width: 55%;
    padding: 0 0 0 10px;
    margin: 0 0 30px;
  }
  .footer__logo img {
    width: auto;
    height: auto;
  }
}

.footer__links {
  width: 66.79688%;
  display: flex;
  border-left: 1px solid #c0c0c0;
}

@media screen and (max-width: 767px) {
  .footer__links {
    width: auto;
    border: none;
  }
}

.footer__links_blk01 {
  padding: 0 0 0 70px;
}

@media screen and (max-width: 767px) {
  .footer__links_blk01 {
    padding: 0 0 0 10px;
  }
}

.footer__links_blk01.footer__links_blk01_pa {
  padding: 0 0 0 18%;
}

@media screen and (max-width: 1024px) {
  .footer__links_blk01.footer__links_blk01_pa {
    padding: 0 0 0 10%;
  }
}

@media screen and (max-width: 767px) {
  .footer__links_blk01.footer__links_blk01_pa {
    padding: 0 0 0 15px;
  }
}

.footer__links_title {
  font-size: 1.9rem;
  font-family: 'Ropa Sans', sans-serif;
  margin: 0 0 40px;
}

@media screen and (max-width: 767px) {
  .footer__links_title {
    font-size: 1.4rem;
    font-family: 'Ropa Sans', sans-serif;
    margin: 0 0 20px;
  }
}

.footer__links_link {
  display: block;
  font-size: 1.4rem;
  margin: 0 0 20px;
  position: relative;
  padding: 0 0 0 30px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .footer__links_link {
    display: block;
    font-size: 1.2rem;
    margin: 0 0 20px;
    position: relative;
    padding: 0 0 0 15px;
  }
}

.footer__links_link:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 24px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #000;
}

@media screen and (max-width: 767px) {
  .footer__links_link:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 10px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: #000;
  }
}

.copyright {
  text-align: center;
  padding: 50px 0;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .copyright {
    text-align: center;
    padding: 20px 0 30px;
    font-size: 1.0rem;
  }
}
/*.navToggle__menu{
	position: absolute;
	top: 0;
  width: 30px;
}*/

#nav {
  list-style: none;
  overflow: hidden;
	width: 600px;
	margin: 0 auto;
}
@media screen and (max-width:767px) {
	#nav {
  list-style: none;
  overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
}
#nav li {
  width: 120px;
  text-align: center;
  /*background-color: #333;*/
  float: left;
  height: 50px;
  line-height: 50px;
  /*margin-right: 2px;*/
	padding-top: 6px;
}
@media screen and (max-width:767px) {
	#nav li {
  width: 20%;
  text-align: center;
  /*background-color: #333;*/
  float: left;
  height: 50px;
  line-height: 50px;
  /*margin-right: 2px;*/
	padding-top: 6px;
}
}
 
#nav li a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  /*padding: 20px;*/
}
/*トグルメニュー*/
/*.inner {
    width: 720px;
}*/
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    width: 100%;
	height: 80px;
    z-index: 999;
}
@media screen and (max-width:767px) {
	#top-head {
    height: 68px;
}
}
#top-head a,
#top-head {
    color: #333;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}

#global-nav ul {
    list-style: none;
    text-align: center;
	padding-left: 0;
    font-size: 12px;
}
@media screen and (max-width:767px) {
	#global-nav ul {
    list-style: none;
    text-align: left!important;
	padding-left: 0;
    font-size: 12px;
}
}
#global-nav ul li {
    display: inline-block;
    width: auto;
    padding: 25px 16px;
    margin: 0;
    font-weight: 500;
}
@media screen and (max-width:767px) {
	#global-nav ul li {
    display: inline;
}
}
/*#global-nav ul li a {
    padding: 0 30px;
}*/
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    height: 80px;
    background: #fff;
    background: rgba(255,255,255,.9);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 16px;
    top: 20px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
	margin-top: 2px;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #0093d9;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
/*SP*/
@media screen and (max-width: 767px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
		background-color: white;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        /*background: transparent;*/
		height: 68px;
    }
    #mobile-head {
        background-color:rgba(255,255,255,0);
        width: 68px;
        height: 68px;
        z-index: 999;
        position: absolute;
    	right: 0;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -100vh;
		background-color: #f5f000;
		width: 100%;
		text-align: center;
		padding: 40px 40px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		height: 100vh;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
		margin-top: 16px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #333;
        padding: 10px 0;
		font-size: 12px;
    }
    #nav-toggle {
        display: block;
    }
	@media screen and (max-width:767px) {
	.mt40{margin-top: 40px}
	}
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(100vh);
        -webkit-transform: translateY(100vh);
        transform: translateY(100vh);
    }
}
@media screen and (min-width:768px) {
.contact_btn{
	background-color: #0093d9;
	padding: 26px 24px!important;
	margin-left: 12px!important;
}
	.contact_btn a, .contact_btn a span{
	color: white!important;
}
}
.header-logo{
	width: 280px;
	padding: 20px 0 20px 8px;
	position: relative;
	/*z-index: 100;*/
}
@media screen and (min-width:1060px) {
.header-logo:after{
	content: '';
    display: inline-block;
    width: 58px;
    height: 60px;
    background-image: url(/nue_admissions/img/chara00.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    left: 296px;
    top: 10px;
}
}
@media screen and (max-width:767px) {
	.header-logo{
	width: 240px;
		position: absolute;
		padding: 16px 0 0 8px;
}
}
.toggle-logo{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 12px;
}
.menu__bar{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.menu_ttl_sub {
    font-size: 10px;
    color: #0093d9;
    font-weight: 300;
    display: block;
	margin-top: 0;
}
@media screen and (max-width:1024px) {
    #top-head a, #top-head {
		font-size: 12px;
}
	#global-nav ul li {
    padding: 25px 8px;
}
.header-logo {
    width: 248px;
	padding: 23px 0 0 8px;
}
	.contact_btn {
    padding: 26px 8px!important;
    margin-left: 8px!important;
}
	.menu_ttl_sub {
    font-size: 8px!important;
}
}
@media screen and (max-width:767px) {
	.contact_btn {
    padding: 0!important;
    margin-left: 0!important;
}
}
@media screen and (max-width:767px) {
	.menu_ttl_sub {
    font-size: 27px!important;
}
}
@media screen and (max-width:860px) {
	.header-logo {
    width: 200px;
		padding: 24px 0 0 8px;
}
	#global-nav ul li {
    padding: 25px 4px;
}
	}
@media screen and (max-width:767px) {
	.header-logo {
    width: 248px;
		padding: 16px 0 0 8px;
}
	#global-nav ul li {
    padding: 0;
}
}
	.sp_menu span{
		margin-bottom: 8px;
	}
	.sp_menu:after{
		content: '';
    display: inline-block;
    width: 136px;
    height: 180px;
    background-image: url(/nue_admissions/img/chara_menu.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    right: 0;
    bottom: 0;
	}