@charset "utf-8";
/* CSS Document */
.main {
  margin: 0 auto;
  background-color: #ffffff;
}
.section-top {
  height: 700px;
  min-width: 375px;
}
.section-top_main-image {
  background-image: url("../Images/ABOUT US_PC.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 1440px;
  height: 700px;
  margin: 0 auto;
}
.section-top_main-image_message h1 {
  min-width: 375px;
  color: #ffffff;
  text-align: right;
  line-height: 40px;
  font-size: 3.0rem;
  font-weight: 600;
  padding-top: 15px;
  padding-right: 20px;
}
.section-top_main-image_message p {
  min-width: 375px;
  color: #ffffff;
  text-align: right;
  line-height: 40px;
  font-size: 3.0rem;
  font-weight: 400;
  padding-right: 20px;
}
@media (min-width:1024px) {
  .section-top_main-image_message {
  padding-top: 30px;
  padding-right: 30px;
}
  .section-top_main-image_message p {
    margin-top: 10px;
  }
}
.section-concept {
  background-color: #FFFFFF;
  padding-top: 120px;
  min-width: 375px;
}
.section-concept_content-wrapper {
  width: 100%;
  min-height: 900px;
  margin: 0 auto;
}
.section-concept_hero {
  position: relative;
  height: 120px;
  min-width: 375px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.section-concept_hero::before {
  content: '';
  position: absolute;
  width: 130px;
  height: 120px;
  background-image: url("../Images/green brush.png");
  background-size: cover;
  background-position: center;
  opacity: 0.3; /* Only the image has 30% opacity */
  z-index: 0;
}
.section-concept_hero h1 {
  position: relative;
  font-size: 2.4rem;
  z-index: 1;
}
.section-concept p {
  min-width: 351px;
  max-height: 400px;
  background-color: #ffffff;
  font-size: 1.8rem;
  line-height: 30px;
  margin: 0 auto;
  padding: 100px 10px 70px;
  text-align: left;
}
.section-concept_img img {
  width: 100%;
  max-width: 720px;
  height: 100vw;
  max-height: 500px;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
  margin: 0 auto;
}
@media (min-width:758px){
  .section-concept p {
  max-width: 720px;
  padding: 100px 0 70px;
  }
}
@media (min-width:1024px) {
  .section-concept {
    height: 620px;
    max-width: 1440px;
    margin: 0 auto;
  }
  .section-concept_content-wrapper {
    display: flex;
    max-height: 500px;
    margin: 0 auto;
  }
  .section-concept_description {
    max-height: 500px;
  }
  .section-concept_hero {
    justify-content: left;
  align-items: center;
    padding-left: 100px;
  }
  .section-concept_hero::before {
    left: 130px;
  }
  .section-concept p {
    padding: 100px 100px 70px;
  }
  .section-concept_img {
    max-height: 500px;
  }
}

.section-history {
  background-color: #FFFFFF;
  padding: 120px 0 150px;
  min-width: 375px;
}
.section-history_content-wrapper {
  width: 100%;
  min-height: 900px;
  margin: 0 auto;
}
.section-history_hero {
  position: relative;
  height: 120px;
  min-width: 375px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.section-history_hero::before {
  content: '';
  position: absolute;
  width: 130px;
  height: 120px;
  background-image: url("../Images/green brush.png");
  background-size: cover;
  background-position: center;
  opacity: 0.3; /* Only the image has 30% opacity */
  z-index: 0;
}
.section-history_hero h1 {
  position: relative;
  font-size: 2.4rem;
  z-index: 1;
}
.section-history p {
  min-width: 351px;
  max-height: 400px;
  background-color: #ffffff;
  font-size: 1.8rem;
  line-height: 30px;
  margin: 0 auto;
  padding: 100px 10px 70px;
  text-align: left;
}
.section-history_img img {
  width: 100%;
  max-width: 720px;
  height: 100vw;
  max-height: 500px;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
  margin: 0 auto;
}
@media (min-width:758px){
  .section-history p {
  max-width: 720px;
  padding: 100px 0 70px;
  }
}
@media (min-width:1024px) {
  .section-history {
 height: 770px;
    max-width: 1440px;
    margin: 0 auto;
}
  .section-history_content-wrapper {
    display: flex;
    flex-flow: row-reverse;
    max-height: 500px;
    margin: 0 auto;
  }
  .section-history_description {
    max-height: 500px;
  }
  .section-history_hero {
    justify-content: left;
  align-items: center;
    padding-left: 100px;
  }
  .section-history_hero::before {
    left: 120px;
  }
  .section-history p {
    padding: 100px 100px 70px;
  }
  .section-history_img {
    max-height: 500px;
  }
}