@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&family=Noto+Sans+JP:wght@100..900&display=swap');

html{
  font-size: 62.5%;
}
body{
  font-family:'Noto Sans JP',"Helvetica Neue", "Helvetica", "Noto Sans Japanese","メイリオ",Meiryo,"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
  background: #7dccf3 url(../images/dot_bg.png);
  color: #222;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;

}
p{font-size: 1.6rem;}

.pc_case{display: block;}
.sp_case{display: none;}

a,
a:hover,
a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
a:hover img{opacity: 0.85;}

img{width: 100%;}

section{margin-bottom: 80px;}

.wrapper{
  box-sizing: border-box;
  max-width: 750px;
  width: 92.1875%;
  margin: 0 auto;
}

/* header */
header{padding: 30px 0;}

#pc_bgArea{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
#sp_bgArea {
  display: none;
}

/* footer */
footer{
  position: relative;
  background: rgba(255,255,255,0.85);
  padding: 25px 0;
  margin-top: 60px;
  z-index: 30;
}
footer p{
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
.logo_aeon{
  display: block;
  width: 240px;
  margin: 0 auto 10px;
}

a:link.btn_aeon,
a:visited.btn_aeon{
  box-sizing: border-box;
  display: block;
  background: #ff8e27;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  max-width: 400px;
  width: 100%;
  text-align: center;
  line-height: 36px;
  padding:0 20px;
  margin: 0 auto;
}
a:hover.btn_aeon{
  background: #ffab3e;
}
#page_top{
  position: fixed;
  right: 0;
  bottom: -100px;
  display: block;
  width: 60px;
  height: 60px;
  z-index: 20;
}
#page_top:hover{opacity: 0.95;}

/* 固定ボタンなど */
#left_fixity,
#right_fixity{
  position: fixed;
  top: 20px;
  width: 120px;
  height: auto;
}
#left_fixity{
  left: 20px;
}
#right_fixity{
  right: 20px;
}
#fixity_left,
#fixity_right{
  position: fixed;
  min-width: 200px;
  width: 18vw;
  z-index: 1;
}
#fixity_left{
  top: 63%;
  transform: translateY(-50%);
  left: 20px;
}
#fixity_right{
  box-sizing: border-box;
  background: #faed00;
  border-radius: 20px;
  bottom: 5%;
  right: 30px;
  padding: 15px;
}
.title_content_btn{
  border-bottom: 2px solid #292f89;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.1em;
  padding: 0 0 10px;
  margin-bottom: 15px;
}
.title_content_btn img{
  display: block;
  max-width: 150px;
  width: 80%;
  margin: 0 auto;
}

#fixity_right::before{
  content: "";
  position: absolute;
  top: -30px;
  left: -25px;
  display: block;
  background: url(../images/content_nav_sclool.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 220px;
}

#fixity_right a:hover img{
  opacity: 0.7;
}
#fixity_right a img{
  display: block;
  width: 70%;
  margin-bottom: 5px;
}
#foot_btn{
  display: none;
}

@media screen and (max-width: 1214px){
  footer{
    padding: 30px 0 90px;
  }
  #foot_btn{
    background: #faed00;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    padding: 7px 0 2px;
    margin: 20px auto 0;
    z-index: 20;
  }
  #foot_btn .foot_spbtn{
    box-sizing: border-box;
    display: inline-block;
    margin-right: 20px;
  }
  #foot_btn .foot_spbtn:last-child{
    margin-right: 0;
  }
.footbtnArea01{
  margin-bottom: 10px;
}
  .footbtn_img{
    width: auto;
    height: 26px;
  }
  #fixity_left,
  #fixity_right{
    display: none;
  }
}

@media screen and (max-width: 768px){
  #pc_bgArea {
    display: none;
  }
  #sp_bgArea{
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

  .pc_case{display: none!important;}
  .sp_case{display: block!important;}

  footer{
    padding: 20px 0 130px;
    /* margin-top: 60px; */
  }
  #foot_btn .item_btn{
    font-size: 1.8rem;
    line-height: 50px;
  }
  #foot_btn .item_btn img{
    width: 80%;
    padding: 7px 0 10px;
  }
  #foot_btn .foot_spbtn{
    margin-right: 10px;
  }

  #left_fixity,
  #right_fixityy{
  display: none;
}
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
header,
main{
  position: relative;
  z-index: 10;
}
/* タイトル */
.title_item img{
  display: block;
  max-width: 280px;
  width: 80%;
  margin: 0 auto 40px;
}
.containerbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.itemBox{
  box-sizing: border-box;
  width: 31.333%;
  margin-bottom: 3%;
  line-height: 0;
}
.containerbox::after{
  content: "";
    display: block;
    width: 31.333%;
    height: 0;
}
.border_grn_pur{
  box-sizing: border-box;
  border-top: 7px solid #8bc893;
  border-left: 7px solid #8bc893;
  border-bottom: 7px solid #879bce;
  border-right: 7px solid #879bce;
}
.border_pnk_yel{
  box-sizing: border-box;
  border-top: 7px solid #f09fc2;
  border-left: 7px solid #f09fc2;
  border-bottom: 7px solid #ffe800;
  border-right: 7px solid #ffe800;
}
.border_grn_pnk{
  box-sizing: border-box;
  border-top: 7px solid #8bc893;
  border-left: 7px solid #8bc893;
  border-bottom: 7px solid #f09fc2;
  border-right: 7px solid #f09fc2;
}
.border_yel_org{
  box-sizing: border-box;
  border-top: 7px solid #ffe800;
  border-left: 7px solid #ffe800;
  border-bottom: 7px solid #f5b32b;
  border-right: 7px solid #f5b32b;
}
.border_pnk_pur{
  box-sizing: border-box;
  border-top: 7px solid #f09fc2;
  border-left: 7px solid #f09fc2;
  border-bottom: 7px solid #879bce;
  border-right: 7px solid #879bce;
}


@media screen and (max-width: 768px){
  .containerbox::after{
    width: 48;
}
  .itemBox{width: 48%;}
  
}