/* ----------------------------------------
sitemap（サイトマップLP）
/sitemap/用cssのため消さないこと。
---------------------------------------- */

.sitemap_ti h2 {
    font-size: 30px;
    margin: 60px auto 30px;
    font-weight: 500;
    line-height: 1;
    font-weight: bold;
    width: 1100px;
    padding-top: 60px;
    text-align: left;
    border-bottom: none;
}

.sitemap_wrap {
    margin: 0 auto 60px;
    background: #f8f8f8;
    padding: 50px 50px 10px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.sitemap_inner {
    width: 430px;
    margin-bottom: 50px;
}

.sitemap_inner:nth-child(odd) {
    margin-right: 40px;
}

.sitemap_inner h3 {
    font-size: 25px;
    margin: 0 0 30px;
    font-weight: 500;
    line-height: 1;
}

.sitemap_inner ul {
    background: #fff;
    padding: 30px;
    height: calc(100% - 60px);
    box-sizing: border-box;
}

.sitemap_inner ul li {}

.sitemap_inner ul li a {
    font-size: 14px;
    color: #333;
    line-height: 1.7;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    display: block;
}

.sitemap_inner ul li a:hover {
    text-decoration: underline;
}

.sitemap_inner ul li a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #042455;
    border-right: 1px solid #042455;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 8px;
}

.sitemap_group {
    padding-left: 50px !important;
}

.sitemap_group_ti {
    margin-left: -20px;
}

.sitemap_flex ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.sitemap_flex ul li {
    width: 50%;
}

.sitemap_flex ul li:first-child {
    width: 100%;
}

/* ----------------------------------------
recruit(サイドバーなし)
/recruit/用cssのため消さないこと。
---------------------------------------- */
.recruit{
    width:1000px;
    text-align:left;
    line-height:24px;
    margin:20px auto;
    padding:0px 0px 0px 0px;
}

.recruit h2{
    width: 1000px;
    font-size: 16px;
    line-height: 51px;
    margin: 0px auto 20px auto;
    padding: 0px 0px 0px 0px;
    text-indent: 15px;
    background: #F0F0F0;
    border-top: solid 5px #CCC;
    border-bottom: solid 1px #CCC;
    border-left: solid 3px #666;
    display: block;
    clear: both;
}

.recruit_tb{
    font-weight:bold;
    font-size:18px;
} 

.recruit1 img{
    max-width:100%;
    height:auto;
}

.recruit2 p{
    margin:0;
}

