.inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}



/* ヒーロー */
.page-hero--office {
  color: #333;
  padding: 80px 0;
  position: relative;
}
.page-hero--office::before {
  content: "";
  position: absolute;
  inset: 0;
}
.page-hero--office .page-hero__inner {
  position: relative;
  z-index: 1;
}

/* 営業拠点 */
.office-section {
  /* 共通 .section のpaddingで足りていればここは空でもOK */
}

.office-block + .office-block {
  margin-top: 48px;
}

.office-block__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  border-left: 4px solid #0a5f4f;
  padding-left: 10px;
}

.office-item {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  padding: 48px 0;
  border-bottom: 1px solid #e3e3e3;
}

.office-item__info {
    flex: 0 0 400px;
    font-size: 16px;
    line-height: 1.9;
}

.office-item__label {
    display: inline-block;
    font-size: 16px;
    padding: 2px 18px;
    border-radius: 999px;
    background: #1a73e8;
    color: #fff;
    margin-bottom: 6px;
}

.office-item__name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

.office-item__address,
.office-item__tel,
.office-item__area,
.office-item__note {
  margin-bottom: 6px;
}

.office-item__map {
  flex: 1;
  min-width: 260px;
}

.office-map-frame {
  position: relative;
  padding-top: 56.25%; /* 16:9 */
}
.office-map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* SP */
@media (max-width: 768px) {
  .page-hero--office {
    padding: 80px 0;
  }
  .office-item {
	  gap: 30px;
	  padding: 0 0 24px 0;
  }
  .office-item__info,
  .office-item__map {
    flex: 1 1 auto;
  }
	.office-block__title{
		display: inline-block;
	}
.office-item__label {
	margin-top: 8%;
	}
	.office-section{
		margin-bottom: 50px;
	}
	
}
