/* 下層ページメインビジュアル */
.page_mv {
  height: 500px;
  @media screen and (max-width: 767px) {
    height: auto;
    padding-bottom: 5em;
  }
}
.technology_lead {
  color: #fff;
  margin-top: 2em;
}
@media print, screen and (min-width: 768px) {
  .page_link--item a {
    padding: 1em 2em;
  }
}

/* 見出し */
.page_heading {
  font-size: 6rem;
  @media screen and (max-width: 767px) {
    font-size: 2.8rem;
  }
}
.page_heading .color_txt {
  font-size: var(--font-40);
}
.cmn_headbox--heading {
  padding: 0.5em var(--space-20);
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ボックス */
.cmn_headbox--content {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-20);
}

/* リンクリスト */
.bullet_list {
  margin-bottom: 0;
}
.bullet_list a {
  text-decoration: underline;
  &:hover {
    text-decoration: none;
  }
}

/* 加工から探す */
.processing_item {
  max-width: calc(25% - 15px);
  width: 100%;
  @media screen and (max-width: 767px) {
    max-width: 100%;
  }
}
.processing_item .more_btn {
  margin-bottom: 1.5em;
  a {
    padding: 0.5em 2.5em 0.5em 1em;
    justify-content: flex-start;
  }
}

/* 製品分野から探す */
.page_sec--bg3 .cmn_headbox--content {
  background: #fff;
}
.field_icon {
  min-width: 62px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* グループ会社から探す */
.group_list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-20);
}
.cmn_headbox.group_list--item {
  max-width: calc(100% / 3 - 40px / 3);
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  @media screen and (max-width: 767px) {
    max-width: 100%;
  }
}
.group_icon {
  aspect-ratio: 1 / 1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  @media print, screen and (min-width: 768px) {
    min-width: 62px;
  }
  @media screen and (max-width: 767px) {
    min-width: 50px;
    width: 50px;
    padding: 10px;
    overflow: hidden;
  }
}
.group_list--item .cmn_headbox--content {
  flex-grow: 1;
}
.group_list .cmn_headbox--heading {
  display: block;
  font-size: var(--main-txt);
}
.group_list--title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: var(--font-24);
  @media print, screen and (min-width: 768px) {
    min-height: 3em;
  }
  @media screen and (max-width: 767px) {
    margin-bottom: 0;
  }
}
