.page-title {
  background-image: url("../images/title_bg_about.png");
}

h2 {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}
h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: var(--color-primary);
}

.aisatsu__inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 50px;
  margin: 0 auto 60px;
}
.aisatsu__inner .aisatsu__img {
  flex: 1;
}
.aisatsu__inner .aisatsu__txt {
  width: 70%;
  line-height: 1.8;
}
.aisatsu__inner .aisatsu__name {
  font-size: clamp(1rem, 0.933rem + 0.33vw, 1.2rem);
  font-weight: 700;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .aisatsu__inner {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .aisatsu__inner .aisatsu__img {
    width: 80%;
    margin: 0 auto;
  }
  .aisatsu__inner .aisatsu__txt {
    width: 100%;
  }
}

.rinen p {
  line-height: 1.8;
  font-size: clamp(1.3rem, 1.037rem + 1.2vw, 2rem);
  color: var(--color-sub01);
  text-align: center;
  font-weight: 700;
}

.gaiyo__table {
  width: 60%;
  border-collapse: collapse;
  margin: 0 auto 40px;
}
.gaiyo__table th {
  padding: 20px 10px;
  text-align: left;
  border-bottom: 2px solid var(--color-primary);
  width: 25%;
}
.gaiyo__table td {
  padding: 20px 10px;
  border-bottom: 1px solid var(--border-color);
}
@media screen and (max-width: 767px) {
  .gaiyo__table {
    width: 100%;
  }
}/*# sourceMappingURL=about.css.map */