@charset "UTF-8";
@import url("https://use.typekit.net/uxs6usz.css");
/*==================================
our company
==================================*/
.p-company__about {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.p-company__about .l-left {
  width: 52.34375%;
  margin-right: 1.5625%;
}
.p-company__about .l-right {
  width: 46.09375%;
}

.p-companyimg {
  position: relative;
}
.p-companyimg::after {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding-top: 37.8571428571%;
}
.p-companyimg--top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.p-companyimg--middle {
  position: absolute;
  right: -40%;
  top: 64.2857142857%;
  z-index: 3;
}
.p-companyimg--bottom {
  position: absolute;
  right: 0%;
  top: 128.5714285714%;
  z-index: 4;
}
.p-companyimg--people {
  position: absolute;
  right: -8%;
  bottom: -130%;
  z-index: 5;
}
.p-companyimg img {
  width: 100%;
}

/* 画面サイズ 750px 未満 SP */
@media screen and (max-width: 750px) {
  .p-company__about {
    flex-direction: column;
  }
  .p-company__about .l-left {
    width: 100%;
    margin-right: 0;
  }
  .p-company__about .l-right {
    width: 100%;
  }
  .p-companyimg {
    position: relative;
    margin-top: 5%;
  }
  .p-companyimg::after {
    display: block;
    content: "";
    width: 100%;
    height: 0;
    padding-top: 106.6666666667%;
  }
  .p-companyimg--top {
    width: 90%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .p-companyimg--middle {
    width: 90%;
    position: absolute;
    right: -2%;
    top: 32%;
    z-index: 3;
  }
  .p-companyimg--bottom {
    width: 90%;
    position: absolute;
    left: -10%;
    top: 64%;
    z-index: 4;
  }
  .p-companyimg--people {
    position: absolute;
    right: 0%;
    bottom: 0%;
    z-index: 5;
  }
  .p-companyimg img {
    width: 100%;
  }
}
/*==================================
client
==================================*/
.p-company_client {
  position: relative;
  margin-top: 10.4166666667%;
}
.p-company_client::after {
  position: absolute;
  content: "";
  background-image: url(../images/company/bg_company_top.png);
  background-repeat: no-repeat;
  bottom: -1px;
  right: 0;
  height: 428px;
  width: 23.6458333333%;
  z-index: 4;
}

.p-company_office {
  color: #fff;
  padding-bottom: 9.375%;
  padding-top: 7.8125%;
  background-image: url(../images/company/bg_company.png);
  background-size: cover;
  clip-path: polygon(23.8% 0, 100% 0, 100% 100%, 0% 100%, 0 100%, 0 18%);
  z-index: 1;
}

.p-company_map {
  width: 62.5%;
  margin: 5% auto 0 auto;
}

/* googlemap */
.p-company_map #map {
  width: 100%;
  height: 70vh;
}

/* 画面サイズ 750px 未満 SP */
@media screen and (max-width: 750px) {
  .p-company_client {
    margin-top: 20%;
  }
  .p-company_client::after {
    width: 20%;
  }
  .p-company_office {
    padding-top: 20%;
    clip-path: polygon(19% 0, 100% 0, 100% 100%, 0% 100%, 0 100%, 0 5.5%);
    background-position: center;
  }
  .p-company_map {
    width: 93.3333333333%;
  }
  .p-company_map #map {
    height: 50vh;
  }
}