@charset "utf-8";
/* CSS Document */

body#index .contents > section {
  width: 1200px;
  margin: 0 auto;
}

body#index .contents {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  min-height: inherit;
  /*Guideのアクセス追加じに付け加えました20171226*/
  /*font-size:115%;*/
}

/*------------------------*/
/* トップページスライダー */
/*------------------------*/

.youtube-wrap,
.index-main,
.swiper-container {
  width: 100%;
  height: 46.5vw;
  padding-top: 105px;
  margin-bottom: 30px;
  position: relative;
}
/* IE */
_:-ms-lang(x)::-ms-backdrop, .swiper-slide{
  height: 100%;
  overflow:hidden;
}


@media screen and (min-width:1921px) {
  .swiper-container {
    height: 42vw;
  }
}

.swiper-container img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}

.index-main video {
  width: 100%;
  height: auto;
}

.swiper-slide {
  position: relative;
}

.swiper-slide:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

/*
.swiper-slide:first-child:after{
  display: none;
}
*/


.swiper-slide:after {
  content:"";
  position: absolute;
  top: 24.5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  background: url(../images/index/slide/slogan.png) no-repeat;
  background-size: contain;
  width: 18vw;
  height: 18vw;
  display: flex;
  justify-content: center;
  align-items: center;
}


@media screen and (max-width:1200px) {
  .swiper-container {
    width: 1200px;
    height: 600px;
  }

  .swiper-slide:after {
    width: 200px;
    height: 200px;
  }


  .slogan p {
    color: #fff;
    font-size: 2.8rem;
    font-family: 游ゴシック;
    font-weight: 500;
    text-align: center;
  }

  .slogan span {
    display: block;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
  }
}


/*------------------------*/
/* トップページNEWスライダー */
/*------------------------*/
.top_slider{
    width:100%;
    overflow: hidden;
    padding:106px 50px 50px;
  }
  .top_slider .img{
    width:100%;
    height: 100%;
  }
  .top_slider .img img{
    width:100%;
    height: 100%;
    transform: scale(0.85);
    transition: .5s;
    object-fit: cover;
  }
  .slick-slide{
    width:62.5vw;
    max-width: 1200px;
    opacity: .5;
    aspect-ratio:5 / 3;
    position: relative;
  }
  .slick-slide .txt{
    display: none;
  }
  .slick-slide.slick-center{
    opacity: 1;
    position: relative;
  }
  
  .slick-slide.slick-center .txt{
    position: relative;
    background: #fff;
    bottom:2vw;
    left: 0;
    display: block;
    animation: fadeIn 2.5s;
  }

  .slick-slide.slick-center img{
    transform: scale(1.0);
    margin-bottom: 50px;
  }

  .topics{
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom:0;
    background: #fff;
    padding:15px 15px 5px 0;
    max-width: 50%;
    border-radius: 0 6px 0 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  }
 .top_slider a .topics::after{
    content:"";
    position: absolute;
    bottom:5px;
    right: 5px;
    width: 0;
    height: 0;
    display: inline-block;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #CF3140 transparent;
  }
  .topics span:first-of-type{
    background: #CF3140;
    color:#fff;
    width:83px;
    height: 25px;
    font-weight: bold;
    letter-spacing: .1em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:2px;
    font-size: 14px;
  }
  .topics .dtl{
    padding:20px;
    font-size:20px;
    font-weight: bold;
    color:#000;
  }
  .top_slider a.slick-slide.slick-center .img{
    transition: .3s;
  }
  .top_slider a:hover.slick-slide.slick-center .img{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  }
  
  @keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.dots{
  margin-bottom: 100px;
}


@media screen and (max-width:1260px) and (min-width:1071px){
  .top_slider{
    width: 1240px;
  }
  .slick-slide{
    width:780px;
  }
}
@media screen and (max-width:1070px){
  .top_slider{
    width:100%;
    padding:106px 0 0 0;
    overflow:inherit;
  }
  .top_slider .img img{
    transform: scale(1);
  }
  .slick-slide{
    width: 100%;
    opacity: 1;
  }
  .slick-slide .txt{
    display: block;
  }
  .topics{
    bottom:20px;
    max-width: 90%;
  }
  .dots{
    margin-top:50px;
  }
}

