/****************************************

top-mv

****************************************/
.top-mv {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .top-mv {
    margin-bottom: 45px;
  }
}

.top-mv__title {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  line-height: 0;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .top-mv__title {
    bottom: 20px;
  }
}
.top-mv__title img {
  max-width: 77.1%;
  width: 863px;
}
@media only screen and (max-width: 767px) {
  .top-mv__title img {
    max-width: 86.3%;
  }
}
.top-mv__slider {
  position: relative;
  z-index: 1;
}

.top-mv__slider__photo {
  width: 100%;
  height: 550px;
}
@media only screen and (max-width: 767px) {
  .top-mv__slider__photo {
    height: 250px;
  }
}
.top-mv__slider__photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-mv__slider__pagination {
  position: absolute;
  top: 100%;
  left: 0;
  bottom: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 40px;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .top-mv__slider__pagination {
    height: 45px;
  }
}
.top-mv__slider__pagination .swiper-pagination-bullet {
  background-color: #d3d3d3;
  opacity: 1;
}
@media only screen and (min-width: 768px), print {
  .top-mv__slider__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 5px 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .top-mv__slider__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 5px 7px !important;
  }
}
.top-mv__slider__pagination .swiper-pagination-bullet-active {
  background-color: #00057d;
}

/****************************************

top-info

****************************************/
.top-info,
.top-news {
  padding: 45px 20px 30px;
}
@media only screen and (max-width: 767px) {
  .top-info,
	.top-news {
    padding: 25px 10px;
  }
}

.top-info__list,
.top-news__list {
  max-width: 1000px;
  margin: 0 auto;
}

.top-info__list__item,
.top-news__list__item {
  border-top: #cecece solid 1px;
}
.top-info__list__item:last-child,
.top-news__list__item:last-child {
  border-bottom: #cecece solid 1px;
}

a.top-info__list__acnhor,
a.top-news__list__acnhor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	align-items: flex-start;
  text-decoration: none;
  color: #000;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  a.top-info__list__acnhor,
	a.top-news__list__acnhor {
    display: block;
    padding: 10px 0;
  }
}

@media only screen and (max-width: 767px) {
	.top-info .top-info__list__acnhor,
	.top-news .top-news__list__acnhor {
		position: relative;
	}
}
.top-info__list__date,
.top-news__list__date {
  width: 90px;
  padding: 20px 0;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .top-info__list__date,
	.top-news__list__date {
		display: inline-block;
    width: 60px;
    margin-bottom: 2px;
    padding: 0;
    font-size: 12px;
  }
}

.top-info__list__title {
  width: calc(100% - 200px);
  padding: 18px 0;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .top-info__list__title {
    width: auto;
    padding: 0;
    font-size: 14px;
		margin-top: 5px;
  }
}

.top-info__button01,
.top-news__button01 {
  margin-top: 20px;
}

.top-info__button01 {
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	.top-info__button01 {
	display: block;
	}
	.top-info__button01 a:first-child {
		margin-bottom: 20px;
	}
}

.top-info__button01 .component-button01 {
	max-width: 250px;
	margin: 0 50px;
}
@media only screen and (max-width: 767px) {
	.top-info__button01 .component-button01 {
		margin: 0 auto;
	}
}
@media only screen and (max-width: 767px) {
  .top-info__button01,
	.top-news__button01 {
    margin-top: 20px;
  }
}
/****************************************

トップページ　入試情報ラベル

****************************************/
.top-info__list__item .top-info__list_cat .junior {
	color: #0087cc;
  background-color: #c2e3f4;
}
.top-info__list__item .top-info__list_cat .high {
	color: #005eb6;
  background-color: #bfcbf4;
}
.top-info__list__item .top-info__list_cat {
	width: 110px;
	padding: 16px 0;
}
.top-info__list__item .top-info__list_cat span {
	display: inline-block;
  padding: 3px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 20px;
	width: 90px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.top-info__list__item .top-info__list_cat {
		display: inline-block;
  	padding: 5px 10px 5px 5px;
  	font-size: 11px;
		text-align: center;
		line-height: 1;
	}
	.top-info__list__item .top-info__list_cat span {
		width: 70px;
	}
}


/****************************************

top-news

****************************************/
.top-news {
  padding: 45px 0 30px;
}
@media only screen and (max-width: 767px) {
  .top-news {
    padding: 25px 10px 40px;
  }
}

/*.top-news__button01 {
  margin: 20px 20px 0;
}*/

