@charset "UTF-8";
/* CSS Document */

.about-egttl{
  display: block;
  font-size: 1.4rem;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  margin-bottom: 40px;
  margin-top: 16px;
}
.about-jpttl{
  display: block;
  font-size: 3.4rem;
  font-weight: 400;
}

.aboutsec-media{
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
}
.aboutsec-media-ttlarea{
  width: 50%;
  margin-right: 1%;
}
.aboutsec-media-textarea{
  width: 45%;
}
@media(max-width:768px){
  .aboutsec-media{
    display: block;
  }
}/* tablet-aboutarea */

@media(max-width:599px){
.aboutsec-media-ttlarea{
  width: 100%;
}
.about-egttl{
  font-weight: 800;
}
.aboutsec-media-textarea{
  width: 100%;
}
}/* aboutarea */

/* pc レッスンでできること */
.lesson-list li::before{
  content: "";
  display: block;
  background-image: url(../images/about/check.png);
  background-size: contain;
  width: 26px;
  height: 26px;
  margin-right: 12px;
  margin-bottom: 2px;
}
.lesson-list li{
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.lesson-list li:last-child{
  margin-bottom: 0px;
}
@media(max-width:599px){
  .lesson-list li{
    align-items: flex-start;
  }
  .lesson-list li::before{
    background-repeat: no-repeat;
  }
  .lesson-list p{
    width: 100%;
  }
  }/* sp-レッスンでできること */


/* pc 講師について*/
.instructor-media{
  display: flex;
}
.instructor-picarea{
  width: 50%;
  margin-right: 5%;
}
.instructor-textarea{
  width: 45%;
  margin-top: 32px;
}
.instructor-textarea h3{
  font-size: 2.4rem;
  margin-right: 12px;
  margin-bottom: 32px;
}
.instructor-textarea h3 span{
  font-size: 1.2rem;
  margin-left: 12px;
  letter-spacing: 0.08rem;
}
.instructor-more{
  margin:32px 0;
}
.instructor-more h4{
  margin-bottom: 10px;
}/* pc 講師について*/

@media(max-width:599px){
  .instructor-textarea h3{
    font-size: 2.0rem;
    margin-bottom: 24px;
  }
  .instructor-textarea h3 span{
    font-size: 1.0rem;
    margin-left: 8px;
  }
  .instructor-more{
    margin: 24px 0;
  }
  .instructor-more h4{
    font-size: 1.4rem;
  }
  }/* sp-講師について */

@media(max-width:768px){
  .instructor-media{
    display: block;
  }
  .instructor-picarea{
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
  .instructor-textarea{
    width: 100%;
  }
}/* tablet-講師について*/ 

