/* sp用ページ */
.houjin-links
, .houjin-characteristic-links
, .houjin-outline-links
, .houjin-request-links {
    max-width: 935px;
}

/* 共通 */
.houjin-contents-sp {
    display: none;
}


/* メインイメージ */
.houjin-concept {
    margin-top: -123px;
    padding-top: 310px;
    height: 760px;
    text-align: center;
}
.houjin-concept-text {
    margin: 0px auto;
    font-size: 32px;
}
    .houjin-concept-text + .houjin-concept-text {
        margin-top: 25px;
    }
.houjin-concept-primary {
    width: 365px;
}
.houjin-concept-secondary {
    width: 550px;
}
.houjin-concept-title {
    margin: 60px auto 0px;
    width: 640px;
    font-size: 18px;
}


/* リンク */
.houjin-links-list {
    padding: 0px var(--pc-content-padding-side);
}


/* ワンストップ対応 */
.houjin-onestop {
    padding: 120px var(--pc-content-padding-side) 140px;
    border-bottom-left-radius: 100% 100px;
    border-bottom-right-radius: 100% 100px;
}
.houjin-onestop-contents {
	display: grid;
    justify-content: center;
	grid-template-rows: 230px 50px 145px;
	grid-template-columns: 280px 25px 280px 25px 75px 205px 25px 280px;
}
.houjin-onestop-contents-first {
	grid-row: 1 / 4;
	grid-column: 1 / 1;
}
.houjin-onestop-contents-second {
	grid-row: 1 / 4;
	grid-column: 3 / 3;
}
.houjin-onestop-contents-third {
	grid-row: 1 / 1;
	grid-column: 5 / 7;
}
.houjin-onestop-contents-fourth {
	grid-row: 1 / 1;
	grid-column: 8 / 8;
}
.houjin-onestop-contents-fifth {
	grid-row: 3 / 3;
	grid-column: 6 / 9;
}
.houjin-onestop-contents-title {
    font-size: 42px;
    line-height: 58px;
}


/* ワンストップサービス */
.houjin-service {
    margin: 100px auto 0px;
    width: 955px;
}
.houjin-service-contents {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
    .houjin-service-contents > li + li {
        margin-left: 100px;
    }
    .houjin-service-contents + .houjin-service-contents {
        margin-top: 60px;
    }
.houjin-service-contents-imagebox {
    width: 500px;
}
.houjin-service-contents-text {
    margin-top: 30px;
}


/* お客様の満足を第一に スピーディーかつ 丁寧なお部屋探し */
.houjin-support {
    margin-top: 100px;
    padding: 130px var(--pc-content-padding-side) 0px;
    height: 740px;
    background-image: url(../images/tokyo/hojin_back_img1.jpg);
    background-position: right;
    background-repeat: no-repeat;
}
.houjin-support-imagebox {
    display: none;
}
.houjin-support-text {
    margin-top: 40px;
}


/* 会社概要 */
.houjin-company {
    margin-top: 50px;
    padding: 80px var(--pc-content-padding-side) 60px;
}
.houjin-company-title {
    font-size: 32px;
}
.houjin-company-information {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
    .houjin-company-information > li {
        width: 50%;
    }
.houjin-company-information-detail {
    display: flex;
    flex-wrap: wrap;
}
    .houjin-company-information-detail > dt {
        width: 15%;
        margin-top: 30px;
        font-weight: bold;
    }
    .houjin-company-information-detail > dd {
        margin-top: 30px;
        width: 85%;
    }
.houjin-company-map-canvas {
    border-radius: 16px;
}


/* 外部リンク */
.houjin-other {
    margin-top: 60px;
}
.houjin-other-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
    .houjin-other-list > li {
        padding: 60px 0px 40px;
    }
    .houjin-other-list > li + li {
        margin-left: 90px;
        padding-left: 90px;
        border-left: 1px solid var(--grey);
    }
    
.houjin-other-list-name {
    font-size: 24px;
}
.houjin-other-list-link {
    justify-content: center;
    padding: 25px 30px;
    width: 420px;
}
    .houjin-other-list-link > img {
        margin-left: 20px;
        width: 16px;
        height: auto;
    }


/* 来店不要pdf */
.houjin-flyer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 50px 0px 75px;
    padding: 0px var(--pc-content-padding-side);
}
.houjin-flyer-text {
    font-size: 32px;
}
.houjin-flyer-pdf {
    margin-left: 225px;
    width: 184px;
}