.secClub {
  display: grid;
  gap: 20px;
  font-family: "Zen Old Mincho",serif;
  letter-spacing: 0
}
.secClub + .secClub {
  margin-top: 50px
}
.secClub__heading {
  display: grid;
  gap: 5px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2
}
.secClub__heading .en img {
  display: block;
  width: auto;
  height: 16px
}
.secClub .resultList {
  display: grid;
  gap: 17px
}
.secClub .resultList__title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2
}
.secClub .resultList .list {
  display: grid;
  gap: 6px
}
.secClub .resultList .list li {
  position: relative;
  padding-left: 21px;
  line-height: 1.8
}
.secClub .resultList .list li::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  content: "";
  background: url(/assets/images/pages/common/icon_star.svg) center/contain no-repeat
}
.secClubList {
  padding: 55px 0;
  margin-top: 55px;
  font-family: "Zen Old Mincho",serif;
  letter-spacing: 0;
  background: var(--color-bg)
}
.secClubList__heading {
  display: grid;
  gap: 5px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center
}
.secClubList__heading .en img {
  display: block;
  width: auto;
  height: 16px;
  margin: 0 auto
}
.secClubList .clubList__item:last-child {
  padding-top: 37px;
  margin-top: 37px;
  border: 1px dotted rgba(0,0,0,.3);
  border-width: 1px 0 0
}
.secClubList .clubList__title {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-baika-pink);
  text-align: center
}
.secClubList .clubList .list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1.6
}
.secClubList .clubList .list__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  max-width: 280px
}
.secClubList .clubList .list .icon {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 2px
}
.secClubList .clubList .list .icon__high,
.secClubList .clubList .list .icon__junior {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-family: "Noto Sans JP",sans-serif;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  border-radius: 50%
}
.secClubList .clubList .list .icon__junior {
  background: var(--color-junior-high-school)
}
.secClubList .clubList .list .icon__high {
  grid-column: 2;
  background: var(--color-high-school)
}
.secClubList .clubList .list .note {
  font-size: 11px
}
.secLead {
  padding: 55px 0 60px;
  font-family: "Zen Old Mincho",serif;
  letter-spacing: 0
}
.secLead__heading {
  margin-bottom: 19px;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-baika-pink)
}
.secLead .text {
  line-height: 2.15
}
.secLead .navList {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px 20px;
  margin-top: 33px
}
.secLead .navList .anchor {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
  justify-content: center;
  height: 123px;
  padding: 20px 20px 40px;
  -o-border-image: url(/assets/images/pages/school/feature/nav_bg.svg) 20 fill/20px 20px;
  border-image: url(/assets/images/pages/school/feature/nav_bg.svg) 20 fill/20px 20px
}
.secLead .navList .anchor::after {
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 0;
  display: block;
  width: 8px;
  height: 12px;
  margin: auto;
  content: "";
  background: url(/assets/images/pages/common/icon_arw.svg) center/contain no-repeat;
  transform: rotate(90deg)
}
.secLead .navList .anchor__typo {
  height: 16px;
  line-height: 1;
  text-align: center
}
.secLead .navList .anchor__typo img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto
}
.secLead .navList .anchor__title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.23;
  text-align: center;
  letter-spacing: 0
}
.secLead .navList .anchor__text {
  font-size: 14px;
  line-height: 2.15;
  letter-spacing: 0
}
@media (min-width:768px) {
  .secClub {
    grid-template-columns: 564px 1fr;
    gap: 60px
  }
  .secClub + .secClub {
    margin-top: 60px
  }
  .secClub__heading {
    font-size: 26px
  }
  .secClub__heading .en img {
    height: 20px
  }
  .secClub .resultList .list li {
    font-size: 17px
  }
  .secClub .resultList .list li::before {
    top: 8px
  }
  .secClubList {
    padding: 80px 0 77px;
    margin-top: 110px
  }
  .secClubList__heading {
    font-size: 26px
  }
  .secClubList__heading .en img {
    height: 20px
  }
  .secClubList .clubList {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin: 0 -65px
  }
  .secClubList .clubList__item {
    padding: 10px 65px 0
  }
  .secClubList .clubList__item:last-child {
    padding-top: 0;
    margin-top: 0;
    border-width: 0 0 0 1px
  }
  .secClubList .clubList__title {
    margin-bottom: 23px;
    font-size: 24px;
    text-align: left
  }
  .secClubList .clubList .list {
    flex-wrap: wrap;
    gap: 8px 60px;
    max-height: 308px;
    font-size: 17px
  }
  .secClubList .clubList .list .icon {
    padding-top: 2px
  }
  .secClubList .clubList .list .note {
    font-size: 12px
  }
  .secLead {
    padding: 86px 0 70px
  }
  .secLead__heading {
    margin-bottom: 22px;
    font-size: 26px;
    text-align: center
  }
  .secLead .text {
    font-size: 17px;
    line-height: 1.88;
    text-align: center
  }
  .secLead .navList {
    grid-template-columns: repeat(3,1fr);
    gap: 22px;
    margin-top: 40px
  }
  .secLead .navList .anchor {
    height: 150px;
    padding: 20px 30px 40px;
    transition: opacity .6s
  }
  .secLead .navList .anchor:hover {
    opacity: .6
  }
  .secLead .navList .anchor::after {
    bottom: 32px
  }
  .secLead .navList .anchor__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
  }
  .secLead .navList .anchor__title {
    font-size: 20px;
    line-height: 1.25
  }
  .secLead .navList .anchor__text {
    line-height: 1.71
  }
}
@media (max-width:767.98px) {
  .secLead .navList .anchor__typo--high {
    height: 34px
  }
}