.group-section .c-sub-section-header {
  margin-bottom: clamp(35px, 29.355px + 1.613vw, 60px);
}

.group-section .btn {
  margin-inline: unset;
}

.group-list {
  display: grid;
  gap: clamp(90px, 80.968px + 2.581vw, 130px);
}
.group-list__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-bottom: solid 1px #C2D1D5;
  padding-bottom: 15px;
  margin-bottom: clamp(25px, 20.484px + 1.29vw, 45px);
}
.group-list__item-title .icon {
  width: 0.7lh;
  aspect-ratio: 11/15;
}
.group-list__item-title .icon img {
  width: 100%;
}
.group-list__item-title .title {
  color: #0B4773;
  font-size: clamp(24px, 22.645px + 0.387vw, 30px);
  font-weight: bold;
  line-height: 1;
}
.group-list__item-contents {
  display: grid;
  gap: 30px;
}
@media screen and (min-width:992px) {
  .group-list__item-contents {
    grid-template-columns: 1fr 2fr;
    gap: 60px;
  }
}
.group-list__item-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 15px;
}
.group-list__item-main .main-image {
  width: 100%;
  background: #fff;
}
.group-list__item-main .decs {
  font-size: clamp(14px, 13.548px + 0.129vw, 16px);
  color: #0A2747;
}
.group-list__item-main .sub-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media screen and (min-width:768px) {
  .group-list__item-main .sub-images {
    margin-top: 15px;
  }
}
.group-list__item-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (max-width:767px) {
  .group-list__item-table {
    gap: 15px;
  }
}
.group-list__item-table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width:768px) {
  .group-list__item-table .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.group-list__item-table .term {
  color: #0B4773;
  font-weight: 600;
  font-size: clamp(15px, 14.548px + 0.129vw, 18px);
  line-height: 1.6;
  width: 100%;
  padding: 20px 0 0px;
  letter-spacing: 0.05em;
  padding: 0;
}
@media screen and (min-width:768px) {
  .group-list__item-table .term {
    padding: clamp(20px, 17.29px + 0.774vw, 32px) 0;
    width: 150px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-bottom: 1px solid #0490B3;
  }
}
.group-list__item-table .decs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0px 15px;
  color: #0A2747;
  font-size: clamp(14px, 13.548px + 0.129vw, 16px);
  line-height: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 0.03em;
  padding: 10px 0 20px;
  border-bottom: 1px solid #C2D1D5;
}
@media screen and (min-width:768px) {
  .group-list__item-table .decs {
    padding: clamp(20px, 17.29px + 0.774vw, 32px) 0;
  }
}
.group-list__item-table .decs a {
  color: #0490B3;
}
.group-list__item-table .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 6px;
  border-bottom: dotted 1px #0B4773;
  padding-block: 5px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.group-list__item-table .btn:hover {
  opacity: 0.7;
}
.group-list__item-table .btn:has(.arrow) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.group-list__item-table .btn .text {
  font-size: 13px;
  color: #0A2747;
  font-weight: 400;
}
.group-list__item-table .btn .arrow {
  width: 0.3lh;
  border: none;
}
.group-list__item-table .btn .arrow::before {
  display: none;
}
.group-list__item-table .btn .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  aspect-ratio: 1;
  border-top: 1px solid #0A2747;
  border-right: 1px solid #0A2747;
  -webkit-transform: translate(-62%, -50%) rotate(45deg);
          transform: translate(-62%, -50%) rotate(45deg);
}
.group-list__item-table .btn .newtab {
  width: 0.6lh;
  background: url(../img/common/ic-newtab_black.svg) no-repeat center/contain;
}
.group-list__item-table .btn .newtab::before {
  background: url(../img/common/ic-newtab_black.svg) no-repeat center/contain;
}/*# sourceMappingURL=style-group.css.map */