/* CSS Document */
/*------------------------------------------------------------
     main
------------------------------------------------------------ */
/* 弊社の強み
------------------------------------------------------------ */
.p-develop-service-strength__frame {
    border: 3px solid #009BBB;
    margin-top: 25px;
}
.p-develop-service-strength__frame-trouble {
    padding: 25px 20px 30px;
}
.p-develop-service-strength__frame-trouble__heading {
    margin-bottom: 1.25em;
    text-align: center;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: .1em;
}
.p-develop-service-strength__frame-trouble__heading-inner {
    display: inline-block;
    padding-bottom: .3em;
    position: relative;
}
.p-develop-service-strength__frame-trouble__heading-inner::after {
    content: "";
    display: block;
    width: 100%;
    height: .3em;
    border-top: .07em solid #000;
    border-bottom: .07em solid #000;
    position: absolute;
    bottom: 0;
    left: 0;
}
.p-develop-service-strength__frame-resolution {
    background-color: #E3F3FC;
}
.p-develop-service-strength__frame-resolution__title {
    padding: 35px 20px 40px;
    background-color: #009BBB;
    position: relative;
    margin-bottom: 85px;
}
.p-develop-service-strength__frame-resolution__title::after {
    content: "";
    display: block;
    width: 120px;
    height: 55px;
    border-top: 55px solid #009BBB;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin: auto;
}
.p-develop-service-strength__frame-resolution__title-heading {
    text-align: center;
    color: #FFF;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: .05em;
}
.p-develop-service-strength__frame-resolution__title-heading-strong {
    color: #FF0000;
    font-size: 42px;
    font-size: 4.2rem;
    -webkit-text-stroke: 6px #fff;
    text-stroke: 6px #fff;
    paint-order: stroke;
}
.p-develop-service-strength__frame-resolution__title-heading-image {
    display: block;
    margin: .5em auto 0;
}
.p-develop-service-strength__frame-resolution__list {
    padding: 10px 60px 60px;
}
.p-develop-service-strength__frame-resolution__list-group {
    display: flex;
    flex-wrap: wrap;
    margin: -15px -20px;
}
.p-develop-service-strength__frame-resolution__list-group-item {
    width: 33.333%;
    padding: 15px 20px;
}
.p-develop-service-strength__frame-resolution__list-icon {
    max-width: 260px;
    margin-right: auto;
    margin-left: auto;
}
.p-develop-service-strength__frame-resolution__list-icon-bg {
    width: 100%;
    padding-bottom: 100%;
    border-radius: 50%;
    background-color: #fff;
    border: 3px solid #009BBB;
    overflow: hidden;
    position: relative;
}
.p-develop-service-strength__frame-resolution__list-icon-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.p-develop-service-strength__frame-resolution__list-icon-inner > img {
    max-width: 50%;
}
.p-develop-service-strength__frame-resolution__list-icon-text {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 3.33em;
    color: #009BBB;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .05em;
}
.p-develop-service-strength__frame-resolution__list-icon-text:not(:first-child) {
    margin-top: calc(15px - .335em);
}
.p-develop-service-strength__frame-resolution__list-text {
    margin-top: 25px;
    color: #009BBB;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .05em;
}
@media screen and (max-width: 1023px) {
    .p-develop-service-strength__frame-resolution__list {
        padding: 10px 20px 30px;
    }
}
@media screen and (max-width: 767px) {
    .p-develop-service-strength__frame-trouble {
        padding: 10px 10px 20px;
    }
    .p-develop-service-strength__frame-trouble__heading {
        font-size: 20px;
        font-size: 2.0rem;
    }
    .p-develop-service-strength__frame-resolution__title {
        padding: 20px 15px;
        margin-bottom: 40px;
    }
    .p-develop-service-strength__frame-resolution__title::after {
        width: 60px;
        height: 30px;
        border-top-width: 30px;
        border-right-width: 30px;
        border-left-width: 30px;
    }
    .p-develop-service-strength__frame-resolution__title-heading {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .p-develop-service-strength__frame-resolution__title-heading-strong {
        font-size: 30px;
        font-size: 3.0rem;
    }
    .p-develop-service-strength__frame-resolution__list-group-item {
        width: 100%;
    }
    .p-develop-service-strength__frame-resolution__list-image {
        width: 150px;
    }
}
/* AIへの取り組み
------------------------------------------------------------ */
.p-develop-service-ai__group {
    display: flex;
    flex-wrap: wrap;
    margin-right: -4em;
}
.p-develop-service-ai__group-item {
    width: 50%;
    padding: 0 4.2em 0 1.05em;
    position: relative;
}
.p-develop-service-ai__group-item::before {
    content: "・";
    position: absolute;
    left: 0;
}
@media screen and (max-width: 1023px) {
    .p-develop-service-ai__group-item {
        width: 100%;
    }
}