.top-news__wide {
  max-width: 900px;
  margin: 0 auto;
}

.top-news__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .top-news__tab {
    margin-bottom: 15px;
    padding: 0 9px;
  }
}

.top-news__tab__item {
  width: 150px;
  margin: 0 2px;
}
@media only screen and (max-width: 767px) {
  .top-news__tab__item {
    margin: 0 1px;
  }
}

a.top-news__tab__anchor,
button.top-news__tab__anchor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 100%;
  color: #000;
  font-weight: 700;
  border-radius: 0;
  background: transparent;
  border: #00057d solid 1px;
  border-bottom: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
}
@media (min-width: 768px) {
  a.top-news__tab__anchor:hover,
  button.top-news__tab__anchor:hover {
    color: #fff;
    background: #313492;
  }
}
@media only screen and (max-width: 767px) {
  a.top-news__tab__anchor,
  button.top-news__tab__anchor {
    height: 32px;
    font-size: 12px;
  }
}
a.top-news__tab__anchor[aria-selected=true],
button.top-news__tab__anchor[aria-selected=true] {
  color: #fff;
  background: #313492;
}

.top-news__tabbodys {
  overflow: hidden;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .top-news__tabbodys {
    padding: 0;
  }
}

.top-news__tabbodys__group[aria-hidden=false] {
  display: none;
}

@media only screen and (min-width: 768px) {
  .top-news__tabbodys__group__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 50px 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .top-news__tabbodys__group__list {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (min-width: 768px) {
  .top-news__tabbodys .swiper-backface-hidden .swiper-slide {
    width: auto !important;
  }
}

a.top-news__tabbodys__group__list__anchor {
  display: block;
  color: #000;
  line-height: 1.4;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  a.top-news__tabbodys__group__list__anchor {
    max-width: 250px;
    margin: 0 auto;
  }
}

.top-news__tabbodys__group__list__photo {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 67.797%;
  background: no-repeat center center/cover;
  margin-bottom: 13px;
}
@media only screen and (max-width: 767px) {
  .top-news__tabbodys__group__list__photo {
    margin-bottom: 10px;
  }
}
.top-news__tabbodys__group__list__photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-news__tabbodys__group__list__photo.is-top {
  background-position: center top;
}
.top-news__tabbodys__group__list__photo.is-bottom {
  background-position: center bottom;
}

.top-news__tabbodys__group__list__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-news__tabbodys__group__list__date {
  margin: 0 10px 10px 0;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .top-news__tabbodys__group__list__date {
    font-size: 12px;
  }
}

.top-news__tabbodys__group__list__cat {
  margin-bottom: 10px;
  padding: 3px 20px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .top-news__tabbodys__group__list__cat {
    font-size: 12px;
  }
}
.top-news__tabbodys__group__list__cat.is-gray {
  color: #616263;
  background-color: #dfdfdf;
}
.top-news__tabbodys__group__list__cat.is-orange {
  color: #e95d00;
  background-color: #ffcb88;
}
.top-news__tabbodys__group__list__cat.is-purple {
  color: #9465ab;
  background-color: #e7d2f1;
}

.top-news__tabbodys__group__list__ttl {
  width: 100%;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .top-news__tabbodys__group__list__ttl {
    font-size: 14px;
  }
}

.top-news__tabbodys__slide__pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
  width: 100%;
  line-height: 0;
}
@media (min-width: 768px) {
  .top-news__tabbodys__slide__pagination {
    display: none !important;
  }
}
.top-news__tabbodys__slide__pagination .swiper-pagination-bullet {
  background-color: #d3d3d3;
  opacity: 1;
}
@media (min-width: 768px) {
  .top-news__tabbodys__slide__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 5px 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .top-news__tabbodys__slide__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 5px 7px !important;
  }
}
.top-news__tabbodys__slide__pagination .swiper-pagination-bullet-active {
  background-color: #313493;
}


/****************************************

トップページ　ニュースラベル

****************************************/
.top-news__list__title {
  width: calc(100% - 220px);
  padding: 18px 0;
  font-size: 16px;
}
.top-news__list__item .top-news__list___cat {
	width: 120px;
	padding: 17px 0
}
@media only screen and (max-width: 767px) {
	.top-news__list__item .top-news__list___cat {
		padding: 0;
	}
}
.top-news__list__item .top-news__list___cat span {
	display: inline-block;
  padding: 3px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 20px;
	width: 95px;
	text-align: center;
}
.top-news__list___cat .news {
	color: #616263;
  background-color: #dfdfdf;
}
.top-news__list___cat .event {
	color: #e95d00;
  background-color: #ffcb88;
}
.top-news__list___cat .club {
	color: #4c8d19;
  background-color: #c8e9ae;
}

