@charset "UTF-8";

/* ========================
    20231206　サイト改訂
======================== */
#wrapper * {
    box-sizing: border-box;
}

.sp_br {
    display: none;
}

.pc_br {
    display: block;
}

@media screen and (max-width: 768px) {
    .sp_br {
        display: block;
    }

    .pc_br {
        display: none;
    }
}

.common_title {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.1765;
    text-align: center;
    position: relative;
    margin-bottom: 54px;
}

.common_title::after {
    content: url(/business-partner/img/top/common_title_pc.svg);
    position: absolute;
    bottom: -54px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

@media print,
screen and (max-width: 768px) {
    .common_title {
        font-size: 26px;
        line-height: 1.3846;
    }

    .common_title::after {
        content: url(/business-partner/img/top/common_title_sp.svg);
        position: absolute;
        bottom: -56px;
    }
}

/* === メインビジュアル ===============*/
.mv_inner {
    width: 1190px;
    margin: 0 auto;
    position: relative;
    height: 1082px;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .mv_inner {
        width: 100%;
        margin: 0 auto;
        height: calc(100% / 375 * 1504);
        padding: 0 calc(100vw / 375 * 10);
    }
}

.animation_text01 {
    padding: 30px 0 0;
}

.animation_text01_to {
    background: #E96F0B;
    color: #fff;
    border-radius: 23px;
    width: 490px;
    padding: 8px 0;
    text-align: center;
}

.animation_text01_to p {
    line-height: 1.45;
    font-size: 20px;
    font-weight: bold;
}

.animation_text01_lead {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    line-height: 1.45;
}

@media screen and (max-width: 768px) {
    .animation_text01 {
        padding: 18px 0 0;
    }

    .animation_text01_to {
        width: 100%;
        padding: 8px 0;
        text-align: center;
    }

    .animation_text01_to p {
        line-height: 1.4286;
        font-size: 14px;
    }

    .animation_text01_lead {
        margin-top: 14px;
        font-size: 16px;
        text-align: center;
        line-height: 1.5;
    }
}

.animation_text02 {
    margin-top: 16px;
}
.animation_text02_box01 {
    background: #F5FF00;
    padding: 21px 10px 20px 20px;
    width: 364px;
    
}
.animation_text02_box02 {
    background: #F5FF00;
    padding: 19px 10px 19px 22px;
    width: 789px;
    margin-top: 10px;
}

.animation_text02_fc.ls02 {
    letter-spacing: -0.02em;
}

.animation_text02_fc.ls08 {
    letter-spacing: -0.08em;
}

@media screen and (max-width: 768px) {
    .animation_text02 {
        margin-top: 16px;
    }

    .animation_text02_box01 {
        background: #F5FF00;
        padding: 9px 11px 10px 6px;
        width: calc(100vw / 375 * 165);
    }

    .animation_text02_box02 {
        background: #F5FF00;
        padding: 9px 13px 10px 8px;
        width: 100%;
        margin-top: 6px;
        box-sizing: border-box;
    }
}


.animation_text03 {
    margin-top: 10px;
}

.animation_text03_recruit01 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1.4783;
    letter-spacing: -0.02em;
}

.animation_text03_recruit02 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.45;
    margin-top: 6px;
}

.mv_casestudy {
    position: absolute;
    top: 114px;
    right: 0;
}

@media screen and (max-width: 768px) {
    .animation_text03 {
        margin-top: 5px;
    }

    .animation_text03_recruit01 {
        font-size: 22px;
        line-height: 1.5;
        letter-spacing: -0.02em;
        text-align: center;
    }

    .animation_text03_recruit02 {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 12px;
        text-align: left;
    }

    .mv_casestudy {
        position: static;
        margin-top: 30px;
    }
}

