@charset "UTF-8";

/* br h1 ------------------ */
/* SP */
.brSp{
  display: block;
}
/* PC */
@media screen and (min-width: 768px) {
  .brSp{
    display: none;
  }
}
/* br end ------------------ */





/* pageH ------------------ */
/* SP */
.pageH{
  padding-bottom: 8px;
  margin: 30px 0 0 !important;
}

/* PC */
@media screen and (min-width: 768px) {
  .pageH{
    margin: 60px 0 0 !important;
  }
}
/* pageH end ------------------ */







/* texGroup ------------------ */
/* sp */
.texGroup{
  margin: 0 0 30px;
}

.texGroup p{
  margin: 0 15px 30px;
  font-weight: 400;
}

.texGroup p:last-of-type{
  margin: 0 15px 0;
}

.texGroup ul{
  font-size: 10px;
  line-height: 1.6;
}

.texGroup ul li{
font-weight: 300;
}

/* pc */
@media screen and (min-width: 768px) {
  .texGroup{
  margin: 0 0 35px;
  }

  .texGroup ul{
    font-size: 12px;
  }
}
/* texGroup end ------------------ */







/* leadTxt ------------------ */
/* SP */
.leadTxt{
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: .05em;
  font-weight: 700;
  line-height: 1.6;
  font-size: 1.15em;
}

h2.leadTxt {
  margin-top: 25px;
  border-top: 1px solid #5BB647;
  padding-top: 25px;
  font-size: 1.25em;
}

/* PC */
@media screen and (min-width: 768px) {
  .leadTxt{
    font-size: 1.25em;
    margin-bottom: 1.875em;
  }

  h2.leadTxt {
    margin-top: 50px;
    padding-top: 30px;
    font-size: 1.45em;
  }
}
/* leadTxt end ------------------ */





/* pageImgGroup ------------------ */
/* SP */
.pageImgGroup{
  margin: 0 0 10px;
  position: relative;
  padding: 32px 0;
}

.pageImgGroup [class^="chara"] {
  position: absolute;
  z-index: 2;
}
.pageImgGroup .chara1 {
  width: 26px;
  height: 33.68px;
  background: url(../images/course/chara1.png) no-repeat;
  background-size: 100% auto;
  top: 0;
  left: 22px;
}

.pageImgGroup .chara2 {
  width: 27px;
  height: 32.99px;
  background: url(../images/course/chara2.png) no-repeat;
  background-size: 100% auto;
  top: 0;
  right: 22px;
}

.pageImgGroup .chara3 {
  width: 27px;
  height: 32.99px;
  background: url(../images/course/chara3.png) no-repeat;
  background-size: 100% auto;
  bottom: 33px;
  left: 17px;
}

.pageImgGroup .chara4 {
  width: 28px;
  height: 40.89px;
  background: url(../images/course/chara4.png) no-repeat;
  background-size: 100% auto;
  bottom: 0;
  left: 50px;
}

.pageImgGroup .chara5 {
  width: 36.5px;
  height: 48.2px;
  background: url(../images/course/chara5.png) no-repeat;
  background-size: 100% auto;
  bottom: 0;
  right: 50px;
}

.pageImg{
  z-index: 1;
  border-radius: 20px;
}

/* PC */
@media screen and (min-width: 768px) {
  .pageImgGroup{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 1.875em;
    padding: 67px 0 60px;
  }

  .pageImgGroup .chara1{
    width: 53px;
    height: 67.36px;
  }
  .pageImgGroup .chara2{
    width: 54px;
    height: 65.98px;
    top: 2px;
    right: 32px;
  }
  .pageImgGroup .chara3{
    width: 54px;
    height: 65.98px;
    bottom: 70px;
    left: 47px;
  }
  .pageImgGroup .chara4{
    width: 56px;
    height: 81.78px;
    left: 180px;
  }
  .pageImgGroup .chara5{
    width: 72px;
    height: 96.4px;
  }
}

/* pageImgGroup end ------------------ */



/* CourseHeadLineH2 ------------------ */
/* SP */
.CourseHeadLineH2 {
  text-align: center;
  padding: 8px 0;
  margin-bottom: 30px;
  border-top: 1px solid #5BB647;
  border-bottom: 1px solid #5BB647;
}

.CourseHeadLineH2 h2 {
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
  font-weight: 700;
  color: #5BB647;
}

/* PC */
@media screen and (min-width: 768px) {
  .CourseHeadLineH2 {
    padding: 12px 0;
  }

  .CourseHeadLineH2 h2 {
    font-size: 1.25em;
  }
}
/* CourseHeadLineH2 end ------------------ */



/* SpeechBubbleLineH2 ------------------ */
/* SP */
.SpeechBubbleLineH2 {
  position: relative;
  text-align: center;
  padding: 30px 0;
  margin: 0 45px 30px;
}

