@charset "utf-8";
/*-----------------------------------------------
    secCmnTopForm
-----------------------------------------------*/
.secCmnTopForm{
    background-color: var(--green_darkColor);
}

/*-----------------------------------------------
    secCmnForm
-----------------------------------------------*/
/* secFormWrapper */
.secCmnForm .secFormWrapper{
    padding-top: 10rem;
}
.secCmnForm .secFormWrapper::after{
    left: 0;
    width: 22rem;
    height: 16.6rem;
    background-image: url(../img/icon/icon01.png);
}
.secCmnForm.form .secFormWrapper::after{
    background-image: url(../img/icon/icon02.png);
}
.secCmnForm .itemStep:nth-child(2) .txtItem {
    right: 1.5rem;
    text-align: right;
}
@media only screen and (max-width:1215px){
    .secCmnForm .secFormWrapper{
        padding-top: 5rem;
    }
    .secCmnForm .secFormWrapper::after{
        width: 10.7rem;
        height: 8.1rem;
    }
    .secCmnForm .itemStep:nth-child(2) .txtItem {
        right: 0.5rem;
    }
    .secCmnTopForm .secCmnTit.secCmnTit2 .tit{
        font-size: var(--spFontSize28);
        letter-spacing: var(--spLetterSpacing28_50);
        margin-top: 1rem;
    }
}

/* boxFormStep */
.secCmnForm .itemStep.active::before{
    background-color: var(--green_darkColor);
}
.secCmnForm .itemStep.active .txtItem {
    color: var(--green_darkColor);
}
/* boxFormTxt */
.secCmnForm .boxFormTxt{
    background-color: var(--greenColor);
}
.secCmnForm .boxFormTxt:before,
.secCmnForm .boxFormTxt::after{
    background-color: var(--green_dark4Color);
}
.secCmnForm .boxFormStep.is_stepLast:after,
.secCmnForm .boxFormStep.is_step02:after{
    background-color: var(--green_dark4Color);
}

