.corporate-philosophy {
	font-family: "Jun 501";
	text-align: center;
    position: absolute;
    left: 50%;
    bottom: 10%;
    color: white;
    transform: translateX(-50%);
    /* background-color: rgba(255, 255, 255, 0.4); */
    width: 94%;
    padding: 12px 0 12px 32px;
    border-radius: 4px 0 0 0;
    letter-spacing: 0px;
    font-size: 1.8rem;
	line-height: 150%;
    text-shadow: 2px 2px #000000, 1px -1px #000000, -1px 1px #000000, -1px -1px #000000;
    z-index: 2;
}
.hero {
  width: 100%;
  aspect-ratio: 16/6;
  position: relative;
}
.swiper.swef {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.swiper.swef img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section-1 {
  margin-top: 32px;
}
.section-explain {
  padding: 16px 8px 32px;
}
.swiper.sw1 {
  width: 100%;
  aspect-ratio: 2/1;
}
.swiper.sw1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section-2 {
  margin-top: 64px;
}
.pastworks {
  width: 100%;
}
.swiper.swecf {
  width: 100%;
  height: 280px;
}
.swiper.swecf img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.pastworks .sw2 {
  width: 100%;
  margin-top: 32px;
}
.pastworks .sw3 {
  width: 100%;
  height: 290px;
  margin-top: 32px;
}
.pastworks .swiper.sw3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.goto {
  width: 60%;
  color: white;
  background-color: rgb(34, 67, 136);
  padding: 16px;
  margin: 32px auto 16px;
  text-align: center;
  border-radius: 9999px;
  box-shadow: 0 5px 10px #333;
}

@media screen and (max-width: 800px) {
.corporate-philosophy{
	display: none;
}
}
	
@media screen and (min-width: 600px) {
  .section-1 {
    margin-top: 10px;
  }
  .section-2 {
    margin-top: 128px;
  }
  .pastworks {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .pastworks .swiper.swecf {
    height: 300px;
  }
  .pastworks .swiper.swecf {
    flex-basis: 100%;
  }
  .pastworks .swiper.sw2 {
    width: 48%;
    height: 320px;
    margin-top: 64px;
    flex-basis: 48%;
  }
  .pastworks .swiper.sw2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .pastworks .swiper.sw3 {
    width: 48%;
    height: 320px;
    margin-top: 64px;
    flex-basis: 48%;
  }
}