@charset "UTF-8";

#lv,
#pan {
    display: none;
}

/* ---mv--- */

.lvmv {
    position: relative;
}

.lvmv>figure {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.lvmv>figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.lvmv>figure+div {
    max-width: 1080px;
    width: calc(100% - 25px);
    margin: auto;
    padding: 30px 0 40px;
    text-align: center;
    position: relative;
}

.lvmv>figure+div::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 18vw;
    max-width: 220px;
    min-width: 140px;
    height: 100%;
    bottom: 0;
    right: 0;
    background: url("/common/upload_data/c21-housepartnercom/image/k_img.png") no-repeat right bottom / contain;
    z-index: -1;
}

.lvmv h1 img {
    max-width: 700px;
    width: 100%;
}

.lvmv ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding-top: 20px;
}

.lvmv ul li {
    background: var(--i_bg_color);
    border: 2px solid var(--i_main_color);
    font-weight: bold;
    font-size: 2rem;
    padding: 8px 20px 5px;
    box-sizing: border-box;
}

.lvmv dl {
    background: var(--i_bg_color);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 15px 10px;
    max-width: 800px;
    margin: 35px auto 0;
}

.lvmv dl dt img {
    max-width: 420px;
    width: 100%;
}

.lvmv dl dd span.sp {
    display: none;
}

.lvmv dl dd a {
    background: var(--i_btn_color);
    box-shadow: 0 5px 0 var(--i_btn_hover_color);
    color: var(--i_bg_color);
    display: inline-block;
    font-weight: bold;
    font-size: 2rem;
    padding: 12px 25px 10px 15px;
    box-sizing: border-box;
    text-align: left;
}

.lvmv dl dd a:hover {
    background: #bc1514;
}

.lvmv dl dd a p {
    position: relative;
    padding-right: 65px;
}

.lvmv dl dd a p::before,
.lvmv dl dd a p::after {
    position: absolute;
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    top: calc(50% - 12.5px);
    right: 0;
    pointer-events: none;
}

.lvmv dl dd a p::before {
    background: var(--i_main_color);
    border-radius: 50%;
}

.lvmv dl dd a p::after {
    content: "→";
    font-size: 2rem;
    color: var(--i_btn_color);
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.lvmv dl dd a span {
    color: var(--i_txt_color);
    background: var(--i_bg_color);
    border-radius: 5px;
    padding: 0 15px;
    margin-right: 15px;
}

@media screen and (max-width: 900px) {
    .lvmv>figure+div {
        padding-bottom: 0;
    }

    .lvmv ul {
        gap: 10px;
    }

    .lvmv ul li {
        width: 48%;
        font-size: 1.35rem;
        padding: 8px 5px 5px;
    }

    .lvmv dl {
        flex-direction: column;
        bottom: -20px;
        position: relative;
        z-index: 8;
    }

    .lvmv dl dd span.sp {
        display: block;
        line-height: 1.2;
        border-radius: 2px;
        padding: 10px 15px 5px;
    }

    .lvmv dl dd a p::before,
    .lvmv dl dd a p::after,
    .lvmv dl dd span.pc {
        display: none;
    }

    .lvmv dl dd a {
        padding: 12px 10px 10px;
    }

    .lvmv dl dd a p {
        padding-right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2.5rem;
    }

    .lvmv dl dd,
    .lvmv dl dd a {
        width: 100%;
    }

    .lvmv>figure+div::before {
        right: -25px;
    }
}

/* ---エリアで買収--- */

#bg_hd+section>.content_wrapper {
    position: relative;
}

#bg_hd+section>.content_wrapper::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 20vw;
    height: 100%;
    top: 0;
    right: 0;
    background: url("/common/upload_data/c21-housepartnercom/image/area_obj2.png") no-repeat top right / contain;
    min-width: 80px;
    max-width: 150px;
}

#bg_hd+section .inner_item_img {
    margin-left: 0;
    padding-bottom: 20px;
    padding-top: 30px;
}

a[id^="bg"]+div .h {
    color: var(--i_txt_color) !important;
    font-size: 1.65rem !important;
}