@media screen and (max-width:1259px){
  .top_slider{
    padding-top:0;
  }
}

/*------------------------*/
/* News */
/*------------------------*/
.index-news {
  display: flex;
  background-color: #f6f6f6;
  padding: 20px;
  align-items: center;
}

.index-news h2 {
  width: 200px;
}

.index-news h2 a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-size: 2rem;
  font-weight: normal;
}


.index-news h2 a span {
  font-size: 14px;
  font-weight: bold;
}

.index-news h2 a span:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(../images/common/img_arrow.png) no-repeat 0 center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
}

.index-news ul {
  width: 1000px;
  border-left: 2px solid #eee;
  padding: 10px 0 10px 25px;
  box-sizing: border-box;
}

.index-news ul li a {
  display: flex;
  align-items: center;
}

.index-news ul li a span:nth-child(2) {
  color: #fff;
  padding: 2px 0 1px;
  width: 70px;
  border-radius: 3px;
  margin: 0 20px;
  display: flex;
  justify-content: center;
  font-size: 0.75rem;
}

.index-news ul li a span.news_info {
  background: #D0C34D;
}
.index-news ul li a span.news_school {
  background: #F0A44B;
}
.index-news ul li a span.news_club {
  background: #57C6EF;
}
.index-news ul li a span.news_exam {
  background: #E28784;
}

.index-news ul li a span:last-child {
  font-weight: bold;
}

.index-news ul li:not(:last-child) {
  margin-bottom: 13px;
}

/*特色ある教育*/

.ed_point h2 {
  font-size: 1.8rem;
  margin: 50px 0 20px;
}

.ed_point h2 span {
  font-size: 1rem;
  padding-left: 10px;
  font-weight: normal;
}

.ed_point ul li h3 span {
  font-size: 1.4rem;
  color: #878787;
  padding-right: 10px;
}


.ed_point ul {
  display: flex;
  flex-wrap: wrap;
}

.ed_point ul li ul {
  margin-top: 10px;
  display: flex;
  width: 100%;
}

.ed_point > ul > li{
  width: 100%;
  margin-bottom: 20px;
}

.ed_point > ul > li ul {
  justify-content: space-between;
}

.ed_point ul li ul li {
  width:49.14%;
  margin-bottom: 18px;
}

.ed_point ul li ul li a {
  width: 100%;
  height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #ff0;
  position: relative;
  overflow:hidden;
}

.ed_point ul li.all_time ul li:first-child a:before {
  content:"";
  width: 100%;
  height: 100%;
  top:0;
  transition:.3s;
  background: url(../images/index/img_general.png?20250827) no-repeat left top;
}
.ed_point ul li.all_time ul li:first-child a:hover:before{
  transform:scale(1.1);
}
.ed_point ul li.all_time ul li:nth-child(2) a:before {
  content:"";
  width: 100%;
  height: 100%;
  top:0;
  transition:.3s;
  background: url(../images/index/img_confectionery.png?20250828) no-repeat left top;
}
.ed_point ul li.all_time ul li:nth-child(2) a:hover:before{
  transform:scale(1.1);
}

.ed_point ul li.day_time ul li:first-child a:before {
  content:"";
  width: 100%;
  height: 100%;
  top:0;
  transition:.3s;
  background: url(../images/index/img_cooking.png?20250827) no-repeat left top;
}
.ed_point ul li.day_time ul li:first-child a:hover:before{
  transform:scale(1.1);
}
.ed_point ul li.day_time ul li:nth-child(2) a:before {
  content:"";
  width: 100%;
  height: 100%;
  top:0;
  transition:.3s;
  background: url(../images/index/img_beauty.png?20250827) no-repeat left top;
}
.ed_point ul li.day_time ul li:nth-child(2) a:hover:before{
  transform:scale(1.1);
}
.ed_point ul li.day_time ul li:nth-child(3) a:before {
  content:"";
  width: 100%;
  height: 100%;
  top:0;
  transition:.3s;
  background: url(../images/index/img_day_general.png?20250827) no-repeat left top;
}
.ed_point ul li.day_time ul li:nth-child(3) a:hover:before{
  transform:scale(1.1);
}
.ed_point ul li.weekend_time ul li a:before {
  content:"";
  width: 100%;
  height: 100%;
  top:0;
  transition:.3s;
  background: url(../images/index/img_weekend.png?20250828) no-repeat left top;
}
.ed_point ul li.weekend_time ul li a:hover:before{
  transform:scale(1.1);
}
.ed_point ul li ul li a div {
  position: absolute;
  background: #ccc;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 212px;
  height: 100%;
  color: #fff;
  position:absolute;
  z-index:1;
}

