.under_sec1 {
  position: relative;
}
.under_sec1:before {
  content: "";
  position: absolute;
  top: 43%;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 103.5%;
  background: #ACA293;
  z-index: -1;
}
.under_sec1 .txt {
  color: white;
  padding-top: 60px;
}
@media all and (max-width: 767px) {
  .under_sec1:before {
    top: 26%;
    height: 103.5%;
  }
  .under_sec1 .txt {
    color: white;
    padding-top: 32px;
  }
}

.about1 {
  padding-bottom: 120px;
  padding-top: 110px;
  box-sizing: border-box;
  position: relative;
  background: #ACA293;
  color: white;
}
.about1 .lead {
  margin: 50px 0;
}
@media all and (max-width: 767px) {
  .about1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about1 .lead {
    margin: 30px 0;
  }
}

.line_wraps {
  margin-top: 40px;
}
.line_wraps .line {
  display: grid;
  grid-template-columns: 230px 1fr;
  padding: 20px;
  border-bottom: 1px dotted white;
}
.line_wraps .nm {
  font-weight: bold;
}
@media all and (max-width: 1000px) {
  .line_wraps .line {
    display: grid;
    grid-template-columns: 160px 1fr;
  }
}
@media all and (max-width: 767px) {
  .line_wraps {
    margin-top: 20px;
  }
  .line_wraps .line {
    display: grid;
    grid-template-columns: 1fr;
    padding: 14px 0;
  }
  .line_wraps .nm {
    font-weight: bold;
    margin-bottom: 5px;
  }
}

.about2 {
  padding: 110px 0;
  box-sizing: border-box;
}
.about2 .line_wraps .line {
  border-bottom: 1px dotted #ccc;
}
@media all and (max-width: 767px) {
  .about2 {
    padding: 60px 0;
  }
}

.about3 {
  box-sizing: border-box;
}
.about3 .c2 {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 0 80px;
  align-items: flex-start;
}
.about3 .fb1 {
  font-family: Serif;
  font-size: 3.2rem;
}
.about3 .fb2 {
  font-size: 2rem;
  margin: 20px 0 40px 0;
  text-align: left;
}
@media all and (max-width: 1080px) {
  .about3 .c2 {
    margin-top: 60px;
  }
}
@media all and (max-width: 767px) {
  .about3 .c2 {
    margin-top: 30px;
    gap: 30px 0;
    grid-template-columns: 1fr;
  }
  .about3 .fb1 {
    text-align: center;
    font-size: 2.2rem;
  }
  .about3 .fb2 {
    text-align: center;
    font-size: 1.6rem;
    margin: 20px 0;
  }
  .about3 .img {
    max-width: 60%;
    margin: 0 auto;
  }
}

.access {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1.5px dotted #B2B0B0;
}
@media all and (max-width: 767px) {
  .access {
    margin-top: 60px;
    padding-top: 60px;
  }
}

.inner2.bd .in {
  border-top: 1.5px dotted #B2B0B0;
}

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