a[id^="bg"]+div .inner_item_txt .heading::before {
    opacity: 1 !important;
    background: var(--i_bg_color) !important;
    border: 2px solid var(--i_main_color);
    box-sizing: border-box;
}

a[id^="bg"]+div .inner_item a:hover+.inner_item_txt .heading::before {
    background: var(--i_main_color) !important;
}

a[id^="bg"]+div .inner_item a+.inner_item_txt {
    margin-top: 0 !important;
}

a[id^="bg"]+div.composite_box01.block_images_9 .inner_item_txt .heading,
a[id^="bg"]+div.composite_box01.block_images_9 .inner_item_img {
    height: 45px !important;
}

#bg+div .inner_item,
#bg2+div .inner_item {
    width: 31% !important;
    margin: 0 !important;
}

a[id^="bg"]+section>.content_wrapper,
a[id^="bg"]+div>.content_wrapper {
    background: var(--i_bg2_color);
}

a[id^="bg"]+div .wrapper_item {
    background: var(--i_bg_color);
    justify-content: space-around;
    padding: 0 20px;
    gap: 15px 0;
}

#bg+div .wrapper_item {
    padding-top: 20px;
    padding-bottom: 15px;
}

#bg2+div>.content_wrapper {
    padding-bottom: 80px;
    position: relative;
}

#bg2+div>.content_wrapper::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 20vw;
    height: 100%;
    bottom: 5px;
    right: 15px;
    background: url("/common/upload_data/c21-housepartnercom/image/area_obj1.png") no-repeat bottom right / contain;
    min-width: 80px;
    max-width: 110px;
    z-index: 1;
}

#bg2+div .wrapper_item {
    padding-bottom: 20px;
    position: relative;
}

#bg2+div .wrapper_item::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 75px;
    bottom: 0;
    left: 0;
    background: url("/common/upload_data/c21-housepartnercom/image/area_obj3.png") no-repeat bottom center / contain;
    opacity: 0.5;
}

@media screen and (min-width: 901px) {

    a[id^="bg"]+section>.content_wrapper,
    a[id^="bg"]+div>.content_wrapper {
        padding: 0 40px;
    }
}

@media screen and (max-width: 480px) {
    #bg_hd+section {
        padding-top: 0;
    }

    a[id^="bg"]+div .h {
        font-size: 1.3rem !important;
    }

    a[id^="bg"]+div .wrapper_item {
        padding: 0 10px;
    }
}

/* ---南大阪・泉州エリアの不動産売却・買取事例--- */

.ka h1 {
    font-size: 3.5rem;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 40px;
    border-bottom: solid 3px #cccccc;
}

.ka .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 35px 0;
}

.ka .flex a {
    width: 48.5%;
    background: var(--i_bg_color);
    border: solid 8px var(--i_main_color);
    padding: 28px;
    box-sizing: border-box;
}

.ka .flex a:hover {
    background: #fff9df;
}

.ka .flex h2 {
    background: #7dbbca;
    font-size: 2.2rem;
    color: var(--i_bg_color);
    margin-bottom: 15px;
    text-align: center;
}

.ka .flex h2+p {
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ka .flex h3 {
    font-size: 1.8rem;
    padding-left: 35px;
    color: #FFC002;
    border-bottom: solid 2px #FFC002;
    position: relative;
    padding-top: 10px;
    margin-bottom: 25px;
}

.ka .flex h3::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: url("/common/upload_data/c21-housepartnercom/image/fukidashi.png") no-repeat left center / 25px;
}

.ka .flex dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ka .flex dt img {
    max-width: 130px;
    min-width: 130px;
    width: 100%;
    border: 1px solid #ccc;
}

.ka .flex dd {
    background: #f7f7f7;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 12px 15px;
    margin-left: 25px;
    position: relative;
}

.ka .flex dd::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #f7f7f7;
    z-index: 2;
}

.ka .flex dd::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -28px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #ccc;
    z-index: 1;
}

