.reason__area--margin {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  padding: 80px 0;
  position: relative;
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  .reason__area {
    display: flex;
    flex-direction: column;
    width: 1280px;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 40px 80px 32px;
    position: relative;
    flex: 0 0 auto;
    background-color: rgba(237, 244, 250, 1);
    border-radius: 8px;
  }
}


@media (max-width: 767px) {
  .reason__area {
    display: flex;
    flex-direction: column;
    width: 100%;
     align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 32px 16px;
    position: relative;
    flex: 0 0 auto;
    background-color: rgba(237, 244, 250, 1);
    border-radius: 8px;
  }
}

@media (min-width: 768px) {
  .reason__title--text {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-weight: 600;
    color: rgba(33, 42, 103, 1);
    font-size: 32px;
    text-align: center;
    letter-spacing: 0px;
    line-height: 150%;
    font-style: normal;
  }
}


@media (max-width: 767px) {
  .reason__title--text {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-weight: 600;
    color: rgba(33, 42, 103, 1);
    font-size: 32px;
    text-align: center;
    letter-spacing: 0px;
    line-height: 150%;
    font-style: normal;
    white-space: normal;
  }
}

@media (min-width: 768px) {
  .eachReason__wrapper {
    display: flex;
    align-items: stretch;
    gap: 24px;
  } 
}

@media (max-width: 767px) {
  .eachReason__wrapper {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }
}

.eachReason {
  display: flex;
  flex-direction: column;
  padding: 24px 0px 0px;
  position: relative;
}

.eachReason__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 24px;
  flex-grow: 1;
  background-color: #ffffff;
  border-radius: 8px;
}

.eachReason__content--img {
  position: relative;
  width: 176px;
  height: 140px;
}

.eachReason__detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.eachReason__detail--title {
  align-self: stretch;
  margin-top: -1.00px;
  color: rgba(33, 42, 103, 1);
  font-size: 20px;
  text-align: center;
  letter-spacing: 0px;
  line-height: 150%;
  position: relative;
  font-weight: bold;
  font-style: normal;
}

.eachReason__detail--description {
  align-self: stretch;
  color: rgba(33, 42, 103, 1);
  font-size: 12px;
  text-align: center;
  letter-spacing: 0px;
  line-height: 179.99999523162842%;
  position: relative;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 768px) {
  .eachReason__number {
    display: flex;
    flex-direction: column;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    position: absolute;
    top: 0;
    left: 44%;
    background-color: rgba(70, 149, 212, 1);
    border-radius: 69px;
  }
}

@media (max-width: 767px) {
  .eachReason__number {
    display: flex;
    flex-direction: column;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    position: absolute;
    top: 0;
    left: 44%;
    background-color: rgba(70, 149, 212, 1);
    border-radius: 69px;
    left: calc(50% - 24px); /* 中央配置 */
  }
}

.eachReason__number--text {
  position: relative;
  width: fit-content;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}