/* 事業所一覧 */
.offices .cmn_headbox--content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 35px 30px;
}
@media screen and (max-width: 767px) {
  .cmn_headbox--content iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 354 / 235;
    margin-bottom: 0.75em;
  }
}
.cmn_headbox--content .page_subheading {
  font-size: var(--font-20);
}
.cmn_headbox--content .bullet_list {
  margin-bottom: 0;
}
.offices_map .more_btn {
  margin-top: 1.5em;
  text-align: center;
}

/* グループ会社 */
.group .cmn_headbox--content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  background: #fff;
  @media screen and (max-width: 767px) {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.group_logo {
  min-width: 120px;
  height: 85px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.group_image {
  min-width: 264px;
}
.group_txt {
  width: 100%;
  p {
    padding: 0.25em 0;
    border-top: 1px solid #ccc;
  }
  p:last-child {
    border-bottom: 1px solid #ccc;
  }
  svg {
    display: inline-block;
    margin-left: 5px;
    transform: translateY(1px);
  }
}
.group_txt .group_txt--item {
  width: 100%;
  padding: 0.25em 0;
  border-top: 1px solid #ccc;
  display: flex;
  p {
    padding: 0;
    border: none;
  }
  p:first-child {
    width: var(--item-width);
    text-align: justify;
    text-align-last: justify;
  }
  @media screen and (max-width: 767px) {
    flex-direction: column;
    align-items: flex-start;
    p:first-child {
      width: auto;
    }
  }
}
.cmn_headbox--content:has(.group_image) .group_txt {
  max-width: calc(100% - 294px);
  @media screen and (max-width: 767px) {
    max-width: 100%;
  }
}
.cmn_headbox--content:has(.group_image.wide) .group_txt {
  max-width: calc(100% - 444px);
  @media screen and (max-width: 767px) {
    max-width: 100%;
  }
}
.cmn_headbox--content:has(.group_logo) .group_txt {
  max-width: calc(100% - 444px);
  @media screen and (max-width: 767px) {
    max-width: 100%;
  }
}
.group_strengths--container {
  width: 100%;
}
.group_strengths .page_heading {
  font-size: 1.7rem;
  color: #000;
}
.group_strengths--list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.group_strengths--item {
  padding: 0.75em 1em;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main-color);
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
  @media screen and (max-width: 767px) {
    font-size: var(--font-15);
  }
}
.group_strengths--item.wide {
  height: 60px;
  min-width: 120px;
  padding: 0 0.25em 0.1em;
  aspect-ratio: initial;
  border-radius: 30px;
}
.group_strengths--container .page_heading {
  font-size: var(--font-24);
}
#yashima-kinzoku .cmn_headbox--content:has(.group_logo) .group_txt {
  max-width: calc(100% - 628px);
  @media screen and (max-width: 767px) {
    max-width: 100%;
  }
}