@charset "utf-8";
html{
    font-family: "Noto Sans CJK JP","Noto Sans JP","Yu Gothic Medium","Hiragino Kaku Gothic Pro",Meiryo,sans-serif;
}
body{
    margin: 0 auto;
    max-width: 1920px;
}
p,h2,h3{
    color: #272727;
}
img{
    display: block;
    width: 100%;
}
header{
    background-color: #FAFAFA;
}
.header---inner{
    max-width: 1230px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1%;
    box-sizing: border-box;
}
h1 img{
    width: 80%;
}
.detail a{
    text-decoration: none;
    color: #f19210;
    display: flex;
    align-items: center;
    font-weight: 600
}
.detail a p{
    font-size: 1.4rem;
    color: #3d7cc1;
}
.detail a p:first-child{
    background-color: #fff100;
    color: #3d7cc1;
    padding: 0.2rem 0.4rem;
    box-sizing: border-box;;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 1rem;
    font-weight: 500;
}
.line{
    height: 5px;
    position: relative;
    background-color: #3d7cc1;
}
.mv{
    position: relative;
}
.main {
    width: 500px;
    margin: 0 auto;
    position: absolute;
    top: 11%;
    left: 24%;
}
.main>p{
    color: #E70411;
    font-size: 4.7rem;
    font-weight: 600;
    line-height: 5.2rem;
    margin-top: 20px;
    letter-spacing: -0.1rem;
}
.main>p span{
    font-size: 5.5rem;
}
.main>p span.number{
    font-size: 6.6rem;
}

.point{
    background-color: #fff;
    border: 2px solid #013f9b;
    width: 215px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 3px 4px 10px #a3a3a381;
}
.point p{
    text-align: center;
    font-size: 1.9rem;
    color: #013f9b;
    font-weight: bold;
    padding: 1.5%;
}
.point div{
    background-color: #013f9b;
}
.point div p{
    color: #fff;
    font-size: 3.6rem;
    text-align: center;
    font-weight: 500;
    padding: 0;
    letter-spacing: 0.1rem;
}
.point div p span.yellow{
    background-color: #F9B900;
    color: #013f9b;
    font-size: 1.5rem;
    font-weight: bold;
    display: inline-block;
    padding: 7% 4%;
    letter-spacing: 0rem;
    text-align: center;
    border-radius: 100%;
    position: relative;
    top: -0.6rem;
    margin-right: 0.3rem;
}
.point div p span.min{
    font-size: 2rem;
    color: #fff;
}
p.under{
    padding: 5.5%;
}
.mv-bt{
    background-color: #fff100;
    padding: 3% 2% 2%;
}
.mv-bt p{
    font-size: 2em;
    color: #3d7cc1;
    font-weight: bold;
    text-align: center;
}
.mv-bt p span{
    color: #E70411;
}
.mv-bt-inner{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 825px;
    margin: 0px auto 20px;
    font-size: 1.3rem;
    line-height: 2.3rem;
    padding-top: 18px;

}

