body {
  color: #ffffff;
  text-align: center;
  width: 100%;
  overflow-x: hidden;
}

.ly_header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
  box-sizing: border-box;
}
.ly_header_inner {
  display: flex;
  justify-content: center;
}

.ly_cont {
  height: auto;
  padding-top: 40px;
  background: linear-gradient(#1f1f1f 0%, #2e2d2d 8.36%, #546465 26.36%, #4f496c 40.59%, #6ca7c0 52.31%, #95aa8a 64.44%, #b4ad87 74.05%, #f0b158 87.57%, #efb258 100%);
  overflow: hidden;
}

.bl_headerLogo_imgWrapper img {
  height: calc(1.1574074074vw + 26.1111111111px);
}

@media screen and (min-width: 1200px) {
  .bl_headerLogo_imgWrapper img {
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .bl_headerLogo_imgWrapper img {
    height: 35px;
  }
}
.bl_about {
  padding: 10vw 0 20vw;
  position: relative;
}
.bl_about_img_1 {
  width: 160%;
  position: absolute;
  top: 5%;
  left: -70%;
}
.bl_about_img_2 {
  width: 13%;
  position: absolute;
  top: 0;
  left: 25%;
}
.bl_about_img_3 {
  width: 8%;
  position: absolute;
  top: 30%;
  right: 15%;
}
.bl_about_img_4 {
  width: 30%;
  position: absolute;
  bottom: 10%;
  right: 30%;
}
.bl_about_img_5 {
  width: 30%;
  position: absolute;
  bottom: -25%;
  left: 0;
  transform: rotateY(180deg);
}
.bl_about_body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bl_about_txt {
  font-size: calc(2.3148148148vw - 3.7777777778px);
}
.bl_about_txt_en {
  padding: 15vw 0 10vw;
}

@media screen and (min-width: 1200px) {
  .bl_about_txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .bl_about_txt {
    font-size: 14px;
  }
}
.bl_project {
  margin: 35vw 0 50vw;
  position: relative;
}
.bl_project_ttl {
  margin: min(10vw, 150px) 0;
}
.bl_project_ttl h2 {
  font-size: calc(2.7777777778vw - 1.3333333333px);
}
.bl_project_list {
  display: flex;
  justify-content: center;
}
.bl_project_list_inner {
  width: 60vw;
  max-width: 960px;
}
.bl_project_img {
  width: 100%;
  min-width: 300px;
}
.bl_project_imgWrapper {
  position: relative;
}
.bl_project_img_ttl {
  width: 20%;
  position: absolute;
  top: 10%;
  right: 20%;
}
.bl_project_img_ttl img {
  width: clamp(150px, 100%, 200px);
}
.bl_project_img_line-rel {
  position: relative;
  height: 50px;
}
.bl_project_img_line-abs {
  position: absolute;
  width: 50%;
  height: 100%;
  border-top: 3px solid #fff;
  top: -50%;
  left: -50%;
}
.bl_project_img_line-abs::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(-5.787037037vw + 19.4444444444px);
  left: calc(-13.8888888889vw + 46.6666666667px);
  width: calc(11.5740740741vw - 38.8888888889px);
  height: calc(11.5740740741vw - 38.8888888889px);
  border-top: 3px solid #fff;
  transform: rotate(135deg);
}
.bl_project_bgImg_1 {
  width: 20%;
  position: absolute;
  top: -5%;
  right: 20%;
  transform: rotateZ(170deg);
}
.bl_project_bgImg_2 {
  width: 20%;
  position: absolute;
  top: 40%;
  right: -5%;
  transform: rotateZ(-40deg);
}
.bl_project_bgImg_3 {
  width: 10%;
  position: absolute;
  top: 77%;
  left: 30%;
}
.bl_project_bgImg_4 {
  width: 30%;
  position: absolute;
  top: 74%;
  left: 0;
}
.bl_project_bgImg_5 {
  width: 30%;
  position: absolute;
  bottom: -60%;
  left: 10%;
}
.bl_project_bgImg_6 {
  width: 30%;
  position: absolute;
  bottom: -55%;
  right: 10%;
}

@media screen and (min-width: 1200px) {
  .bl_project_ttl h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .bl_project_ttl h2 {
    font-size: 20px;
  }
}
.bl_contact {
  position: relative;
  overflow: hidden;
}
.bl_contact_imgWrapper {
  overflow: hidden;
}
.bl_contact_img_1 {
  width: 90%;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: -15%;
}
.bl_contact_img_2 {
  width: 50%;
  position: absolute;
  top: 30%;
  left: -10%;
}
.bl_contact_body {
  padding: 50vw 0 20vw;
}
.bl_contact_txt {
  margin-bottom: 20vw;
  font-size: calc(2.3148148148vw - 3.7777777778px);
}
.bl_contact_txt a {
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .bl_contact_txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .bl_contact_txt {
    font-size: 14px;
  }
}
.bl_footer_imgWrapper {
  position: relative;
}
.bl_footer_img {
  width: 100%;
}
.bl_footer_logo {
  height: 40px;
  position: absolute;
  bottom: 40px;
  right: 50%;
  transform: translateX(50%);
}/*# sourceMappingURL=top.css.map */