/*-----------------------------------------------
    boxResult
-----------------------------------------------*/
.secCmnForm .boxResult{
    text-align: center;
    padding: 2rem 5rem 0;
}
.secCmnForm .boxResult .tit{
    font-size: var(--pcFontSize40);
    letter-spacing: var(--pcLetterSpacing40_50);
    font-weight: bold;
}
.secCmnForm .boxResult .txtPrice,
.secCmnForm .boxResult .txtAddress{
    color: var(--green_darkColor);
    font-weight: bold;
}
.secCmnForm .boxResult .txtPrice{
    font-size: var(--pcFontSize55);
    margin-top: 4rem;
}
.secCmnForm .boxResult .txtNum{
    font-size: var(--pcFontSize90);
}
.secCmnForm .boxResult .txt{
    font-size: var(--pcFontSize45);
}
.secCmnForm .boxResult .txt,
.secCmnForm .boxResult .txtAddress{
    font-size: var(--pcFontSize26);
    line-height: var(--pcLineHeight26_40);
}
.secCmnForm .boxResult .txtAddress{
    margin-top: 2rem;
}
.secCmnForm .boxResult + .boxFormBtn{
    margin-top: 0;
}
@media only screen and (max-width:1215px){
    .secCmnForm .boxResult{
        padding: 0 1rem;
    }
    .secCmnForm .boxResult .tit{
        font-size: var(--spFontSize14);
        letter-spacing: var(--spLetterSpacing14_0);
    }
    .secCmnForm .boxResult .txtPrice{
        font-size: var(--spFontSize20);
        margin-top: 1rem;
    }
    .secCmnForm .boxResult .txtNum{
        font-size: var(--spFontSize30);
    }
    .secCmnForm .boxResult .txt{
        font-size: var(--spFontSize16);
        vertical-align: 0.5rem;
    }
    .secCmnForm .boxResult .txt,
    .secCmnForm .boxResult .txtAddress{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_26);
    }
    .secCmnForm .boxResult .txtAddress{
        margin-top: 0.5rem;
    }
    .secCmnForm .boxResult + .boxFormBtn .aBtnFormTxt{
        margin-top: 1rem;
    }
}
/*-----------------------------------------------
    boxRealForm
-----------------------------------------------*/
.secCmnForm .boxRealForm{
    width: calc(100% - 10rem);
    margin: 5rem auto -5rem;
    background-color: var(--beige_darkColor);
    border-radius: 5rem;
    padding: 6.5rem 6rem;
}
.secCmnForm .boxRealForm .boxTit{
    padding: 0 2rem;
}
.secCmnForm .boxRealForm .tit{
    font-size: var(--pcFontSize26);
    line-height: var(--pcLineHeight26_40);
    letter-spacing: var(--pcLetterSpacing26_50);
    font-weight: bold;
}
.secCmnForm .boxRealForm .txt{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_32);
    letter-spacing: var(--pcLetterSpacing18_50);
    font-weight: bold;
    margin-top: 1rem;
}
/* boxLink */
.secCmnForm .boxRealForm .boxList {
    position: relative;
    margin-top: 5.5rem;
    z-index: 1;
}
.secCmnForm .boxRealForm .boxLink {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}
.secCmnForm .boxRealForm .item{
    width: calc((100% - 2rem) / 2);
}
.secCmnForm .boxRealForm .txtIcon{
    font-size: var(--pcFontSize18);
    background-color: var(--whiteColor);
    border-radius: 1rem;
    padding: 0.3rem 0.6rem 0.1rem;
    font-weight: bold;
    margin-right: 0.5rem;
    vertical-align: 0.2rem;
}
.secCmnForm .boxRealForm .txtNotice{
    position: absolute;
    top: -1.5rem;
    left: 0;
    margin: auto;
    min-width: 15rem;
    font-size: var(--pcFontSize11);
    border-radius: 1.6rem;
    padding: 1rem 0.3rem;
    font-weight: bold;
}
.secCmnForm .boxRealForm .boxList:after{
    position: absolute;
    content: 'お気軽にご相談ください！';
    font-size: 0;
    margin: auto;
    display: block;
    bottom: 4.3rem;
    right: 2rem;
    width: 14.1rem;
    height: 33.7rem;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.secCmnForm .boxRealForm .boxList.lazyloaded:after{
    background-image: url(../img/index/imgCta02.png);
}
@media only screen and (max-width:1215px){
    .secCmnForm .boxRealForm{
        width: calc(100% - 0.4rem);
        margin: 3rem auto -4.8rem;
        border-radius: 0 0 2rem 2rem;
        padding: 2.5rem 1.5rem;
    }
    .secCmnForm .boxRealForm .boxTit{
        padding: 0;
    }
    .secCmnForm .boxRealForm .tit{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_26);
        letter-spacing: var(--spLetterSpacing14_0);
    }
    .secCmnForm .boxRealForm .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_22);
        letter-spacing: var(--spLetterSpacing12_0);
        font-weight: normal;
        margin-top: 0.5rem;
    }
    /* boxLink */
    .secCmnForm .boxRealForm .boxList {
        margin-top: 3.5rem;
    }
    .secCmnForm .boxRealForm .boxLink {
        flex-wrap: wrap;
        width: 78.078%;
        margin: 0 auto;
    }
    .secCmnForm .boxRealForm .item{
        width: 100%;
    }
    .secCmnForm .boxRealForm .txtIcon{
        font-size: var(--spFontSize14);
        border-radius: 0.5rem;
        margin-right: 0.5rem;
        vertical-align: 0;
        padding-top: 0.2rem;
    }
    .secCmnForm .boxRealForm .txtNotice{
        top: -1.2rem;
        min-width: 13rem;
        font-size: var(--spFontSize10);
        border-radius: 1.3rem;
        padding: 0.7rem 0.3rem;
    }
    .secCmnForm .boxRealForm .boxList:after{
        bottom: -2.5rem;
        right: -1rem;
        width: 5.3rem;
        height: 11.5rem;
        z-index: 1;
    }
    .secCmnForm .boxRealForm .boxList.lazyloaded:after{
        background-image: url(../img/index/imgCta02_sp.png);
    }
}

