body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
}

.header {
  padding-top: 200px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .header {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.header__logo {
  width: 280px;
  margin: 0 auto;
}
.header nav {
  margin-top: 30px;
}
.header ul {
  display: flex;
  justify-content: center;
  column-gap: 30px;
}
.header li {
  font-family: "Helvetica";
  list-style: none;
}

.main {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px 300px;
}

.contents {
  margin-top: 100px;
}

.greeting__name {
  margin-top: 30px;
  text-align: right;
}

.intro__text_en {
  padding-top: 20px;
  font-family: "Helvetica";
  font-size: 13px;
  line-height: 1.6;
}

h2 {
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-family: "Helvetica";
  font-size: 28px;
  font-weight: 600;
  border-bottom: 1px solid #c1c7c6;
}

tr {
  padding-top: 30px;
}

.contact p {
  font-size: 30px;
  line-height: 1.8;
  letter-spacing: 0.025em;
}
.contact a {
  color: blue;
  text-decoration: underline;
}

.c-sentence {
  font-size: 30px;
  line-height: 1.8;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .c-sentence {
    font-size: 24px;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
}

table th, table td {
  padding: 1em;
}

td {
  font-size: 15px;
  line-height: 1.6;
}

table th {
  font-weight: normal;
  text-align: left;
  width: 20%;
  min-width: 4em;
  position: relative;
}

table th::after {
  content: "";
  background-color: #c1c7c6;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
}/*# sourceMappingURL=style.css.map */