@charset "UTF-8";

/* 課外教室 */
.afterschool-class-hero .hero__img {
  object-position: center center;
}

/* 見出し */
.afterschool-class-copy {
  padding-top: 40px;
}
.afterschool-class-copy__lead {
  margin: 0 0 40px;
  text-align: center;
  font-size: 36px;
  color: #1D5900;
  font-weight: 700;
}
.afterschool-class-copy p {
  margin-bottom: 15px;
  text-align: center;
}

@media (max-width: 768px) {
  .afterschool-class-copy {
    padding-top: 40px;
  }
  .afterschool-class-copy__lead {
    font-size: 26px;
    line-height: 1.6;
  }
  .afterschool-class-copy p {
    text-align: left;
  }
}

/* コンテンツ共通 */
.afterschool-class-section {
  margin: 100px 0 0;
}

/* コンテンツ：帯タイトル */
.afterschool-class-section__head {
  margin-bottom: 40px;
}
.afterschool-class-section__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 12px;
  background: #C4E397;
  border-radius: 999px;
  font-size: 30px;
  color: #1D5900;
  font-weight: 700;
  line-height: 1.2;
}
.afterschool-class-section__icon {
  width: auto;
  height: 40px;
  margin-right: 15px;
  flex-shrink: 0;
}

/* コンテンツ：タイトル */
.afterschool-class-section__content-title {
  margin: 0 0 40px;
  text-align: center;
  font-size: 28px;
  line-height: 1.4;
  color: #1D5900;
  font-weight: 700;
}

/* コンテンツ内容 */
.afterschool-class-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.afterschool-class-content__image {
  width: 480px;
  margin-right: 20px;
  flex-shrink: 0;
}
.afterschool-class-content__image img {
  display: block;
  width: 100%;
  height: auto;
}
.afterschool-class-content__body {
  flex: 1;
}
.afterschool-class-content__text {
  margin: 0 0 30px;
}
.afterschool-class-content__info{
  flex: 1 1 0;
  min-width: 0;
}
.afterschool-class-info{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  margin: 0;
}
.afterschool-class-info dt{
  width: 100px;
  padding: 6px 10px;
  border-radius: 4px;
  text-align: center;
  line-height: 1.2;
  align-self: flex-start;
}
#music dt {
  background: #F5C3C4
}
#english dt {
  background: #F9EBA4;
}
#gakken dt {
  background: #F4C287;
}
#sports dt {
  background: #D3BCD6;
}
#soccer dt {
  background: #C4DDA4;
}
#swimming dt {
  background: #BADDF0;
}
.afterschool-class-info dd{
  width: calc(100% - 120px);
  margin: 0;
}
.afterschool-class-content.reverse {
  flex-direction: row-reverse;
}
.afterschool-class-content.reverse .afterschool-class-content__image {
  margin: 0 0 0 20px;
}
.afterschool-class-hosoku {
  margin: -50px 0 80px;
}
.afterschool-class-content .hosoku p:first-child{
  margin-bottom: 10px;
}

#english,
#sports,
#soccer {
  margin-bottom: 80px;
}
#gakken .afterschool-class-content__image {
  max-width: 360px;
}

@media (max-width: 768px) {
  .afterschool-class-section {
    margin: 60px 0 0;
  }
  .afterschool-class-section__head {
    margin-bottom: 30px;
  }
  .afterschool-class-section__title {
    flex-direction: column;
    border-radius: 40px;
    padding: 16px 15px 16px;
    font-size: 22px;
  }
  .afterschool-class-section__icon {
    height: 34px;
    margin: 0;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
  }
  .afterschool-class-section__content-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .afterschool-class-content {
    display: block;
  }
  .afterschool-class-content__image {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 30px;
  }
  .afterschool-class-content__info{
    margin-top: 30px;
  }
  .afterschool-class-info{
    column-gap: 15px;
    row-gap: 20px;
  }
  .afterschool-class-info dt{
    width: 80px;
    flex: 0 0 80px;
    padding: 5px 10px;
  }
  .afterschool-class-content.reverse .afterschool-class-content__image {
  margin: 0 0 30px;
  }
  .afterschool-class-hosoku {
    margin: -20px 0 60px;
  }
  .afterschool-class-content .hosoku p:first-child{
    margin-bottom: 10px;
  }
  #english,
  #sports,
  #soccer {
    margin-bottom: 60px;
  }
}
