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

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

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

.reason-title {
  width: 72vw;
  height: 11vw;
  background-color: #974C26;
  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;
}

.reason-points {
  width: 88vw;
  margin: 12vw auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9vw;
}

.reason-point-item {
  width: 88vw;
  position: relative;
}

.reason-point-bg-pc {
  display: none;
}

.reason-point-bg-sp {
  width: 100%;
  height: auto;
  display: block;
}

.reason-point-number {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 8vw;
  padding: 0 8vw 0 8vw;
  background-color: #EA5E72;
  border: 0.7vw solid #212121;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 600;
  font-size: 4.3vw;
  color: white;
  white-space: nowrap;
  z-index: 1;
}

.reason-point-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 81vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reason-point-title {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  font-size: 5vw;
  color: #00A84B;
  text-align: left;
  width: 100%;
  height: 3vw;
  margin: 0;
  margin-top: 5vw;
  display: flex;
  align-items: center;
}
.reason-point-title-last {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  font-size: 4.5vw;
  color: #00A84B;
  text-align: left;
  width: 100%;
  height: 3vw;
  margin: 0;
  margin-top: 5vw;
  display: flex;
  align-items: center;
}

.reason-point-text {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  font-size: 4vw;
  color: #212121;
  text-align: left;
  width: 100%;
  height: 17.7vw;
  margin: 0;
  line-height: 1.3;
  display: flex;
  align-items: center;
}

.reason-point-image {
  width: 81vw;
  height: 32.7vw;
  display: block;
  object-fit: contain;
}

.reason-point-note {
  position: absolute;
  bottom: -3.5vw;
  right: -1.5vw;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 400;
  font-size: 3.2vw;
  color: #212121;
}
