.header-bg--current {
    background-image: url("../img/header-bg-img2.png");
    opacity: 1;
}

.technology {
    padding: 80px 0 120px;
}

.technology-card {
    background: var(--white);
    border-radius: 12px;
    padding: 48px 56px;
    overflow: visible;
}

.technology-card h2 {
    font-size: 20px;
    color: var(--blue);
    letter-spacing: 0.12em;
    margin-bottom: 18px;
    font-family: "Noto Sans JP", sans-serif;
}

.technology-card p {
    font-size: 14px;
    line-height: 2;
    color: var(--navy);
}

.technology-card-content {
    margin-top: 32px;
}

.se-skew-block {
    background: var(--white);
    padding: 36px 40px;
    transform: skewX(-6deg);
    box-shadow: 0 8px 16px rgba(10, 44, 104, 0.18);
    border: 1px solid rgba(10, 44, 104, 0.12);
}

.se-skew-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    transform: skewX(6deg);
}

.technology-card-content-item {
    font-size: 14px;
    line-height: 2;
    color: var(--navy);
}

.technology-card-content-item--text h3 {
    font-size: 20px;
    color: var(--blue);
    letter-spacing: 0.08em;
    margin-bottom: 14px;
    font-family: "Eurostile LT Std", "Montserrat", "Noto Sans JP", sans-serif;
    line-height: 1.4;
}

.tech-specs {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.tech-specs li {
    font-size: 14px;
    line-height: 1.9;
    color: var(--navy);
    padding-left: 16px;
    position: relative;
    margin-bottom: 6px;
}

.tech-specs li::before {
    content: "・";
    color: var(--blue);
    position: absolute;
    left: 0;
    top: 0;
}

.tech-specs li:last-child {
    margin-bottom: 0;
}

.technology-card-content-item img {
    width: 100%;
    height: auto;
    display: block;
}

.technology-card-content-item--logo img {
    max-width: none;
}

.technology-card-content-item--text p {
    margin-bottom: 20px;
}

.technology-card-content-item--text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 990px) {
    .technology {
        padding: 64px 0 96px;
    }

    .technology-card {
        padding: 36px 0px;
    }

    .se-skew-block {
        padding: 32px 28px;
        transform: none;
    }

    .se-skew-inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
        transform: none;
    }

    .technology-card-content-item--logo img {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 600px) {

    .technology-card {
        padding: 12px 0px;
    }
    .technology-card h2 {
        font-size: 18px;
    }

    .technology-card p {
        font-size: 13px;
        line-height: 1.9;
    }

    .technology-card-content-item {
        font-size: 13px;
        line-height: 1.9;
    }

    .technology-card-content-item--text h3 {
        font-size: 18px;
    }

    .tech-specs li {
        font-size: 13px;
    }
}
