/* stylelint-disable-next-line at-rule-no-unknown */
/* stylelint-disable-next-line scss/double-slash-comment-empty-line-before */
/* $accent-color: #194569; */
/* $link-color: #194569; */
.page-title-03 {
  margin-bottom: 0;
  background-image: url("../images/about/main_img_01_sp.jpg");
}

@media (min-width: 769px) {
  .page-title-03 {
    background-image: url("../images/about/main_img_01_pc.jpg");
  }
}
.section-01 {
  padding: 3em 0 4em;
  background-color: #fff;
}
.section-01 .tagline {
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  text-align: center;
  font-weight: 700;
  font-size: 5.3333333333vw;
}
.section-01 .tagline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20%;
  height: 2px;
  background-color: #275e7d;
}
.section-01 .text {
  margin-bottom: 2em;
  text-align: center;
  line-height: 2;
}
.section-01 .text:last-child {
  margin-bottom: 0;
}

.section-02 {
  padding: 3em 0;
  background-color: #fff;
}

.section-03 {
  padding: 3em 0;
}

@media (min-width: 769px) {
  .section-01 {
    padding: 80px 0 100px;
  }
  .section-01 .tagline {
    margin-bottom: 50px;
    padding-bottom: 50px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .section-01 .tagline::after {
    width: 80px;
  }
  .section-01 .text {
    margin-bottom: 40px;
    line-height: 2.6;
  }
  .section-02 {
    padding: 100px 0;
  }
  .section-03 {
    padding: 80px 0 0;
  }
  .section-03 .table-01 tr th {
    width: 20%;
  }
}/*# sourceMappingURL=about.css.map */