@charset "UTF-8";
/*
	header
-----------------------------------------------------------------------------------------------*/
.header__list .header__item:nth-child(2){
    background-color: #b7daf3;
}
/*
	solution
-----------------------------------------------------------------------------------------------*/
ul.ctsArea{
    padding-bottom: 140px;
}
.ctsArea[id*="solution0"]{
    display: flex;
    flex-direction: column;
    gap: 50px 0;
}
.solution__linkList li{
    margin-bottom: 15px;
}
.solution__linkList li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 170px;
    position: relative;
}
.solution__list{
    padding-top: 0;
}
.solution__list li:not(:first-child){
    padding-top: 140px;
}

/* number
============================== */
.solution__num::after{
    content: '';
    width: 8px;
    height: 8px;
    border-left: none;
    position: absolute;
    transform: translateX(-50%) rotate(45deg);
    bottom: -5px;
    left: 50%;
    transition: .2s;
}
.solution__num:hover::after{
    bottom: -8px;
    transition: .2s;
}
.solution__num figure img{
    opacity: 1;
}
/* number 1 */
.num__01:after{
    border-right: 2px solid var(--red);
    border-bottom: 2px solid var(--red);
}
/* number 2 */
.num__02:after{
    border-right: 2px solid var(--yellow);
    border-bottom: 2px solid var(--yellow);
}
/* number 3 */
.num__03:after{
    border-right: 2px solid var(--purple);
    border-bottom: 2px solid var(--purple);
}
/* number 4 */
.num__04:after{
    border-right: 2px solid var(--green);
    border-bottom: 2px solid var(--green);
}
/* number 5 */
.num__05:after{
    border-right: 2px solid var(--pink);
    border-bottom: 2px solid var(--pink);
}
/* number 6 */
.num__06:after{
    border-right: 2px solid var(--orange);
    border-bottom: 2px solid var(--orange);
}
/* number 7 */
.num__07:after{
    border-right: 2px solid var(--indigo);
    border-bottom: 2px solid var(--indigo);
}
/* number 8 */
.num__08:after{
    border-right: 2px solid var(--lGreen);
    border-bottom: 2px solid var(--lGreen);
}

