@charset "UTF-8";
/* service_*(事業案内個別)ページの共通cssです。 */

.title_wrapper{
    background-color: #f9fafb;
}
.title{
    color:#195ca5;
}
.body_container > p {
    /* padding: 0 0.5rem; */
    font-size: 1.3rem;
}

/*ソリューション*/
.solution_wrapper{
    background-color:#fff;
    padding-top: 6rem;
    padding-bottom: 1rem;
}
.solution_text{
    padding: 1rem;
    margin-bottom: 0;
}
.solution_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.solution_box_text dt{
    font-size:2rem;
    padding-bottom:1rem;
}

.solution_box{
    display:inline-block;
    width:32%;
    padding:2rem 2rem 0 2rem;
    text-align: left;
    position:relative;
    box-sizing:border-box;
}

.solution_image_wrapper{
    width:100%;
    height:auto;
    display: block;
}
.solution_image{
    display: block;
    width:100%;
    height:auto;
    object-fit: contain;
}
.solution_image img{
    width:100%;
}

.solution_example{
    text-align: left;
    color:#497358;
    border:1px solid #497358;
    border-radius: 1rem;
    font-weight:bold;
    width:min-content;
    padding:0rem 0.5rem 0 0.5rem;
    margin-top:1rem;
}
.solution_text_ul{
    text-align:left;
    padding-bottom:0.5rem;
}
.fa-lightbulb{
    color:#F2CE16;
    padding-right:0.5rem;
}


@media screen and (max-width:1024px) {
    .solution_container {
        display: block;
    }
    .solution_image {
        width: 70%;
        margin: 0 auto;
    }
    .solution_box_text dt{
        font-size: 1.3rem;
        line-height: 1em;
    }
    .solution_box_text dd{
        padding: 0 0.5rem;
    }
    .solution_text{
        margin-bottom: 0;
        margin-top: 0;
    }
    .solution_box{
        padding: 0;
        display: block;
        width: auto;
        padding-top: 1rem;
    }
    .solution_box + .solution_box{
        border-top: 1px solid #999;
    }
}
@media screen and (max-width:599px) {
    .solution_wrapper {
        padding-top: 2rem;
        padding-bottom: 0;
    }
    .solution_box + .solution_box{
        margin-top: 1rem;
    }
}

/*ケース*/
.case_wrapper{
    padding-top: 6rem;
    background-color:#f9fafb;
}
.case_container{
    display: flex;
    /* justify-content: center; */
    justify-content: space-around;
    align-items: center;
    
    flex-wrap: wrap;
    padding: 0;
    width: auto;
    align-items: stretch;
    /* width: 80%; */
}
.case_container::after{
    display:block;
    content:"";
    width: 45%;
}
.case_introduction{
    width: 80%;
}
.case{
    display: block;
    background-color:#fff;
    width: 45%;
    height:auto;
    border-radius: 1rem;
    margin: 2rem 0 2rem 0;
    box-sizing: border-box;
    padding: 2.5rem 2rem;
    position:relative;

}
.case h3{
    font-size:2rem;
    color:#333;
    letter-spacing: 0.3rem;
    font-weight: normal;
    line-height:1.5em;
}
.case_text{
    font-size:1rem;
    padding-top:0.5rem;
    padding-bottom:1.5rem;
    position:relative;
    z-index:2;
    background:rgba(255,255,255,0.7);
    padding:0.5rem;
    
}
.case_text_ul{
    display:block;
    width:fit-content;
    position:relative;
    z-index:2;
    background:rgba(255,255,255,0.7);
    padding:0.5rem;
}
.price_text{
    background:rgba(255,255,255,0.7);
    padding:0.5rem;

}

.example img{
    position:absolute;
    bottom: -20px;
    top:36%;
    right:0%;
    width:40%;
    /*4Kモニタ対応*/
    max-width:350px;
    z-index:1;
}
.case_text_ul li{
    padding-bottom:0.5rem;
}
.fa-check{
    color:#D94C1A;
    padding-right:0.5rem;
}
@media screen and (max-width:1024px) {
    .example img{
        bottom: -20px;
        top: unset;
        right:0%;
        width:35%;
    }
}
@media screen and (max-width:599px) {
    .example img{
        bottom: -20px;
        top: unset;
        right:5px;
        width:40%;
    }
}


