@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap");
.info-img {
  width: 30%;
  margin-top: 3%;
}

.main-box .menu-box a h2 {
  color: #2E3192;
}
.main-box .menu-box {
  position: static;
  transform: translate(0);
  margin: 0 auto;
}

.info-title {
  margin-top: 25%;
  text-align: center;
}
.info-title h3 {
  font-size: 3.5vw;
  letter-spacing: 0.1em;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
}
.info-title h3 .i1 {
  color: #F15A24;
}
.info-title h3 .i2 {
  color: #FBB03B;
}
.info-title h3 .i3 {
  color: #0071BC;
}
.info-title h3 .i4 {
  color: #29ABE2;
}

.line {
  width: 80%;
  border-top: solid 3px #F15A24;
  margin-bottom: 5%;
}

.all-info {
  margin-top: 5%;
}

.info-box {
  align-items: center;
  padding-left: 17.5%;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
}
.info-box h4 {
  width: 18%;
  font-size: 1.4vw;
  letter-spacing: 0.2em;
  margin-bottom: 0;
  color: #C11A24;
}
.info-box h4 .orange {
  color: #C11A24;
}
.info-box p {
  font-size: 1.3vw;
  font-weight: 400;
  margin-top: 2%;
  margin-bottom: 4%;
  margin-top: 0;
  font-family: "MS PGothic", sans-serif;
}
.info-box a {
  display: block;
  text-decoration: none;
}
.info-box h5 {
  width: 100%;
  text-align: center;
  padding: 10%;
  background: linear-gradient(to right, #2FACDA, #F3EB27);
  color: white;
  font-size: 1vw;
  border-radius: 9999px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.432);
}

.info-box:last-of-type {
  margin-bottom: 5%;
}

.left {
  position: absolute;
  top: 50%;
  left: -10%;
  margin-top: 100px;
  transform: rotate(90deg) translate(0, -50%);
}
.left h6 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 2vw;
  margin: 0;
  color: #2E3192;
  letter-spacing: 0.1em;
}

.info-entry {
  display: block;
  width: 13%;
  margin: 0 auto;
  margin-bottom: 7%;
}

@media (max-width: 700px) {
  .info-title {
    margin-top: 70px;
  }
  /*
      .main-box {
          margin-top: 50px;
      }
  */
  .info-title h3 {
    font-size: 5vw;
  }
  .info-box {
    width: 90%;
    padding-left: 0;
    margin: 0 auto;
    font-size: 10px !important;
  }
  .info-box h4 {
    width: 100%;
    font-size: 15px !important;
  }
  .info-box h5 {
    width: 120%;
    font-size: 10px !important;
    transform: scale(0.7);
  }
  .info-box p {
    font-size: 14px;
    width: 100%;
  }
  .left {
    display: none;
    top: 0;
  }
  .line {
    width: 95%;
  }
  .info-entry {
    margin-top: 10%;
    width: 30%;
  }
}
@media (max-width: 460px) {
  .info-box {
    width: 90%;
    padding-left: 0;
    margin: 0 auto;
  }
}/*# sourceMappingURL=info.css.map */