.philosophy {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 10rem;
  overflow: hidden;
  container-type: inline-size;
}
.philosophy .breadcrumb {
  max-width: 100rem;
  width: calc(100% - 6rem);
  margin: 0 auto 1.5rem;
}
.philosophy .page-banner {
  max-width: 100rem;
  width: calc(100% - 6rem);
  margin: 0 auto;
}
.philosophy_divider {
  max-width: 100rem;
  width: calc(100% - 6rem);
  margin: 0 auto 5rem;
  height: 0;
  border: none;
  border-top: 1px solid #B0B0B0;
}
.philosophy_section {
  max-width: 100rem;
  width: calc(100% - 6rem);
  margin: 0 auto 6rem;
}
.philosophy_section .section-heading {
  margin-bottom: 2.5rem;
}
.philosophy_values {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.philosophy_value .section-title {
  margin-bottom: 1rem;
}
.philosophy_gallery {
  width: 161.7rem;
  margin: 4rem auto 6rem;
  margin-left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5rem;
  align-items: flex-start;
}
.philosophy_gallery_photo {
  flex-shrink: 0;
  height: 35rem;
  border-radius: 2rem 0 2rem 0;
  overflow: hidden;
  box-shadow: -5px 5px 10px rgba(76, 172, 226, 0.2);
}
.philosophy_gallery_photo--w489 {
  width: 48.9rem;
}
.philosophy_gallery_photo--w323 {
  width: 32.3rem;
}
.philosophy_gallery_photo--w382 {
  width: 38.2rem;
}
.philosophy_gallery_photo--w273 {
  width: 27.3rem;
}
.philosophy_gallery_photo_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@container (max-width: 90rem) {
  .philosophy_gallery_photo {
    height: 22rem;
  }
}
@container (max-width: 90rem) {
  .philosophy_gallery {
    width: auto;
    max-width: none;
    margin: 4rem -3rem 6rem;
  }
}
.philosophy_message_body {
  display: grid;
  grid-template-columns: 32.3rem 1fr;
  gap: 6rem;
  align-items: start;
}
@container (max-width: 70rem) {
  .philosophy_message_body {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.philosophy_message_photo {
  width: 100%;
  height: 45.1rem;
  border-radius: 2rem 0 2rem 0;
  overflow: hidden;
  box-shadow: -5px 5px 10px rgba(76, 172, 226, 0.2);
}
@container (max-width: 70rem) {
  .philosophy_message_photo {
    width: 65%;
    height: 40rem;
  }
}
.philosophy_message_photo_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.philosophy_message_text {
  font-size: 1.8rem;
  line-height: 2.2;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #202020;
  text-align: justify;
}
.philosophy_message_text p {
  margin-bottom: 0.5rem;
}
.philosophy_message_name {
  margin-top: 2rem;
  font-weight: 700;
}/*# sourceMappingURL=philosophy.css.map */