*{
    box-sizing: border-box;
}
    
html{
    scroll-behavior: smooth;
}
    
a {
    text-decoration: none;
    color: inherit;
}
    
body{
    margin: 0;
}
    
    
@media(max-width:770px) and (min-width:555px){
  
  header{
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: rgb(74, 123, 1);
  }



  .header-flex{
    display: flex;
    justify-content: space-between;
  }

  .header-left{
    height: 80px;
    
  }

  .header-logo{
    height: 80px;
    color: white;
    font-family: 'Kaisei HarunoUmi', serif;
    display: flex;
  }

  .header-name{
    display: inline-block;
    line-height: 80px;
    height: 80px;
    font-size: min(6vw,30px);
    margin-left: min(2vw,21px);
    margin-right: 2px;
    white-space: nowrap;
  }

  .header-name p{
    display: inline;
    vertical-align: baseline;
  }

  .logo-image-sp{
    height: 80px;
    line-height: 75px;
  }

  .logo-image-sp img{
    height: min(6vw,30px);
    width: min(6vw,30px);
    vertical-align:middle;
  }

  .logo-image{
    display: none;
  }

  .header-menu-left{
    display: none;    
  }

  .header-right{
    height: 80px;
       
  }

  .header-contact{
    display: flex;
    height: 80px;
    line-height: 80px;
    padding-left: 10px;
  }

  .header-btn{
    display: none;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    
  }
  .menu-trigger {
    position: relative;
    top:-2px;
    width: min(70vw,40px);
    height:  min(70vw,40px);
    background: none;
    appearance: none;
    cursor: pointer;  
    border:none;
    margin-top: 28px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 70%;
    height: 4px;
    border-radius: 2px;
    background-color: white;
    
  }
  .menu-trigger span:nth-of-type(1) {
    top: 1px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 11px;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 21px;
  }
  
  .menu-trigger.active span:nth-of-type(1) {
      transform: translateY(10px) rotate(-45deg);
    }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
          
    transform: translateY(-10px) rotate(45deg);
  }
  
  #header-sp-modal{
    display: none;
    position:fixed;
    top:0;
    right:0;
    bottom: 0;
    left:0;
    background-color: white;
    z-index: 100;
    margin-top: 80px;
    width:100%;
    height: 560px;
  }

  .header-icon-sp img{
    height: min(6vw,30px);
    width: min(6vw,30px);
    vertical-align: middle;
  }

  .sp-modal-tr ul{
    margin: 0;
    padding: 0;
  }
  
  .sp-modal-tr li{
    font-size: 20px;
    font-weight: lighter;
    list-style:none;
    font-family: sans-serif;
    line-height: 60px;
    border-bottom:1px solid #dee7ec ;
    margin:0 40px;
    display: block;
    padding-left: 20px;
  }

  .sp-modal-tr span{
    position: relative;
  }

  .sp-modal-tr span:hover{
    color: rgb(248,179,3);
  }

  .sp-modal-tr span::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background-color: #00a764;
    transition: all 0.5s;
  }  
  
  .sp-modal-tr span:hover::after{
    width: 110%;
  }
  
  #sp-modal-tr-top{
    border-top: 1px solid #dee7ec  ;
    margin-top: 50px;
  }
  
  #header-sp-modal p {
    text-align: center;
    font-size:15px;
  }

  .sp-modal-td ul{
    margin: 0;
    padding: 0;
  }

  .sp-modal-td{
    margin: 0 auto;
    max-width: 600px;
    width: 90vw;
  }

  .sp-modal-td li{
    max-width: 200px;
    width: 30vw;
    font-size: 12px;
    list-style:none;
    font-family: sans-serif;
    line-height: 40px;
    border-left:1px solid #dee7ec ;
    border-right:1px solid #dee7ec ;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    float: left;
    justify-content: center;
  }

  .sp-modal-td li:hover{
    color: rgb(248,179,3);
  }
  
  

  .select-title-sp{
    font-size: 16px;
    margin-top: 30px;
  }

  .select-title-sp span{
    color: #d2dce2;
  }

  .select-contents-sp{
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .select-sp{
    width: 30%;
    height: 70px;
    border-radius: 10px;
    margin: 0 auto;
    font-size: 15px;
    text-align: center;
    line-height: 70px;
    font-family: 'Kiwi Maru', serif;
    color: black;
  }

  .select-sp p{
    display: inline;
    vertical-align: top;
  }

  *,
  *:before,
  *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }
  
  html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .btn,
  a.btn,
  button.btn {
    
    font-family: 'Kiwi Maru', serif;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: black;
    border-radius: 0.5rem;
  }

  a.btn--yellow-sp {
    width: 100%;
    height: 100%;
    background-color: lemonchiffon;
    border-bottom: 5px solid rgb(227, 221, 167);
    font-size: 20px;
    padding: 15px 15px;
  }

  a.btn--yellow-sp:hover {
    margin-top: 3px;
    background: rgb(254, 250, 211);
    border-bottom: 2px solid rgb(227, 221, 167);
  }

  a.btn--green-sp {
    width: 100%;
    height: 100%;
    background-color: rgb(213, 255, 205);
    border-bottom: 5px solid rgb(163, 206, 154);
    font-size: 20px;
    padding: 15px 15px
  }

  a.btn--green-sp:hover {
    margin-top: 3px;
    background: rgb(220, 253, 214);
    border-bottom: 2px solid rgb(163, 206, 154);
  }

  a.btn--blue-sp {
    width: 100%;
    height: 100%;
    background-color: lightcyan;
    border-bottom: 5px solid rgb(169, 214, 214);
    font-size: 20px;
    padding: 15px 15px
  }

  a.btn--blue-sp:hover {
    margin-top: 3px;
    background: rgb(221, 252, 252);
    border-bottom: 2px solid rgb(169, 214, 214);
  }

  a.btn--shadow {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  }

  .header-icon-sp{
    height: min(8vw,40px);
    width: min(8vw,40px);
    line-height: min(8vw,40px);
    margin-right: min(2vw,10px);
    background-color: white;
    border-radius: min(4vw,20px);
    text-align: center;
    display: inline-block;
    vertical-align: middle;
  }

  .header-icon-sp:hover{
    background-color: rgb(236, 236, 236);
  }

  .header-icon{
    display: none;
  }

  .header-menu-right{
    display: none;
  }

  .fixed_btn{
      display: none;
  }

    .top-wrapper{
      width: 100%;
      height: 200px;
      padding-top: 60px;
      margin-top: 80px;
      background-image:url(http://110603c0e9d34d3f.main.jp/rensei-hp/high-top.png);
      background-size: cover;
    }

  

  .top-title-in{
      height: 80px;
      width: 350px;
      background-color: #02527d;
      color: white;
      margin: 0 auto;
      text-align: center;
      font-size:30px ;
      font-family: 'Kiwi Maru', serif;
      line-height: 80px;
      letter-spacing: 3px;
  }

  .top-title-in p{
      display: inline;
      vertical-align: top;
  }

  .top-img{
      display: none;
  }

  .high-point{
      width: 100%;
      height: 300px;
  }

  .point-a{
      width: 100%;
      height:40px;
      margin-top: 15px;
      text-align: center;
      font-size: 18px;
      font-family: 'Zen Kaku Gothic New', sans-serif;;
  }

  .point-b{
      width: 100%;
      height: 90px;
      font-size: 20px;
      text-align: center;
      padding: 0;
      line-height: 75px;
     
  }

  .point-b span{
      font-size: 30px;
      height: 90px;
      display: inline-block;
      text-align: center;
      letter-spacing: 6px;
      font-weight: bold;
      border: solid 10px rgba(147, 250, 209, 0.8) ;
      margin: 0 10px;
      vertical-align: middle;
      padding-left:16px ;
      padding-right: 6px;
  }

  .point-b p{
    display: inline;
  }

  .point-c-sp{
      width: 100%;
      text-align: center;
      font-size: 22px;
      font-family: 'Zen Kaku Gothic New', sans-serif;;
      height: 80px;
      margin-top: 30px;
      letter-spacing: 3px;
      display: inline-block;
  }

  .point-c-sp p{
    display: inline;
  }

  .point-c-sp span{
      font-size: 28px;
      border-bottom:solid 8px rgba(147, 250, 209, 0.8);
      height: 35px;
      padding: 0 6px;
      display: inline-block;
  }

  .point-c{
    display: none;
  }

  .elementry-lesson{
      width: 100%;
      height: auto;
      margin-top: 30px;
  }

  .lesson-sb{
      width: 95%;
      height: 350px;
      margin: 0 auto;
      border: solid 3px #02527d ;
      border-radius: 15px;
      position: relative;
      margin-bottom: 50px;
  }

  .lesson-title-sb{
      position: absolute;
      top: 0;
      left: 0;
      width: 400px;
      margin: 0 auto;
      padding: 0 20px;
      font-size: 28px;
      letter-spacing: 20px;
      transform: translateY(-50%) translateX(1em)
  }

  .lesson-title-sb span{
      background-color: white;
      padding-left: 20px;

  }
  
  .lesson-content{
      position: absolute;
      top: 0;
      width: 100%;
      padding: 20px 15px;
      height: auto;
      margin: 0 auto;
      font-size: 18px;
      letter-spacing: 3px;
      line-height: 35px;
  
  }

  .lesson-background{
      position: absolute;
      bottom: -80px;
      right: 20px;
      font-size: 70px;
      font-weight: bold;
  }

  .lesson-background{
    position: absolute;
    bottom: -80px;
    right: 20px;
    font-size: 70px;
    font-weight: bold;
    color: #02527d ;
    opacity: 0.2;
    font-family: 'Reggae One', cursive;
  }


  .price-sb{
      width: 100%;
      height: auto;
  }

  .price-title-sb{
      width: 180px;
      margin: 0 auto;
      text-align: center;
      font-size: 28px;
      font-family: 'Kiwi Maru', serif;
      letter-spacing: 6px;
      height: 60px;
  }

  .price-title-sb p{
    display: inline;
    padding: 0 15px;
    border-bottom: solid 3px rgb(248, 179, 3);
  }

  .price-point{
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .point-detail-sb{
      width: 300px;
      height: 70px;
      border:solid 5px  #02527d;
      text-align: center;
      margin: 7px auto;
      line-height: 25px;
      font-family: 'Zen Kaku Gothic New', sans-serif;;
  }

  .point-detail-sb p{
    display: inline;
    vertical-align: middle;
  }

  .price-a{
      display:flex;
      width: 100%;
      height: 80px;
      margin: 0 auto;
  }

  .price-b{
      display:flex;
      width: 100%;
      height: 140px;
      margin-top: 15px;
  }

  .price-c{
      display:flex;
      width: 100%;
      height: auto;
      margin-top: 30px;
  }

  .price-name-sb{
      font-size: 22px;
      width: 20%;
      text-align: center;
      height: 80px;
      line-height: 80px;
      
  }

  .price-name-sb p{
      display: inline;
      vertical-align: middle;
      border-bottom: dotted 3px rgb(248, 179, 3);
      padding:0 15px;
  }

  .a-content{
      height: 80px;
      font-size: 19px;
      line-height: 80px;
      margin-left: 5%;
      letter-spacing: 3px;
  }

  .a-content p{
      display: inline;
      vertical-align: middle;
  }

  .b-content-sp{
      margin-left: 5%;
      font-size: 20px;
      letter-spacing: 3px;
      padding-top: 8px;
      
  }

  .b-content{
    display: none;
  }

  .c-content{
      margin-left: 5%;
      width: 75%;
  }

  .c-table{
    overflow-x: scroll;
    width: 100%;
  }

  .c-table table{
      color: black;
      margin: 0 auto;
      margin-top: 35px;
      margin-bottom: 30px;
      border-collapse: collapse;
      white-space: nowrap;
      table-layout: fixed;
      width: 1000px;
      font-size: 17px;
  }
    
  .c-table td{
      border:solid 2px white;
      table-layout: fixed;
      text-align: center;

  }
    
  .c-table tr:first-child {
      height: 80px;
      letter-spacing: 4px;
      line-height: 30px;
      background-color: rgba(98, 195, 247, 0.5);
  }
  
  .c-table span{
      color: rgb(248, 179, 3);
  }
  
  .c-table tr:first-child p{
      display: inline;
      vertical-align: bottom;
  }
    
  
  .c-table tr {
      height: 100px;
      font-size: 20px;
      letter-spacing: 2px;
      
  }
  
  .table-mini-sb {
      height:20px;
      background: rgba(1, 134, 207,0);
      font-size: 14px;
      line-height: 20px;
  }
  
  .table-mini-sb p{
      display: inline;
      font-size: 14px;
      vertical-align: middle;
  
  }

  .c-detail{
    display: flex;
  }

  .c-detail-a{
    margin-right: 15px;
  }

  .c-detail-b span{
    color: rgb(248, 179, 3);
    padding: 0 6px;
  }

  .c-detail-b span:hover{
      color: #00a764;
  }

  .info{
    margin-top: 30px;
    height: auto;
  }

  .info-title{
    width: 100%;
    font-size: 25px;
    font-family: 'Kiwi Maru', serif;
    text-align: center;
  }

  .info-title p{
    border-bottom: solid 1px rgb(248, 179, 3);
    display: inline;
    padding: 0 10px;
  }

  .info-content table{
    width: 85%;
    margin: 0 auto;
    margin-top: 50px;
  }
  
  .info-content td:first-child{
    font-size: 16px;
    border-bottom: solid 1.5px rgb(74, 114, 14);
    width:100px ;
    padding-left: 0;
    text-align: center;
  }
  
  .info-content tr{
    height:85px;
  }
  
  .info-content td{
    border-bottom: solid 1.5px #a6a7a8;
    padding-left: 40px;
    white-space: nowrap;
  }
  
  .info-content tr:first-child{
    vertical-align: middle;
  }

  .info-contact{
    border: solid 1px #00a764;
    width: 300px;
    border-radius: 5px;
    text-align: center;
    margin: 70px auto 40px auto;
    cursor: pointer;
  }

  .info-contact:hover{
    background-color:#00a764;
    color: white;
    transition: all .5s ;
  }



  .info-graph{
    display: flex;
    flex-direction: column-reverse;
  }

  .info-photo{
    width: 100%;
    height: 280px;
    background-color: rgb(74, 123, 1);
  }

  .info-photo-bg{
    width: 100%;
    max-width: 570px;
    height: 280px;
    margin: 0 auto;
  }

  .info-photo-bg img{
    width: 100%;
    height: 100%;
  }

  .graph-background{
    width: 100%;
    height: 25px;
    background-color: rgb(74, 123, 1);
  }

  .info-map{
    width: 100%;
    height: 280px;
    margin-bottom: 50px;
  }

  .info-map iframe{
    width: 100%;
    height: 100%;
  }

  footer{
    height: 65px;
    width: 100%;
    background-color: rgb(74, 123, 1);
    position: relative;
  }

  .foot-first{
    display: flex;
    margin:0 auto;
    justify-content: center;
  }

  .foot-title{
    font-size: 23px;
    color: white;
    height: 55px;
    line-height: 50px;
    margin-right: 10px;
  }

  .foot-title p{
    display: inline;
    vertical-align: middle;
   
    font-family: 'Kaisei HarunoUmi', serif;
  }

  .foot-logo {
    height: 55px;
    width: 25px;
    line-height: 50px;
  }

  .foot-logo img{
    width: 100%;
    height: 25px;
    display: inline;
    vertical-align: middle;
    margin-top: 4px;
  }

  .foot-last{
    color: white;
    font-size: 12px;
    
    height: 15px;
    position: absolute;
    top: 25px;
    right: 5px;
  }

}


@media (min-width:771px) and (max-width:999px) {

    .top-wrapper{
        width: 100%;
        height: 200px!important;
        padding-top: 60px;
        margin-top: 80px;
        background-image:url(http://110603c0e9d34d3f.main.jp/rensei-hp/high-top.png);
        background-size: cover;
    }

  
    
  
    .top-title-in{
        height: 80px;
        width: 350px;
        background-color: #02527d;
        color: white;
        margin: 0 auto;
        text-align: center;
        font-size:30px ;
        font-family: 'Kiwi Maru', serif;
        line-height: 80px;
        letter-spacing: 3px;
    }
  
    .top-title-in p{
        display: inline;
        vertical-align: top;
    }
  
    .top-img{
        display: none;
    }
  
    .high-point{
        width: 100%;
        height: 300px;
    }
  
    .point-a{
        width: 100%;
        height:40px;
        margin-top: 15px;
        text-align: center;
        font-size: 18px;
        font-family: 'Zen Kaku Gothic New', sans-serif;;
    }
  
    .point-b{
        width: 100%;
        height: 90px;
        font-size: 20px;
        text-align: center;
        padding: 0;
        line-height: 75px;
       
    }
  
    .point-b span{
        font-size: 30px;
        height: 90px;
        display: inline-block;
        text-align: center;
        letter-spacing: 6px;
        font-weight: bold;
        border: solid 10px rgba(147, 250, 209, 0.8) ;
        margin: 0 10px;
        vertical-align: middle;
        padding-left:16px ;
        padding-right: 6px;
    }
  
    .point-b p{
      display: inline;
    }
  
    .point-c-sp{
        width: 100%;
        text-align: center;
        font-size: 22px;
        font-family: 'Zen Kaku Gothic New', sans-serif;;
        height: 80px;
        margin-top: 30px;
        letter-spacing: 3px;
        display: inline-block;
    }
  
    .point-c-sp p{
      display: inline;
    }
  
    .point-c-sp span{
        font-size: 28px;
        border-bottom:solid 8px rgba(147, 250, 209, 0.8);
        height: 35px;
        padding: 0 7px;
        display: inline-block;
    }
  
    .point-c{
      display: none;
    }
  
    .elementry-lesson{
        width: 100%;
        height: auto;
        margin-top: 30px;
    }
  
    .lesson-sb{
        width: 95%;
        height: 280px;
        margin: 0 auto;
        border: solid 3px #02527d ;
        border-radius: 15px;
        position: relative;
        margin-bottom: 50px;
    }
  
    .lesson-title-sb{
        position: absolute;
        top: 0;
        left: 0;
        width: 400px;
        margin: 0 auto;
        padding: 0 20px;
        font-size: 28px;
        letter-spacing: 20px;
        transform: translateY(-50%) translateX(1em)
    }
  
    .lesson-title-sb span{
        background-color: white;
        padding-left: 20px;
  
    }
    
    .lesson-content{
        position: absolute;
        top: 0;
        width: 100%;
        padding: 20px 15px;
        height: auto;
        margin: 0 auto;
        font-size: 18px;
        letter-spacing: 3px;
        line-height: 35px;
    
    }
  
    .lesson-background{
        position: absolute;
        bottom: -80px;
        right: 20px;
        font-size: 70px;
        font-weight: bold;
    }
  
    .lesson-background{
      position: absolute;
      bottom: -80px;
      right: 20px;
      font-size: 70px;
      font-weight: bold;
      color: #02527d ;
      opacity: 0.2;
      font-family: 'Reggae One', cursive;
    }
  
  
    .price-sb{
        width: 100%;
        height: auto;
    }
  
    .price-title-sb{
        width: 180px;
        margin: 0 auto;
        text-align: center;
        font-size: 28px;
        font-family: 'Kiwi Maru', serif;
        letter-spacing: 6px;
        height: 60px;
    }
  
    .price-title-sb p{
      display: inline;
      padding: 0 15px;
      border-bottom: solid 3px rgb(248, 179, 3);
    }
  
    .price-point{
        width:100%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 30px;
        display: flex;
    }
  
    .point-detail-sb{
        width: 300px;
        height: 70px;
        border:solid 5px  #02527d;
        text-align: center;
        margin: 7px auto;
        line-height: 25px;
        font-family: 'Zen Kaku Gothic New', sans-serif;;
    }
  
    .point-detail-sb p{
      display: inline;
      vertical-align: middle;
    }
  
    .price-a{
        display:flex;
        width: 100%;
        height: 80px;
        margin: 0 auto;
    }
  
    .price-b{
        display:flex;
        width: 100%;
        height: 140px;
        margin-top: 15px;
    }
  
    .price-c{
        display:flex;
        width: 100%;
        height: auto;
        margin-top: 30px;
    }
  
    .price-name-sb{
        font-size: 22px;
        width: 20%;
        text-align: center;
        height: 80px;
        line-height: 80px;
        
    }
  
    .price-name-sb p{
        display: inline;
        vertical-align: middle;
        border-bottom: dotted 3px rgb(248, 179, 3);
        padding:0 15px;
    }
  
    .a-content{
        height: 80px;
        font-size: 19px;
        line-height: 80px;
        margin-left: 5%;
        letter-spacing: 3px;
    }
  
    .a-content p{
        display: inline;
        vertical-align: middle;
    }
  
    .b-content-sp{
        margin-left: 5%;
        font-size: 20px;
        letter-spacing: 3px;
        padding-top: 8px;
        
    }
  
    .b-content{
      display: none;
    }
  
    .c-content{
        margin-left: 5%;
        width: 75%;
    }
  
    .c-table{
      overflow-x: scroll;
      width: 100%;
    }
  
    .c-table table{
        color: black;
        margin: 0 auto;
        margin-top: 35px;
        margin-bottom: 30px;
        border-collapse: collapse;
        white-space: nowrap;
        table-layout: fixed;
        width: 1000px;
        font-size: 17px;
    }
      
    .c-table td{
        border:solid 2px white;
        table-layout: fixed;
        text-align: center;
  
    }
      
    .c-table tr:first-child {
        height: 80px;
        letter-spacing: 4px;
        line-height: 30px;
        background-color: rgba(98, 195, 247, 0.5);
    }
    
    .c-table span{
        color: rgb(248, 179, 3);
    }
    
    .c-table tr:first-child p{
        display: inline;
        vertical-align: bottom;
    }
      
    
    .c-table tr {
        height: 100px;
        font-size: 20px;
        letter-spacing: 2px;
        
    }
    
    .table-mini-sb {
        height:20px;
        background: rgba(1, 134, 207,0);
        font-size: 14px;
        line-height: 20px;
    }
    
    .table-mini-sb p{
        display: inline;
        font-size: 14px;
        vertical-align: middle;
    
    }
  
    .c-detail{
      display: flex;
    }
  
    .c-detail-a{
      margin-right: 15px;
    }

    .c-detail-b span{
      color: rgb(248, 179, 3);
      padding: 0 6px;
    }
  
    .c-detail-b span:hover{
        color: #00a764;
    }
}

@media(max-width:554px){
  
  header{
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: rgb(74, 123, 1);
  }



  .header-flex{
    display: flex;
    justify-content: space-between;
  }

  .header-left{
    height: 80px;
    
  }

  .header-logo{
    height: 80px;
    color: white;
    font-family: 'Kaisei HarunoUmi', serif;
    display: flex;
  }

  .header-name{
    display: inline-block;
    line-height: 80px;
    height: 80px;
    font-size: min(6vw,30px);
    margin-left: min(2vw,21px);
    margin-right: 2px;
    white-space: nowrap;
  }

  .header-name p{
    display: inline;
    vertical-align: baseline;
  }

  .logo-image-sp{
    height: 80px;
    line-height: 75px;
  }

  .logo-image-sp img{
    height: min(6vw,30px);
    width: min(6vw,30px);
    vertical-align:middle;
  }

  .logo-image{
    display: none;
  }

  .header-menu-left{
    display: none;    
  }

  .header-right{
    height: 80px;
       
  }

  .header-contact{
    display: flex;
    height: 80px;
    line-height: 80px;
    padding-left: 10px;
  }

  .header-btn{
    display: none;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    
  }
  .menu-trigger {
    position: relative;
    top:-2px;
    width: min(70vw,40px);
    height:  min(70vw,40px);
    background: none;
    appearance: none;
    cursor: pointer;  
    border:none;
    margin-top: 28px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 70%;
    height: 4px;
    border-radius: 2px;
    background-color: white;
    
  }
  .menu-trigger span:nth-of-type(1) {
    top: 1px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 11px;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 21px;
  }
  
  .menu-trigger.active span:nth-of-type(1) {
      transform: translateY(10px) rotate(-45deg);
    }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
          
    transform: translateY(-10px) rotate(45deg);
  }
  
  #header-sp-modal{
    display: none;
    position:fixed;
    top:0;
    right:0;
    bottom: 0;
    left:0;
    background-color: white;
    z-index: 100;
    margin-top: 80px;
    width:100%;
    height: 560px;
  }

  .header-icon-sp img{
    height: min(6vw,30px);
    width: min(6vw,30px);
    vertical-align: middle;
  }

  .sp-modal-tr ul{
    margin: 0;
    padding: 0;
  }
  
  .sp-modal-tr li{
    font-size: 20px;
    font-weight: lighter;
    list-style:none;
    font-family: sans-serif;
    line-height: 60px;
    border-bottom:1px solid #dee7ec ;
    margin:0 40px;
    display: block;
    padding-left: 20px;
  }

  .sp-modal-tr span{
    position: relative;
  }

  .sp-modal-tr span:hover{
    color: rgb(248,179,3);
  }

  .sp-modal-tr span::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background-color: #00a764;
    transition: all 0.5s;
  }  
  
  .sp-modal-tr span:hover::after{
    width: 110%;
  }
  
  #sp-modal-tr-top{
    border-top: 1px solid #dee7ec  ;
    margin-top: 50px;
  }
  
  #header-sp-modal p {
    text-align: center;
    font-size:15px;
  }

  .sp-modal-td ul{
    margin: 0;
    padding: 0;
  }

  .sp-modal-td{
    margin: 0 auto;
    max-width: 600px;
    width: 90vw;
  }

  .sp-modal-td li{
    max-width: 200px;
    width: 30vw;
    font-size: 12px;
    list-style:none;
    font-family: sans-serif;
    line-height: 40px;
    border-left:1px solid #dee7ec ;
    border-right:1px solid #dee7ec ;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    float: left;
    justify-content: center;
  }

  .sp-modal-td li:hover{
    color: rgb(248,179,3);
  }
  
  

  .select-title-sp{
    font-size: 16px;
    margin-top: 30px;
  }

  .select-title-sp span{
    color: #d2dce2;
  }

  .select-contents-sp{
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .select-sp{
    width: 30%;
    height: 70px;
    border-radius: 10px;
    margin: 0 auto;
    font-size: 15px;
    text-align: center;
    line-height: 70px;
    font-family: 'Kiwi Maru', serif;
    color: black;
  }

  .select-sp p{
    display: inline;
    vertical-align: top;
  }

  *,
  *:before,
  *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }
  
  html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .btn,
  a.btn,
  button.btn {
    
    font-family: 'Kiwi Maru', serif;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: black;
    border-radius: 0.5rem;
  }

  a.btn--yellow-sp {
    width: 100%;
    height: 100%;
    background-color: lemonchiffon;
    border-bottom: 5px solid rgb(227, 221, 167);
    font-size: 20px;
    padding: 15px 15px;
  }

  a.btn--yellow-sp:hover {
    margin-top: 3px;
    background: rgb(254, 250, 211);
    border-bottom: 2px solid rgb(227, 221, 167);
  }

  a.btn--green-sp {
    width: 100%;
    height: 100%;
    background-color: rgb(213, 255, 205);
    border-bottom: 5px solid rgb(163, 206, 154);
    font-size: 20px;
    padding: 15px 15px
  }

  a.btn--green-sp:hover {
    margin-top: 3px;
    background: rgb(220, 253, 214);
    border-bottom: 2px solid rgb(163, 206, 154);
  }

  a.btn--blue-sp {
    width: 100%;
    height: 100%;
    background-color: lightcyan;
    border-bottom: 5px solid rgb(169, 214, 214);
    font-size: 20px;
    padding: 15px 15px
  }

  a.btn--blue-sp:hover {
    margin-top: 3px;
    background: rgb(221, 252, 252);
    border-bottom: 2px solid rgb(169, 214, 214);
  }

  a.btn--shadow {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  }

  .header-icon-sp{
    height: min(8vw,40px);
    width: min(8vw,40px);
    line-height: min(8vw,40px);
    margin-right: min(2vw,10px);
    background-color: white;
    border-radius: min(4vw,20px);
    text-align: center;
    display: inline-block;
    vertical-align: middle;
  }

  .header-icon-sp:hover{
    background-color: rgb(236, 236, 236);
  }

  .header-icon{
    display: none;
  }

  .header-menu-right{
    display: none;
  }

  .fixed_btn{
      display: none;
  }


    .top-wrapper{
      width: 100%;
      height: 200px;
      padding-top: 60px;
      margin-top: 80px;
      background-image:url(http://110603c0e9d34d3f.main.jp/rensei-hp/high-top.png);
      background-size: cover;
    }

  

  .top-title-in{
      height: 80px;
      max-width: 350px;
      width: 95%;
      background-color: #02527d;
      color: white;
      margin: 0 auto;
      text-align: center;
      font-size:30px ;
      font-family: 'Kiwi Maru', serif;
      line-height: 80px;
      letter-spacing: 3px;
  }

  .top-title-in p{
      display: inline;
      vertical-align: top;
  }

  .top-img{
      display: none;
  }

  .high-point{
      width: 100%;
      height: auto;
      margin-bottom: 15px;
  }

  .point-a{
      width: 80vw;
      height:40px;
      margin: 0 auto;
      margin-top: 15px;
      text-align: center;
      font-size: 18px;
      font-family: 'Zen Kaku Gothic New', sans-serif;;
  }

  .point-b{
    width: 320px;

    margin: 0 auto;
    height: 220px;
    font-size: 25px;
    text-align: center;
    padding: 0;    
}

.point-b span{
    font-size: 40px;
    height: 90px;
    line-height: 70px;
    display: inline-block;
    width: 320px;
    text-align: center;
    letter-spacing: 6px;
    font-weight: bold;
      border: solid 10px rgba(147, 250, 209, 0.8) ;
      vertical-align: middle;
      padding-left:10px ;
  }

  .point-b p{
    display: inline;
  }

  .point-c-sp{
    width: 100%;
    text-align: center;
    font-size: clamp(16px,4.89vw,22px);
    font-family: 'Zen Kaku Gothic New', sans-serif;;
    height: 80px;
    margin-top: 30px;
    letter-spacing: min(0.6vw,3px);
    display: inline-block;
    white-space: nowrap;
}

.point-c-sp p{
  display: inline;
}

.point-c-sp span{
    font-size: clamp(20px,6.22vw,28px);
      border-bottom:solid 8px rgba(147, 250, 209, 0.8);
      height: 35px;
      padding: 0 min(1.5vw,8px);
      display: inline-block;
  }

  .point-c{
    display: none;
  }

  .elementry-lesson{
      width: 100%;
      height: auto;
      margin-top: 30px;
  }

  .lesson-sb{
      width: 95%;
      height: 400px;
      margin: 0 auto;
      border: solid 3px #02527d ;
      border-radius: 15px;
      position: relative;
      margin-bottom: 50px;
  }

  .lesson-title-sb{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    padding: 0 10px;
    font-size: 28px;
    letter-spacing: min(3.6vw,20px);
    transform: translateY(-50%) translateX(10px);      
}

.lesson-title-sb span{
    background-color: white;
    padding-left: 10px;

}
  
  .lesson-content{
      position: absolute;
      top: 0;
      width: 100%;
      padding: 20px 15px;
      height: auto;
      margin: 0 auto;
      font-size: clamp(14px,3.52vw,18px);
      letter-spacing: 3px;
      line-height: 35px;
  
  }

  .lesson-background{
      position: absolute;
      bottom: -80px;
      right: 20px;
      font-size: min(16.99vw,70px);
      font-weight: bold;
  }

  .lesson-background{
    position: absolute;
    bottom: -80px;
    right: 20px;
    font-size: min(16.99vw,70px);
    font-weight: bold;
    color: #02527d ;
    opacity: 0.2;
    font-family: 'Reggae One', cursive;
    white-space: nowrap;
  }


  .price-sb{
      width: 100%;
      height: auto;
  }

  .price-title-sb{
      width: 180px;
      margin: 0 auto;
      text-align: center;
      font-size: 28px;
      font-family: 'Kiwi Maru', serif;
      letter-spacing: 6px;
      height: 60px;
  }

  .price-title-sb p{
    display: inline;
    padding: 0 15px;
    border-bottom: solid 3px rgb(248, 179, 3);
  }

  .price-point{
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.point-detail-sb{
    max-width: 300px;
    width: 95%;
    height: 70px;
    border:solid 5px  #02527d;
    text-align: center;
    margin: 7px auto;
    line-height: 25px;
      font-family: 'Zen Kaku Gothic New', sans-serif;;
}

.point-detail-sb p{
  display: inline;
  vertical-align: middle;
}

.price-a{
    width: 100%;
    height: 100px;
    margin: 0 auto;
}

.price-b{
    width: 100%;
    height: 200px;
    margin-top: 15px;
}

.price-c{
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.price-name-sb{
    font-size: 22px;
    width: 100px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    
}

.price-name-sb p{
    display: inline;
    vertical-align: middle;
    border-bottom: dotted 3px rgb(248, 179, 3);
    padding:0 15px;
}

.a-content{
    height: 50px;
    font-size: 19px;
    line-height: 50px;
    margin: 0 auto;
    letter-spacing: 3px;
    width: 90vw;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 20px;
}

.a-content p{
    display: inline;
    vertical-align: middle;
}

.b-content-sp{
    width: 300px;
    margin:0 auto;
    font-size: 20px;
    letter-spacing: 3px;
    padding-top: 8px; 
        
}

.b-content{
  display: none;
}

.c-content{
    margin-left: 5%;
    width: 95%;
}

.c-table{
  overflow-x: scroll;
  width: 100%;
}

  .c-table table{
      color: black;
      margin: 0 auto;
      margin-top: 35px;
      margin-bottom: 30px;
      border-collapse: collapse;
      white-space: nowrap;
      table-layout: fixed;
      width: 1000px;
      font-size: 17px;
  }
    
  .c-table td{
      border:solid 2px white;
      table-layout: fixed;
      text-align: center;

  }
    
  .c-table tr:first-child {
      height: 80px;
      letter-spacing: 4px;
      line-height: 30px;
      background-color: rgba(98, 195, 247, 0.5);
  }
  
  .c-table span{
      color: rgb(248, 179, 3);
  }
  
  .c-table tr:first-child p{
      display: inline;
      vertical-align: bottom;
  }
    
  
  .c-table tr {
      height: 100px;
      font-size: 20px;
      letter-spacing: 2px;
      
  }
  
  .table-mini-sb {
      height:20px;
      background: rgba(1, 134, 207,0);
      font-size: 14px;
      line-height: 20px;
  }
  
  .table-mini-sb p{
      display: inline;
      font-size: 14px;
      vertical-align: middle;
  
  }

  .c-detail{
    display: flex;
  }

  .c-detail-a{
    margin-right: 15px;
  }

  .c-detail-b span{
    color: rgb(248, 179, 3);
    padding: 0 6px;
  }

  .c-detail-b span:hover{
      color: #00a764;
  }

  .info{
    margin-top: 30px;
    height: auto;
  }

  .info-title{
    width: 100%;
    font-size: 25px;
    font-family: 'Kiwi Maru', serif;
    text-align: center;
  }

  .info-title p{
    border-bottom: solid 1px rgb(248, 179, 3);
    display: inline;
    padding: 0 10px;
  }

  .info-content table{
    width: 85%;
    margin: 0 auto;
    margin-top: 50px;
  }
  
  .info-content td:first-child{
    font-size: 16px;
    border-bottom: solid 1.5px rgb(74, 114, 14);
    width:100px ;
    padding-left: 0;
    text-align: center;
  }
  
  .info-content tr{
    height:85px;
  }
  
  .info-content td{
    border-bottom: solid 1.5px #a6a7a8;
    padding-left: 40px;
    white-space: nowrap;
  }
  
  .info-content tr:first-child{
    vertical-align: middle;
  }

  .info-contact{
    border: solid 1px #00a764;
    width: 300px;
    border-radius: 5px;
    text-align: center;
    margin: 70px auto 40px auto;
    cursor: pointer;
  }

  .info-contact:hover{
    background-color:#00a764;
    color: white;
    transition: all .5s ;
  }



  .info-graph{
    display: flex;
    flex-direction: column-reverse;
  }

  .info-photo{
    width: 100%;
    height: 280px;
    background-color: rgb(74, 123, 1);
  }

  .info-photo-bg{
    width: 100%;
    max-width: 570px;
    height: 280px;
    margin: 0 auto;
  }

  .info-photo-bg img{
    width: 100%;
    height: 100%;
  }

  .graph-background{
    width: 100%;
    height: 25px;
    background-color: rgb(74, 123, 1);
  }

  .info-map{
    width: 100%;
    height: 280px;
    margin-bottom: 50px;
  }

  .info-map iframe{
    width: 100%;
    height: 100%;
  }

  footer{
    height: 65px;
    width: 100%;
    background-color: rgb(74, 123, 1);
    position: relative;
  }

  .foot-first{
    display: flex;
    margin:0 auto;
    justify-content: center;
  }

  .foot-title{
    font-size: 23px;
    color: white;
    height: 55px;
    line-height: 50px;
    margin-right: 10px;
  }

  .foot-title p{
    display: inline;
    vertical-align: middle;
   
    font-family: 'Kaisei HarunoUmi', serif;
  }

  .foot-logo {
    height: 55px;
    width: 25px;
    line-height: 50px;
  }

  .foot-logo img{
    width: 100%;
    height: 25px;
    display: inline;
    vertical-align: middle;
    margin-top: 4px;
  }

  .foot-last{
    color: white;
    font-size: 12px;
    
    height: 15px;
    position: absolute;
    top: 25px;
    right: 5px;
  }

}