@charset "UTF-8";
/*
	header
-----------------------------------------------------------------------------------------------*/
.header__list .header__item:nth-child(3){
    background-color: #b7daf3;
}
/*
	index
-----------------------------------------------------------------------------------------------*/
.ctsArea{
    padding-bottom: 140px;
}
#service .cmn__txtBox{
    margin-bottom: 70px;
}
#service .cmn__btn{
    margin-top: 30px;
}
/* 
    service__list
============================== */
.service__list{
    display: flex;
    gap: 50px 0;
    flex-direction: column;
}
.service__listBox{
    padding: 40px 45px;
    background-color: #E1F0FA;
}
.service__ttl{
    color: var(--blue);
    font-size: 2.2rem;
    font-weight: var(--black);
    line-height: 1;
}
.service__txt{
    margin-top: 25px;
    line-height: 1.8;
}
/* chart */
.chart__detailBox{
    display: flex;
    gap: 10px 0;
    flex-direction: column;
    margin-top: 25px;
}
.chart__listBox{
    display: flex;
    margin: 0 auto;
    min-width: 700px;
    border-radius: 10px;
    overflow: hidden;
}
.chart__listTtl{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 250px;
    min-height: 100px;
    color: #fff;
    font-size: 2rem;
    font-weight: var(--bold);
    line-height: 1.2;
    background-color: var(--navy);
    position: relative;
}
.chart__listTtl::before{
    content: '';
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid var(--navy);
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right:-10px;
}
.chart__list{
    display: flex;
    gap: 10px 0;
    flex-direction: column;
    justify-content: center;
    padding: 20px 30px;
    width: 100%;
    text-align: left;
    background-color: #fff;
}
.chart__list li{
    padding-left: 15px;
    font-size: 1.8rem;
    line-height: 1;
    position: relative;
}
.chart__list li::before{
    content: '・';
    position: absolute;
    top: 0;
    left: 0;
}

/*
	consulting
-----------------------------------------------------------------------------------------------*/
/* 下層共通 */
#consultingArea .cmn__txtBox,
#cyber .cmn__txtBox,
#internal .cmn__txtBox{
    margin-bottom: 100px;
}
.service__cmnTxtBox{
    position: relative;
}
.service__cmnTxtBox figure{
    height: 200px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
}
.service__cmnTxtBox figure img{
    height: 100%;
}

