@charset "utf-8";
*{padding: 0;margin: 0;box-sizing: border-box;}

html {
  font-size: 15px;
  box-sizing: border-box;
  font-family: "Noto Sans JP","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",メイリオ,Meiryo,sans-serif;
}
a{text-decoration: none;color: #535353;}
li{list-style: none;}
img {width: 100%;height: auto;vertical-align: bottom;}
ul{padding-left: 0;}
.none{display: none;}
.l-header {
  box-sizing: border-box;
  max-width: 900px;
  margin: 0 auto;
  padding: 10px 5px;
  display: flex;
  align-items: center;
}
.l-header__logo {
  width: 140px;
  display: inline-block;
}

/* TOP */

.main_container{max-width: 900px;margin: 0 auto;width: 98%;}
.main_img{max-width: 500px;margin: 0 auto;width: 100%;}
.main_img img{width: 100%;}
.main_container h1{font-size: 23px;display: block;text-align: center;margin: 40px auto 10px;font-weight: bold;line-height: 1.3;}
.main_container h1 span{font-size: 16px;color: #065ca3;}
.main_container .area{max-width: 500px;text-align: right;display: block;margin: 5px auto 30px;}


/* パンくずリスト */
.pan {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 13px;
  margin-top: 5px;
  margin-left: 3px;
}

.pan li:not(:last-of-type)::after {
  content: ">";
  margin: 0 .2em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}

.pan a {
  color: inherit;
  text-decoration: none;
  color: #0a82e4;
}

/* 申込ボタン */
.cv_button a {
  font-size: 20px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 280px;
  padding: 10px 25px;
  color: #ffffff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #d61515ee;
  border-radius: 50px;
  border: 0.2rem solid #8a0000;
  box-shadow: 0.1rem 0.1rem 2px 0.05rem #8a8a8aa2;
  margin-bottom: 30px;
  margin-top: 20px;
}
.cv_button a:hover {
transform: translate3d(0.1rem, 0.1rem, 0);
box-shadow: none;
opacity: 0.5;
transition: all 0.2s;
}
.cv_button a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

/*--------------------学科・コース--------------------------*/
.cource h2{border-left: 5px solid #535353;display: block;padding: 5px 5px 5px 10px;font-size: 20px;margin-left: 10px;}
.cource ul{display: flex;flex-wrap: wrap;justify-content: start;margin: 5px;}
.cource li{display: inline-block;padding: 3px 7px;margin: 3px;background-color: #e9ecf1;font-size: 13px;}

/*--------------------開催日程--------------------------*/
.schedule h2, .event h2, .access h2, .school h2{background-color: #3f75b3;color: #ffffff;padding: 10px 10px 10px 25px;font-size: 23px;margin-top: 60px;font-weight: bold;margin-bottom: 10px;}
.schedule h3 a{line-height: 1.3;margin-top: 30px;color: #0891e0;font-size: 19px;padding-left: 5px;display: block;font-weight: bold;}
.schedule h3 a:hover{opacity: 0.5;}
.schedule .box ul li a{display: block;}

.schedule .box ul{
  width: 100%;
  margin: 15px auto 20px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 4px;
}
.schedule .box ul li{
  font-weight: bold;
  border: 1px solid #b1b1b1;
  margin: 0px;
  font-size: 12px;
  padding: 7px 3px;
  text-align: center;
  box-shadow: 0px 1px 1px 0px rgba(63, 63, 63, 0.5), inset 0px -3px 3px -2px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  color: #616161;
}


.schedule .border_box{border-bottom: 1px dashed #777777;}
.schedule .border_box:last-child{border-bottom: none;}
.schedule .border_box p{padding: 10px 10px 0px 0px;font-size: 1em;display: block;}

/*--------------------イベント詳細-------------------------*/
.event_box{padding: 30px 15px 10px 15px;margin: 20px 10px;box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);background-color: #fff;}
.event h3{border-left: 8px solid #ce1010;display: block;padding: 5px 5px 5px 15px;font-size: 20px;font-weight: bold;line-height: 1.3;}

.event .mini_text{display: block;margin: 15px auto 30px;font-size: 15px;}
.event .mini_text span{display: inline-block;border-radius: 5px;padding: 3px;font-weight: bold;margin-left: 3px;margin-bottom: 3px;}
.event .mini_text .c-1{color: #ff80a0;border: 2px solid #ff80a0;}
.event .mini_text .c-2{color: #17aa9e;border: 2px solid #17aa9e;}
.event .mini_text .c-3{color: #e78009;border: 2px solid #e78009;}
.event .mini_text .c-4{color: #9d7abe;border: 2px solid #9d7abe;}
.event .mini_text .c-5{color: #185c83;border: 2px solid #185c83;}
.event .flex{display: flex;}
.event_img{width: 40%;padding: 0px 15px 0px 0px;}
.event_img img{width: 100%;}
.event .event_text{width: 60%;font-size: 15px;}
.sub_title{display: block;color: #3f75b3;font-weight: bold;font-size: 18px;margin-bottom: 5px;line-height: 1.4;}
.time{display: block;font-size: 15px;margin-bottom: 20px;font-weight: bold;line-break: anywhere;}
.clock{color: #00a3e4;margin-right: 5px;}
.cource2 p, .schedule2 p{font-size: 18px;margin-top: 30px;margin-bottom: 10px;font-weight: bold;display: block;padding: 0 10px;width: 100px;text-align: center;background-color: #5996b4;color: #ffffff;border-bottom: 3px solid #4c5b7c;}
.cource2 ul{display: flex;flex-wrap: wrap;justify-content: start;}
.cource2 li{display: inline-block;padding: 5px 10px;background-color: #e9ecf1;margin-right: 5px;margin-bottom: 5px;}
.bgc{background-color: #e8ecee;padding: 30px 0 30px;}

  .schedule2 ul{
  margin-bottom: 50px;
  width: 100%;
  margin: 15px auto 20px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 5px;
}
.schedule2 ul li{
  background-color: #f5f4f4;
  margin: 0px;
  padding: 8px 3px;
  text-align: center;
  border: 1px solid #d4d4d4;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5), inset 0px -3px 3px -2px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  color: #616161;
  font-weight: bold;
  font-size: 14px;
}

/*-------------------インフォメーション----------------------*/
.access_box{display: block;margin: 30px 10px 10px 10px;}
.access_box:last-child{margin-bottom: 70px;}
.access_box h4{font-size: 20px;margin-bottom: 10px;font-weight: bold;}
.map{color: #ec3e3e;margin-right: 10px;}
.train{color: #40bdc2;margin-right: 10px;}
.phone{color: #e2a0d2;margin-right: 10px;}
.access_box li{margin-bottom: 7px;line-height: 1.5;}

/*------------------------学校について-----------------------------*/


.work-box .work2, .work-box .work1 {
  list-style-position: outside;
  padding-left: 1.5em;
}
.work-box  li {
  text-indent: -1em;
}

.work-box {
  width: 95%;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* カード間の余白 */
}

.work1, .work2 {
  flex: 1 1 300px; /* 最小300px、画面幅に応じて調整 */
  border: 5px solid #eee;
  padding: 10px 10px 30px 10px;
  position: relative;
  margin-bottom: 10px;
}

/* 見出し部分 */
.work1 p {
  background-color: #ff86b4;
  width: 200px;
  color: #ffffff;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
}

.work2 p {
  background-color: #fc9f49;
  color: #ffffff;
  width: 200px;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
}

/* 左上角の装飾 */
.work1:before {
  border-top: 5px solid #f0b8bf;
  border-left: 5px solid #f0b8bf;
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 20px;
  height: 20px;
  z-index: 1;
}

.work2:before {
  border-top: 5px solid #fcd9b2;
  border-left: 5px solid #fcd9b2;
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 20px;
  height: 20px;
  z-index: 1;
}

/*------------------slick-----------------------*/

  /* .slick_container {
    margin: 30px auto 0;
    max-width: 400px;
    width: 100%;
  }
  .slick_container img {
    height: auto;
    width: 100%;
  } */

/*------------------学校の説明文--------------------*/
.school_img{
max-width: 500px;
margin: 0 auto;
}
.shcool_explanation{width: 100%;margin: 0 auto;}
.shcool_explanation p{font-size: 14px;padding: 10px;margin: 0 15px;}

.shcool_explanation span{
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-top: 30px;
  color: #226a94;
}


/* フッター */
.l-footer {
  max-width: 900px;
  box-sizing: border-box;
  margin: 50px 0 0 0;
  font-size: 62.5%;
  margin: 0 auto;
}
.l-footer__container {
padding: 0 10px 16px;

}
.l-footer__logo {
  display: block;
  width: 80px;
  margin: 0 auto;
}
.l-footer__list {
  
  margin: 40px 0 0 0;
  padding: 0 50px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 30px;
}
.l-footer__link {
  display: inline-block;
  font-size: 1rem;
  text-decoration: none;
}
.l-footer__copy {
  margin: 30px 0 0 0;
  text-align: center;
}

@media (max-width: 600px) {

html {font-size: 15px;}
.none{display: block;}
/* TOP */
.main_img{width: 90%;}
.main_container h1{font-size: 17px;margin: 30px auto 10px;}
.main_container h1 span{font-size: 14px;}
.main_container .area{width: 90%;margin: 5px auto 10px;font-size: 14px;}
.cource ul{
  width: 97%;
  margin: 15px auto 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
}
.cource li{padding: 3px;margin: 0px;font-size: 12px;}

/*申込ボタン*/
  .cv_button a {
    font-size: 18px;
    padding: 3px;
    box-shadow: 0.1rem 0.1rem 2px 0.03rem #a5a5a5a2;
    margin-bottom: 30px;
  }
  
  /*--------------------開催日程--------------------------*/
  .schedule h2, .event h2, .access h2, .school h2{padding: 5px 5px 5px 5px;font-size: 19px;margin-top: 30px;margin-bottom: 0;text-align: center;}
  .schedule h3 a{margin-top: 20px;font-size: 15px;padding-left: 10px;}
  .schedule .box{display: flex;flex-wrap: wrap;justify-content: start;}
  .schedule .border_box p{font-size: 0.8em;}
  .cource h2{font-size: 18px;}
.schedule .box ul{
  width: 100%;
  margin: 10px auto 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}
.schedule .box ul li{
  font-weight: bold;
  border: 1px solid #b1b1b1;
  margin: 0px;
  font-size: 12px;
  padding: 7px 3px;
  text-align: center;
  box-shadow: 0px 1px 1px 0px rgba(63, 63, 63, 0.5), inset 0px -3px 3px -2px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  color: #616161;
}


  /*--------------------イベント詳細-------------------------*/
  .event_box{margin: 10px;box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25), inset 0px -2px 6px -2px rgba(0, 0, 0, 0.3);}
  .event h3{border-left: 6px solid #ce1010;font-size: 16px;padding: 8px 5px 8px 10px;}
  .event .mini_text{margin: 10px auto 20px;font-size: 15px;}
  .event .mini_text span{margin-left: 0px;font-size: 13px;}
  .event .flex{display: block;}
  .event_img{width: 100%;padding: 0px;margin: 0 auto 20px;}
  .event .event_text{width: 100%;font-size: 14px;}
  .sub_title{font-size: 16px;}
  .cource2 p, .schedule2 p{width: 100%;box-sizing: border-box;}
  .schedule2 ul li{padding: 5px 8px;font-size: 13px;border-radius: 5px;}

  .schedule2 ul{
  width: 100%;
  margin: 15px auto 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
.schedule2 ul li{margin: 0px;font-size: 12px;padding: 7px 3px;text-align: center;}


/*------------------slick-----------------------*/
.slick{max-width: 500px;}
.slick_box__item img {height: auto;width: 100%;}
.slick_box {width: 100%;}
.slick_box2 {width: 100%;}
.slick_box2 .slick-track {transform: unset !important;}
.slick_box2__item.slick-current img {opacity: 1;}
.slick-arrow:before{content:""!important;}
.slick_box2__item img {height: auto;width: 100%;opacity: .4;transition: opacity .5s; }



/*-----------------アクセス-----------------------*/
.access_box h4{font-size: 16px;}
.access_box li {font-size: 14px;}

/*------------------------学校について-----------------------------*/

.work-box {
  display: block;
}

/*------------------学校の説明文--------------------*/

.shcool_explanation p{margin: 0;}
.scool_explanation span{font-size: 15px;}

/* フッター */
.l-footer {margin: 50px 0 0 0;font-size: 62.5%;}
.l-footer__list {margin: 40px 0 0 0;padding: 0 10px;gap: 10px;display: flex;flex-flow: row wrap;justify-content: center;}
.l-footer__link {font-size: 0.9rem;}
.l-footer__copy {margin: 10px 0 0 0;}



}