@charset "UTF-8";
/*--------------------- .mv ---------------------*/
.mv.childcare {
  background: url(../img/mv.jpg) center center no-repeat;
  background-size: cover;
}

/*--------------------- .policy_sec ---------------------*/
.policy_sec .inr {
  padding: 100px 10% 40%;
}
.policy_sec .inr {
  background: url(../img/policy_bg.png) bottom center no-repeat;
  background-size: contain;
  width: auto;
}
.policy_ttl {
  font-size: 34px;
  margin-bottom: 50px;
  text-align: center;
}
.policy_txt {
  font-size: 20px;
  line-height: 4;
  text-align: center;
}


/*--------------------- .curriculum_box ---------------------*/
.curriculum_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.curriculum_list {
  background-color: #7eb6e3;
  border-radius: 20px;
  margin-bottom: 2.5%;
  padding: 40px;
  width: 48.5%;
}
.curriculum_list.pickup {
  background-color: #fbf6e9;
  width: 100%;
}
.c_ttl {
  background-color: #fff;
  border-radius: 50px;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 10px 60px 8px;
  position: relative;
}
.c_ttl::before {
  background-color: #7eb6e3;
  border-radius: 50px;
  content: "";
  display: inline-block;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -14px;
  width: 26px;
}
.c_img {
  margin-bottom: 15px;
}

/*--------------------- .pickup_box ---------------------*/
.pickup_box {
  display: flex;
  justify-content: space-between;
}
.pickup_box .pickup_img {
  width: 55%;
}
.pickup_box .c_txt {
  width: 42%;
}

.ttl02.sun {
  border-color: #e74030;
}
.ttl02.sun::before {
  background: url(/lib/cmn_img/head_icon_sun.png) no-repeat;
  background-size: contain;
  height: 5rem;
}



@media only screen and (max-width: 1280px) {
  /*--------------------- .policy_sec ---------------------*/
  .policy_txt {
    font-size: 18px;
    line-height: 3;
  }
}

@media only screen and (max-width: 960px) {
  /*--------------------- .policy_sec ---------------------*/
  .policy_sec .inr {
    padding: 60px 10% 40%;
  }
  .policy_ttl {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .policy_txt {
    font-size: 16px;
    line-height: 2.5;
  }
  
  /*--------------------- .curriculum_box ---------------------*/
  .curriculum_list {
    padding: 30px;
  }
  .c_ttl {
    font-size: 26px;
    padding: 8px 60px 6px;
  }
}

@media only screen and (max-width: 768px) {
  /*--------------------- .policy_sec ---------------------*/
  .policy_sec .inr {
    background: url(../img/policy_bg_sp.png) bottom center no-repeat;
    background-size: contain;
    padding: 60px 5% 45%;
  }
  .policy_ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .policy_txt {
    font-size: 14px;
  }
  
  /*--------------------- .curriculum_box ---------------------*/
  .curriculum_list {
    margin-bottom: 20px;
    padding: 25px;
  }
  .c_ttl {
    font-size: 22px;
    padding: 6px 50px 4px;
  }
  .c_ttl::before {
    height: 20px;
    left: 15px;
    margin-top: -10px;
    width: 20px;
  }
  
  /*--------------------- .pickup_box ---------------------*/
  .pickup_box {
    display: block;
  }
  .pickup_box .pickup_img {
    margin-bottom: 15px;
    width: 100%;
  }
  .pickup_box .c_txt {
    width: 100%;
  }
  
  .ttl02.sun::before {
    height: 3.5rem;
    width: 3.5rem;
  }
}

@media only screen and (max-width: 600px) {
  /*--------------------- .policy_sec ---------------------*/
  .policy_txt {
    line-height: 2;
  }
  
  /*--------------------- .curriculum_box ---------------------*/
  .curriculum_box {
    display: block;
  }
  .curriculum_list {
    width: 100%;
  }
}