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

.user-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3vw;
  font-size: 1.7vw;
  line-height: normal;
}

.lady-user {
  width: 8.2vw;
  height: auto;
  z-index: 2;
  display: block;
  margin-bottom: 0.8vw;
}

.user-title {
  width: 27.8vw;
  height: 4.2vw;
  background-color: #268C97;
  border: 0.25vw solid #212121;
  border-radius: 9999px;
  box-shadow: 0.3vw 0.3vw 0 #212121;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  font-size: 1.7vw;
  color: white;
  margin-top: -0.8vw;
  z-index: 1;
}

.user-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3vw;
  gap: 1vw;
}

.user-area-wrapper {
  position: relative;
  width: 72vw;
}

.user-area-image {
  width: 72vw;
  height: auto;
  display: block;
}

.user-area-sp {
  display: none;
}

.user-area-text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.user-area-title {
  position: absolute;
  top: 1vw;
  left: 13vw;
  color: #00A84B;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  font-size: 2.0vw;
  line-height: 1.5;
}

.user-area-name {
  position: absolute;
  top: 3.8vw;
  left: 13vw;
  color: #212121;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  font-size: 1.2vw;
  line-height: 1.5;
}

.user-area-description {
  position: absolute;
  top: 5.7vw;
  left: 13vw;
  right: 3vw;
  color: #212121;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  font-size: 1.3vw;
  line-height: 1.4;
}
.user-area-description-2 {
  position: absolute;
  top: 6.6vw;
  left: 13vw;
  right: 3vw;
  color: #212121;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  font-size: 1.15vw;
  line-height: 1.4;
}

.user-area-buttons {
  position: absolute;
  bottom: 1vw;
  left: 13vw;
  right: 3vw;
  display: flex;
  gap: 1vw;
  justify-content: flex-start;
}

.user-area-button-item {
  width: 15.1vw;
  height: 3.7vw;
  background-color: #268C97;
  border: 2px solid #212121;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
  cursor: pointer;
}

.user-area-button-text {
  color: white;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  font-size: 1vw;
  line-height: 1.4;
  text-align: center;
}

.user-area-button-arrow {
  color: white;
  font-size: 0.8vw;
}

.user-section .cta-button-wrapper {
  margin-top: 3vw;
}