/* 各項目
============================== */
/* qBox */
.solution__qBox{
    max-width: 700px;
    width: 100%;
}
.solution__qTtl{
    margin-bottom: 20px;
    padding-bottom: 15px;
    padding-left: 80px;
    width: 100%;
    font-size: 2.6rem;
    font-weight: var(--bold);
    text-align: left;
    position: relative;
}
.solution__qTtl::before{
    content: '';
    height: 90px;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.solution__qTxt{
    text-align: justify;
}
/* aBox */
.solution__aBox{
    padding: 30px 40px;
    border-radius: 20px;
    position: relative;
    margin-top: 60px;
}
.solution__aBox::before{
    content: '';
    position: absolute;
    top: -85%;
    right: 3%;
}
.solution__aTtl{
    text-align: left;
    font-size: 2rem;
    font-weight: var(--bold);
}
.solution__aTtl span{
    margin-right: 10px;
    padding: 8px 25px;
    color: #fff;
    border-radius: 5px;
}
.solution__aTxt{
    margin-top: 10px;
    text-align: justify;
    line-height: 1.8;
}
.solution__aBox .cmn__btn{
    margin-top: 20px;
}
/* number 1 */
#solution01 .solution__qTtl{
    border-bottom: 1px solid var(--red);
}
#solution01 .solution__qTtl::before{
    width: 50px;
    background: url(../img/solution_item_num01.png) no-repeat center center / contain;
}
#solution01 .solution__aBox::before{
    width: 230px;
    height: 220px;
    background: url(../img/solution_img01.png) no-repeat center center / contain;
}
#solution01 .solution__aTtl{
    color: var(--red);
}
#solution01 .solution__aTtl span{
    background-color: var(--red);
}
#solution01 .solution__aBox{
    background-color: #fbf2f3;
}
/* number 2 */
#solution02 .solution__qTtl{
    border-bottom: 1px solid var(--yellow);
}
#solution02 .solution__qTtl::before{
    width: 68px;
    background: url(../img/solution_item_num02.png) no-repeat center center / contain;
}
#solution02 .solution__aBox::before{
    width: 195px;
    height: 250px;
    background: url(../img/solution_img02.png) no-repeat center center / contain;
    top: -90%;
}
#solution02 .solution__aTtl{
    color: var(--yellow);
}
#solution02 .solution__aTtl span{
    background-color: var(--yellow);
}
#solution02 .solution__aBox{
    background-color: #fff9ef;
}
/* number 3 */
#solution03 .solution__qTtl{
    border-bottom: 1px solid var(--purple);
}
#solution03 .solution__qTtl::before{
    width: 60px;
    background: url(../img/solution_item_num03.png) no-repeat center center / contain;
}
#solution03 .solution__aBox::before{
    width: 175px;
    height: 250px;
    background: url(../img/solution_img03.png) no-repeat center center / contain;
    right: 4%;
}
#solution03 .solution__aTtl{
    color: var(--purple);
}
#solution03 .solution__aTtl span{
    background-color: var(--purple);
}
#solution03 .solution__aBox{
    background-color: #eeebf8;
}
/* number 4 */
#solution04 .solution__qTtl{
    border-bottom: 1px solid var(--green);
}
#solution04 .solution__qTtl::before{
    width: 68px;
    background: url(../img/solution_item_num04.png) no-repeat center center / contain;
}
#solution04 .solution__aBox::before{
    width: 170px;
    height: 250px;
    background: url(../img/solution_img04.png) no-repeat center center / contain;
    top: -90%;
    right: 4%;
}
#solution04 .solution__aTtl{
    color: var(--green);
}
#solution04 .solution__aTtl span{
    background-color: var(--green);
}
#solution04 .solution__aBox{
    background-color: #f2faf4;
}
/* number 5 */
#solution05 .solution__qTtl{
    border-bottom: 1px solid var(--pink);
}
#solution05 .solution__qTtl::before{
    width: 68px;
    background: url(../img/solution_item_num05.png) no-repeat center center / contain;
}
#solution05 .solution__aBox::before{
    width: 222px;
    height: 250px;
    background: url(../img/solution_img05.png) no-repeat center center / contain;
    top: -90%;
}
#solution05 .solution__aTtl{
    color: var(--pink);
}
#solution05 .solution__aTtl span{
    background-color: var(--pink);
}
#solution05 .solution__aBox{
    background-color: #fdf3f7;
}
/* number 6 */
#solution06 .solution__qTtl{
    border-bottom: 1px solid var(--orange);
}
#solution06 .solution__qTtl::before{
    width: 68px;
    background: url(../img/solution_item_num06.png) no-repeat center center / contain;
}
#solution06 .solution__aBox::before{
    width: 230px;
    height: 245px;
    background: url(../img/solution_img06.png) no-repeat center center / contain;
    top: -80%;
}
#solution06 .solution__aTtl{
    color: var(--orange);
}
#solution06 .solution__aTtl span{
    background-color: var(--orange);
}
#solution06 .solution__aBox{
    background-color: #fdf5f2;
}
/* number 7 */
#solution07 .solution__qTtl{
    border-bottom: 1px solid var(--indigo);
}
#solution07 .solution__qTtl::before{
    width: 68px;
    background: url(../img/solution_item_num07.png) no-repeat center center / contain;
}
#solution07 .solution__aBox::before{
    width: 250px;
    height: 210px;
    background: url(../img/solution_img07.png) no-repeat center center / contain;
    top: -65%;
}
#solution07 .solution__aTtl{
    color: var(--indigo);
}
#solution07 .solution__aTtl span{
    background-color: var(--indigo);
}
#solution07 .solution__aBox{
    background-color: #f1f6fb;
}
/* number 8 */
#solution08 .solution__qTtl{
    border-bottom: 1px solid var(--lGreen);
}
#solution08 .solution__qTtl::before{
    width: 68px;
    background: url(../img/solution_item_num08.png) no-repeat center center / contain;
}
#solution08 .solution__aBox::before{
    width: 244px;
    height: 260px;
    background: url(../img/solution_img08.png) no-repeat center center / contain;
}
#solution08 .solution__aTtl{
    color: var(--lGreen);
}
#solution08 .solution__aTtl span{
    background-color: var(--lGreen);
}
#solution08 .solution__aBox{
    background-color: #f8faed;
}

