.p-en__wrapper {
    max-width: 1296px;
    margin: 0 auto;
}
.p-en__figure {
    padding: 80px 0;
}
@media screen and (max-width: 767px) {
    .p-en__figure {
        padding: 40px 0;
    }
}
.p-en__figure img {
    margin: 0 auto;
    display: block;
    max-width: 520px;
    width: 100%;
}
.p-en__list {
    display: grid;
    gap: 3.6rem;
}
.p-en__list-item {
    padding: 30px 50px;
    background: #F7F8F8;
    border-radius: 20px;
}
@media screen and (max-width: 767px) {
    .p-en__list-item {
        padding: 30px 15px;
    }
}
.p-en__list-icon {
    max-width: 72px;
}
@media screen and (max-width: 767px) {
    .p-en__list-icon {
        max-width: 48px;
    }
}
.p-en__list-sub {
    font-size: 1.6rem;
    margin-top: 10px;
    color: #666666;
}
@media screen and (max-width: 767px) {
    .p-en__list-sub {
        font-size: 1.4rem;
    }
}
.p-en__list-title {
    display: flex;
    align-items: center;
    gap: 10px;
}
.p-en__list-title br {
    display: none;
}
@media screen and (max-width: 767px) {
    .p-en__list-title {
        font-size: 1.5rem;
        line-height: 1.5;
    }
    .p-en__list-title br {
        display: block;
    }
}
.p-en__service {
    background: #3070b7;
    font-size: 3.6rem;
    font-weight: bold;
    color: #fff;
    padding: 10px 0;
    margin: 50px 0;
}
@media screen and (max-width: 767px) {
    .p-en__service {
        margin: 20px 0;
    }
}
.p-en__service-grid {
    display: grid;
    gap: 100px;
}
@media screen and (max-width: 767px) {
    .p-en__service-grid {
        gap: 40px;
    }
}
.p-en__service-header {
    border-bottom: 1px solid #4d4d4d;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.p-en__service-btn {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-left: auto;
}
.p-en__service-btn img {
    max-width: 22px;
}
.p-en__service-tag {
    display: flex;
    gap: 10px;
    padding: 15px 0;
    flex-wrap: wrap;
}
.p-en__service-tag--01 {
    font-size: 1.4rem;
    padding: 1em 2.5em 1em 0.71em;
    background: #3070b7;
    color: #fff;
    font-weight: 700;
    clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
    max-width: fit-content;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .p-en__service-tag--01 {
        padding: 0.7em 2.5em 0.7em 0.71em;
    }
}
.p-en__service-tag--02 {
    font-size: 1.4rem;
    padding: 1em 0.71em;
    border: 1px solid #3070b7;
    color: #3070b7;
    font-weight: 700;
    width: fit-content;
}
@media screen and (max-width: 767px) {
    .p-en__service-tag--02 {
        padding: 0.7em 0.71em;
    }
}
.p-en__service-flex {
    display: flex;
    gap: 30px;
    padding: 10px 0;
}
@media screen and (max-width: 767px) {
    .p-en__service-flex {
        flex-direction: column;
        gap: 20px;
    }
}
.p-en__service-flex-img {
    max-width: 667px;
    width: 100%;
}
.p-en__service-flex-text {
    max-width: 497px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .p-en__service-flex-text {
        max-width: 100%;
    }
}

