@charset "utf-8";
.ict .page_bnr{
    background-image: url(../img/service/ict/main_bg_pc.jpg);
    background-image: -webkit-image-set(url(../img/service/ict/main_bg_pc.jpg) 1x, url(../img/service/ict/main_bg_pc@2x.jpg) 2x);
    background-image: image-set(url(../img/service/ict/main_bg_pc.jpg) 1x, url(../img/service/ict/main_bg_pc@2x.jpg) 2x);
}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
    .ict .page_bnr{
        background-image: url(../img/service/ict/main_bg_sp.jpg);
        background-image: -webkit-image-set(url(../img/service/ict/main_bg_sp.jpg) 1x, url(../img/service/ict/main_bg_sp@2x.jpg) 2x);
        background-image: image-set(url(../img/service/ict/main_bg_sp.jpg) 1x, url(../img/service/ict/main_bg_sp@2x.jpg) 2x);
    }
}
.ict_lead {
    border-bottom: solid 1px #d9d9d9;
    line-height: 2.2;
    padding-bottom: 80px;
    margin-bottom: 70px;
}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
    .ict_lead {
        max-width: 98%;
        margin: auto;
        line-height: 1.8;
    }
}
.ict h2.big {
    font-size: 2.5rem;
    color: var(--bland-color);
    line-height: 1.4;
    margin-bottom: 0.7em;
}
.ict h2.small {
    color: var(--bland-color);
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1em;
}
.ict_main {
    margin-bottom: 60px;
}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
    .ict h2.big {
        font-size: 1.437rem;
    }
    .ict h2.small {
        font-size: 1.125rem;
    }
    .ict_main {
        margin-bottom: 30px;
    }
}
.ict h2 {
    font-size: 2.25rem;
    color: var(--bland-color);
    margin-bottom: 0.5em;
}
.ict h3 {
    font-size: 1.875rem;
    color: var(--bland-color);
    margin-bottom: 1em;
}
.ict h4 {
    font-size: 1.125rem;
    color: var(--bland-color);
    margin-bottom: 1em;
}
.ict_lead {
    font-size: 1rem;
    line-height: 2;
}
.ict_text {
    font-size: 0.875rem;
    width: 60%;
    padding: 0 40px;
}
.ict_text > .ui_df {
    margin-bottom: 15px;
    justify-content: flex-start;
}
.ict_text > .ui_df img {
    margin-right: 10px;
}
.strengths_text {
    font-size: 0.875rem;
    width: 60%;
    padding: 0 40px;
}
.strengths_text > .ui_df {
    display: none;
 }
.bold_list {
    font-weight: bold;
}
.bold_list li {
    margin-left: 1em;
    text-indent: -1em;
}
.bold_list li::before {
    content: "・";
}
.business_model {
    margin-top: 80px;
}
.business_model > .ui_dfpc {
    margin-bottom: 40px;
}
.business_model > .ui_dfpc.ui_jcb.ui_aic:nth-of-type(5) {
    border-top: solid 1px #d9d9d9;
    padding-top: 40px;
}
.business_model_img {
    margin-bottom: 63px;
}
.business_model_ttl_wrap {
    width: 40%;
}
.business_model_ttl {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto 0 auto auto;
    position: relative;
}
.business_model_ttl span {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
}
.business_model_ttl .small {
    font-size: 0.875rem;
}
.business_model_ttl_wrap .business_model_ttl{
	width: 200px;
}
.business_model > .ui_dfpc.ui_jcb.ui_aic:nth-of-type(2) .ui_list_arrow li::before{
    border-color: #3dc9cb;
}
.business_model > .ui_dfpc.ui_jcb.ui_aic:nth-of-type(3) .ui_list_arrow li::before{
    border-color: #5876eb;
}
.business_model > .ui_dfpc.ui_jcb.ui_aic:nth-of-type(2) .business_model_ttl span{
    color: #3dc9cb;
}
.business_model > .ui_dfpc.ui_jcb.ui_aic:nth-of-type(3) .business_model_ttl span{
    color: #5876eb;
}
.business_model > .ui_dfpc.ui_jcb.ui_aic:nth-of-type(4) .business_model_ttl span{
    color: #764ae0;
}
.business_model > .ui_dfpc.ui_jcb.ui_aic:nth-of-type(5) .business_model_ttl span{
    color: #4abcf2;
}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
    .business_model_ttl_wrap {
        width: 100%;
    }
    .business_model_ttl_wrap .business_model_ttl {
        margin: 20px auto;
    }
    .strengths_text > .ui_df {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .strengths_text > .ui_df img {
        margin-right: 10px;
        width: 26.6%;
    }
    .strengths_text > .ui_df img:last-child {
        margin-right: 0;
    }
    .business_model > .ui_dfpc{
        margin-bottom: 15px;
    }
    .business_model > .ui_dfpc.ui_jcb.ui_aic:nth-of-type(5) {
        padding-top: 15px;
    }
    .business_model > .ui_dfpc:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
    .ict h2.big {
        font-size: 1.437rem;
        margin-bottom: 0.5em;
    }
    .ict h2 {
        font-size: 1.437rem
    }
    .ict h3 {
        font-size: 1.25rem;
        line-height: 1.4;
    }
    .ict_lead {
        font-size: 1rem;
    }
    .ict_text {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 15px;
        padding: 0;
    }
    .ict_img {
        padding: 0 15px;
    }
}
@media screen and (min-width: 768px) {
	.business_model h3{
		font-size: 2.5rem;
	}
}