.ka .flex dd p {
    line-height: 1.2;
    font-size: 1.55rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ka .flex dl+p {
    color: #FFC002;
    text-align: right;
}

.ka .flex dl+p span {
    font-size: 1.5rem;
    border-bottom: 2px solid #FFC002;
    padding-bottom: 10px;
    padding-right: 45px;
    position: relative;
}

.ka .flex dl+p span::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 2px;
    height: 18px;
    background: #FFC002;
    bottom: 0;
    right: 0;
    transform: rotate(-55deg);
    transform-origin: bottom;
}

@media screen and (max-width: 900px) {
    .ka .flex {
        flex-wrap: nowrap;
        overflow: scroll;
        gap: 0 10px;
    }

    .ka .flex a {
        width: 100%;
        min-width: 280px;
        padding: 10px 10px 25px;
    }

    .ka h1 {
        font-size: 2.8rem;
        margin-bottom: 20px;
        line-height: 1.4;
    }

    .ka .flex h2 {
        font-size: 1.5rem;
        padding: 10px;
        line-height: 1.2;
    }

    .ka .flex h2+p {
        font-size: 1.65rem;
    }

    .ka .flex dl {
        flex-direction: column;
        gap: 5px;
    }

    .ka .flex dd {
        margin-left: 0;
    }

    .ka .flex dd::before,
    .ka .flex dd::after {
        display: none;
    }

    .ka .flex {
        font-size: 1.5rem;
    }
}

/* ---大阪エリアの買取査定実績--- */

#ka2+div .heading.block_header_6 {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: solid 3px #cccccc;
}

#ka2+div .heading.block_header_6 .h {
    font-size: 3.5rem !important;
    padding-right: 70px;
    margin-top: 50px;
}

#ka2+div .heading.block_header_6 .h::before,
#ka2+div .heading.block_header_6 .h::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
}

#ka2+div .heading.block_header_6 .h::before {
    width: 100%;
    height: 15vw;
    min-height: 50px;
    max-height: 75px;
    right: 0;
    bottom: 0;
    background: url("/common/upload_data/c21-housepartnercom/image/blog2.png") no-repeat right center / contain;
}

#ka2+div .heading.block_header_6 .h::after {
    width: 100%;
    height: 55px;
    left: -120px;
    top: -50px;
    background: url("/common/upload_data/c21-housepartnercom/image/so.png") no-repeat top left / contain;
}

#ka2+.block_news_1 ul {
    min-width: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}

#ka2+.block_news_1 ul>li {
    border: none !important;
    background: var(--i_bg2_color);
    width: 23.8%;
    padding: 0 15px;
    transition: .4s ease-in-out;
    box-sizing: border-box;
}

#ka2+.block_news_1 ul>li:hover {
    background: #ffdc5b;
}

#ka2+.block_news_1 li a {
    flex-wrap: wrap;
    justify-content: space-between;
}

#ka2+.block_news_1 ul li div {
    width: 100%;
}

#ka2+.block_news_1 li a>p {
    font-weight: bold;
    font-size: 1.65rem;
    text-align: right;
}

#ka2+.block_news_1 li a>p::before {
    display: none;
}

#ka2+.block_news_1 li ol li {
    opacity: 1;
    background: var(--i_txt_color);
    border: none !important;
    color: var(--i_bg_color);
    font-size: 1.45rem;
    padding: 5px 10px 3px;
}

#ka2+.block_news_1 .content_wrapper li div p {
    font-size: 1.45rem;
    border-bottom: 1px solid var(--i_txt_color);
    display: inline-block;
}

#ka2+.block_news_1 li a>* {
    padding-left: 0;
}

@media screen and (max-width: 900px) {
    #ka2+div .heading.block_header_6 {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    #ka2+div .heading.block_header_6 .h {
        font-size: 2.2rem !important;
        padding-right: 50px;
    }

    #ka2+div .heading.block_header_6 .h::after {
        height: 38px;
        left: -20px;
    }

    #ka2+.block_news_1 ul {
        flex-wrap: nowrap;
        overflow: scroll;
    }

    #ka2+.block_news_1 ul>li {
        width: 100%;
        min-width: 220px;
    }
}

@media screen and (max-width: 500px) {
    #ka2+.block_news_1 li a {
        display: flex;
    }
}

#ka2+.block_news_1 .contents_btn01 a {
    padding: 0 25px;
    box-sizing: border-box;
}

