@charset "UTF-8";
/* スマホ・タブレット対応 */



/* ========================================
   Aboutページ
======================================== */

@media screen and (max-width: 1100px) {

    .about-hero-inner {
        grid-template-columns: 320px 1fr;
        gap: 55px;
    }

    .about-row,
    .about-row-reverse {
        gap: 50px;
    }

    .about-image-wrap,
    .about-image {
        min-height: 410px;
    }
    .about-image-wrap .media-placeholder {
    height: 100%;
    min-height: 480px;

    border: 0;
    border-radius: inherit;
}
}


/* ========================================
   Aboutページ 768px以下
======================================== */

@media screen and (max-width: 768px) {

    .about-hero {
        min-height: 100svh;
        padding:
            calc(var(--header-height) + 70px)
            20px
            90px;
    }

    .about-hero-inner {
        grid-template-columns: 1fr;
        gap: 35px;
        text-align: center;
    }

    .about-hero-logo-wrap {
        display: flex;
        justify-content: center;
    }

    .about-hero-logo {
        width: min(240px, 65vw);
    }

    .about-hero-label {
        font-size: 0.7rem;
        letter-spacing: 0.18em;
    }

    .about-hero-title {
        font-size: clamp(2rem, 8vw, 3rem);
        white-space: nowrap;
    }
    .about-hero-catch {
        font-size: clamp(1.25rem, 5vw, 1.7rem);
    }

    .about-hero-text {
        margin-right: auto;
        margin-left: auto;
        font-size: 0.95rem;
        line-height: 1.9;
    }
    /* PC用SCROLLを非表示 */

    .about-scroll-desktop {
        display: none;
    }


    /* スマホ用SCROLLを表示 */

    .about-scroll-mobile {
        position: static;
        inset: auto;
        transform: none;

        display: flex;

        margin: 18px auto 0;
    }


    /* セクション */

    .about-section {
        padding: 85px 20px;
    }

    .cyber-heading {
        gap: 14px;
        margin-bottom: 42px;
    }

    .cyber-heading::before {
        width: 32px;
    }
    .cyber-heading-content {
        min-width: max-content;
    }

.cyber-heading .cyber-heading-ja {
    font-size: clamp(1.28rem, 6vw, 1.68rem) !important;
    white-space: nowrap;
    word-break: keep-all;
}
    .cyber-heading-number {
        font-size: 3rem;
    }

    .cyber-heading-en {
        font-size: 0.65rem;
        letter-spacing: 0.2em;
    }


    /* 写真と文章 */

    .about-row,
    .about-row-reverse {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .about-row-reverse .about-image-wrap,
    .about-row-reverse .about-text-content {
        order: initial;
    }

    .about-row.reveal {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .about-row.reveal .about-image-wrap {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
        transform: translateX(0);
    }

    .about-row.reveal .about-image,
    .about-row.reveal .media-placeholder {
        display: block;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }
    .about-image-wrap,
    .about-image {
        min-height: 330px;
    }
    .about-image-wrap {
        border-radius: 18px;
    }

    .about-content-title {
        font-size: clamp(0.9rem, 4vw, 1.5rem);
    }

    .about-content-text {
        font-size: 0.95rem;
        line-height: 1.95;
    }

    .about-more-link {
        width: 100%;
        min-width: 0;
    }


    /* 特徴カード */

    .feature-card-list {
        grid-template-columns: 1fr;
    }

    .feature-card {
        min-height: 0;
    }


    /* CTA */

    .about-cta {
        padding: 90px 20px;
    }

    .about-cta-line {
        display: block;
        white-space: nowrap;
    }
.about-cta-line {
    display: block;
}
.about-cta h2 {
    font-size: clamp(1.10rem, 7vw, 1.8rem);
    line-height: 1.6;
    text-align: center;
}    .about-cta-buttons {
        flex-direction: column;
    }

    .about-cta-button {
        width: 100%;
        min-width: 0;
    }
}


/* ========================================
   Aboutページ 480px以下
======================================== */

@media screen and (max-width: 480px) {

    .about-hero-logo {
        width: 190px;
    }

    .about-hero-title {
        font-size: clamp(2rem, 10vw, 2.8rem);
        white-space: nowrap;
    }
    .about-hero-catch br {
        display: none;
    }

    .about-section {
        padding-right: 16px;
        padding-left: 16px;
    }

    .cyber-heading {
        align-items: flex-start;
    }

    .cyber-heading::before {
        display: none;
    }

    .cyber-heading-number {
        font-size: 2.5rem;
    }

    .about-image-wrap,
    .about-image {
        min-height: 260px;
    }

    .about-image-label {
        bottom: 18px;
        left: 20px;
    }

    .about-point-list li {
        padding-left: 44px;
        font-size: 0.88rem;
    }

    .about-skill-tags {
        gap: 8px;
    }

    .about-skill-tags span {
        padding: 7px 14px;
        font-size: 0.76rem;
    }

    .feature-card {
        padding: 28px 22px;
    }
}