/*-----------------------------------------------
    boxPageTit
-----------------------------------------------*/
.boxPageTit{
    text-align: center;
}
.boxPageTit .tit{
    font-size: var(--pcFontSize40);
    line-height: var(--pcLineHeight40_65);
    letter-spacing: var(--pcLetterSpacing40_100);
    font-weight: bold;
}
@media only screen and (max-width:1215px){
    .boxPageTit .tit{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_30);
        letter-spacing: var(--spLetterSpacing18_0);
    }
}

/*-----------------------------------------------
    secReason
-----------------------------------------------*/
.secReason{
    margin: 14rem auto 20rem;
    text-align: center;
}
.secReason .boxTxtImg{
    position: relative;
    margin-top: 5rem;
    padding-bottom: 21rem;
}
.secReason .boxTxtImg:after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: 0;
    right: 0;
    left: 0;
    width: 28rem;
    height: 22rem;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}
.secReason .boxTxtImg.lazyloaded:after{
    background-image: url(../img/icon/icon05_02.png);
}
.secReason .txt{
    font-size: var(--pcFontSize26);
    line-height: var(--pcLineHeight26_50);
    letter-spacing: var(--pcLetterSpacing26_50);
    font-weight: bold;
    margin-top: 5.5rem;
}
/* itemAdvantage */
.secReason .listAdvantage{
    margin-top: 8rem;
}
.secReason .itemAdvantage{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6rem;
    position: relative;
    margin: 0 auto 0 0;
    min-height: 50rem;
    counter-increment: advantage;
}
.secReason .itemAdvantage:nth-child(2n){
    justify-content: flex-start;
    flex-direction: row-reverse;
    margin: 0 0 0 auto;
}
.secReason .itemAdvantage:nth-child(n+2){
    margin-top: 8rem;
}
.secReason .boxImg{
    width: 43.75%;
}
.secReason .imgInner{
    border-radius: 0 10rem 0 0;
    overflow: hidden;
}
.secReason .itemAdvantage:nth-child(2n) .imgInner{
    border-radius: 10rem 0 0 0;
}
.secReason .titAdvantage{
    font-size: var(--pcFontSize32);
    line-height: var(--pcLineHeight32_55);
    letter-spacing: var(--pcLetterSpacing32_50);
    position: relative;
    font-weight: bold;
    margin-top: 1rem;
}
.secReason .titAdvantage::before, 
.secReason .titAdvantage::after {
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: -1rem;
    left: -9rem;
    width: 7rem;
    height: 7rem;
}
.secReason .titAdvantage::before {
    border-radius: 100%;
    background-color: var(--orangeColor);
}
.secReason .titAdvantage::after {
    content: counter(advantage);
    color: var(--whiteColor);
    z-index: 2;
    font-size: var(--pcFontSize40);
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2px;
    font-family:"Oswald", YakuHanJP,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
}
.secReason .txtAdvantage{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_30);
    letter-spacing: var(--pcLetterSpacing14_50);
    margin-top: 1rem;
}
.secReason .boxTxt{
    padding-left: 9rem;
    max-width: 52.5%;
    text-align: left;
}
@media only screen and (max-width:1215px){
    .secReason{
        margin: 5.5rem auto;
    }
    .secReason .boxTxtImg{
        margin-top: 0.5rem;
        padding-bottom: 6rem;
    }
    .secReason .boxTxtImg:after{
        width: 9.8rem;
        height: 7.7rem;
    }
    .secReason .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_22);
        letter-spacing: var(--spLetterSpacing12_0);
        margin-top: 3rem;
    }
    /* itemAdvantage */
    .secReason .listAdvantage {
        margin-top: 3rem;
    }
    .secReason .itemAdvantage {
        display: block;
        margin: 0 auto ;
        min-height: inherit;
    }
    .secReason .boxImg {
        width: 94.667%;
    }
    .secReason .imgInner {
        border-radius: 0 5rem 0 0;
    }
    .secReason .itemAdvantage:nth-child(2n) .imgInner {
        border-radius: 5rem 0 0 0;
    }
    .secReason .titAdvantage {
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_26);
        letter-spacing: 0;
        padding-left: 3rem;
        margin-top: 0.5rem;
    }
    .secReason .boxTxt {
        padding: 1.5rem 0 0 0;
        max-width: none;
    }
    .secReason .txtAdvantage {
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_22);
        letter-spacing: 0;
        margin-top: 0.4rem;
    }
    .secReason .titAdvantage::before,
    .secReason .titAdvantage::after {
        top: 0;
        left: 0;
        width: 2.5rem;
        height: 2.5rem;
    }
    .secReason .titAdvantage::after {
        font-size: var(--spFontSize12);
        padding-top: 2px;
    }
    .secReason .itemAdvantage:nth-child(2n) {
        margin: 0 auto;
    }
    .secReason .itemAdvantage:nth-child(2n) .boxImg {
        margin: 0 0 0 auto;
    }
    .secReason .itemAdvantage:nth-child(n+2) {
        margin-top: 4rem;
    }
}
@media only screen and (max-width:767px){
    .secReason .boxTxtImg{
        width: 100vw;
        margin: 0.5rem calc(50% - 50vw) 0;
    }
}

