@charset "UTF-8";
/* CSS Document */
.section_top {
  margin-bottom: 5vw;
  position: relative;
  margin-top: 160px;
  width: 100%;
}
.top_img {
  width: 100%;
}
.top_img img {
  width: 100%;
}
.top_text {
  width: 25%;
  position: absolute;
  top: 200px;
  right: 180px;
}
.top_text img {
  width: 100%;
}
@media(max-width:1024px) {
  .section_top {
    margin-top: 120px;
  }
  .top_text {
    width: 40%;
    top: 22px;
    right: 50px;
  }
}
.section_philosophy {
  position: relative;
  text-align: center;
  padding: 2vw 5vw;
  margin-bottom: 10vw;
  z-index: 1;
}
.sunburst {
  width: 10%;
  margin: 0 auto;
}
.sunburst img {
  width: 100%;
}
h2 {
  font-family: 'Zen Maru Gothic Medium';
  font-weight: 500;
  font-size: 3rem;
  margin-top: 2vw;
}
.section_philosophy h3 {
  font-family: 'Zen Maru Gothic Medium';
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: 0.3vw;
  margin: 7vw 0;
}
.section_philosophy p {
  font-family: "Zen Maru Gothic Regular";
  font-weight: 400;
  line-height: 4rem;
  font-size: 2rem;
}
.baby {
  width: 25%;
  position: absolute;
  top: 17%;
  left: 5%;
  z-index: -1;
}
.baby img {
  width: 100%;
}
.star {
  width: 5%;
  position: absolute;
  top: 40%;
  right: 37%;
  z-index: -1;
}
.star img {
  width: 100%;
}
.heart {
  width: 5%;
  position: absolute;
  top: 75%;
  left: 7%;
}
.heart img {
  width: 100%;
}
.children {
  width: 25%;
  position: absolute;
  top: 40%;
  right: 5%;
}
.children img {
  width: 100%;
}
@media(max-width:1000px) {
  .section_philosophy {
    margin-bottom: 35vw;
  }
  h2 {
    font-size: 2rem;
    margin-top: 1vw;
  }
  .section_philosophy h3 {
    font-size: 1.3rem;
    margin: 1vw 0;
  }
  .section_philosophy p {
    font-size: 1.2rem;
  }
  .baby {
    width: 30%;
    top: 95%;
    left: 10%;
    z-index: -1;
  }
  .children {
    width: 30%;
    top: 95%;
    right: 10%;
  }
  .heart {
    top: 100%;
  }
  .star {
    top: 28%;
  }
}
.section_4_philosophies {
  position: relative;
  text-align: center;
  padding: 5vw;
  margin-bottom: 5vw;
  z-index: 1;
  background-color: #f6fbee;
}
.tree {
  width: 20%;
  position: absolute;
  top: 5%;
  left: 0;
}
.tree img {
  width: 100%;
}
.birds {
  width: 17%;
  position: absolute;
  top: 3%;
  right: 10%;
}
.birds img {
  width: 100%;
}
.section_4_philosophies h3 {
  font-family: 'Zen Maru Gothic Medium';
  font-weight: 500;
  font-size: 2.5rem;
  margin-top: 1vw;
}
.section_4_philosophies p {
  font-family: "Zen Maru Gothic Regular";
  font-weight: 400;
  font-size: 2rem;
}
.section_4_philosophies ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin-top: 7vw;
  flex-wrap: wrap;
}
.section_4_philosophies ul li {
  width: 50%;
  margin-bottom: 7vw;
}
.first {
  width: 15%;
}
.first img {
  width: 100%;
}
.second {
  width: 15%;
}
.second img {
  width: 100%;
}
.third {
  width: 15%;
}
.third img {
  width: 100%;
}
.fourth {
  width: 15%;
}
.fourth img {
  width: 100%;
}
.first_img {
  width: 40%;
  margin: 0 auto;
}
.first_img img {
  width: 100%;
}
.second_img {
  width: 70%;
  margin: 0 auto 1vw;
}
.second_img img {
  width: 100%;
}
.third_img {
  width: 45%;
  margin: 0 auto;
}
.third_img img {
  width: 100%;
}
.fourth_img {
  width: 45%;
  margin: 0 auto 0.6vw;
}
.fourth_img img {
  width: 100%;
}
@media(max-width:746px) {
  .section_4_philosophies {
    padding: 10vw;
  }
  .tree {
    width: 30%;
    top: 1%;
  }
  .birds {
    width: 25%;
    top: 2%;
  }
  .section_4_philosophies h3 {
    font-size: 1.3rem;
    margin-top: 1vw;
  }
  .section_4_philosophies p {
    font-size: 1.2rem;
  }
  .section_4_philosophies ul {
    display: block;
  }
  .section_4_philosophies ul li {
    width: auto;
    margin-bottom: 7vw;
  }
}
.section_5_goals {
  padding: 5vw 5vw 0.5vw;
  margin-bottom: 5vw;
}
.section_5_goals p {
  font-family: "Zen Maru Gothic Regular";
  font-weight: 400;
  font-size: 2rem;
  margin: 3vw;
}
.section_5_goals ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin-top: 7vw;
  flex-wrap: wrap;
}
.section_5_goals ul li {
  margin-bottom: 5vw;
  width: 33%;
}
.section_5_goals_img {
  width: 60%;
  margin: 0 auto;
}
.section_5_goals_img img {
  width: 100%;
}
@media(max-width:746px) {
  .section_5_goals p {
    font-size: 1.2rem;
  }
  .section_5_goals_img {
    width: 90%;
    margin: 0 auto;
  }
}