@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
.graph-top-box img {
  width: 70%;
  margin: 0 auto;
  display: block;
  padding-top: 1.5%;
}

.infograph-box {
  padding-top: 10%;
  margin-top: -8%;
  height: auto;
}
.infograph-box .infograph-color {
  position: relative;
  width: 80%;
  margin: 0 auto;
  display: block;
  background-color: #fcee21;
  padding-top: 2%;
  padding-bottom: 5%;
  margin-bottom: 5%;
}
.infograph-box .infograph-color .infograph-flex {
  display: flex;
  width: 50%;
  align-items: center;
  margin-left: 5%;
  margin-bottom: 1.5%;
}
.infograph-box .infograph-color .infograph-flex .infograph-title {
  flex: 60%;
  width: 60%;
  font-size: 2.3vw;
  white-space: nowrap;
}
.infograph-box .infograph-color .infograph-flex .infograph-title span {
  background-color: #f15a24;
  padding: 5% 15% 5% 15%;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: white;
  letter-spacing: 0.05em;
}
.infograph-box .infograph-color .infograph-flex .infograph-number {
  flex: 70%;
  width: 70%;
  text-align: left;
  font-size: 3.5vw;
  white-space: nowrap;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #009245;
  letter-spacing: 0.05em;
}
.infograph-box .infograph-color .infograph-flex .info-size1 {
  font-size: 2.5vw;
}
.infograph-box .infograph-color .infograph-flex span.new-a2 {
  font-size: 1.2vw;
  margin-left: 5%;
  display: inline;
}
.infograph-box .infograph-color .infograph-flex .new-a3 {
  display: none;
}
@media screen and (max-width: 500px) {
  .infograph-box .infograph-color .infograph-flex span.new-a2 {
    display: none;
  }
  .infograph-box .infograph-color .infograph-flex .new-a3 {
    font-size: 10px;
    text-align: right;
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .infograph-box .infograph-color .info-new-a {
    align-items: flex-start;
  }
}
.infograph-box .infograph-color .infograph-text-box {
  position: relative;
}
.infograph-box .infograph-color .infograph-text-box .infograph-text {
  background-color: rgba(255, 255, 255, 0.803);
  width: 70%;
  padding: 3%;
  margin-left: 5%;
  border-radius: 10px;
  font-size: 1.4vw;
  font-family: "Kosugi Maru", sans-serif;
  line-height: 180%;
}
.infograph-box .infograph-color .infograph-text-box .infograph-talk {
  position: absolute;
  width: 7%;
  bottom: 10%;
  right: 12%;
}
.infograph-box .infograph-color .infograph-img {
  position: absolute;
  width: 13%;
  top: 10%;
  right: 8%;
  z-index: 5;
  transform: rotate(-15deg);
}
.infograph-box .infograph-color .infograph-worker {
  position: absolute;
  width: 18%;
  bottom: 10%;
  right: 0%;
  z-index: 5;
  font-size: 5%;
  text-align: right;
  margin-right: 4%;
}
.infograph-box .infograph-color .infograph-worker img {
  width: 100%;
}
.infograph-box .infograph-color .infograph-worker p {
  margin-top: 0;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.5vw;
  line-height: 120%;
  color: #f15a24;
  white-space: nowrap;
  margin-left: -20%;
}

#sales .infograph-worker img,
#i6 .infograph-worker img,
#proposal .infograph-worker img,
#vacation-month .infograph-worker img {
  display: block;
  transform: scale(1, 1);
}

#vacation-month .infograph-worker img {
  display: block;
  transform: scale(1, 1);
}

.infograph-box .info-color1 {
  background-color: #009245;
}
.infograph-box .info-color1 .infograph-flex .infograph-title span {
  background-color: #fcee21;
  color: #f15a24;
}
.infograph-box .info-color1 .infograph-flex .infograph-number {
  color: white;
}
.infograph-box .info-color1 .infograph-worker p {
  color: white;
}
.infograph-box .info-color1 .infograph-img {
  width: 17%;
  right: 4%;
  top: 22%;
}
.infograph-box .info-color1 .infograph-worker img {
  transform: scale(-1, 1);
}

.infograph-box .info-color2 {
  background-color: #fcee21;
}
.infograph-box .info-color2 .infograph-img {
  transform: rotate(20deg);
  right: 5%;
}

.infograph-box .info-color3 {
  background-color: #009245;
}
.infograph-box .info-color3 .infograph-flex .infograph-title span {
  background-color: #fcee21;
  color: #f15a24;
}
.infograph-box .info-color3 .infograph-flex .infograph-number {
  color: white;
}
.infograph-box .info-color3 .infograph-worker p {
  color: white;
}
.infograph-box .info-color3 .infograph-img {
  transform: rotate(15deg);
  right: 8%;
}

