@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;700&display=swap');

:root{
  --primary:#e4cff9;
    --dark:#21252f;
    --body:#888;
    --box-shadow:0 8px 20px rgba(0,0,0,0.2);
    --nav_text:#fff;
    --text:#482e04;
    --content_background_color:#f5f2f6;
    --title_background:  #e3cd24;
    --border: 3px solid #d2b3d4;
    --card_border: 3px solid #6f5d70;

}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0 ;
  padding: 0;
}

body{
    font-family: 'Sora', sans-serif,'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    line-height: 1.7;
    color: var(--text);
    background-image: linear-gradient(
        68.4deg,
        rgba(248, 182, 204, 1) 0.5%,
        rgba(192, 198, 230, 1) 60%,
        rgba(225, 246, 240, 1) 89.8%
      );
      font-size: 1.2em;
     
}

h1,h2,h3,h4,h5,h6{
  font-weight:700;
}

a{
  color:var(--dark);
}
p{
  color: var(--text);
}
header,main,footer{
  width: 100%;
  margin: 0;
  padding: 0;
}

.button_container_header{
  display: flex;
  justify-content: center;
  border-radius:  0 0 1em 1em;
}

header{
  position: sticky;
  top: 0;
  z-index: 999;  
}

.header_container{
  background-color: var(--primary);
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.header_inner{
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_img0 img{
  width: 80%;
}
.top_free0 img,.top_line0 img{
 width: 60%;
}
.top_tel0 img{
width: 80%;
}
.header_sp{
  display: none;
}

.nav {
    width: 100%;
    height: 40px;
    background: #9fb7d4;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .nav ul {
    height: 40px;
    list-style: none;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 0;
  }
  .nav ul li {
    text-align: center;
    border-left: 1px solid #eee;
   }

  .nav ul li:last-child {
    border-right: 1px solid #eee;
  }

  .nav ul li a,
  .nav ul li a:link,
  .nav ul li a:visited {
    display: inline-block;
    width: 12em;
    background: #9fb7d4;
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    padding-top: 0.5em;
    margin: 0;
  }
  
  .nav ul li a:hover,
  .nav ul li a:active {
    background: #bed7f6;
    height: 100%;

  }
  .nav::-webkit-scrollbar {
    height: 2px;
  }
  .nav::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #ccc;
    border-radius: 5px;
  }
  .nav::-webkit-scrollbar-thumb {
    background: #f605a6;
    border-radius: 7px;
  }


.areacontents_title h3{
    position: relative;
    padding: 1rem 2rem calc(1rem + 10px);
    background: #eedefa;
    color: var(--text)!important;
}

.areacontents_title h3::after{ 
    position: absolute;
    top: -7px;
    left: -7px;
    width: 100%;
    height: 100%;
    content: '';
    border: 2px solid #482e04!important;
}
.areacontents_title .heading {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    text-align: center;
    color: var(--text)!important;
}



.bread ol{
    display:flex;
    padding-left: 0;
    text-align: center;
    width: 95%;
     height: 5%;
    margin: 0 auto;
}
.bread  ol li{
    display: inline;
    margin-right: 5px;
    font-size: 100%;
    display: flex;
    list-style: none;
    padding-top: 1em;
}
.bread ol li a:hover{
    color: #f1a4eb!important;
}
#bread_homr{
font-size: 12ps;
}
.main_content{
    position: relative;
    margin: 0 auto;
    background-color: var(--content_background_color);
    padding:0;
}
h4.area_A,
h5.area_A  {
        text-align: center;
        padding: 0.5em 0.7em;
        border: 2px solid #c35bf7;
        border-radius: 0.3em;
        background-image: linear-gradient(45deg, #ea5bf712 25%, transparent 25%, transparent 50%, #ef5bf712 50%, #ea5bf712 75%, transparent 75%, transparent), linear-gradient(-45deg, #5ba9f712 25%, transparent 25%, transparent 50%, #5ba9f712 50%, #5ba9f712 75%, transparent 75%, transparent);
        background-color: #d85bf70d;
        background-size: 20px 20px;
        color:var(--text)!important;
    
    }
.purple_line{
    background: #ecd2ee;
}

ul.area_Alist{
    list-style: none;
}

.areaF{
    width: 100%;

}
.areaF h3 {
  position: relative;
  padding: 0.5em;
  background: #eac3f0;
  color:var(--text);
  margin-bottom: 2em;
}

.areaF h3::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
.area_container_title img{
width: 100%;
}
.area_A_container{
    background: #f0ebf2;
    padding: 1em;
}

.area_Awrap{
    display: flex;
    justify-content: center;
    align-items: center;

}
.area_Alist{
    margin: 2em;

}
.area_Alist_img{
    margin: 2em;
}

.area_Alist_wrap{
    margin: 2em;
}
.area_Alist_wrap ul.area_Alist_list{
    list-style: none;
}
.areaB_titleimg img{
  width: 100%;
}

.areaB_card img:nth-child(2){
width: 80%;
margin: 0 auto;
}

  .circle i {
    color: red;
    transform: translate(-50%, -50%);
    font-size: 5rem;
    animation: updown 2s infinite ease-in-out;
  }
  

  @keyframes updown {
    0% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(0, -30px);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  .area_lesson_bc{
    padding: 20px 10px;
    max-width: 1600px;
    margin: 0 auto;
    text-align: right;
    font-size: 1.2em;
    background:#e6b5f9;
    border-radius: 10px;
  }
    
  /*左側コメント*/
  .talk {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
  }
  
  .talk .faceicon_left {
    float: left;
    margin-right: -40px;
    width: 10%;
  }
  
  .talk .faceicon_left img{
    width: 100%;
    height: auto;
    border-radius: 50%;
  }
  .talk .chatting {
    width: 100%;
    text-align: left;
  }
  .says p{
    display: inline-block;
    position: relative; 
    margin: 0 0 0 50px;
    padding: 10px;
    max-width: 800px;
    border-radius: 12px;
    background: #fffffe;
  

  }
  
  .says p:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px; 
    left: -19px;
    border: 8px solid transparent;
    border-right: 18px solid #edf1ee;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
  }

  

.areaB_card_wrap{
    justify-content: space-around;
}
.card .areaB_card{
  max-width: 26em;
  width: 100%;
  background: none!important;
}
.areaB_list{
    width: 100%;
}
.areaB_listsm{
    display: none;
}
.areaB_list img{
    width: 100%;
}
.areaC_title{
    width: 100%;

}
.areaC_title img{
width: 100%;

}
.areaC_title2_img{
  width: 60%;
}
.areaC_title2_img img{
width: 100%;
margin: 0 auto ;
}
.areaC_sub{
    width: 100%;
  }
.areaC_sub img{
    width: 100%;

}
.areaC_subimg{
  width: 95%;
  margin: 0 auto;
}
.areaC_subimg img{
  width: 100%;

}
.areaC_number_text{
  display: grid;
  grid-template-columns: auto 1fr; 
  align-items: center; 
}
.areaC_number_text img{
  max-height: 4em;
  max-width: 4em;
  display: flex;
}

.areaC_inner_img,
.areaC_inner_7img{
  max-width:15em ;
  max-height: 15em;
  margin: 0 auto;
}
.areaC_inner_img img,
.areaC_inner_7img img{
  max-width: 100%;
  height: auto;
}

.areaC_title2_text{
  display: flex;
}

.areaC_wrap{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.areaC_inner_img{
  max-width:15em ;
  width: 100%;
}
.areaC_inner_img img{
  width: 100%;
}
.areaC_innertext{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}


.area_table_title h2{
    color: var(--text)!important;
    border-bottom: dotted 3px #d969fe;
    width: 100%;
 padding-left: 2em;
  }
  .area_table tbody{
    width: 100%;
    color: var(--text);
  }
tr.area_table_contents th{
    width: 25%;
    vertical-align: middle;
    font-size: 1em;
    text-align: center;
}
.area_table_contents th.area_table_text{
    vertical-align: middle;
    font-size: 0.8em;
}
.area_btn_wrap{
    display: flex;
  justify-content: center;
    align-items: center;
}
/*4.23ニガテお任せ*/
.areaD_wrap{
  width: 100%;
  margin: 0 auto;
}
.areaD_wrap img{
  width: 100%;
  height: auto;
}

.area_school_table_contents{
    text-align: center;
}
.areaF_img{
  width: 100%;
}

.areaF_img img{
  display: block;
    width: 100%;
    object-fit: cover;
}
/*====card_hover====*/
.second_area_container .card:hover{
    box-shadow: none;
    transform: translateY(5px);
}


/*====ENDcard_hover====*/
.area_lesson_bc {
  padding: 20px 10px;
  max-width: 1600px;
  margin: 0 auto;
  text-align: right;
  font-size: 1.2em;
  background:#f0dbfc;
}
  /*左側コメント*/
  .talk {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
  }
  
  .talk .faceicon_left {
    float: left;
    margin-right: -40px;
    width: 10%;
  }
  
  .talk .faceicon_left img{
    width: 100%;
    height: auto;
    border-radius: 50%;
  }
  .talk .chatting {
    width: 100%;
    text-align: left;
  }
  .says p{
    display: inline-block;
    position: relative; 
    margin: 0 0 0 50px;
    padding: 10px;
    max-width: 800px;
    border-radius: 12px;
    background: #d9e9d9;
  

  }
  
  .says p:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px; 
    left: -19px;
    border: 8px solid transparent;
    border-right: 18px solid #d9e9d9;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
  }

  
  /*右側コメント*/
  .talk1 {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
  }
  
  .talk1 .faceicon_right{
    float: right;
    margin-right:1px;
    width: 10%;
  }
  
  .talk1 .faceicon_right img{
    width: 100%;
    height: auto;
    border-radius: 50%;
  }
  .talk1 .chatting1 {
    width: 100%;
  }
  .mycomment {
    margin: 10px 0;
  }
  .mycomment p {
    display: inline-block;
    text-align: left;
    position: relative; 
    margin: 0 50px 0 0;
    padding: 8px;
    max-width: 800px;
    border-radius: 12px;
    background: #f5e4be;
   
  }
  
  .mycomment p:after {
    content: "";
    position: absolute;
    top: 3px; 
    right: -19px;
    border: 8px solid transparent;
    border-left: 18px solid #f5e4be;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
.area_talkimg{
  display: flex;
  justify-content: center;
  align-items: center;
}

.area_numbers{
  justify-content: center;
  align-items: center;
}

.areaF_school{
background: #f4e4f6;
border: solid 1em #e3b7f6;
border-radius: 1em;
}
.freelesson{
  width: 100%;
  margin: 0 auto;
}
.area_estimate_list {
  width: 100%;
  padding-left: 10%;
}
.freelesson{
width: 80%;
margin: 0 auto;
}
.freelesson img{
  width: 100%;
  }

/*footer*/
.footer_container{
  font-style: normal;
  font-weight: 400;
  background-color: var(--primary);
  display: flex;
  justify-content: space-around;
  padding: 0;
  border: 0;
}
.footer_inner{
  width: 100%;
  margin: auto;
}
.footer_index1 a img{
  width: 80%;
}
.footer_index1_inner ul,
.main7_sitemap ul {
  max-width: 300px;
  width: 100%;
  list-style: none;
  padding: 0;
}

.inner_box_img{
  width: 50%;
  margin: 0 auto;
}
.inner_box_img img{
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1); 
}
.main7_sitemap ul li {
  position: relative;
  width: 100%;
  padding-left: 24px; 
  margin: 10px 0; 
}
.main7_sitemap ul li a {
  text-decoration: none; 
  color: inherit; 
}
.main7_sitemap ul li a:hover {
  color: #cc87d5; 
}

.main7_sitemap ul li::before {
    content: "\25BA";
  position: absolute;
  left: 0;
  color: #cc87d5;
}
.inner_box_img{
  width: 80%;
  margin: 0 auto;
}
.inner_box_img{
  width: 100%;
}
.freebtn7,.freebtn7 a {
  width: 100%;
  margin: 0 auto;
}
.freebtn7 a img{
  width: 100%;
  height: auto;
}
/*4.23ニガテお任せ*/
.areaD_wrap{
  width: 100%;
  margin: 0 auto;
}
.areaD_wrap img{
  width: 100%;
  height: auto;
}
/*4.26追加志望校合格率*/

.pass_no1{
   width: 100%;
  margin: 0 auto;
}
.pass_no1 img{
   width: 100%;
height: auto;
}
@media only screen and (max-width: 1030px) {
  .scrollButtonContainer {
      position: fixed;
      left: 50%;
      bottom: 0px;
      transform: translateX(-50%);
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%; 
      border-radius: 20px;
      padding:5px;
     }

  .scrollButton {
      flex: 1; 
      padding: 8px 16px;
      background-color: #fff; 
      border: 1px solid #800080; 
      color: #800080; 
      cursor: pointer;
      display: flex;
      align-items: center; 
      justify-content: center; 
      height: 60px; 
      font-size: 16px; 
     }
  .scrollButton .material-symbols-outlined {
      font-size: 16px; 
      margin-right:5px
  }
}
/*24.12.2追加*/
.dokodemo{
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
}
.dokodemoImg{
  width:100%;
  margin:0 auto;
}
.dokodemoImg img{
  width:100%;
  height:auto;
}
@media only screen and (min-width: 1031px) {
  .scrollButtonContainer {
      display: none;
  }
}
@media screen and (max-width: 1280px)
{
.nav ul li a,
.nav ul li a:link,
.nav ul li a:visited {
    width: 8em;
    font-size: 1em;
    padding-top: 0.6em;
    }
.headline h2{
        font-size: 1em;
    }

.areaC_wrap{
  display: block;
  }
  .areaC_inner_img,
  .areaC_title2_img{
  width: 100%;
  margin: 0 auto;
    }


}

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


    a.text-light
    {
    font-size: 16px;
    }
    .field2{
        max-width: 650px;
        width: 100%;
    }
    .list-group{
        width: 400px;
    } 

}


