@charset "UTF-8";

.access{
  padding:0;
}

.access-inner{
  max-width:900px;
  margin:0 auto;
  padding:0 20px;
}

.access .section-head{
  text-align:center;
  margin-bottom:48px;
}

.access-overview{
  width:100%;
  max-width:660px;
  margin:80px auto 56px;
}

.access-overview img{
  display:block;
  width:100%;
  height:auto;
}

.office-list{
  width:100%;
  max-width:660px;
  margin:0 auto;
}

.office-item{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  margin-bottom:60px;
}

.office-text{
  width:220px;
}

.office-text h3{
  margin:0 0 12px;
  font-size:16px;
  font-weight:700;
  line-height:1.6;
  letter-spacing:.04em;
}

.office-text p{
  margin:0;
  font-size:13px;
  line-height:1.9;
}

.office-map{
  width:380px;
}

.office-map iframe{
  width:100%;
  height:200px;
  border:0;
  display:block;
}

@media (max-width:768px){

  .office-item{
    flex-direction:column;
    gap:14px;
  }

  .office-text{
    width:auto;
  }

  .office-map{
    width:100%;
  }

  .office-map iframe{
    height:220px;
  }

}