.padion-txt {
    font-size: clamp(24px, 4vw, 36px);
    margin-bottom: 100px;
    text-align: left;
}

.intro-section01 .intro-desc {
    margin-bottom: 100px;
}

.section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
    width: 315px;
    flex: 0 0 315px;
}

.section-title .bar {
    width: 6px;
    height: 28px;
    background: #0C4DA2;
}

.section-title h2 {
    font-size: 30px;
    font-weight: 600;
}

.padion-feature {
    margin-bottom: 140px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.feature-list {
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    flex: 1 1 auto;
    width: auto;
}

.feature-list li {
    position: relative;
}

.feature-list .num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background: #0C4DA2;
    color: #fff;
    font-weight: 700;
    margin-bottom: 16px;
    font-size: 24px;
}

.feature-list .num::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #0C4DA2;
    position: absolute;
    left: 0;
    top: 48px;
}

.feature-list p {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 600;
}

.feature-list b {
    color: #0C4DA2;
    font-weight: 600;
}

.padion-architecture {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.padion-architecture .diagram {
    max-width: 100%;
}

.padion-architecture img {
    width: 100%;
    max-width: 1200px;
    display: block;
}

.padion-pc-br {
    display: block;
}

.padion-architecture.swiper-slide-content {
    margin-top: 100px;
    margin-bottom: 100px;
}

.padion-architecture.swiper-slide-content .diagram {
    flex: 1 1 auto;
    min-width: 0;
}

.mySwiper3 {
    width: 100%;
    max-width: 1200px;
    margin-right: 0 !important;
}

.mySwiper3 .swiper-slide img {
    width: 100%;
    max-width: 1200px;
}

.padion-section .swiper-button-next svg,
.padion-section .swiper-button-prev svg {
    display: none;
}

.padion-section .swiper-button-prev:after,
.padion-section .swiper-button-next:after {
    display: none;
}

.padion-section .swiper-button-next,
.padion-section .swiper-button-prev {
    width: 42px;
    height: 42px;
    background-size: contain;
}

.padion-section .swiper-button-next {
    background-image: url(../img/next-w.png);
    background-repeat: no-repeat;
    background-position: center;
}

.padion-section .swiper-button-prev {
    background-image: url(../img/prev-w.png);
    background-repeat: no-repeat;
    background-position: center;
}

.image-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.image-modal.is-open {
    display: flex;
}

.image-modal-inner {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.image-modal-inner img {
    width: 100%;
    height: 85vh;
    object-fit: contain;
    display: block;
}

.modal-close {
    position: absolute;
    top: 0px;
    right: 20px;
    background: none;
    border: none;
    color: #222;
    font-size: 36px;
    cursor: pointer;
}

@media (max-width: 1350px) {
    .feature-list p {
        font-size: 22px;
    }
}

@media (max-width: 1024px) {
    .image-modal-inner img {
        height: 100%;
    }

    .padion-pc-br {
        display: none;
    }

    .feature-list {
        grid-template-columns: 1fr;
        gap: 36px;
        width: 100%;
    }

    .feature-list p {
        font-size: 20px;
    }

    .section-title {
        flex: 1;
        margin-bottom: 60px;
        width: 100%;
    }

    .section-title h2 {
        font-size: 24px;
        font-weight: 500;
    }

    .padion-architecture {
        flex-direction: column;
    }

    .padion-feature {
        flex-direction: column;
        margin-bottom: 100px;
    }

    .feature-list .num {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .feature-list .num::before {
        display: none;
    }

    .feature-list li {
        border-bottom: 1px solid #ADB5BD;
        padding-bottom: 36px;
    }

    .section-title .bar {
        display: none;
    }


    .mySwiper3 {
        aspect-ratio: 1024 / 766;
        width: 100%;
        max-width: 1024px;
        height: auto;
        overflow: hidden;
    }

    .mySwiper3 .swiper-wrapper,
    .mySwiper3 .swiper-slide {
        height: 100%;
    }

    .mySwiper3 .swiper-slide img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        display: block;
        max-width: none !important;
    }

}

@media (max-width: 480px) {
    .feature-list p {
        font-size: 18px;
    }

    .intro-section01 h2 {
        font-size: 17px;
    }

    .padion-txt {
        font-size: 17px;
        margin-bottom: 60px;
    }

    .section-title {
        margin-bottom: 40px;
    }

    .section-title h2 {
        font-size: 17px;
    }

    .feature-list .num {
        width: 36px;
        height: 36px;
        font-size: 17px;
    }

    .padion-feature {
        margin-bottom: 60px;
    }

    .padion-architecture.swiper-slide-content {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .feature-list li {
        padding-bottom: 24px;
    }
}