.addBrackets {
    position: relative;
    width: fit-content;
    padding: 3px;
    margin-left: 4px;
    margin-top: 32px;
}

.addBrackets::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
    height: 100%;
    width: 4px;
    background-image: url(../images/realEstate/rightBracket.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
}

.addBrackets::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    height: 98%;
    width: 4px;
    background: url(../images/realEstate/leftBracket.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.company__service .realEstate__btn:first-child {
    border: 3px solid #b6d9e9;
}

.company__service .realEstate__btn2 {
    border: 3px solid #f1e8a7;
}

.company__service .realEstate__btn:last-child {
    border: 3px solid #99f2be;
}

.realEstate__area {
    font-family: var(--fontNotoSansJP);
    color: var(--colorBlack);
    font-size: var(--fontSize18);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.1em;
    align-self: center;
}

.realEstate__banner {
    background: #2faceb;
    width: 100vw;
}

.realEstate__category {
    background: #d9d9d9;
    font-family: var(--fontNotoSansJP);
    color: var(--colorBlack);
    font-size: 11px;
    line-height: 2;
    font-weight: 700;
    padding: 8px 16px;
}

.realEstate__categoryList {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 48px;
}

.realEstate__btn .company__serviceButton--textArea {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-right: 68px;
    text-align: center;
}

.realEstate__btn .company__serviceButton--textArea .company__serviceButton--title, .realEstate__btn2 .company__serviceButton--textArea .company__serviceButton--title {
    width: 100%;
}

.realEstate__btn .company__serviceButton--textArea .company__serviceButton--title::after, .realEstate__btn2 .company__serviceButton--textArea .company__serviceButton--title::after {
    background-color: rgba(247, 227, 138, 0.44);
}

.realEstate__btn2 .company__serviceButton--textArea {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-right: 35px;
    text-align: center;
}

.realEstate__contact .voiceHead::before, .realEstate__contact .voiceHead::after {
    width: 23vw;
}

.realEstate__contactHead {
    text-align: center;
    font-size: var(--fontSize32);
    letter-spacing: 0.1em;
    font-weight: 700;
    font-family: var(--fontNotoSansJP);
}

.realEstate__icon1 {
    align-self: center;
    justify-self: center;
}

.realEstate__icon1 img {
    max-width: 48px;
    height: auto;
    width: 100%;
}

.realEstate__icon2 {
    align-self: center;
    justify-self: center;
}

.realEstate__icon2 img {
    max-width: 42px;
    height: auto;
    width: 100%;
}

.realEstate__icon3 {
    align-self: center;
    justify-self: center;
}

.realEstate__icon3 img {
    max-width: 48px;
    height: auto;
    width: 100%;
}

.realEstate__mainImg {
    margin-top: 48px;
}

.realEstate__message {
    padding: 32px 48px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
    margin-top: 48px;
}

.realEstate__message--text {
    font-family: var(--fontNotoSansJP);
    color: var(--colorBlack);
    font-size: var(--fontSize18);
    line-height: 2;
    letter-spacing: 0.16em;
    font-weight: 500;
}

.realEstate__returnBtn {
    width: fit-content;
    margin: 0 auto;
    margin-top: 128px;
}

.realEstate__returnBtn a .outlineButton {
    padding: 23px 95px;
}

.realEstate__thumbnail {
    padding: 0 20px;
}

@media screen and (max-width: 1080px) {
    .realEstate__subtitle {
        padding-left: 20px;
    }
    
    .realEstate__title {
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .realEstate__banner .wrapper .topVisual__sideBar--container {
        position: fixed;
        top: 150px;
    }

    .realEstate__banner .wrapper .topVisual__sideBar--container .topVisual__sideBar {
        padding: 14px 8px;
    }

    .realEstate__contact .voiceHead::before, .realEstate__contact .voiceHead::after {
        width: 15vw;
    }

    .realEstate__message {
        margin: 48px 20px 0;
    }
}