.SpeechBubbleLineH2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  
  border-radius: 4px;
}

.SpeechBubbleLineH2::after {
  
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 2px;
  
  border-radius: 4px;
}

.SpeechBubbleLineH2 h2{
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
  font-weight: 700;
}

.SpeechBubbleLineH2 h2 div {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 2px;
  /*background: #F5B700;*/
  border-radius: 4px;
}

.SpeechBubbleLineH2 h2 div::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 3px;
  transform: translateX(-50%) rotate(-45deg);
  width: 15px;
  height: 2px;
  border-radius: 2px;
  /*background: #F5B700;*/
  z-index: 2;
}
.SpeechBubbleLineH2 h2 div::after{
  background: #FFF;
  width: 8px;
  height: 2px;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}

/* PC */
@media screen and (min-width: 768px) {
  .SpeechBubbleLineH2{
    margin: 0 auto 40px;
    max-width: 900px;
    padding: 35px 0;
  }
  .SpeechBubbleLineH2 h2{
    font-size: 1.25em;
  }
}
/* SpeechBubbleLineH2 end ------------------ */






/* bookSection ------------------ */
.bookSection{
  margin: 0 0 55px;
}

.bookSection .bookArticle{
  margin:  0 0 40px;
}

.bookSection .bookArticle .bookH3Group{
  display: flex;
  margin: 0 0 20px;
}

.bookSection .bookArticle .bookH3Group > div {
  flex: 1;
}

.bookSection .bookArticle .bookH3Group .left{
  display: flex;
  justify-content: center;
  align-items: center;
}

.bookSection .bookArticle .bookH3Group .left h3{
  line-height: 1.8;
  text-align: center;
  font-weight: 700;
}

/* PC */
@media screen and (min-width: 768px) {
  .bookSection{
    margin: 150px 0 80px;

  }
  .bookSection .bookArticle{
    max-width: 900px;
    margin: 0 auto;
  }
  .bookSection .bookArticle .bookH3Group{
    margin: 0 0 35px;
  }
  .bookSection .bookArticle .bookH3Group .left h3{
    font-size: 1.125em;
  }
}
/* bookSection end ------------------ */




/* CourseDescription ------------------ */
.CourseDescription{
  margin: 0 0 75px;
}
.CourseDescription .leadTxt{
  margin-bottom: 20px;
}
.CourseDescription .curriculumSection,
.CourseDescription .teachingMaterialsSection{
  margin: 0 0 50px;
}

.CourseDescription .curriculumSection img,
.CourseDescription .teachingMaterialsSection img{
  border-radius: 15px;
}

.CourseDescription .curriculumSection .imgGroup{
  margin: 0 0 15px;
}


.CourseDescription .curriculumSection aside{
  border-radius: 15px;
  padding: 30px 20px;
  margin: 0 20px 0;
}

.CourseDescription .curriculumSection aside ul li{
  line-height: 2;
  list-style-type: disc;
  margin: 0 0 0 20px;
}

.CourseDescription .teachingMaterialsSection .imgGroup{
  margin: 0 0 20px;
}

.CourseDescription .curriculumSection .texGroup{
  margin: 0 0 20px;
}
.CourseDescription .curriculumSection .texGroup p:last-of-type{
  margin: 0 20px 0;
}

.CourseDescription .teachingMaterialsSection .label{
  border-radius: 12px;
  padding: 5px 20px;
  display: inline-block;
  margin: 0 0 5px 15px;
  font-weight: 300;
}

.CourseDescription .cameraSection .imgGroup{
  display: flex;
  justify-content: center;
}
.CourseDescription .cameraSection .imgGroup img{
  max-width: 239px;
  height: auto;
}

/* PC */
@media screen and (min-width: 768px) {
  .CourseDescription .curriculumSection .imgGroup{
    margin: 0 0 35px;
  }

  .CourseDescription .curriculumSection aside{
    padding: 40px 30px;
    
  }

  .CourseDescription .curriculumSection,
  .CourseDescription .teachingMaterialsSection{
    margin: 0 0 80px;
  }

  /*.CourseDescription .teachingMaterialsSection{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 32px;
  }

  .CourseDescription .teachingMaterialsSection .imgGroup {
flex: 0 0 50%;
text-align: center;
}

.CourseDescription .teachingMaterialsSection .texGroup {
flex: 1 1 0%;
}*/

}
/* CourseDescription end ------------------ */






/* topSec,courseSec------------------ */
.topSec,
.courseSec {
  margin-bottom: 75px;
}

.topSec .imgGroup,
.courseSec .imgGroup {
  margin: 0 0 15px;
}

.courseSec .texGroup {
  margin-bottom: 50px;
}

/* PC */
@media screen and (min-width: 768px) {
  .topSec .imgGroup,
  .courseSec .imgGroup {
    margin: 0 0 30px;
  }
}

