@charset "utf-8";
/*■■■■■■■■■■■■■■■■■■■■■■
　　SP設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ CSS初期設定
------------------------------------------*/
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;padding: 0;border: 0;font-weight: normal;font-size: 100%;vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {font-weight: bold;}
article, header, footer, aside, figure, figcaption, nav, section {display:block;}
body {line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family:"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro W3',"ヒラギノ角ゴ ProN",'Hiragino Kaku Gothic ProN',"Noto Sans JP","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", Meiryo,sans-serif;
}
ol, ul {list-style: none;list-style-type: none;}

/*------------------------------------------
■ 本体
------------------------------------------*/

.container{
    margin: 0 auto;
}
.wi1000{
  width: 95%;
    margin: 0 auto;
}



.fv img{
  width: 100%;
  margin-bottom:-10px;
}


/*フォーム関連ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.form-pt1{
  /*background-image: url(../img/formbg1.png);*/
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 30px;
}
.form-pt2{
  /*background-image: url(../img/formbg2.png);*/
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 30px;
}
.form-pt3{
  /*background-image: url(../img/formbg3.png);*/
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 30px;
}
.form-pt4{
  /*background-image: url(../img/formbg4.png);*/
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 30px;
}
.form-pt5{
  /*background-image: url(../img/formbg5.png);*/
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 30px;
}

.form-box{
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  border: 5px solid #e9567d;
  margin:0 auto;
  width: 90%;
  padding-left:20px;
    padding-right:20px;
padding-bottom:100px;
padding-top:100px;
}

.form-title{
  border-radius: 34px;
  font-size:42px;
  font-weight: bold;
  padding:20px 20px;
  background: #e9567d;
  color: #fff;
  text-align: center;
  margin:0 auto;
  margin-top: -130px;
  width: 80%;
}

.form-flex{
  margin-top: 80px;
  margin-bottom: 20px;
}
.form-box .form-flex .left .hukidashi img{
  width: 50%;
}
.form-box .form-flex .left{
  text-align: center;
}
.form-flex .left a img{
  width: 80%;
}
.form-box .form-flex .right{
  text-align: center;
  margin-top:70px;
}
.form-box .form-flex .right .txt1{
  font-weight: bold;
  font-size: 42px;
  color: #e9567d;
}


.form-box .form-flex .right .border{
  width: 60%;
  background: transparent;
  border: 1px solid #e9567d;
  margin:0 auto;
  margin-top:10px;
  margin-bottom:10px;
}


.form-box .form-flex .right .txt2 a{
  font-weight: bold;
  font-size: 68px;
  color: #e9567d;
  margin-top:20px;
}

.form-box .form-flex .right .txt3{
  font-weight: normal;
  font-size: 30px;
  text-align: left;
  color: #e9567d;
  margin-left:20%;
  margin-top:20px;
  line-height:1.2;
}


/*キャンペーンーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.campaign{
  /*background-image: url(../img/campaign-bg.png);*/
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.title{
  text-align: center;
}
.title img{
  text-align: center;
  width: 80%;
}

.campaign-flex{
  margin-top:50px;
}
.campaign-item img{
  width: 100%;
  margin-top:30px;
}

/*ポイントーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.point{
  /*background-image: url(../img/point-bg.png);*/
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}


.point-box{
  margin:0 auto;
  margin-top:70px;
  margin-bottom:70px;
  width: 90%;
}

.point-main{
  font-family:"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro W3',"ヒラギノ角ゴ ProN",'Hiragino Kaku Gothic ProN',"Noto Sans JP","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", Meiryo,sans-serif;
  font-weight: bold;
  font-size: 4em;
  text-align: left;
  color: #E9567D;
margin-top:30px;
}
.point-sub{
  font-family:"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro W3',"ヒラギノ角ゴ ProN",'Hiragino Kaku Gothic ProN',"Noto Sans JP","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", Meiryo,sans-serif;
  font-weight: bold;
  font-size: 2.4em;
  text-align: left;
  color: #303030;
margin-top:20px;
line-height:1.8;
}