.mv-bt-inner p{
    color: #000;
    background-color: #fff;
    position: relative;
    width: 300px;
    padding: 2.5% 1% 2.5% 9.5%;
    border-radius: 12px;
    font-weight: 500;
    font-size: 1.8rem;
    text-align: center;
}
.mv-bt-inner p span{
    color: #E70411;
}
.mv-bt-inner p::before {
    content: '';
    background-image: url(../../../img/lp/gamma20220909/icon_01.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 74px;
    height: 65px;
    position: absolute;
    left: 31px;
    top: 26px;
}
.mv-bt-inner p.icon02::before {
    content: '';
    background-image: url(../../../img/lp/gamma20220909/icon_02.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 61px;
    height: 70px;
    position: absolute;
    left: 27px;
    top: 27px;
}

.mv-bt-inner p:nth-child(2):before {
    left: 52px;
}
.mv-bt-inner p::after {
    content: '×';
    font-size: 3.5rem;
    position: absolute;
    color: #3d7cc1;
    bottom: 33%;
    right: -14%;
    font-weight: bold;
}
.mv-bt-inner p:last-child:after{
    content: none;
}

/* cta */
.cta-area{
    background-color: #FFF;
    width: 1070px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 30px;
    border-radius: 13px;
}

.cta-area h2{
    padding-top: 50px;
    color: #3d7cc1;
    font-weight: 500;
    text-align: center;
    font-size: 2.6rem;
}

.cta-area-inner{
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    padding: 40px;
    box-sizing: border-box;
}
.cta-area-inner a{
    display: flex;
    flex: 1 0 auto;
}
.tel-inner{
    display: flex;
    width: 840px;
    margin: 20px auto;
    align-items: center;
}
p.tel{
    font-size: 2.5rem;
    position: relative;
    margin-left: 40px;
    font-weight: 500;
}
p.tel::before{
    content: '';
    background-image: url(../../../img/lp/gamma20220909/tel-icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0px;
    background-size: contain;
    margin-left: 12px;
    position: absolute;
    bottom: 13%;
    left: 5%;
}
.cta-area a{
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    width: 50%;
}

.nayami-bt-area .cta-area::before{
    content: '';
    background-repeat: no-repeat;
    background-image: url(../../../img/lp/gamma20220909/boy.png);
    display: inline-block;
    width: 150px;
    height: 150px;
    margin-right: 0px;
    background-size: contain;
    margin-left: 12px;
    position: absolute;
    top: -14%;
    right: 11%;
}
.cta{
    width: 96%;
    background-color: #E70411;
    text-align: center;
    border-radius: 60px;
    padding: 22px 0;
    box-shadow: 0px 10px 0px #9c0008;
    position: relative;
    margin: 0 auto;

}
.cta p{
    color: #fff;
    padding: 0 0 0 100px;
}
.cta::before{
    content: '';
    background-image: url(../../../img/lp/gamma20220909/mail-icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0px;
    background-size: contain;
    margin-left: 12px;
    position: absolute;
    top: 34%;
    left: 7%;
}

.cta-tel{
    width: 96%;
    margin: 0 auto;
    text-align: center;
    border-radius: 60px;
    padding: 5px;
    box-sizing: border-box;
    background-color: #f9a401;
    box-shadow: rgb(222 109 0) 0px 10px 0px;
}
.cta-tel p{
    color: #fff;
    text-align: center;
}
.cta-tel p:nth-child(2){
    font-size: 1.1rem;
    font-weight: normal;
    position: relative;
    top: -0.3rem;
}
.cta-tel p:nth-child(2) span{
    border: 1px solid #fff;
    padding: 0px 4px;
    margin-right: 10px;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
.left span{
    padding: 0.1rem 0.4rem;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-right: 20px;
}

.center{
    text-align: center;
    padding-top: 80px;
}


/* こんなお悩みありませんか？ */

.nayami-area{
    background-color: #dbdbdb;
    padding: 86px 0 150px;
}
.nayami-area h2{
    font-size: 2.8em;
    font-weight: 500;
    text-align: center;
    margin-bottom: 33px;
}

.nayami-inner{
    background-color: #fff;
    width: 700px;
    padding: 3% ;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
}
.nayami-inner::after{
    content: '';
    background-image: url(../../../img/lp/gamma20220909/nayami.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 300px;
    height: 400px;
    margin-right: 0px;
    background-size: contain;
    margin-left: 12px;
    position: absolute;
    bottom: -66%;
    right: -3%;
}
.nayami-inner li{
    font-size: 1.3rem;
    line-height: 3rem;
    margin-left: 15px;
    display: flex;
}
.nayami-inner li:nth-child(1)::before{
    content: '●';
    font-size: 1rem;
    color: #dbdbdb;
    position: absolute;
    top: -5px;
    left: 13px;
}
.nayami-inner li:nth-child(2)::before{
    content: '●';
    font-size: 1rem;
    color: #dbdbdb;
    position: absolute;
    top: -5px;
    right: 13px;
}
.nayami-inner li:nth-child(3)::before{
    content: '●';
    font-size: 1rem;
    color: #dbdbdb;
    position: absolute;
    bottom: -5px;
    left: 13px;
}
.nayami-inner li img{
    width: 40px;
    height: 40px;
    margin-right: 1%;
}
.nayami-bt-area{
    position: relative;
    background-size: auto 375px;
    z-index: 2;
    background-repeat: no-repeat;
    top: -60px;
    padding: 34px 0 50px;
    background-color: #fff100;
}
.triangle{
    position: absolute;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 35px solid #dbdbdb;
    top: 0%;
    left: 47%;
  }
.nayami-bt-inner{
    width: 750px;
    margin:  0 auto;
    border-radius: 15px;
    margin-top: 50px;
}

.nayami-bt-inner h2{
    margin: 0 auto;
    color: #3d7cc1;
    font-weight: bold;
    text-align: center;
    font-size: 2.5rem;
    padding: 0 0 5%;
    position: relative;
}
.nayami-bt-inner h2:before {
    content: '';
    background-image: url(../../../img/lp/gamma20220909/method_icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0px;
    background-size: contain;
    margin-left: 12px;
    position: absolute;
    top: -43px;
    left: 27%;
    transform: rotate(342deg);
}

.nayami-bt-inner span{
    color: #E70411;
    background-color: #ffffff;
    padding: 2px 8px 2px 10px;
    margin: 0 4px 0 2px;
}

.nayami-bt-inner h3{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    color: #363636;
    padding-bottom: 30px;
}


/* なぜAiQが選ばれるのか */
.method{
    max-width: 1200px;
    padding: 5% 30px 3%;
    margin: 0 auto;
}
.reason{
    display: flex;
    position: relative;
    margin-bottom: 80px;
}

.method img{
    width: 50%;
    height: 50%;
}
.method .txt{
    margin-left: 50px;
    width: 60%;
}
.method h2{
    color: #e42837;
    font-size: 2.55rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}
.method h2::before{
    content: '';
    background-image: url(../../../img/lp/gamma20220909/method_icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0px;
    background-size: contain;
    margin-left: 12px;
    position: absolute;
    top: -29px;
    left: 20%;
    transform: rotate(346deg);
}
.method h2 span{
    border-bottom: 5px dotted #e42837;
    padding-bottom: 5px;
}
.method p{
    font-size: 1.2em;
    margin-top: -23px;
}
.method .txt h3,.reason-min h3{
    color: #3d7cc1;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 500;
    padding-left: 10px;
    margin-top: 28px;
}
.method .txt h3{
    z-index: 2;
    position: relative;
}
.method b{
    font-size: 2.5em;
    font-weight: 400;
    position: absolute;
    top: -17px;
    left: 75px;
}

.reason_ribbon{
    position: relative;
    width: 129px;
    height: 50px;
    background: #fff100;
    z-index: -1;
    top: -42px;
    left: 0;
}
.reason_ribbon::after{
    position: absolute;
    content: '';
    top: 0;
    right: -15px;
    width: 0px;
    height: 0px;
    border-color: #fff100 transparent;
    border-width: 25px 15px 25px 0px;
    border-style: solid;
}
.method .txt h3 span{
    font-size: 5rem;
}
.reason-min h3{
    margin-left: 20px;
    margin-top: 25px;
    width: 77%;
}
.reason-min-box .reason-min:nth-child(2) h3 {
    margin-left: 20px;
    margin-top: 3px;
    width: 77%;
    margin-bottom: 0;
}
.reason-min{
    width: 48%;
    margin-bottom: 40px;
}
.reason-min .ttl{
    display: flex;
    align-items: self-start;
    width: 100%;
    margin-bottom: 30px;
}
.red{
    color: #e42837;
}
.txt ul{
    background-color: #F0F5F8;
    margin-top: 30px;
    padding: 3%;
}
.txt ul li{
    line-height: 1.5rem;
    position: relative;
    margin-left: 15px;
}
.txt ul li::before{
    content: '●';
    color: #013f9b;
    font-size: 0.3rem;
    position: absolute;
    left: -15px;
}
.reason-min-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


/* 様々なサポート体制　*/
.support{
    background-image: url(../../../img/lp/gamma20220909/support_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 20px 100px;
}

/* タイトルのリボン */
.support_ribbon {
    box-sizing: border-box;
    height: 43px;
    margin: 5px auto;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 506px;
}

.support_ribbon:before, .support_ribbon:after {
    border-color: #2a6fb2;
    border-style: solid;
    top: 2px;
    content: '';
    position: absolute;
    width: 0;
    z-index: 0;
}
.support_ribbon:before {
    border-left-color: transparent;
    border-width: 78px 69px 78px 26px;
    left: -63px;
}
.support_ribbon:after {
    border-right-color: transparent;
    border-width: 78px 26px 78px 69px;
    right: -63px;
}
.support_ribbon h2 {
    background: #3d7cbf;
    color: #fff912;
    padding: 4px 20px 25px;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 3em;
    line-height: 1.1;
    font-weight: 500;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    box-shadow: 0px -10px #3d7cbf, 0px 10px #3d7cbf;
}
.support_ribbon h2 span{
    font-size: 0.45em;
    color: #fff;
}
.support_ribbon h2:before, .support_ribbon h2:after {
    border: none;
    border-bottom: solid 10px transparent;
    content: '';
    position: absolute;
    top: 100%;
}

/* サブタイトル */
.sup_sub{
    text-align: center;
    font-weight: 500;
    font-size: 1.4em;
    margin-top: 140px;
}

/* それぞれのオプション */
._support{
    max-width: 750px;
    margin: 0px auto 60px;
    margin-top: 3%;
    background-color: #fff;
    border-radius: 25px;
    padding: 3%;
    position: relative;
}
._support::before {
    white-space: pre;
    content: '01';
    text-align: center;
    line-height: 2rem;
    background-repeat: no-repeat;
    display: inline-block;
    background-color: #3d7cbf;
    color: #fff100;
    font-size: 2.5em;
    font-weight: 500;
    border-radius: 100%;
    padding: 17px 11px;
    margin-right: 0px;
    background-size: contain;
    margin-left: 20px;
    position: absolute;
    top: -30px;
    left: -51px;
}
.support div._support:nth-last-child(2):before {
    content: '02';
}
.support div._support:nth-last-child(1):before {
    content: '03';
}
.flex_sup{
    display: flex;
    justify-content: space-between;
}
.flex_sup img{
    width: 20%;
}
.flex_sup .hei{
    height: 100%;
    margin-top: 38px;
}
.flex_sup h4{
    font-size: 1.7em;
    color: #3d7cbf;
    font-weight: 500;
    margin-bottom: 20px;
}
.text_sup{
    width: 75%;
}
.text_sup p{
    font-size: 1.1em;
    line-height: 1.7;
}
.flex_sup .course{
    background-color: #e9e9e9;
    padding: 10px 10px 10px 60px;
    margin-top: 20px;
}


/* 保護者からの声 */
  .voice{
    padding: 0px 20px 70px;
  }
  .voice h2{
    font-size: 3rem;
    font-weight: 500;
    color: #3d7cbf;
    text-align: center;
    margin: 105px 0 60px;
  }
  .comment{
      max-width: 750px;
      margin: 0px auto 60px;
      border:4px solid #3d7cbf;
      border-radius: 25px;
      padding: 3% 3% 2%;
      position: relative;
  }
  .comment::before{
    white-space: pre;
    content: 'Voice\A１';
    text-align: center;
    line-height: 1.7rem;
    background-repeat: no-repeat;
    display: inline-block;
    background-color: #3d7cbf;
    color: #fff;
    font-size: 1.5rem;
    border-radius: 100%;
    padding: 14px 12px;
    margin-right: 0px;
    background-size: contain;
    margin-left: 12px;
    position: absolute;
    top: -43px;
    left: -55px;
  }
  .voice div.comment:nth-last-child(1):before{
    content: 'Voice\A３';
  }
  .voice div.comment:nth-last-child(2):before{
    content: 'Voice\A２';
}
  .comment h3{
      background-color: #f19210;
      padding: 1%;
      font-size: 1.7rem;
      padding: 1.3% ;
      color: #fff;
      width: 60%;
      text-align: center;
      margin: 0 auto;
      border-radius: 30px;
      letter-spacing: 0.1rem;
      position: relative;
  }
  .comment h3::before{
    content: '●';
    font-size: 0.8rem;
    color: #ffffff;
    position: absolute;
    top: 38%;
    left: 13px;
  }
  .comment h3::after{
    content: '●';
    font-size: 0.8rem;
    color: #ffffff;
    position: absolute;
    top: 38%;
    right: 13px;
  }
  .comment .flex_voice{
    margin-top: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
  }
  .comment .flex_voice img{
      width: 14%;
      margin-bottom: 10px;
  }
  .comment .flex_voice h4{
      font-size: 2rem;
      font-weight: 500;
      color: #013f9b;
      margin-left: 10px;
      line-height: 2.5rem;
  }
  .comment p:last-child{
      font-size: 1.2rem;
      width: 82%;
  }
  .red{
      color: #e70411;
  }
  .d-value-area{
      display: flex;
      justify-content: space-between;
  }
  .d-value-area .box{
      background-color: #E5E5E5;
      display: flex;
      width: 49.5%;
      padding: 2%;
      box-sizing: border-box;
  }
  .d-value-area .box:nth-child(2) {
    border: 3px solid #3CCE48;
  }
  .d-value-area .box:nth-child(2) {
    color: #3CCE48;
  }
  .d-value-area .detail{
      margin-left: 20px;
      width: 74%;
  }
  .d-value-area .detail p{
      font-size: 2.5rem;
      font-weight: 500;
      color: #013f9b;
  }
  .d-value-area .school p:first-child{
        position: relative;
  }
  .d-value-area .school p:first-child:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -17px;
    border: 17px solid transparent;
    border-left: 13px solid #013f9b;
  }
  .d-value-area .detail p span.min{
      font-size: 1rem;
      margin-right: 5px;
  }

.cta-bg{
    background-color: #fff100;
    padding: 5% 0;
}
.list-btn{
    background-color: #013f9b;
    width: 420px;
    margin: 50px auto;
    border-radius: 52px;
  }
  .list-btn p{
      color: #ffffff;
      text-align: center;
      padding: 3%;
      font-size: 1.9rem;
  }
  .list-btn a{
      text-decoration: none;
  }


/* サービスまでの流れ */
.flow{
    background-color: #fff100;
    padding: 6% 0 0;
}
.flow-inner{
    max-width: 1200px;
    margin: 0 auto;
}
.flow-inner h2{
    color: #3d7cc1;
    font-size: 2.8rem;
    text-align: center;
    font-weight: 500;
}
.flex-flow{
    display: flex;
}
.flex-flow h4{
    color: #3d7cc1;
    font-weight: bold;
    font-size: 1.7em;
    text-align: center;
    border-bottom: solid 2.5px #3d7cc1;
    padding-bottom: 16px;
}
.step{
    background-color: #fff;
    padding: 3% 3%;
    border-radius: 0 20px 20px;
    position: relative;
    width: 30%;
    margin: 93px 10px 40px;
}
.step::before {
    content: 'Step.1';
    text-align: center;
    /* line-height: 2rem; */
    background-repeat: no-repeat;
    display: inline-block;
    background-color: #3d7cbf;
    color: #ffffff;
    font-size: 1.2em;
    font-weight: 500;
    border-radius: 15px 15px 0 0;
    padding: 8px 18px;
    position: absolute;
    top: -44px;
    left: 0;
}
.step:nth-last-child(1):before{
    content: 'Step.3';
}
.step:nth-last-child(2):before{
    content: 'Step.2';
}
.step:nth-child(1):after {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: -15px;
    width: 0px;
    height: 0px;
    content: "";
    transform: translateY(-50%);
    border-width: 10px 0px 10px 10px;
    border-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    background: 0px 0px;
    color: #3d7cbf;
}
.step:nth-child(2):after {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: -15px;
    width: 0px;
    height: 0px;
    content: "";
    transform: translateY(-50%);
    border-width: 10px 0px 10px 10px;
    border-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    background: 0px 0px;
    color: #3d7cbf;
}

.step p{
    font-size: 1.2rem;
    margin-top: 8px;
}

/* よくある質問 */
/*FAQ*/
.qa{
    padding: 6% 0 3%;
    background-color: #fff;
}
.qa h2{
    color: #3d7cc1;
    font-size: 2.8rem;
    text-align: center;
    font-weight: 500;
} 
.answer{
    background-image: url(../../../img/lp/gamma20220909/fa_bk.png);
}

.answer2{
    max-width: 1080px;
    margin: 5% auto; 
}
.answer2 span.q_num{
    font-size: 1.3em;
    color: #fff100;
    padding-right: 28px;
}

/*アコーディオン*/
   .q_arrow {
    position: absolute;
    top: 50%;
    right: 4%;
    width: 2%;
   }

    .sp_close_1 , .sp_close_2 , .sp_close_3 , .sp_close_4 {
        display: none;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .OaC_btn_1 , .OaC_btn_2 , .OaC_btn_3 , .OaC_btn_4 {
        display: block;
    padding: 17px;
    color: #ffffff;
    background-color: #3d7cbf;
    font-weight: 500;
    font-size: 1.8em;
    position: relative;
    line-height: 1.3;
    padding-right: 12%;
    margin: 36px 10px 0 10px;
    }

    .close {
        line-height: 1.6;
    border: 4px solid #3d7cbf;
    padding: 3% 3% 3% 8.5%;
    margin: 0 10px 10px;
    padding-top: 24px;
    padding-bottom: 20px;
    font-size: 1.2em;
    font-weight: 500;
    color: #000;
    }
    .answer2 b{
        position: absolute;
        top: 13%;
        left: 4%;
        font-size: 2.5em;
        color: #3d7cbf;
    }
    
    .another{
        width: 100%;
        padding: 5px 110px 20px;
        font-weight: bold;
        border-top: 1px solid #5f86bb;
    }

/*----------sp------------*/
@media (max-width: 767px) { 

/*アコーディオン*/
.q_arrow {
    position: absolute;
    top: 50%;
    right: 4%;
    width: 5%;
}
.OaC_btn_1 , .OaC_btn_2 , .OaC_btn_3 , .OaC_btn_4 {
    font-size: 18px;
    padding-right: 2%;
    padding: 15px 15px 15px 10px;
}

.close {
    line-height: 1.6;
    padding: 0 7px 0 11%;
    margin: 0 10px 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #000;
    font-size: 1em;
}
.answer2 b {
    position: absolute;
    top: 6%;
    left: 7%;
    font-size: 1.8em;
}
.another{
    width: 100%;
    padding: 5px 110px 20px;
    font-weight: bold;
    border-top: 1px solid #5f86bb;
}
.answer2 span.q_num{
    padding-right: 5px;
}

}


/* 教室一覧 */
.map{
    background-color: #E6E6E6;
    padding: 30px 50px;
}
.map .center{
    text-align: center;
}
.map h2{
    font-size: 3rem;
    font-weight: 500;
    display: inline-block;
    position: relative;
}
.map h2::before{
    content: '';
    background-image: url(../../../img/lp/gamma20220909/map-icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 0px;
    background-size: contain;
    margin-left: 12px;
    position: absolute;
    top: 3px;
    left: -65px;
}
.map-inner{
    display: flex;
    flex-wrap: wrap;
    max-width: 950px;
    margin: 40px auto;
    justify-content:space-between;
}
.map-card{
    background-color: #fff;
    border-radius: 15px;
    padding: 4% 2.5% 200px;
    box-sizing: border-box;
    width: 31.5%;
    box-shadow: 5px 7px 10px #9c9c9c81;
    margin-bottom: 30px;
    position: relative;
}

.map-card h3{
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
    line-height: 2rem;
}
.map-card h3+p{
    text-align: center;
    font-size: 15px;
}
a.map-link,a.tel-link{
    text-decoration: none;
}
.map-link {
    display: block;
    position: absolute;
    bottom: 110px;
    left: 20px;
    width: 100%;
    max-width: calc(100% - 40px);
}
.tel-link {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 20px;
    width: 100%;
    max-width: calc(100% - 40px);
}
.map-link div{
    margin-top: 20px;
    background-color: #e6e6e6;
    border-radius: 40px;
    padding: 5%;
}
.map-link div p{
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    position: relative;
}
.map-link div p::before{
    content: '';
    background-image: url(../../../img/lp/gamma20220909/pin.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 0px;
    background-size: contain;
    margin-left: 12px;
    position: absolute;
    top: 22%;
    left: -5px;
}
.tel-link div{
    margin-top: 20px;
    background-color: #f19210;
    border-radius: 40px;
    padding: 5%;
}
.tel-link div p{
    color: #fff;
    margin-left: 20px;
    font-size: 1.6rem;
    text-align: center;
    position: relative;
}
.tel-link div p::before{
    content: '';
    background-image: url(../../../img/lp/gamma20220909/tel2-icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 0px;
    background-size: contain;
    margin-left: 12px;
    position: absolute;
    top: 22%;
    left: -25px;
}
.map-inner .map-card:last-child .twocell{
    display: flex;
    justify-content: space-between;
}

br.sp{
    display: none;
}
p.gray{
    color: #636363;
}


/* フッター */
.footer{
    padding: 3%;
    background-color: #fff100;
}
.cta-area_2 {
    width: 550px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 30px;
    border-radius: 13px;
}
.cta-area_2 a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    width: 50%;
}

.footer .cta p {
    padding: 0 0 0 53px;
}
.footer .cta:before {
    content: '';
    background-image: url(../../../img/lp/gamma20220909/mail-icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0px;
    background-size: contain;
    margin-left: 12px;
    position: absolute;
    top: 34%;
    left: 11%;
}
.footer p{
    text-align: center;
}



@media (max-width: 1570px) and (min-width: 767px){
    .point div p {
        font-size: 2.6rem;
    }
    .point div p span.yellow {
        font-size: 1rem;
        padding: 6% 4%;
    }
    .point p {
        font-size: 1.5rem;
    }.point {
        width: 173px;
    }
    .main {
        top: 13%;
        left: 25%;
    }
    .main>p span.number {
        font-size: 5rem;
    }
    .main>p {
        font-size: 3.7rem;
        
    line-height: 4.2rem;

    }
    .main>p span {
        font-size: 4.5rem;
    }
}
@media (max-width: 1450px) and (min-width: 767px){
    .slider {
        width: 1000px;
    }
    .nayami-inner::after {
        width: 300px;
        height: 370px;
        bottom: -61%;
        right: -3%;
    }
}
@media (max-width: 1200px) and (min-width: 768px){
    .mv-bt-inner{
        font-size: 1rem;
        line-height: 2rem;
    }
    .mv-bt-inner p{
        font-size: 1.6rem;
    }
    .cta-area{
        width: 93%;
    }
    .cta-area-inner{
        padding: 28px;
    }
    .cta::before{
        top: 34%;
        left: 5%;
    }
    p.tel::before {
        content: '';
        background-image: url(../../../img/lp/gamma20220909/tel-icon.png);
        background-repeat: no-repeat;
        display: inline-block;
        width: 40px;
        height: 40px;
        margin-right: 0px;
        background-size: contain;
        margin-left: 12px;
        position: absolute;
        bottom: 14%;
        left: -3%;
    }
    .cta p {
        color: #fff;
        padding: 0 0 0 80px;
    }
    
    
    .nayami-bt-area .cta-area::before{
        content: "";
        background-repeat: no-repeat;
        background-image: url(../../../img/lp/gamma20220909/boy.png);
        display: inline-block;
        width: 130px;
        height: 130px;
        margin-right: 0px;
        background-size: contain;
        margin-left: 12px;
        position: absolute;
        top: -9%;
        right: 11%;
    }
    .flow-inner{
        width: 93%;
    }
    .answer2{
        width: 93%;
    }
    
}

/* iPad対応 */
@media (max-width: 1000px) and (min-width: 768px){
    .mv-bt p{
        font-size: 1.8em;
    }
    .mv-bt-inner{
        width: 697px;
    }
    .mv-bt-inner p{
        width: 36%;
        font-size: 1.25em;
    }
    .mv-bt-inner p::after{
        bottom: 34%;
        right: -16%;
    }
    .mv-bt-inner p::before{
        left: 15px;
        top: 19px;
    }
    .mv-bt-inner p:nth-child(2):before{
        left: 36px;
        top: 18px;
    }
    .nayami-inner::after{
        bottom: -73%;
    }
    .cta-area{
        width: 93%;
    }
    .cta-area-inner{
        display: block;
    }
    .cta-area a{
        width: 78%;
        margin: 0 auto;
    }
    .cta-area a:first-child{
        margin-bottom: 30px;
    }
    .cta p{
        padding: 0 0 0 106px;
    }
    .nayami-bt-area .cta-area::before{
        top: -5%;
    }
    .support{
        padding: 0 20px 12px;
    }
    ._support{
        margin-top: 7%;
    }
    ._support::before{
        left: -24px;
    }
    .comment::before{
        left: -24px;
    }
    .flex-flow h4{
        line-height: 1.2;
    }
    .tel-link div{
        padding: 8% 4%;
    }
    .tel-link div p{
        font-size: 1.2em;
    }
    .map-link div{
        margin-bottom: -13px;
    }
    .map-card{
        padding: 4% 2.5% 172px;
    }
}



/*@media (max-width: 1200px) and (min-width: 767px){
    body{
        width: 1200px;
    }

}*/

/* ---------SP------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 767px) { 
    body{
        margin: 0 auto;
        width: 100%;
    }
    .header---inner {
        max-width: none;
        width: 100%;
        padding: 3%;
    }
    .detail a{
        display: flex;
        justify-content: flex-end;
    }
    .detail a p:first-child {
        font-size: 13px;
    }
    .detail a p {
        font-size: 21px;
    }
    h1 img {
        width: 85%;
    }
    h1{
        width: 20%;
    }
    .detail {
        width: 64%;
    }
    .detail p.fv_time{
        font-size: 14px;
        text-align: right;
        padding-right: 24px;
    }
    .mv {
        background-image: url(../../../img/lp/gamma20220909/fv_sp_02.jpg);
    }

    .mv-bt p {
        font-size: 1.2em;
    }

    .mv-bt-inner {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        width: 100%;
        box-sizing: border-box;
        margin: 0px auto 20px;
        font-size: 1.3rem;
        padding-top: 5%;
    }
    .mv-bt-inner {
        line-height: 1.2rem;
    }
    .mv-bt-inner p {
        width: 47%;
    padding: 1.5% 1% 1.5% 9%;
    box-sizing: border-box;
    font-size: 14px;
    }
    .mv-bt-inner p::after {
        font-size: 1.2rem;
    right: -12%;
    font-weight: bold;
    }
    .mv-bt-inner p span {
        left: 57%;
    }
    .mv-bt-inner p::before {
        content: '';
        background-image: url(../../../img/lp/gamma20220909/icon_01_sp.png);
        background-repeat: no-repeat;
        display: inline-block;
        position: absolute;
        left: 9px;
        top: 11px;
    }
    .mv-bt-inner p.icon02::before {
        content: '';
        background-image: url(../../../img/lp/gamma20220909/icon_02_sp.png);
        background-repeat: no-repeat;
        display: inline-block;
        position: absolute;
        left: 13px;
        top: 7px;
    }
    
    .cta-area h2::before {
        font-size: 0.7rem;
        left: 2.2%;
        bottom: 1.7%;
    }
    .cta-area h2::after {
        font-size: 0.7rem;
        right: 2.2%;
        bottom: 1.7%;
    }
    .cta-area::before {
        font-size: 0.7rem;
        right: 2.2%;
        top: 0.7%;
    }
    .cta-area::after {
        font-size: 0.7rem;
        left: 1.2%;
        top: 0.7%;
    }
    .cta::after{
        width: 100%;
        display: block;
        height: auto;
        margin-right: 0px;
        background-size: contain;
        margin-left: 0px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-position-x: center;
        background-position-y: bottom;
    }
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }


    /*お悩み*/
    .nayami-area h2 {
        font-size: 1.5em;
    }

    .feature-area h2 img{
        width: 200px;
        padding-bottom: 9%;
    }
    .feature-area h2 {
        font-size: 1.5rem;
        padding: 60px 0 0px;
    }
    .feature-area h2::before {
        width: 30px;
        height: 30px;
        top: 27px;
        left: 5%;
    }
    .feature-inner {
        padding: 0px;
        box-sizing: border-box;
        display: block;
        justify-content: space-between;
        max-width: none;
        width: 90%;
        margin: 40px auto;
    }
    .box {
        width: 100%;
        background-color: #fff;
        padding: 2%;
        box-sizing: border-box;
        margin-bottom: 25px;
    }
    .feature-area h3 {
        font-size: 1.5rem;
    }
    .feature-area p {
        margin: 10px 20px;
        text-align: center;
        font-size: 1rem;
    }
    
    .cta-area {
        background-color: #FFF;
        width: 90%;
        margin: 0 auto;
        position: relative;
        padding-bottom: 19px;
    }
    .cta-area-inner {
        display: block;
        justify-content: space-around;
        align-items: stretch;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .cta-area h2 {
        padding-top: 32px;
        color: #3d7cc1;
        font-weight: bold;
        text-align: center;
        font-size: 1.7rem;
    }
    .cta span {
        vertical-align: baseline;
        display: inline-block;
        padding-top: 3%;
        font-size: 1.35rem;
    }
    .cta span::before {
        font-size: 1.2rem;
        top: 2%;
        left: 36.5%;
    }
    .cta span::after {
        font-size: 1.2rem;
        top: 2%;
        left: 43.5%;
    }
    .slick-dots {
        bottom: -7px;
    }
    .slick-dots li {
        width: 10px;
        height: 10px;
    }
    .cta-tel p:nth-child(2) {
        font-size: 0.8rem;
    }
    .cta-tel {
        margin: 24px auto 0;
    }
    p.tel {
        font-size: 1.9rem;
        margin-left: 44px;
    }
    p.tel::before {
        width: 32px;
        height: 32px;
        bottom: 13%;
        left: -10%;
    }
    .cta {
        height: 31px;
    }
    .cta p {
        color: #fff;
        padding: 0 0 0 24%;
        font-size: 1.3rem;
    }
    .cta::before{
        width: 32px;
        height: 32px;
        bottom: 13%;
        left: 7%; 
    }
    .cta-tel p:nth-child(2) span {
        border: 1px solid #ffffff85;
    }
    .cta-area a {
        width: 100%;
        margin-bottom: 20px;
    }
    .point {
        width: 145px;
    }
    .main {
        width: 300px;
        top: 6%;
        left: 4%;
    }
    .main>p {
        font-size: 2.2rem;
        line-height: 2.5rem;
        margin-top: 10px;
    }
    .main>p span {
        font-size: 2.8rem;
    }
    .main>p span.number {
        font-size: 3.4rem;
    }
    p.under {
        padding: 3.5%;
    }
    .point div p span.yellow {
        font-size: 1rem;
        padding: 5% 2%;
        top: -0.4rem;
    }
    .point div p span.min {
        font-size: 1.9rem;
    }
    .point p {
        font-size: 1.3rem;
    }
    .point div p {
        color: #fff;
        font-size: 2.1rem;
        text-align: center;
        font-weight: 500;
        padding: 0;
        letter-spacing: -0.1rem;
    }
    .nayami-inner {
        width: 90%;
    }
    .nayami-inner {
        padding: 5%;
    }
    .nayami-inner li {
        font-size: 1rem;
        line-height: 1.3rem;
        margin-bottom: 2%;
        margin-left: 2%;
        display: flex;
        align-items: center;
    }
    .nayami-inner li:nth-child(1) {
        margin-top: 4%;
    }
    .nayami-inner li img {
        width: 35px;
        height: 35px;
        padding-bottom: 7px;
    }
    .nayami-inner li:nth-child(1)::before {
        font-size: 0.6rem;
        top: 5px;
        left: 10px;
    }
    .nayami-inner li:nth-child(2)::before {
        font-size: 0.6rem;
        top: 5px;
        right: 10px;
    }
    .nayami-inner li:nth-child(3)::before {
        font-size: 0.6rem;
        bottom: 5px;
        left: 10px;
    }
    .nayami-bt-area {
        background-image: url(../../../img/lp/gamma20220909/nayami_bt_bg_sp.png);
        position: relative;
        background-size: contain;
        z-index: 2;
        background-repeat: no-repeat;
        top: -35px;
        padding: 2% 0 6%;
    }
    .nayami-bt-area .cta-area::before {
        display: none;
    }
    .nayami-bt-inner {
        width: 93%;
        margin: 0 auto;
        border-radius: 15px;
        margin-top: 50px;
    }
    .nayami-inner::after {
        content: '';
        background-image: url(../../../img/lp/gamma20220909/nayami.png);
        background-repeat: no-repeat;
        display: inline-block;
        width: 59%;
        height: 59%;
        margin-right: 0px;
        background-size: contain;
        margin-left: 12px;
        position: absolute;
        bottom: -44%;
        right: -4%;
    }
    .nayami-area {
        background-color: #dbdbdb;
        padding: 9% 0 24%;
        overflow: hidden;
    }
    .nayami-inner::after {
        width: 159px;
        height: 159px;
        margin-right: 0px;
        margin-left: 12px;
        bottom: -27%;
        right: -8%;
    }
    .triangle {
        position: absolute;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 22px solid #dbdbdb;
        top: 0%;
        left: 47%;
    }

    
    .support-txt p::after {
        width: 120px;
        height: 120px;
        margin-left: 12px;
        top: -21px;
        right: -45%;
    }
    .nayami-bt-inner h3 {
        padding-bottom: 19px;
    }
    .nayami-bt-inner {
        margin-top: 11%;
    }
    .nayami-bt-inner h2 {
        font-size: 1.2rem;
    }
    .nayami-bt-inner h2::before {
        height: 30px;
        left: 83px;
        top: -27px;
        width: 20px;
    }
    .nayami-bt-inner h2::after {
        height: 30px;
        right: -7px;
        top: -7px;
        width: 12px;
    }
    .nayami-bt-inner h3 {
        font-size: 1.3rem;
        margin-top: 10px;
    }
    .pt p {
        padding: 0.5rem 0.5rem;
        background-color: #e6e6e6;
        margin-left: 6%;
        font-size: 1rem;
        color: #363636;
        border-radius: 10px;
        font-weight: 500;
        position: relative;
        padding-left: 9%;
    }
    .pt p:first-child {
        width: 8%;
    }
    .pt p:nth-child(2) {
        width: 80%;
    }
    .pt p:first-child::after {
        content: '×';
        color: #ccc;
        position: absolute;
        right: -30%;
    }
    .pt {
        width: 90%;
        margin: 12px auto 0px;
        padding-bottom: 20px;

    }
    .pt img {
        width: 17px;
        margin-right: 5px;
        left: 8px;
        bottom: 10px;
    }
    .pt p:first-child{
        margin-left: 0px;
    }
    .support-txt p {
        font-size: 1.2em;
        line-height: 1.5rem;
        color: #fff;
        font-weight: 500;
        width: 53%;
        display: block;
        margin: 2% 0 8% 13%;
    }
    .support-txt img {
        width: 29%;
        position: absolute;
        bottom: 11px;
        right: 11%;
    }
    .method {
        max-width: none;
        width: 100%;
        box-sizing: border-box;
        padding: 0% 4%;
    }
    .method h2{
        font-size: 1.4rem;
        margin-bottom: 0%;
    }
    .method h2::before {
        background-repeat: no-repeat;
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-right: 0px;
        background-size: contain;
        margin-left: 12px;
        position: absolute;   
        top: -27px;
        left: 6%;
    }
    .method .txt h3, .reason-min h3 {
        color: #3d7cc1;
    }
    .method p {
        font-size: 1rem;
        margin-top: 17px;
    }

    .reason {
        display: block;
    }
    .method img {
        width: 100%;
        height: auto;
        margin-top: -26px;
        z-index: -1;
        position: relative;
    }
    .reason h3{
        color: #3d7cc1;
        z-index: 1;
        position: absolute;
        top: -8px;
        left: 0;
        font-size: 7.5vw;
        padding: 3.5% 3.5% 3.5% 2%;
        line-height: 1.2;  
    }
    .reason_ribbon{
        z-index: 0;
        top: 0;
        left: 0px;
        width: 106px;
        height: 45px;
    }
    .reason_ribbon::after{
        border-width: 20px 15px 25px 0px;
    }
    .reason_ribbon::after{
        right: -14px;
    }

    .method h2 span {
        border-bottom: none;
        padding-bottom: 0px;
        line-height: 2.3rem;
        font-size: 1.9rem;
    }
    .method div:first-child{
        border-bottom: 5px dotted #e42837;
        padding-bottom: 10px;
        margin: 10% 0 17%;
    }
    .method .txt h3, .reason-min h3 {
        margin-top: 20px;
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .reason-min .ttl {
        margin-bottom: 20px;
    }
    .method .txt {
        margin-left: 0px;
        width: 100%;
    }
    .method b {
        font-size: 2em;
        font-weight: 400;
        position: absolute;
        top: -15px;
        left: 83%;
    }
    .reason {
        margin-bottom: 55px;
    }
    .reason-min-box {
        display: block;
        padding-bottom: 18px;
    }
    .reason-min {
        width: 100%;
        margin-bottom: 40px;
    }

    /*.content p.number {
        font-size: 1.2rem;
    }
    .content p.number .red {
        font-size: 2.1rem;
        letter-spacing: -0.1rem;
        margin-left: 6px;
    }

    .content p.number .red span {
        font-size: 1.4rem;
    }*/


    /*　様々なサポート体制　*/
    .support {
        background-image: url(../../../img/lp/gamma20220909/support_bg_sp.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 0 20px 37px;
    }
    .support_ribbon {
        box-sizing: border-box;
        height: 42px;
        margin: 5px auto;
        position: relative;
        text-align: center;
        vertical-align: middle;
        width: 300px;
    }
    .support_ribbon:before {
        border-width: 56px 57px 56px 14px;
        left: -28px;
    }
    .support_ribbon::after {
        border-width: 56px 14px 56px 57px;
        right: -28px;
    }
    .support_ribbon h2{
        padding: 4px 6px 16px;
        font-size: 2em;
    }
    .sup_sub {
        font-size: 1em;
        margin-top: 88px;
    }
    ._support::before {
        line-height: 2rem;
        font-size: 2em;
        padding: 10px 7px;
        top: -18px;
        left: -30px;
    }
    ._support{
        margin: 0px auto 35px;
        margin-top: 10%;
        border-radius: 14px;
    }
    .flex_sup{
        display: block;
    }
    .flex_sup h4{
        font-size: 1.5em;
        text-align: center;
        line-height: 1.3;
        margin: 20px 0 10px;
    }
    .flex_sup img {
        width: 70%;
        margin: 10px auto;
    }
    .flex_sup .hei {
        height: 90%;
        margin-top: 10px;
        width: 47%;
    }
    .text_sup {
        padding: 0 3% 8%;
        width: auto;
    }
    .text_sup p {
        font-size: 1em;
        line-height: 1.7;
    }
    .flex_sup .course {
        padding: 10px;
        margin-top: 20px;
        font-size: 0.88em;
    }

    /* 保護者からの声 */
    .voice h2 {
        font-size: 2.3rem;
        margin-bottom: 13%;
        margin-top: 20%;
    }
    .voice {
        padding: 0% 4% 5%;
    }
    .d-value-area{
        display: block;
    }
    .d-value-area .school p:first-child:before {
        margin-top: -15px;
        border: 15px solid transparent;
        border-left: 13px solid #013f9b;
    }
    .comment {
        max-width: none;
        width: 100%;
        padding: 4%;
        border-radius: 13px;
        box-sizing: border-box;
        text-align: center;
        margin: 22% 0;
        border: 2px solid #3d7cbf;
    }
    .comment::before {
        line-height: 1.4rem;
        font-size: 1.3rem;
        width: 52px;
        height: 43px;
        padding: 16px 12px;
        top: -34px;
        left: 73px;
        z-index: 1;
    }
    .comment::after{
        position: absolute;
        top: 6%;
        left: 134px;
        width: 0px;
        height: 0px;
        content: "";
        transform: translateY(-50%);
        border-width: 10px 0px 10px 29px;
        border-style: solid;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        background: 0px 0px;
        color: #3d7cbf;
        transform: rotate(35deg);
    }
    .comment:last-child{
        margin: 22% 0 15%;
    }
    .comment .flex_voice {
        margin-top: 45px;
        display: block;
        align-items: center;
        margin-bottom: 20px;
    }
    
    .comment .flex_voice img {
        width: 21%;
        margin-bottom: 10px;
        position: absolute;
        top: -41px;
        right: 106px;
    }
    .mt_fc{
        margin-top: 57px;
    }
    .d-value-area .box {
        background-color: #E5E5E5;
        display: flex;
        width: 100%;
        padding: 2%;
        box-sizing: border-box;
    }
    .comment h3 {
        font-size: 1rem;
        padding: 0.7rem 1.7rem;
         width: auto; 
        letter-spacing: 0rem;
        display: inline-block;
    }
    .d-value-area .detail p {
        font-size: 2rem;
    }
    .d-value-area .school p {
        font-size: 1rem;
    }
    .comment .ttl {
        padding: 0;
    }
    .comment .ttl img {
        width: 21%;
    }
    .comment h3::before {
        font-size: 0.5rem;
    }
    .comment h3::after {
        font-size: 0.5rem;
    }
    .comment .ttl h4 {
        line-height: 1.7rem;
    }
    .comment .ttl h4 {
        font-size: 1.3rem;
    }
    .comment p:last-child {
        font-size: 1rem;
        width: 100%;
    }
    .ilast-ttl h4 {
        font-size: 1.5rem;
    }
    .ilast-ttl {
        width: 250px;
        height: 250px;
        background-color: #fff;
        border-radius: 100%;
        padding: 10%;
        box-sizing: border-box;
        margin: 0 auto 20px;
        overflow: hidden;
    }
    .nbr {
        font-size: 2.5rem;
        width: 65px;
        height: 65px;
        border-radius: 100%;
        position: absolute;
        left: 16%;
        letter-spacing: -0.1rem;
    }
    
    /* サービスまでの流れ */
    .center {
        text-align: center;
        padding-top: 23%;
    }
    .flow {
        padding: 15% 0 0;
    }
    .flow-inner{
        width: 90%;
        margin: 0 auto;
    }
    .flow-inner h2 {
        font-size: 2.3rem;
    }
    .flex-flow {
        display: block;
    }
    .step h3 {
        font-size: 1.3rem;
    }
    .step::after {
        width: 5px;
        height: 25px;
        bottom: -53%;
    }
    .step {
        padding: 7% 8%;
        margin: 63px 0 40px;
        width: auto;
        border-radius: 0 12px 12px;
    }
    .step::before{
        content: 'Step.1';
        text-align: center;
        background-repeat: no-repeat;
        display: inline-block;
        background-color: #3d7cbf;
        color: #ffffff;
        font-size: 1em;
        font-weight: 500;
        border-radius: 12px 12px 0 0;
        padding: 4px 11px;
        position: absolute;
        top: -32px;
        left: 0;
    }
    .step:nth-child(1):after {
        position: absolute;
        z-index: 1;
        top: 109%;
        left: 43%;
        content: "";
        transform: translateY(-50%);
        border-width: 10px 0 10px 10px;
        border-style: solid;
        border-bottom-color: transparent;
        background: 0px 0px;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 15px solid #3d7cbf;
    }
    .step:nth-child(2):after {
        position: absolute;
        z-index: 1;
        top: 109%;
        left: 43%;
        content: "";
        transform: translateY(-50%);
        border-width: 10px 0 10px 10px;
        border-style: solid;
        border-bottom-color: transparent;
        background: 0px 0px;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 15px solid #3d7cbf;
    }
    .step p {
        font-size: 1rem;
        line-height: 1.4rem;
    }


    /* よくある質問 */
    .qa {
        padding: 18% 0;
    }
    .qa h2{
        font-size: 2.3em;
    }




    /*　教室一覧 */
    .map h2 {
        margin-left: 13%;
    }
    .map {
        padding: 0% 4% 10%;
    }
    .map-inner {
        width: 100%;
        max-width: none;
        margin: 40px auto 0;
        display: block;
    }
    .map-card {
        border-radius: 15px;
        padding: 9% 3%;
        width: 100%;
    }
    .map-card h3 {
        font-size: 1.4rem;
        margin-bottom: 3px;
        line-height: 1.8rem;
    }
    .map-card h3+p {
        text-align: center;
        font-size: 0.8rem;
    }
    .map h2 {
        font-size: 2.3rem;
    }
    .map h2::before {
        width: 40px;
        height: 40px;
        margin-right: 0px;
        top: 1px;
        left: -53px;
    }
    .map-link {
        position: static;
        bottom: 110px;
        left: 15px;
        max-width: 100%;
    }
    .map-link div {
        width: 80%;
        margin: 20px auto 0;
    }
    .map-link div p {
        font-size: 1rem;
        font-weight: normal;
    }
    .map-link div p::before {
        width: 15px;
        height: 15px;
        top: 15%;
        left: -5px;
    }
    .tel-link {
        position: static;
        left: 15px;
        max-width: 100%;
    }
    .tel-link div {
        margin: 10px auto 0;
        width: 80%;
    }
    .tel-link div p {
        margin-left: 20px;
        font-size: 1rem;
    }
    .tel-link div p::before {
        width: 13px;
        height: 13px;
        top: 25%;
        left: -29px;
    }
    br.sp{
        display: block;
    }
    br.pc{
        display: none;
    }
   
    /* フッター */
    .footer {
        padding: 9% 3% 11%;
    }
    .footer .cta::before {
        content: '';
        background-image: url(../../../img/lp/gamma20220909/mail-icon.png);
        background-repeat: no-repeat;
        display: inline-block;
        width: 35px;
        height: 35px;
        margin-right: 0px;
        background-size: contain;
        margin-left: 12px;
        position: absolute;
        top: 33%;
        left: 7%;
    }
    .footer .cta p {
        padding: 0 0 0 53px;
    }
    .cta-area_2 {
        width: 95%;
        margin: 0 auto;
        position: relative;
        padding-bottom: 22px;
        border-radius: 51px;
    }
}

/*従来のフッターを非表示*/
#footer{
    display: none !important;
}
