/*PROFILE*/
#profile p {
  text-align: center;
  margin-bottom: 50px;
}
#profile table {
  width: 100%;
}
#profile table tr {
  border-bottom: 1px solid #707070;
}
#profile table tr th {
  padding: 1.5em;
  font-size: 1.6rem;
  line-height: 1.8;
  width: 25%;
  text-align: center;
  font-weight: 400;
}
#profile table tr > td {
  padding: 1.5em;
  font-size: 1.6rem;
  line-height: 1.8;
  width: 75%;
}
/*access*/
#access .wrap {
  position: relative;
  background-color: #EFEFF0;
  z-index: -2;
}
#access .wrap::after {
  content: "";
  background-color: rgba(16, 79, 180, 0.34);
  position: absolute;
  display: block;
  width: 30%;
  height: 80%;
  z-index: -1;
  bottom: 0;
  right: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
#access .wrap .contents {
  text-align: left;
  z-index: 1;
}
#access .wrap .contents .contents_inner {
  display: grid;
  grid-template-columns: 1fr 20em;
  grid-column-gap: 50px;
  background-color: #ffffff;
  padding: 50px;
  margin-bottom: 70px;
  align-items: center;
}
#access .wrap .contents .contents_inner:last-child {
  margin-bottom: 0;
}
#access .wrap .contents .map iframe {
  width: 100%;
  aspect-ratio: 1.75;
}
#access .wrap .contents .detail ul li {
  padding: 1em;
  border-bottom: 1px solid #939090;
}
#access .wrap .contents .detail ul li:first-child {
  border-top: 1px solid #939090;
}
@media screen and (max-width: 1200px) {
  /*PROFILE*/
  /*access*/
  #profile p {
    margin-bottom: 30px;
  }
  #access .wrap .contents .contents_inner {
    grid-column-gap: 30px;
    padding: 40px;
    margin-bottom: 40px;
  }
  #access .wrap .contents .detail ul li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  /*PROFILE*/
  /*access*/
  #profile p {
    text-align: left;
    margin-bottom: 20px;
  }
  #profile table tr th {
    padding: 1em;
    font-size: 1.5rem;
    width: 20%;
  }
  #profile table tr > td {
    padding: 1em;
    font-size: 1.5rem;
    width: 80%;
  }
  #access .wrap .contents .contents_inner {
    grid-template-columns: 1fr 1fr;
  }
  #access .wrap .contents .detail ul li {
    font-size: 1.5rem;
  }
  #access .wrap .contents .map iframe {
    aspect-ratio: 1.5;
  }
}
@media screen and (max-width: 768px) {
  /*PROFILE*/
  /*access*/
  #profile p {
    margin-bottom: 10px;
  }
  #profile table tr th {
    padding: 1em 0;
    font-size: 1.4rem;
    width: 4em;
  }
  #profile table tr > td {
    padding: 1em 0 1em 1.5em;
    font-size: 1.4rem;
    width: calc(100% - 4em);
  }
  #access .wrap .contents .contents_inner {
    grid-template-columns: 1fr;
    padding: 20px;
    margin-bottom: 20px;
  }
  #access .wrap .contents .detail ul li {
    font-size: 1.4rem;
    padding: 0.7em;
  }
  #access .wrap .contents .map {
    margin-bottom: 20px;
  }
  #access .wrap .contents .map iframe {
    aspect-ratio: 1.5;
  }
}
