.main {
  padding-top: 260px;
  padding-bottom: 144px;
}
@media screen and (max-width: 768px) {
  .main {
    padding-top: 74px;
  }
}
.main__title {
  position: relative;
  padding-bottom: 40px;
  text-align: center;
  color: #0075be;
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .main__title {
    margin-top: 90px;
    font-size: 1.5rem;
  }
}
.main__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 105px;
  height: 1px;
  background-image: linear-gradient(to right, #0075be 30%, #eb6133 70%);
}
.main__message {
  margin-top: 30px;
  text-align: center;
  color: #0075be;
  font-size: 1.25rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .main__message {
    margin-top: 26px;
    font-size: 1rem;
  }
}
.main__note {
  text-align: center;
  color: #0075be;
  font-size: 0.875rem;
  line-height: 2;
}

.pc-menu {
  display: none;
}