@charset "utf-8";


h1:before {
    display: none !important;
}

a {

}

/*--------------(common)---------------*/
.common_page_wrap {
    padding: 100px 0;
}


/*--(h1)--*/
.common_page_h1_box.dealers:before {
    background-image: url(/wp-content/uploads/2021/02/page_dealers_h1_bg.jpg);
}

.common_page_h1_box.residents:before {
    background-image: url(/wp-content/uploads/2021/02/page_residents_h1_bg.jpg);
}

.common_page_h1_box.architectural:before {
    background-image: url(/wp-content/uploads/2021/02/page_architectual_h1_bg.jpg);
}

.common_page_h1_box.investment:before {
    background-image: url(/wp-content/uploads/2021/02/page_investment_h1_bg.jpg);
}

.common_page_h1_box.building_management:before {
    background-image: url(/wp-content/uploads/2021/02/page_building_management_h1_bg.jpg);
}

.common_page_h1_box.development:before {
    background-image: url(/wp-content/uploads/2021/02/page_development_h1_bg.jpg);
}

.common_page_h1_box.leasing:before {
    background-image: url(/wp-content/uploads/2021/02/page_leasing_h1_bg.jpg);
}

.common_page_h1_box.sitemap:before {
    background-image: url(/wp-content/uploads/2021/02/page_sitemap_h1_bg.jpg);
}

.common_page_h1_box.company:before {
    background-image: url(/wp-content/uploads/2021/02/page_company_h1_bg.jpg);
}

.common_page_h1_box.recruit_h1:before {
    background-image: url(/wp-content/uploads/2021/02/page_recruit_h1_bg.jpg);
}

.common_page_h1_box.contact:before {
    background-image: url(/wp-content/uploads/2021/02/page_contact_h1_bg.jpg);
}

.common_page_h1_box.entry:before {
     background-image: url(/wp-content/uploads/2021/02/page_entry_h1_bg.jpg);
}

.common_page_h1_box.owners:before {
     background-image: url(/wp-content/uploads/2021/02/page_owners_h1_bg.jpg);
}

.common_page_h1_box.vacancy:before {
     background-image: url(/wp-content/uploads/2025/03/25631856.jpg);
}

.common_page_h1_box.privacy:before{
    background-image: url(/wp-content/uploads/2021/02/page_privacy_h1_bg-1.jpg);
}

.common_page_h1_box.post_background:before {
    background-image: url(/wp-content/uploads/2021/02/page_post_h1_bg.jpg);
}

.common_page_h1_box.business:before {
    background-image: url(/wp-content/uploads/2021/02/page_business_h1_bg.jpg);
}

.common_page_h1_box.faq:before {
    background-image: url(/wp-content/uploads/2021/02/page_faq_h1_bg.jpg);
}

.page_faq_cont span.margin {
    display: block;
    margin-bottom: 20px;
}
/*------------(プライバシーポリシー)--------------*/

.page_privacy h2 {
    font-size: 17px;
    margin: 40px 0 12px 0;
    position: relative;
    display: inline-block;
    padding: 5px 25px 5px 35px;
    background-color: #1A1311;
    color: #ffffff;
}

.page_privacy h2:before, .page_privacy h2:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.page_privacy h2:before {
    background-color: #ffffff;
    left: 0;
}

.page_privacy h2:after {
    background-color: #1A1311;
    position: absolute;
    left: -20px;
}


.page_privacy p {
    font-size: 14px;
    line-height: 1.8;
}

.page_privacy .page_privacy_cont {
    background-color: #fff;
    padding: 50px;
}


/*----------------(サイトマップ)-------------*/

.page_sitemap_cont {
    background-color: #ffffff;
    padding: 50px;
}

.page_sitemap ul.children {
    display: none;
}

.page_sitemap .page_sitemap_cont li a {
    color: #1A1311;
    font-size: 15px;
    font-weight: 600;
    display: block;
    padding: 10px 0 10px 30px;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    position: relative;
}


.page_sitemap .page_sitemap_cont li a:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #1A1311;
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    transform: rotate(45deg);
    margin: auto;
}

.page_sitemap .page_sitemap_cont li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    background-image: url(/wp-content/uploads/2021/02/page_sitemap_arrow.png);
    background-size: contain;
    width: 15px;
    height: 15px;
    transition: .3s;
}

.page_sitemap .page_sitemap_cont li a:hover:after {
    right: 10px;
}

.page_sitemap .page_sitemap_cont li:not(:last-child) a {
    margin-bottom: 20px;
}

/* 管理会社見直しのポイント */

.reconsideration_check .text {
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 1.9;
    text-align: center;
    color: #fff;
}

.reconsideration_check .check_wrap {
    margin: 60px 0 0;
    padding: 50px;
    background-color: #fff;
}

.reconsideration_check .check_list {
    margin: 0 0 40px;
}

.reconsideration_check .check_list li {
    border-bottom: dashed 2px #dfdfdf;
    font-size: 16px;
}

.reconsideration_check .check_list li label {
    cursor: pointer;
}

.reconsideration_check .check_list li:last-child {
    margin-bottom: 0;
}

.reconsideration_check .minaoshiBox {
    padding: 30px;
    background-color: #e7e7e7;
}

.reconsideration_check .title {
    font-size: 22px;
    letter-spacing: 0.04em;
    font-weight: 600;
    text-align: center;
    margin: 0 0 15px;
}

