@charset "UTF-8";

br.sp {
    display: none;
}

.mb0 {
    margin-bottom: 0 !important;
}

#develop .section {
    padding: 80px 0;
}

#develop .Bigtext {
    font-size: 2.2rem;
    text-align: center;
    /* font-family: 'Noto Serif JP', serif; */
    margin-top: 20px;
    margin-bottom: 20px;
}


/* btn */
.develop__btn_wrap {
    justify-content: center;
}

.develop__btn_wrap a {
    background-color: #f7d100;
    padding-block: 10px;
    padding-left: 16px;
}

.more .morelink .morearrow {
    margin-left: 0;
}

#develop_section {
    background-color: #e9effa;
}

#technology_section {
    background-color: #e6f6e2;

    & .develop__profile .item__name {
        color:#72c85c;
    }
}

#jimu_section {
    background-color: #daecfa;
    & .develop__profile .item__name {
        color:#70b0e2;
    }
}

.develop__title {
    font-family: 'Noto Serif JP', serif;
    font-size: 3.6rem;
    margin-bottom: 24px;
    &>img{
        vertical-align: middle;
        margin-right: 20px;
    }
}

.develop__profile {
    display: flex;
    align-items: center;
    gap: 54px;
    margin-bottom: 24px;
    &>.flex_item{
        font-size: 1.6rem;
        &:last-of-type{
            flex-grow: 1;
            padding: 24px;
            background-color: #fff;
        }
        &>.item__name{
            font-size:2.4rem;
            color: #4b6cb4;
            margin-bottom: 12px;
        }
        &>.item__entry{
            margin-bottom: 12px;
        }
        &>.item__txt{
            line-height: 1.8;
        }
    }
}

.develop__step__title {
    font-size: 2.4rem;
    margin-bottom: 20px;

    &::before{
        content: '';
        display: inline-block;
        width: 18px;
        height: 18px;
        background-color: #70a1e1;
        border-radius: 100vh;
        margin-right: 8px;
    }

    &.develop::before{
        background-color: #70a1e1;
    }
    
    &.technology::before{
        background-color: #72c85c;
    }

    &.jimu::before{
        background-color: #70b0e2;
    }

}

.career_step {
    overflow-x: scroll;
    margin-bottom: 40px;

    & .career_step__item {
        width: 960px;
    }
}

.develop__voice {
    display: flex;
    gap:40px;
    align-items: center;
    margin-bottom: 60px;


    & .develop__voice__item__img {
        width: 90px;
        height: 90px;
        flex-shrink: 0;
    }

    & .develop__voice__item__txt>p {
        font-size: 1.6rem;
        padding-block: 24px;
        border-top:1px solid #fff;
        border-bottom:1px solid #fff;
    }

}

/*===============================================
  画面の横幅が980px以下に適用
===============================================*/
@media screen and (max-width: 980px) {

    #develop .acdbox {
        width: 90%;
        margin: 0 auto 80px;
    }

}

/*===============================================
  画面の横幅が640px以下に適用
===============================================*/
@media screen and (max-width: 640px) {

    .pagetitle ._tit3 {
        width: unset;
    }

    br.sp {
        display: block;
    }

    #develop .Bigtext {
        font-size: 1.6rem;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
    }

    #develop .develop__profile {
        flex-direction: column;
        gap: 40px;
        margin-bottom: 50px;

        &>.flex_item{
            &:last-of-type{
                padding: 12px;
            }
        }
    }

}