text_yearsection {
    margin-bottom: 6%;
}
.scroll-adjust { /*ページ内スクロール位置調整用*/
	display: block;
   margin-top:-200px;
   padding-top:200px;
}
.overray::after {
	content: "";
	display: inline-block;
	width: 100%;
	background-color:rgba(65,31,19,0.4);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.overray2::after {
	content: "";
	display: inline-block;
	width: 100%;
	background-color:rgba(65,31,19,0.7);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.commonNumber {
    background-color: #353535;
    color: #FFFFFF;
    text-align: center;
    border-radius: 50%;
	width: 100px;
    height: 100px;
}
.commonNumber em {
    font-size: 4.6rem;
    line-height: 100%;
}
.commonNumber span {
    font-size: 1.3rem;
}
main {
    padding-bottom: 6%;
}


@keyframes zoomUp {  /*メインビジュアル 画像のzoomアニメーション（swiper併用）*/
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 10s linear 0s 1 normal both;  
}
.slide-img img{ /*imgタグだと下に隙間ができるのでblockに。*/
  display: block;
}

.slide-animation{  /*メインビジュアル テキストのzoomアニメーション*/
    animation: fadezoom 8s 0s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}


.animation-zoom { 
	animation: anime-zoom 6s infinite;
	animation-delay: 1.5s;
}
@keyframes anime-zoom {
	0%{
		transform: scale(1);
	}
	10%{
		transform: scale(1.2);
	}
	20%{
		transform: scale(1);
	}
	100%{
		transform: scale(1);
	}
}

.decoBar {            /*飾り線のアニメーション*/
    width: 218px;
    height: 243px;
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	opacity: 0;
	position: absolute;
	z-index: 2;
}
.decoBar-01 {
    background-image: url("img/bar_top_01.png");
    top: 100px;
    right: 0;
}
.decoBar-02 {
    background-image: url("img/bar_top_02.png");
    top: -40%;
    left: -20%;
}
.decoBar-03 {
    background-image: url("img/bar_point.png");
    top: -2%;
    right: 28%;
}
.decoBar-04 {
    background-image: url("img/bar_voice.png");
    top: -4%;
    left: 20%;
}
.decoBar-05 {
    background-image: url("img/bar_step.png");
    top: 0%;
    left: 45%;
}
.decoBar-06 {
    background-image: url("img/bar_teacher.png");
    top: -10%;
    left: 0%;
}
.decoBar-07 {
    background-image: url("img/bar_voice.png");
    top: -5%;
    left: 20%;
}
.decoBar.active{
	animation: kurukuru .5s ease-out;
	opacity: 1;
}
.decoBar-02.active{
	animation: kurukuru 1.5s ease-out;
}
@keyframes kurukuru {
  0%{
	transform:  /*rotate3d(1,1,1,0deg) */translateY(-140px) translateX(300px);
    opacity: 0;
  }
  90%{
  	opacity: 0.5;
  }
  100%{
   	transform:  /*rotate3d(1,1,1,720deg) */translateY(0) translateX(0);
    opacity: 1;
  }
}


.textAnimation{  /*テキストアニメーション用*/
	opacity:0;
}
.textAnimation span{
	opacity:0;
}

.textAnimation_bg { /*テキストアニメーション 背景の帯*/
    overflow: hidden;
    position: relative;
    text-align: center;
    display: inline-block;
}

/*.textAnimation_bg::after {
  background-color: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}*/
.textAnimation_bg::before {
  background-color: #353535;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
/*.textAnimation_bg.active::after {
  animation: textAnime 1s cubic-bezier(.4, 0, .2, 1) forwards;
}*/
.textAnimation_bg.active::before {
  animation: textAnime .9s cubic-bezier(.4, 0, .2, 1) forwards;
  animation-delay: .1s; 
}
@keyframes textAnime { 
  	100% {
    	transform: translateX(102%);
	}
}

.icon{
	width: 15px;
	height: 15px;
	object-fit: contain;
	margin-bottom: 7px;
}
.icon_bg{
	width: 25px;
	height: 25px;
	object-fit: contain;
	margin-bottom: 7px;
}
.flex{
	align-items: normal;
}
.contact {
    background-color: #543B32;
    padding: 6% 0;
    color: #FFFFFF;
	margin-bottom: 0;
}
.contact_inner {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.contact .textbox {
    width: 50%;
}
.contact .textbox .tit {
    letter-spacing: 5px;
    margin-bottom: 0.5em;
    font-weight: bold;
}
.contact .textbox .text {
}
.contact .bnrbox  {
	width: 47%;
}
.contact .bnrbox_list {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.contact .bnrbox_list_item {
    width: 48%;
}
.contact .bnrbox_list_item a {
	text-align: center;
    color: #FFFFFF;
    padding: 5% 14% 5% 10%;
    border-radius: 70px;
    font-weight: bold;
    white-space: nowrap;
    margin-right: 0px;
    width: 100%;
    display: block;
}
.contact .bnrbox_list_item a span::before {
	margin-right: 8px;
	position: relative;
	top: 3px;
}
.contact .bnrbox_list_item .tel {
    background-color: #CEAA00;
}
.contact .bnrbox_list_item .tel span::before {
	content: url('assets/img/icon/other/mail.png');
}
.contact .bnrbox_list_item .mail {
    background-color: #BF1212;
}
.contact .bnrbox_list_item .mail span::before {
	content: url('assets/img/icon/other/mail.png');
}

.teacher {
	padding-top: 6%;
}
.teacher_inner  {
    position: relative;
	margin-top: 100px;
}
.teacher_title {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 100%;
	position: relative;
	margin-bottom: 6%;
	padding-left: 60px;
	z-index: 3;
}
.teacher_title::before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 1px;
	background-color: #818181;
	position: absolute;
    left: 0;
    top: .5em;
}
.teacher_title span {
    font-size: 1.2rem;
    color: #666666;
}
.teacher_cont {
   	width: 90%;
    margin: 0 auto 4em;
}
.teacher_cont > div {
    width: 48%;
}
.teacher_cont .txtbox {
	z-index: 2;
}
.teacher_cont .txtbox .tit {
    font-weight: bold;
    margin-top: 100px;
    text-align: center;
}
.teacher_cont .txtbox .tit_note {
    font-size: 1.2rem;
}
.teacher_cont .txtbox .tit_name {
    margin: .5em 0;
    font-size: 3rem;
	letter-spacing: 3px;
}
.teacher_cont .txtbox .tit_txt {
}
.teacher_cont .txtbox .text {
}
.teacher_cont .picbox {
	text-align: center;
}



.bnrboxFoot{
    width: 98%;
    margin-left: auto;
    margin-right: auto;
	position: fixed;
	bottom: .5em;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 4;
}
.bnrboxFoot .list {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.bnrboxFoot .list_item {
    width: 49%;
}
.bnrboxFoot .list_item a {
	text-align: center;
    color: #FFFFFF;
    padding: 15px 14% 15px 10%;
    border-radius: 70px;
    font-weight: bold;
    white-space: nowrap;
    margin-right: 0px;
    width: 100%;
    display: block;
}
.bnrboxFoot .list_item a span::before {
	margin-right: 8px;
	position: relative;
	top: 3px;
}
.bnrboxFoot .list_item .tel {
    background-color: #CEAA00;
}
.bnrboxFoot .list_item .tel span::before {
	content: url('assets/img/icon/other/mail.png');
}
.bnrboxFoot .list_item .mail {
    background-color: #BF1212;
}
.bnrboxFoot .list_item .mail span::before {
	content: url('assets/img/icon/other/mail.png');
}

.text_year{
	width: 20%;
	font-weight: bold;
}
.text_about{
	width: 80%;
}
.teacher05_text{
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
}
.teacher05_text_list{
	margin-bottom: 60px;
}
.teacher05_text_list_item{
	margin-bottom: 10px;
    border-bottom: 1px dotted;
    padding-bottom: 10px;
}
.teacher05_text_list_item, .teacher05_text_group_list_item{
	margin-bottom: 30px
}
.text_group{
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 20px;
}
.teacher05_text_group_list{
	margin-bottom: 100px;
	background-color: #f6f6f6;
    padding: 30px 60px;
}
.group_list_item_link{
	width: calc(50% - 50px);
}
.text_group_tit{
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted;
}


@media screen and (max-width:1024px){

}
@media screen and (max-width:782px){
	.scroll-adjust { /*ページ内スクロール位置調整用*/
	   margin-top:-60px;
	   padding-top:60px;
	}
	.decoBar-02 {
		top: -22%;
		left: -6%;
	}
	.contact .textbox {
		width: 100%;
		margin-bottom: 2em;
	}
	.contact .textbox .tit {
    	letter-spacing: 3px;
	}
	.contact .bnrbox {
		width: 80%;
    	margin: auto;
	}
	.teacher_cont {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
		margin: 0 auto 2em;
		width: 100%;
	}
	.teacher_cont > div {
		width: 100%;
	}
	.teacher_cont .txtbox {
		margin-top: 2em;
	}
	.group_list_item_link{
		width: calc(50% - 20px);
	}
	.teacher05_text_group_list{
		margin-bottom: 60px;
	}
	.teacher05_text_group_list_item{
		margin-top: 15px;
	}
	.teacher_cont .txtbox .tit {
		margin-top: 0;
	}
	.teacher05_text_list_item, .teacher05_text_group_list_item {
		flex-direction: column;
		margin-bottom: 20px;
	}
	.group_list_item_link {
		width: 90%;
		margin-bottom: 30px;
	}
	.teacher05_text_group_list {
		padding: 30px;
	}
	.text_about {
		width: 100%;
	}
	.teacher05_text_list_item {
		 border-bottom: none; 
	}
	.text_year {
		width: 100%;
		border-bottom: 1px dotted;
		margin-bottom: 5px;
		padding-bottom: 5px;
	}

}
@media screen and (max-width:560px){	

}
@media screen and (max-width:480px){	
	.decoBar {
    	width: 145px;
	}
	.decoBar-06 {
    	top: -4%;
	}
	.decoBar-07 {
    	top: -2%;
	}
	section{
		margin-bottom: 14%;
	}
	.decoBar-04 {
		top: -2%;
		left: 15%;
	}
	.contact .bnrbox_list_item {
		width: 100%;
		margin-bottom: 2em;
	}
	.header_bnr_item {
    width: 100%;
    margin-bottom: 2em;
     margin-right: 0!important; 
}
}
