.site-body {
  max-width: 100%;
  overflow-x: hidden;
}

@media screen and (max-width: 991px) {
  .main-section {
    margin-bottom: 0;
  }
}

.mv-h2 {
  font-size: 1.87rem;
  line-height: 1.1;
  margin-top: 5rem !important;
  margin-bottom: 3.18rem;
}
@media screen and (max-width: 991px) {
  .mv-h2 {
    font-size: 1.12rem;
    margin-top: 11.11dvw !important;
    margin-bottom: 11.11dvw;
  }
}

.mv-text {
  line-height: 2.12em;
  margin-bottom: 4.43em !important;
}
@media screen and (max-width: 991px) {
  .mv-text {
    font-size: 0.75rem;
    line-height: 2;
    margin-bottom: 4.5em !important;
  }
}
.mv-text p {
  margin-bottom: 2em;
}
@media screen and (max-width: 991px) {
  .mv-text p {
    margin-bottom: 2em;
  }
}

.section-greeting {
  margin-top: 6.87rem;
  gap: 0 calc(var(--baseW) * 2) !important;
  grid-template-columns: calc(var(--baseW) * 9) 1fr !important;
}
@media screen and (max-width: 991px) {
  .section-greeting {
    margin-top: 3.75rem;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }
}

.greeting-cell1 {
  grid-row: 1/3;
}
@media screen and (max-width: 991px) {
  .greeting-cell1 {
    grid-row: 2/3;
    margin-top: 6.66dvw !important;
    display: flex;
    justify-content: space-between;
  }
}

.greeting-image {
  position: relative;
  z-index: 1;
  width: calc(var(--baseW) * 9);
}
@media screen and (max-width: 991px) {
  .greeting-image {
    flex: 63.88dvw 0 0;
    margin-left: -8.34dvw !important;
  }
}

.sign {
  position: relative;
  z-index: 1;
  height: 2.87rem;
  font-size: 1.5rem;
  display: flex;
  gap: 1.4em;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1.25em !important;
}
@media screen and (max-width: 991px) {
  .sign {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.33em;
    font-size: 0.93rem;
    line-height: 1.1;
    margin-top: 8.33dvw !important;
    margin-right: 0 !important;
  }
}
.sign img {
  width: auto;
  display: block;
  height: 1.91em;
}
@media screen and (max-width: 991px) {
  .sign img {
    height: 11.06em;
  }
}

.sign-picture {
  display: block;
}

@media screen and (max-width: 991px) {
  .sign-text {
    writing-mode: vertical-lr;
    white-space: nowrap;
    line-height: 1.1;
  }
}

.greeting-h2 {
  font-size: 1.75rem;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .greeting-h2 {
    font-size: 1.12rem;
  }
}
.greeting-h2:before {
  content: "";
  width: 2.5em;
  height: 1px;
  display: inline-block;
  margin-right: 0.5em;
  background: currentColor;
}
@media screen and (max-width: 991px) {
  .greeting-h2:before {
    width: 11.11dvw;
  }
}

.greeting-text {
  line-height: 2.12em;
}
@media screen and (max-width: 991px) {
  .greeting-text {
    font-size: 0.75rem;
    line-height: 2;
  }
}

.greeting-text1 {
  margin-top: 2.75rem !important;
}
@media screen and (max-width: 991px) {
  .greeting-text1 {
    margin-top: 2.12rem !important;
  }
}

.greeting-profile {
  margin-top: 3.81rem !important;
  position: relative;
  padding-bottom: 3.18rem;
}
@media screen and (max-width: 991px) {
  .greeting-profile {
    margin-top: 8.33dvw !important;
    padding-bottom: 6.66dvw;
    padding-left: 8.33dvw;
  }
}
.greeting-profile:before {
  content: "";
  position: absolute;
  right: calc(var(--baseW) * -1.5);
  left: calc(var(--baseW) * -6);
  top: 0;
  bottom: 0;
  background: #ede8f3;
}
@media screen and (max-width: 991px) {
  .greeting-profile:before {
    top: -48.34dvw;
    left: 0;
    right: -8.34dvw;
  }
}