/*-----------------------------------------------
    secReview
-----------------------------------------------*/
.secReview{
    margin-top: 15rem;
}
/* secSlider */
.secReview .boxSlider{
    position: relative;
}
.secReview .boxSlider .swiper{
    margin: 7rem 0 0 10rem;
    overflow: visible;
}
.secReview .disabled .swiper{
    margin: 7rem auto 0;
}
.secReview .disabled .swiper-wrapper{
    gap: 3rem;
    justify-content: center;
}
.secReview .swiper-slide{
    width: 40rem;
    height: auto;
}
/* boxReview */
.secReview .boxReview{
    height: 100%;
    background-color: var(--beige_darkColor);
    border-radius: 0 2rem 2rem 2rem;
    padding: 4rem 2.5rem 4.5rem;
}
.secReview .boxReview .img{
    width: 13rem;
    margin: 0 auto;
    text-align: center;
}
.secReview .boxReview img{
    border-radius: 100%;
}
.secReview .boxReview .tit{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_30);
    letter-spacing: var(--pcLetterSpacing18_50);
    height: 6rem;
    margin-top: 1.5rem;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secReview .boxReview .txt{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_28);
    letter-spacing: var(--pcLetterSpacing14_50);
    margin-top: 1.5rem;
}
.secReview .swiper-button-prev,
.secReview .swiper-button-next{
    width: 9rem;
    height: 9rem;
    margin-top: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: var(--whiteColor);
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 100%;
}
.secReview .swiper-button-prev{
    left: 2rem;
    transform: rotate(180deg);
}
.secReview .swiper-button-next{
    right: 2rem;
}
.secReview .swiper-button-prev::before,
.secReview .swiper-button-next::before{
    display: none;
}
.secReview .swiper-button-prev::after,
.secReview .swiper-button-next::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 1.5rem;
    height: 1.5rem;
    border-top: 3px solid var(--textColor);
    border-right: 3px solid var(--textColor);
    transform: rotate(45deg);
}
.secReview .swiper-horizontal>.swiper-scrollbar,
.secReview .swiper-scrollbar.swiper-scrollbar-horizontal{
    position: absolute;
    left: -1rem;
    bottom: 1rem;
    height: 5px;
    background: transparent;
}
.secReview .swiper-scrollbar-drag{
    border-radius: 0.25rem;
    background-color: var(--black_light2Color);
}
@media only screen and (max-width:1215px){
    .secReview{
        margin-top: 6rem;
    }
    /* secSlider */
    .secReview .boxSlider .swiper{
        width: 89.556%;
        margin: 3rem auto 0 0;
    }
    .secReview .disabled .swiper-wrapper{
        gap: 1rem;
    }
    .secReview .swiper-slide{
        width: 89.556%;
    }
    /* boxReview */
    .secReview .boxReview{
        border-radius: 0 1rem 1rem 1rem;
        padding: 3rem 2rem;
    }
    .secReview .boxReview .img{
        width: 7rem;
    }
    .secReview .boxReview .tit{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_22);
        letter-spacing: var(--spLetterSpacing14_0);
        height: 4.4rem;
        margin-top: 1rem;
    }
    .secReview .boxReview .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_22);
        letter-spacing: var(--spLetterSpacing12_0);
        margin-top: 0.5rem;
    }
    .secReview .swiper-button-prev,
    .secReview .swiper-button-next{
        display: none;
    }
    .secReview .swiper-horizontal>.swiper-scrollbar,
    .secReview .swiper-scrollbar.swiper-scrollbar-horizontal{
        left: -1rem;
        bottom: 1rem;
        height: 3px;
    }
    .secReview .swiper-scrollbar-drag{
        min-width: 10rem !important;
        border-radius: 0.15rem;
    }
}