.recruit2 ul{
    margin:20px 0px 20px 0px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.recruit2 ul li{
    margin:0px 0px 0px 20px;
    padding:4px;
    border:solid 1px #CCC;
    float:left;
}

.recruit2 ul li img{
    max-width:300px;
    height:auto;
}

.recruit3{
    width:370px;
    overflow:hidden;
    float:left;
    margin:0px 20px 20px 0px;
    padding:0px 0px 0px 0px;
}

.recruit3 img{
    max-width:370px;
    max-height:400px;
}

.recruit4{
    width:600px;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.recruit4 p{
    margin:0;
}

.recruit5{
    line-height:28px;
    margin:0px 0px 20px 0px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.recruit5 dt{
    width:150px;
    display: block;
    clear: left;
    float: left;
    background:#EEE;
    margin:10px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    text-align:center;
    font-weight:bold;
    line-height: 35px;
}

.recruit5 dd{
    display: block;
    float: left;
    margin:10px 0px 0px 20px;
    padding:0px 0px 0px 0px;
    line-height: 35px;
    width: 820px;
}


/* ----------------------------------------
recruit(サイドバーあり)
/recruit/用cssのため消さないこと。
---------------------------------------- */

.recruit_side{
    width:780px;
    text-align:left;
    line-height:24px;
    margin:0px auto;
    padding:0px 0px 0px 0px;
}

.recruit_side h2{
    width: 100%;
    font-size: 16px;
    line-height: 51px;
    margin: 0px auto 20px auto;
    padding: 0px 0px 0px 0px;
    text-indent: 15px;
    background: #F0F0F0;
    border-top: solid 5px #CCC;
    border-bottom: solid 1px #CCC;
    border-left: solid 3px #666;
    display: block;
    clear: both;
}

.recruit_tb{
    font-weight:bold;
    font-size:18px;
} 

.recruit1_side img{
    max-width:100%;
    height:auto;
}

.recruit2_side p{
    margin:0;
}

.recruit2_side ul{
    margin:20px 0px 20px 0px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.recruit2_side ul li{
    margin:0px 0px 0px 20px;
    padding:4px;
    border:solid 1px #CCC;
    float:left;
}

.recruit2_side ul li img{
    max-width:226px;
    height:auto;
}

.recruit3_side{
    width:350px;
    overflow:hidden;
    float:left;
    margin:0px 20px 20px 0px;
    padding:0px 0px 0px 0px;
}

.recruit3_side img{
    max-width:350px;
    max-height:400px;
}

.recruit4_side{
    width:410px;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.recruit4_side p{
    margin:0;
}

.recruit5_side{
    line-height:28px;
    margin:0px 0px 20px 0px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.recruit5_side dt{
    width:150px;
    display: block;
    clear: left;
    float: left;
    background:#EEE;
    margin:10px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    text-align:center;
    font-weight:bold;
    line-height: 35px;
}

.recruit5_side dd{
    display: block;
    float: left;
    margin:10px 0px 0px 20px;
    padding:0px 0px 0px 0px;
    line-height: 35px;
    width: 600px;
}



/* ----------------------------------------
sale
---------------------------------------- */
.sa_main_wrap {
    position: relative;
    padding-left: clamp(90px, 8vw, 160px);
    width: 100%;
    box-sizing: border-box;
    margin-top: 115px;
    & .sa_main_img {
        width: 100%;
        height: calc(100vh - 30vh);
        position: relative;
        box-sizing: border-box;
        background-image: url(../sale/img/sale_main_bg.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        z-index: 10;
        & .sa_main_te {
            position: absolute;
            left: 3.5vw;
            bottom: 3.5vw;
            & h2 {
                font-size: clamp(40px, 3.5vw, 58px);
                color: #fff;
                line-height: clamp(60px, 4.6vw, 69px);
                font-weight: 400;
                letter-spacing: 0.05em;
                margin-bottom: 15px;
                text-shadow: 3px 3px 5px rgb(0, 0, 0, 0.2);
            }
            & p {
                font-size: clamp(14px, 4vw, 20px);
                color: #fff;
                font-weight: 400;
                text-shadow: 3px 3px 5px rgb(0, 0, 0, 0.2);
            }
        }
        & a {
            position: absolute;
            bottom: 3.5vw;
            right: 3.5vw;
            width: 30vw;
            &:hover {
                transform: translateY(-5px);
                box-shadow: 0 0 5px rgb(0 0 0 / 20%);
            }
        }
    }
}

@media (min-width: 500px) and (max-width: 1300px) {
    .sa_main_wrap {
        position: relative;
        padding-left: clamp(90px, 8vw, 160px);
        /* padding-left: 0; */
        width: 100%;
        box-sizing: border-box;
        margin-top: 105px;
        & .sa_main_img {
            width: 100%;
            height: 52vw;
            position: relative;
            box-sizing: border-box;
            background-image: url(../sale/img/sale_main_bg.webp);
            background-repeat: no-repeat;
            background-position: 90%;
            background-size: cover;
            z-index: 10;
            & .sa_main_te {
                position: absolute;
                left: 3.5vw;
                bottom: 3.5vw;
                & h2 {
                    font-size: clamp(40px, 4.2vw, 58px);
                    color: #fff;
                    line-height: clamp(60px, 4.6vw, 69px);
                    font-weight: 400;
                    letter-spacing: 0.05em;
                    margin-bottom: 15px;
                    text-shadow: 3px 3px 5px rgb(0, 0, 0, 0.2);
                }
                & p {
                    font-size: clamp(14px, 4vw, 20px);
                    color: #fff;
                    font-weight: 400;
                    text-shadow: 3px 3px 5px rgb(0, 0, 0, 0.2);
                }
            }
            & a {
                position: absolute;
                bottom: 3.5vw;
                right: 3.5vw;
                width: 30vw;
                &:hover {
                    transform: translateY(-5px);
                    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
                }
            }
        }
    }
}


.sale_satei_wrap {
    width: 100%;
}

.sale_satei_bg {
    background-image: url(../sale/img/sale_g_bg.webp);
    width: 100%;
    height: 820px;
    margin: -320px 0 0 0;
    position: relative;
    z-index: -1;
    background-size: cover;
}

.sale_satei_in {
    width: 1200px;
    margin: -400px auto 70px auto;
    background: #fff;
    padding: 30px 40px 30px 40px;
    box-sizing: border-box;
    border: solid 7px #165f2e;
}
.sale_satei_in {
    position: relative;
    &::after {
        content: ""; /* 疑似要素には必ず content プロパティが必要です */
        position: absolute; /* 親要素に対して絶対配置 */
        top: 13px;
        left: 50%; /* 親要素の中央に配置 */
        transform: translateX(-50%); /* 中央寄せの微調整 */
        
        width: 0;
        height: 0;
        
        /* 三角形のサイズと色を設定します */
        /* 下向き三角形の場合: border-top に色を付け、左右を透明にします */
        border-left: 6px solid transparent;  /* 左右のボーダーを透明にする */
        border-right: 6px solid transparent; /* 左右のボーダーを透明にする */
        border-top: 10px solid #165f2e; 
    }
}
.sale_satei_in h2 {
    font-size: 32px;
    text-align: center;
    margin: 30px 0;
    line-height: 1;
    font-weight: 400;
    &::before {
        content: "";
        width: 75px;
        height: 76px;
        background-image: url(../sale/img/one_minutes.webp);
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        top: 35px;
        left: 230px;
    }
}
.sale_satei_in .sale_satei_mess {
    font-size: 22px;
    color: #fff;
    padding: 6px 0 6px 15px;
    background: #165f2e;
    position: absolute;
    top: -26px;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    width: 470px;
    line-height: 28px;
    text-align: center;
    font-weight: 400;
}

.sale_satei_in p {
    font-size: 16px;
    margin: 5px 0 5px 0;
    font-weight: 500;
}

.sale_satei_form {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    background: #f5f5f5;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px 30px 35px 30px;
}

.sale_satei_form_le {
    display: flex;
    column-gap: 20px;
}

.sale_satei_form_le li {
    font-size: 16px;
    position: relative;
}

.sale_satei_form_le li::before {
    content: "";
    width: 8px;
    height: 1px;
    background: #0e6d1d;
    position: absolute;
    bottom: 25px;
    right: 23px;
    transform: rotate(40deg);
    border-radius: 5px;
}

.sale_satei_form_le li::after {
    content: "";
    width: 9px;
    height: 1px;
    background: #0e6d1d;
    position: absolute;
    bottom: 25px;
    right: 17px;
    transform: rotate(-40deg);
    border-radius: 5px;
}

.sale_satei_form_le li div {
    margin-bottom: 6px;
}

.sale_satei_form_le li div img {
    margin-right: 5px;
}

.sale_satei_form_le li select {
    font-size: 14px;
    width: 180px;
    height: 50px;
    display: flex;
    align-items: center;
    color: #333;
    box-sizing: border-box;
    padding: 0 10px;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #ccc;
    color: #333;
    cursor: pointer;
}

.sale_satei_form_le li select option {
    color: #333;
    cursor: pointer;
}

.sale_satei_form_ri {
    width: 240px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #da1320;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    position: relative;
    border: 1px solid #da1320;
    box-sizing: border-box;
    padding-right: 40px;
    cursor: pointer;
    transition: .3s;
    position: relative;
    & span {
        font-size: 16px;
        color: #da1320;
        background: #fff;
        padding: 7px 9px 5px 9px;
        border-radius: 3px;
        font-weight: 600;
        margin-right: 8px;
        line-height: 1;
    }
    &::before {
        content: "";
        width: 16px;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 35px;
        right: 30px;
    }
    &::after {
        content: "";
        border-left: 4px solid transparent;
        border-bottom: 6px solid #fff;
        height: 0;
        width: 0;
        transform: rotate(90deg);
        position: absolute;
        top: 31px;
        right: 30px;
    }
    &:hover {
        background: #b9020e;
    }
}

.sale_satei_form_ri a {
    width: 100%;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #8e8a5c;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    position: relative;
    transition: .3s;
}

.sale_satei_form_ri a::before {
    content: "";
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 45px;
    right: 30px;
}

.sale_satei_form_ri a::after {
    content: "";
    border-left: 4px solid transparent;
    border-bottom: 6px solid #fff;
    height: 0;
    width: 0;
    transform: rotate(90deg);
    position: absolute;
    top: 41px;
    right: 30px;
}

.sale_satei_form_ri a:hover {
    background: #fff;
    border: solid 1px #8e8a5c;
    box-sizing: border-box;
    color: #8e8a5c;
}

.sale_satei_form_ri a:hover::before {
    background: #8e8a5c;
}

.sale_satei_form_ri a:hover::after {
    border-bottom: 6px solid #8e8a5c;
}

.sa_result_wrap {

}
.result_in {
    width: 1200px;
    margin: 0 auto;
    padding: 90px 0 70px 0;
    & .result_btn a {
        width: 270px;
        height: 50px;
        background: #287b44;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        font-size: 16px;
        color: #fff;
        position: relative;
        border-radius: 25px;
        &::before {
            content: url(../img/top/more_btn.webp);
            position: absolute;
            right: 18px;
            top: 15px;
        }
        &:hover {
            transform: translateY(-5px);
            box-shadow: 0 0 5px rgb(0 0 0 / 20%);
        }
    }
    & iframe {
        width: 100%;
        /* height: 780px; */
        height: 80px;
    }
}
.sale_all_ti h2{
    font-size: 35px;
    font-weight: 400;
    text-align: center;
    position: relative;
    padding: 0 0 30px 0;
    line-height: 1;
    &::before {
        content: "";
        width: 70px;
        height: 3px;
        background: #287b44;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
}
.result_con {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    justify-content: space-between;
    margin: 70px 0;
    & li a {
        width: 270px;
        display: block;
        overflow: hidden;
        & .result_img_s {
            object-fit: cover;
                height: 150px;
                width: 100%;
                overflow: hidden;
            & img {
                object-fit: cover;
                height: 150px;
                width: 100%;
                transition: .3s;
            }
        }
        &:hover img {
            transform: scale(1.1);
        }
        & .result_te {
            width: 100%;
            box-sizing: border-box;
            padding: 20px;
            background: #f5f5f5;
            & h3 {
                font-size: 17px;
                font-weight: 600;
                margin: 0 0 10px 0;
                & span {
                    font-size: 14px;
                    color: #fff;
                    background: #287b44;
                    margin: 0 10px 0 0;
                    padding: 5px;
                    display: inline-block;
                    font-weight: 500;
                }
            }
            & p {
                font-size: 16px;
                line-height: 24px;
                font-weight: 500;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
            }
        }
        
    }
}

.sa_strong_wrap {
    width: 100%;
    background: #f5f5f5;
    padding: 80px 0;
    & .str_in {
        width: 1200px;
        margin: 0 auto;
        & ul {
            display: flex;
            justify-content: space-between;
            margin-top: 50px;
            & li {
                width: 370px;
                & .str_te {
                    width: 100%;
                    box-sizing: border-box;
                    padding: 20px;
                    text-align: center;
                    background: #fff;
                    & h3 {
                        font-size: 20px;
                        font-weight: 600;
                        line-height: 1;
                        margin: 20px 0 10px 0;
                    }
                    & p {
                        font-size: 16px;  
                        line-height: 27px;
                        text-align: left;
                        letter-spacing: 0.1em;
                    }
                }
            }
        }
    }
}

.sa_form_wrap {
    width: 100%;
    background: #287b44;
    padding-bottom: 40px;
    & p {
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        padding: 30px 0;
    }
    & .form_btn {
        width: 740px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        & a {
            width: 340px;
            height: 60px;
            border-radius: 5px;
            box-sizing: border-box;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            font-weight: 600;
            position: relative;
            & i {
                position: absolute;
                top: 15px;
                left: 20px;
                font-size: 28px;
            }
        }
        & .sale_form {
            background: #da1320;
            border: solid 1px #da1320;
            color: #fff;
            &:hover {
                background: #fff;
                color: #da1320;
            }
            
        }
        & .all_form {
            background: #fff;
            border: solid 1px #fff;
            color: #333;
            & i {
                color: #287b44;
            }
            &:hover {
                background: #287b44;
                color: #fff;
                & i {
                    color: #fff;
                }
            }
            
        }
    }
}

.sa_consu_wrap {
    & .consu_in {
        width: 1200px;
        margin: 0 auto;
        padding: 90px 0 120px 0;
        & .consu_con {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 40px 0;
            margin-top: 60px;
            & li a {
                width: 370px;
                display: block;
                text-align: center;
                background-size: cover;
                background-repeat: no-repeat;
                padding-bottom: 30px; 
                &:hover p {
                    color: #287b44;
                    background: #fff;
                }
                & h3 {
                    font-size: 34px;
                    font-weight: 400;
                    line-height: 1;
                    color: #fff;
                    padding-top: 65px;
                    & span {
                        display: block;
                        font-size: 18px;
                        font-weight: 300;
                        margin: 15px 0;
                    }
                }
                & p {
                    font-size: 16px;
                    font-weight: 600;
                    color: #fff;
                    width: 270px;
                    height: 50px;
                    box-sizing: border-box;
                    border-radius: 25px;
                    border: solid 1px #fff;
                    margin: 40px auto 0 auto;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    transition: .3s;
                    position: relative;
                    &::before {
                        content: url(../img/top/more_btn_green.webp);
                        position: absolute;
                        right: 10px;
                        bottom: 9px;
                        z-index: 12;
                    }
                }
            }
            & li:nth-child(1) a {
                background-image: url(../sale/img/sale_nini_bg.webp);              
            }
            & li:nth-child(2) a {
                background-image: url(../sale/img/sale_kaitori_bg.webp);              
            }
            & li:nth-child(3) a {
                background-image: url(../sale/img/sale_rikon_bg.webp);              
            }
            & li:nth-child(4) a {
                background-image: url(../sale/img/sale_sumikae_bg.webp);              
            }
            & li:nth-child(5) a {
                background-image: url(../sale/img/sale_akiya_bg.webp);               
            }
            & li:nth-child(6) a {
                background-image: url(../sale/img/sale_souzoku_bg.webp);
            }
        }
        & .worri_wrap {
            width: 100%;
            background: #f5f5f5;
            padding: 50px;
            margin-top: 50px;
            box-sizing: border-box;
            & .worri_con {
                display: flex;
                justify-content: space-between;
                margin: 50px 0 0 0;
                & li a {
                    width: 237px;
                    display: block;
                    position: relative;
                    &:hover {
                        transform: translateY(-5px);
                        box-shadow: 0 0 5px rgb(0 0 0 / 20%);
                    }
                    & .worri_te {
                        background: #fff;
                        position: relative;
                        & h3 {
                            font-size: 20px;
                            line-height: 1;
                            font-weight: 400;
                            padding: 15px 0 25px 0;
                            text-align: center;
                            & span {
                                display: block;
                                font-size: 15px;
                                letter-spacing: 0.05em;
                                color: #287b44;
                                margin-top: 7px;
                                font-weight: 500;
                                font-family: "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
                            }
                        }
                        &::before {
                            content: "";
                            position: absolute;
                            width: 25px;
                            height: 25px;
                            background: #287b44;
                            right: 10px;
                            bottom: 10px; 
                        }
                        &::after {
                            content: "";
                            position: absolute;
                            right: 21px;
                            bottom: 19px;
                            width: 6px;
                            height: 6px;
                            border-top: 1px solid #fff;
                            border-right: 1px solid #fff;
                            -webkit-transform: rotate(45deg);
                            transform: rotate(45deg);
                        }
                    }
                }
            }
        }
    }
}

.consu_con li a:hover p::after {
    transform: scale(1, 1);
}

.sa_colum_wrap {
    width: 100%;
    background: #eaf2ec;
    padding: 100px 0 70px 0;
    & .colum_in {
        width: 1200px;
        margin: 0 auto;
        & .colum_main {
            & .colum_ti {
                display: flex;
                justify-content: space-between;
                margin-top: -125px;
                margin-bottom: 30px;
                align-items: center;
                & h2 {
                    font-size: 35px;
                    letter-spacing: 0.05em;
                    font-weight: 400;
                    line-height: 1;
                    position: relative;
                    &::before {
                        content: "";
                        width: 70px;
                        height: 3px;
                        background: #287b44;
                        position: absolute;
                        bottom: -30px;
                        left: 0;
                    }
                }
                & a {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 350px;
                    height: 50px;
                    border-radius: 25px;
                    background: #287b44;
                    box-sizing: border-box;
                    border: solid 1px #287b44;
                    color: #fff;
                    font-size: 16px;
                    font-weight: 600;
                    &:hover {
                        color: #287b44;
                        background: #fff;
                    }
                }
            }
            & iframe {
                width: 100%;
                height: 460px;
            }
        }
    }
}
.colum_con {
    display: flex;
    justify-content: space-between;
    margin: 70px 0 0 0;
    & li a {
        display: block;
        width: 370px;
        background: #fff;
        box-sizing: border-box;
        padding: 20px;
        height: 392px;
        &:hover {
            transform: translateY(-5px);
            box-shadow: 0 0 5px rgb(0 0 0 / 20%);
        }
        & .colum_img {
            object-fit: cover;
            width: 100%;
            height: 220px;
            overflow: hidden;
            position: relative;
            & img {
                width: 100%;
            }
            & .colum_tag p {
                display: flex;
                gap: 3px;
                position: absolute;
                left: 10px;
                top: 10px;
                flex-wrap: wrap;
                & .cms_topic_tag {
                    padding: 5px 7px;
                    background: #fff;
                    border: solid 1px #287b44;
                    font-size: 11px;
                    font-weight: 600;
                    color: #287b44;
                    line-height: 1;
                }
            }
        }
        & h3 {
            font-size: 20px;
            margin: 20px 0 10px 0;
            line-height: 1.3;
        }
        & p {
            font-size: 14px;
            line-height: 25px;
            letter-spacing: 0.05em;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }
    }
}
.colum_tag_con {
    width: 1200px;
    margin: 50px auto;
    padding: 25px;
    box-sizing: border-box;
    background: #f5f5f5;
    & .tag_in {
        width: 100%;
        background: #fff;
        padding: 30px 50px;
        box-sizing: border-box;
        & ul {
            display: flex;
            flex-wrap: wrap;
            gap: 7px;
            & li a {
                font-size: 16px;
                display: block;
                background: #fff;
                border: solid 1px #287b44;
                font-weight: 500;
                padding: 10px 15px;
                border-radius: 3px;
                color: #287b44;
                &:hover {
                    background: #287b44;
                    color: #fff;
                }
            }
        }
        & p {
            font-size: 20px;
            color: #287b44;
            font-weight: 600;
            width: 1000px;
            border-bottom: solid 1px #287b44;
            padding-bottom: 6px;
            margin-bottom: 10px;
        }
    }
}



/* あなたはどっち？ */
.sa_top_differ {
background-color: #eee;
padding: 120px 0 100px;
background-image: url(../sale/img/differ_bg.webp);
background-repeat: no-repeat;
background-position: center top 50px;

.sa_conts_tit_wrap {
    margin: 0 0 70px 0;
    & .sa_conts_tit_line {
        position: relative;
        padding-bottom: 30px;
        margin-bottom: 30px;
        font-size: 40px;
        line-height: 50px;
        text-align: center;
        &::before {
            content: "";
                    width: 70px;
                    height: 5px;
                    background-color: #287b44;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
        }
    }
}

.sa_conts_txt {
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    padding: 50px 0;
    width: 910px;
    border-radius: 5px;
}

.sa_top_df_block {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 0 auto;

    .sa_top_df_box {
    width: 530px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 5px;
    padding-bottom: 30px;

    h3 {
        background-color: #287b44;
        margin: 0;
        text-align: center;
        line-height: 65px;
        color: #fff;
        font-size: 19px;
    }

    img {
        display: block;
        margin: 10px auto;
    }

    .tokucho {
        padding: 0 40px;
        margin-bottom: 30px;

        li {
        margin-bottom: 10px;

        span {
            display: inline-block;
            width: 80px;
            line-height: 30px;
            text-align: center;
            border: 1px solid #aaa;
            background-color: #eee;
            font-size: 12px;
            margin-right: 10px;
            border-radius: 3px;
            font-weight: bold;
        }

        p {
            font-size: 16px;
            font-weight: bold;
            display: inline-block;
        }
        }
    }

    .merit {
        padding: 0 40px;
        margin-bottom: 30px;

        p {
        font-size: 15px;
        color: #c63e3e;
        padding: 0 0 10px 10px;
        border-bottom: 1px solid #c63e3e;
        margin-bottom: 15px;
        font-weight: bold;
        line-height: 1;
        }

        li {
        font-size: 16px;
        font-weight: bold;
        padding-left: 30px;
        background-image: url(../sale/img/merit_check.webp);
        background-repeat: no-repeat;
        background-position: center left;
        margin-bottom: 10px;
        line-height: normal;
        }
    }

    .demerit {
        padding: 0 40px;
        margin-bottom: 30px;

        p {
        font-size: 15px;
        color: #62a4c1;
        padding: 0 0 10px 10px;
        border-bottom: 1px solid #62a4c1;
        margin-bottom: 15px;
        font-weight: bold;
        line-height: 1;
        }

        li {
        font-size: 16px;
        font-weight: bold;
        padding-left: 30px;
        background-image: url(../sale/img/demerit_check.webp);
        background-repeat: no-repeat;
        background-position: center left;
        margin-bottom: 10px;
        line-height: normal;
        }
    }
    }

    .sa_top_df_box.kaitori_box {
    h3 {
        background-color: #c63e3e;
    }
    }
}

.chart_bg {
    width: 1100px;
    height: 1230px;
    background: url(../sale/img/chart_img.png) no-repeat;
    position: relative;
    top: 0px;
    left: 0px;
    margin: 50px auto 0;

    >ul {
    width: 100%;
    position: absolute;
    bottom: 55px;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;

    li {
        list-style: none;
    }
    }
}
}


/* よくある質問 */
#sa_qa {
    padding: 75px 0;
    background: #f6f6f6;
    & .sa_conts_tit {
        margin: 0 0 60px 0;
        font-size: 40px;
        line-height: 50px;
        text-align: center;
        position: relative;
        padding-bottom: 30px;
        margin-bottom: 30px;
        &::before {
            content: "";
                    width: 70px;
                    height: 5px;
                    background-color: #287b44;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
        }
    }
    >div {
        width: 1100px;
        margin: 0 auto;
    }
    .qa_list {
        display: block;
        overflow: hidden;
        cursor: pointer;
        border-radius: 5px;
        filter: drop-shadow(0px 0px 5px #0001);
    }
    .qa_list:not(:last-of-type) {
        margin-bottom: 30px;
    }
    .qa_list .title {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 15px 60px 15px 70px;
        background-color: #fff;
        box-shadow: 0 0 8px rgb(0 0 0 / 30%);
        font-size: 18px;
        line-height: 40px !important;
        color: #000;
        text-align: left;
        position: relative;
    }
    .qa_list .title:before {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        background-image: url(../sale/img/q_icon.webp);
        mask-size: 30px;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        position: absolute;
        top: 20px;
        left: 20px;
        background-size: cover;
    }
    .qa_list .title:hover {
        background-color: #e6f3fa;
    }
    .qa_list dt {
        position: relative;
    }
    .qa_list dt .title.active {
        border-bottom: 1px solid #ccc;
    }
    .qa_list dd {
        display: none;
        padding: 25px 20px 25px 70px;
        background: #eee;
        margin: 0;
        background-color: #fff;
        text-align: left;
        font-size: 15px;
        line-height: 1.5;
        color: #000;
        position: relative;
    }
    .qa_list dd:before {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        background-image: url(../sale/img/a_icon.webp);
        mask-size: 30px;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        position: absolute;
        top: 20px;
        left: 20px;
        background-size: cover;
    }
    .accordion_icon, .accordion_icon {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .accordion_icon {
        width: 24px;
        height: 24px;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
    }
    .accordion_icon span {
        position: absolute;
        left: 0px;
        width: 100%;
        height: 2px;
        background-color: #999;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        transition: all 0.2s;
    }
    .accordion_icon span:nth-of-type(1) {
        margin: auto;
        top: 0;
        bottom: 0;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    .accordion_icon span:nth-of-type(2) {
        top: 11px;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
    .accordion_icon.active span:nth-of-type(1) {
        display: none;
    }
    .accordion_icon.active span:nth-of-type(2) {
        top: 11px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
}

/* 不動産売却について知る */
.sa_top_know {
padding-bottom: 100px;

.sa_conts_tit_wrap {
    background-image: url(../sale/img/know_bg.webp);
    background-size: cover;
    color: #fff;
    height: 370px;
    position: relative;
    padding-top: 100px;
    box-sizing: border-box;
    margin: 0;
    & .sa_conts_tit_line {
        margin: 0 0 60px 0;
        font-size: 40px;
        line-height: 50px;
        text-align: center;
        position: relative;
        padding-bottom: 30px;
        margin-bottom: 30px;
        color: #fff;
        &::before {
            content: "";
                    width: 70px;
                    height: 5px;
                    background-color: #fff;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
        }
    }

    >h2:before {
    background-color: #fff;
    }

    img {
    position: absolute;
    top: 70px;
    left: 0;
    right: 700px;
    margin: 0 auto;
    }
}

>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    width: 1100px;
    margin: -110px auto 0;
    position: relative;

    li {
    width: 340px;

    >a {
        display: block;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        transition: 0.3s;
        &:hover {
            transform: translateY(-5px);
            box-shadow: 0 0 5px rgb(0 0 0 / 20%);
        }
    }

    p {
        font-size: 16px;
        padding: 10px 20px 15px;
        font-weight: bold;
        position: relative;
        line-height: normal;

        &::before {
        content: "";
        position: absolute;
        width: 25px;
        height: 25px;
        background: #287b44;
        right: 15px;
        top: 10px;
        }

        &::after {
        content: "";
        position: absolute;
        right: 25px;
        top: 19px;
        width: 6px;
        height: 6px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        }
    }
    }
}
}


/* sale
---------------------------------------- */



/* ----------------------------------------
other（例）
---------------------------------------- */



/* other（例）
---------------------------------------- */