@charset "utf-8";
.secHero{
    width: 100%;
    background: url(../img/lp/counter/heroBg.jpg) center top no-repeat;
    height: 76.5rem;
    margin-top: 2.7rem;
    position: relative;
}
@media only screen and (min-width:1921px){
    .secHero{
        background-size: 100% auto;
        height: calc((765 / 1920) * 100vw);
    }
}
@media only screen and (max-width:1500px){
    .secHero{
        background-size: 192rem auto;
    }
}
.secHero .Inner{
    width: calc(100% - 10rem);
    max-width: 128rem;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 4rem;
    position: relative;
    z-index: 5;
}
.secHero .txtbox{
    display: inline-block;
    width: 100%;
    text-align:center;
}
.secHero .title{
    font-size:var(--pcFS50);
    line-height: calc(72 / 50);
    font-weight: bold;
    color: var(--whiteColor);
}
.secHero .txt{
    font-size: var(--pcFS14);
    line-height: calc(30 / 14);
    margin-top: 0.5rem;
    color: var(--whiteColor);
}
.secHero .tagArea{
    width: 100%;
    margin-top: 1.8rem;
}
.secHero .taglist{
    max-width: 53rem;
    width: 100%;
    margin: 0 auto;
    display: flex;
}
.secHero .tagItem{
    width: calc((100% - 2rem) / 3);
    margin-right: 1rem;
}
.secHero .tagItem:last-child{
    margin-right: 0;
}
.secHero .tagBox{
    display: flex;
    align-items: center;
    width: 100%;
    height: 5.4rem;
    border-radius: 3rem;
    background-color: var(--countertagColor);
    color: var(--textColor);
    font-size: var(--pcFS18);
    line-height: calc(30 / 18);
    font-weight: bold;
}
.secHero .tagIn{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.secHero .btnArea{
    width: 100%;
    max-width: 26rem;
    margin: 0 auto;
    margin-top: 5rem;
}
.secHero .btnLink{
    display: flex;
    align-items: center;
    width: 100%;
    height: 6rem;
    border-radius: 1.5rem;
    font-size: var(--pcFS16);
    line-height: calc(24 / 16);
    font-weight: bold;
    background-color: var(--counterbtnColor);
    color: var(--whiteColor);
}
.secHero .btnLink .btnIn{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.secHero .brPc_1780{
    display: none;
}
.secHero::before,
.secHero::after{
    content: "";
    position: absolute;
    background: url(../img/common/tp.gif) center center no-repeat;
    background-size: 100% auto;
}
.secHero::before{
    width: 40rem;
    height: 51.6rem;
    top: calc(50% - 25.8rem);
    left: 0;
    background-image: url(../img/lp/counter/heroTp_01.png);
}
.secHero::after{
    width: 37.6rem;
    height: 49.6rem;
    top: calc(50% - 24.8rem);
    right: 0;
    background-image: url(../img/lp/counter/heroTp_02.png);
}
@media only screen and (min-width:1216px){
    @media only screen and (max-width:1820px){
        .secHero::before{
            width: calc(400 / 1920 * 100vw);
            height: calc(516 / 1920 * 100vw);
            top: calc(50% - ((516 / 1920 * 100vw) / 2));
        }
        .secHero::after{
            width: calc(376 / 1920 * 100vw);
            height: calc(496 / 1920 * 100vw);
            top: calc(50% - ((496 / 1920 * 100vw) / 2));
        }
    }
    @media only screen and (max-width:1780px){
        .secHero .brPc_1780{
            display: block;
        }
    }
    .secHero .hero_bgitem{
        display: none;
    }
}
@media only screen and (max-width:1215px){
    .secHero{
        width: 100%;
        background: url(../img/lp/counter/heroBg_sp.jpg.png) left top repeat;
        height:auto;
        margin-top: 1.8rem;
        padding-top: 4.7rem;
        padding-bottom: 5rem;
    }
    .secHero .hero_bgitem{
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        padding-bottom: 12rem;
    }
    .secHero .hero_bgitem .itemimg{
        max-width: 29.6rem;
        width: calc(100% - 2rem);
        margin: 0 auto;
    }
    .secHero .Inner{
        width: calc(325 / 375 * 100%);
        max-width: 40rem;
        height: auto;
        display: block;
        padding: 0;
    }
    .secHero .txtbox{
        display:block;
        text-align:left;
    }
    .secHero .title{
        font-size:var(--spFS20);
        line-height: calc(28 / 20);
    }
    .secHero .txt{
        font-size: var(--spFS12);
        line-height: calc(20 / 12);
        margin-top: 0.6rem;
    }
    .secHero .tagArea{
        margin-top: 1.4rem;
    }
    .secHero .taglist{
        max-width: 100%;
    }
    .secHero .tagItem{
        width: calc((100% - 1rem) / 3);
        margin-right: 0.5rem;
    }
    .secHero .tagItem:last-child{
        margin-right: 0;
    }
    .secHero .tagBox{
        height: 3.4rem;
        font-size: var(--spFS12);
        line-height: calc(20 / 12);
    }
    .secHero .btnArea{
        max-width: 28.5rem;
        width: calc(100% - 4rem);
        margin: 0 auto;
        margin-top: 13.5rem;
    }
    .secHero .btnLink{
        height: 5rem;
        border-radius: 1rem;
        font-size: var(--spFS12);
        line-height: calc(20 / 12);
    }
    .secHero::before{
        width: 12.7rem;
        height: 16.3rem;
        top: auto;
        bottom: 2.4rem;
    }
    .secHero::after{
        width: 11.9rem;
        height: 15.8rem;
        top: auto;
        bottom: 2.6rem;
    }
}
/* ▼フォーム周り */
.secLpform{
    width: 100%;
    margin-top: 5.3rem;
}
.secLpform .l_formtxtArea{
    width: 100%;
    text-align: center;
}
.secLpform .l_formtit{
    font-size: var(--pcFS38);
    line-height: calc(56 / 38);
    font-weight: bold;
}
.secLpform .l_formtxt{
    font-size: var(--pcFS16);
    line-height: calc(30 / 16);
    margin-top: 1.2rem;
}
.secLpform .l_formtxtArea + .secCmnForm{
    margin-top: 4.2rem;
}
.secForm .cmnCoBtn a,
.secForm .cmnCoBtn a:hover{
    background:var(--counterbtnColor);
}
.secForm .cmnCoBtn .btnSendCoBack,
.secForm .cmnCoBtn .btnSendCoBack:hover{
    background: var(--whiteColor);
    color: var(--textColor);
}
@media only screen and (max-width:1215px){
    .secLpform{
        margin-top: 1.6rem;
    }
    .secLpform .l_formtit{
        font-size: var(--spFS18);
        line-height: calc(26 / 18);
    }
    .secLpform .l_formtxt{
        font-size: var(--spFS12);
        line-height: calc(20 / 12);
        margin-top: 0.4rem;
    }
    .secLpform .l_formtxtArea + .secCmnForm{
        margin-top: 3.5rem;
    }
}
.secRequest{
    margin-top: 8rem;
}
.secLogoSlide{
    width: 100%;
    overflow: hidden;
}
.secLogoSlide .inner{
    width: calc(100% - 10rem);
    max-width: 144rem;
    margin: 0 auto;
}
.secLogoSlide .slideBox{
    width: 100%;
}
.secLogoSlide .swiper{
    width: 100%;
    overflow:visible;
}
.secLogoSlide .swiper-wrapper{
    transition-timing-function: linear;
}
.secLogoSlide .logobox{
    width: 100%;
    height: 0;
    padding-top: calc(380 / 560 * 100%);
    overflow: hidden;
}
@media only screen and (max-width:1215px){
    .secRequest{
        margin-top: 4rem;
    }
    .secLogoSlide .inner{
        width: calc(255 / 375 * 100%);
        max-width:40rem;
        margin: 0 auto;
    }
}

/* ▼secIndexTitbox */
.secIndexTitbox{
    width: 100%;
    text-align: center;
}
.secIndexTitbox .i_tit{
    font-size: var(--pcFS38);
    line-height: calc(56 / 38);
    font-weight: bold;
}
.secIndexTitbox .i_txt{
    font-size: var(--pcFS16);
    line-height: calc(30 / 16);
    margin-top: 1.3rem;
}
.secIndexTitbox .i_tit .color_green{
    color: var(--green_txtColor);
}
@media only screen and (max-width:1215px){
    .secIndexTitbox .i_tit{
        font-size: var(--spFS16);
        line-height: calc(26 / 16);
    }
    .secIndexTitbox .i_txt{
        font-size: var(--spFS12);
        line-height: calc(22 / 12);
        margin-top: 0.8rem;
    }
}
/* ▼secTop */
.secTop{
    width: 100%;
    margin-top: 9.4rem;
    text-align: center;
}
.secTop .maintxt{
    font-size: var(--pcFS34);
    line-height: calc(56 / 34);
    font-weight: bold;
    margin-top: 3.5rem;
}
.secTop .maintxt .green_txt{
    color: var(--green_txtColor);
    font-size: var(--pcFS38);
    line-height: calc(56 / 38);
}
.secTop .listbox{
    width: 100%;
    margin-top: 4.5rem;
}
.secTop .list{
    display: flex;
    flex-wrap: wrap;
}
.secTop .item{
    width: calc((100% - 4rem) / 2);
    margin-right: 4rem;
}
.secTop .itemInner{
    width: 100%;
    height: 100%;
    min-height: 18rem;
    background-color: var(--whiteColor);
    border-radius: 2rem;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
    position: relative;
    padding: 3rem 5rem;
    padding-left: calc(5rem + 12.5rem);
    display: flex;
    align-items: center;
}
.secTop .itemInner::after{
    content: "";
    position: absolute;
}
.secTop.lazyloaded .itemInner::after{
    background: url(../img/common/tp.gif) center center no-repeat;
    background-size: 100% auto;
}
.secTop .logo_type01 .itemInner::after{
    width: 10.2rem;
    height: 10.2rem;
    left: 5.3rem;
    top: calc(50% - 5.1rem);
}
.secTop.lazyloaded .logo_type01 .itemInner::after{
    background-image: url(../img/lp/counter/logoIcon01.png);
}
.secTop .logo_type02 .itemInner::after{
    width: 9.4rem;
    height: 10.4rem;
    left: 5.3rem;
    top: calc(50% - 5.2rem);
}
.secTop.lazyloaded .logo_type02 .itemInner::after{
    background-image: url(../img/lp/counter/logoIcon02.png);
}
.secTop .logo_type03 .itemInner::after{
    width: 9.8rem;
    height: 10.4rem;
    left: 50px;
    top: calc(50% - 5.2rem);
}
.secTop.lazyloaded .logo_type03 .itemInner::after{
    background-image: url(../img/lp/counter/logoIcon03.png);
}
.secTop .logo_type04 .itemInner::after{
    width: 9.8rem;
    height: 10.2rem;
    left: 5.3rem;
    top: calc(50% - 5.2rem);
}
.secTop.lazyloaded .logo_type04 .itemInner::after{
    background-image: url(../img/lp/counter/logoIcon04.png);
}
.secTop .txtbox{
    display: inline-block;
    width: 100%;
    text-align: left;
}
.secTop .txt{
    font-size: var(--pcFS20);
    line-height: calc(36 / 20);
    font-weight: bold;
}
@media only screen and (min-width:1216px){
    .secTop .item:nth-child(2n),
    .secTop .item:last-child{
        margin-right: 0;
    }
    .secTop .item:nth-child(n + 3){
        margin-top: 4rem;
    }
}
@media only screen and (max-width:1215px){
    .secTop{
        margin-top: 4.6rem;
    }
    .secTop .maintxt{
        font-size: var(--spFS16);
        line-height: calc(26 / 16);
        margin-top: 2.3rem;
    }
    .secTop .maintxt .green_txt{
        font-size: var(--spFS18);
        line-height: calc(26 / 18);
    }
    .secTop .listbox{
        margin-top: 2.2rem;
    }
    .secTop .list{
        display: block;
    }
    .secTop .item{
        width: 100%;
        margin-right: 0;
    }
    .secTop .item + .item{
        margin-top: 0.5rem;
    }
    .secTop .itemInner{
        height: auto;
        min-height: 10rem;
        border-radius: 1rem;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
        padding: 2rem 2rem;
        padding-left: calc(3rem + 6.2rem);
    }
    .secTop .logo_type01 .itemInner::after{
        width: 5.1rem;
        height: 5.1rem;
        left: 3rem;
        top: calc(50% - 2.55rem);
    }
    .secTop .logo_type02 .itemInner::after{
        width: 4.7rem;
        height: 5.2rem;
        left: 2.9rem;
        top: calc(50% - 2.6rem);
    }
    .secTop .logo_type03 .itemInner::after{
        width: 4.9rem;
        height: 5.2rem;
        left: 3rem;
        top: calc(50% - 2.6rem);
    }
    .secTop .logo_type04 .itemInner::after{
        width: 4.9rem;
        height: 5.1rem;
        left: 3rem;
        top: calc(50% - 2.55rem);
    }
    .secTop .txt{
        font-size: var(--spFS13);
        line-height: calc(22 / 13);
    }
}
/* ▼secReply */
.secReply{
    width: 100%;
    margin-top: 15rem;
    background-color: var(--t_grand_grayColor);
}
.secReply .Inner{
    position: relative;
    padding-top: 14.4rem;
    padding-bottom: 15rem;
}
.secReply .Inner::after{
    content: "";
    position: absolute;
    width: 16rem;
    height: 17.2rem;
    left: calc(50% - 8rem);
    top: calc(0% - 7.2rem);
}
.secReply.lazyloaded .Inner::after{
    background: url(../img/lp/counter/replyIcon.png) center top no-repeat;
    background-size: 100% auto;
}
.secReply .secIndexTitbox .i_txt{
    margin-top: 2rem;
}
.secReply .listBox{
    width: 100%;
    margin-top: 5.1rem;
}
.secReply .list{
    width: 100%;
}
.secReply .item{
    width: 100%;
}
.secReply .item + .item{
    margin-top: 5rem;
}
.secReply .ItemInner{
    display: flex;
    align-items: center;
}
.secReply .imgArea{
    width:46rem;
}
.secReply .imgArea .imgBox{
    width: 100%;
    height: 0;
    padding-top: calc((360 / 460) * 100%);
    overflow: hidden;
    border-radius: 2rem;
}
.secReply .txtArea{
    flex: 1;
}
.secReply .txtIn{
    display: inline-block;
    width: 100%;
    text-align: left;
}
.secReply .numtxt{
    font-size: var(--pcFS30);
    line-height: calc(40 / 30);
    font-weight: bold;
    color: var(--green_txtColor);
}
.secReply .tit{
    font-size: var(--pcFS32);
    line-height: var(--pcLH32_44);
    font-weight: bold;
    margin-top: 0.7rem;
}
.secReply .txt{
    font-size: var(--pcFS16);
    line-height: calc(30 / 16);
    margin-top: 0.4rem;
}
@media only screen and (min-width:1216px){
    .secReply .item:nth-child(2n) .ItemInner{
        flex-direction: row-reverse;
    }
    .secReply .item:nth-child(2n + 1) .txtArea{
        padding-left:6rem;
    }
    .secReply .item:nth-child(2n) .txtArea{
        padding-right:6rem;
    }
}
@media only screen and (max-width:1215px){
    .secReply{
        margin-top: 10rem;
    }
    .secReply .Inner{
        padding-top: 6.7rem;
        padding-bottom: 5rem;
    }
    .secReply .Inner::after{
        width: 8rem;
        height: 8.6rem;
        left: calc(50% - 4rem);
        top: calc(0% - 4.2rem);
    }
    .secReply .secIndexTitbox .i_txt{
        margin-top: 0.9rem;
    }
    .secReply .listBox{
        margin-top: 2.9rem;
    }
    .secReply .item + .item{
        margin-top: 2.5rem;
        padding-top: 2.6rem;
        border-top: 1px solid;
        border-color: var(--request_borderColor);
    }
    .secReply .ItemInner{
        display: block;
        position: relative;
        padding-left: calc(10.5rem + 2rem);
    }
    .secReply .imgArea{
        width: 10.5rem;
        position: absolute;
        left: 0;
        top: 0.5rem;
    }
    .secReply .imgArea .imgBox{
        border-radius: 0.5rem;
    }
    .secReply .txtArea{
        width: 100%;
    }
    .secReply .numtxt{
        font-size: var(--spFS14);
        line-height: calc(20 / 14);
    }
    .secReply .tit{
        font-size: var(--spFS16);
        line-height:var(--spLH16_24);
        margin-top: 0.4rem;
    }
    .secReply .txt{
        font-size: var(--spFS12);
        line-height:calc(18 / 12);
        margin-top: 0.3rem;
    }
}

.secReply .u_Content{
    width: 100%;
    background-color: var(--whiteColor);
    border: 1px solid;
    border-color: var(--lineColor);
    border-radius: 2rem;
    margin-top: 10rem;
    position: relative;
}
.secReply .u_Content::after{
    content: "";
    position: absolute;
    width: 10.8rem;
    height: 11.6rem;
    bottom: 0.9rem;
    right: 3rem;
}
.secReply.lazyloaded .u_Content::after{
    background: url(../img/lp/counter/replyIcon.png) center top no-repeat;
    background-size: 100% auto;
}
.secReply .u_inner{
    max-width: 94rem;
    margin: 0 auto;
    width: calc(100% - 6rem);
    text-align: center;
    padding-top: 7.5rem;
    padding-bottom: 7.1rem;
}
.secReply .u_tit{
    font-size: var(--pcFS24);
    line-height: calc(36 / 24);
    font-weight: bold;
}
.secReply .u_flex{
    display: flex;
    margin-top: 5.2rem;
}
.secReply .u_item{
    width: calc((100% - 6rem) / 2);
    margin-right: 6rem;
}
.secReply .u_item:last-child{
    margin-right: 0;
}
.secReply .u_in{
    width: 100%;
}
.secReply .u_imgArea{
    width: 100%;
    position: relative;
}
.secReply .u_subtitbox{
    position: absolute;
    left: calc(50% - 3.5rem);
    top: calc(0% - 1.5rem);
    width: 7rem;
    height: 3rem;
    border-radius: 3rem;
    display: flex;
    align-items: center;
    font-size: var(--pcFS14);
    line-height: calc(20 / 14);
    font-weight: bold;
    z-index: 5;
}
.secReply .u_subtitbox.type_before{
    background-color: var(--counter_beforeBg);
    color: var(--counter_beforeColor);
}
.secReply .u_subtitbox.type_after{
    background-color: var(--counter_afterBg);
    color: var(--green_txtColor);
}
.secReply .u_subtitbox .u_titIn{
    width: 100%;
    text-align: center;
}
.secReply .u_imgBox{
    width: 100%;
    height: 0;
    padding-top:calc(290 / 440 * 100%);
    border-radius: 5rem;
    overflow: hidden;
    z-index: 1;
}
.secReply .u_txtArea{
    width: 100%;
    text-align: center;
    margin-top: 2.2rem;
}
.secReply .u_txt{
    font-size: var(--pcFS14);
    line-height: calc(26 / 14);
}
@media only screen and (max-width:1215px){
    .secReply .u_Content{
        border-radius: 1rem;
        margin-top: 4.5rem;
    }
    .secReply .u_Content::after{
        display: none;
    }
    .secReply .u_inner{
        max-width: 100%;
        width: 100%;
        padding-top: 3.4rem;
        padding-bottom: 3.7rem;
    }
    .secReply .u_tit{
        font-size: var(--spFS14);
        line-height: calc(26 / 14);
    }
    .secReply .u_flex{
        display:block;
        margin: 0 auto;
        margin-top: 3.2rem;
        width: calc(100% - 4rem);
        max-width: 27.5rem;
    }
    .secReply .u_item{
        width: 100%;
        margin-right: 0;
    }
    .secReply .u_item + .u_item{
        margin-top: 3.5rem;
    }
    .secReply .u_subtitbox{
        left: calc(50% - 2.3rem);
        top: calc(0% - 1rem);
        width: 4.6rem;
        height: 2rem;
        font-size: var(--spFS9);
        line-height: calc(16 / 9);
    }
    .secReply .u_imgBox{
        border-radius: 3rem;
    }
    .secReply .u_txtArea{
        margin-top: 1.6rem;
    }
    .secReply .u_txt{
        font-size: var(--spFS12);
        line-height: calc(20 / 12);
    }
}
/* ▼secHousemaker */
.secHousemaker{
    width: 100%;
    overflow: hidden;
    margin-top: 14.4rem;
    color: var(--btnColor);
    padding-bottom: 15rem;
    position: relative;
}
.secHousemaker .secIndexTitbox .i_txt{
    margin-top: 2rem;
}
.secHousemaker .listarea{
    width: 100%;
    margin-top: 9.1rem;
    position: relative;
    z-index: 5;
}
.secHousemaker .list{
    width: 100%;
    display: flex;
}
.secHousemaker .Item{
    width: calc((100% - 6rem) / 3);
    margin-right: 3rem;
}
.secHousemaker .Item:last-child{
    margin-right: 0;
}
.secHousemaker .itemInner{
    width: 100%;
    height: 100%;
    background-color: var(--whiteColor);
    border: 1px solid;
    border-color: var(--lineColor);
    border-radius: 2rem;
    padding: 6.8rem 3rem;
    padding-top: 7.4rem;
    position: relative;
}
.secHousemaker .itemInner::after{
    content: "";
    position: absolute;
    width: 8.8rem;
    height: 11.6rem;
    bottom: 1.8rem;
    right: 0;
}
.secHousemaker.lazyloaded .itemInner::after{
    background: url(../img/lp/counter/companyIcon.png) center top no-repeat;
    background-size: 100% auto;
}
.secHousemaker .companybox{
    width: 8rem;
    height: 8rem;
    position: absolute;
    left: calc(50% - 4rem);
    top: calc(0% - 4rem);
    border-radius: 50%;
    overflow: hidden;
    z-index: 5;
    color: var(--whiteColor);
    display: flex;
    align-items: center;
}
.secHousemaker .companybox.type01{
    background-color: var(--green_txtColor);
}
.secHousemaker .companybox.type02{
    background-color: var(--counter_type02Bg);
}
.secHousemaker .companybox.type03{
    background-color: var(--counter_type03Bg);
}
.secHousemaker .companybox .c_in{
    width: 100%;
    text-align: center;
}
.secHousemaker .companybox .c_txt{
    font-size: var(--pcFS20);
    line-height: calc(30 / 20);
    font-weight: bold;
}
.secHousemaker .ImgBox{
    max-width: 25rem;
    width: 100%;
    margin: 0 auto;
}
.secHousemaker .txtArea{
    width: 100%;
    text-align: left;
    margin-top: 3.8rem;
}
.secHousemaker .txt{
    font-size: var(--pcFS14);
    line-height: calc(24 / 14);
}
.secHousemaker .taglistbox{
    width: 100%;
    margin-top: 0.4rem;
    padding-right: 3.5rem;
}
.secHousemaker .taglist{
    display: flex;
    flex-wrap: wrap;
}
.secHousemaker .tagItem{
    display: inline-block;
    margin-right: 1rem;
    margin-top: 1rem;
}
.secHousemaker .tagBox{
    display: flex;
    align-items: center;
    height: 3.6rem;
    width: fit-content;
    padding: 0.5rem 1.5rem;
    border-radius: 3rem;
    background-color: var(--t_grand_grayColor);
    font-size: var(--pcFS13);
    line-height: calc(20 / 13);
}
.secHousemaker .tagIn{
    display: inline-block;
    width: 100%;
    text-align: left;
}
@media only screen and (max-width:1215px){
    .secHousemaker{
        margin-top: 5.6rem;
        padding-bottom: 10rem;
    }
    .secHousemaker .secIndexTitbox .i_txt{
        margin-top: 0.9rem;
    }
    .secHousemaker .listarea{
        margin-top: 2.4rem;
    }
    .secHousemaker .list{
        display: block;
        width: 100%;
    }
    .secHousemaker .Item{
        width: 100%;
        margin-right:0;
    }
    .secHousemaker .Item + .Item{
        margin-top: 1.5rem;
    }
    .secHousemaker .itemInner{
        height: auto;
        border-radius: 1rem;
        padding: 2.8rem 2.8rem;
        padding-top: 2.2rem;
    }
    .secHousemaker .itemInner::after{
        width: 6rem;
        height: 8rem;
        bottom: 1.8rem;
    }
    .secHousemaker .companybox{
        width: 4.6rem;
        height: 4.6rem;
        left: 1.5rem;
        top: 1.5rem;
    }
    .secHousemaker .companybox .c_txt{
        font-size: var(--spFS12);
        line-height: calc(20 / 12);
    }
    .secHousemaker .ImgBox{
        max-width: 20.5rem;
    }
    .secHousemaker .txtArea{
        margin-top: 0.9rem;
    }
    .secHousemaker .txt{
        font-size: var(--spFS12);
        line-height: calc(22 / 12);
    }
    .secHousemaker .taglistbox{
        margin-top: 0.5rem;
        padding-right: 30px;
    }
    .secHousemaker .tagItem{
        margin-right: 0.5rem;
        margin-top: 0.5rem;
    }
    .secHousemaker .tagBox{
        height: 3rem;
        width: fit-content;
        padding: 0.5rem 1rem;
        font-size: var(--spFS12);
        line-height: calc(20 / 12);
    }
    .secHousemaker .taglist{
        max-width: 28rem;
    }
}
/* ▼backSlidebox */
.secHousemaker .backSlidebox{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: calc(0% - 1.2rem);
    overflow: hidden;
}
.secHousemaker .backSlidebox .backSlideIn{
    display: flex;
    width: max-content;
    animation: backSlideScroll 80s linear infinite;
}
.secHousemaker .backSlidebox .backSlideImg{
    width: 228.4rem;
    flex-shrink: 0;
    margin-right: 6rem;
}
@keyframes backSlideScroll{
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-50%);
    }
}
@media only screen and (max-width:1215px){
    .secHousemaker .backSlidebox{
        bottom: calc(0% - 1rem);
    }
    .secHousemaker .backSlidebox .backSlideIn{
        animation: backSlideScroll 30s linear infinite;
    }
    .secHousemaker .backSlidebox .backSlideImg{
        width: 76.6rem;
        margin-right: 4rem;
    }
}
/* ▼secConsultation */
.secConsultation{
    width: 100%;
    color: var(--whiteColor);
}
.secConsultation.lazyloaded{
    background: url(../img/lp/counter/consultationBg.png) left top repeat;
}
.secConsultation .Inner{
    position: relative;
    padding-top: 12rem;
    padding-left: calc(44rem + 95px);
    padding-bottom: 12.3rem;
}
.secConsultation .leftArea{
    display: inline-block;
    width: 44rem;
}
.secConsultation .leftImg{
    width: 100%;
}
.secConsultation .rightArea{
    width: 100%;
    text-align: left;
}
.secConsultation .rightInner{
    width: 100%;
}
.secConsultation .tit{
    font-size: var(--pcFS38);
    line-height: calc(56 / 38);
    font-weight: bold;
}
.secConsultation .tit .y_color{
    color: var(--countertagColor);
}
.secConsultation .txtbox{
    width: 100%;
    margin-top: 1rem;
}
.secConsultation .txt{
    font-size: var(--pcFS16);
    line-height: calc(30 / 16);
}
.secConsultation .txtList{
    width: 100%;
    margin-top: 3.7rem;
}
.secConsultation .txtList .list{
    width: 100%;
}
.secConsultation .txtList .item{
    width: 100%;
}
.secConsultation .txtList .item + .item{
    margin-top: 1.7rem;
}
.secConsultation .l_titbox{
    position: relative;
    padding-left: calc(4rem + 1rem);
}
.secConsultation .numbox{
    position: absolute;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: var(--countertagColor);
    color: var(--green_txtColor);
    font-size: var(--pcFS18);
    line-height: calc(30 / 18);
    font-weight: bold;
    display: flex;
    align-items: center;
    left: 0;
    top: calc(50% - 2rem);
}
.secConsultation .numInner{
    width: 100%;
    text-align: center;
    display: inline-block;
}
.secConsultation .l_tit{
    font-size: var(--pcFS18);
    line-height: calc(30 / 18);
    font-weight: bold;
    color: var(--countertagColor);
}
.secConsultation .l_txtbox{
    width: 100%;
    padding-left: calc(4rem + 1rem);
    margin-top: 0.4rem;
}
.secConsultation .l_txt{
    font-size: var(--pcFS16);
    line-height: calc(24 / 16);
}
@media only screen and (min-width:1216px){
    .secConsultation .leftArea{
        position: absolute;
        left: 0;
        top: calc(50% - 18rem);
    }
}
@media only screen and (max-width:1215px){
    .secConsultation .Inner{
        padding: 0;
        padding-top: 3.4rem;
        padding-bottom: 5.3rem;
    }
    .secConsultation .leftArea{
        display: block;
        max-width: 22.4rem;
        width: 100%;
        margin: 0 auto;
    }
    .secConsultation .rightArea{
        width: 100%;
        padding: 0 1rem;
        margin-top: 2.2rem;
    }
    .secConsultation .tit{
        font-size: var(--spFS20);
        line-height: calc(30 / 20);
    }
    .secConsultation .txtbox{
        margin-top: 0.2rem;
    }
    .secConsultation .txt{
        font-size: var(--spFS12);
        line-height: calc(22 / 12);
    }
    .secConsultation .txtList{
        margin-top: 2.1rem;
    }
    .secConsultation .txtList .item + .item{
        margin-top: 1.3rem;
    }
    .secConsultation .l_titbox{
        padding-left: calc(2.4rem + 0.4rem);
    }
    .secConsultation .numbox{
        width: 2.4rem;
        height: 2.4rem;
        font-size: var(--spFS12);
        line-height: calc(20 / 12);
        top: calc(50% - 1.2rem);
    }
    .secConsultation .l_tit{
        font-size: var(--spFS14);
        line-height: calc(20 / 14);
    }
    .secConsultation .l_txtbox{
        padding-left: calc(2.4rem + 0.4rem);
        margin-top: 0.5rem;
    }
    .secConsultation .l_txt{
        font-size: var(--spFS12);
        line-height: calc(18 / 12);
    }
}
/* ▼secPresent */
.secPresent{
    width: 100%;
    color: var(--counter_orangeColor);
    margin-top: 12.7rem;
}
.secPresent .Inner{
    text-align: center;
}
.secPresent .txtbox{
    width: 100%;
}
.secPresent .tit{
    font-size: var(--pcFS38);
    line-height: calc(56 / 38);
    font-weight: bold;
}
.secPresent .txt{
    font-size: var(--pcFS20);
    line-height: calc(34 / 20);
    font-weight: bold;
    margin-top: 1.1rem;
}
.secPresent .txt .back_y{
    background-color: var(--countertagColor);
}
.secPresent .Iconarea{
    display: inline-block;
    position: relative;
    padding: 0 18.4rem;
    padding-top: 2rem;
}
.secPresent .Iconarea::before,
.secPresent .Iconarea::after{
    content: '';
    position: absolute;
    width:1px;
    height: 10rem;
    background-color: var(--counter_orangeColor);
    top: calc(0% - 1.3rem);
}
.secPresent .Iconarea::before{
    left: 0;
    transform: rotate(165deg);
}
.secPresent .Iconarea::after{
    right: 0;
    transform: rotate(-165deg);
}
.secPresent .Iconarea .iconbox{
    width: 10.8rem;
}
@media only screen and (max-width:1215px){
    .secPresent{
        margin-top: 7.7rem;
    }
    .secPresent .tit{
        font-size: var(--spFS18);
        line-height: calc(26 / 18);
    }
    .secPresent .txt{
        font-size: var(--spFS12);
        line-height: calc(22 / 12);
        margin-top: 0.2rem;
    }
    .secPresent .Iconarea{
        padding: 0 4rem;
        padding-top: 1.5rem;
    }
    .secPresent .Iconarea::before,
    .secPresent .Iconarea::after{
        height: 5rem;
        top: calc(0% + 1.2rem);
    }
    .secPresent .Iconarea .iconbox{
        width: 8rem;
    }
}
.secFormTable #rank_priority_other{
    display: none;
}