.inner-w {
  max-width: 1800px;
  width: 90%;
  margin: 0 auto;
}

.group-intro {
  margin: 0 auto;
  position: relative;
}
.group-intro:after {
  content: "";
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.65) 50%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.group-intro .inner-w {
  background: url(../img/top/value_bg.webp) no-repeat center/cover;
  border-radius: 10px;
  padding: 5%;
  position: relative;
  z-index: 2;
}

.group-intro__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.group-intro__flex-left {
  color: #fff;
  width: 44%;
}
.group-intro__flex-left .sec-ttl-s {
  margin-bottom: 80px;
}

.group-intro__h2 {
  line-height: 1.4;
  font-weight: 500;
}

.group-intro__flex-right {
  width: 52%;
}

.group-business {
  background-color: #fff;
  padding-top: 150px;
}

.group-business__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.group-business__flex-left {
  width: 23%;
  position: sticky;
  top: 150px;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 80px;
}

.group-business__flex-right {
  width: 74%;
}

.group-business-list li {
  font-weight: 600;
  text-align: left;
}
.group-business-list li a {
  font-size: 15px;
  padding: 2rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.group-business-list li a .dot {
  display: flex;
  opacity: 0;
  transition: 0.5s ease;
  width: 13px;
}
.group-business-list li a.active .dot {
  opacity: 1;
  margin-right: 10px;
  transition: 0.5s ease;
}

.group-ttl__h3 {
  margin-bottom: 40px;
}
.group-ttl__h3 img {
  height: 64px;
  width: auto;
}

.gray-box {
  background: #f8f8f8;
  border-radius: 10px;
  margin-bottom: 80px;
  padding: 5%;
}
.gray-box .sust-01 {
  margin-bottom: 60px;
}

.gray-box__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gray-box__flex-cont {
  order: 1;
  width: 60%;
}

.group-ttl__h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}
.group-ttl__h4 a {
  color: #0062a0;
  font-size: 15px;
  margin-left: 30px;
  display: flex;
  align-items: center;
}
.group-ttl__h4 a span {
  margin-right: 12px;
}

.gray-box__txt {
  margin-bottom: 40px;
}

.gray-box__h5 {
  background: #e7ebf0;
  border-radius: 30px;
  font-size: 15px;
  margin-bottom: 20px;
  padding: 12px 25px 10px;
  display: inline-block;
}

.gray-box__flex-img {
  order: 2;
  width: 35%;
}
.gray-box__flex-img img {
  border-radius: 10px;
}

@media (max-width: 1667px) {
  .group-intro__flex-left {
    width: 51%;
  }
  .group-intro__flex-left .sec-ttl-s {
    margin-bottom: 40px;
  }
  .group-intro__flex-right {
    width: 48%;
  }
  .group-ttl__h3 {
    margin-bottom: 25px;
  }
  .group-ttl__h3 img {
    height: 45px;
    width: auto;
  }
  .group-ttl__h4 {
    font-size: 22px;
  }
  .group-ttl__h4 a {
    font-size: 12px;
    margin-left: 15px;
  }
  .group-ttl__h4 a span {
    margin-right: 7px;
    font-size: 20px;
  }
}
@media (max-width: 1110px) {
  .group-ttl__h4 {
    display: block;
    margin-bottom: 25px;
  }
  .group-ttl__h4 a {
    margin-left: 0;
  }
}
@media (max-width: 1100px) {
  .group-intro__h2 {
    font-size: 24px;
  }
  .company-profile__flex {
    display: block;
  }
  .company-profile__flex-left {
    position: inherit;
    width: 100%;
    margin-bottom: 50px;
  }
  .company-profile__flex-right {
    width: 100%;
  }
  .gray-box__flex {
    display: block;
  }
  .gray-box__flex-cont {
    width: 100%;
  }
  .gray-box__flex-img {
    width: 100%;
    margin-bottom: 25px;
  }
  .gray-box__h5 {
    padding: 7px 15px 5px;
  }
}
@media (max-width: 834px) {
  .group-intro .inner-w {
    padding: 10% 5%;
  }
  .group-intro__h2 {
    font-size: 20px;
  }
  .group-intro__flex {
    display: block;
  }
  .group-intro__flex-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .group-intro__flex-right {
    width: 100%;
  }
  .whole {
    width: 500px;
  }
  .group-business {
    padding-top: 60px;
  }
  .group-business__flex {
    display: block;
  }
  .group-business__flex-left {
    display: none;
  }
  .group-business__flex-right {
    width: 100%;
  }
  .group-ttl__h3 {
    margin-bottom: 10px;
    text-align: center;
  }
  .group-ttl__h3 img {
    height: 31px;
  }
  .group-ttl__h4 {
    font-size: 20px;
    text-align: center;
  }
  .group-ttl__h4 a {
    justify-content: center;
  }
  .gray-box {
    margin-bottom: 60px;
    padding: 5% 5% 8% 5%;
  }
  .gray-box .sust-01 {
    margin-bottom: 30px;
  }
  .gray-box__txt {
    margin-bottom: 20px;
  }
  .gray-box__h5 {
    margin: 0 auto 10px;
    text-align: center;
    width: 100%;
  }
}/*# sourceMappingURL=group.css.map */