.work-section {
  width: 100%;
  height: 498.47vw;
  background-image: url('../img/work-section-sp-bg.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}

.work-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 6vw;
  font-size: 4vw;
  line-height: normal;
}

.lady-work {
  width: 21.5vw;
  height: auto;
  z-index: 2;
  display: block;
  margin-bottom: 2.0vw;
}

.work-title {
  width: 68vw;
  height: 10vw;
  background-color: #F59A2F;
  border: 0.7vw solid #212121;
  border-radius: 9999px;
  box-shadow: 0.7vw 0.7vw 0 #212121;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  font-size: 4vw;
  color: white;
  margin-top: -2vw;
  z-index: 1;
}

.work-lead {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  font-size: 4vw;
  color: #212121;
  text-align: center;
  margin: 6vw auto 0;
  line-height: 1.5;
}

.work-lead-highlight {
  color: #EB5E72;
  font-weight: 700;
  display: inline-block;
}

.work-examples {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3.8vw;
  gap: 3.8vw;
}

.work-example-item {
  width: 88vw;
  position: relative;
}

.work-example-pc {
  display: none;
}

.work-example-sp {
  width: 100%;
  height: auto;
  display: block;
}

.work-comment {
  width: 88vw;
  position: relative;
}

.work-comment-pc {
  display: none;
}

.work-comment-sp {
  width: 100%;
  height: auto;
  display: block;
}

.work-comment-text {
  position: absolute;
  top: 42%;
  left: 35%;
  transform: translate(-50%, -50%);
  color: #212121;
  font-size: 4vw;
  font-weight: 500;
  font-family: 'Zen Maru Gothic', sans-serif;
  text-align: center;
  line-height: 1.3;
  width: 53%;
}

.work-comment-highlight {
  font-weight: 700;
  color: #EB5E72;
  font-size: 4.4vw;
}

.work-example-text {
  position: absolute;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.work-example-1-salary-label {
  color: white;
  font-size: 3vw;
  font-weight: 500;
  top: 14vw;
  left: 5vw;
}

.work-example-1-salary-amount {
  color: white;
  font-size: 13vw;
  font-weight: 600;
  top: 16vw;
  left: 19vw;
}

.work-example-1-salary-unit {
  color: white;
  font-size: 3vw;
  font-weight: 500;
  top: 20vw;
  left: 32vw;
}

.work-example-1-description {
  color: #212121;
  font-size: 3.8vw;
  font-weight: 500;
  top: 59vw;
  left: 50%;
  transform: translateX(-50%);
  width: 80vw;
  line-height: 1.5;
  text-align: center;
}

.work-example-1-duties {
  color: #212121;
  font-size: 3.8vw;
  font-weight: 500;
  bottom: 20vw;
  left: 30vw;
  line-height: 1.4;
}

.work-example-1-time {
  color: #212121;
  font-size: 3.8vw;
  font-weight: 500;
  bottom: 11vw;
  left: 30vw;
}

.work-example-2-salary-label {
  color: white;
  font-size: 3vw;
  font-weight: 500;
  top: 14vw;
  left: 5vw;
}

.work-example-2-salary-amount {
  color: white;
  font-size: 13vw;
  font-weight: 600;
  top: 16vw;
  left: 19vw;
}

.work-example-2-salary-unit {
  color: white;
  font-size: 3vw;
  font-weight: 500;
  top: 20vw;
  left: 32vw;
}

.work-example-2-description {
  color: #212121;
  font-size: 3.8vw;
  font-weight: 500;
  top: 59vw;
  left: 50%;
  transform: translateX(-50%);
  width: 80vw;
  line-height: 1.4;
  text-align: left;
}

.work-example-2-duties {
  color: #212121;
  font-size: 3.8vw;
  font-weight: 500;
  bottom: 19vw;
  left: 30vw;
  line-height: 1.4;
}

.work-example-2-time {
  color: #212121;
  font-size: 3.8vw;
  font-weight: 500;
  bottom: 11vw;
  left: 30vw;
}

.work-example-3-salary-label {
  color: white;
  font-size: 3vw;
  font-weight: 500;
  top: 14vw;
  left: 3vw;
}

.work-example-3-salary-amount {
  color: white;
  font-size: 13vw;
  font-weight: 600;
  top: 16vw;
  left: 17vw;
}

.work-example-3-salary-unit {
  color: white;
  font-size: 3vw;
  font-weight: 500;
  top: 19.5vw;
  left: 39vw;
}

.work-example-3-description {
  color: #212121;
  font-size: 3.8vw;
  font-weight: 500;
  top: 59vw;
  left: 50%;
  transform: translateX(-50%);
  width: 80vw;
  line-height: 1.3;
  text-align: left;
}

.work-example-3-duties {
  color: #212121;
  font-size: 3.8vw;
  font-weight: 500;
  bottom: 19vw;
  left: 30vw;
  line-height: 1.4;
}

.work-example-3-time {
  color: #212121;
  font-size: 3.8vw;
  font-weight: 500;
  bottom: 11vw;
  left: 30vw;
}

.work-section .cta-button-wrapper {
  margin-top: 13vw;
}
