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

.what-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3vw;
}

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

.what-title {
  width: 43vw;
  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;
}

.what-title-line-sp {
  display: none;
}

.what-description {
  text-align: center;
  margin-top: 3vw;
  position: relative;
  z-index: 2;
}

.what-description-sp {
  display: none;
}

.what-description-paragraph {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  font-size: 2vw;
  color: #212121;
  line-height: 1.4;
  margin-bottom: 1vw;
}

.what-emphasis {
  color: #EB5E72;
  font-weight: 700;
}

.what-content-area {
  width: 72vw;
  min-height: 45vw;
  background-image: url('../img/what-text-area-bg-pc.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: 21.5%;
  left: 50%;
  transform: translateX(-50%);
}

.people-what {
  width: 53vw;
  height: auto;
  display: block;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