.greeting-h3 {
  position: relative;
  margin-top: 3.81rem;
  margin-bottom: 0 !important;
  padding-top: 3.12rem;
  font-size: 1.25rem;
  line-height: 1.1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .greeting-h3 {
    font-size: 1rem;
    margin-top: 0;
    padding-top: 0;
  }
}

.greeting-position {
  position: relative;
  line-height: 1.75em;
  margin-top: 2rem !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 991px) {
  .greeting-position {
    font-size: 0.75rem;
    line-height: 1.83em;
    margin-top: 1.25em !important;
  }
}

.greeting-text2 {
  position: relative;
  margin-top: 1.43rem !important;
  margin-bottom: 3.18rem !important;
}
@media screen and (max-width: 991px) {
  .greeting-text2 {
    margin-top: 1.5rem !important;
    margin-bottom: 0 !important;
  }
}

.section-gaiyo {
  margin-top: 10rem !important;
}
@media screen and (max-width: 991px) {
  .section-gaiyo {
    margin-top: 16.66dvw !important;
  }
}

.section-enkaku {
  margin-top: 7.5rem !important;
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .section-enkaku {
    margin-top: 16.66dvw !important;
    padding-top: 16.66dvw;
    padding-bottom: 16.66dvw;
  }
}
.section-enkaku:before {
  content: "";
  display: block;
  position: absolute;
  left: -50vw;
  right: -50vw;
  top: 0;
  bottom: 0;
  background: #F7F6F5;
}

.table-gaiyo, .table-enkaku {
  border-color: #1a1a1a;
  border-width: 0 0 1px;
  width: calc(var(--baseW) * 14);
  margin-left: 0 !important;
}
@media screen and (max-width: 991px) {
  .table-gaiyo, .table-enkaku {
    margin-top: 11.11dvw !important;
    width: auto;
  }
}
.table-gaiyo th, .table-gaiyo td, .table-enkaku th, .table-enkaku td {
  line-height: 2.12em;
  padding-top: 1.31rem;
  padding-bottom: 1.31rem;
  padding-left: 0;
  padding-right: 0;
  border-width: 1px 0 0;
}
@media screen and (max-width: 991px) {
  .table-gaiyo th, .table-gaiyo td, .table-enkaku th, .table-enkaku td {
    font-size: 0.75rem;
    line-height: 1.83em;
    padding-top: 5.27dvw;
    padding-bottom: 5.27dvw;
    letter-spacing: 0.1em;
    vertical-align: top;
  }
}

.table-gaiyo td:first-child {
  width: calc(var(--baseW) * 2);
}
@media screen and (max-width: 991px) {
  .table-gaiyo td:first-child {
    width: 19.44dvw;
  }
}

.table-enkaku td {
  width: var(--baseW);
}
@media screen and (max-width: 991px) {
  .table-enkaku td:first-child {
    width: 13.88dvw;
    letter-spacing: 0;
  }
}
.table-enkaku td:nth-child(2) {
  text-align: right;
}
@media screen and (max-width: 991px) {
  .table-enkaku td:nth-child(2) {
    width: 8.33dvw;
    letter-spacing: 0;
  }
}
.table-enkaku td:last-child {
  width: auto;
  padding-left: var(--baseW);
}
@media screen and (max-width: 991px) {
  .table-enkaku td:last-child {
    padding-left: 2.77dvw;
  }
}

.yakuinList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.yakuinList li {
  padding-top: 0.87rem;
  padding-bottom: 0.87rem;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .yakuinList li {
    display: flex;
    flex-direction: column;
  }
}
.yakuinList li:first-child {
  padding-top: 0;
}
.yakuinList li:nth-child(n+2) {
  border-top: solid 1px #b2b2b2;
}
.yakuinList li:last-child {
  padding-bottom: 0;
}

.yakuinList-position {
  display: inline-block;
  width: calc(var(--baseW) * 4);
}
@media screen and (max-width: 991px) {
  .yakuinList-position {
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  .yakuinList-name {
    font-size: 1.16em;
  }
}

/*# sourceMappingURL=about_us.css.map */
