.text-box p {
  background-image: url("../../src/business/business.webp");
}

.imgs-box {
  width: 80%;
  display: flex;
  margin: 0 auto;
}
.imgs-box img {
  width: 33.333%;
}

.philosophy-box {
  list-style-type: cjk-ideographic;
  width: 90%;
  margin: 7% 0 5% 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: max(1.2vw, 10px);
  padding: 4% 0;
  padding-left: 6%;
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
}
.philosophy-box .ph-1 {
  flex: 20%;
  width: 20%;
  padding: 10% 0;
  text-align: center;
  font-size: 2vw;
}
.philosophy-box .ph-2 {
  flex: 80%;
  width: 80%;
  border-left: solid 1.5em rgb(29, 29, 29);
}
.philosophy-box .ph-2 ul {
  padding-left: 10%;
}
.philosophy-box .ph-2 li {
  list-style-type: cjk-ideographic;
  padding-top: 2.5%;
  padding-bottom: 2%;
}

.history-box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2vw;
  width: 90%;
  margin-left: 10%;
}
.history-box .hi-1 {
  flex: 20%;
  width: 20%;
  margin: 10% auto;
  text-align: left;
  font-weight: 800;
}
.history-box .hi-2 {
  width: 80%;
  flex: 80%;
  position: relative;
}
.history-box .hi-2 table {
  width: 100%;
  font-size: max(1.2vw, 10px);
  position: relative;
}
.history-box .hi-2 table th {
  vertical-align: top;
  font-size: 1.8vw;
  width: 7%;
}
.history-box .hi-2 table td {
  padding-bottom: 5%;
  padding-left: 5%;
}
.history-box .hi-2 table td span {
  font-size: 1.7vw;
  font-weight: 800;
}
.history-box .hi-3 {
  font-size: max(1.3vw, 10px);
}

/*.one {
    width: 0.065%;
    position: absolute;
    transform: translate(3800%, 3%);

}*/
.one {
  width: 3.3%;
  top: 53%;
  left: 0%;
  position: absolute;
  transform: translate(0%, -50%);
}

/**********************************
phone
***********************************/
@media (max-width: 700px) {
  .imgs-box {
    width: 90%;
  }
  .philosophy-box {
    font-size: 15px;
    padding-left: 0;
    margin-top: 20%;
    margin-bottom: 20%;
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .philosophy-box .ph-1 {
    font-size: 15px;
    padding-right: 2%;
  }
  .philosophy-box .ph-2 {
    border-left: solid 0.4em rgb(29, 29, 29);
    padding-left: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .history-box {
    font-size: 14px;
    margin: 0 auto;
  }
  .history-box .hi-2 table {
    font-size: 14px;
  }
  .history-box .hi-2 table th {
    font-size: 14px;
  }
  .one {
    width: 6%;
    margin-top: 5%;
  }
}
@media (max-width: 500px) {
  .one {
    top: 55%;
    width: 7%;
    margin-top: 5%;
  }
}
@media (max-width: 400px) {
  .one {
    top: 55%;
    width: 8.5%;
    margin-top: 5%;
  }
}/*# sourceMappingURL=business.css.map */