/* sp用ページ */
.houjin-links {
    margin: 15px auto 40px;
}
.houjin-characteristic-links {
    margin: 45px auto 60px;
}
.houjin-outline-links {
    margin: 65px auto 60px;
}
.houjin-request-links {
    margin: 45px auto 60px;
}


/* メインイメージ */
.houjin-concept {
    background-image: url(../images/tokyo/hojin_top_img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.houjin-concept-text {
    padding: 7px 10px;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
}
.houjin-concept-title {
    padding: 14px 10px;
    color: var(--white);
    font-weight: bold;
    background-color: rgba(0, 68, 99, 0.8);
    border-radius: 8px;
}


/* リンク */
.houjin-links-list {
    font-size: 18px;
    font-weight: bold;
}
    .houjin-links-list > li {
        border-bottom: solid 1px var(--grey);
    }
.houjin-links-list-link {
    position: relative;
    display: block;
    padding: 15px 0px;
}
    .houjin-links-list-link::after {
        position: absolute;
        display: block;
        content: '';
        width: 10px;
        height: 10px;
        top: 40%;
        right: 20px;
        transform: rotate(45deg);
        border-top: solid 2px var(--dark-cyan);
        border-right: solid 2px var(--dark-cyan);
    }


/* ワンストップ対応 */
.houjin-onestop {
    background-color: var(--dark-blue);
}
.houjin-onestop-contents-image {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}
.houjin-onestop-contents-title {
    color: var(--white);
    font-weight: bold;
}
.houjin-onestop-contents-subtitle {
    color: var(--cyan);
    font-size: 18px;
    font-weight: bold;
}


/* ワンストップサービス */
.houjin-service-contents-imagebox-image {
    width: 100%;
    height: auto;
    border-radius: 16px;
}
.houjin-service-contents-title {
    font-size: 24px;
    font-weight: bold;
}


/* お客様の満足を第一に スピーディーかつ 丁寧なお部屋探し */
.houjin-support-title {
    font-size: 32px;
    font-weight: bold;
    line-height: 52px;
}


/* 会社概要 */
.houjin-company {
    background-color: var(--dark-white);
}
.houjin-company-title {
    font-weight: bold;
}
.houjin-company-information-detail-tel {
    font-size: 24px;
    font-weight: bold;
}
    .houjin-company-information-detail-tel > a {
        color: var(--dark-cyan);
    }
.houjin-company-information-detail-fax {
    margin-left: 10px;
}
.houjin-company-map {
    margin-top: 30px;
    width: 100%;
    height: 480px;
}
.houjin-company-map-canvas {
    width: 100%;
    height: 100%;
}


/* 外部リンク */
.houjin-other-list-name {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.houjin-other-list-link {
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto 0px;
    border-radius: 40px;
    box-shadow: 0px 3px 6px #00000026;
}
    .houjin-other-list-link > img {
        margin-left: 20px;
        width: 16px;
        height: auto;
    }


/* 来店不要pdf */
.houjin-flyer-text {
    font-weight: bold;
}
.houjin-flyer-pdf {
    border: 1px solid var(--dark-cyan);
}
.houjin-flyer-pdf-image {
    width: 100%;
    height: auto;
}