@charset "UTF-8";

@media screen and (min-width: 768px) {
	html {
    scroll-behavior: smooth;
}
}
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;
}
a{
	transition: 0.3s;
}
a:hover{
	opacity: 0.6;
}

/*------------------------------------------*/
/*-アニメーション-*/
.bef {
  opacity: 0;
}

.move_fade {
  opacity: 1 !important;
  transition: 0.6s;
  transform: translateY(0) !important;
}

.move_fade2 {
  opacity: 1 !important;
  transition: 1s;
  transform: translateY(0) !important;
}

.fadeOpen {
  animation-name: fade01;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

.fade00 {
  animation-name: fade01;
  animation-duration: 0.8s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

.fade01 {
  animation-name: fade01;
  animation-duration: 0.8s;
  animation-delay: 0;
  animation-fill-mode: forwards;
}

@keyframes fade01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeOut {
  animation-name: fadeOut;
  animation-duration: 1.3s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


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

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

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

a {
  color: #1a1a1a;
}

.contents {
  padding: 0 0 0 0;
  overflow: hidden;
}

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

@media screen and (max-width: 560px) {
  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: 560px) {
  .visible-sp {
    display: none !important;
  }
  .visible-pc {
    display: block !important;
  }
}




/* --------------------------------
* top
* -------------------------------- */
.topFv {
  width: 100%;
  height: 100vh;
  background: #000;
  padding: 64px 0 0 0;
}

.opening {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.opening__ar{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
  z-index: 10;
  width: 41px;
  margin: auto;
}

.opening__tittle {
  font-size: 4rem;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 466px;
  height: 183px;
  z-index: 100;
  opacity: 0;
}
@media screen and (max-width:560px) {
  .opening__tittle {
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 60%;
    height: auto;
    display: flex;
    align-items: center;
  }
}

.topFv__slidewrap {
  height: 100%;
}

.topFv__slide {
  height: 100%;
}

.topFv__slide:nth-child(1) {
  background-image: url(/nue_admissions/img/slider_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.topFv__slide:nth-child(2) {
  background-image: url(/nue_admissions/img/slider_2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.topFv__slide:nth-child(3) {
  background-image: url(/nue_admissions/img/slider_3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.topFv__slide:nth-child(4) {
  background-image: url(/nue_admissions/img/slider_4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.topFv__slide:nth-child(5) {
  background-image: url(/nue_admissions/img/slider_5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}





.slick-list {
  height: 100%;
}

.slick-track {
  height: 100%;
}




.top__lead{
	padding: 56px;
}
.ttle_img img{
	width: 50%;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
	.ttle_img img{
	width: 100%;
  margin: 0 auto;
}
}
@media screen and (max-width:767px) {
  .top__lead{
	padding: 32px;
}
}
@media screen and (max-width:560px) {
  .top__lead{
	padding: 24px;
}
}

.top__lead_title{
  margin: 0 auto;
  padding: 40px 0 40px;
	width: 960px;
	background: white;
	padding: 30px;
}
.top__lead_title h2{
	font-size: 30px;
	line-height: 1.3em;
	margin-bottom: 12px;
}

.top__lead_title p{
	font-size: 18px;
	line-height: 1.7em;
}
@media screen and (max-width:560px) {
	.top__lead_title h2{
	font-size: 21px;
}
	.top__lead_title p{
	font-size: 14px;
		text-align: justify;
}
}
@media screen and (max-width:960px) {
  .top__lead_title{
    margin: 0 auto;
    padding: 16px;
	width: 100%;
  }
}
@media screen and (max-width:560px) {
  .top__lead_title{
    margin: 0 auto;
    padding: 16px;
	width: 100%;
  }
}

.top__lead_txt01{
  font-size: 1.8rem;
  line-height: 2.4;
  text-align: center;
  letter-spacing: 1px;
  margin: 0 0 30px;
}
@media screen and (max-width:560px) {
  .top__lead_txt01{
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 0;
    margin: 0 0 20px;
    padding: 0 10px;
  }
}

.top__lead_onr01{
  margin: 0 0 30px;
}
@media screen and (max-width:560px) {
  .top__lead_onr01{
    margin: 0 0 20px;
  }
}

.top__lead_picts{
  position: relative;
  height: 0;
  padding-top: 70%;
}
@media screen and (max-width:560px) {
  .top__lead_picts{
    position: relative;
    height: auto;
    padding-top: 0;
  }
}

.top__lead_picts01{
  position: absolute;
  top: 0;
  left: 0;
  width: 69.25%;
}
.top__lead_picts01 img{
  max-width: none;
  width: 100%;
}
@media screen and (max-width:560px) {
  .top__lead_picts01{
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    overflow: hidden;
    margin: 0 0px 0 -20%;
  }
  .top__lead_picts01 img{
    max-width: none;
    width: 125%;
  }
}

.top__lead_picts02{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38.416%;
}
.top__lead_picts02 img{
  max-width: none;
  width: 100%;
}
@media screen and (max-width:560px) {
  .top__lead_picts02{
    position: relative;
    bottom: auto;
    right: auto;
    width: auto;
  }
}

.top__lead_let01{
  position: absolute;
  top: 66%;
  right: 31%;
  width: 60.333%;
  z-index: 1;
}
@media screen and (max-width:560px) {
  .top__lead_let01{
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    z-index: 1;
    padding: 20px;
  }
}
.top__lead_title_left{
	float: left;
	width: 50%;
}
.top__lead_title_right{
	float: right;
}
@media screen and (max-width:960px) {
	.top__lead_title_left{
	float: none;
		width: 100%;
		margin-bottom: 16px;
}
.top__lead_title_right{
	float: none;
}
}
@media screen and (max-width:560px) {
	.top__lead_title_left{
	float: none;
		margin-bottom: 16px;
}
.top__lead_title_right{
	float: none;
}
}
.clear {
clear:both;
}
.yellow_line{
	background-image: url("/nue_admissions/img/yellow_line.jpg");
	background-repeat: repeat;
	padding: 80px 0;
}

.yellow_back{
	background-color: #FFE56D;
	padding: 0 0 80px 0;
}
@media screen and (max-width:560px) {
	.yellow_line{
	padding: 40px 0;
}
	.yellow_back{
	background-color: #FFE56D;
	padding: 0 0 40px 0;
}
}
.white_back{
	background-color: #fff;
	padding: 40px 0;
}

.sp_bunner{
	background-color: #FFE56D;
	padding: 24px 0;
}
.container{
	width: 868px;
	margin: 0 auto;
}
@media screen and (max-width:960px) {
	.container{
	width: 95%;
}
}
@media screen and (max-width:560px) {
	.container{
	width: 90%;
}
}
.yellow_line h2, .yellow_back h2{
	text-align: center;
	font-size: 32px;
	line-height: 1.6em;
}
.white_back h3{
	text-align: center;
	font-size: 32px;
}
@media screen and (max-width:560px) {
	.yellow_line h2, .yellow_back h2{
	font-size: 24px;
		line-height: 1.4em;
}
	.white_back h3{
	text-align: center;
	font-size: 24px;
}
}

.shizu_logo{
	width: 186px;
margin: 16px auto 40px;
}
.chusyaku{
	text-align: center;
}
@media screen and (max-width:560px) {
	.shizu_logo{
margin: 12px auto 32px;
}
	.chusyaku{
	font-size: 12px;
}
}
.white_back p{
	text-align: left;
	font-size: 16px;
	line-height: 1.6em;
}
.how_to_step{
	background-color: #FFE468;
	padding: 40px;
}
@media screen and (max-width:560px) {
	.white_back p{
	font-size: 14px;
}
	.how_to_step{
	padding: 56px 16px 32px;
}
}
.half_left{
	width: 50%;
	float: left;
}
.half_right{
	width: 50%;
	float: right;
}
.half_left2{
	width: 40%;
	float: left;
}
.half_right2{
	width: 60%;
	float: right;
}
@media screen and (max-width:560px) {
	.half_left{
	width: 100%;
	float: none;
}
.half_right{
	width: 100%;
	float: none;
}
}
.how_to p{
	font-size: 20px;
	color: #E84709;
	font-weight: 600;
	line-height: 1.6em;
	text-align: center;
}
.lh_2{margin-top: 90px;}
.lh_1{margin-top: 108px;}
.lh_3{margin-top: 72px;}
@media screen and (max-width:560px) {
	.how_to p{

	font-size: 16px;
}
.lh_2{margin-top: 24px;}
.lh_1{margin-top: 0px;}
.lh_3{margin-top: 24px;}
}
.triangle{
  width: 0;
height: 0;
border-style: solid;
border-width: 34px 36px 0 36px;
border-color: #ffe368 transparent transparent transparent;
	margin: 0 auto;
}

.how_to{
	position: relative;
	margin-top: 24px;
}
.step_icon{
	position: absolute;
	right: 44px;
	top: -8px;
}
@media screen and (max-width:560px) {
	.step_icon{
		width: 60px;
	right: 16px;
	top: -8px;
}
}
.upload{
	background-color: white;
	padding: 34px 0;
}
.upload_image{
	/*background-image:url(/nue_admissions/img/cook_photo.jpg);
	background-color:rgba(255,255,255,0.4);
	background-blend-mode:lighten;*/
		padding: 32px;
	margin-top: 32px;
	/* 画像ファイルの指定 */
  background-image: url(/nue_admissions/img/cook_photo.jpg);

  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;

  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;

  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  /*background-attachment: fixed;*/

  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;

  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color:rgba(255,255,255,0.4);
	background-blend-mode:lighten;
}

.upload_image img{
	margin: 0 auto;
	width: 32%;
}
@media screen and (max-width:560px) {
	.upload_image{
	padding: 24px;
}
.upload_image img{
	width: 100%;
}
}
.paper{
	text-align: center;
}
.upload_box p,.upload_box li{
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 600;
}
.upload_title{
	text-align: center;
	background-color: #9B4F0C;
	padding: 8px 0;
	margin-bottom: 8px;
	color: white;
}
.upload_box .half_left{
	padding-right: 16px;
}
.upload_box .half_right{
	padding-left: 16px;
}
.dl_btn{
	display: block;
	width: 400px;
	margin: 0 auto;
	border: 5px solid #333;
}
@media screen and (max-width:960px) {
	.dl_btn{
	width: 100%;
}
}
@media screen and (max-width:560px) {
	.upload_box p,.upload_box li{
	font-size: 15px;
}
	.upload_box .half_left{
	padding-right: 0;
}
.upload_box .half_right{
	padding-left: 0;
	margin-top: 16px;
}
	.dl_btn{
	width: 100%;
}
}
.gg-chevron-right-o{
	float: left;
	width: 22px!important;
    height: 22px!important;
}
.paper{
	margin-top: 64px;
}
.paper a, .dl_btn{
	padding: 28px 0;
		font-size: 20px;
	margin-top: 24px;
	text-align: center;
}
@media screen and (max-width:560px) {
	.paper{
	margin-top: 40px;
}
	.paper a, .dl_btn{
	font-size: 16px;
	padding: 20px 0;
		margin-top: 24px;
}
}
.paper a:hover, .dl_btn:hover{
	transition: 0.3s;
	border: 5px solid #000;
	background-color: #000;
	color: #fff;
}
.paper p{
		font-size: 20px;
	line-height: 1.6em;
	font-weight: 600;
}
@media screen and (max-width:560px) {
	.paper p{
		font-size: 16px;
	line-height: 1.6em;
	font-weight: 600;
}
}
.keihin_box .half_left{
	padding-right: 20px;
	margin-top: 40px;
}
.keihin_box .half_right{
	padding-left: 20px;
	margin-top: 40px;
}
@media screen and (max-width:560px) {
	.keihin_box .half_left{
	padding-right: 0;
	margin-top: 20px;
}
.keihin_box .half_right{
	padding-left: 0;
	margin-top: 20px;
}
}
.space88{
	position: relative;
	margin-top: 88px;
}
.space24{
	position: relative;
	margin-top: 24px;
}
.att_txt{
	font-size: 14px;
    text-align: center;
    margin-top: 8px;
    line-height: 1.6em;
}
@media screen and (max-width:560px) {
	.space88{
	position: relative;
	margin-top: 64px;
}
.space24{
	position: relative;
	margin-top: 12px;
}
	.att_txt{
	font-size: 12px;
		margin-top: 20px;
}
}
.bosyu{
	padding: 56px;
	background-color: #fff;
	margin-top: 56px;
	border-radius: 16px;
	text-align: center;
}
.bosyu h3{
	border-top: 3px solid #000;
	border-bottom: 1px solid #000;
	font-size: 24px;
	padding: 16px;
	margin-bottom: 40px;
}
@media screen and (max-width:560px) {
	.bosyu h3{
	font-size: 20px;
	padding: 10px;
	margin-bottom: 16px;
}
}
.bosyu p{
	line-height: 1.6em;
}
.bosyu_box{
	margin-top: 64px;
}
@media screen and (max-width:560px) {
	.bosyu{
	padding: 20px;
	background-color: #fff;
	margin-top: 24px;
	border-radius: 8px;
	text-align: center;
}
	.bosyu_box{
	margin-top: 24px;
}
}
p.indent{
	text-indent: -1em;
  padding-left: 2em;
}
.big_txt{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 12px;
}

.left_txt{
	text-align: left;
}
@media screen and (max-width:560px) {
	.big_txt{
	font-size: 18px;
}
	.just{text-align: justify;}
	.size_down{font-size: 16px;}
}
.sp_bunner_left{
	width: 33.33%;
	float: left;
}
.sp_bunner_center{
	width: 33.33%;
	float: left;
}
.sp_bunner_right{
	width: 33.33%;
	float: right;
}
.pink_txt{
	color: #E63178;
}
.orange_txt{
	color: #E84709;
}
.day{
	font-size: 32px;
	font-weight: 600;
}
@media screen and (max-width:560px) {
	.day{
	font-size: 22px;
}
}
table{
	width: 100%;
	border: 0;
	cellspacing: 2;
	cellpadding: 5;
	bgcolor: #a0a0a0;
	font-size: 16px;
	line-height: 1.6em;
}
th{
	width: 10%;
	bgcolor: #dcdcdc;
}
td{
	bgcolor: #ffffff;
	width: 90%;
	text-align: justify;
}
@media screen and (max-width:560px) {
table{
	font-size: 14px;
}
th{
	width: 20%;
	bgcolor: #dcdcdc;
}
td{
	bgcolor: #ffffff;
	width: 80%;

}
}
.scroll{
	width: 100%;
  height: 280px;
  overflow: scroll;
}



.top__click{
  margin: 0 0 60px;
}
@media screen and (max-width:560px) {
.top__click{
  margin: 0px;
}
}

.top__click_title{
    margin: 0 0 20px;
}
.top__click_title img{
    margin: 0 auto;
}
@media screen and (max-width:560px) {
  .top__click_title{
    width: 65%;
    margin: 0 auto 15px;
  }
  .top__click_title img{
      margin: 0 auto;
  }
}

.top__click_txt01{
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.4;
  margin: 0 0 20px;
}
@media screen and (max-width:560px) {
  .top__click_txt01{
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.0;
    margin: 0 0 20px;
  }
}

.top__click_let{
  margin: 0 0 70px;
  padding: 0 20px;
}
.top__click_let img{
  margin: 0 auto;
}
@media screen and (max-width:560px) {
  .top__click_let{
    margin: 0 0 30px;
    padding: 0 20px;
  }
}

.top__click_txt02{
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 0 0 20px;
}
@media screen and (max-width:560px) {
  .top__click_txt02{
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 0 20px;
    padding: 0 20px;
  }
}

.top__click_imgs{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width:560px) {

}

.top__click_link{
  display: block;
  width: 20%;
  height: 0;
  padding-top: 19.8%;
  background-size: cover;
  cursor: pointer;
  background-repeat: no-repeat;
	transition: all 0.2s;
}
.top__click_link:hover{
  /* transform: translate(3px,3px); */
  opacity: 0.7;
  /*background-position: 3px 3px;*/
}
.tablet .top__click_link:hover{
  /* transform: translate(3px,3px); */
  opacity: 1;
  background-position: 0 0;
}
@media screen and (max-width:767px) {
  .top__click_link{
    display: block;
    width: 33.33%;
    height: 0;
    padding-top: 33.33%;
    background-size: cover;
    cursor: pointer;
  }
}

.top__click_link.top__click_link_01{
  background-image: url(/nue_admissions/img/image01.jpg);
}
@media screen and (max-width:767px) {

}

.top__click_link.top__click_link_02{
  background-image: url(/nue_admissions/img/image02.jpg);
}
@media screen and (max-width:767px) {

}

.top__click_link.top__click_link_03{
  background-image: url(/nue_admissions/img/image03.jpg);
}
@media screen and (max-width:767px) {

}

.top__click_link.top__click_link_04{
  background-image: url(/nue_admissions/img/image04.jpg);
}
@media screen and (max-width:767px) {

}

.top__click_link.top__click_link_05{
  background-image: url(/nue_admissions/img/image05.jpg);
}
@media screen and (max-width:767px) {

}

.top__click_link.top__click_link_06{
  background-image: url(/nue_admissions/img/image06.jpg);
}
@media screen and (max-width:767px) {

}

.top__click_link.top__click_link_07{
  background-image: url(/nue_admissions/img/image07.jpg);
}
@media screen and (max-width:767px) {

}

.top__click_link.top__click_link_08{
  background-image: url(/nue_admissions/img/image08.jpg);
}
@media screen and (max-width:767px) {

}

.top__click_link.top__click_link_09{
  background-image: url(/nue_admissions/img/image09.jpg);
}
@media screen and (max-width:767px) {

}

.top__click_link.top__click_link_10{
  background-image: url(/nue_admissions/img/image10.jpg);
}
@media screen and (max-width:767px) {
.fv_pc{
	/*margin-top: 56px;*/
	padding-top: 68px;
}
}

.fv_pc img{
	width: 100%;
}
.fv_pc:before{
	content: '';
    display: inline-block;
    width: 102px;
    height: 140px;
    background-image: url(/nue_admissions/img/chara01.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    left: 90px;
    bottom: -135px;
}
.fv_pc:after{
	content: '';
    display: inline-block;
    width: 102px;
    height: 140px;
    background-image: url(/nue_admissions/img/chara02.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    right: 90px;
    bottom: -135px;
}
@media screen and (max-width:960px) {
	.fv_pc:before{
	content: '';
    display: inline-block;
    width: 60px;
    height: 87px;
    background-image: url(/nue_admissions/img/chara01.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    left: 10px;
    bottom: -84px;
}
.fv_pc:after{
	content: '';
    display: inline-block;
    width: 60px;
    height: 87px;
    background-image: url(/nue_admissions/img/chara02.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    bottom: -84px;
}
}
.sponsor_inner a{
	text-decoration: none;
   border-bottom: 1px dashed #999;
   padding-bottom: 2px;
	color: #EE7131;
}
.sponsor_inner a:hover{
opacity: 0.6;
	border-bottom: 0;
}
.wback{
	background-color: #fff;
	border-radius: 8px;
	padding: 4px 16px;
}
.gray{color: gray;}
.fa, .far, .fas{
	font-size: 10px;
	margin-left: 4px;
	color: #333;
}
p.chusyaku{
	position:relative;
	line-height:3em;
	text-indent:2em;
	/*margin-top: 32px;*/
}
/*p.chusyaku:before{
	position:absolute;
	left: 218px;
	content:"";
	display:inline-block;
	width:3em;
	height:3em;
	background:url(/nue_admissions/img/shizu_mark.png) no-repeat;
	background-size:contain;
}*/
@media screen and (max-width:560px) {
	p.chusyaku{
	position:relative;
	line-height:2em;
	text-indent:2.1em;
	margin-top: 8px;
}
/*p.chusyaku:before{
	position:absolute;
	left: 0;
	content:"";
	display:inline-block;
	width:2em;
	height:2em;
	background:url(/nue_admissions/img/shizu_mark.png) no-repeat;
	background-size:contain;
}*/
}
.shizumark{
	width: 42px;
	margin: 40px auto 0 ;
}
.fukidashi{
	color: #fff;
	background-color: #EF8200;
	border-radius: 8px;
	padding: 16px 0;
}
.triangle_w{
  width: 0;
height: 0;
border-style: solid;
border-width: 34px 36px 0 36px;
border-color: #EF8200 transparent transparent transparent;
	margin: 0 auto -24px;
}
.red_txt{
	color: #FFF000;
	font-size: 40px;
}
@media screen and (max-width:560px) {
	.triangle_w{
	margin: 0 auto -8px;
		border-width: 24px 26px 0 26px;
}
	.red_txt{
	font-size: 28px;
}
}
.voice{
	margin: 24px 0;
}
.voice_left{
	width: 49%;
	float: left;
	background-color: #ffe268;
	padding: 20px;
}
.voice .voice_left img{
	width: 30%;
	float: left;
}
.voice_comment{
	width: 65%;
	float: right;
	text-align: justify;
}
.voice_comment p{
	font-size: 14px;
	line-height: 1.5em;
}
.voice_comment .bold{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
}
.voice_right{
	width: 49%;
	float: right;
	background-color: #ffe268;
	padding: 20px;
}
.voice .voice_right img{
	width: 30%;
	float: left;
}
@media screen and (max-width:560px) {
	.voice{
	margin: 24px 0;
}
.voice_left{
	width: 100%;
	float: none;
	background-color: #ffe268;
	padding: 20px;
	margin-bottom: 20px;
}
.voice .voice_left img{
	width: 35%;
	float: left;
}
.voice_comment{
	width: 60%;
	float: right;
	text-align: justify;
}
.voice_comment p{
	font-size: 12px;
	line-height: 1.5em;
}
.voice_comment .bold{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
}
.voice_right{
	width: 100%;
	float: none;
	background-color: #ffe268;
	padding: 20px;
}
.voice .voice_right img{
	width: 35%;
	float: left;
}
}
.youtube{
	width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
	margin-bottom: 80px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.ranking_box{
	border-bottom: 1px solid #000000;
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 64px 0;
}
.ranking_box img{
	width: 600px;
	margin: 0 auto 32px;
}
.ranking_box p{
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8em;
}
.menu_name{
	line-height: 1.4em!important;
	margin-top: 16px;
	font-size: 22px!important;
}
.ranking_left{
	width: 46%;
	float: left;
}
.ranking_right{
	width: 46%;
	float: right;
}
@media screen and (max-width:960px) {
	.ranking_box{
	border-bottom: 1px solid #000000;
	width: 95%;
	margin: 0 auto;
	padding: 32px 0 64px 0;
}
/*.ranking_box img{
	width: 90%;
	margin: 0 auto 32px;
}*/
/*.ranking_box p{
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8em;
}*/
.ranking_left{
	width: 48%;
	margin: 0 auto 40px;
}
.ranking_right{
	width: 48%;
	margin: 0 auto;
}
	.menu_name{
	font-size: 18px!important;
}
}
@media screen and (max-width:560px) {
	.ranking_box{
	border-bottom: 1px solid #000000;
	width: 100%;
	margin: 0 auto;
	padding: 32px 0 64px 0;
}
.ranking_box img{
	width: 90%;
	margin: 0 auto 32px;
}
.ranking_box p{
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8em;
}
.ranking_left{
	width: 100%;
	float: none;
	margin: 0 auto 40px;
}
.ranking_right{
	width: 100%;
	float: none;
	margin: 0 auto;
}
	.half_btn{
		width: 90%;
		margin: 0 auto;
	}
}
.last{
	border: none;
	padding: 64px 0 0 0;
}
.chosei{
	padding: 80px 0 40px 0;
}
.award_comment{
	width: 600px;
	margin: 32px auto 0;
}
.award_comment_half{
	width: 100%;
	margin: 32px auto 0;
}
@media screen and (max-width:560px) {
	.award_comment{
	width: 90%;
}
	.award_comment_half{
	width: 90%;
}
}
.award_comment p{
	text-align: justify;
	font-size: 14px;
	font-weight: 400;
}
.award_comment_half p{
	text-align: justify;
	font-size: 14px;
	font-weight: 400;
}
.award_comment b{
	text-align: center;
	font-size: 14px;
	color: white;
	background-color: #333;
	padding: 4px;
	display: block;
	margin: 0 0 16px 0;
}
.award_comment_half b{
	text-align: center;
	font-size: 14px;
	color: white;
	background-color: #333;
	padding: 4px;
	display: block;
	margin: 0 0 16px 0;
}
.profile{
	font-size:16px;
}
.entryname{
	text-align: center;
}
.entryname p{
	display: inline-block;
    text-align: left;
	line-height: 1.5em;
}
.space2name{
	margin-left : 2.4em;
}
.space3name{
	margin-left : 3.4em;
}
.comment_txt3{
	display: inline-block;
	height: 80px;
}
.comment_txt2{
	display: inline-block;
	height: 56px;
}
.container_1200{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.admission{
	background-image: url(/nue_admissions/img/back01.png);    /* 背景画像指定 */
	background-position: top center;
	background-size: auto;
	background-repeat: no-repeat;
	padding-bottom: 0;
}
@media screen and (max-width:767px) {
	.admission{
	background-image: url(/nue_admissions/img/back01sp.png);    /* 背景画像指定 */
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	padding-bottom: 64px;
}
}
.admission_inner{
	max-width: 1200px;
	margin: 0 auto;
	padding: 192px 0 0 0;
}
@media screen and (max-width:767px) {
	.admission_inner{
	max-width: 100%;
	margin: 0 auto;
	padding: 110px 0 0 0;
}
}
.school-orgs{
	background-image: url(/nue_admissions/img/back02.png);    /* 背景画像指定 */
	background-position: top center;
	background-size: auto;
	background-repeat: no-repeat;
	background-color: #f5f000;
	padding-bottom: 72px;
}
@media screen and (max-width:767px) {
	.school-orgs{
	background-image: url(/nue_admissions/img/back02sp.png);    /* 背景画像指定 */
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #f5f000;
	padding-bottom: 32px;
}
}
.school-orgs_inner{
	max-width: 1200px;
	margin: 0 auto;
	padding: 180px 0 0 40px;
}
.btn_area{
	width: 664px;
	margin: 40px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 10px;
}
@media screen and (max-width:767px) {
	.btn_area{
	width: 100%;
	margin: 40px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 10px;
}
}
.btn_area a:hover{

}

.btn_01{
	width: 328px;
	height: 140px;
	background: url(/nue_admissions/img/btn01.png)no-repeat;
	background-size: 100%;
}
.btn_01:hover{
	width: 328px;
	height: 140px;
	background: url(/nue_admissions/img/btn01h.png)no-repeat;
	background-size: 100%;
	transition: 0.3s;
	opacity: 1!important;
}
@media screen and (max-width:767px) {
	.btn_01{
	width: 100%;
	height: 40vw;
	background: url(/nue_admissions/img/btn01.png)no-repeat;
	background-size: 100%;
}
.btn_01:hover{
	width: 100%;
	height: 40vw;
	background: url(/nue_admissions/img/btn01h.png)no-repeat;
	background-size: 100%;
	transition: 0.3s;
	opacity: 1!important;
}
}
.btn_02{
	width: 328px;
	height: 140px;
	background: url(/nue_admissions/img/btn02.png)no-repeat;
	background-size: 100%;
}
.btn_02:hover{
	width: 328px;
	height: 140px;
	background: url(/nue_admissions/img/btn02h.png)no-repeat;
	background-size: 100%;
	transition: 0.3s;
	opacity: 1!important;
}
@media screen and (max-width:767px) {
	.btn_02{
	width: 100%;
	height: 40vw;
	background: url(/nue_admissions/img/btn02.png)no-repeat;
	background-size: 100%;
		margin-top: 8px;
}
.btn_02:hover{
	width: 100%;
	height: 40vw;
	background: url(/nue_admissions/img/btn02h.png)no-repeat;
	background-size: 100%;
	transition: 0.3s;
	opacity: 1!important;
	margin-top: 8px;
}
}
.btn_03{
	width: 158px;
	height: 140px;
	margin-top: 8px;
	background: url(/nue_admissions/img/btn03.png)no-repeat;
	background-size: 100%;
}
.btn_03:hover{
	width: 158px;
	height: 140px;
	margin-top: 8px;
	background: url(/nue_admissions/img/btn03h.png)no-repeat;
	background-size: 100%;
	transition: 0.3s;
	opacity: 1!important;
}
@media screen and (max-width:767px) {
	.btn_03{
	width: 48%;
	height: 40vw;
	background: url(/nue_admissions/img/btn03.png)no-repeat;
	background-size: 100%;
}
.btn_03:hover{
	width: 48%;
	height: 40vw;
	background: url(/nue_admissions/img/btn03h.png)no-repeat;
	background-size: 100%;
	transition: 0.3s;
	opacity: 1!important;
}
}
.btn_04{
	width: 158px;
	height: 140px;
	margin-top: 8px;
	background: url(/nue_admissions/img/btn04.png)no-repeat;
	background-size: 100%;
}
.btn_04:hover{
	width: 158px;
	height: 140px;
	margin-top: 8px;
	background: url(/nue_admissions/img/btn04h.png)no-repeat;
	background-size: 100%;
	transition: 0.3s;
	opacity: 1!important;
}
@media screen and (max-width:767px) {
	.btn_04{
	width: 48%;
	height: 40vw;
	background: url(/nue_admissions/img/btn04.png)no-repeat;
	background-size: 100%;
}
.btn_04:hover{
	width: 48%;
	height: 40vw;
	background: url(/nue_admissions/img/btn04h.png)no-repeat;
	background-size: 100%;
	transition: 0.3s;
	opacity: 1!important;
}
}
.btn_05{
	width: 158px;
	height: 140px;
	margin-top: 8px;
	background: url(/nue_admissions/img/btn05.png)no-repeat;
	background-size: 100%;
}
.btn_05:hover{
	width: 158px;
	height: 140px;
	margin-top: 8px;
	background: url(/nue_admissions/img/btn05h.png)no-repeat;
	background-size: 100%;
	transition: 0.3s;
	opacity: 1!important;
}
@media screen and (max-width:767px) {
	.btn_05{
	width: 48%;
	height: 40vw;
	background: url(/nue_admissions/img/btn05.png)no-repeat;
	background-size: 100%;
}
.btn_05:hover{
	width: 48%;
	height: 40vw;
	background: url(/nue_admissions/img/btn05h.png)no-repeat;
	background-size: 100%;
	transition: 0.3s;
	opacity: 1!important;
}
}
.btn_06{
	width: 158px;
	height: 140px;
	margin-top: 8px;
	background: url(/nue_admissions/img/btn06.png)no-repeat;
	background-size: 100%;
}
.btn_06:hover{
	width: 158px;
	height: 140px;
	margin-top: 8px;
	background: url(/nue_admissions/img/btn06h.png)no-repeat;
	background-size: 100%;
	transition: 0.3s;
	opacity: 1!important;
}
@media screen and (max-width:767px) {
	.btn_06{
	width: 48%;
	height: 40vw;
	background: url(/nue_admissions/img/btn06.png)no-repeat;
	background-size: 100%;
}
.btn_06:hover{
	width: 48%;
	height: 40vw;
	background: url(/nue_admissions/img/btn06h.png)no-repeat;
	background-size: 100%;
	transition: 0.3s;
	opacity: 1!important;
}
}
.faculty_area{
	padding: 88px 88px 32px 88px;
	max-width: 1000px;
	margin: 0 auto 32px;
	background-color: #fff;
	position: relative;
}
@media screen and (max-width:960px) {
	.faculty_area{
	padding: 24px 24px 16px 24px;
	max-width: 1000px;
	margin: 0 auto 32px;
	background-color: #fff;
	position: relative;
}
}
.faculty_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}
@media screen and (max-width:960px) {
	.faculty_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 16px;
}
}
.faculty_inner a{
	width: 21%;
	margin: 0 0 36px;
}
@media screen and (max-width:767px) {
	.faculty_inner a{
	width: 48%;
	margin: 0 0 16px;
}
}
.faculty_ttl{
	margin-bottom: 32px;
	width: 30%;
}
@media screen and (max-width:767px) {
	.faculty_ttl{
	margin-bottom: 32px;
	width: 93%;
}
}
.faculty_tag{
	max-width: 1000px;
	margin: 0 auto;
	}
.faculty_tag img{
	width: 220px;
	}
.campuslife{
	padding-bottom: 0;
}
@media screen and (max-width:960px) {
	.campuslife{
	padding: 80px 0 0!important;
}
}
.campuslife_inner{
	max-width: 1200px;
	margin: 0 auto;
}
.oneday{
	background-image: url(/nue_admissions/img/back03.png);    /* 背景画像指定 */
	background-position: top center;
	background-size: auto;
	background-repeat: no-repeat;
	background-color: #0093d9;
	padding-bottom: 0;
}
@media screen and (max-width:767px) {
	.oneday{
	background-image: url(/nue_admissions/img/back03sp.png);    /* 背景画像指定 */
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #0093d9;
	padding-bottom: 0;
}
}
.oneday_inner{
	max-width: 1200px;
    margin: 0 auto;
    padding: 220px 0 40px;
	}
@media screen and (max-width:767px) {
	.oneday_inner{
	max-width: 1200px;
    margin: 0 auto;
    padding: 128px 0 40px;
	}
}
.schedule{
	margin-top: 40px;
}
.info{
	background-image: url(/nue_admissions/img/back04.png);    /* 背景画像指定 */
	background-position: top center;
	background-size: auto;
	background-repeat: no-repeat;
	background-color: #f5f000;
}
@media screen and (max-width:767px) {
	.info{
	background-image: url(/nue_admissions/img/back04sp.png);    /* 背景画像指定 */
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #f5f000;
}
}
.info_inner{
	max-width: 800px;
	margin: 0 auto;
	padding: 222px 0  0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.info_inner a{
	margin-bottom: 44px;
	width: 26%;
}
.info01{
	background-image: url(/nue_admissions/img/info01.png);    /* 背景画像指定 */
	background-size: 100%;
	background-repeat: no-repeat;
	width: 208px;
	height: 322px;
}
.info01:hover{
	background-image: url(/nue_admissions/img/info01h.png);    /* 背景画像指定 */
	background-size: 100%;
	background-repeat: no-repeat;
	width: 208px;
	height: 322px;
	transition: 0.3s;
	opacity: 1!important;
}
.info02{
	background-image: url(/nue_admissions/img/info02.png);    /* 背景画像指定 */
	background-size: 100%;
	background-repeat: no-repeat;
	width: 208px;
	height: 322px;
}
.info02:hover{
	background-image: url(/nue_admissions/img/info02h.png);    /* 背景画像指定 */
	background-size: 100%;
	background-repeat: no-repeat;
	width: 208px;
	height: 322px;
	transition: 0.3s;
	opacity: 1!important;
}
.info03{
	background-image: url(/nue_admissions/img/info03.png);    /* 背景画像指定 */
	background-size: 100%;
	background-repeat: no-repeat;
	width: 208px;
	height: 322px;
}
.info03:hover{
	background-image: url(/nue_admissions/img/info03h.png);    /* 背景画像指定 */
	background-size: 100%;
	background-repeat: no-repeat;
	width: 208px;
	height: 322px;
	transition: 0.3s;
	opacity: 1!important;
}
.info04{
	background-image: url(/nue_admissions/img/info04.png);    /* 背景画像指定 */
	background-size: 100%;
	background-repeat: no-repeat;
	width: 208px;
	height: 322px;
}
.info04:hover{
	background-image: url(/nue_admissions/img/info04h.png);    /* 背景画像指定 */
	background-size: 100%;
	background-repeat: no-repeat;
	width: 208px;
	height: 322px;
	transition: 0.3s;
	opacity: 1!important;
}
.info05{
	background-image: url(/nue_admissions/img/info05.png);    /* 背景画像指定 */
	background-size: 100%;
	background-repeat: no-repeat;
	width: 208px;
	height: 322px;
}
.info05:hover{
	background-image: url(/nue_admissions/img/info05h.png);    /* 背景画像指定 */
	background-size: 100%;
	background-repeat: no-repeat;
	width: 208px;
	height: 322px;
	transition: 0.3s;
	opacity: 1!important;
}
.info06{
	background-image: url(/nue_admissions/img/info06.png);    /* 背景画像指定 */
	background-size: 100%;
	background-repeat: no-repeat;
	width: 208px;
	height: 322px;
}
.info06:hover{
	background-image: url(/nue_admissions/img/info06h.png);    /* 背景画像指定 */
	background-size: 100%;
	background-repeat: no-repeat;
	width: 208px;
	height: 322px;
	transition: 0.3s;
	opacity: 1!important;
}
.special{
	background-image: url(/nue_admissions/img/back05up.png),url(/nue_admissions/img/back05bottom.png);    /* 背景画像指定 */
	background-position: top center,bottom center;
	background-size: auto;
	background-repeat: no-repeat;

}
@media screen and (max-width:767px) {
	.special{
	background-image: url(/nue_admissions/img/back05up_sp.png),url(/nue_admissions/img/back05bottom_sp.png);    /* 背景画像指定 */
	background-position: top center,bottom center;
	background-size: contain;
	background-repeat: no-repeat;

}
}
.special_inner{
	max-width: 1200px;
	margin: 0 auto;
	padding: 156px 0 0 0;
}
@media screen and (max-width:767px) {
	.special_inner{
	max-width: 100%;
	margin: 0 auto;
	padding: 96px 0 0 0;
}
}
.bnr_flex{
	width: 1000px;
	margin: 56px  auto 112px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width:960px) {
	.bnr_flex{
	width: 100%;
	margin: 20px  auto 64px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
}
.bnr_flex a{
	width: 22%;
}
@media screen and (max-width:767px) {
	.bnr_flex a{
	width: 48%;
	margin-top: 15px;
}
}
.sns_flex{
	width: 480px;
	margin: 32px  auto 136px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width:767px) {
	.sns_flex{
	width: 90%;
	margin: 32px  auto 88px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sns_flex a{
	width: 15%;
}
}
.access{
	background-color: #f5f000;
}
.access_inner{
	max-width: 1200px;
	margin: 0 auto;
	padding: 64px 0 0 0;
}
.access_area{
	max-width: 1000px;
	margin: 40px auto 16px;
}
@media screen and (max-width:960px) {
	.access_area{
	position: relative;
}
}
.contact{
	background-image: url(/nue_admissions/img/back06.png);    /* 背景画像指定 */
	background-position: top center;
	background-size: auto;
	background-repeat: no-repeat;
}
@media screen and (max-width:767px) {
	.contact{
	background-image: url(/nue_admissions/img/back06sp.png);    /* 背景画像指定 */
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
}
}
.contact_inner{
	max-width: 1200px;
	margin: 0 auto;
	padding: 136px 0 0 0;
}
.contact_area{
	max-width: 1000px;
	margin: 0 auto;
}
.contact_area{
	max-width: 728px;
	margin-top: 56px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width:767px) {
	.contact_area{
	max-width: 100%;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
}
.contact_info{
	width: 47.5%;
	text-align: center;
}
@media screen and (max-width:767px) {
	.contact_info{
	width: 100%;
		margin: 0 auto 40px;
}
	.contact_info img{
	padding: 0 32px;
}
	.contact_info2{
	width: 100%;
		margin: 0 auto;
}
}
.chara:after{
	content: '';
    display: inline-block;
    width: 64px;
    height: 100px;
    background-image: url(/nue_admissions/img/chara03.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    right: 64px;
    top: -100px;
}
@media screen and (max-width:960px) {
	.chara:after{
	content: '';
    display: inline-block;
    width: 64px;
    height: 100px;
    background-image: url(/nue_admissions/img/chara03.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    right: 20px;
    top: -100px;
}
}

/*アコーディオンcss*/

.toggle_title {
	font-weight: bold;
	line-height: 42px;
	margin: 0;
	padding: 0 0 0 0;
	position: relative;
	z-index: 100;
}
.toggle_btn {
	display: inline-block;
	width: 100%;
	height: 90vw;
	background: url(/nue_admissions/img/student01.png) ;
	background-size: contain;
	background-repeat: no-repeat;
	/*position: absolute;
	top: 5px;
	right: 5px;*/
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.toggle_btn.selected {
	background: url(/nue_admissions/img/student01a.png) ;
	background-size: contain;
	background-repeat: no-repeat;
}
.toggle_btn02 {
	display: inline-block;
	width: 100%;
	height: 90vw;
	background: url(/nue_admissions/img/student02.png) ;
	background-size: contain;
	background-repeat: no-repeat;
	/*position: absolute;
	top: 5px;
	right: 5px;*/
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.toggle_btn02.selected {
	background: url(/nue_admissions/img/student02a.png) ;
	background-size: contain;
	background-repeat: no-repeat;
}
.toggle_btn03 {
	display: inline-block;
	width: 100%;
	height: 90vw;
	background: url(/nue_admissions/img/student03.png) ;
	background-size: contain;
	background-repeat: no-repeat;
	/*position: absolute;
	top: 5px;
	right: 5px;*/
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.toggle_btn03.selected {
	background: url(/nue_admissions/img/student03a.png) ;
	background-size: contain;
	background-repeat: no-repeat;
}
.toggle_btn04 {
	display: inline-block;
	width: 100%;
	height: 90vw;
	background: url(/nue_admissions/img/student04.png) ;
	background-size: contain;
	background-repeat: no-repeat;
	/*position: absolute;
	top: 5px;
	right: 5px;*/
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.toggle_btn04.selected {
	background: url(/nue_admissions/img/student04a.png) ;
	background-size: contain;
	background-repeat: no-repeat;
}
.toggle_txt {
	display: none;
}
.accordion{
	padding: 0;
}
.toggle_contents{
	margin: 80px 0 0;
}
.toggle_btn01:after,.toggle_btn03:after{
	content: '';
    display: inline-block;
    width: 113%;
    height: 260px;
    background-image: url(/nue_admissions/img/back_dot01.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    left: -24px;
    top: 0;
    z-index: -1;
}
.toggle_btn02:after,.toggle_btn04:after{
	content: '';
    display: inline-block;
    width: 113%;
    height: 260px;
    background-image: url(/nue_admissions/img/back_dot02.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    left: -24px;
    top: 0;
    z-index: -1;
}
.info_sp_inner{
	padding: 160px 0 64px 0;
}
.info_inner_sp a{
	display: block;
	margin: 0 0 40px 0;
	position: relative;
    z-index: 100;
}
.info_back01:after{
	content: '';
    display: inline-block;
    width: 109%;
    height: 260px;
    background-image: url(/nue_admissions/img/info_back01.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    left: -55px;
    top: -58px;
    z-index: -1;
}
.info_back02:after{
	content: '';
    display: inline-block;
    width: 109%;
    height: 260px;
    background-image: url(/nue_admissions/img/info_back02.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    left: 16px;
    top: -56px;
    z-index: -1;
}
.info_back03:after{
	content: '';
    display: inline-block;
    width: 109%;
    height: 260px;
    background-image: url(/nue_admissions/img/info_back03.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    left: -55px;
    top: -58px;
    z-index: -1;
}
.info_back04:after{
	    content: '';
    display: inline-block;
    width: 109%;
    height: 390px;
    background-image: url(/nue_admissions/img/info_back04.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    left: 16px;
    top: -56px;
    z-index: -1;
}
@media screen and (max-width:766px) {
.access_area:after{
	content: '';
    display: inline-block;
    width: 60px;
    height: 87px;
    background-image: url(/nue_admissions/img/chara_access.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    right: -12px;
    top: -70px;
}
}
.phone_number{
	color: #0093d9;
	font-size: 40px;
	font-weight: 700;
}
.phone_number span{
	font-size: 30px;
}
.mail_adress{
	font-size: 14px;
	font-weight: 500;
	margin-top: 16px;
}
@media screen and (max-width:767px) {
	.phone_number{
	font-size: 38px;
}
.phone_number span{
	font-size: 24px;
}
.mail_adress{
	font-size: 14px;
	font-weight: 500;
	margin-top: 16px;
}
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
/**#special, #access, #contact, #campus, #schools{

    padding-top: 80px;
    margin-top: -80px;
}**/
@media(max-width: 768px){
	/**#special, #access, #contact, #campus, #schools{
    padding-top: 68px;
    margin-top: -68px;
}**/
}
#admissions{

    /*padding-top: 0;
    margin-top: -80px;*/
}
@media(max-width: 768px){
	#admissions{
    padding-top: 0;
    margin-top: 16px;
}
}