/* lessonFlowSection end ------------------ */






/* lessonFlowSection------------------ */
.lessonFlowSection .movieBox {
  margin: 0 -18px 75px;
}
/* PC */
@media screen and (min-width: 768px) {
  .lessonFlowSection .movieBox {
    margin: 0 auto 150px;
  }
}

/* lessonFlowSection end ------------------ */





/* classSection------------------ */
.classSection{
  margin: 0 0 75px;
}
.classSection .leadTxt{
  margin-bottom: 0;
  margin: 0 15px 30px;
  font-size: 13px;
  font-weight: 500;
}
.classSection .classArticle:not(:first-of-type){
  margin: 25px 0 0;
}

.classArticle{
  border-radius: 10px;
  padding: 20px 15px 30px;

}
.classArticle header{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 15px;

}

.classArticle header h3{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  margin: 0 0 15px;
}

.classArticle header .className{
  display: flex;
  align-items: center;
  gap: 8px;
}
.classArticle header .className p{
  background: #FFF;
  border-radius: 20px;
  font-weight: 800;
  padding: 1px 15px;
  font-size: 11px;
  min-width: 80px;
  text-align: center;
}
.classArticle .classCard{
  background: #fff;
  padding: 30px 20px;
}

.classArticle .classCard .imgGroup {
  margin: 0 0 30px;
  flex-shrink: 0;
}
.classArticle .classCard .imgGroup img{
  border-radius: 10px;
}

.classArticle .classCard .texGroup h4{
  font-weight: 700;
  color: #fff;
  border-radius: 20px;
  padding: 5px 20px;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 1.8;
}

.classArticle .classCard .texGroup ul{
  font-size: 13px;
}
.classArticle .classCard .texGroup ul li{
  position: relative;
  padding-left: 16px;
  line-height: 2;
  font-weight: 500;
  list-style: none; 
}

.classArticle .classCard .texGroup ul li::before{
  content: "";
  position: absolute;
  top: 1em;
  left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F5B700;
  transform: translateY(-50%);
}

.classArticle .classCard .texGroup{
  margin: 0;
}

.classArticle .classCard .texGroup p:last-of-type {
margin: 0 0 30px;
}


/* PC */
@media screen and (min-width: 768px) {
  .classSection{
    margin: 0 auto 150px;
  }

  .classArticle{
    padding: 30px 25px 40px;
  }

  .classArticle header{
    margin: 0 0 25px;
  }

  .classArticle header h3{
    font-size: 1.25em;
  }

  .classArticle header .className p{
    font-size: 13px;
    padding: 1px 20px;
  }

  .classArticle .classCard .texGroup ul{
    font-size: 18px;
  }

  .classArticle .classCard{
    display: flex;
    gap: 40px;
    padding: 40px 30px;
  }

  .classArticle .classCard .imgGroup{
    width: 500px;
    margin: 0;
  }

  .CourseDescription .cameraSection {
    /*display: flex;
    flex-wrap: wrap;
    align-items: flex-start;*/
  }
  .CourseDescription .leadTxt{
    width: 100%;
  }

  .CourseDescription .cameraSection .imgGroup {
    flex: 0 0 30%;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
  }

  .CourseDescription .cameraSection .imgGroup img{
    max-width: 100%;
  }

  .CourseDescription .cameraSection .texGroup {
    flex: 1;
  }
  .classSection .leadTxt{
    font-size: 18px;
  }
}
/* classSection end------------------ */






/* summarySection ------------------ */
.summarySection{
  margin: 0 0 25px;
}

.summarySection .texGroup dl{
  margin: 0 auto 10px;
  max-width: 900px;
}

.summarySection .texGroup dl div{
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 3px;
  margin: 0 0 3px;
}

.summarySection .texGroup dl div dt,
.summarySection .texGroup dl div dd{
  line-height: 2;
  padding: 7px;
}