.point-box .left img{
  width: 100%;
}
.point-box .right{
  margin-left: 30px;
}





/*コーチ陣ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.coach-head{
  position: relative;
  background: #26abde;
  font-family:"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro W3',"ヒラギノ角ゴ ProN",'Hiragino Kaku Gothic ProN',"Noto Sans JP","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", Meiryo,sans-serif;
  font-weight: bold;
  font-size: 4em;
  text-align: center;
  color: #fff;
  padding:50px;
}
.coach-head::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #26abde transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.coach-bg{
  /*background-image: url(../img/coach-bg.png);*/
  background-size: cover;
  padding-top: 50px;
  padding-bottom: -50px;
  margin-bottom:-70px;
}

.coach-bg .main-img{
  width: 100%;
}
.coach-bg .main-img img{
  width: 100%;
}


.coach-list li{
  margin-left:5%;
}
.coach-list li a img{
  width: 130%;
}

.coach-margin1{
  margin-left:-5%;
}
.coach-margin2{
  margin-left:10%;
}



.coach-nav .slick-slide {
  transition: .3s ease;
  transform: scale(1.1);
}
.coach-nav .slick-current {
  transform: scale(1.3);
}
/*お客様の声ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.voice{
  /*background-image: url(../img/voice-bg.png);*/
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.user{
width: 90%;
  margin:0 auto;
  margin-top:100px;
}

.user-title{
  border-top: 10px #e9567d solid;
  padding-top: 30px;
padding-bottom: 30px;
  margin-bottom: 10px;
  width: 100%;
}
.user-title1{
  font-family:"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro W3',"ヒラギノ角ゴ ProN",'Hiragino Kaku Gothic ProN',"Noto Sans JP","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", Meiryo,sans-serif;
  font-weight: bold;
  font-size: 36px;
  text-align: left;
  color: #e9567d;

}

.user-title2{
  font-family:"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro W3',"ヒラギノ角ゴ ProN",'Hiragino Kaku Gothic ProN',"Noto Sans JP","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", Meiryo,sans-serif;
  font-weight: bold;
  font-size: 2.8em;
  text-align: left;
  color: #e9567d;
margin-top:10px;
}

.under {
  border-bottom: dotted 1px #e9567d;
}

.user-flex{

}

.user-img img{
  width: 100%;
  margin-top:10px;
}
.user-flex .right{
  
}

.voice-title{
  font-size: 2.5em;
  line-height: 1.5;
  text-align: left;
  color: #e9567d;
  margin-top:20px;
}

.voice-border{
  width: 50px;
  height: 3px;
  background: #e9567d;
  margin-top:10px;
}

.voice-txt{
  font-weight: bold;
  font-size: 30px;
  line-height: 1.5;
  text-align: left;
  color: #303030;
  margin-top:10px;
  margin-bottom:20px;
}

.another-voice{
  /*background-image: url(../img/ather-voice-bg.png);*/
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
.voice-hukidashi{
  text-align: center;
}
.voice-hukidashi img{
 width: 100%;
}


/*流れーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.flow{
  /*background-image: url(../img/flow-bg.png);*/
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}


.flow-img{
  text-align: center;
  margin-top:50px;
}
.flow-img img{
width: 100%;
  }
/*lessonーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.lesson{
  /*background-image: url(../img/lesson-bg.png);*/
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
.lesson-box{
  margin-top: 40px;
  display: flex;
}
.lesson-box .right{
margin-left:20px;
  }

.lesson-box .right .main-txt{
  font-family:"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro W3',"ヒラギノ角ゴ ProN",'Hiragino Kaku Gothic ProN',"Noto Sans JP","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", Meiryo,sans-serif;
  font-weight: 900;
  font-size: 3em;
  text-align: left;
  color: #e9567d;
  line-height:1.5;
  margin-top:-20px;

}
.lesson-box .right .sub-txt{
  font-family:"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro W3',"ヒラギノ角ゴ ProN",'Hiragino Kaku Gothic ProN',"Noto Sans JP","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", Meiryo,sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 28px;
  text-align: left;
  color: #303030;
  line-height:1.5;

}

