* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #222;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.uc-wrap {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 24px;
}
@media screen and (max-width: 544px) {
  .uc-wrap {
    padding: 36px 18px;
  }
}

.uc-inner {
  width: 100%;
  max-width: 1080px;
  text-align: center;
}

.uc-logo {
  margin-bottom: 39px;
}
.uc-logo img {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .uc-logo img {
    width: 420px;
  }
}
@media screen and (max-width: 544px) {
  .uc-logo {
    margin-bottom: 27px;
  }
  .uc-logo img {
    width: 280px;
  }
}

.uc-message {
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .uc-message {
    font-size: 20px;
  }
}
@media screen and (max-width: 544px) {
  .uc-message {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.uc-info {
  margin-bottom: 39px;
}
.uc-info__name {
  font-size: 15px;
  margin-bottom: 9px;
}
.uc-info__address {
  font-size: 15px;
  margin-bottom: 6px;
}
.uc-info__tel {
  font-size: 15px;
}
@media screen and (max-width: 544px) {
  .uc-info {
    margin-bottom: 27px;
  }
  .uc-info__name, .uc-info__address, .uc-info__tel {
    font-size: 13px;
  }
}

.uc-sns {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 54px;
  margin-bottom: 51px;
}
.uc-sns__item img {
  margin: 0 auto;
}
.uc-sns__item:nth-child(1) img {
  width: 57px;
  height: 57px;
}
.uc-sns__item:nth-child(2) img {
  width: 35px;
  height: 54px;
}
@media screen and (max-width: 544px) {
  .uc-sns {
    gap: 36px;
    margin-bottom: 30px;
  }
}

.uc-copyright {
  font-size: 12px;
  color: #333;
}
@media screen and (max-width: 544px) {
  .uc-copyright {
    font-size: 10px;
  }
}