@charset "utf-8";
.secHero{
    width: 100%;
    background: url(../img/lp/request/heroBg.jpg) center top no-repeat;
    height: 76.5rem;
    margin-top: 2.7rem;
}
@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;
}
.secHero .txtbox{
    display: inline-block;
    width: 100%;
    text-align: left;
}
.secHero .title{
    font-size:var(--pcFS50);
    line-height: calc(65 / 50);
    font-weight: bold;
    color: var(--greenColor);
}
.secHero .subtit{
    font-size: var(--pcFS22);
    line-height: var(--pcLH22_30);
    font-weight: bold;
    color: var(--greenColor);
    margin-top: 1.2rem;
}
.secHero .txt{
    font-size: var(--pcFS14);
    line-height: calc(30 / 14);
    margin-top: 1.6rem;
}
.secHero .btnArea{
    width: 100%;
    margin-top: 3rem;
}
.secHero .btnlist{
    max-width: 53rem;
    width: 100%;
    display: flex;
}
.secHero .btnItem{
    width: calc((100% - 1rem) / 2);
    margin-right: 1rem;
}
.secHero .btnItem:last-child{
    margin-right: 0;
}
.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(--whiteColor);
    color: var(--btnColor);
}
.secHero .btnLink.form{
    background-color: var(--formBtnColor_gold);
    color: var(--whiteColor);
}
.secHero .btnLink .btnIn{
    display: inline-block;
    width: 100%;
    text-align: center;
}
@media only screen and (max-width:1215px){
    .secHero{
        height: auto;
        min-height: calc(765 / 1500 * 100vw);
        background-size:auto 100%;
    }
    .secHero .Inner{
        padding: 5rem 0;
    }
    .secHero .title{
        font-size: var(--pcFS38);
    }
}
@media only screen and (max-width:767px){
    .secHero{
        background: url(../img/lp/request/heroBg_sp.jpg) center bottom no-repeat #e0e5e7;
        background-size: 100% auto;
        height: auto;
        margin-top: 1.8rem;
        padding-top: 4.8rem;
    }
    .secHero .Inner{
        width: calc(325 / 375 * 100%);
        max-width: 100%;
        height: auto;
        display: block;
        padding: 0;
        position: relative;
        padding-bottom: calc((240 / 375 * 100vw) + 5rem + 5rem);
    }
    .secHero .txtbox{
        display: block;
    }
    .secHero .title{
        font-size:var(--spFS20);
        line-height: calc(28 / 20);
    }
    .secHero .subtit{
        font-size: var(--spFS13);
        line-height: var(--spLH13_20);
        margin-top: 1rem;
    }
    .secHero .txt{
        font-size: var(--spFS12);
        line-height: calc(20 / 12);
        margin-top: 0.6rem;
    }
    .secHero .btnArea{
        margin-top: 0;
        position: absolute;
        left: 0;
        bottom: 5rem;
    }
    .secHero .btnlist{
        max-width: 100%;
    }
    .secHero .btnLink{
        height: 5rem;
        border-radius: 1rem;
        font-size: var(--spFS12);
        line-height:var(--spLH12_20);
    }
}
@media only screen and (max-width:374px){
    .secHero{
        background-size: cover;
    }
}

/* ▼フォーム周り */
.secLpform{
    width: 100%;
    margin-top: 14.5rem;
}
.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(24 / 16);
    margin-top: 1.7rem;
}
.secLpform .l_formtxtArea + .secCmnForm{
    margin-top: 7.4rem;
}
.secForm .cmnCoBtn a,
.secForm .cmnCoBtn a:hover{
    background:var(--formBtnColor_gold);
}
.secForm .cmnCoBtn .btnSendCoBack,
.secForm .cmnCoBtn .btnSendCoBack:hover{
    background: var(--whiteColor);
    color: var(--textColor);
}
@media only screen and (max-width:1215px){
    .secLpform{
        margin-top: 8rem;
    }
    .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;
    }
}

