.title-box {
  width: 100%;
  background-color: #E6E6E6;
  text-align: center;
  padding-top: 5%;
  padding-bottom: 5%;
}
.title-box h1 {
  font-family: iroha-23kaede-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  font-size: 2.1vw;
  color: #8C623A;
  letter-spacing: 0.3em;
}
.title-box p {
  margin: 0;
  margin-top: 1%;
  margin-bottom: 1%;
  font-size: 1.6vw;
  letter-spacing: 0.1em;
  line-height: 170%;
}

.bg-box {
  background-color: #E6E6E6;
  background-image: url(../../src/company/bg1.webp);
  background-size: 100% 100%;
  background-repeat: repeat-y;
  padding-bottom: 5%;
}
.bg-box .article-box {
  display: block;
  width: 80%;
  margin: 0 auto;
  background-color: white;
  border-radius: 25px;
  border: solid 1.5px #8C623A;
  padding-top: 10%;
  padding-bottom: 10%;
  position: relative;
}
.bg-box .title-box2 {
  width: 100%;
  text-align: center;
  padding-top: 10%;
}
.bg-box .title-box2 h2 {
  font-family: iroha-23kaede-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  font-size: 2vw;
  color: #02B74F;
  letter-spacing: 0.3em;
}
.bg-box .title-box2 p {
  margin: 0;
  margin-top: 1%;
  margin-bottom: 1%;
  font-size: 1.5vw;
  letter-spacing: 0.1em;
  line-height: 170%;
}
.bg-box table {
  display: block;
  margin: 0 auto;
  width: 65%;
  border-collapse: collapse;
}
.bg-box table tr {
  height: 150px;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #8C623A;
  vertical-align: bottom;
}
.bg-box table tr th {
  width: 25%;
  text-align: left;
  font-family: iroha-23kaede-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3vw;
  padding: 0;
  margin: 0;
  padding-bottom: 2%;
  padding-left: 3%;
}
.bg-box table tr td {
  width: 75%;
  font-size: 1.3vw;
  padding: 0;
  margin: 0;
  padding-bottom: 2%;
}
.bg-box table tr .td-2 {
  width: 50%;
  font-family: iroha-23kaede-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.bg-box table tr .td-btn a {
  color: #0271BC;
  text-decoration: none;
}
.bg-box td,
.bg-box th {
  border-bottom: 2px solid rgba(140, 98, 58, 0.4352941176);
}
.bg-box .pre-box {
  display: flex;
  flex-wrap: wrap;
}

.frank {
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 800;
  font-style: normal;
  position: absolute;
  color: #02B74F;
  opacity: 0.3;
  bottom: 3%;
  left: -2.45%;
  width: 12%;
  pointer-events: none;
}

@media screen and (max-width: 800px) {
  .s-btn {
    width: 100%;
    padding-top: 3%;
    right: -50%;
    bottom: -3%;
    transform: scale(0.8, 0.8);
  }
  #app {
    overflow: hidden;
  }
}
@media screen and (max-width: 700px) {
  .top-box {
    width: 100%;
    overflow-x: hidden;
  }
  .top-img {
    width: 150%;
    margin-left: -25%;
  }
  .title-box {
    padding-bottom: 15%;
    padding-top: 10%;
  }
  .title-box h1 {
    font-size: 18px;
  }
  .title-box p {
    font-size: 15px;
    width: 80%;
    margin: 0 auto;
    text-align: left;
  }
  .bg-box .article-box {
    width: 90%;
    border-radius: 10px;
  }
  #app {
    width: 80%;
  }
  .bg-box .title-box2 h2 {
    font-size: 16px;
  }
  .bg-box .title-box2 P {
    font-size: 13px;
    width: 80%;
    margin: 0 auto;
    text-align: left;
    padding-top: 3%;
  }
  .bg-box table {
    width: 90%;
  }
  .bg-box table tr {
    height: 100px;
  }
  .bg-box table tr th {
    font-size: 12px;
    width: 30%;
  }
  .bg-box table tr td {
    font-size: 12px;
  }
  .bg-box table tr .td-2 {
    width: 55%;
  }
  .frank {
    width: 10%;
    bottom: 39%;
    opacity: 0.15;
  }
  .bg-box {
    padding-bottom: 20%;
  }
}/*# sourceMappingURL=company.css.map */