@charset "UTF-8";
.top-word-box .word-box {
  writing-mode: horizontal-tb;
  height: auto;
  top: auto;
  bottom: 10%;
  left: 10%;
  transform: translate(0, 0);
  text-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.508);
}
.top-word-box .word-box h1 {
  font-family: "dnp-shuei-nshogomincho-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.5vw;
  padding-bottom: 0.5%;
  position: relative;
}
.top-word-box .word-box h1 .h1-span.animate__animated:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: solid 1.5px white;
  animation: border_anim 2s linear forwards;
}
@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.top-word-box .word-box h1 .h1-span2 {
  font-family: "dnp-shuei-nshogomincho-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: max(1.3vw, 10px);
  margin-left: 3%;
}
.top-word-box .word-box h2 {
  margin-top: 2%;
  font-size: 1.5vw;
  line-height: 170%;
}

.text-title {
  width: 80%;
  margin: 0 auto;
  font-size: 1.7vw;
  margin-top: 8%;
  transform: translate(0, 0) !important;
  opacity: 1 !important;
  font-family: "dnp-shuei-nshogomincho-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.text-title span {
  font-size: max(1.1vw, 10px);
  font-family: "dnp-shuei-nshogomincho-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-left: 3%;
}

.text-title.animate__animated:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: solid 1px black;
  animation: border_anim 2s linear forwards;
}

@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.text-box {
  width: 70%;
  margin: 0 auto;
  margin-top: 2%;
}
.text-box ul li {
  font-size: max(1.3vw, 10px);
  line-height: 250%;
  counter-increment: number;
  list-style: none;
  text-indent: -1.5em;
}
.text-box ul li::before {
  content: counter(number);
  padding-right: 1em;
}

.text-box2 {
  width: 80%;
  margin-top: 2%;
  margin: 0 auto;
  font-family: "Hiragino Sans GB", "MS PGothic", sans-serif;
  background-image: url("../../src/message/president.webp");
  background-size: 30%;
  background-position: bottom right;
  padding-bottom: 10%;
  margin-bottom: 20%;
}
.text-box2 p {
  font-size: max(1.2vw, 10px);
  margin-top: 2%;
  line-height: 250%;
  font-family: "HiraginoSans-W2", "Hiragino Sans", "ヒラギノ角ゴシック";
}
.text-box2 h3 {
  font-size: max(1.3vw, 10px);
  font-family: "HiraginoSans-W2", "Hiragino Sans", "ヒラギノ角ゴシック";
}

.results-box {
  font-family: "Hiragino Sans GB", "MS PGothic", sans-serif;
}

@media (max-width: 700px) {
  .top-word-box .word-box {
    color: white;
  }
  .top-word-box .word-box h1 {
    font-size: 7vw;
    width: 90%;
  }
  .top-word-box .word-box h1 .h1-span2 {
    font-size: 3.5vw;
  }
  .top-word-box .word-box h2 {
    font-size: 3.5vw;
    width: 90%;
  }
  .text-title {
    font-size: 17px;
    margin-top: 15%;
  }
  .text-title span {
    font-size: 12px;
  }
  .text-box ul li {
    font-size: 13px;
    padding-top: 7%;
    padding-bottom: 0%;
  }
  .text-box2 {
    background-size: 50%;
  }
  .text-box2 p {
    margin-top: 5%;
    font-size: 13px;
    padding-bottom: 30%;
    letter-spacing: 0.05em;
  }
  .text-box2 h3 {
    font-size: 11px;
  }
}/*# sourceMappingURL=message.css.map */