/*開発環境*/
.environment_wrapper{
    background-color:#fff;
    padding-top: 6rem;
    padding-bottom: 1rem;
}
.environment_wrapper{
    /* padding: 0 0; */
}

.environment_list{
    padding: 0;
    margin-top: 2rem;
    /* padding-top: 3rem; */
    background-color:#ebf9ff;
}
.environment_list dl{
    display:flex;
    flex-wrap: wrap;
    /* width:70%; */
    padding:4rem 8rem 4rem 8rem;
    color:#333;
    margin:0 auto;
    
}

.environment_list dt, .environment_list dd{
    font-size:1.3rem;
    width:50%;
    border-bottom:1px solid #999;
    /*letter-spacing: 0.1rem;*/
    padding:1rem 0 1rem 0;
}
.environment_list dd{
    line-height:2rem;
}


/*価格例*/
.price{
    padding-bottom:1.5rem;
    color:#D94C1A;
}
.price_text{
    /* font-size:1rem; */
    padding-top:0.5rem;
    padding-bottom:0.5rem;
    position:relative;
    z-index:2;
}
.blank{
    width:100%;
    height:15rem;
    background-color:#f9fafb;
}


@media screen and (max-width:1024px) {
    .case_container{
        display: block;
    }
    .case{
        width: auto;
        margin: 2rem 0 2rem 0;
        border-radius: 0;
        padding: 1rem;
    }
}
@media screen and (max-width:599px) {
    .case_wrapper{
        margin-top: 2rem;
        padding-top: 0;
    }
    .body_container > p {
        padding: 0 1rem;
        font-size: 0.9rem;
    }
    .case h3{
        font-size: 1.3rem;
    }
    .case_text{
        font-size: 0.9rem;
    }

    /* 開発環境 */
    .environment_wrapper{
        margin-top: 2rem;
        padding-top: 2rem;
    }
    .environment_list{
        padding-top: 0rem;
        margin-bottom: 0;
        margin-top: 0;
    }
    .environment_list dl{
        padding: 1rem;
        display: block;
        background-color:#fff;
    }
    .environment_list dl *:first-child{
        border-top: 1px solid #999;
    }
    .environment_list dt{
        font-size: 0.8rem;
        /* width: 40%; */
        width: 100%;
        color: #666;
        border-bottom: 0;
        padding-bottom: 0;
    }
    .environment_list dd{
        font-size: 0.9rem;
        /* width: 60%; */
        width: auto;
        padding: 0 0.5rem 1rem 0.5rem;
        line-height: 1.5rem;
    }
}

/* introduction */
.introduction_wrapper{
    /* background-color:#fff; */
    padding-top: 6rem;
    padding-bottom: 1rem;
}
.introduction_container{
    justify-content: center;
    align-items: center;
    width:77.5%;
    margin:0 auto;
    /* padding-bottom: 8rem; */
    background-color:#fff;
    padding:5rem;
    font-size:1.1rem;
    position: relative;
    border-radius: 1rem;
    /* margin-bottom: 8rem; */

}
.introduction_text{
    width:100%;
    line-height:2rem;
    padding-top:1.5rem;
    z-index:2;
}
@media screen and (max-width:599px) {
    .introduction_wrapper{
        padding-top: 2rem;
        padding-bottom: 0;
    }
    .introduction_container{
        padding: 0.8rem;
        margin: 0.5rem;
        margin-bottom: 0px;
        width: auto;
        /* border-radius: 0; */
        border-radius: 0.5rem;
        /* margin-bottom:0; */
    }
    .introduction_text{
        /* font-size: 0.9rem; */
        line-height: 1.2rem;
        padding-top: 0;
        font-size: 0.8rem;
        color: #666;
    }
}


