:root {
  --color01: #3190ba;
  --color02: #71c78e;
  --gradient00: linear-gradient(to right, #5DC681 0%, #5FB8DB 100%);
  --gradient01: linear-gradient(to right, #3190ba 0%, #71c78e 100%);
}

.main_content {
  background-color: #fff;
  border-radius: 30px;
  margin-top: 40px;
}
.main_content__wrap {
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section__ttl {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 33px;
}
.section__copy {
  line-height: 1.9;
  letter-spacing: 0.03em;
  font-weight: 400;
  font-size: 0.9375rem;
  margin-top: 22px;
}
.section__more {
  display: flex;
  justify-content: flex-end;
}
.section__img_groups {
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin-top: 40px;
}
.section .fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.section.section01 {
  margin-top: 47px;
}
.section.section01 .section__more {
  margin-top: 21px;
}
.section.section02 {
  margin-top: 51px;
}
.section.section02 .section__more {
  margin-top: 20px;
}

.list_item {
  display: flex;
  position: relative;
  align-items: flex-start;
  padding-inline: 10px;
  gap: 20px;
  padding-top: 34px;
  padding-bottom: 32px;
}
.list_item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #A3EFBD, #7ECFEF 66%);
  left: 0;
  bottom: 0;
}
.list_item__thumb {
  aspect-ratio: 1;
  flex-basis: 120px;
}
.list_item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.list_item__content {
  flex: 1;
}
.list_item__ttl {
  font-size: clamp(1.125rem, 0.5952380952vw + 0.8392857143rem, 1.375rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.list_item__copy {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.87;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .main_content {
    border-radius: 60px;
    margin-top: 56px;
  }
  .main_content__wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section__ttl {
    margin-top: 30px;
  }
  .section__copy {
    font-size: 1rem;
  }
  .section__img_groups {
    flex-direction: row;
    margin-top: 70px;
  }
  .section.section01 {
    margin-top: 5px;
  }
  .section.section01 .section__more {
    margin-top: 31px;
  }
  .section.section02 {
    margin-top: 104px;
  }
  .section.section02 .section__more {
    margin-top: 40px;
  }
  .list_item {
    padding-inline: 0;
    align-items: center;
    padding-block: 40px;
    gap: clamp(1rem, 1.3392857143vw + 0.3571428571rem, 1.5625rem);
  }
  .list_item__thumb {
    flex-basis: clamp(7.5rem, 5.9523809524vw + 4.6428571429rem, 10rem);
  }
  .list_item__content {
    margin-top: 7px;
  }
  .list_item__copy {
    margin-top: 13px;
    font-size: 1rem;
    line-height: 1.9;
  }
}
/*# sourceMappingURL=maps/career_company.css.map */
