@charset "utf-8";

/*-----------------------------------------------
	jsHide
-----------------------------------------------*/
.jsHide{
    opacity: 0;
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
    -webkit-transition: opacity 0.5s cubic-bezier(0.18, 1.00, 0.29, 1.00), -webkit-transform 2s cubic-bezier(0.18, 1.00, 0.29, 1.00);
    transition: opacity 0.5s cubic-bezier(0.18, 1.00, 0.29, 1.00), -webkit-transform 2s cubic-bezier(0.18, 1.00, 0.29, 1.00);
    transition: opacity 0.5s cubic-bezier(0.18, 1.00, 0.29, 1.00), transform 2s cubic-bezier(0.18, 1.00, 0.29, 1.00);
    transition: opacity 0.5s cubic-bezier(0.18, 1.00, 0.29, 1.00), transform 2s cubic-bezier(0.18, 1.00, 0.29, 1.00), -webkit-transform 1.5s cubic-bezier(0.18, 1.00, 0.29, 1.00);
}
.jsHide.jsShow{
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

/*-----------------------------------------------
	main
-----------------------------------------------*/
@media only screen and (max-width:767px){
    #main{
        padding-top: 0;
        padding-bottom:0;
    }
}

/*-----------------------------------------------
	headerOwner
-----------------------------------------------*/
#headerOwner {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}
#headerOwner .wrapperHead{
    display: flex;
    justify-content: space-between;
    padding:40px 40px 0 40px;
}
#headerOwner .btn{
    width: 210px;
    height: 56px;
    border-radius: 28px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: inherit;
    text-decoration: none;
    letter-spacing: 0.5px;
}
#headerOwner .btn::before{
    content: "";
    width: 4px;
    height: 5px;
    background: url(../img/owner/imgBtnHeader.gif) center top / cover no-repeat;
    display: block;
    margin-right: 7px;
}
@media only screen and (max-width:767px){
    #headerOwner .wrapperHead{
        display: block;
        padding:10px 0 0 10px;
    }
    #headerOwner .wrapperLeft{
        width: 45px;
    }
    #headerOwner .wrapperRight{
        display: none;
    }
}
/*-----------------------------------------------
	footer
-----------------------------------------------*/
#footer{
    margin-top: 0;
    padding-top:120px;
    padding-bottom:120px;
}
#footer .txtadrs{
    font-size: 14px;
}
#footer .txtTel{
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
}
#footer .txtTel a{
    pointer-events: none;
}
.secFooterInfo {
    justify-content: center;
}
.secFooterInfo .boxLeft {
    flex-direction: column;
    text-align: center;
}
.secFooterInfo .boxLeft .txtCompany {
    margin: 40px 0 30px 0;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
}
#copy {
    margin-top: 70px;
    font-size:12px;
    letter-spacing: .75px;
}
@media only screen and (max-width:767px){
    #footer{
        padding: 65px 0 0 0 ;
        margin-top: 0;
    }
    #footer .txtadrs{
        font-size: 13px;
        margin-top:22px;
    }
    #footer .txtTel{
        margin-top: 16px;
        font-size: 13px;
        font-weight: 400;
    }
    #footer .txtTel a{
        pointer-events: auto;
    }
    .secFooterInfo .boxLeft .txtCompany {
        margin: 12px 0 ;
        font-size: 18px;
        letter-spacing: 1px;
    }
    #copy {
        margin-top: 30px;
        font-size:11px;
        letter-spacing:0;
        margin-bottom: 70px;
    }
    .secFooterInfo .boxLeft {
        margin-top: 0;
    }
}
/*-----------------------------------------------
	wrapper
-----------------------------------------------*/
.wrapper1270{
    width: 1270px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}
.wrapper1300{
    width: 1300px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}