/* 特徴説明 */
.support_title{
    color:#195ca5;
    border-bottom:2px solid #195ca5;
    padding-top:2rem;
    margin-bottom:0.5rem;
    font-size:1.5rem;
    line-height: 1em;
}
.support_system{
    display:flex;
}
.support_text{
    width:60%;
    padding-left:1rem;
    padding-top:1rem;
}
.system_img{
    display:flex;
    justify-content: center;
    align-items:center;
    width:40%;
}
.system_img img{
    width:70%;
}
.supprot_paddingtop{
    padding-top:1rem;
}

/* 各種説明 */
.design_wrapper{
    width:100%;
    height:auto;
    padding-top:6rem;
    padding-bottom:8rem;
    background-color:#fff;
}
.design_introduction{
    width:70%;
    margin:0 auto;
    font-size:1.3rem;
}
.design_introduction h2{
    font-size:3rem;
    padding-bottom:1rem;
}
.design_container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
    align-items: stretch;
}
/*最後の行が2マスあいたのでbeforeとafterで埋めている*/
.design_container::after, .design_container::before{
    display:block;
    content:"";
    width:32%;
    box-sizing: border-box;
}
.design_container::before{
    order:1;
}
.design{
    width:32%;
    padding:3rem 2rem 3rem 2rem;
    box-sizing: border-box;
    text-align: center;
}
.design img{
    width:80%;
}
.design h3{
    padding:1rem 0 1rem 0;
    text-align:left;
    font-size:1.3rem;
}
.design p{
    text-align:left;
}
.tag{
    padding-top:1rem;
    text-align: left;
}
.tag li{
    display:inline;
    width:fit-content;
    font-size:0.8rem;
    color:#999;
    padding-right:1rem;
    white-space: nowrap;
}
.tag li::before{
    content:"#";
}

@media screen and (max-width:599px) {
    .system_img{
        display: none;
    }
    .support_title{
        display: inline-block;
        /* width: auto; */
        border-bottom: 0;
        color: inherit;
        font-weight: normal;
        font-size: 1.3rem;
        line-height: 1.3em;
        padding-top: 0.5rem;
    }
    .support_text{
        width: 100%;
        padding: 0rem 0.5rem 0 0.5rem;
    }

    .design_wrapper{
        padding-top: 2rem;
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }

    .design_introduction{
        width: 80%;
    }
    .design_container{
        width: 90%;
    }
    .design{
        padding: 0;
        /* padding-bottom: 1rem; */
        width: 100%;
        margin-top: 2rem;
    }
    .design img{
        width: 70%;
    }
    .design h3{
        text-align: center;
        font-weight: normal;
        font-size: 1.3rem;
    }
}

.other_wrapper{
    background-color: #fff;
    padding-top: 6rem;
}
@media screen and (max-width:599px) {
    .other_wrapper{
        background-color: #fff;
        padding-top: 1rem;
    }
}


/* 開発の流れ */
.flow_wrapper{
    background-color:#fff;
    padding-top: 6rem;
}
.flow{
    padding: 1rem;
    padding-bottom: 6rem;
}
.flow_items{
    display:flex;
    width:80%;
    margin:0 auto;
    padding-bottom:3rem;
    padding-left:1rem;
    align-items:center;
    justify-content:center;
    min-height:138px;
}
.flow_image{
    display:block;
    width:12%;
    max-width:190px;
    position:relative;
}
.flow_image img{
    display:block;
    width:100%;
    object-fit: contain;
}
.flow_text{
    width:83%;
    padding-left:5%;
}
.flow_step{
    /*display:none;*/
    font-size:1.5rem;
    color:#195ca5;
    line-height:1.5rem;
}
.flow_name{
    font-size:2rem;
    letter-spacing:0.2rem;
    line-height:2rem;
}

.container_no_margin{
    margin-bottom: inherit;
}

.container_p{
    padding-bottom: 6rem;
}
.container_p_bottom{
    padding-bottom: 2rem;
}