.achievement h3 {
	margin-bottom: 12px;
}
.achievement h4 {
	margin-bottom: 5px;
}
.achievement > .ui_dfpc{
    padding-top: 60px;
    margin: auto;
    max-width: 900px;
}

.achievement .ui_dfpc .service_img{
    padding: 0 20px;
}
.achievement .ui_dfpc:nth-child(odd) .service_img{
    order: 2;
}
.achievement .ui_dfpc:nth-child(odd) .service_text{
    order: 1;
}
.achievement .ui_dfpc:nth-child(even) .service_text .ui_btn-whiteS {
    margin: 25px 0 0 auto;
}
.achievement .ui_dfpc:nth-child(odd) .service_text .ui_btn-whiteS {
    margin: 25px auto 0 0;
}
.ttl-30 {
    font-size: 1.875rem;
    color: #4abcf2;
    text-align: center;
    margin-bottom: 60px;
}
@media only screen and (min-width: 768px){ /*PC*/
	.ict h4.ttl-30{
		font-size: 1.875rem;
	}
}
.border_bottom {
    border-bottom: solid 1px #d9d9d9;
    padding-bottom: 70px;
}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
    .achievement .ui_dfpc .service_img picture{
        width: 80%;
        display: block;
        margin: auto auto 25px;
    }
    .achievement .ui_dfpc:nth-child(odd) .service_img{
        order: 1;
    }
    .achievement .ui_dfpc:nth-child(odd) .service_text{
        order: 2;
    }
    .achievement .ui_dfpc:nth-child(even) .service_text .ui_btn-whiteS,
    .achievement .ui_dfpc:nth-child(odd) .service_text .ui_btn-whiteS {
        margin: 20px auto;
        max-width: 100%;
    }
    .achievement .service_text .ui_btn-whiteS {
        height: 84px;
    }
    h3.pcNone {
        font-size: 1.5rem;
        margin-bottom: 40px;
    }
    .ttl-30 {
        font-size: 1.437rem;
    }
    .sp_service_box h3 {
        font-size: 1.437rem;
        margin-bottom: 20px;
    }
    .sp_service_box:nth-of-type(2) h3 ,
    .sp_service_box:nth-of-type(2) ul {
        color: var(--bland-color);
    }
    .sp_service_box:nth-of-type(3) h3,
    .sp_service_box:nth-of-type(3) ul {
        color: #41d8a1;
    }
    .sp_service_box:nth-of-type(4) h3,
    .sp_service_box:nth-of-type(4) ul {
        color: #b5d037;
    }
    .border_bottom {
        padding-bottom: 35px;
    }
    h3.sp_center {
        font-size: 1.5rem;
    }
    .sp_center {
        text-align: center;
    }
}

h3.achievement_ttl {
    font-size: 2.13rem;
}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
    h3.achievement_ttl {
        font-size: 1.8rem;
        margin-bottom: 0;
    }
}

.ict h4.lead {
    font-size: 1.437rem;
}

@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
    h3.pcNone.ttl_document {
        margin-bottom: 0; 
        }
}