.reconsideration_check .progress {
    height: 40px;
    margin: 0;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    background-color: #fcfcfc;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.reconsideration_check .progress-bar,
.reconsideration_check .progress .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.reconsideration_check .progress-bar {
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.04em;
    background-color: #e0c634;
}


.ECM_CheckboxInput {
    padding: 12px 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.ECM_CheckboxInput-Input {
    margin: 0;
    width: 0;
    opacity: 0;
}

.ECM_CheckboxInput:hover {
    background: rgba(0, 0, 0, .05) !important;
}

.ECM_CheckboxInput:hover>.ECM_CheckboxInput-DummyInput {
    transform: scale(1.1);
}

.ECM_CheckboxInput-Input:focus+.ECM_CheckboxInput-DummyInput {
    transform: scale(1.1);
}

.ECM_CheckboxInput-Input:checked+.ECM_CheckboxInput-DummyInput {
    background: #000;
}

.ECM_CheckboxInput-Input:checked+.ECM_CheckboxInput-DummyInput::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35%;
    height: 4px;
    border-radius: 2px;
    transform: translate(-6px, 5px) rotateZ(-135deg);
    transform-origin: 2px 2px;
    background: #FFFFFF;
}

.ECM_CheckboxInput-Input:checked+.ECM_CheckboxInput-DummyInput::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 4px;
    border-radius: 2px;
    transform: translate(-6px, 5px) rotateZ(-45deg);
    transform-origin: 2px 2px;
    background: #FFFFFF;
}

.ECM_CheckboxInput-DummyInput {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 32px;
    height: 32px;
    border: solid 2px transparent;
    background: rgba(0, 0, 0, .15);
    border-radius: 50%;
    transition: all .15s linear;
}

.ECM_CheckboxInput-LabelText {
    margin-left: 12px;
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.page-check-list-btn a {
    background: #000;
    color: #fff;
    padding: 20px 80px;
    font-size: 16px;
    letter-spacing: 0.04em;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #000;
    display: inline-block;
    transition: 0.3s;
}

.page-check-list-btn a:hover {
    color: #000;
    background: #fff;
}

.page-check-list-btn {
    text-align: center;
    margin-top: 40px;
}

.check-sheet-btn {
    text-align: center;
    margin: 30px 0;
}


/*プロパティマネジメント*/
.page_property_management .back{
    background-image: url(/wp-content/uploads/2021/02/top_about_bg.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: right top;
}

.page_property_management_title{
    color:#fff;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1;
}

.page_property_management_text{
    color: #fff;
    font-size: 17px;
    margin: 20px 0 45px;
    width: 60%;
}


@media (max-width: 750px) {

.page_faq_cont span.margin {
    margin-bottom: 3vw;
}
/*--------------(common)-------------*/
.common_page_wrap {
    padding: 15vw 0;
}


/*------------(プライバシーポリシー)--------------*/
.page_privacy p {
    font-size: 13px;
}

.page_privacy h2 {
    font-size: 15px;
    margin: 5vw 0 2vw 0;
    padding: 5px 20px 5px 22px;
    font-weight: 500;
}

.page_privacy h2:before,.page_privacy h2:after {
    content: '';
    display: block;
    width: 10px;
    height: 1px;
}

.page_privacy h2:after {
    background-color: #1A1311;
    position: absolute;
    left: -10px;
}

.page_privacy h2 span {
    display: none;
}


.page_privacy .page_privacy_cont {
    padding: 35px 10px;
}

/*--------------(サイトマップ)----------*/


.page_sitemap_cont {
    padding: 35px 10px;
}

.page_sitemap .page_sitemap_cont li a {
    font-size: 14px;
    padding: 7px 0 7px 25px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    border-bottom: 1px solid #eee;
}

.page_sitemap .page_sitemap_cont li a:before {
    width: 5px;
    height: 5px;
    left: 8px;
}

.page_sitemap .page_sitemap_cont li a:after {
    top: 0;
    bottom: 0;
    right: 5px;
    width: 10px;
    height: 11px;
}

.page_sitemap .page_sitemap_cont li a:hover:after {
    right: 5px;
}
/* 管理会社見直しのポイント */

.reconsideration_check .text {
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 1.7;
    text-align: justify;
}

.reconsideration_check .check_wrap {
    margin: 40px 0 0;
    padding: 30px 15px;
}

.reconsideration_check .check_list {
    margin: 0 0 30px;
}

.ECM_CheckboxInput-DummyInput {
    padding-right: 28px;
}

.ECM_CheckboxInput-LabelText {
    font-size: 13px;
}

.reconsideration_check .minaoshiBox {
    padding: 20px 10px;
}

.reconsideration_check .title {
    font-size: 16px;
}

.reconsideration_check .progress {
    height: 30px;
}

.reconsideration_check .progress-bar {
    font-size: 12px;
    line-height: 30px;
}

.page-check-list-btn {
    margin-top: 30px;
}

.page-check-list-btn a {
    display: block;
    padding: 13px 0;
    font-size: 14px;
}

/*プロパティマネジメント*/
.page_property_management .back{
    background-size: 100%;
}

.page_property_management_title{
    font-size: 8vw;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.page_property_management_text{
    font-size: 3.5vw;
    margin: 5vw auto 8vw;
    width: 97%;
    line-height: 1.8;
}

.page_property_management .pc{
    display: none;
}


}






