@charset "UTF-8";

/* ===============================================
  company / map
=============================================== */
address {
  font-style: normal;
}
#access {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width:  768px) {
  #access {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

#access .sec__ttl-l {
  line-height: 1;
}
#access dl:nth-of-type(2) {
  margin-top: 2rem;
}
#access .gmap {
  aspect-ratio: 6.5 / 5;
}
#access .gmap iframe {
    filter: grayscale(40%) saturate(170%) sepia(5%);
}

@media (min-width:  768px) {
  #access dl:nth-of-type(2) {
    margin-top: 6rem;
  }
  #access .column {
    grid-template-columns: 5fr 7fr;
  }
}