.p-dx__kv {
    padding-top: 39%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-image: url("../img/enterprise/mv-bg.webp");
}
@media screen and (max-width: 767px) {
    .p-dx__kv {
        padding-top: unset;
        background-size: cover;
    }
}
.p-dx__kv-inner {
    width: 100%;
    max-width: 1296px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    gap: 20px;
    padding: 20px;
}
@media screen and (max-width: 767px) {
    .p-dx__kv-inner {
        padding: 20px;
        transform: none;
        position: relative;
        top: auto;
        left: auto;
    }
}
.p-dx__kv-title {
    font-size: 2.7vw;
    font-weight: 700;
    line-height: 1.8;
}
@media screen and (max-width: 767px) {
    .p-dx__kv-title {
        font-size: 2.4rem;
        line-height: 1.5;
    }
}
.p-dx__kv-sub {
    max-width: 544px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 1.42em;
}
.p-dx__header {
    border-bottom: 1px solid #4d4d4d;
    padding-bottom: 15px;
    position: relative;
}
.p-dx__header::before {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 36%;
    height: 1px;
    background: #3070b7;
}
.p-dx-flex {
    display: flex;
    gap: 30px;
    padding: 35px 0;
}
@media screen and (max-width: 767px) {
    .p-dx-flex {
        flex-direction: column;
        gap: 20px;
    }
}
.p-dx-flex-img {
    max-width: 667px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .p-dx-flex-img {
        order: 1;
    }
}
.p-dx-flex-text {
    max-width: 497px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .p-dx-flex-text {
        order: 2;
        max-width: 100%;
    }
}
.p-dx-technology {
    display: flex;
    gap: 15px;
    padding: 35px 0;
}
@media screen and (max-width: 1024px) {
    .p-dx-technology {
        flex-wrap: wrap;
        justify-content: center;
    }
}
.p-dx-technology__box {
    background: #F7F8F8;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: center;
}
@media screen and (max-width: 1024px) {
    .p-dx-technology__box {
        flex-direction: row;
    }
}
@media screen and (max-width: 767px) {
    .p-dx-technology__box {
        padding: 30px 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
}
.p-dx-technology__box-img {
    max-width: 197px;
    width: 100%;
    flex-shrink: 0;
}
.p-dx-technology__box-title {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .p-dx-technology__box-title {
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    .p-dx-technology__box-title {
        text-align: center;
    }
}
.p-dx-service {
    background: #f3f3f3;
    padding: 40px 0;
}
@media screen and (max-width: 767px) {
    .p-dx-service {
        padding: 30px 0px 0;
    }
}
.p-dx-service__header {
    border-bottom: 1px solid #4d4d4d;
    padding-bottom: 15px;
    position: relative;
}
.p-dx-service__header::before {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 36%;
    height: 1px;
    background: #3070b7;
}
.p-dx-service__header-title {
    font-size: 3.6rem;
    font-weight: 700;
    color: #3070b7;
}
@media screen and (max-width: 767px) {
    .p-dx-service__header-title {
        font-size: 2.4rem;
    }
}
.p-dx-service__box {
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    margin-top: 50px;
}
@media screen and (max-width: 767px) {
    .p-dx-service__box {
        padding: 15px;
    }
}
.p-dx-service__box-flex {
    display: flex;
    gap: 30px;
    padding: 20px 0 50px;
    justify-content: space-between;
    border-bottom: 2.5px dotted #c0c0c0;
}
@media screen and (max-width: 767px) {
    .p-dx-service__box-flex {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        padding: 20px 0 30px;
    }
}
.p-dx-service__box-flex-img {
    max-width: 307px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .p-dx-service__box-flex-img {
        order: 1;
        max-width: 100%;
    }
}
.p-dx-service__box-flex-text {
    max-width: 735px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .p-dx-service__box-flex-text {
        order: 2;
        max-width: 100%;
    }
}
.p-dx-service__case {
    padding-top: 50px;
    padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .p-dx-service__case {
        padding-top: 30px;
    }
}
.p-dx-service__case-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1em;
}
.p-dx-service__case-title--02 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1em;
    text-align: center;
}
.p-dx-service__case-flex {
    display: flex;
    gap: 20px;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .p-dx-service__case-flex {
        flex-direction: column;
    }
}
.p-dx-service__case-box {
    max-width: 487px;
    width: 100%;
    background: #f3f3f3;
    padding: 50px;
}
@media screen and (max-width: 767px) {
    .p-dx-service__case-box {
        padding: 30px 20px;
    }
}
.p-dx-service__case-box--02 {
    max-width: 487px;
    width: 100%;
    background: #e4f6f6;
    padding: 50px;
}
@media screen and (max-width: 767px) {
    .p-dx-service__case-box--02 {
        padding: 30px 20px;
    }
}
.p-dx-service__case-arrow {
    max-width: 50px;
}
@media screen and (max-width: 767px) {
    .p-dx-service__case-arrow {
        transform: rotate(90deg);
    }
}
.p-dx-bottom {
    padding: 80px 0;
}
@media screen and (max-width: 767px) {
    .p-dx-bottom {
        padding: 40px 0;
    }
}
.p-dx-bottom__flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    gap: 0;
    padding: 35px 0;
}
@media screen and (max-width: 767px) {
    .p-dx-bottom__flex {
        grid-template-columns: 1fr;
    }
}
.p-dx-bottom__flex li {
    margin: -1px;
}
.p-dx-bottom__flex img {
    width: 100%;
}/*# sourceMappingURL=style_enterprise.css.map */