/* ==================== main ==================== */
#main section {
  margin-bottom: 3.0rem;
}
#main .main_section {
  margin-top: 4.0rem;
}
@media screen and (min-width: 992px) {
  #main section {
    margin-bottom: 5.0rem;
  }
  #main .main_section {
    margin-top: 13.21875rem;
  }
}

/* ===== breadcrumb_section ===== */
.breadcrumb_section {
  margin: 0 !important;
}

/* ===== philosophy_section ===== */
.philosophy_section {
  background-image: url(../img/philosophy_bg.jpg);
  background-size: cover;
  background-position: top center;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
}
.philosophy_section .philosophy_container {
  padding: 5.0rem 0;
}
.philosophy_section h2 {
  margin-bottom: 2.0rem;
  font-size: 1.5rem;
  text-align: center;
  text-shadow: 0.25rem 0.25rem 1rem #ffffff, -0.25rem 0.25rem 1rem #ffffff, 0.25rem -0.25rem 1rem #ffffff, -0.25rem -0.25rem 1rem #ffffff, 0.25rem 0 1rem #ffffff, 0 0.25rem 1rem #ffffff, -0.25rem 0 1rem #ffffff, 0.25rem -0.25rem 1rem #ffffff;
}
.philosophy_section ul {
  max-width: 30.0rem;
  margin: 0 auto;
  padding-left: 1.5rem;
}
.philosophy_section li {
  margin-bottom: 1.0rem;
  list-style-type: decimal;
  line-height: 2.0;
  text-shadow: 0.25rem 0.25rem 1rem #ffffff, -0.25rem 0.25rem 1rem #ffffff, 0.25rem -0.25rem 1rem #ffffff, -0.25rem -0.25rem 1rem #ffffff, 0.25rem 0 1rem #ffffff, 0 0.25rem 1rem #ffffff, -0.25rem 0 1rem #ffffff, 0.25rem -0.25rem 1rem #ffffff;
}
.philosophy_section li:last-child {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .philosophy_section h2 {
    margin-bottom: 5.0rem;
    font-size: 2.0rem;
  }
  .philosophy_section ul {
    max-width: 37.0rem;
  }
  .philosophy_section li {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .philosophy_section {
    background-position: center;
  }
}
@media screen and (min-width: 1440px) {
  .philosophy_section .philosophy_container {
    padding: 10.0rem 0;
  }
}

/* ===== education_section ===== */
.education_section p {
  margin-bottom: 1.0rem;
  line-height: 1.75;
}
.education_section .slick {
  margin-bottom: 2.0rem;
}
.education_section .slick:last-child {
  margin: 0;
}
.education_section .slick li {
  border-right: 0.1rem solid #ffffff;
  border-left: 0.1rem solid #ffffff;
}

/* ===== policy_section ===== */
.policy_section .policy_container {
  margin-bottom: 3.0rem;
}
.policy_section .policy_container:last-child {
  margin: 0;
}
.policy_section .policy_photo {
  margin-bottom: 1.0rem;
}
.policy_section .policy_article h3 {
  margin-bottom: 1.0rem;
  font-size: 1.125rem;
  font-weight: 700;
}
.policy_section .policy_article p {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .policy_section .policy_container:nth-child(even) .policy_photo {
    order: 2;
  }
  .policy_section .policy_photo {
    margin: 0;
  }
  .policy_section .policy_container:nth-child(even) .policy_article {
    order: 1;
  }
  .policy_section .policy_article h3 {
    font-size: 1.25rem;
  }
  .policy_section .policy_article p {
    font-size: 1.0rem;
    line-height: 1.75;
  }
}

/* ==================== /main ==================== */

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