.reason-section {
  width: 100%;
  height: 162.22vw;
  background-image: url('../img/reason-section-pc-bg-2.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: 3vw;
}

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

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

.reason-points {
  width: 72vw;
  margin: 6vw auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4vw;
}

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

.reason-point-item:nth-child(7) {
  margin-left: auto;
  margin-right: auto;
}

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

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

.reason-point-number {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 3.2vw;
  padding: 0 5vw 0vw 5vw;
  background-color: #EA5E72;
  border: 0.25vw 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: 1.5vw;
  color: white;
  white-space: nowrap;
  z-index: 1;
}

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

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

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

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

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