@charset "UTF-8";
/*
@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;
}*/
/* slick */
@media (max-width: 768px) {
  .slick-program li {
    width: 100%;
    overflow: hidden;
  }
  .slick-program li img {
    width: 118%;
    max-width: none;
    margin-left: -9%;
  }
}

/* mainimage */
.wrap_b_none {
  margin-bottom: 0;
}

.program_main_img {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.program_main_img .program_main_ttl {
  font-size: 30px;
  color: #fff;
  line-height: 1.4;
  padding-top: 13px;
  padding-left: 120px;
  padding-bottom: 13px;
}
@media (max-width: 768px) {
  .program_main_img .program_main_ttl {
    font-size: 18px;
    padding-left: 80px;
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .program_main_img .program_main_ttl br {
    display: none;
  }
}
.program_main_img .program_main_ttl.ver_2021 {
  position: absolute;
  top: calc(24% - 100px);
  left: 5%;
  padding: 0;
  color: #d2c82a;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .program_main_img .program_main_ttl.ver_2021 {
    top: auto;
    bottom: calc(30% - 60px);
  }
}
.program_main_img .program_main_ttl.ver_2021 span {
  background: rgba(255, 255, 255, 0.8);
  font-size: 60px;
}
@media (max-width: 768px) {
  .program_main_img .program_main_ttl.ver_2021 span {
    font-size: 30px;
  }
}
.program_main_img .program_main_ttl.ver_2021 span.mv_txt {
  font-size: 30px;
}
@media (max-width: 768px) {
  .program_main_img .program_main_ttl.ver_2021 span.mv_txt {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .program_main_img .program_main_ttl.ver_2021 br {
    display: block;
  }
}
.program_main_img .program_main_ttl.ver_eng {
  color: #006cb7;
}
.program_main_img .program_main_ttl.ver_robot {
  color: #f39800;
}
.program_main_img .program_main_ttl.ver_science {
  color: #6bc8f2;
}
.program_main_img .program_main_ttl.ver_program {
  color: #ed798e;
}
.program_main_img .program_main_ttl.ver_culture {
  background: url(/hirakukids/assets/images/program/program_icon04.png) no-repeat #6bbb5a;
  background-position: center left 20px;
  background-size: 7%;
}
@media (max-width: 768px) {
  .program_main_img .program_main_ttl.ver_culture {
    background-position: center left 10px;
    background-size: 60px;
  }
}
.program_main_img .program_main_ttl.ver_saturday {
  background: url(/hirakukids/assets/images/program/program_icon05.png) no-repeat #6bbb5a;
  background-position: center left 20px;
  background-size: 7%;
}
@media (min-width: 769px) {
  .program_main_img .program_main_ttl.ver_saturday {
    padding-top: 35px;
    min-height: 110px;
  }
}
@media (max-width: 768px) {
  .program_main_img .program_main_ttl.ver_saturday {
    background-position: center left 10px;
    background-size: 60px;
  }
}
.program_main_img .program_main_img_badge {
  position: absolute;
  color: #006db8;
  bottom: 30px;
  right: 30px;
  width: 125px;
  height: auto;
}
@media (max-width: 768px) {
  .program_main_img .program_main_img_badge {
    width: 65px;
    bottom: 10px;
    right: 10px;
  }
}

.program_ttl01 {
  font-size: 30px;
  color: #fff;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .program_ttl01 {
    width: 100vw;
    margin-left: -10px;
    font-size: 18px;
    padding: 0 10px;
  }
}
.program_ttl01.ver_2021 {
  position: absolute;
  width: 369px;
  top: -41px;
  padding: 3px 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .program_ttl01.ver_2021 {
    width: 220px;
    top: -15px;
    left: 10px;
  }
}
.program_ttl01.ver_eng {
  background: #fff100;
  color: #595656;
}
.program_ttl01.ver_robot {
  background: #f39800;
}
.program_ttl01.ver_science {
  background: #6bc8f2;
}
.program_ttl01.ver_program {
  background: #ed798e;
}
.program_ttl01.ver_culture {
  background: #6bbb5a;
}
.program_ttl01.ver_saturday {
  background: #6bbb5a;
}

.box_feature {
  position: relative;
}
.box_feature::after {
  content: "";
  position: absolute;
}
@media (max-width: 768px) {
  .box_feature::after {
    display: none;
  }
}
.box_feature table {
  width: 100%;
  font-size: 18px;
  padding-top: 40px;
  font-weight: bold;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .box_feature table {
    font-size: 15px;
  }
}
.box_feature table th {
  word-break: keep-all;
  padding: 10px 23px 12px 43px;
  border-bottom: solid 3px #dcdcdc;
  font-weight: 900;
}
@media (max-width: 768px) {
  .box_feature table th {
    padding: 5px 0;
  }
}
.box_feature table td {
  width: 100%;
  padding: 10px 0 13px;
  border-bottom: solid 3px #dcdcdc;
  font-weight: normal;
}
.box_feature.ver_eng::after {
  background: url(/hirakukids/assets/images/program/english/english_ul_01.png) no-repeat;
  right: 10px;
  bottom: 30px;
  width: 176px;
  height: 216px;
}
.box_feature.ver_eng table th {
  color: #d2c82a;
}
.box_feature.ver_robot::after {
  background: url(/hirakukids/assets/images/program/robotics/robotics_ul_01.png) no-repeat;
  right: 30px;
  bottom: -20px;
  width: 160px;
  height: 343px;
}
.box_feature.ver_robot table th {
  color: #f39800;
}
.box_feature.ver_science::after {
  background: url(/hirakukids/assets/images/program/science/science_ul_01.png) no-repeat;
  right: -40px;
  bottom: -50px;
  width: 200px;
  height: 300px;
}
.box_feature.ver_science table th {
  color: #6bc8f2;
}
.box_feature.ver_program::after {
  background: url(/hirakukids/assets/images/program/programming/programming_ul_01.png) no-repeat;
  right: 10px;
  bottom: 4px;
  width: 176px;
  height: 216px;
}
.box_feature.ver_program table th {
  color: #ed798e;
}

/* bottom_nav */
.program_bottom_nav {
  margin: 5em 0;
}
@media (max-width: 768px) {
  .program_bottom_nav {
    margin: 3em 0;
  }
}

.program_bottom_nav ul {
  width: 100%;
  text-align: center;
  letter-spacing: -.4em;
  border: 1px solid #d2d2d2;
  padding: .7em;
  font-size: 14px;
  display: flex;
}
@media (max-width: 768px) {
  .program_bottom_nav ul {
    border-left: none;
    border-right: none;
  }
}

.program_bottom_nav li {
  display: inline-block;
  letter-spacing: normal;
  width: 20%;
  border-left: 1px solid #d2d2d2;
}
@media (min-width: 769px) {
  .program_bottom_nav li:first-child a:hover::after {
    background: #fff100;
  }
  .program_bottom_nav li:nth-child(2) a:hover::after {
    background: #f39800;
  }
  .program_bottom_nav li:nth-child(3) a:hover::after {
    background: #6bc8f2;
  }
  .program_bottom_nav li:nth-child(4) a:hover::after {
    background: #ed798e;
  }
}
@media (max-width: 768px) {
  .program_bottom_nav li {
    border: none;
    position: relative;
  }
}

.program_bottom_nav li:first-child {
  border-left: none;
}

.program_bottom_nav a {
  display: block;
  padding: .5em;
  height: 100%;
}

.program_bottom_nav a:hover {
  text-decoration: none;
  position: relative;
}
@media (min-width: 769px) {
  .program_bottom_nav a:hover::after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 90%;
    height: 5px;
    background: #6bbb5a;
    right: 0;
    left: 0;
    margin: auto;
    transition: all 0.5s;
  }
}

