.c-feature {
  height: 1412px;
  margin: 77px auto 0;
}
.c-feature.lazyloaded {
  background: url("/art-college/music/assets/img/pages/pc_top/bg_about.svg") no-repeat;
  background-size: 2702px 1411px;
  background-position: center;
}
.c-feature__header {
  position: relative;
}
.c-feature__header-title {
  text-align: center;
  padding-top: 210px;
}
.c-feature__header-title img {
  height: 44.5px;
}
.c-feature__header-text {
  font-size: 30px;
  font-weight: 700;
  line-height: 65px;
  text-align: center;
  font: normal Hiragino Sans;
  letter-spacing: 1.5px;
  color: #79D167;
  opacity: 1;
}
.c-feature__header-sub-text{
  text-align: center;
  letter-spacing: 2px;
  color: #000000;
  opacity: 1;
  font-size: 20px;
  font-weight: 600;
}
.c-feature__header-desc {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  padding-top: 18px;
  letter-spacing: 2px;
}
.c-feature__header-sticker {
  position: absolute;
  right: -20px;
  bottom: -26px;
}
.c-feature__header-sticker img {
  width: 206px;
}
.c-feature__features {
  margin-top: 40px;
  padding-top: 20px;
}
.as-feature {
  background-color: rgba(187, 221, 102, 0.3);
  padding: 100px 0;
}
.as-feature .c-common-header-title {
  font-size: 40px;
  color: #ffffff;
  opacity: 1;
}
.c-feature__features-row {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.c-feature__features-item {
  position: relative;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: max-content auto;
  gap: 0px 0px;
  grid-template-areas:
    "c-feature__features-item-img"
    "c-feature__features-item-desc";
  width: 200px;
  height: 200px;
  margin: 15px;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 5px 10px 0 rgba(0,0,0,0.25);
  box-shadow: 0px 5px 10px 0 rgba(0,0,0,0.25);
  border-bottom-right-radius: 10px;
}
.infant_curriculm{
  position: relative;
  bottom: 40px;
  border-top-left-radius: 10px;
}
.lower_curriculm{
  position: relative;
  border-top-left-radius: 10px;
}
.middle_curriculm{
  border-top-left-radius: 10px;
  position: relative;
  bottom: 40px;
}
.upper_curriculm{
  border-top-left-radius: 10px;
}
.c-feature__features-item-number {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  font-family: 'Square721 Ex BT', Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 30px;
  color: rgba(248,250,249,0.5);
}
.c-feature__features-item-number.c-feature__features-item-number--curve {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background: url("/art-college/music/assets/img/common/features_num_green.png") no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 36px;
  color: #ffffff;
}
.c-feature__features-item-number--curve.c-feature__features-item-number--green {
  background: url("/art-college/music/assets/img/common/features_num_green.png") no-repeat;
  background-size: contain;
}
.c-feature__features-item-number.c-feature__features-item-number--orange {
  background: url("/art-college/music/assets/img/common/features_num_orange.png") no-repeat;
  background-size: contain;
}
.c-feature__features-item-number.c-feature__features-item-number--purple {
  background: url("/art-college/music/assets/img/common/features_num_purple.png") no-repeat;
  background-size: contain;
}
.c-feature__features-item-number img {
  height: 35px;
}
.c-feature__features-item-img {
  position: relative;
}
.c-feature__features-item-img img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 10px;
}
.c-feature__features-item-img .c-btnLink {
  top: auto;
  bottom: 3px;
  right: 50%;
  transform: translate(50%, 50%) rotate(90deg);
}
.c-feature__features-item-desc {
  grid-area: c-feature__features-item-desc;
  background-color: #ffffff;
  overflow: hidden;
  border-bottom-right-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  box-shadow: 0px 10px 20px #00000029;
}
.c-feature__features-item-desc p {
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 1px;
  padding-top: 18px;
  color: #707070;
}
.infant-font{
  font-size: 24px;
  font-weight: 700;
  color: #A1D326;
}
.infant-muke{
  font-size: 18px;
  font-weight: 700;
  color: #A1D326;
}
.lower-font{
  font-size: 24px;
  font-weight: 700;
  color: #79D167;
}
.lower-muke{
  font-size: 18px;
  font-weight: 700;
  color: #79D167;
}
.middle-font{
  font-size: 24px;
  font-weight: 700;
  color: #60CBAA;
}
.middle-muke{
  font-size: 18px;
  font-weight: 700;
  color: #60CBAA;
}
.upper-font{
  font-size: 24px;
  font-weight: 700;
  color: #42A763;
}
.upper-muke{
  font-size: 18px;
  font-weight: 700;
  color: #42A763;
}
.c-feature__features-item.is-sticker {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.c-feature__features-item.is-sticker img {
  width: 100%;
}
.c-piano-feature {
  width: 100%;
  margin: -50px auto 0;
}
.c-piano-feature.lazyloaded {
  background-size: 2702px 1164px;
  background-position: center 0;
}
.c-piano-feature .c-feature__header-title {
  padding-top: 110px;
}
.c-piano-feature .c-feature__features {
  margin-top: 30px;
}