/* =========================
   ACCESS (Heading unified)
   - this section only
========================= */

#access{
  padding: 110px 0;
}

#access .container{
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== Heading (BUSINESSと同じ見た目) ===== */
#access .sec-head{
  margin: 0 auto 36px;
  text-align: center;
  /* width: min(980px, 92vw); */
}

/* 旧グレー線は使わない（上書きで殺す） */
#access .sec-head::after{
  content: none !important;
}

#access .sec-head-en{
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .22em;
  color: #00467F;
}

#access .sec-head-ja{
  margin: 10px 0 0;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1.2;
  color: #111;
}

#access .section-accent{
  display: block;
  height: 4px;
  width: clamp(220px, 56vw, 760px);
  margin: 14px auto 0;
  border-radius: 999px;
  background: #ffe600;
}

/* ===== panel / layout ===== */
#access .access-panel{
  background: #fff;
  padding: 28px;
  border-radius: 10px;
}

#access .access-grid{
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 28px;
  align-items: start;
}

#access .access-left{
  border-top: 1px solid rgba(0,0,0,.12);
  padding-top: 18px;
      font-weight: bold;
    line-height: 1.5;
}


#access .access-block{ margin-bottom: 22px; }

#access .access-subhead{
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 10px;
  letter-spacing: .02em;
}

#access .access-list{
  margin: 0;
  padding-left: 18px;
  color: rgba(0,0,0,.75);
  line-height: 1.9;
  font-size: 14px;
}

#access .bus-line{
  font-weight: 700;
  color: rgba(0,0,0,.85);
  background: rgba(0,0,0,.04);
  padding: 2px 6px;
  border-radius: 4px;
  margin: 0 2px;
}

#access .map-link{
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #1e4cff;
  text-decoration: none;
  letter-spacing: .02em;
}
#access .map-link:hover{ text-decoration: underline; }

#access .access-map{
  position: relative;
  aspect-ratio: 16 / 10;
  background: #f5f5f5;
  overflow: hidden;
}
#access .access-map iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#access .access-right{
  position: sticky;
  top: 110px;
  display: grid;
  gap: 18px;
}

#access .access-photo{
  margin: 0;
  overflow: hidden;
  background: #000;
  aspect-ratio: 16 / 10;
}
#access .access-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#access .access-map,
#access .access-photo{
  transition: transform .35s ease;
}
#access .access-map:hover,
#access .access-photo:hover{
  transform: translateY(-2px);
}

/* ===== Responsive ===== */
@media (max-width: 900px){
  #access .access-panel{ padding: 18px; }
  #access .access-grid{ grid-template-columns: 1fr; }
  #access .sec-head-ja{ font-size: 28px; }
  #access .access-right{ position: relative; top: auto; }
  #access {padding:50px 0 0;}
}
@media (max-width: 600px){
  #access .sec-head-ja{ font-size: 18px; }
   #access {padding:30px 0 0;}
}
