html,
body {
  margin: 0;
  min-width: 1000px;
  background: #fff;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

img {
  display: block;
  border: 0;
}

.top-visual {
  width: 600px;
  margin: 0 auto;
  text-align: center;
}

.top-visual__title,
.top-visual__message {
  margin: 0;
}

.top-visual__title img {
  margin: 0 auto;
}

.top-visual__photo {
  margin: 5px auto 0;
}

.top-visual__message img {
  margin: 12px auto 0;
}

.top-visual__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 52px;
  margin-top: 13px;
}

.top-visual__clinic {
  display: flex;
  align-items: center;
  gap: 4px;
}
