@media screen and (min-width: 769px) {
  .about-company {
    padding: 88px 0 75px;
  }
}
@media screen and (max-width: 768px) {
  .about-company {
    padding: 20px 0 40px;
  }
}

.about-company__inner {
  max-width: 750px;
  margin: 0 auto;
}

.about-company__defineList {
  max-width: 750px;
  margin: 36px auto 0;
}

.about-company__define {
  line-height: 1.62;
  border-bottom: 1px solid #F5F5F5;
}
.about-company__define:first-child {
  border-top: 1px solid #F5F5F5;
}
@media screen and (min-width: 769px) {
  .about-company__define {
    padding: 18px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .about-company__define {
    padding: 12px 20px;
    letter-spacing: 0.01em;
  }
}

.about-company__defineTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .about-company__defineTitle {
    width: 150px;
  }
}

@media screen and (min-width: 769px) {
  .about-company__defineData {
    width: calc(96% - 150px);
  }
}

@media screen and (min-width: 769px) {
  .about-access {
    padding: 75px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .about-access {
    padding: 40px 0 80px;
  }
}

.about-access__inner {
  max-width: 750px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.about-access__mapWrap {
  margin: 30px auto 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .about-access__mapWrap {
    padding-top: 65%;
  }
}
@media screen and (max-width: 768px) {
  .about-access__mapWrap {
    padding-top: 75%;
  }
}
.about-access__mapWrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about-access__description {
  margin-top: 36px;
}
.about-access__description p {
  margin-bottom: 1.5em;
  line-height: 1.62;
}
.about-access__description b {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}