.mv_merit01 {
    position: absolute;
    top: 558px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.mv_merit02 {
    position: absolute;
    top: 677px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
    .mv_merit01{
        position: static;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        margin-top: 40px;
    }
    .mv_merit02 {
        position: static;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        margin-top: 40px;
        width: 100%;
    }
}


/* === アニメーション ===============*/
.fadeUp01 {
    animation-name: fadeUpAnime;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: 0.3s;
}

.fadeUp02 {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    /* animation-delay: 0.3s; */
    animation-delay: 0.8s;
}

.fadeUp03 {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: 2.8s;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeLeft01 {
    animation-name: fadeLeftAnime;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: 1.4s;
}

.fadeLeft02 {
    animation-name: fadeLeftAnime;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: 2s;
}

@keyframes fadeLeftAnime {
    from {
        opacity: 0;
        transform: translateX(-150px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


/* ========================
    リフォームショップはこんな方におすすめ
======================== */
.recommend {
    padding: 90px 0;
    background: #F9F8F5;
}

.recommend_box {
    width: 1190px;
    margin: 0 auto;
    padding: 0 10px;
}

.recommend_box+.recommend_box {
    margin-top: 70px;
}

ul.recommend_list01 {
    margin-top: 86px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

ul.recommend_list01 li {
    border: 2px solid #E96F0B;
    border-radius: 20px;
    background: #fff;
    font-size: 20px;
    font-weight: bold;
    width: 370px;
    line-height: 1.5;
    padding: 13px 26px 12px 6rem;
    text-indent: -1.9em;
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

ul.recommend_list01 li span.check,
ul.recommend_list02 li span.check {
    margin-right: 8px;
}

ul.recommend_list02 {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

ul.recommend_list02 li {
    border: 2px solid #E96F0B;
    border-radius: 20px;
    background: #fff;
    font-size: 20px;
    font-weight: bold;
    width: 380px;
    line-height: 1.5;
    padding: 13px 26px 12px 6rem;
    text-indent: -1.9em;
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.recommend_text {
    font-size: 24px;
    font-weight: bold;
    margin-top: 81px;
    text-align: center;
    line-height: 1.6667;
    letter-spacing: -0.02em;
}

@media print,screen and (max-width: 768px) {
    .recommend {
        padding: 40px 0;
    }

    .recommend_box {
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }

    .recommend_box+.recommend_box {
        margin-top: 40px;
    }

    ul.recommend_list01 {
        margin-top: 64px;
        gap: 20px;
    }

    ul.recommend_list01 li,
    ul.recommend_list02 li {
        font-size: 18px;
        width: 100%;
        line-height: 1.4444;
        padding: 16px 14px 17px 2.5em;
        text-indent: -2em;
        height: auto;
        max-height: 193px;
        display: block;
        justify-content: center;
    }

    ul.recommend_list01 li span.check,
    ul.recommend_list02 li span.check {
        margin-right: 8px;
        vertical-align: middle;
    }

    ul.recommend_list02 {
        margin-top: 20px;
        gap: 20px;
    }

    .recommend_text {
        font-size: 16px;
        margin-top: 56px;
        text-align: left;
    }
}


/* ========================
    リフォームフランチャイズで選ばれる理由
======================== */
.choosing {
    padding: 90px 0;
    background: #FFF;
}
.choosing_inner {
    width: 900px;
    margin: 0 auto;
}
@media print,
screen and (max-width: 768px) {
    .choosing {
        padding: 40px 0;
    }
        .choosing_inner {
        width: 100%;
        padding: 0 10px;
    }

}

/* --------------------------
    スクロールバーの表示
-------------------------- */
.choosing_text {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.2222;
    text-align: center;
    margin-top: 35px;
}

@media print,
screen and (max-width: 768px) {
    .choosing_text {
        font-size: 16px;
        line-height: 1.5;
    }
}



/* ----- テーブル ----- */
.table_box {
    width: 100%;
    overflow-x: scroll;
    margin: 20px 0 0;
}

@media print,
screen and (max-width: 768px) {
    .table_box {
        position: relative;
    }

    .table_box table {
        margin: 0 0 14px;
    }
}

.scrollbar {
    width: 900px;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
    /* border: 1px solid #000; */
}

.scrollbar thead th {
    height: 90px;
    border-bottom: 1px solid #CECECE;
}

.scrollbar tbody th,
.scrollbar tbody td {
    text-align: center;
    border-bottom: 1px solid #CECECE;
}

.scrollbar thead th {
    font-size: 20px;
    font-weight: bold;
}

.scrollbar thead th.ht_none {
    width: 225px;
    background: #fff;
}

.scrollbar thead th.th_lixil {
    width: 290px;
    border-left: 4px solid #E96F0B;
    border-right: 4px solid #E96F0B;
    border-top: 4px solid #E96F0B;
}

.scrollbar thead th.th_lixil img {
    width: 236px;
    display: block;
    margin: 0 auto;
}

.scrollbar thead th.th_other {
    width: 194px;
    border-right: 1px solid #CECECE;
    border-top: 1px solid #CECECE;
}

.scrollbar tbody th {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.375;
    background: #EAEAEA;
    width: 225px;
    border-left: 1px solid #CECECE;
}

.scrollbar tbody .th_normal01 {
    height: 62px;
}

.scrollbar tbody .th_normal02 {
    height: 78px;
}

.scrollbar tbody td.td_lixil {
    background: #FFFBED;
    color: #E96F0B;
    font-weight: bold;
    border-left: 4px solid #E96F0B;
    border-right: 4px solid #E96F0B;
    line-height: 1.375;
}

.scrollbar tbody tr:last-of-type .td_lixil {
    border-bottom: 4px solid #E96F0B;
}

.scrollbar tbody td.td_lixil .td_lixil_text {
    font-size: 20px;
}

.scrollbar tbody td.td_lixil .td_lixil_mark {
    font-size: 24px;
}

.scrollbar tbody td.td_lixil .td_lixil_note {
    font-size: 16px;
}

.scrollbar tbody td.td_other {
    background: #fff;
    border-right: 1px solid #CECECE;
}

.scrollbar tbody td.td_other .td_other_text {
    font-size: 20px;
}

.scrollbar tbody td.td_other .td_other_mark {
    font-size: 20px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.scrollbar tbody td.td_other .td_other_mark02 {
    font-size: 24px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.scrollbar tbody td.td_other .td_other_note {
    font-size: 14px;
    line-height: 1.5714;
}

.choosing_box,
.choosing_scrolltext {
    display: none;
}

.choosing_note_text {
    font-size: 1.4rem;
    text-align: right;
    margin-top: 10px;
}

@media print,
screen and (max-width: 768px) {
    .choosing_box {
        display: block;
        position: absolute;
        top: 39%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 80px;
    }

    .table_box::-webkit-scrollbar {
        height: 14px;
    }

    /*バーの太さ*/
    .table_box::-webkit-scrollbar-track {
        background: #FFF;
        border-radius: 9px;
        border: 1px solid #E6E6E6;
    }

    /*バーの背景色*/
    .table_box::-webkit-scrollbar-thumb {
        background: #CCCCCC;
        border-radius: 9px;
        background-clip: content-box;
    }

    /*バーの色*/
    .choosing_scrolltext {
        display: block;
        font-size: 1.3rem;
        line-height: 1.714;
        margin-top: 14px;
    }

    .choosing_scrolltext img {
        display: inline-block;
        width: 16px;
        vertical-align: -3px;
    }

    .choosing_note_text {
        text-align: left;
        margin-top: 30px;
        text-indent: -2em;
        padding-left: 2em;
        line-height: 1.5714;
    }
}


.choosing_balloon {
    position: relative;
    display: inline-block;
    margin: 15px 0 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF0E3;
    border-radius: 12px;
    padding: 32px 42px;
}

.choosing_balloon:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 354px;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #FFF0E3;
}
@media print, screen and (max-width: 768px) {
    .choosing_balloon {
        padding: 25px 15px;
    }
    .choosing_balloon:before {
        content: none;
    }
}
.choosing_balloon p {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.75;
}
.choosing_balloon span {
    color: #E96F0B;
}




.beige {
    background: #F9F7F5;
    /* padding: 90px 0 60px; */
}
.white {
    background: #FFF;

}

.flow_btn {
    font-size: 1.6rem;
    text-align: right;
    margin-top: 20px;
}
.flow_btn a {
    text-decoration: none;
}
.flow_btn a::before {
    content: url(/business-partner/img/common/icon_link.png);
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.flow_btn a:hover {
    text-decoration: underline;
}
@media print, screen and (max-width: 768px) {
    .flow_btn {
        text-align: center;
    }
}


