: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;
}

.section__thumb {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  margin-bottom: 11px;
}
.section__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section.section01 {
  margin-top: 36px;
}
.section.section02 {
  margin-top: 39px;
}
.section.section02 .card:last-of-type {
  padding-bottom: 21px;
}

.card {
  display: flex;
  position: relative;
  padding-inline: 10px;
  align-items: flex-start;
  gap: 20px;
  padding-top: 34px;
  padding-bottom: 32px;
}
.card:not(:last-of-type)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #A3EFBD, #7ECFEF 66%);
  left: 0;
  bottom: 0;
}
.card__thumb {
  aspect-ratio: 1;
  flex-basis: clamp(6.25rem, 15.306122449vw + 2.662627551rem, 10rem);
}
.card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.card__content {
  flex: 1;
}
.card__ttl {
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.6;
  font-size: clamp(1.125rem, 0.4464285714vw + 0.9107142857rem, 1.3125rem);
}
.card__copy {
  line-height: 1.87;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-size: clamp(0.9375rem, 0.1488095238vw + 0.8660714286rem, 1rem);
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 136px;
  }
  .main_content {
    border-radius: 60px;
    margin-top: 56px;
  }
  .main_content__wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section__thumb {
    margin-bottom: 5px;
  }
  .section__content {
    margin-top: 24px;
  }
  .section.section01 {
    margin-top: 0;
  }
  .section.section02 {
    margin-top: 101px;
  }
  .section.section02 .card:last-of-type {
    padding-block: 40px;
  }
  .card {
    padding-inline: 0;
    gap: clamp(1.25rem, 2.9761904762vw + -0.1785714286rem, 2.5rem);
    padding-block: 40px;
    align-items: center;
  }
  .card.first {
    padding-block: 39px;
  }
  .card__thumb {
    flex-basis: clamp(10rem, 11.9047619048vw + 4.2857142857rem, 15rem);
  }
  .card__thumb img {
    border-radius: 10px;
  }
  .card__content {
    padding-top: 11px;
  }
  .card__copy {
    margin-top: 12px;
    line-height: 1.9;
  }
  .card.card_reverse {
    flex-direction: row-reverse;
  }
}
/*# sourceMappingURL=maps/career_work.css.map */