/* secIndexTitbox */
.secIndexTitbox{
    width: 100%;
    text-align: center;
}
.secIndexTitbox .i_tit{
    font-size: var(--pcFS38);
    line-height: calc(56 / 38);
    font-weight: bold;
}
.secIndexTitbox .i_tit .color_gold{
    color: var(--formBtnColor_gold);
}
.secIndexTitbox .i_txt{
    font-size: var(--pcFS16);
    line-height: calc(30 / 16);
    margin-top: 1.8rem;
}
.secTop{
    width: 100%;
    margin-top: 14.4rem;
}
.secTop .Onbox{
    margin-top: 5.8rem;
}
.secTop .Onbox .onlist{
    display: flex;
    width: 100%;
}
.secTop .Onbox .onItem{
    width: calc((100% - 4rem) / 2);
    margin-right: 4rem;
}
.secTop .Onbox .onItem:last-child{
    margin-right: 0;
}
.secTop .Onbox .ontitbox{
    width: 100%;
    text-align: center;
}
.secTop .Onbox .ontit{
    display: inline-block;
    font-size: var(--pcFS26);
    line-height: calc(36 / 26);
    font-weight: bold;
}
.secTop .ontit .titIn{
    text-decoration: underline 1px;
    text-underline-offset: 0.6rem;
}
.secTop .itemBox{
    width: 100%;
    position: relative;
    border-radius: 2rem;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
    margin-top: 10.2rem;
}
.secTop .itemBox::after{
    content: "";
    position: absolute;
}
.secTop.lazyloaded .itemBox::after{
    background: url(../img/common/tp.gif) center top no-repeat;
    background-size: 100% auto;
}
.secTop .itemBox.typeUser::after{
    width: 15.6rem;
    height: 14.4rem;
    left: calc(50% - 7.8rem);
    top: calc(0% - 7.7rem);
}
.secTop.lazyloaded .itemBox.typeUser::after{
    background-image: url(../img/lp/request/typeUser.png);
}
.secTop .itemBox.typeBusiness::after{
    width: 17rem;
    height: 13.8rem;
    left: calc(50% - 8.5rem);
    top: calc(0% - 7.1rem);
}
.secTop.lazyloaded .itemBox.typeBusiness::after{
    background-image: url(../img/lp/request/typeBusiness.png);
}
.secTop .itemBox .boxInner{
    width: 100%;
    background-color: var(--whiteColor);
    border-radius: 2rem;
    overflow: hidden;
    position: relative;
    padding-bottom: 15rem;
}
.secTop .itemBox .itemMain{
    width: 100%;
    padding: 4rem;
    padding-top: 9.2rem;
}
.secTop .itemBox .maintit{
    font-size: var(--pcFS26);
    line-height: calc(44 / 26);
    font-weight: bold;
    text-align: center;
}
.secTop .itemBox .pointbox{
    width: 100%;
    max-width: 40rem;
    margin: 0 auto;
    position: relative;
    background-color: var(--gray_lightColor_2);
    text-align: center;
    margin-top: 3.3rem;
    padding:4.4rem 1rem;
    border-radius: 2rem;
}
.secTop .itemBox .pointtitbox{
    position: absolute;
    top: calc(0% - 1.5rem);
    left: calc(50% - 3.5rem);
    width: 7rem;
    height: 3rem;
    border-radius: 2rem;
    background-color:var(--pointtitColor);
    color: var(--whiteColor);
    font-size: var(--pcFS14);
    line-height: calc(20 / 14);
    font-weight: bold;
    display: flex;
    align-items: center;
}
.secTop .itemBox .pointtitbox .pointIn{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.secTop .itemBox .pointlist{
    display: inline-block;
    text-align: left;
}
.secTop .itemBox .pItem{
    position: relative;
    padding-left: calc((var(--pcFS15) * (15 / 15)) + 0.8rem);
    display: flex;
    align-items: center;
    min-height: calc(var(--pcFS15) * (26 / 15));
}
.secTop .itemBox .pItem +.pItem{
    margin-top: 0.6rem;
}
.secTop .itemBox .pItem::before{
    content: '';
    position: absolute;
    width: calc(var(--pcFS15) * (15 / 15));
    height: calc(var(--pcFS15) * (14 / 15));
    left: 0;
    top: calc(0% + (var(--pcFS15) * (4 / 15)));
}
.secTop.lazyloaded .itemBox .pItem::before{
    background: url(../img/lp/request/pointIcon.png) center center no-repeat;
    background-size: 100% auto;
}
.secTop .itemBox .p_txt{
    font-size: var(--pcFS15);
    line-height: calc(26 / 15);
    font-weight: bold;
}
.secTop .itemBox .answerbox{
    position: absolute;
    width: 100%;
    height: 15rem;
    left: 0;
    bottom: 0;
    background-image: -moz-linear-gradient( 115deg, rgb(1,233,176) 1%, rgb(17,209,88) 100%);
    background-image: -webkit-linear-gradient( 115deg, rgb(1,233,176) 1%, rgb(17,209,88) 100%);
    background-image: -ms-linear-gradient( 115deg, rgb(1,233,176) 1%, rgb(17,209,88) 100%);
    color: var(--whiteColor);
}
.secTop .itemBox.typeBusiness .answerbox{
    background-image: -moz-linear-gradient( 115deg, rgb(163,136,219) 0%, rgb(94,101,219) 100%);
    background-image: -webkit-linear-gradient( 115deg, rgb(163,136,219) 0%, rgb(94,101,219) 100%);
    background-image: -ms-linear-gradient( 115deg, rgb(163,136,219) 0%, rgb(94,101,219) 100%);
}
.secTop .answer_titbox{
    position: absolute;
    width:7rem;
    height: 3rem;
    left: calc(50% - 3.5rem);
    top: calc(0% - 1.5rem);
    border-radius: 2rem;
    background-color: var(--formBtnColor_gold);
    color: var(--whiteColor);
    font-size: var(--pcFS14);
    line-height: calc(20 / 14);
    font-weight: bold;
    display: flex;
    align-items: center;
}
.secTop .answer_titbox .a_inner{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.secTop .answer_txtbox{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.secTop .answer_txtbox .a_txtIn{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.secTop .answer_txtbox .a_txt{
    font-size: var(--pcFS18);
    line-height: calc(38 / 18);
    font-weight: bold;
}
.secTop .answer_txtbox .a_txt .y_color{
    color: var(--countertagColor);
}
@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{
        margin-top: 5.6rem;
    }
    .secTop .Onbox{
        margin-top: 3.2rem;
    }
    .secTop .itemBox .boxInner{
        padding-bottom: 10rem;
    }
    .secTop .Onbox .onlist{
        display: block;
    }
    .secTop .Onbox .onItem{
        width: 100%;
        margin-right: 0;
    }
    .secTop .Onbox .onItem + .onItem{
        margin-top: 3.8rem;
    }
    .secTop .Onbox .ontit{
        font-size: var(--spFS16);
        line-height: calc(22 / 16);
    }
    .secTop .ontit .titIn{
        text-underline-offset: 4px;
    }
    .secTop .itemBox{
        border-radius: 1rem;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
        margin-top: 7.5rem;
    }
    .secTop .itemBox.typeUser::after{
        width: 10.2rem;
        height: 9.4rem;
        left: calc(50% - 5.1rem);
        top: calc(0% - 6rem);
    }
    .secTop .itemBox.typeBusiness::after{
        width: 11.1rem;
        height: 9.1rem;
        left: calc(50% - 5.55rem);
        top: calc(0% - 5.6rem);
    }
    .secTop .itemBox .itemMain{
        padding: 3.3rem 2rem;
        padding-top: 4.6rem;
    }
    .secTop .itemBox .maintit{
        font-size: var(--spFS16);
        line-height: calc(24/ 16);
    }
    .secTop .itemBox .pointtitbox{
        top: calc(0% - 1.3rem);
        left: calc(50% - 2.8rem);
        width: 5.6rem;
        height: 2.6rem;
        font-size: var(--spFS12);
        line-height: calc(20 / 12);
    }
    .secTop .itemBox .pItem{
        padding-left: calc((var(--spFS12) * (13 / 12)) + 0.5rem);
        min-height: calc(var(--spFS12) * (20 / 12));
    }
    .secTop .itemBox .pItem +.pItem{
        margin-top: 0.4rem;
    }
    .secTop .itemBox .pItem::before{
        width: calc(var(--spFS12) * (13 / 12));
        height: calc(var(--spFS12) * (12 / 12));
        top: calc(0% + (var(--spFS12) * (3 / 12)));
    }
    .secTop .itemBox .p_txt{
        font-size: var(--spFS12);
        line-height: calc(20 / 12);
    }
    .secTop .itemBox .answerbox{
        height: 10rem;
    }
    .secTop .answer_titbox{
        width:5.6rem;
        height: 2.6rem;
        left: calc(50% - 2.8rem);
        top: calc(0% - 1.3rem);
        font-size: var(--spFS12);
        line-height: calc(20 / 12);
    }
    .secTop .answer_txtbox .a_txt{
        font-size: var(--spFS13);
        line-height: calc(20 / 13);
    }
    .secTop .itemBox .pointbox{
        max-width: 28.5rem;
        margin-top: 3.3rem;
        padding: 2.1rem 1rem;
        border-radius: 1rem;
    }
}
/* middleArea */
.secTop .middleArea{
    margin-top: 6rem;
}
.secTop .middlebox{
    width: 100%;
    background-color: var(--whiteColor);
    border-radius: 3rem;
    padding: 6rem;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
    padding-top: 4.8rem;
}
.secTop .middlebox.type_under{
    margin-top: 3rem;
    padding-top: 6.7rem;
    padding-bottom: 6.7rem;
}
.secTop .middlebox .m_imgbox{
    width: 100%;
    max-width: 108rem;
}
.secTop .middlebox.type_under .m_imgbox{
    max-width: 96rem;
    margin: 0 auto;
}
@media only screen and (max-width:1215px){
    .secTop .middleArea{
        margin-top: 4rem;
        padding-top: 4rem;
        border-top: 1px solid;
        border-color:var(--request_borderColor);
    }
    .secTop .middlebox{
        border-radius: 1rem;
        padding: 1.5rem;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
        padding-top: 3rem;
    }
    .secTop .middlebox.type_under{
        margin-top: 2rem;
        padding-top: 4rem;
        padding-bottom: 3.8rem;
    }
    .secTop .middlebox .m_imgbox{
        max-width:100%;
    }
    .secTop .middlebox.type_under .m_imgbox{
        max-width: 24.5rem;
        width: calc(100% - 2rem);
        margin: 0 auto;
    }
}

/* secRoute */
.secRoute{
    margin-top: 15rem;
    width: 100%;
    background-color: var(--t_grand_grayColor);
}
.secRoute .Inner{
    padding-top: 14.5rem;
    padding-bottom: 15rem;
}
.secRoute .listBox{
    width: 100%;
    margin-top: 5.4rem;
}
.secRoute .list{
    width: 100%;
}
.secRoute .item{
    width: 100%;
}
.secRoute .item + .item{
    margin-top: 5rem;
}
.secRoute .ItemInner{
    display: flex;
    align-items: center;
}
.secRoute .imgArea{
    width:46rem;
}
.secRoute .imgArea .imgBox{
    width: 100%;
    height: 0;
    padding-top: calc((360 / 460) * 100%);
    overflow: hidden;
    border-radius: 2rem;
}
.secRoute .txtArea{
    flex: 1;
}
.secRoute .txtIn{
    display: inline-block;
    width: 100%;
    text-align: left;
}
.secRoute .numtxt{
    font-size: var(--pcFS30);
    line-height: calc(40 / 30);
    font-weight: bold;
    color: var(--formBtnColor_gold); 
}
.secRoute .tit{
    font-size: var(--pcFS32);
    line-height: var(--pcLH32_44);
    font-weight: bold;
    margin-top: 0.7rem;
}
.secRoute .txt{
    font-size: var(--pcFS16);
    line-height: calc(30 / 16);
    margin-top: 0.4rem;
}
@media only screen and (min-width:1216px){
    .secRoute .item:nth-child(2n) .ItemInner{
        flex-direction: row-reverse;
    }
    .secRoute .item:nth-child(2n + 1) .txtArea{
        padding-left:6rem;
    }
    .secRoute .item:nth-child(2n) .txtArea{
        padding-right:6rem;
    }
}
@media only screen and (max-width:1215px){
    .secRoute{
        margin-top: 8rem;
    }
    .secRoute .Inner{
        padding-top: 5.7rem;
        padding-bottom: 7.5rem;
    }
    .secRoute .listBox{
        margin-top: 2.9rem;
    }
    .secRoute .item + .item{
        margin-top: 2.5rem;
        padding-top: 2.6rem;
        border-top: 1px solid;
        border-color: var(--request_borderColor);
    }
    .secRoute .ItemInner{
        display: block;
        position: relative;
        padding-left: calc(10.5rem + 2rem);
    }
    .secRoute .imgArea{
        width: 10.5rem;
        position: absolute;
        left: 0;
        top: 0.5rem;
    }
    .secRoute .imgArea .imgBox{
        border-radius: 0.5rem;
    }
    .secRoute .txtArea{
        width: 100%;
    }
    .secRoute .numtxt{
        font-size: var(--spFS14);
        line-height: calc(20 / 14);
    }
    .secRoute .tit{
        font-size: var(--spFS16);
        line-height:var(--spLH16_24);
        margin-top: 0.4rem;
    }
    .secRoute .txt{
        font-size: var(--spFS12);
        line-height:calc(18 / 12);
        margin-top: 0.3rem;
    }
}

/* secInfo */
.secInfo{
    margin-top: 15rem;
}
.secInfo .Inner{
    position: relative;
    background-color: var(--whiteColor);
    border: 1px solid;
    border-color: var(--lineColor);
    border-radius: 2rem;
    padding: 5rem;
    display: flex;
    align-items: center;
}
.secInfo .Inner::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 6rem;
    top: calc(0% - 3rem);
    left: calc(50% - 0.5px);
    background-color: var(--lineColor);
}
.secInfo .imgArea{
    width: 40rem;
}
.secInfo .imgArea .imgBox{
    width: 100%;
    height: 0;
    padding-top: calc((600 / 800) * 100%);
    overflow: hidden;
    border-radius: 2rem;
}
.secInfo .txtArea{
    flex: 1;
    padding-left:7rem;
}
.secInfo .txtIn{
    display: inline-block;
    width: 100%;
    text-align: left;
}
.secInfo .tit{
    font-size: var(--pcFS28);
    line-height: calc(44 / 28);
    font-weight: bold;
}
.secInfo .txt{
    font-size: var(--pcFS14);
    line-height: calc(26 / 14);
    margin-top: 0.6rem;
}
.secInfo .txt .y_line{
    background: linear-gradient(transparent 60%, var(--countertagColor) 60%);
}
@media only screen and (max-width:1215px){
    .secInfo{
        margin-top: 8rem;
    }
    .secInfo .Inner{
        border-radius: 1rem;
        padding: 4rem 3.5rem 3.7rem;
        display: block;
    }
    .secInfo .Inner::after{
        height: 3rem;
        top: calc(0% - 1.5rem);
    }
    .secInfo .imgArea{
        width: 100%;
        max-width: 24.5rem;
        margin: 0 auto;
    }
    .secInfo .imgArea .imgBox{
        border-radius: 1rem;
    }
    .secInfo .txtArea{
        width: 100%;
        padding: 0;
        margin-top: 1.7rem;
    }
    .secInfo .tit{
        font-size: var(--spFS16);
        line-height: var(--spLH16_24);
    }
    .secInfo .txt{
        font-size: var(--spFS12);
        line-height: calc(18 / 12);
        margin-top: 0.5rem;
    }
}
/* ▼260707 */
.secFormTable .normal_th:not(.active){
    display: none;
}
.secFormTable .typeBusiness_th:not(.active){
    display: none;
}
/* ▼260714 */
.secFormTable .citybox{
    width: 100%;
    text-align: left;
}
.secFormTable .citytxt{
    font-size: var(--pcFS16);
    line-height: calc(30 / 16);
    letter-spacing: var(--pcLS16);
    font-weight: bold;
}
@media only screen and (max-width:1215px){
    .secFormTable .citytxt{
        font-size: var(--spFS12);
        line-height: calc(18 / 12);
    }
}