.main-1 .content {
  background-image: url("../images/c-3.svg");
  background-position: bottom right;
  background-size: 6.5rem;
  background-repeat: no-repeat;
}
.main-1 .t {
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #000;
  margin-bottom: 1.5rem;
}
.main-1 .t h2 {
  font-size: 2rem;
}
.main-1 .b {
  display: flex;
  gap: 9rem;
}
.main-1 .b .item > div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.main-1 .b .item > div img {
  max-width: 1.4rem;
  max-height: 1.4rem;
}
.main-1 .b .item > div span {
  font-size: 1rem;
  color: #999;
}
.main-1 .b .item p {
  font-size: 1.5rem;
}
.main-1 .map {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .main-1 .content {
    background-position: 100% 50%;
  }
  .main-1 .t {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .main-1 .t h2 {
    font-size: 1.4rem;
  }
  .main-1 .b {
    flex-direction: column;
    gap: 1rem;
  }
  .main-1 .b .item p {
    font-size: 1rem;
  }
  .main-1 .map {
    margin-top: 1rem;
  }
  .main-1 .map img {
    width: 100%;
    height: 15rem;
    object-fit: cover;
  }
}