.program_bottom_nav img {
  vertical-align: middle;
  margin-right: 8px;
  height: 32px;
}

@media (max-width: 768px) {
  .program_bottom_nav ul {
    display: block;
    overflow: hidden;
    padding: 0;
  }

  .program_bottom_nav li {
    float: left;
    width: 50%;
    border-bottom: 1px solid #d2d2d2;
    height: 4em;
  }

  .program_bottom_nav li:nth-child(3),
  .program_bottom_nav li:nth-child(5) {
    border-left: none;
  }

  .program_bottom_nav li:nth-child(1):after,
  .program_bottom_nav li:nth-child(3):after {
    position: absolute;
    right: 0;
    top: 17%;
    bottom: 17%;
    content: '';
    width: 1px;
    background: #d2d2d2;
  }

  .program_bottom_nav li:last-child {
    float: none;
    width: 100%;
    border-bottom: none;
  }

  .program_bottom_nav a {
    padding: 1.2em .6em 0;
    letter-spacing: normal;
    font-size: 12px;
  }

  .program_bottom_nav img {
    height: 30px;
    margin-right: 6px;
  }
}
/*タイトル系共通2021*/
.ttl_pic {
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .ttl_pic img {
    max-width: 300px;
  }
}
.ttl_pic span {
  font-size: 18px;
  font-weight: bold;
  display: block;
}
@media (max-width: 768px) {
  .ttl_pic span {
    font-size: 11px;
  }
}

.themeline::before {
  display: block;
  content: "";
  width: 104px;
  height: 6px;
  margin: 0 auto 80px auto;
}
@media (max-width: 768px) {
  .themeline::before {
    width: 52px;
    height: 3px;
    margin: 0 auto 40px auto;
  }
}
.themeline.ver_eng::before {
  background: url("/hirakukids/assets/images/program/english/tit_line.png");
  background-size: cover;
}
.themeline.ver_robot::before {
  background: url("/hirakukids/assets/images/program/robotics/tit_line.png");
  background-size: cover;
}
.themeline.ver_science::before {
  background: url("/hirakukids/assets/images/program/science/tit_line.png");
  background-size: cover;
}
.themeline.ver_program::before {
  background: url("/hirakukids/assets/images/program/programming/tit_line.png");
  background-size: cover;
}

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