@media screen and (max-width:897px){
    /*
        solution
    -----------------------------------------------------------------------------------------------*/
    .solutionArea::before{
        width: 150px;
        height: 398px;
    }
    .solutionArea::after{
        width: 150px;
        height: 189px;
    }
    .ctsArea[id*="solution0"]{
        gap: 60px 0;
    }
    ul.ctsArea{
        padding-bottom: 80px;
    }
    .solution__list{
        gap: 80px 0;
    }
    .solution__list li:not(:first-child) {
        padding-top: 90px;
    }
    /* number
    ============================== */
    .solution__num::after{
        bottom: -4px;
    }
    .solution__num:hover::after{
        bottom: -6px;
    }

    /* 各項目
    ============================== */
    /* qBox */
    .solution__qTtl{
        margin-bottom: 10px;
        padding-bottom: 5px;
        padding-left: 60px;
        font-size: 2.2rem;
    }
    .solution__qTtl::before{
        height: 60px;
        bottom: -5px;
    }
    /* aBox */
    .solution__aBox{
        margin-top: 60px;
        padding: 30px 20px;
    }
    .solution__aBox::before{
        top: -15%;
    }
    .solution__aTtl{
        font-size: 1.8rem;
        line-height: 1.5;
    }
    .solution__aTtl span{
        display: inline-block;
        margin-right: 0;
        margin-bottom: 5px;
        padding: 5px 20px;
    }
    .solution__aBox .cmn__btn{
        margin-top: 15px;
    }
    /* number 1 */
    #solution01 .solution__qTtl::before{
        width: 35px;
    }
    #solution01 .solution__aBox::before{
        width: 130px;
        height: 125px;
    }
    /* number 2 */
    #solution02 .solution__qTtl::before{
        width: 45px;
    }
    #solution02 .solution__aBox::before{
        width: 98px;
        height: 125px;
        top: -15%;
    }
    /* number 3 */
    #solution03 .solution__qTtl{
        border-bottom: 1px solid var(--purple);
    }
    #solution03 .solution__qTtl::before{
        width: 40px;
    }
    #solution03 .solution__aBox::before{
        width: 90px;
        height: 125px;
        top: -15%;
    }
    /* number 4 */
    #solution04 .solution__qTtl::before{
        width: 45px;
    }
    #solution04 .solution__aBox::before{
        width: 90px;
        height: 125px;
        top: -15%;
    }

    /* number 5 */
    #solution05 .solution__qTtl::before{
        width: 49px;
    }
    #solution05 .solution__aBox::before{
        width: 111px;
        height: 125px;
        top: -15%;
    }
    /* number 6 */
    #solution06 .solution__qTtl::before{
        width: 47px;
    }
    #solution06 .solution__aBox::before{
        width: 117px;
        height: 125px;
        top: -15%;
    }
    /* number 7 */
    #solution07 .solution__qTtl::before{
        width: 49px;
    }
    #solution07 .solution__aBox::before{
        width: 129px;
        height: 105px;
        top: -15%;
    }
    /* number 8 */
    #solution08 .solution__qTtl::before{
        width: 49px;
    }
    #solution08 .solution__aBox::before{
        width: 117px;
        height: 125px;
        top: -20%;
    }
}