.infograph-box .info-color4 {
  background-color: #f15a24;
}
.infograph-box .info-color4 .infograph-flex .infograph-title span {
  background-color: #fcee21;
  color: #f15a24;
}
.infograph-box .info-color4 .infograph-flex .infograph-number {
  color: white;
}
.infograph-box .info-color4 .infograph-worker p {
  color: white;
}
.infograph-box .info-color4 .infograph-worker img {
  transform: scale(-1, 1);
}
.infograph-box .info-color4 .infograph-flex {
  width: 60%;
}
.infograph-box .info-color4 .infograph-flex .infograph-title {
  flex: 50%;
  width: 50%;
}
.infograph-box .info-color4 .infograph-flex .infograph-title span {
  padding: 2% 6% 2% 6%;
}

.infograph-box .info-color5 {
  background-color: #fcee21;
}
.infograph-box .info-color5 .infograph-img {
  transform: rotate(15deg);
  right: 8%;
  top: 22%;
  width: 10%;
}
.infograph-box .info-color5 .infograph-worker img {
  transform: scale(-1, 1);
}

.infograph-box .info-color6 {
  background-color: #009245;
}
.infograph-box .info-color6 .infograph-worker p {
  color: white;
}
.infograph-box .info-color6 .infograph-flex {
  width: 70%;
}
.infograph-box .info-color6 .infograph-flex .infograph-title {
  flex: 60%;
  width: 60%;
}
.infograph-box .info-color6 .infograph-flex .infograph-title span {
  padding: 2% 6% 2% 6%;
}
.infograph-box .info-color6 .infograph-flex .infograph-number {
  flex: 40%;
  width: 40%;
  color: white;
}

.infograph-box .info-color7 {
  background-color: #f15a24;
}
.infograph-box .info-color7 .infograph-flex .infograph-title span {
  background-color: #fcee21;
  color: #009245;
}
.infograph-box .info-color7 .infograph-worker p {
  color: white;
}
.infograph-box .info-color7 .infograph-flex {
  width: 70%;
}
.infograph-box .info-color7 .infograph-flex .infograph-title {
  flex: 60%;
  width: 60%;
}
.infograph-box .info-color7 .infograph-flex .infograph-title span {
  padding: 2% 6% 2% 6%;
}
.infograph-box .info-color7 .infograph-flex .infograph-number {
  flex: 40%;
  width: 40%;
  color: white;
}
.infograph-box .info-color7 .infograph-worker img {
  transform: scale(-1, 1);
}