.ed_point ul li.all_time ul li:first-child a div {
  background: #35AED4;
}
.ed_point ul li.all_time ul li:nth-child(2) a div {
  background: #357FD4;
}
.ed_point ul li.day_time ul li:first-child a div {
  background: #EFBB54;
}
.ed_point ul li.day_time ul li:nth-child(2) a div {
  background: #EFA254;
}
.ed_point ul li.day_time ul li:nth-child(3) a div {
  background: #EF8954;
}
.ed_point ul li.weekend_time ul li a div {
  background: #80C53B;
}


.ed_point ul li ul li a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 11px 11px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  right: 4px;
  bottom: 4px;
  z-index: 1;
}

.ed_point ul li ul li:not(:last-child) a {
  margin-right: 5px;
}

.ed_point ul li ul li a h4 {
  font-size: 1.6rem;
}

.ed_point ul li ul li a div span {
  margin-right: 5px;
  display: inline-block;
  font-size: 1.1rem;
}

/*------------------------*/
/* Contents & Pickup */
/*------------------------*/


.contents_lower {
  background: #f6f6f6;
  padding-top: 1px;
  margin-top: 50px;
  min-width: 1200px;
}

.col-2 {
  width: 1200px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}

.index-contents {
  width: 400px;
}

.index-contents img {
  width: 100%;
}

.index-contents h2,
.index-pickup h2 {
  line-height: 70px;
  font-size: 1.77rem;
  font-weight: normal;
}

.index-pickup {
  width: 800px;
  margin-right: 5px;
  box-sizing: border-box;
}

.index-pickup img {
  width: 100%;
  height: auto;
}

.contents_list li:not(:last-child) {
  margin-bottom: 5px;
}

.contents_list li a {
  height: 140px;
  width: 100%;
  background: #ccc;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  padding-left: 40px;
  font-size: 1.77rem;
  letter-spacing: 0.1em;
}
.contents_list li:first-child a {
  background: url(../images/index/btn_school.png) no-repeat;
  background-size: contain;
}
.contents_list li:nth-child(2) a {
  background: url(../images/index/btn_exam.png) no-repeat;
  background-size: contain;
}
.contents_list li:last-child a {
  background: url(../images/index/btn_club.png) no-repeat;
  background-size: contain;
}

.contents_list li a::after {
  content: "";
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  width: 14px;
  height: 14px;
  transform: rotate(135deg);
  position: absolute;
  right: 20px;
}

/*------------------------*/
/* Special-Guide
/*------------------------*/


.index-special_guide {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.index-special_guide div {
  width: 32.8%;
  position: relative;
}

.index-special_guide div a {
  width: 100%;
  height: 125px;
  display: block;
}
.index-special_guide div a img{
  width:395px;
  height: auto;
   -webkit-backface-visibility: hidden;
}

.index-special_guide div a span {
  color: #fff;
  font-size: 1.77rem;
  letter-spacing: 0.1em;
}

.index-special_guide div a b {
  display: block;
  font-size: 0.75rem;
  letter-spacing: normal;
}

/*
.index-special_guide div a::after{
  content:"";
  border-top:5px solid #fff;
  border-left:5px solid #fff;
  width:14px;
  height: 14px;
  transform: rotate(135deg);
  position: absolute;
  right:20px;
}
*/

.index-special_guide h2 {
  line-height: 60px;
  font-size: 179%;
  font-weight: bold
}
