section.sec-location ul li {
  border-top: solid 1px var(--baseblackop20);
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  section.sec-location ul li {
    justify-content: space-between;
    align-items: center;
    padding: 25px 0 90px;
  }
}
section.sec-location ul li div.map-wrap {
  filter: grayscale(1);
  order: 2;
  width: 100%;
  border-radius: 0.4em;
  margin-top: 20px;
  overflow: hidden;
  isolation: isolate;
}
@media screen and (min-width: 768px) {
  section.sec-location ul li div.map-wrap {
    width: 63%;
    order: 1;
  }
}
section.sec-location ul li div.map-wrap iframe {
  width: 100%;
  height: 500px;
}
@media screen and (min-width: 768px) {
  section.sec-location ul li div.map-wrap iframe {
    height: 357px;
  }
}
section.sec-location ul li div.location-box {
  order: 1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.sec-location ul li div.location-box {
    width: 31.2%;
    order: 2;
  }
}
section.sec-location ul li div.location-box h3 {
  font-size: 18px;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-location ul li div.location-box h3 {
    font-size: clamp(10px, 1.4vw, 19px);
  }
}
section.sec-location ul li div.location-box p.location-txt {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  section.sec-location ul li div.location-box p.location-txt {
    font-size: clamp(10px, 0.96vw, 13px);
  }
}
section.sec-location ul li div.location-box div.location-img {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  section.sec-location ul li div.location-box div.location-img {
    margin-top: 10%;
    max-width: 281px;
  }
}

section.sec-history div.lower-page-rbox ul.lower-page-list li:last-child {
  padding: 25px 0;
}
@media screen and (min-width: 768px) {
  section.sec-history div.lower-page-rbox ul.lower-page-list li:last-child {
    padding: 36px 0;
  }
}
section.sec-history div.lower-page-rbox ul.lower-page-list li dl dt {
  color: var(--baseblackop);
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  section.sec-history div.lower-page-rbox ul.lower-page-list li dl dt {
    font-size: clamp(10px, 1.76vw, 24px);
    width: 17%;
  }
}
section.sec-history div.lower-page-rbox ul.lower-page-list li dl dd {
  line-height: 1.6em;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  section.sec-history div.lower-page-rbox ul.lower-page-list li dl dd {
    width: 83%;
    font-size: clamp(10px, 1.1vw, 15px);
    margin-top: 0.5em;
  }
}
section.sec-history div.lower-page-rbox ul.lower-page-list li dl dd span {
  display: block;
  margin-bottom: 1em;
}
section.sec-history div.allBtn {
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  section.sec-history div.allBtn {
    width: 172px;
  }
}
section.sec-history div.allBtn.active .arrowNext {
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transform: translateY(-50%) rotate(-90deg);
}
section.sec-history div.allBtn button {
  height: 100%;
  background: none;
  color: #fff;
  font-family: inherit;
  font-weight: 500;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  section.sec-info div.lower-page-rbox ul.lower-page-list li dl dt {
    width: 15em;
  }
}
@media screen and (min-width: 768px) {
  section.sec-info div.lower-page-rbox ul.lower-page-list li dl dd {
    width: calc(100% - 15em);
  }
}/*# sourceMappingURL=company.css.map */