@media only screen and (max-width: 767px) {
	.top-news__list__item .top-news__list___cat {
		position: absolute;
    top: 8px;
    left: 6em;
	}
	.top-news__list__item .top-news__list___cat span {
		padding: 5px 5px;
    font-size: 11px;
    text-align: center;
    line-height: 1;
		width: 90px;
	}
	.top-news__list__item .top-news__list__title {
    width: auto;
    padding: 0;
    font-size: 14px;
    margin-top: 5px;
	}
}

/*　NEWマーク　*/
.newmark {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: red;
}
.newmark i {
	font-style: normal;
	position: relative;
	top: -1px;
}

/****************************************

top-course

****************************************/
.top-course {
	padding: 45px 0 30px;
}
@media only screen and (max-width: 767px) {
	.top-course {
    padding: 0 0 40px;
	}
}
.top-course .component-bigtitle01 {
  margin-bottom: 0px;
}

.top-course__lead {
  margin-bottom: 25px;
  color: #00057d;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .top-course__lead {
    margin-bottom: 15px;
    font-size: 13px;
  }
}

.top-course .course_wrapper {
	display: flex;
	justify-content: center;
}
@media only screen and (max-width: 767px) {
	.top-course .course_wrapper {
		display: block;
		margin: 0 10px;
	}
}
.top-course .course_wrapper .junior,
.top-course .course_wrapper .high {
	/*width: 50%;
	height: 215px;
	background: #ccc;
	position: relative;
	display: block;*/
	position: relative;
	width: 50%;
	height: auto;
}
@media only screen and (max-width: 767px) {
	.top-course .course_wrapper .junior,
	.top-course .course_wrapper .high {
		width: 100%;
		height: auto;
	}
}
.top-course .course_wrapper .junior img,
.top-course .course_wrapper .high img {
		object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: none;
}
.top-course .course_wrapper .junior a {
	/*background-image: url("../images/top/bg_course_junior.jpg");
	background-size: cover;*/
	display: block;
}
.top-course .course_wrapper .high a {
	/*background-image: url("../images/top/bg_course_high.jpg");
	background-size: cover;*/
	display: block;
}
.top-course .course_wrapper .junior span,
.top-course .course_wrapper .high span {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	.top-course .course_wrapper {
		display: block;
	}
}

/****************************************

top-study tour & abroad

****************************************/
.top-study_abroad {
	padding: 0 20px;
}
.top-study_abroad .study_abroad_wrapper {
	max-width: 1000px;
	margin: 0 auto 50px;
	/*padding: 0 20px;*/
}

.top-study_abroad .title_wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 18px;
}
.top-study_abroad .title_wrapper h4 {
	font-size: 25px;
	font-weight: 700;
	color: #313492;
	margin-right: 20px;
	position: relative;
	text-indent: 40px;
}
.top-study_abroad .title_wrapper h4::before {
	content: "";
	position: absolute;
	top: 45%;
	left: 0;
	border-bottom: 5px solid #313492;
	width: 28px;
}
.top-study_abroad .title_wrapper a {
	background: #313492;
	padding: 7px 25px;
	border-radius: 25px;
	font-size: 15px;
	color: #fff;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.top-study_abroad .title_wrapper h4 {
		font-size: 17px;
		margin-right: 10px;
		text-indent: 30px;
	}
	.top-study_abroad .title_wrapper h4::before {
		top: 40%;
		border-bottom: 4px solid #313492;
		width: 23px;
	}
	.top-study_abroad .title_wrapper a {
		background: #313492;
		padding: 10px 20px;
		border-radius: 20px;
		font-size: 13px;
		color: #fff;
		font-weight: 700;
		line-height: 1;
	}
}
.top-study__tabbodys__group__list__photo {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 67.797%;
  background: no-repeat center center/cover;
  margin-bottom: 13px;
	background-image: url("../images/top/news_noimage.jpg");
}

/*.top-study_abroad .study_abroad_wrapper .study_abroad {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0 0;
}*/

/*@media (max-width: 1000px) {
  .top-news__tabbodys__group__list {
    grid-template-columns: 1fr 1fr;
  }
}*/