#ka2+.block_news_1 .contents_btn01 a span {
    position: relative;
    padding-right: 40px;
    font-size: 1.85rem;
}

#ka2+.block_news_1 .contents_btn01 a span::before,
#ka2+.block_news_1 .contents_btn01 a span::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    right: 0;
    background: var(--i_bg_color);

}

#ka2+.block_news_1 .contents_btn01 a span::before {
    width: 25px;
    height: 1px;
    top: calc(50% - 0.5px);
}

#ka2+.block_news_1 .contents_btn01 a span::after {
    width: 13px;
    height: 1px;
    transform: rotate(45deg);
    top: calc(50% - 6px);
}

#ka2+.block_news_1 .contents_btn01 a:hover span::before,
#ka2+.block_news_1 .contents_btn01 a:hover span::after {
    background: var(--i_txt_color);
}

@media screen and (min-width: 501px) {
    #ka2+.block_news_1 .contents_btn01 a {
        min-width: 474px;
    }
}

@media screen and (max-width: 480px) {
    #ka2+.block_news_1 .contents_btn01 a {
        padding: 0 5px;
        width: 100% !important;
    }

    #ka2+.block_news_1 .contents_btn01 a span {
        font-size: 1.6rem;
    }

    #ka2+.block_news_1 .contents_btn01 a span::after {
        top: calc(50% - 5px);
    }
}

/* ---youtube/CTA--- */

.yt {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.yt>div {
    max-width: 590px;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.yt>div iframe {
    width: 100%;
    height: 100%;
}

.yt dl {
    max-width: 550px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.yt dt p:first-of-type {
    background: var(--i_main_color);
    font-size: 2.1rem;
    font-weight: bold;
}

.yt dt p:last-of-type a {
    position: relative;
    padding-left: 65px;
    font-size: 4rem;
    font-weight: bold;
}

.yt dt p:last-of-type a::before {
    position: absolute;
    display: block;
    content: "";
    width: 55px;
    height: 100%;
    left: 0;
    top: 0;
    background: url("/common/upload_data/c21-housepartnercom/image/fd.png") no-repeat left center / contain;
    pointer-events: none;
}

.yt dl dd {
    transition: .4s ease-in-out;
    cursor: pointer;
}

.yt dl dd:hover {
    opacity: 0.6;
}

.yt dl dd a:first-of-type {
    display: inline-block;
    padding-bottom: 8px;
}

.yt dl dd a:last-of-type {
    background: var(--i_btn_color);
    box-shadow: 0 5px 0 var(--i_btn_hover_color);
    color: var(--i_bg_color);
    display: inline-block;
    font-weight: bold;
    font-size: 2.5rem;
    padding: 14px 25px 12px 15px;
    box-sizing: border-box;
    width: 100%;
}

.yt dl dd a p {
    position: relative;
    padding-right: 65px;
    display: inline-block;
}

.yt dl dd a p::before,
.yt dl dd a p::after {
    position: absolute;
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    top: calc(50% - 12.5px);
    right: 0;
    pointer-events: none;
}

.yt dl dd a p::before {
    background: var(--i_main_color);
    border-radius: 50%;
}

.yt dl dd a p::after {
    content: "→";
    font-size: 2rem;
    color: var(--i_btn_color);
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.yt dl dd a:last-of-type span {
    color: var(--i_txt_color);
    background: var(--i_bg_color);
    border-radius: 5px;
    padding: 0 15px;
    margin-right: 15px;
}

@media screen and (max-width: 800px) {
    .yt {
        gap: 25px;
        flex-direction: column;
        align-items: center;
    }

    .yt dl dd a:last-of-type {
        font-size: 2rem;
    }
}

/* ---お困り--- */

#ka3+div {
    background-repeat: repeat !important;
    background-image: linear-gradient(#f3f3f3 1px, transparent 0), linear-gradient(90deg, #f3f3f3 1px, transparent 0);
    background-size: 10px 10px !important;
}

#ka3+div>.content_wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
}

#ka3+div .wrapper_item {
    position: relative;
}

#ka3+div .wrapper_item::before {
    display: block;
    content: "";
    width: 100%;
    height: 10vw;
    max-height: 100px;
    min-height: 50px;
    left: 0;
    top: 0;
    background: url("/common/upload_data/c21-housepartnercom/image/na.png") no-repeat top center / contain;
    pointer-events: none;
    margin-bottom: 25px;
}

#ka3+div .inner_item {
    font-size: 2rem;
    line-height: 1.4;
    border: solid 4px var(--i_main_color);
    background: var(--i_bg_color);
    border-radius: 5px;
    padding: 15px 20px 20px;
    justify-content: center;
}

