@charset "UTF-8";

/******************************
common
******************************/

/******************************
pagesec-recruit
******************************/
.pagesec-recruit .recruitlist{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.pagesec-recruit .recruitlist > div > dt{
  border-bottom: 3px solid #389323;
  border-left: 8px solid #389323;
  font-size: 2rem;
  padding-left: 1rem;
}
.pagesec-recruit .recruitlist > div > dt i{
  color: #389323;
}
.pagesec-recruit .recruitlist .tblbox1{
  max-width: 100%;
}

/******************************
pagesec-access
******************************/
.pagesec-access .map iframe{
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-access .map iframe{
    aspect-ratio: 4/3;
  }
}