/*-----------------------------------------------
    secCompany
-----------------------------------------------*/
.secCompany{
    margin: 15rem auto;
}
.secCompany .boxCompany{
    margin-top: 6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* boxImg */
.secCompany .boxImg{
    width: 39.683%;
}
.secCompany .boxImg img{
    border-radius: 3rem;
}
/* boxTxt */
.secCompany .boxTxt{
    width: 55.556%;
}
.secCompany .boxTxt .tit{
    font-size: var(--pcFontSize32);
    line-height: var(--pcLineHeight32_55);
    letter-spacing: var(--pcLetterSpacing32_50);
    font-weight: bold;
}
.secCompany .boxTxt .txt{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_30);
    margin-top: 1.5rem;
}
.secCompany .boxTxt .in{
    display: block;
}
.secCompany .in + .in{
    margin-top: 2.5rem;
}
/* boxTit */
.secCompany .boxTit{
    position: relative;
    text-align: center;
    margin-top: 10rem;
    padding-bottom: 39rem;
}
.secCompany .boxTit:before,
.secCompany .boxTit:after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: 0;
    left: 0;
    right: -5rem;
    width: 32rem;
    height: 33.7rem;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.secCompany .boxTit:before{
    width: 9.1rem;
    height: 18.4rem;
    bottom: 18rem;
    left: -36rem;
}
.secCompany .boxTit.lazyloaded:after{
    background-image: url(../img/icon/icon02.png);
}
.secCompany .boxTit.lazyloaded:before{
    background-image: url(../img/icon/icon02_tit02.png);
}
.secCompany .boxTit .txtNote{
    font-size: var(--pcFontSize28);
    line-height: var(--pcLineHeight28_50);
    letter-spacing: var(--pcLetterSpacing28_50);
    font-weight: bold;
}
@media only screen and (max-width:1215px){
    .secCompany{
        margin: 6rem auto;
    }
    .secCompany .boxCompany{
        margin-top: 2rem;
        flex-wrap: wrap;
    }
    /* boxImg */
    .secCompany .boxImg{
        width: 100%;
    }
    /* boxTxt */
    .secCompany .boxTxt{
        width: 100%;
        margin-top: 2rem;
    }
    .secCompany .boxTxt .tit{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_28);
        letter-spacing: var(--spLetterSpacing18_0);
    }
    .secCompany .boxTxt .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_22);
        letter-spacing: var(--spLetterSpacing12_0);
        margin-top: 0;
    }
    .secCompany .in + .in{
        margin-top: 0.8rem;
    }
    /* boxTit */
    .secCompany .boxTit{
        margin-top: 5rem;
        padding-bottom: 13.5rem;
    }
    .secCompany .boxTit:before,
    .secCompany .boxTit:after{
        right: -0.5rem;
    }
    .secCompany .boxTit:after{
        width: 11.1rem;
        height: 11.7rem;
    }
    .secCompany .boxTit:before{
        width: 3.2rem;
        height: 6.5rem;
        bottom: 6rem;
        left: -12.5rem;
    }
    .secCompany .boxTit .txtNote{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_22);
        letter-spacing: var(--spLetterSpacing12_0);
    }
}

/*-----------------------------------------------
    boxFormStep_satei
-----------------------------------------------*/
.secCmnForm .boxFormStep_satei{
    width: 50.8rem;
}
.boxFormStep_satei .itemStep:last-child::before {
    background-color: var(--greenColor);
}
.boxFormStep_satei .itemStep:last-child .txtItem {
    color: var(--greenColor);
}
@media only screen and (max-width:1215px){
    .secCmnForm .boxFormStep_satei {
        width: 24.4rem;
    }
}