.top-study_abroad .study_abroad_inner {
	/*width: 250px;*/
	padding: 0 15px;
	border-left: 1px solid #e3e3e3;
}
.top-study_abroad .study_abroad_inner:last-child {
	border-right: 1px solid #e3e3e3;
}
@media only screen and (max-width: 767px) {
	.top-study_abroad .study_abroad_inner {
		/*width: 250px;*/
		padding: 0;
		border-left: none;
	}
	.top-study_abroad .study_abroad_inner:last-child {
		border-right: none;
	}
}
.top-study_abroad .study_abroad_inner .photo {
	position: relative;
	/*width: 219px;*/
	height: auto;
}
@media only screen and (max-width: 767px) {
	.top-study_abroad .study_abroad_inner .photo img {
		width: 100%;
	}
}
/*------------------------*/

.top-study_abroad .study_abroad_inner .top-study__tabbodys__group__list__photo {
	position: relative;
	background-image: linear-gradient(to right, rgb(30　75 115 / 100%), rgb(255 255 255 / 0%));
}
.top-study_abroad .study_abroad_inner .thumbs {
	overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 67.797%;
  background: no-repeat center center / cover;
  margin-bottom: 13px;
	background-image: url("../../../primaryschool/assets/images/top/news_noimage.jpg");
}

/*------------------------*/
.top-study_abroad .study_abroad_inner .study_abroad_name {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	z-index: 99;
}
.top-study_abroad .top-study__tabbodys__group__list__photo .over_grad {
	background-image: url("../images/top/over_grade.png");
	width: 100%;
	padding-bottom: 67.797%;
	background-repeat: repeat-x;
	position: absolute;
	z-index: 9;
	background-size: contain;
	top: 0;
}

.top-study_abroad .text_wrapper {
	margin-top: 10px;
}
.top-study_abroad .text_wrapper .study_abroad_date {
	font-size: 13px;
	margin-bottom: 5px;
}
.top-study_abroad .text_wrapper .study_abroad_title {
	font-size: 13px;
	border: none;
	font-weight: 700;
	margin-bottom: 0;
}

a.top-study__tabbodys__group__list__anchor {
  display: block;
  color: #000;
  line-height: 1.4;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  a.top-study__tabbodys__group__list__anchor {
    max-width: 250px;
    margin: 0 auto;
  }
}

.top-study__tabbodys__slide__pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  width: 100%;
  line-height: 0;
}
@media only screen and (min-width: 768px) {
  .top-study__tabbodys__slide__pagination {
    display: none !important;
  }
}
.top-study__tabbodys__slide__pagination .swiper-pagination-bullet {
  background-color: #d3d3d3;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .top-study__tabbodys__slide__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 5px 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .top-study__tabbodys__slide__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 5px 7px !important;
  }
}
.top-study__tabbodys__slide__pagination .swiper-pagination-bullet-active {
  background-color: #00057d;
}
.top-study__tabbodys {
    overflow: hidden;
    max-width: 940px;
    margin: 0 auto;
    /*padding: 0 20px;*/
}
@media only screen and (max-width: 1000px)
	.top-study__tabbodys__group__list {
    grid-template-columns: 1fr 1fr;
}



/****************************************

top-education

****************************************/
.top-education {
	padding: 45px 0 75px;
}
@media only screen and (max-width: 767px) {
	.top-education {
    padding: 0 0 40px;
	}
}
.top-education .component-bigtitle01 {
  margin-bottom: 0px;
}

.top-education__lead {
  margin-bottom: 25px;
  color: #00057d;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .top-education__lead {
    margin-bottom: 15px;
    font-size: 13px;
  }
}

.top-education__button01 {
  margin: 30px 10px 0;
}

.top-education__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background-color: #eaebff;
}
@media only screen and (min-width: 1001px), print {
  .top-education__block:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: #fff;
  }
  .top-education__block:nth-of-type(even) .top-education__block__letters__inner {
    margin-left: auto;
  }
}
@media only screen and (max-width: 1000px) {
  .top-education__block {
    display: block;
    margin: 0 10px;
  }
  .top-education__block + .top-education__block {
    margin-top: 20px;
  }
}

.top-education__block__letters {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  .top-education__block__letters {
    width: auto;
  }
}

.top-education__block__letters__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 30px 40px;
  min-height: 100%;
  z-index: 2;
}
@media only screen and (max-width: 1000px) {
  .top-education__block__letters__inner {
    padding: 15px;
  }
}