@media only screen and (max-width:767px){
    .wrapper1270,
    .wrapper1380{
        width: 100%;
        max-width:none;
    }
    .wrapperSp335{
        width: 89.334%;
        margin: 0 auto;
    }
}
/*-----------------------------------------------
	owner_refferral
-----------------------------------------------*/
/* secOwnerTit */
.secOwnerTit .boxImg{
    text-align: center;
}
.secOwnerTit .boxImg img{
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
}
/* secLead */
.secLead .btnFormLink{
    text-align: center;
    margin-top:-50px;
}
.secLead .txtBox{
    text-align: center;
    padding-bottom: 100px;
}
.secLead .txt{
    font-size:26px;
    font-weight: 700;
    line-height: 2.307;
    margin-top:58px;
    letter-spacing:1px;
    position: relative;
}
.secLead .txt::after{
    content: '';
    position: absolute;
    width: 10px;
    height: 70px;
    bottom:-90px;
    left:calc(50% - 5px);
}
.secLead .txt.lazyloaded::after{
    background: url(../img/owner/iconLeadTxtAfter.gif) center top / cover;
}
.secLead .txtInner{
    margin-top:110px;
}
.secLead .txtInner .inner{
    font-size:36px;
    font-weight: 700;
    line-height: 2.11;
    display: inline;
    background: linear-gradient(transparent 70%, #fde221 70% ,#fde221 100%,transparent 100%);
}
.secLead .item{
    width: 205px;
    position: relative;
    padding:28px 0 42px;
}
.secLead .item::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top:0;
    bottom:0;
    margin: auto;
    right:-77px;
    border-right:1px dashed #000;
}
.secLead .item:last-child::after{
    display: none;
}
.secLead .txtItemInner{
    font-size:18px;
    line-height:1.667;
    font-weight: 700;
    text-align: center;
    margin-top:17px;
}
.secLead .boxFlow{
    margin: 50px auto 0;
    display: flex;
    justify-content:space-between ;
}
.secLead .boxImg{
    display: block;
    text-align: center;
}
.secLead .boxImg:nth-child(n+2){
    margin-top: 80px;
}
.secLead .boxImg img{
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
}
.secLead .wrapperInner{
    margin: 58px auto 0;
}
.secLead .btnFormLinkMain{
    text-align: center;
    margin-top:50px;
}
.secLead .btnFormLinkMain .txtBtn{
    position: relative;
}
.secLead .btnFormLinkMain .txtBtn::after{
    content: '';
    position: absolute;
    width: 214px;
    height: 182px;
    bottom: -58px;
    right: -92px;
}
.secLead .btnFormLinkMain .txtBtn.lazyloaded::after{
    background: url(../img/owner/iconBtnForm.png) center top / cover;
}
@media only screen and (max-width:767px){
    .secLead .btnFormLink{
        width: 295px;
        margin: -35px auto 0;
    }
    .secLead .txt{
        font-size:14px;
        line-height: 2.143;
        letter-spacing: 0.5px;
        margin-top:30px;
    }
    .secLead .txt::after{
        content: '';
        position: absolute;
        width: 8px;
        height: 48px;
        bottom:-60px;
        left:calc(50% - 4px);
    }
    .secLead .txt.lazyloaded::after{
        background: url(../img/owner/iconLeadTxtAfter_sp.gif) center top / cover;
    }
    .secLead .txtBox{
        padding-bottom: 50px;
    }
    .secLead .txtInner{
        margin-top:70px;
    }
    .secLead .txtInner .inner{
        font-size:20px;
        line-height: 2.0;
    }
    .secLead .boxFlow{
        margin: 22px auto 0;
        flex-wrap: wrap;
    }
    .secLead .item{
        width: 47.762%;
        border:1px solid #d0d0d0;
        padding:17px 0 15px;
    }
    .secLead .item:nth-child(n+3){
        margin-top:15px;
    }
    .secLead .item::after{
        display: none;
    }
    .secLead .txtItemInner{
        font-size:12px;
        line-height:1.667;
        margin-top:10px;
    }
    .secLead .imgItem{
        width: 70px;
        margin: 0 auto;
    }
    .secLead .wrapperInner{
        margin:40px auto 0;
    }
    .secLead .boxImg:nth-child(n+2){
        margin-top: 40px;
    }
    .secLead .btnFormLinkMain {
        width: 295px;
        margin: 30px auto 0;
    }
    .secLead .btnFormLinkMain .txtBtn::after{
        display: none;
    }
    .secLead .btnLinkSp{
        margin-bottom:15px;
    }
}
@media only screen and (max-width:359px){
    .secLead .txt {
        font-size: 13px;
        letter-spacing: 0;
    }
    .secLead .txtInner .inner {
        font-size:18px;
    }
}
/* secHouse */
.secHouse{
    margin-top:102px;
}
.secHouse .flowBox{
    display: flex;
    justify-content: space-between;
}
.secHouse .txtBox{
    margin-top:42px;
}
.secHouse .txt{
    font-size:26px;
    line-height:2.308;
    text-align: center;
    font-weight: 700;
}
@media only screen and (max-width:767px){
    .secHouse{
        margin-top:55px;
    }
    .secHouse .imgLeft,
    .secHouse .imgRight{
        width: 49.254%;
    }
    .secHouse .txt{
        font-size:14px;
        line-height:2.143;
    }
    .secHouse .txtBox{
        margin-top:20px;
    }
}
/* secForm */
.secForm{
    margin-top:85px;
    padding:220px 0 100px;
}
.secForm .titTableMain{
    background-color: #006253;
    font-size:18px;
    color:#fff;
    font-weight: 700;
    padding:20px;
    margin-top:10px;
}
.secForm .inner textarea{
    height: 54px;
}
.secForm .titTableMain.second{
    margin-top:20px;
}
.secFormTable tr.last{
    border-bottom:none;
}
.secFormTable .contentsList li:nth-child(n+2){
    margin-top:3px;
}
.secFormTable .innerTxtSub{
    font-size:13px;
    line-height:2.462 ;
    margin-top:6px;
    margin-bottom:3px;
}
.secForm .tableIn{
    padding-bottom:50px;
}
.secFormTable tr th.top{
    border-top:none;
}
.secFormTable .w100p{
    width: 100%;
}
.secForm .secFormTable{
    border-top: none !important;
}
@media only screen and (max-width:767px){
    .secForm{
        margin-top:53px;
        padding-top:100px;
        padding-bottom:0;
    }
    .secForm .titTableMain {
        font-size: 14px;
        padding: 13px;
        margin-top:37px;
        position: relative;
    }
    .secForm .titTableMain.top::after{
        content: '';
        width: 100%;
        height: 1px;
        right:0;
        left:0;
        top:-20px;
        position: absolute;
        border-top:1px solid #e1e1e1;
    }
    .secForm .secFormTable.top{
        border-bottom:none;
    }
    .secFormTable .contentsList li:nth-child(n+2){
        margin-top:0px;
    }
    .secFormTable .innerTxtSub{
        font-size:12px;
        line-height:1.8 ;
        margin-top:0;
        margin-bottom:5px;
    }
    .secForm textarea.other{
        height: 46px;
    }
    .secForm .bgBox{
        padding-bottom:0;
    }
}

.secFormTable.top tr:last-child{
    border-bottom: none;
}

/* ---------------------------------------------------------
    co
--------------------------------------------------------- */
.secForm.co,
.secForm.ok{
    margin-top:0;
    padding-top: 260px;
}
.secForm.ok{
    padding-bottom:40px;
}
.secForm.co tr.free{
    border-bottom:none;
}
.secForm.ok .txtOk{
    padding-bottom:0;
}
.secForm.ok .bgBox{
    padding-bottom:50px;
}
@media only screen and (max-width:767px){
    .secForm.co,
    .secForm.ok{
        padding-top: 100px;
    }
    .secForm.co .secFormTable.top{
        border-bottom:none;
    }
}