.color01 {
  color: #0086d1;
}

.p_group {
  padding-bottom: 60px;
  background-color: #f2f7fb;
}
.p_group_heading {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  padding: 10px 0;
  overflow: hidden;
}
.p_group_heading_icon {
  display: block;
  flex-shrink: 0;
  width: 60px;
  margin-right: 10px;
  border-radius: 100%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
}
.p_group_heading_txt {
  position: relative;
  color: #0086d1;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.p_group_heading_txt::before {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: calc(100% + 5px);
  transform: translateY(-50%);
  width: 100vw;
  height: 1px;
  background-color: #0086d1;
}
.p_group_heading_txt_i {
  display: block;
}
.p_group_heading_txt_link {
  position: absolute;
  font-size: 0.75rem;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #071b2a;
}
.p_group_sec {
  margin-bottom: 30px;
}
.p_group_sec.sec01 {
  padding-top: 30px;
}
.p_group_sec.sec02 {
  margin-bottom: 0;
}
.p_group .c_heading {
  margin-bottom: 30px;
}
.p_group .c_heading_en {
  color: #fff;
}
.p_group_list_item {
  position: relative;
  margin-bottom: 5px;
  position: relative;
  padding-left: 14px;
  line-height: 1.5;
}
.p_group_list_item:last-child {
  margin-bottom: 0;
}
.p_group_list_item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 2px;
  background-color: #0086d1;
}
@media screen and (min-width: 768px) {
  .p_group {
    padding-bottom: 103px;
  }
  .p_group_heading_icon {
    width: 120px;
    margin-right: 20px;
  }
  .p_group_heading_txt::before {
    left: calc(100% + 45px);
  }
  .p_group_heading_txt_link {
    font-size: 0.875rem;
    transition: all 0.5s;
  }
  .p_group_heading_txt_link:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .p_group_sec {
    margin-bottom: 70px;
  }
  .p_group_sec.sec01 {
    padding-top: 50px;
  }
  .p_group_sec.sec01 .c_tbl_div {
    max-width: 714px;
    justify-content: space-between;
  }
  .p_group_sec.sec01 .c_tbl_div .c_tbl_link {
    margin-left: 12px;
  }
  .p_group_sec.sec02 .c_tbl_link {
    margin-left: clamp(1.25rem, 1.5021459227vw + 0.5289699571rem, 2.125rem);
  }
  .p_group .c_heading {
    margin-bottom: 45px;
    padding-top: 55px;
  }
  .p_group .c_heading .c_ttl01_ja {
    margin-top: -3px;
  }
  .p_group_list_item {
    margin-bottom: 10px;
  }
  .p_group_list_item::before {
    top: 11px;
  }
}
/*# sourceMappingURL=maps/group.css.map */
