html body {
  font-family: "Sawarabi Gothic", sans-serif;
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
.header__container {
  padding: 10px 10px 10px clamp(1rem, 0.75rem + 1vw, 1.5rem);
  box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.3);
}
.header__logo-link {
  width: auto;
  display: grid;
  grid-template-columns: 30px 1fr;
}
.header__logo-image {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.header__logo-text {
  display: flex;
  align-items: end;
  gap: clamp(3px, 0.5px + 0.625vw, 8px);
  padding-bottom: 3px;
}
.header__logo-text-company {
  font-size: clamp(1rem, 0.875rem + 0.5vw, 1.25rem);
  font-weight: 600;
  line-height: 1;
}
.header__logo-text-separator {
  font-size: clamp(0.5rem, 0.5625rem + 0.25vw, 0.75rem);
}
.header__logo-text-agency {
  font-size: clamp(0.5rem, 0.5625rem + 0.25vw, 0.75rem);
  color: #333;
}

.btn {
  display: inline-block;
  background-color: #fff;
  color: #000;
  border: 3px solid #000;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn:hover {
  background-color: #000;
  color: #fff;
}
.btn--primary {
  padding: 10px 20px;
  min-width: 250px;
}

.hero {
  margin-bottom: 50px;
}
.hero__title {
  font-size: clamp(1.75rem, 1.5625rem + 0.75vw, 2.125rem);
  font-weight: bold;
  text-align: left;
  max-width: clamp(400px, 200px + 50vw, 800px);
  margin: clamp(25px, 12.5px + 3.125vw, 50px) auto 0;
  padding: 0 25px clamp(20px, 10px + 2.5vw, 40px);
}
.hero__text {
  font-size: clamp(0.875rem, 0.625rem + 1vw, 1.375rem);
  font-weight: bold;
  background-image: url("../../assets/images/home/japan04.png");
  min-height: 170px;
  max-width: clamp(400px, 200px + 50vw, 800px);
  margin: 0 auto;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right 0 top 0;
  padding: 0 25px clamp(25px, 12.5px + 3.125vw, 50px);
  line-height: 1.8;
}
.hero__image {
  width: 80%;
  height: auto;
  margin: 0 auto 25px;
}
.hero__image > img {
  width: 100%;
  height: 100%;
  max-height: 200px;
  object-fit: contain;
}
.hero__button {
  text-align: center;
}/*# sourceMappingURL=critical.css.map */