.lead {
  width: 100%;
  background: linear-gradient(to right, #def4ff 0%, #fdfbc9 100%);
  padding: 8vw 0;
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .lead {
    padding: 3.4722222222vw 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .lead {
    padding: 50px 0;
  }
}
.lead__box {
  width: 100%;
  background-color: #ffffff;
  margin: 0 auto;
  max-width: calc(100% - 8vw);
  padding: 8vw 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .lead__box {
    background-image: url(../img/group-company/lead_box_bg1.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    max-width: 69.4444444444vw;
    padding: 4.1666666667vw 4.8611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .lead__box {
    max-width: 1000px;
    padding: 60px 70px;
  }
}
.lead__lead {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  color: #0163A3;
  letter-spacing: 0.01em;
  line-height: 1.8;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .lead__lead {
    letter-spacing: 0.25em;
    line-height: 2;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .lead__lead {
    margin-bottom: 30px;
  }
}
.lead__wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 5.3333333333vw;
  gap: 5.3333333333vw;
  border: 0.2666666667vw solid #D0D0D0;
  border-radius: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .lead__wrapper {
    flex-direction: row;
    padding: 1.7361111111vw 2.0833333333vw;
    gap: 2.0833333333vw;
    border: 0.0694444444vw solid #D0D0D0;
    border-radius: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .lead__wrapper {
    padding: 25px 30px;
    gap: 30px;
    border: 1px solid #D0D0D0;
    border-radius: 5px;
  }
}
.lead__logo {
  width: 70.6666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lead__logo {
    width: 18.75vw;
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  .lead__logo {
    width: 270px;
  }
}
.lead__logo img {
  width: 100%;
  height: auto;
}
.lead__content {
  font-size: 1.3rem;
  letter-spacing: 0;
  color: #313131;
}
@media screen and (min-width: 768px) {
  .lead__content {
    letter-spacing: 0.05em;
  }
}

.group {
  width: 100%;
  padding: 13.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .group {
    padding: 4.1666666667vw 0 5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .group {
    padding: 60px 0 80px;
  }
}
.group__title {
  position: relative;
  font-size: 1.5rem;
  color: #999999;
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .group__title {
    font-size: 1.6rem;
    padding-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .group__title {
    padding-bottom: 10px;
  }
}
.group__title span {
  font-size: 2rem;
  color: #585656;
}
@media screen and (min-width: 768px) {
  .group__title span {
    font-size: 3rem;
  }
}
.group__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 58.1333333333vw;
  height: 0.8vw;
  background: linear-gradient(to right, #999 0%, #999 50%, #585656 50%, #585656 100%);
}
@media screen and (min-width: 768px) {
  .group__title::before {
    width: 15.1388888889vw;
    height: 0.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .group__title::before {
    width: 218px;
    height: 3px;
  }
}
.group__title {
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .group__title {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .group__title {
    margin-bottom: 20px;
  }
}
.group__logo a {
  display: block;
  position: relative;
  width: 70.6666666667vw;
  margin: 0 auto;
  margin-bottom: 6.9333333333vw;
}
@media screen and (min-width: 768px) {
  .group__logo a {
    width: 23.3333333333vw;
    margin-bottom: 3.8888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .group__logo a {
    width: 336px;
    margin-bottom: 56px;
  }
}
.group__logo a img {
  width: 100%;
  height: auto;
}
.group__logo a:hover {
  opacity: 0.8;
  transition: 0.5s ease;
}
.group__logo a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #707070;
}
@media screen and (min-width: 768px) {
  .group__logo a::before {
    bottom: -1.8055555556vw;
    width: 0.0694444444vw;
    height: 1.8055555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .group__logo a::before {
    bottom: -26px;
    width: 1px;
    height: 26px;
  }
}
.group__logo a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 61.8%;
  transform: translateX(-50%);
  background-color: #707070;
}
@media screen and (min-width: 768px) {
  .group__logo a::after {
    bottom: -1.8055555556vw;
    width: 58.3333333333vw;
    height: 0.0694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .group__logo a::after {
    bottom: -26px;
    width: 840px;
    height: 1px;
  }
}
.group__subtitle--h3 {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  width: 100%;
  color: #ffffff;
  margin-bottom: 2.6666666667vw;
  padding: 2.6666666667vw 0;
}
@media screen and (min-width: 768px) {
  .group__subtitle--h3 {
    margin-bottom: 0.6944444444vw;
    padding: 0.6944444444vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .group__subtitle--h3 {
    margin-bottom: 10px;
    padding: 10px 0;
  }
}
.group__subtitle--blue {
  background-color: #0277C0;
}
.group__subtitle--orange {
  background-color: #F6921E;
}
.group__subtitle--yellow {
  background-color: #FEC311;
}
.group__subtitle--green {
  background-color: #22BAAD;
}
.group__subtitle--round {
  position: relative;
  font-size: 1.2rem;
  font-weight: 700;
  color: #0163A3;
  padding-left: 1.3em;
  margin-top: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .group__subtitle--round {
    margin-top: 0.6944444444vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .group__subtitle--round {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.group__subtitle--round:before {
  position: absolute;
  content: "";
  width: 1.8666666667vw;
  height: 1.8666666667vw;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #0163A3;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .group__subtitle--round:before {
    width: 0.4861111111vw;
    height: 0.4861111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .group__subtitle--round:before {
    width: 7px;
    height: 7px;
  }
}
.group__subtitle--underline {
  font-size: 1rem;
  color: #F6921E;
  text-align: center;
  padding-bottom: 1.8666666667vw;
  border-bottom: 0.2666666667vw solid #F6921E;
  margin: 5.3333333333vw 0 3.2vw;
}
@media screen and (min-width: 768px) {
  .group__subtitle--underline {
    padding-bottom: 0.4861111111vw;
    border-bottom: 0.0694444444vw solid #F6921E;
    margin: 1.3888888889vw 0 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .group__subtitle--underline {
    padding-bottom: 7px;
    border-bottom: 1px solid #F6921E;
    margin: 20px 0 12px;
  }
}
.group__wrapper {
  display: flex;
  flex-direction: column;
  gap: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .group__wrapper {
    flex-direction: row;
    gap: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .group__wrapper {
    gap: 20px;
  }
}
.group__container {
  position: relative;
  height: fit-content;
  padding: 4vw;
}
@media screen and (min-width: 768px) {
  .group__container {
    padding: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .group__container {
    padding: 15px;
  }
}
.group__container::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #707070;
}
@media screen and (min-width: 768px) {
  .group__container::before {
    top: -2.0833333333vw;
    width: 0.0694444444vw;
    height: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .group__container::before {
    top: -30px;
    width: 1px;
    height: 16px;
  }
}
.group__container--blue {
  background-color: #F3F8FC;
}
@media screen and (min-width: 768px) {
  .group__container--blue {
    width: 23.6111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .group__container--blue {
    width: 340px;
  }
}
.group__container--orange {
  background-color: #FEF9F6;
}
@media screen and (min-width: 768px) {
  .group__container--orange {
    width: 23.6111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .group__container--orange {
    width: 340px;
  }
}
.group__container--yellow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FFFCF3;
}
@media screen and (min-width: 768px) {
  .group__container--yellow {
    width: 12.7083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .group__container--yellow {
    width: 183px;
  }
}
.group__container--green {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F5FBFB;
}
@media screen and (min-width: 768px) {
  .group__container--green {
    width: 12.7083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .group__container--green {
    width: 183px;
  }
}
.group__group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.group__list {
  width: 37.3333333333vw;
}
@media screen and (min-width: 768px) {
  .group__list {
    width: 9.7222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .group__list {
    width: 140px;
  }
}
.group__list--darkblue, .group__list--darkorange {
  width: 40.8vw;
  padding: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .group__list--darkblue, .group__list--darkorange {
    width: 10.625vw;
    padding: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .group__list--darkblue, .group__list--darkorange {
    width: 153px;
    padding: 10px;
  }
}
.group__list--darkblue .group__subtitle--round, .group__list--darkorange .group__subtitle--round {
  margin-top: 0;
}
.group__list--darkblue {
  background-color: #DCEAF5;
  margin-bottom: 16vw;
}
@media screen and (min-width: 768px) {
  .group__list--darkblue {
    margin-bottom: 4.375vw;
  }
}
@media screen and (min-width: 1440px) {
  .group__list--darkblue {
    margin-bottom: 63px;
  }
}
.group__list--darkorange {
  background-color: #F5E9DC;
  margin-bottom: 10.9333333333vw;
}
@media screen and (min-width: 768px) {
  .group__list--darkorange {
    margin-bottom: 3.6805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .group__list--darkorange {
    margin-bottom: 53px;
  }
}
.group__unit {
  display: flex;
  justify-content: space-between;
}
.group__item {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .group__item {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .group__item {
    margin-bottom: 10px;
  }
}
.group__item:last-child {
  margin-bottom: 0;
}
.group__item a:hover {
  opacity: 0.8;
  transition: 0.5s ease;
}
.group__item--top {
  position: relative;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .group__item--top {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .group__item--top {
    margin-bottom: 30px;
  }
}
.group__item--top::before {
  position: absolute;
  content: "";
  bottom: -5.3333333333vw;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  position: absolute;
  background-image: url("../img/group-company/group_item_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.6vw;
  height: 3.2vw;
}
@media screen and (min-width: 768px) {
  .group__item--top::before {
    content: "";
    position: absolute;
    background-image: url("../img/group-company/group_item_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 0.4166666667vw;
    height: 0.8333333333vw;
    bottom: -1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .group__item--top::before {
    content: "";
    position: absolute;
    background-image: url("../img/group-company/group_item_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 6px;
    height: 12px;
    bottom: -20px;
  }
}
.group__item--margin {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .group__item--margin {
    margin-top: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .group__item--margin {
    margin-top: 10px;
  }
}
.group__item--blue::before {
  background-image: url(../img/group-company/group_item_icon1.svg);
}
.group__item--orange::before {
  background-image: url(../img/group-company/group_item_icon2.svg);
}
.group__item--yellow::before {
  background-image: url(../img/group-company/group_item_icon3.svg);
}
.group__item--green::before {
  background-image: url(../img/group-company/group_item_icon4.svg);
}
.group__img {
  width: 100%;
  height: 9.3333333333vw;
  background: #ffffff;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .group__img {
    height: 2.4305555556vw;
    margin-bottom: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .group__img {
    height: 35px;
    margin-bottom: 5px;
  }
}
.group__img img {
  width: 100%;
  height: auto;
}
.group__text {
  white-space: nowrap;
  font-size: 0.7rem;
  letter-spacing: 0;
  color: #7E7E7E;
}
.group__text span {
  font-size: 0.6rem;
}
.group__count {
  font-size: 1.3rem;
  letter-spacing: 0;
  color: #313131;
  text-align: right;
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .group__count {
    margin-top: 0;
  }
}
.group__count small {
  font-size: 1rem;
}