<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------------
rn23-healthCare
---------------------------------*/
.rn23-healthCare {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

.rn23-healthCare .o-wrap-box {
  margin-right: 70px;
}

/* PC */
@media print, screen and (min-width: 769px) {
  .rn23-healthCare__img {
    width: 186px;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-healthCare {
    align-items: center;
    flex-direction: column;
  }

  .rn23-healthCare__img {
    width: 139px;
    margin: 28px auto 0;
  }
}

/*---------------------------------
rn23-environment-head
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .rn23-environment-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .rn23-environment-head__text {
    width: 57.6%;
  }

  .rn23-environment-head__img {
    max-width: 399px;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-environment-head {
    display: flex;
    flex-direction: column-reverse;
  }

  .rn23-environment-head__inr {
    margin: 0 30px;
  }

  .rn23-environment-head__img {
    width: 94.67vw;
    height: 56vw;
    position: relative;
    right: 0;
  }

  /* .rn23-environment-head--point {
    position: relative;
  }
  .rn23-environment-head--point::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #c6baac;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -4px;
  } */
}

/*---------------------------------
rn23-environment-point
---------------------------------*/

.rn23-environment-point__item--head {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.rn23-environment-point__item--head &gt; div:last-child {
  font-size: 18px;
  font-weight: 600;
  display: block;
  line-height: 1.18;
}

.rn23-environment-point__item--head sup {
  font-size: 12px;
}

.rn23-environment-point__item--icon {
  width: 56px;
  margin-right: 5px;
}

.rn23-environment-point__item--subText {
  font-size: 14px;
  color: #8b8b8b;
  font-weight: normal;
}

.rn23-environment-point__note {
  font-size: 10px;
  color: #8b8b8b;
  margin-top: 10px;
}

/* PC */
@media print, screen and (min-width: 769px) {
  .rn23-environment-point {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .rn23-environment-point__item {
    width: 46%;
  }

  .rn23-environment-point__item:nth-of-type(n + 3) {
    margin-top: 55.5px;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-environment-point__item:not(:first-child) {
    margin-top: 40px;
  }

  .rn23-environment-point__item--head &gt; div:last-child {
    width: 77.65%;
  }
}

.rn23-environment-point--ikukyu {
  position: relative;
}

.rn23-environment-point__item--othericon {
  position: absolute;
  top: 0;
  right: 0;
}

.rn23-environment-point__item--othericon img {
  width: 56px;
}

@media print, screen and (max-width: 768px) {
  .rn23-environment-point__item--othericon {
    position: relative;
    margin: 20px auto 0;
    text-align: center;
  }

  .rn23-healthCare .o-wrap-box {
    margin-right: 0;
  }

  .rn23-environment-point__item--othericon img {
    width: 149px;
  }
}
</pre></body></html>