#ka3+div .inner_item_txt span {
    font-weight: bold;
}

#ka3+div .heading.block_header_6 {
    margin-bottom: 0 !important;
}

#ka3+div .heading.block_header_6 .h {
    background: #FF7F00;
    font-size: 2.8rem !important;
    border-radius: 29px;
    color: var(--i_bg_color);
    width: 100%;
    padding: 8px;
}

@media screen and (max-width: 480px) {
    #ka3+div .wrapper_item::before {
        margin-bottom: 5px;
    }

    #ka3+div .inner_item:not(:last-of-type) {
        margin-bottom: 15px !important;
    }

    #ka3+div .inner_item {
        font-size: 1.65rem;
    }

    #ka3+div .inner_item_txt span {
        font-size: 2rem;
    }

    #ka3+div .heading.block_header_6 .h {
        font-size: 2rem !important;
        border-radius: 15px;
    }
}

/* ---ハウスパートナーの「不動産買取」の強み--- */

#st+div .heading.block_header_6 .h {
    font-size: 2.5rem !important;
    padding: 15px 0 15px 55px;
    position: relative;
}

#st+div .heading.block_header_6 .h::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("/common/upload_data/c21-housepartnercom/image/dog.png") no-repeat left center / contain;
}

a[id^="st"]+div {
    counter-reset: number 0;
}

a[id^="st"]+div .inner_item {
    border-bottom: dashed 2px #ccc;
    padding-bottom: 20px;
}

a[id^="st"]+div .heading.block_header_4 .h {
    font-size: 2.8rem !important;
    font-weight: 500;
    color: var(--i_txt_color);
    margin-bottom: 0 !important;
    padding-left: 65px;
}

a[id^="st"]+div .heading.block_header_4 .h::before {
    position: absolute;
    display: block;
    counter-increment: number 1;
    content: counter(number) " ";
    pointer-events: none;
    width: 50px;
    height: 46px;
    background: var(--i_main_color);
    font-size: 4rem;
    line-height: 46px;
    top: 0;
    left: 0;
    text-align: center;
    font-weight: bold;
}

#st2+div .heading.block_header_4 .h::before {
    content: "7";
}

a[id^="st"]+div .wrapper_item {
    gap: 35px 15px;
    justify-content: space-between;
}

#st+div {
    margin-top: 80px;
}

#st+div .inner_item {
    width: 49%;
    margin: 0 !important;
}

#st2+div .inner_item {
    width: auto;
}

#st2+div .empty {
    display: none;
}

#st2+div .wrapper_item {
    margin-top: 35px;
}

@media screen and (max-width: 800px) {
    #st+div .heading.block_header_6 .h {
        font-size: 2rem !important;
        padding: 0px 0 0px 45px;
    }

    #st+div .inner_item,
    #st2+div .inner_item {
        width: 100% !important;
        margin-bottom: 0 !important;
    }

    a[id^="st"]+div .heading.block_header_4 .h::before {
        width: 30px;
        height: 35px;
        font-size: 2.8rem;
        top: -5px;
        line-height: 35px;
    }

    a[id^="st"]+div .heading.block_header_4 .h {
        font-size: 1.8rem !important;
        padding-left: 45px;
    }

    a[id^="st"]+div .wrapper_item {
        gap: 15px 0;
    }

    a[id^="st"]+div .inner_item {
        border: 2px solid #ccc;
        border-bottom: dashed 2px #ccc;
        padding-bottom: 10px;
    }

    #st2+div .wrapper_item {
        margin-top: 15px;
    }
}