.summarySection .texGroup dl div dt{
  color: #FFF;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* PC */
@media screen and (min-width: 768px) {
  .summarySection{
    margin: 0 auto 50px;
  }

  .summarySection .texGroup dl div{
    grid-template-columns: 200px 1fr;
  }

  .summarySection .texGroup ul{
    max-width: 900px;
    margin: 0 auto;
  }

  .summarySection .texGroup dl div dt,
  .summarySection .texGroup dl div dd{
    padding: 14px;
  }
}
/* summarySection end ------------------ */




/* tuitionFeeSection ------------------ */
.tuitionFeeSection{
  background: #E8F8DA;
  margin: 0 0 75px;
  padding: 30px 16px 40px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tuitionFeeSection h2 {
  background: #FFF;
  border-radius: 0 0 15px 15px;
  display: inline-block;
  margin: -30px 0 20px;
  line-height: 1.5;
  max-width: 176px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 12px 0;
  font-weight: 700;
  color: #5BB647;
}

.tuitionFeeSection .leadTxt{
  margin: 0 15px 15px;
}

.tuitionFeeSection .texGroup{
  margin: 0;
}

.tuitionFeeSection .texGroup p{
  font-size: 10px;
  line-height: 1.5;
  font-weight: 500;;
}

.searchBox {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.searchBox .btn a {
display: flex;
justify-content: center;
align-items: center;
height: 50px;
border: 1px solid #5BB647;
background-color: #fff;
box-shadow: rgba(0,0,0,.15) 2px 2px 1px;
border-radius: 25px;
color: #5BB647;
line-height: 1.5;
}

.searchBox .btn a img{
  margin: 0 10px 0 0;
}

.searchBox .btn a span{
  text-align: center;
}

.searchBox .btn {
display: flex;
justify-content: center;
align-items: center;
max-width: 730px;
gap: 10px;
margin: 13px auto;
}

.searchBox .btn li {
  width: calc(50% - 5px);
}

.searchBox h3 {
  margin: 25px 0 11px;
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
}

.searchBox .formBox {
  display: flex;
  align-items: center;
  max-width: 450px;
  margin: 0 auto;
  padding: 13px 10px;
  border: 1px solid #A2A2A2;
  background-color: #fff;
  border-radius: 5px;
}

.searchBox .formBox .form-input {
  flex: 1;
  border: none;
  border-radius: 5px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.searchBox button {
  display: block;
  border: none;
  outline: none;
  padding: 0;
  background: none;
}


/* PC */
@media screen and (min-width: 768px) {
  .tuitionFeeSection{
    margin: 0 auto 150px;
    max-width: 900px;
  }

  .tuitionFeeSection h2{
    font-size: 1.375em;
    max-width: 216px;
    padding: 20px 0;
    margin: -30px 0 30px;
  }

  .searchBox .btn{
    gap: 30px;
  }

  .searchBox .btn a{
    height: 90px;
    border-radius: 45px;
    border: 2px solid #5BB647;
    box-shadow: rgba(0,0,0,.15) 3px 3px 2px;
  }

  .searchBox .btn li:first-child img{
    width: 24px;
  }

  .searchBox .btn li:nth-child(2) img {
    width: 36px;
  }

  .searchBox .btn a span{
    font-size: 1.375em;
    margin-left: 1em;
  }

  .searchBox .formBox .form-input {
    font-size: 1em;
  }

  .searchBox h3 {
    margin-top: 50px;
    font-size: 1.125em;
  }
  .tuitionFeeSection .texGroup{
    max-width: 730px;
    margin: 0 auto 13px;
  }

  .tuitionFeeSection .texGroup p{
    font-size: 13px;
  }

  .tuitionFeeSection .leadTxt{
    font-size: 18px;
    max-width: 730px;
    margin: 0 auto 13px;
  }
}
/* tuitionFeeSection end ------------------ */






/* commentSection ------------------ */
.commentSection{
  margin: 0 0 75px;
  padding: 30px 30px 45px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.commentSection.yellow{
  background: #FEF9E7;
}

.commentSection h2{
  background: #FFF;
  border-radius: 0 0 15px 15px;
  display: inline-block;
  margin: -30px 0 20px;
  line-height: 1.5;
  max-width: 250px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 18px 0;
  font-weight: 700;
  position: relative;
}
.commentSection h2::after{
  position: absolute;
  content: "";
  background: #FFF;
  height: 12px;
  width: 23px;
  bottom: -12px;
  left: 50%;
  clip-path: polygon(6px 0%, 100% 0, 0% 100%);
}

.commentSection article{
  padding: 25px;
  border-radius: 15px;
  background: #FFF;
  margin: 0 0 25px;
}

.commentSection article:last-of-type{
  margin: 0;
}
.commentSection article .imgGroup{
  margin: 0 0 20px;
}
.commentSection article .imgGroup img{
  border-radius: 10px;
}

.commentSection article .texGroup{
  margin: 0;
}
.commentSection article .texGroup p{
  margin: 0;
}

.commentSection article .texGroup p:last-of-type{
  text-align: right;
  font-weight: 500;
}
.commentSection .texGroup b{
  font-weight: 700;
}

/* PC */
@media screen and (min-width: 768px) {
  .commentSection{
    padding: 40px 40px 55px;
  }
  
  .commentSection article{
    display: flex;
    gap: 32px;
    padding: 35px;
    margin: 0 0 35px;
  }
  .commentSection article .imgGroup img{
    max-width: 400px;
  }
  .commentSection article .imgGroup{
    margin: 0;
  }

  .commentSection h2{
    max-width: 330px;
    padding: 25px 0;
    margin: -40px 0 40px;
  }
}
/* commentSection end ------------------ */