.youtube_link {
  text-align: center;
  margin: 1rem 2rem 3rem;
}
@media screen and (max-width: 767px) {
  .youtube_link {
    margin: 0 0 1.5rem;
  }
}
/*----------------------------------------------------------------------------
  新着情報
  ----------------------------------------------------------------------------*/
.news_title{
  text-align: center;
  color: #fff;
  font-size: 120%;
}
.news_wrap {
  border: 3px solid #fff;
  padding: 15px;
  color: #fff;
}
.news .new_cate{background: #e60012;}
.news .test_cate{background: #4d4394;}
.news .event_cate{background: #009944;}
.news a {
  color:#fff;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px dotted #ccc;
}

.news_items {
	/*border-top: 1px solid #ccc;*/
}
.news_items li {
  border-bottom: 1px dotted #fff;
  padding: 10px 0;
}
.news_items li:last-child{border: none;}
.news_items li i{
  display: inline-block;
  font-style: normal;
  width: 6em;
}
.news_items li span {
  color: #fff;
  padding: 5px 10px;
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .news_title{font-size: 180%;}
	.news_wrap {
		width: 90%;
		margin: 1rem auto 2rem;
	}
	.news_meta {
		display: inline-block;
	}
}
/*----------------------------------------------------------------------------
  動画
  ----------------------------------------------------------------------------*/
.lead_text {width: 100%;}
@media screen and (min-width: 768px) {
  .show_movie {padding-top: 0!important;}
}
@media screen and (max-width: 767px) {
  .se-mainvisual .flex {display: block; margin-top: 3rem;}
  .show_movie {width: 100%; margin-top: 3rem;}
}
/*----------------------------------------------------------------------------
  柴山氏コメント
  ----------------------------------------------------------------------------*/
.recommend {
  background-color: #ECF9D7;
}
.rec_wrap {
  background-color: #fff;
  padding: 20px;
  border-radius: 30px;
}
.rec_name{
  display: block;
  font-size: 180%;
  font-weight: bold;
}
.rec_role{
  display: block;
  font-size: 120%;
  font-weight: bold;
  margin: 1.5rem auto;
}
.rec_comment {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding: 16px;
  border-radius: 4px;
  color: #fff;
  background-color: #1FB5AB;
  text-align: left;
}
.rec_comment::after {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #1FB5AB;
  translate: -50% -100%;
}
.rec_comment p{
  margin-bottom: 1rem;
}
.rec_comment p:last-child {margin-bottom: 0;}
@media screen and (min-width: 768px) {
  .recommend {padding-bottom: 8rem;}
  .rec_profile{padding: 2rem 2rem 0;}
  .rec_ph{width: 25%;}
  .rec_text{width: 75%; margin-left:2rem;}
}
@media screen and (max-width: 767px) {
  .recommend {padding-bottom: 5rem;}
  .rec_wrap{margin: 0 1rem;}
  .rec_wrap .flex {display: block;}
  .rec_text {margin-top: 2rem;}
}
/*----------------------------------------------------------------------------
  STUDY ROOM
  ----------------------------------------------------------------------------*/
.movie_link {
  display: block;
  padding: 1rem;
  margin: 1rem 0;
  background-color: #FF1D25;
  color: #fff;
  border-radius: 40px;
} 
/*----------------------------------------------------------------------------
  校舎紹介
  ----------------------------------------------------------------------------*/
.school {
  margin-bottom: 5rem;
}
.school_wrap {
  margin-top: 3rem;
  padding: 1rem;
  background-color: #F6F1E1;
  border-radius: 15px;
  position: relative;
}
.teacher_ph {cursor: pointer;}
.teacher_name span{
  font-weight: bold;
  font-size: 150%;
}
.school_text div{margin-bottom: 2rem;text-align: left;}
.school_btn {
  display: inline-block;
  padding: 15px;
  color: #FBEA1C;
  background-color: #00973B;
  font-size: 120%;
  border-radius: 30px;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .teaher_wrap {width: 40%;}
  .teacher_ph,.teacher_name {width: 50%;}
  .school_text {width: 60%;}
  .teacher_name {margin: 0 2rem;}
  .school_btn {right: 10px;bottom: -20px;}
}
@media screen and (max-width: 767px) {
  .school {margin: 3rem 1rem 5rem;}
  .school .flex {display: block;width: 100%;}
  .school .flex div{width: 100%;}
  .teacher_ph,.teacher_name {text-align: center;}
  .teacher_name{margin-bottom: 1.5rem;}
  .school_btn {bottom: -25px;left: 50%; transform: translateX(-50%);width: 11em;}
}
/*----------------------------------------------------------------------------
  アクセス
  ----------------------------------------------------------------------------*/
.gmap {
  position: relative;
  width: 100%;
  padding-top: 72.7272%;
}

.gmap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access_text {
  /*font-size: 85%;*/
  margin-top: 1rem;
}
.access_text span {
  font-weight: bold;
  color: #FBEA1C;
}