@media screen and (max-width: 768px) 
{
    body{
        font-size: 0.8em;
    }
    h2,h3,h4,.heading_sub{
        margin-top:0!important;
        font-size: 1em!important;
    }
    h5{
        font-size: 0.8em;
    }
.header_container {
  margin: 0!important;
  padding-top: 0.3em;
}
.company_main, .support_area, .area_main, .Quotation, .experience, .free_lessons, .pass, .priceA, .priceB, 
.qa, .score_up, .to_start_main, .button_area {
    padding: 1em;
}
.footer_index1 {
  width: 80%;
  margin: 0 auto;
}
.footer_index1 img{
width: 100%;
}

ul.header_list {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.header_list li{
    display: inline-block;     
    }

    .header_inner{
      display: none;
  }
  
  .header_sp {
      position: relative;
      display: flex;
      justify-content: space-between; 
      align-items: center;
  }
  
  .header_img img {
      width: 80%;
  }

.area_btnimg{
  width: 50%;
  margin: 0 auto;
}
.area_btnimg img{
  width: 100%;
}


.bread{
   font-size: 0.5em;
   margin: 0;
   padding: 0;
}
.btn_line a{
	  width: 110px;
    line-height: 25px;
    padding: 0px;

}
.btn_free a{
	  width: 110px;
    line-height: 25px;
    padding: 0px;
}
.circle i {
  font-size: 3em;
}

tr.area_table_contents th{
    font-size: 0.7em;
 }
tr.area_table_contents td{
  font-size: 0.8em;
}
.areaB_list{
  display: none;
}
.area_Alist_img{
  width: 35%;
  margin: 0 auto;
}
.area_Alist_img img{
  width: 100%;
}
.areaB_listsm{
  display: block;
  width: 100%;
  margin: 0 auto ;
}
.areaB_listsm img{
  width: 100%;
}
.area_estimate_list {
  padding: 0;
}

.company_main, .support_area, .area_main, .Quotation, .experience, .free_lessons, .pass, .priceA, .priceB, 
.qa, .score_up, .to_start_main, .button_area {
  padding: 1em;
}

.talk1{
  margin-top: 0!important;
}



/*4.23追加*/

.freebtn7box{
  width: 100%;
  margin: 0 auto;
}

.freebtn7box img{
  width: 100%;
  height: auto;
}





/*footer*/

.footer_inner {
  width: 100%;
  flex-direction: column;
}

.footer_index1,
.footer_index2,
.footer_index3 {
  font-size: 0.8em;
  margin: 3% 0;
}
.footer_index3{
  margin-top: 0!important;
}
.m-3.footer_index1_inner ul,
.main7_sitemap ul {
  padding: 0;
}
.footer_index1_inner ul {
  max-width: 100%;
}
.main7_sitemap ul li {
  width: 100%;
  margin: auto;
}

.footer_logo {
  width: 100%;
  max-width: 300px; 
}



.footer_index2 .inner_box,
.footer_index3 .inner_box{
  width: 50%;
  margin: 0 auto;
}

.footer_inner,
.footer_index1,
.footer_index2,
.footer_index3,
.m-3.footer_index1_inner ul,
.main7_sitemap ul,
.main7_sitemap ul li,
.innner_box,
.innner_box h4 {
  word-wrap: break-word;
  overflow-wrap: break-word;
}



}

    @media screen and (max-width: 576px)
     {
      .contents_title{
        margin-top: 2em;
    }
    .link_btn{
       margin-top: 1em!important;
       margin-bottom: 2em;
    }
 

  .area_Awrap{
    display: block;
    }

.area_btn{
    display: block;
}
.area_A_container{
  padding: 0.5em;
}

.area_numbers{
  width: 80%;
  margin: 0 auto;
}
.area_numbers img{
 width: 100%
}
.areaC_innertext{
display: block;
}




}