@media screen and (max-width: 900px) {
  .infograph-box .infograph-color .infograph-flex .infograph-title {
    font-size: 20px;
  }
  .infograph-box .infograph-color .infograph-flex .infograph-number {
    font-size: 35px;
  }
  .infograph-box .infograph-color .infograph-text-box .infograph-text {
    font-size: 16px;
  }
  .infograph-box .infograph-color .infograph-worker p {
    font-size: 12px;
  }
  .infograph-box .infograph-color .infograph-flex {
    width: 70%;
  }
  .infograph-box .infograph-color .infograph-flex .infograph-title {
    flex: 35%;
    width: 35%;
  }
  .infograph-box .infograph-color .infograph-flex .infograph-numbe {
    flex: 65%;
    width: 65%;
  }
  .infograph-box .infograph-color .infograph-flex .info-size1 {
    font-size: 25px;
  }
  .infograph-box .info-color4 .infograph-flex {
    width: 50%;
  }
  .infograph-box .info-color4 .infograph-flex .infograph-title {
    flex: 50%;
    width: 50%;
  }
  .infograph-box .info-color4 .infograph-flex .infograph-title span {
    padding: 2% 6% 2% 6%;
  }
  .infograph-box .info-color4 .infograph-flex .infograph-number {
    flex: 40%;
    width: 40%;
    color: white;
  }
  .infograph-box .info-color6 .infograph-flex {
    width: 70%;
  }
  .infograph-box .info-color6 .infograph-flex .infograph-title {
    flex: 60%;
    width: 60%;
  }
  .infograph-box .info-color6 .infograph-flex .infograph-title span {
    padding: 2% 6% 2% 6%;
  }
  .infograph-box .info-color6 .infograph-flex .infograph-number {
    flex: 40%;
    width: 40%;
    color: white;
  }
  .infograph-box .info-color7 .infograph-flex {
    width: 70%;
  }
  .infograph-box .info-color7 .infograph-flex .infograph-title {
    flex: 60%;
    width: 60%;
  }
  .infograph-box .info-color7 .infograph-flex .infograph-title span {
    padding: 2% 6% 2% 6%;
  }
  .infograph-box .info-color7 .infograph-flex .infograph-number {
    flex: 40%;
    width: 40%;
  }
}
@media screen and (max-width: 700px) {
  .graph-top-box img {
    width: 100%;
  }
  .infograph-box {
    padding-top: 70px;
    margin-top: -60px;
  }
  .infograph-box .infograph-color {
    overflow: hidden;
    width: 100%;
    padding-top: 3%;
    padding-bottom: 20%;
    margin-bottom: 5%;
  }
  .infograph-box .infograph-color .infograph-flex {
    width: 80%;
    margin-bottom: 3%;
  }
  .infograph-box .infograph-color .infograph-flex .infograph-title {
    flex: 45%;
    width: 45%;
    font-size: 17px;
    white-space: nowrap;
  }
  .infograph-box .infograph-color .infograph-flex .infograph-title span {
    padding: 5% 15% 5% 15%;
    font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 0.05em;
  }
  .infograph-box .infograph-color .infograph-flex .infograph-number {
    flex: 70%;
    width: 70%;
    font-size: 25px;
    white-space: nowrap;
    font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 0.05em;
  }
  .infograph-box .infograph-color .infograph-flex .info-size1 {
    font-size: 19px;
  }
  .infograph-box .infograph-color .infograph-text-box {
    position: relative;
  }
  .infograph-box .infograph-color .infograph-text-box .infograph-text {
    width: 75%;
    padding: 3%;
    margin-left: 5%;
    border-radius: 10px;
    font-size: 14px;
  }
  .infograph-box .infograph-color .infograph-text-box .infograph-talk {
    position: absolute;
    width: 7%;
    bottom: 45px;
    right: 7.01%;
  }
  .infograph-box .infograph-color .infograph-text-box .infograph-talk img {
    height: 100px;
  }
  .infograph-box .infograph-color .infograph-img {
    position: absolute;
    right: 4%;
  }
  .infograph-box .infograph-color .infograph-worker {
    position: absolute;
    width: 20%;
    bottom: 0%;
    right: 0%;
    z-index: 5;
    font-size: 5%;
    text-align: right;
    margin-right: 2%;
  }
  .infograph-box .infograph-color .infograph-worker img {
    width: 100%;
    margin-right: -15%;
  }
  .infograph-box .infograph-color .infograph-worker p {
    margin-top: 0;
    font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 10px;
    line-height: 120%;
    margin-left: -25%;
  }
  .infograph-box .info-color1 .infograph-img {
    right: 0.5%;
    top: 22%;
  }
  .infograph-box .info-color2 .infograph-img {
    right: 1.5%;
  }
  .infograph-box .info-color3 .infograph-img {
    right: 2%;
  }
  .infograph-box .info-color4 .infograph-flex {
    width: 70%;
  }
  .infograph-box .info-color4 .infograph-flex .infograph-title {
    flex: 50%;
    width: 50%;
  }
  .infograph-box .info-color4 .infograph-flex .infograph-title span {
    padding: 2% 6% 2% 6%;
  }
  .infograph-box .info-color4 .infograph-flex .infograph-number {
    flex: 40%;
    width: 40%;
    color: white;
  }
  .infograph-box .info-color4 .infograph-img {
    right: 3%;
    top: 20%;
    width: 12%;
  }
  .infograph-box .info-color4 .infograph-img {
    right: 3%;
    top: 20%;
    width: 12%;
  }
  .infograph-box .info-color6 .infograph-flex {
    width: 100%;
  }
  .infograph-box .info-color6 .infograph-flex .infograph-title {
    flex: 60%;
    width: 60%;
  }
  .infograph-box .info-color6 .infograph-flex .infograph-title span {
    padding: 2% 6% 2% 6%;
  }
  .infograph-box .info-color6 .infograph-flex .infograph-number {
    flex: 40%;
    width: 40%;
    color: white;
  }
  .infograph-box .info-color6 .infograph-img {
    right: 3%;
    top: 20%;
    width: 12%;
  }
  .infograph-box .info-color7 .infograph-flex {
    width: 100%;
  }
  .infograph-box .info-color7 .infograph-flex .infograph-title {
    flex: 60%;
    width: 60%;
  }
  .infograph-box .info-color7 .infograph-flex .infograph-title span {
    padding: 2% 6% 2% 6%;
  }
  .infograph-box .info-color7 .infograph-flex .infograph-number {
    flex: 40%;
    width: 40%;
  }
  .infograph-box .info-color7 .infograph-img {
    right: 3%;
    top: 20%;
    width: 12%;
  }
}
@media screen and (max-width: 500px) {
  #sales .infograph-title {
    margin-top: 2.5%;
  }
  #sales .new-a3 {
    margin-top: -10px;
  }
}
@media screen and (max-width: 280px) {
  .infograph-box .infograph-color .infograph-flex {
    display: block;
  }
}/*# sourceMappingURL=infographic.css.map */