.top-education__block__letters__title {
  position: relative;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.5;
  z-index: 2;
	font-weight: 700;
}
@media only screen and (max-width: 1000px) {
  .top-education__block__letters__title {
    margin-bottom: 5px;
    font-size: 21px;
  }
}

.top-education__block__letters__texts {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1000px) {
  .top-education__block__letters__texts {
    font-size: 16px;
  }
}

.top-education__block__letters__logo {
  position: absolute;
  color: #b4b5eb;
  font-size: 190px;
  font-weight: 700;
  line-height: 1;
  z-index: 1;
}
@media only screen and (max-width: 1000px) {
  .top-education__block__letters__logo {
    font-size: 75px;
  }
}
.is-01 .top-education__block__letters__logo {
  bottom: 30px;
  right: 60px;
}
@media only screen and (max-width: 1000px) {
  .is-01 .top-education__block__letters__logo {
    bottom: auto;
    top: 8px;
    right: 10px;
  }
}
.is-02 .top-education__block__letters__logo {
  bottom: 30px;
  left: 40px;
}
@media only screen and (max-width: 1000px) {
  .is-02 .top-education__block__letters__logo {
    bottom: auto;
    left: auto;
    top: 8px;
    right: 10px;
  }
}
.is-03 .top-education__block__letters__logo {
  bottom: 40px;
  right: 40px;
  font-size: 114px;
}
@media only screen and (max-width: 1350px) {
  .is-03 .top-education__block__letters__logo {
    font-size: 90px;
  }
}
@media only screen and (max-width: 1000px) {
  .is-03 .top-education__block__letters__logo {
    bottom: auto;
    left: auto;
    top: 8px;
    right: 10px;
    font-size: 40px;
  }
}

.top-education__block__photo {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  .top-education__block__photo {
    width: auto;
  }
}

@media only screen and (min-width: 1001px) {
  .top-education__block__photo__inner {
    height: 320px;
    min-height: 100%;
  }
  .top-education__block__photo__inner img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: none;
  }
}

/****************************************

top-slidephoto

****************************************/
.top-slidephoto {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 85px 0 10px;
}
@media only screen and (max-width: 767px) {
  .top-slidephoto {
    margin-top: 50px;
  }
}

.top-slidephoto__img {
  min-width: 1500px;
  -webkit-animation: infinity-scroll-left 60s infinite linear both;
          animation: infinity-scroll-left 60s infinite linear both;
}
@media only screen and (max-width: 767px) {
  .top-slidephoto__img {
    min-width: 1000px;
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

/*-------------------------------------------

フィックスバナー

-------------------------------------------*/
.fix_banner {
	width: calc(100% - 280px);
	background: rgba(198, 200, 249, 0.75);
	position: fixed;
	bottom: 0;
	z-index: 9;
}
.fix_banner ul {
	display: flex;
	justify-content: center;
	align-items: stretch;
	max-width: 1040px;
	margin: auto;
	padding: 15px;
}
.fix_banner ul li {
	margin-right: 20px;
	background: #fff;
	width: 25%;
	border: 1px solid #4549c3;
}
.fix_banner ul li:last-child {
	margin-right: 0;
}
.fix_banner ul a {
	background: #fff;
	padding: 0;
	text-align: center;
	color: #fff;
	display: block;
	min-height: 80px;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.fix_banner ul a:hover {
	opacity: 0.7;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.fix_banner ul a .date {
	display: block;
	font-size: 11px;
	line-height: 1;
	padding: 7px;
	background: #4549c3;
}
.fix_banner ul a .text {
	display: block;
	font-size: 14px;
	line-height: 1.25;
	padding: 0;
	background: #fff;
	color: #4549c3;
	padding: 18px 10px 10px;
}

@media only screen and (max-width: 767px) {
	.fix_banner {
		width: 100%;
		padding-left: 0;
		position: relative;
		background: #fff;
		z-index: inherit;
	}
	.fix_banner ul {
		display: block;
		padding-bottom: 0;
	}
	.fix_banner ul li {
		margin-right: 10px;
		width: 100%;
		margin-bottom: 10px;
	}
	.fix_banner ul a {
		min-height: inherit;
	}
	.fix_banner ul a:hover {
		opacity: 1;
	}
	.fix_banner ul a .date {
		padding: 5px;
	}
	.fix_banner ul a .text {
		padding: 5px;
	}
}



