@charset "UTF-8";

.inner_item_txt .four {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.inner_item_txt .four .circle {
    background: #88a476;
    border-radius: 50%;
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    width: 90px;
    height: 90px;
    text-align: center;
    align-items: center;
    line-height: 90px;
}
#rinen + .contents_box01 .inner_item_txt .four .circle:nth-child(1) {
    background: #f9aaf7;
}
#rinen + .contents_box01 .inner_item_txt .four .circle:nth-child(2) {
    background: #f8d075;
}
#rinen + .contents_box01 .inner_item_txt .four .circle:nth-child(3) {
    background: #75d7f8;
}
#rinen + .contents_box01 .inner_item_txt .four .circle:nth-child(4) {
    background: #82d656;
}
/* 弊社の企業理念(2026/03/16) */
#rinen + .contents_box01 .content_wrapper {
    background-image: url(/common/upload_data/saku-estatecojp/image/20260316183215.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#rinen + .contents_box01 .inner_item_txt .four .circle {
  background: #f7ab00;
  width: 120px;
  height: 120px;
  line-height: 120px;
}
#rinen + .contents_box01 .inner_item_txt .four {
  gap: 1rem;
}