#intro {
  scroll-margin-top: 60px;
}

.intro {
  padding-bottom: 40px;
  background-image: url(../img/case.jpg);
  background-position: center -90px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .intro {
    padding-bottom: 0;
    margin-bottom: 10px;
    background-image: url(../img/case_sp.jpg);
    background-size: 305px;
    background-position: center -45px;
  }
}
.intro p {
  padding: 35px 0 15px;
  margin-top: 20px;
  font-size: 22px;
  line-height: 1.3;
  color: #003b90;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .intro p {
    padding: 10px 0;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.6;
  }
}

.nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .nav ul {
    gap: 10px;
    padding-bottom: 30px;
  }
  .nav ul img {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */