/*==========================================================================
section#company01_area
========================================================================== */
section#company01_area .inner {
  padding-top: 7.8125vw;
}
section#company01_area .box {
  display: flex;
  justify-content: space-between;
}
section#company01_area .img-box {
  position: relative;
  width: 51%;
  height: 30.21vw;
}
section#company01_area .img-box::before {
  content: "";
  background: rgba(148, 132, 112, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 2.6041666667vw;
  left: -2.6041666667vw;
  z-index: -1;
}
section#company01_area .txt-box {
  width: 42.6%;
}
section#company01_area .txt-box .txt-p {
  line-height: 2.2em;
}
section#company01_area .txt-box .txt-p:nth-child(n+2) {
  margin-top: 2.5vw;
}

@media screen and (max-width: 767px) {
  section#company01_area .inner {
    padding-top: 80px;
  }
  section#company01_area .box {
    flex-wrap: wrap;
  }
  section#company01_area .img-box {
    position: relative;
    width: 100%;
    height: 59vw;
    margin-bottom: 45px;
  }
  section#company01_area .img-box::before {
    content: "";
    background: rgba(148, 132, 112, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 20px;
    left: -20px;
    z-index: -1;
  }
  section#company01_area .txt-box {
    width: 100%;
  }
  section#company01_area .txt-box .txt-p {
    font-size: 14px;
  }
  section#company01_area .txt-box .txt-p:nth-child(n+2) {
    margin-top: 20px;
  }
}
/*==========================================================================
section#company02_area
========================================================================== */
section#company02_area .inner {
  padding-top: 10.4166666667vw;
  padding-bottom: 10.4166666667vw;
}
section#company02_area .box {
  background: #ffffff;
  padding: 7.8125vw 5.2083333333vw;
  box-sizing: border-box;
}
section#company02_area .item .txt-h2 {
  color: #000000;
  display: flex;
  align-items: center;
  gap: 0.78125vw;
  margin-bottom: 2.6041666667vw;
}
section#company02_area .item .txt-h2::before {
  content: "";
  background: #168F5F;
  width: 0.2604166667vw;
  height: 1.6145833333vw;
  display: inline-block;
}
section#company02_area .item .table-box {
  width: 100%;
  border-collapse: collapse;
}
section#company02_area .item .table-box tr {
  padding: 0;
  margin: 0;
  padding: 1.5625vw;
  box-sizing: border-box;
  border-top: solid 1px #948470;
}
section#company02_area .item .table-box tr:last-child {
  border-bottom: solid 1px #948470;
}
section#company02_area .item .table-box tr th, section#company02_area .item .table-box tr td {
  color: #000000;
  text-align: start;
  padding: 0;
  margin: 0;
}
section#company02_area .item .table-box tr th {
  width: 13.5416666667vw;
  flex: none;
}
section#company02_area .item .table-box tr td {
  flex: auto;
}
section#company02_area .item .list-box {
  flex-wrap: wrap;
  gap: 1.5625vw 5%;
}
section#company02_area .item .list-box li {
  box-sizing: border-box;
  width: 30%;
  height: 4.1666666667vw;
  display: flex;
  align-items: center;
  color: #000000;
  background: #C9C1B7;
  border: solid 1px #544C42;
}
section#company02_area .item .list-box li .txt-n {
  flex: auto;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 1.5625vw;
  box-sizing: border-box;
}
section#company02_area .item .list-box li span {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  width: 6.25vw;
  height: 100%;
}
section#company02_area .item .gallery {
  margin-top: 5.2083333333vw;
  justify-content: space-between;
}
section#company02_area .item .gallery > div {
  width: 48%;
  height: 18.75vw;
}
section#company02_area .item .map {
  height: 23.4375vw;
}
section#company02_area .item.i3 .txt-p {
  margin-top: 1.0416666667vw;
  display: flex;
  align-items: center;
  color: #000000;
  gap: 0.5vw;
}
section#company02_area .item.i3 .txt-p svg {
  display: flex;
  width: 1.3541666667vw;
  height: 1.6666666667vw;
}
section#company02_area .item:nth-child(n+2) {
  margin-top: 7.8125vw;
}

@media screen and (max-width: 767px) {
  section#company02_area .inner {
    padding-top: 80px;
    padding-bottom: 0;
  }
  section#company02_area .box {
    padding: 80px 10%;
    width: 98%;
  }
  section#company02_area .item .txt-h2 {
    font-size: 20px;
    gap: 10px;
    margin-bottom: 20px;
  }
  section#company02_area .item .txt-h2::before {
    width: 4px;
    height: 20px;
  }
  section#company02_area .item .table-box tr {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
  }
  section#company02_area .item .table-box tr th, section#company02_area .item .table-box tr td {
    font-size: 14px;
  }
  section#company02_area .item .table-box tr th {
    width: 100%;
    margin-bottom: 5px;
  }
  section#company02_area .item .table-box tr td {
    width: 100%;
  }
  section#company02_area .item .list-box {
    flex-wrap: wrap;
    gap: 15px 0;
    display: flex;
  }
  section#company02_area .item .list-box li {
    width: 100%;
    height: 45px;
  }
  section#company02_area .item .list-box li .txt-n {
    font-size: 14px;
    padding: 0 15px;
  }
  section#company02_area .item .list-box li span {
    font-size: 14px;
    width: 80px;
  }
  section#company02_area .item .gallery {
    margin-top: 30px;
    justify-content: space-between;
  }
  section#company02_area .item .gallery > div {
    width: 100%;
    height: 44vw;
  }
  section#company02_area .item .gallery > div:nth-child(n+2) {
    margin-top: 15px;
  }
  section#company02_area .item .map {
    height: 40vw;
  }
  section#company02_area .item.i3 .txt-p {
    margin-top: 15px;
    gap: 5px;
    font-size: 14px;
  }
  section#company02_area .item.i3 .txt-p svg {
    display: flex;
    width: 14px;
    height: 16px;
  }
  section#company02_area .item:nth-child(n+2) {
    margin-top: 50px;
  }
}
/*# sourceMappingURL=about-us.css.map */