/*よくある質問ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.faq{
  /*background-image: url(../img/faq-bg.png);*/
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}


.q-box{
  display: flex;
  margin-top:30px;
}
.a-box{
  display: flex;
}
.q-box .q-img{

}
.q-box .q-txt{
  font-weight: bold;
  font-size: 42px;
  color: #303030;
  margin-top: 15px;
  margin-left: 40px;
  border-bottom: 1px #000 solid;
  width: 100%;
  padding-bottom: 20px;
  text-align:left;
  line-height:1.2;
}

.a-txt .txt-main{
  font-weight: bold;
  font-size: 42px;
  text-align: left;
  color: #e9567d;
    line-height: 1.5;

}
.a-txt .txt-sub{
  font-weight: bold;
  font-size: 30px;
  line-height: 1.5;
  text-align: left;
  color: #303030;
  margin-top:10px;

}
.a-img{
  margin-left: 7px;
  width: 30px;
}
.a-txt{
  margin-top: 15px;
  margin-left: 40px;
}

.q-img img,
.a-img img{
  width: 150%;
}


/*ーーーーーーーーーーーーーーーーーー*/

/*タブ切り替えCSSー*/

/*ーーーーーーーーーーーーーーーーーー*/



/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
 }

  /*タブのスタイル*/
  .tab_item {
    width: calc(100%/3);
    height: 120px;
    border-bottom: 6px solid #303030;
    background-color: none;
    line-height: 50px;
    font-size: 36px;
    text-align: center;
    color: #303030;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
  }
  .tab_item:hover {
    opacity: 0.75;
  }

  /*ラジオボタンを全て消す*/
  input[name="tab_item"] {
    display: none;
  }

  /*タブ切り替えの中身のスタイル*/
  .tab_content {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
  }


  /*選択されているタブのコンテンツのみを表示*/
  #all:checked ~ #all_content,
  #programming:checked ~ #programming_content,
  #design:checked ~ #design_content {
    display: block;
  }

  /*選択されているタブのスタイルを変える*/
  .tabs input:checked + .tab_item {
      border-bottom: 6px solid #e9567d;

    color: #e9567d;
  }



  /*ーーーーーーーーーーーーーーーーーー*/

/*モーダルCSSー*/

/*ーーーーーーーーーーーーーーーーーー*/
.content{
    margin: 0 auto;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100vw;
}
.modal__bg2{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 105vw;
    margin-left: -25vw;
}
.modal__bg3{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 110vw;
    margin-left: -50vw;
}
.modal__bg4{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 110vw;
    margin-left: -75vw;
}
.modal__bg5{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 110vw;
    margin-left: -20vw;
}
.modal__bg6{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 110vw;
    margin-left: -47vw;
}
.modal__bg7{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 120vw;
    margin-left: -83vw;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}

.modal__content2{
    background: #fff;
    left: 25%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}

.modal__content3{
    background: #fff;
    left: 0%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}

.modal__content4{
    background: #fff;
    left: -25%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}

.modal__content5{
    background: #fff;
    left: 35%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}
.modal__content6{
    background: #fff;
    left: 11%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}

.modal__content7{
    background: #fff;
    left: -13%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}


/* ヘッダースライドショー SP 202009 */
.fade { max-width: 100%; margin: 0 auto 50px; padding: 0; height: auto;}
.fade img{ width: 100%;}
/* ヘッダースライドショー SP　初回読込時の縦に画像が並ぶ現象を回避 202009 */
#slwp:not(.slick-initialized)>img:nth-child(2){
   display: none;
}
.slick-dots li{
  margin:0 40px!important;
}
.slick-dots li button:before{
  font-size: 6px!important;
}

.lp_seofooter{
 background-color:#258970;
}
.lp_seofooter>h1{
    font-weight: normal;
    font-size: 22px;
    text-align: center;
    color: #fafbfc;
    padding: 10px 0 10px;
}