/* 
    service__cmnBox
============================== */
.service__cmnBox{
    padding-top: 100px;
}
.service__cmnBox:last-child{
    margin-bottom: 0;
}
.detail__ttl{
    padding: 12px 20px;
    text-align: left;
    color: #fff;
    font-size: 2.6rem;
    font-weight: var(--bold);
    line-height: 1.2;
    background-color: var(--blue);
}
/* service__cmnDetailBox */
.service__cmnDetailBox{
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.service__cmnDetailBox img{
    max-width: 472px;
}
.detail__txt{
    text-align: left;
    font-size: 1.5rem;
}
/* type__anchorLink */
.type__anchorLink{
    display: none;
}
/* type__list */
.type__list{
    display: flex;
    flex-direction: column;
}
.type__list .type__itemBox{
    padding-top: 60px;
}
.type__list .type__item{
    padding: 40px;
    background-color: var(--gray);
}
.type__nameBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
}
.type__nameBox_link{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.type__name{
    color: var(--blue);
    text-align: left;
    font-size: 2.6rem;
    font-weight: var(--bold);
    line-height: 1;
}
.type__name span{
    font-size: 1.6rem;
}
[class*="consulting__nameImg"]{
    display: inline-block;
    height: 45px;
}
[class*="consulting__nameImg"] img{
    height: 100%;
}
/* link */
.link a{
    margin-right: 5px;
    color: #fff;
    background-color: #eb6100;
    padding: 8px 20px 10px;
    font-weight: var(--bold);
    line-height: 1;
    border-radius: 5px;
    display: flex;
    justify-content: flex-end ;
}
/* results */
.results{
    display: flex;
    flex-wrap: wrap;
}
.deco{
    padding: 5px 10px;
    font-weight: var(--bold);
    line-height: 1;
    border: 1px solid var(--navy);
    border-radius: 5px;
}
.results__ttl{
    margin-right: 5px;
    color: var(--navy);
    font-size: 1.5rem;
    background-color: #fff;
}
.results__list{
    display: flex;
    gap: 0 5px;
}
.results__item{
    color: #fff;
    background-color: var(--navy);
}
/* 業種ico */
.results__ico{
    margin-right: 3px;
    height: 14px;
}
.results__txt{
    margin-top: 25px;
    width: 100%;
    text-align: justify;
    font-size: 1.5rem;
    line-height: 2;
}
/* results__feature */
.results__feature{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
[class^="feature__box"]{
    width: calc((100% - 40px)/2);
    text-align: justify;
}
.feature__boxList{
    padding: 25px 20px;
    background-color: #fff;
}
.feature__ttl{
    margin-bottom: 15px;
    color: var(--blue);
    font-size: 1.5rem;
    font-weight: var(--bold);
    line-height: 1;
}
.feature__list{
    display: flex;
    gap: 12px 0;
    flex-direction: column;
}
.feature__list li{
    padding-left: 15px;
    font-size: 1.4rem;
    position: relative;
}
.feature__list li::before{
    content: '・';
    width: 15px;
    height: auto;
    position: absolute;
    top: 1px;
    left: 0;
}
.feature__boxTxt{
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}
.feature__boxTxt .feature__ttl{
    margin-bottom: 10px;
}
.feature__txt{
    display: flex;
    gap: 3px 0;
    flex-direction: column;
    font-size: 1.4rem;
    line-height: 1.6;
}
.feature__txt li{
    padding-left: 15px;
    position: relative;
}
.feature__txt li::before{
    content: '・';
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width:897px){
    /*
        index
    -----------------------------------------------------------------------------------------------*/
    .ctsArea{
        padding-bottom: 70px;
    }
    #service .cmn__txtBox{
        margin-bottom: 25px;
    }
    #service .cmn__btn{
        margin-top: 20px;
    }
    
    /* 
        service__list
    ============================== */
    .service__listBox{
        padding: 30px 20px;
    }
    .service__txt{
        margin-top: 20px;
        text-align: justify;
        line-height: 1.5;
    }
    /* chart */
    .chart__detailBox{
        display: flex;
        gap: 10px 0;
        flex-direction: column;
        margin-top: 20px;
    }
    .chart__listBox{
        flex-direction: column;
        margin: 0;
        min-width: 100%;
    }
    .chart__listTtl{
        padding: 12px 0;
        width: 100%;
        min-height: 100%;
        font-size: 1.8rem;
    }
    .chart__listTtl::before{
        border-top: 10px solid var(--navy);
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        transform: translate(-50%, -50%);
        top: auto;
        right: auto;
        left: 50%;
        bottom: -25px;
    }
    .chart__list{
        gap: 8px 0;
        padding: 20px 15px;
    }
    .chart__list li{
        font-size: 1.6rem;
    }

    /*
        consulting
    -----------------------------------------------------------------------------------------------*/
    .consultingArea .cmn__txtBox{
        margin-bottom: 25px;
    }
    .service__cmnTxtBox figure{
        width: 80px;
        height: 80px;
        position: absolute;
        top: 140%;
        right: 0;
        z-index: 1;
    }

    /* 
        service__cmnBox
    ============================== */
    .service__cmnBox{
        padding-top: 60px;
    }
    .detail__ttl{
        padding: 10px 15px;
        font-size: 2.2rem;
    }
    /* service__cmnDetailBox */
    .service__cmnDetailBox{
        display: flex;
        flex-direction: column-reverse;
        margin-top: 15px;
    }
    .service__cmnDetailBox img{
        margin-bottom: 10px;
        max-width: 100%;
    }
    /* type__anchorLink ※spのみ表示 */
    .type__anchorLink{
        display: block;
        margin-top: 25px;
    }
    .type__anchorLink ul{
        display: inline-flex;
        gap: 5px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        font-size: 1.2rem;
        font-weight: var(--bold);
    }
    .type__anchorLink ul li{
        width: calc((100% - 10px)/2);
        border-radius: 5px;
        overflow: hidden;
    }
    .type__anchorLink ul li a{
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 65px;
        height: 100%;
        padding: 10px 10px 20px;
        color: #fff;
        line-height: 1.2;
        background-color: var(--LBlue);
        position: relative;
    }
    .type__anchorLink ul li a::after{
        content: '';
        width: 6px;
        height: 6px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: translateX(-50%) rotate(45deg);
        position: absolute;
        bottom: 13px;
        left: 50%;
    }
    /* type__list */
    .type__list .type__itemBox{
        padding-top: 30px;
    }
    .type__list .type__item{
        padding: 20px;
    }
    .type__nameBox{
        gap: 5px 0;
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: left;
    }
    .type__name{
        line-height: 1.2;
    }
    .type__name span{
        font-size: 1.4rem;
    }
    figure[class*="consulting__nameImg"]{
        height: 25px;
    }
    .consulting__nameImg01{
        width: 175px;
    }
    .consulting__nameImg02{
        width: 80px;
    }
    /* results */
    .results{
        display: block;
    }
    .deco{
        padding: 5px 8px;
    }
    .results__ttl{
        margin-right: 0;
        margin-bottom: 8px;
        font-size: 1.4rem;
    }
    .results__list{
        flex-wrap: wrap;
        gap: 5px;
    }
    .results__item{
        display: flex;
        align-items: center;
        text-align: left;
        font-size: 1.4rem;
        line-height: 1.2;
    }
    /* 業種ico */
    .results__ico{
        margin-right: 3px;
        width: auto;
    }
    .results__txt{
        margin-top: 15px;
        line-height: 1.5;
    }
    /* results__feature */
    .results__feature{
        gap: 25px 0;
        flex-direction: column;
        margin-top: 25px;
    }
    [class^="feature__box"]{
        width: 100%;
    }
    .feature__boxList{
        padding: 20px 15px;
    }
    .feature__ttl{
        font-size: 1.8rem;
    }
    .feature__list{
        gap: 8px 0;
    }
    .feature__list li{
        padding-left: 15px;
        font-size: 1.4rem;
        position: relative;
    }
    .feature__txt{
        font-size: 1.4rem;
        line-height: 1.5;
    }
}