/*==========================================================
SP
==========================================================*/
#main-nav h1 .main-logo {
  background-image: url(../img/logo_b.webp);
}
#main-nav .hamburger_line {
  background-color: #000;
}

#about {
  min-height: calc(100vh - 172px);
  height: 100%;
  padding: 120px 0 0;
}
#about .about-wrapper {
  display: flex;
  flex-direction: column;
  width: 86%;
  margin: 0 auto 80px;
}
#about .about-wrapper dl {
  font-size: 12px;
}
#about .about-wrapper dl dt {
  font-weight: 500;
  margin: 0 0 2px;
}
#about .about-wrapper dl dt:nth-of-type(1) {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 13px;
}
#about .about-wrapper dl dt:nth-of-type(2) {
  font-weight: 600;
  margin-bottom: 20px;
}
#about .about-wrapper dl dd {
  margin: 0 0 15px;
}
#about .about-wrapper dl dd:nth-of-type(1) {
  margin-bottom: 40px;
}
#about .about-wrapper dl dd:last-of-type {
  margin-bottom: 20px;
}
#about .about-wrapper dl a {
  color: #53f;
}

/*==========================================================
pc
==========================================================*/
@media screen and (min-width: 1025px) {
  #main-nav {
    padding: 0 0 30px;
    background-color: #fff;
  }
  #main-nav h1 .main-logo {
    background-image: url(../img/logo_b.webp);
  }
  #main-nav .pc-nav ul li a {
    color: #000;
  }
  #main-nav .pc-nav ul li a::after {
    background-color: #000;
  }
  #about {
    max-width: 800px;
    padding: 200px 0 0;
    margin: 0 auto;
  }
  #about .about-wrapper dl dt:nth-of-type(1) {
    margin-bottom: 14px;
    font-size: 14px;
  }
  #about .about-wrapper dl dd:nth-of-type(1) {
    line-height: 190%;
    letter-spacing: 0.16em;
  }
}/*# sourceMappingURL=about.css.map */