@charset "UTF-8";
body{
  font-size: 100%;
}
header .logo h1{
	height: 40px;
}
.nav{
  width: 30%;
}

#lower .news_list article{
	width: 45%;
	margin-bottom: 60px;
}

#lower .teachers_list{
  flex-direction: column;
}
#lower .teachers_list article{
	width: 100%;
  margin-bottom: 60px;
}
#lower .teachers_list article dd{
	font-size: 100%;
}

#visual{
  height: 40vh;
}
#visual .img_box{
  max-width: none;
  height: 70%;
}
#visual figure{
  height: 100%;
}
#visual .img_box img{
  height: 100%;
  max-width: none;
  width: auto;
}
#visual .wrap{
  top: auto;
  transform: translateX(-50%) translateY(0);
  bottom: 10%;
}
#visual .wrap::after{
  bottom: 0;
}
#visual .txt_box{
  max-width: none;
}
#visual .txt_box > div{
  margin-bottom: 30px;
}
#top_about .img_box::after{
  width: 140%;
}
#top_about blockquote{
  margin: 30px 0;
}
#top_news article figure::after{
  right:10px;
  bottom: 10px;
  width:30px;
  height: 30px;
}

.pc_only{
    display: none !important;
  }
#pagetop{
    display: none;
}
a.tel{
	pointer-events:all;
}