/*
@mixin light{
  font-family: 'mplus-1p-light', sans-serif;
}
@mixin medium{
  font-family: 'mplus-1p-medium', sans-serif;
}
@mixin bold{
  font-family: 'mplus-1p-bold', sans-serif;
}
@mixin heavy{
  font-family: 'mplus-1p-heavy', sans-serif;
}*/
.program_program_wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .program_program_wrap {
    display: block;
  }
}
.program_program_wrap a {
  width: 50%;
  color: #fff;
  padding: 15px 17px 20px 30px;
  display: block;
}
@media (max-width: 768px) {
  .program_program_wrap a {
    width: 100vw;
    padding: 20px 10px;
    margin-left: -10px;
  }
}
@media (min-width: 769px) {
  .program_program_wrap a:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: all 0.5s;
  }
}
.program_program_wrap a .program_program_ttl_wrap {
  padding-left: 90px;
  padding-top: 5px;
}
@media (max-width: 768px) {
  .program_program_wrap a .program_program_ttl_wrap {
    padding-left: 65px;
  }
}
.program_program_wrap a .program_program_number {
  font-size: 16px;
}
@media (max-width: 768px) {
  .program_program_wrap a .program_program_number {
    font-size: 12px;
  }
}
.program_program_wrap a .program_program_ttl {
  font-size: 34px;
  margin-top: -10px;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .program_program_wrap a .program_program_ttl {
    font-size: 24px;
    letter-spacing: normal;
  }
}
.program_program_wrap a .program_program_txt {
  font-size: 16px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .program_program_wrap a .program_program_txt {
    font-size: 12px;
    margin-top: 10px;
  }
}
.program_program_wrap a .program_program_link {
  text-align: right;
  margin-top: 30px;
  position: relative;
  font-size: 18px;
}
@media (max-width: 768px) {
  .program_program_wrap a .program_program_link {
    font-size: 13px;
    margin-top: -5px;
  }
}
.program_program_wrap a .program_program_link::after {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  transform: rotate(45deg);
  margin-left: 10px;
}
@media (max-width: 768px) {
  .program_program_wrap a .program_program_link::after {
    width: 8px;
    height: 8px;
    margin-left: 3px;
  }
}
.program_program_wrap a:first-child {
  background: url(/hirakukids/assets/images/program/index/program_img04.png) no-repeat #fff100;
  background-position: top 20px right 20px;
  background-size: 30%;
  color: #595656;
}
@media (max-width: 768px) {
  .program_program_wrap a:first-child {
    background-position: top 20px right 10px;
    background-size: 100px;
  }
}
.program_program_wrap a:first-child .program_program_ttl_wrap {
  background: url(/hirakukids/assets/images/program/program_icon01.png) no-repeat;
  background-size: 80px;
}
@media (max-width: 768px) {
  .program_program_wrap a:first-child .program_program_ttl_wrap {
    background-size: 55px;
  }
}
.program_program_wrap a:nth-child(2) {
  background: url(/hirakukids/assets/images/program/index/program_img02.png) no-repeat #f39800;
  background-position: top 20px right 20px;
  background-size: 27%;
}
@media (max-width: 768px) {
  .program_program_wrap a:nth-child(2) {
    background-position: top 20px right 10px;
    background-size: 100px;
  }
}
.program_program_wrap a:nth-child(2) .program_program_ttl_wrap {
  background: url(/hirakukids/assets/images/program/program_icon02.png) no-repeat;
  background-size: 80px;
}
@media (max-width: 768px) {
  .program_program_wrap a:nth-child(2) .program_program_ttl_wrap {
    background-size: 55px;
  }
}
.program_program_wrap a:nth-child(3) {
  background: url(/hirakukids/assets/images/program/index/program_img01.png) no-repeat #6bc8f2;
  background-position: top 20px right 20px;
  background-size: 30%;
}
@media (max-width: 768px) {
  .program_program_wrap a:nth-child(3) {
    background-position: top 20px right 10px;
    background-size: 100px;
  }
}
.program_program_wrap a:nth-child(3) .program_program_ttl_wrap {
  background: url(/hirakukids/assets/images/program/program_icon03.png) no-repeat;
  background-size: 80px;
}
@media (max-width: 768px) {
  .program_program_wrap a:nth-child(3) .program_program_ttl_wrap {
    background-size: 55px;
  }
}
.program_program_wrap a:nth-child(4) {
  background: url(/hirakukids/assets/images/program/index/program_img03.png) no-repeat #ed798e;
  background-position: top 20px right 20px;
  background-size: 30%;
}
@media (max-width: 768px) {
  .program_program_wrap a:nth-child(4) {
    background-position: top 20px right 10px;
    background-size: 100px;
  }
}
.program_program_wrap a:nth-child(4) .program_program_ttl_wrap {
  background: url(/hirakukids/assets/images/program/program_icon04.png) no-repeat;
  background-size: 80px;
}
@media (max-width: 768px) {
  .program_program_wrap a:nth-child(4) .program_program_ttl_wrap {
    background-size: 55px;
  }
}
.program_program_wrap a:nth-child(4) .program_program_ttl_wrap .program_program_number {
  margin-bottom: 10px;
}
.program_program_wrap a:nth-child(4) .program_program_ttl_wrap .program_program_ttl {
  line-height: 100%;
}
.program_program_wrap a:nth-child(4) .program_program_txt {
  margin-top: 10px;
}

.program_txt {
  margin-top: 60px;
  margin-bottom: 80px;
  padding-left: 60px;
}
@media (max-width: 768px) {
  .program_txt {
    margin: 40px 0;
    padding-left: 0;
  }
}
.program_txt p {
  margin-bottom: 40px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .program_txt p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .program_txt p br {
    display: none;
  }
}

/*# sourceMappingURL=index.css.map */
