.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%;
}

.pre-img {
  display: block;
  width: 70%;
  margin: 0 auto;
}

.bg-box {
  background-color: #E6E6E6;
  background-image: url(../../src/company/bg1.png);
  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: 7%;
  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 .name-box {
  width: 70%;
  margin: 0 auto;
  margin-top: 10%;
}
.bg-box .name-box .name {
  text-align: right;
  font-size: 1.5vw;
  letter-spacing: 0.1em;
}

.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;
}/*# sourceMappingURL=message.css.map */