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

.section-top__img {
  margin-bottom: 80px;
}
.section-lesson h2 {
  font-weight: 600;
  margin-bottom: 100px;
}
.section-lesson {
  width: 80%;
  margin: 0 auto 50px;
}

.section-lesson__messes {
  text-align: left;
}
.section-lesson__messes h3 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}

.section-lesson__event h3 {
  font-weight: 600;
}

.section-lesson__messes p {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.section-lesson__event {
  margin-top: 50px;
}

.section-lesson__messes span {
 font-size: 16px;
 font-weight: 400;
}

.section-pic {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 5px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media(min-width:768px) {
  .section-lesson {
    margin-bottom: 150px;
  }
  .section-lesson h2 {
    font-size: 3.6rem;
  }
  .section-lesson__messes p {
    font-size: 1.6rem;
  }
  .section-lesson__messes h3 {
    font-size: 2.4rem;
  }
  .section-lesson__event {
  margin-top: 100px;
}
  .section-pic {
  grid-template-columns: repeat(4,1fr);
  width: 80%;
  margin-bottom: 150px;
  }
}


.section-policy {
  width: 80%;
  text-align: left;
  line-height: 1.6;
  font-size: 1.4rem;
  margin: 0 auto 100px;
  border: solid 2px #616e69;
}
.section-policy h4 {
  font-weight: 500;
}
.section-policy p {
  font-weight: 400;
  margin: 3px 0 10px 0;
}
.section-policy_border {
  padding: 20px 10px;
}
@media(min-width:768px){
  .section-policy_border {
    font-size: 1.6rem;
  }
}



.section-linebanner {
  width: 60%;
  margin: 0 auto 100px;
}
.section-linebanner img {
  width: 240px;
}

.footer_nav ul {
  display: flex;
  justify-content: space-between;
  padding: 40px 50px 60px;
}

.footer_info {
  text-align: left;
  line-height: 25px;
  margin-left: 50px;
  padding: 0px 50px 30px 0px;
  font-size: 1.4rem;
}
.footer_info span {
  display: block;
}

@media(min-width:768px) {
  .section-linebanner img {
    width: 280px;
  }
  .footer_nav ul {
    width: 420px;
    margin-left: auto;
  }
}
