/* default settings */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
.contact-content {
  padding: 3.75rem 0 12.625rem 0;
}
@media (max-width: 750px) {
  .contact-content {
    padding: 3.1875rem 0 4.25rem 0;
  }
}
.contact-content .contact-list {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 700;
  margin: 1.8125rem 0 1.9375rem 0;
}
@media (max-width: 750px) {
  .contact-content .contact-list {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}
.contact-content .contact-list li + li {
  margin: 1.875rem 0 0 0;
}
.contact-content .contact-gmail {
  margin: 2.75rem 0 0 0;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 500;
  color: #1E3960;
}
@media (max-width: 750px) {
  .contact-content .contact-gmail {
    margin: 1.3125rem 0 0 0;
  }
}
@media (min-width: 751px) {
  .contact-content .wrapper {
    padding-left: 1.5rem;
  }
}