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

/*-----------------------------------------------
    secCmnForm
-----------------------------------------------*/
/* secFormWrapper */
.secCmnForm .secFormWrapper{
    padding-top: 10rem;
}
.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 .boxFormStep.is_stepLast:after,
.secCmnForm .itemStep.active::before{
    background-color: var(--orangeColor);
}
.secCmnForm .itemStep.active .txtItem {
    color: var(--orangeColor);
}

/*-----------------------------------------------
    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 .titMin{
    font-size: var(--pcFontSize26);
    line-height: var(--pcLineHeight26_40);
    letter-spacing: var(--pcLetterSpacing26_50);
    font-weight: bold;
}
.secCmnForm .boxResult .txtPrice,
.secCmnForm .boxResult .txtAddress{
    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 .txtAddress{
    font-size: var(--pcFontSize26);
    line-height: var(--pcLineHeight26_40);
    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 .titMin{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_26);
        letter-spacing: var(--spLetterSpacing13_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 .txtAddress{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_26);
        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: 8.5rem;
    right: 1rem;
    width: 15.9rem;
    height: 29rem;
    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 3.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: -3.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: 10rem auto 15rem;
    text-align: center;
}
.secReason .boxTxtImg{
    position: relative;
    margin-top: 4rem;
    padding-bottom: 47.5rem;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: var(--whiteColor);
}
.secReason.lazyloaded .boxTxtImg{
    background-image: url(../img/assessment/bgReason.jpg);
}
.secReason .boxTxtImg .img{
    max-width: 124.5rem;
    margin: 0 auto;
}
.secReason .txt{
    font-size: var(--pcFontSize26);
    line-height: var(--pcLineHeight26_50);
    letter-spacing: var(--pcLetterSpacing26_50);
    font-weight: bold;
    margin-top: 11.5rem;
}
/* itemAdvantage */
.secReason .listAdvantage{
    margin-top: 11rem;
    display: flex;
    flex-wrap: wrap;
    gap: 10rem;
}
.secReason .itemAdvantage{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.secReason .boxImg{
    width: 31.747%;
}
.secReason .imgInner{
    border-radius: 0 2rem 2rem 2rem;
    overflow: hidden;
}
.secReason .boxTxt{
    width: 64.5%;
    text-align: left;
    margin-top: -1rem;
}
.secReason .titAdvantage{
    font-size: var(--pcFontSize32);
    line-height: var(--pcLineHeight32_55);
    letter-spacing: var(--pcLetterSpacing32_50);
    font-weight: bold;
}
.secReason .txtAdvantage{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_30);
    letter-spacing: var(--pcLetterSpacing14_50);
    margin-top: 1rem;
}
@media only screen and (max-width:1215px){
    .secReason{
        margin: 4.5rem auto 5rem;
    }
    .secReason .boxTxtImg{
        margin-top: 0.5rem;
        padding-bottom: 19rem;
    }
    .secReason.lazyloaded .boxTxtImg{
        background-image: url(../img/assessment/bgReason_sp.jpg);
    }
    .secReason .boxTxtImg .img {
        max-width: 36.5rem;
    }
    .secReason .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_22);
        letter-spacing: var(--spLetterSpacing12_0);
        margin-top: 4.5rem;
    }
    /* itemAdvantage */
    .secReason .listAdvantage {
        margin-top: 4.5rem;
        gap: 3rem;
    }
    .secReason .itemAdvantage {
        flex-direction: column;
        align-items: center;
    }
    .secReason .boxImg {
        width: 24.5rem;
        margin: 0 auto;
    }
    .secReason .imgInner {
        border-radius: 0 1rem 1rem 1rem;
    }
    .secReason .boxTxt {
        width: 100%;
        margin-top: 1.8rem;
    }
    .secReason .titAdvantage {
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_26);
        letter-spacing: 0;
    }
    .secReason .txtAdvantage {
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_22);
        letter-spacing: 0;
        margin-top: 0.5rem;
    }
}

/*-----------------------------------------------
    secReview
-----------------------------------------------*/
.secReview{
    margin-top: 14rem;
}
/* secSlider */
.secReview .boxSlider{
    position: relative;
}
.secReview .boxSlider .swiper{
    margin: 6rem 5rem 0 10rem;
    overflow: visible;
}
.secReview .disabled .swiper-wrapper{
    gap: 3rem;
}
.secReview .swiper-slide{
    width: 40rem;
    height: auto;
}
/* boxReview */
.secReview .boxReview{
    height: 100%;
    background-color: var(--beige_light2Color);
    border-radius: 0 2rem 2rem 2rem;
    padding: 4rem 3.5rem 4.5rem;
}
.secReview .boxReview .img{
    width: 13rem;
    margin: 0 auto;
    text-align: center;
}
.secReview .img img{
    border-radius: 100%;
}
.secReview .boxReview .tit{
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_50);
    font-weight: bold;
    text-align: center;
    margin-top: 2.5rem;
}
.secReview .icon{
    text-align: center;
    margin-top: 1.5rem;
}
.secReview .boxReview .txt{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_28);
    letter-spacing: var(--pcLetterSpacing14_50);
    margin-top: 1.5rem;
}
.secReview .boxReview .txt + .txt{
    margin-top: 1rem;
}
.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);
        letter-spacing: var(--spLetterSpacing14_0);
        margin-top: 1.5rem;
    }
    .secReview .icon{
        width: 12.4rem;
        margin: 1rem auto 0;
    }
    .secReview .boxReview .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_22);
        letter-spacing: var(--spLetterSpacing12_0);
        margin-top: 1.8rem;
    }
    .secReview .boxReview .txt + .txt{
        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;
}
.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: 3rem;
        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: 3rem;
    }
    .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(--brownColor);
}
.boxFormStep_satei .itemStep:last-child .txtItem {
    color: var(--brownColor);
}
.secCmnForm .boxFormStep.boxFormStep_satei:before{
    background-color: var(--brownColor);
    z-index: 1;
    width: 15rem;
    left: auto;
    right: 0;
    mask-image: linear-gradient(to right, transparent 0%, black 50%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 50%);
}
@media only screen and (max-width:1215px){
    .secCmnForm .boxFormStep_satei {
        width: 24.4rem;
    }
    .secCmnForm .boxFormStep.is_stepLast:before{
        width: 7rem;
    }
}

/*-----------------------------------------------
    secCampaign02
-----------------------------------------------*/
.secCampaign02{
    margin-top: 21rem;
}
@media only screen and (max-width:1215px){
    .secCampaign02{
        margin-top: 9rem;
    }
}