/* ================================================

   ================================================ */

/* --- Base --- */
html,
body {
    overflow-x: hidden;
    max-width: 100vw;
}

.lp-wrap {
    --max: 1200px;
    --gap: clamp(16px, 3vw, 32px);
    --brand: #7d5da5;
    --ink: #222;
    --muted: #757575;
    --edge: #e9e9ef;
    --bg: #fafafb;
    --lav: #e9e6f6;
    overflow-x: hidden;
    max-width: 100vw;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    margin-top: 100vh;
}

.lp-wrap * {
    box-sizing: border-box
}

.lp-wrap img {
    display: block;
    max-width: 100%;
    /* height: auto; */
}

@media (max-width: 640px) {

    .lp-wrap {
        margin-top: 100vh;
    }
}


.lp-container {
    max-width: var(--max);
    margin: auto;
    padding: clamp(20px, 4vw, 40px)
}

.lp-eyebrow {
    font-size: .9rem;
    letter-spacing: .12em;
    color: #8a8a8a
}

.lp-h1 {
    font-weight: 700;
    line-height: 1.6;
    font-size: clamp(22px, 2.4vw, 30px);
    color: var(--ink)
}

.lp-h1 .em {
    color: #7d5da5;
}

.lp-lead {
    margin-top: 1rem;
    color: #505050;
    line-height: 1.9;
    font-size: .95rem
}

.lp-btn {
    display: inline-flex;
    align-items: center;
    gap: .4em;
    padding: .65em 1.1em;
    /* border: 1px solid #c9c9d6; */
    /* border-radius: 999px; */
    /* background: #e0dae8; */
    color: #333;
    font-size: .9rem;
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}

.lp-btn:before,
.lp-btn:after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lp-btn:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 100%;
    height: 0;
    content: "";
    border-bottom: #e0dae8 1px solid;
    z-index: 0;
}

.lp-btn:hover:before {
    right: 0;
    border-color: #ddd;
}

.lp-btn:after {
    content: "→";
    transform: translateY(1px);
    position: relative;
    z-index: 1;
}

.lp-btn:hover:after {
    right: -5px;
    transform: translateY(1px) translateX(5px);
}

.lp-kome {
    font-size: .85rem;
    color: #868686
}




.position {
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* text-align: center; */
    /* margin-top: 15%; */
}

#workarea {
    position: absolute;
    width: 100%;
    height: 60%;
    /* background-color: #1e1a3e; */
    font-family: Raleway;
    margin-top: 30px;
}

#personal {
    color: white;
    text-decoration: none;
    position: absolute;
    bottom: 15px;
    right: 2%;
}



.spot {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.svg-wrapper {
    margin-top: 0;
    position: relative;
    width: 150px;
    /*make sure to use same height/width as in the html*/
    height: 40px;
    max-width: 250px;
    display: inline-block;
    border-radius: 3px;
    margin-left: 5px;
    margin-right: 5px;
    border: solid #ddd 1px;
    margin-top: 30px;
}


.svg-wrapperA {
    margin-top: 0;
    position: relative;
    /* width: 150px; */
    /*make sure to use same height/width as in the html*/
    height: 40px;
    max-width: 250px;
    display: inline-block;
    border-radius: 3px;
    margin-left: 5px;
    margin-right: 5px;
    border: solid #ddd 1px;
    margin-top: 30px;
}





#shape {
    stroke-width: 6px;
    fill: transparent;
    stroke: #111;
    stroke-dasharray: 85 400;
    stroke-dashoffset: -220;
    transition: 1s all ease;
}


#shapeA {
    stroke-width: 6px;
    fill: transparent;
    stroke: #111;
    stroke-dasharray: 85 400;
    stroke-dashoffset: -370;
    transition: 1s all ease;
}



#text {
    margin-top: -40px;
    text-align: center;
}

#text a {
    color: #000000;
    text-decoration: none;
    font-weight: 100;
    font-size: 1.0 em;
    line-height: 0.1;
    margin-bottom: 5px;
    font-family: "tot-shizukamin-stdn", sans-serif;
    font-weight: 400;
    font-style: normal;
}


.svg-wrapper:hover #shape {
    stroke-dasharray: 50 0;
    stroke-width: 3px;
    stroke-dashoffset: 0;
    stroke: #757575;
}

.svg-wrapperA:hover #shapeA {
    stroke-dasharray: 50 0;
    stroke-width: 3px;
    stroke-dashoffset: 0;
    stroke: #757575;
}




.spot_b {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.svg-wrapper_b {
    margin-top: 0;
    position: relative;
    /* width: 150px; */
    /*make sure to use same height/width as in the html*/
    height: 40px;
    max-width: 250px;
    display: inline-block;
    border-radius: 3px;
    margin-left: 5px;
    margin-right: 5px;
    border: solid #ddd 1px;
    margin-top: 30px;
}

#shape_b {
    stroke-width: 6px;
    fill: transparent;
    stroke: #111;
    stroke-dasharray: 85 400;
    stroke-dashoffset: -220;
    transition: 1s all ease;
}


#text_b {
    margin-top: -40px;
    text-align: center;
}

#text_b a {
    color: #000000;
    text-decoration: none;
    font-weight: 100;
    font-size: 1.0 em;
    line-height: 0.1;
    margin-bottom: 5px;
    font-family: "tot-shizukamin-stdn", sans-serif;
    font-weight: 400;
    font-style: normal;
}


.svg-wrapper_b:hover #shape_b {
    stroke-dasharray: 50 0;
    stroke-width: 3px;
    stroke-dashoffset: 0;
    stroke: #757575;
}


/* --- Hero Full --- */
.hero-full {
    width: 100%;
    margin: 0;
    padding: 0;
}

.hero-inner {
    display: grid;
    grid-template-columns: 1.2fr 1.3fr;
    align-items: center;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.hero-copy {
    padding: clamp(20px, 4vw, 60px);
    padding-left: clamp(80px, 12vw, 180px);
}

.hero-fig {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.hero-fig img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}



.hero-full {
    width: 100%;
    background-color: #ffffff;

}

.hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 780px) 1fr;
    align-items: center;
    width: 100%;
}

.hero-copy {
    padding-left: clamp(10px, 10vw, 260px);
    /* padding-right: clamp(20px, 4vw, 60px); */
    max-width: 760px;
    color: #222;
}

.hero-fig {
    width: 100%;
    height: 80%;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
}

.hero-fig img {
    width: 100%;
    height: auto;
    /* max-height: 80%; */
    object-fit: cover;
    object-position: right center;
    display: block;
}

@media (max-width: 900px) {
    .hero-inner {
        display: block;
    }

    .hero-copy {
        padding-left: clamp(20px, 5vw, 40px);
        padding-right: clamp(20px, 5vw, 40px);
    }

    .hero-fig {
        margin-top: 24px;
    }
}


@media (max-width: 640px) {
    .lp-btn {
        margin-top: 60px
    }
}




@media (max-width: 980px) {
    .hero-inner {
        grid-template-columns: 1fr;
    }
}

/* --- Section title --- */
.sec-title {
    display: block;
    margin: 80px auto 28px;
    padding-left: clamp(80px, 12vw, 180px);
    max-width: 1400px;
    padding-left: 0;
    padding: 0 clamp(20px, 4vw, 60px);
}

.sec-title .en {
    font-size: clamp(18px, 2.5vw, 32px);
    letter-spacing: .2em;
    color: #b0b0b0;
    font-weight: 400;
    margin-bottom: 8px;
    display: block;
}

.sec-title .ja {
    font-size: clamp(20px, 2vw, 24px);
    letter-spacing: .2em;
    color: #222;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    padding-left: 80px;
}

.sec-title .ja:before {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #333;
    flex-shrink: 0;
    position: absolute;
    left: calc(-60px - 12px);
    left: 0;
}

/* --- Dots background blocks --- */
.dots:before,
.dots:after {
    content: "";
    position: absolute;
    inset: auto auto 0 0;
    width: min(280px, 36vw);
    height: 330px;
    opacity: .45;
    background:
        radial-gradient(#cfcfe6 1px, transparent 1px) 0 0/14px 14px;
    mask: linear-gradient(#000 0 0) top/100% 60% no-repeat;
    pointer-events: none
}

.dots:after {
    left: auto;
    right: 0;
    transform: scaleX(-1)
}

/* --- åŠå††è£…é£¾ï¼ˆ2ç•ªç›®ã¨3ç•ªç›®ã®svcã«é…ç½®ï¼‰ --- */
.svc:nth-of-type(2)::before,
.svc:nth-of-type(3)::before {
    content: "";
    position: absolute;
    width: clamp(250px, 30vw, 400px);
    height: clamp(250px, 30vw, 400px);
    opacity: 0.35;
    pointer-events: none;
    z-index: 999;
    background-image: url('../img/top/bg_img01.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* 2ç•ªç›®ã®svcï¼ˆreverse - ç”»åƒå³ã€ãƒ†ã‚­ã‚¹ãƒˆå·¦ï¼‰ */
.svc:nth-of-type(2)::before {
    left: 0%;
    top: -10%;
    transform: translateY(-50%);
    background-position: left center;
}

/* 3ç•ªç›®ã®svcï¼ˆé€šå¸¸ - ç”»åƒå·¦ã€ãƒ†ã‚­ã‚¹ãƒˆå³ï¼‰ */
.svc:nth-of-type(3)::before {
    right: 0%;
    top: -20%;
    transform: translateY(-50%) scaleX(-1);
    background-position: left center;
}

/* --- Service list --- */
.lp-container.services {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    overflow: hidden;
}

.services {
    position: relative;
    background-color: #ffffff;
}

.svc {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 60vw) 1fr;
    gap: 0;
    align-items: center;
    /* margin: 120px 0; */
    padding: 120px 0;
    max-width: 100%;
    /* overflow: hidden; */
}

.svc.reverse {
    grid-template-columns: 1fr minmax(0, 60vw);
}

.svc-fig {
    aspect-ratio: 6/3.5;
    /* overflow: hidden; */
    border-radius: 0;
    width: 100%;
}

.svc-fig img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.svc-body {
    position: relative;
    z-index: 1;
    padding: clamp(20px, 4vw, 60px);
    padding-right: clamp(40px, 8vw, 120px);
    max-width: 700px;
}

.svc.reverse .svc-body {
    order: -1;
    padding-right: clamp(20px, 4vw, 60px);
    padding-left: clamp(40px, 8vw, 120px);
    max-width: 700px;
    margin-left: auto;
}

.svc-tag {
    font-size: .72rem;
    letter-spacing: .18em;
    color: #6a6a6a;
    margin-bottom: 6px
}

.svc-ttl {
    /* font-weight: 700; */
    font-size: clamp(32px, 2.0vw, 42px);
    margin: .2rem 0 2em;
}

.svc-txt {
    color: #555;
    line-height: 1.9;
    font-size: .95rem
}

.svc-actions {
    margin-top: 12px
}

/* --- CTA wide card --- */
.cta-wrap {
    background: #ffffff;
}

.cta {
    position: relative;
    background: #e9e9e9;
    border: 1px solid var(--edge);
    border-radius: 14px;
    padding: clamp(18px, 3.2vw, 38px);
    box-shadow: 0 10px 30px rgba(30, 20, 100, .06);
    overflow: visible;
    max-width: 1100px;
    margin: 0 auto;
}

.cta h3 {
    font-size: clamp(18px, 2.1vw, 22px);
    margin: 0 0 10px
}

.cta h3:after {
    content: "";
    display: block;
    width: 340px;
    height: 2px;
    background: #cfcfe6;
    margin-top: 10px
}

.cta-grid {
    display: grid;
    grid-template-columns: 1.25fr .9fr;
    gap: var(--gap);
    align-items: center;
    margin-top: 8px;
    overflow: visible;
}

.cta ul {
    margin: 0;
    padding-left: 1.2em;
    color: #4b4b4b;
    line-height: 1.9
}

.cta-note {
    margin-top: 10px;
    color: #6a6a6a;
    font-size: .9rem
}

.excavator {
    block-size: 300px;
    border-radius: 12px;
    position: relative;
    overflow: visible;
}

.excavator:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 160%;
    bottom: -20%;
    right: -90%;
    background: url('../img/top/top_h_machinery.svg') center/contain no-repeat;
    opacity: 0.9;
    z-index: 1;
}

@media (max-width:640px) {

    .svc {
        padding: 50px 0;
    }


    .cta ul {
        padding-left: 0em;
    }

    .svc-ttl {
        /* font-weight: 700; */
        font-size: clamp(18px, 1.6vw, 20px);
        margin: .2rem 0 2em;
    }


    .excavator:after {
        width: 170px;
        height: 160px;
        bottom: 0;
        right: 0;
    }
}



.pb_set100 {
    padding-bottom: 200px;
}



/* --- About Section --- */
.about-body {
    max-width: 1380px;
    width: 100%;
    margin: 60px auto 0;
    display: grid;
    grid-template-columns: 0.45fr 0.55fr;
    gap: clamp(30px, 4vw, 60px);
    align-items: center;
    padding: 0 clamp(20px, 4vw, 40px);
}

.about-text-wrap {
    display: flex;
    align-items: center;
}

.about-text-content {
    font-size: clamp(16px, 1.8vw, 20px);
    line-height: 1.8;
    color: #333;
    letter-spacing: 0.05em;
    margin: 0;
}

.about-video-wrap {
    width: 100%;
    position: relative;
}

.about-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 ã‚¢ã‚¹ãƒšã‚¯ãƒˆæ¯” */
    border-radius: 8px;
    overflow: hidden;
    background: #000;
}

.about-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}




.excavator {
    height: 220px
}


/* --- Responsive --- */
@media (max-width:980px) {
    .hero-inner {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .svc,
    .svc.reverse {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .svc.reverse .svc-body {
        order: 0;
    }

    .svc-body {
        padding: clamp(20px, 5vw, 30px);
    }

    .sec-title {
        margin: 50px 0 18px;
        padding-left: clamp(40px, 8vw, 80px);
    }

    .sec-title .en {
        font-size: clamp(16px, 4vw, 24px);
        margin-bottom: 6px;
    }

    .sec-title .ja {
        font-size: clamp(18px, 4vw, 20px);
    }

    .sec-title .ja:before {
        width: 50px;
        /* left: calc(-50px - 12px); */
    }

    .cta-grid {
        grid-template-columns: 1fr
    }

    .excavator {
        height: 220px
    }

    .about-body {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 40px;
        padding: 0 clamp(20px, 5vw, 30px);
    }

    .about-text-content {
        font-size: clamp(14px, 4vw, 18px);
        line-height: 1.9;
    }

    .about-video {
        padding-bottom: 56.25%;
    }
}


/* --- Responsive --- */
@media (max-width:640px) {
    .excavator {
        height: 60px
    }


}

/* ================================================
   ABOUT Section (REASONS Style)
   ================================================ */

.about-section {
    position: relative;
    background: #ffffff;
    padding: clamp(60px, 8vw, 120px) 0;
    /* overflow: hidden; */
}

/* REASONS*/
.about-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image:
        repeating-linear-gradient(0deg, transparent, transparent 19px, rgba(200, 200, 220, 0.15) 19px, rgba(200, 200, 220, 0.15) 20px),
        repeating-linear-gradient(90deg, transparent, transparent 19px, rgba(200, 200, 220, 0.15) 19px, rgba(200, 200, 220, 0.15) 20px); */
    pointer-events: none;
    z-index: 0;
    background: #f8f8f8;
}

.about-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 60px);
    z-index: 1;
}

/* ãƒ˜ãƒƒãƒ€ãƒ¼éƒ¨åˆ† */
.about-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: clamp(10px, 6vw, 10px);
    position: relative;
}

.about-title .en {
    font-size: clamp(18px, 2.5vw, 32px);
    letter-spacing: .2em;
    color: #b0b0b0;
    font-weight: 400;
    margin-bottom: 8px;
    display: block;
}

.about-title .ja {
    font-size: clamp(20px, 2vw, 24px);
    letter-spacing: .2em;
    color: #222;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    padding-left: 80px;
}

.about-title .ja::before {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #333;
    flex-shrink: 0;
    position: absolute;
    left: 0;
}

/* ç¸¦æ›¸ããƒ†ã‚­ã‚¹ãƒˆ */
.about-vertical-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: clamp(16px, 1.8vw, 22px);
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #333;
    line-height: 1.8;
    padding-right: clamp(20px, 3vw, 40px);
    position: relative;
    top: -200px;
}

/* ã‚«ãƒ¼ãƒ‰ã‚°ãƒªãƒƒãƒ‰ */
.about-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(24px, 4vw, 48px);
    position: relative;
}

/* å€‹åˆ¥ã‚«ãƒ¼ãƒ‰ */
.about-card {
    position: relative;
}

/* ã‚«ãƒ¼ãƒ‰ç•ªå· */
.card-number {
    font-size: clamp(48px, 6vw, 72px);
    font-weight: 700;
    color: #a596bc;
    /* font-family: "Century Gothic", sans-serif; */
    font-family: "garamond-premier-pro", serif;
    font-weight: 400;
    font-style: italic;
    font-style: italic;
    margin-bottom: clamp(12px, 2vw, 20px);
    line-height: 1;
    position: absolute;
    right: 10px;
    top: -40px;
    z-index: 99;
}

/* ã‚«ãƒ¼ãƒ‰ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ */
.card-content {
    background: #fff;
    /* border-radius: 12px; */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-content:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* ã‚«ãƒ¼ãƒ‰ç”»åƒ */
.card-image {
    margin: 0;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.card-content:hover .card-image img {
    transform: scale(1.05);
}

/* ã‚«ãƒ¼ãƒ‰ãƒœãƒ‡ã‚£ */
.card-body {
    padding: clamp(20px, 3vw, 32px);
}

.card-title {
    font-size: clamp(16px, 1.6vw, 20px);
    font-weight: 700;
    color: #222;
    line-height: 1.6;
    margin: 0 0 clamp(12px, 2vw, 16px) 0;
    letter-spacing: 0.02em;
}

.card-text {
    font-size: clamp(14px, 1.2vw, 16px);
    color: #555;
    line-height: 1.9;
    margin: 0;
    letter-spacing: 0.02em;
}

/* ã‚¿ãƒ–ãƒ¬ãƒƒãƒˆå¯¾å¿œ */
@media (max-width: 980px) {
    .about-section {
        padding: clamp(40px, 6vw, 80px) 0;
    }

    .about-header {
        flex-direction: column;
        gap: 24px;
        margin-bottom: clamp(32px, 5vw, 60px);
    }

    .about-vertical-text {
        writing-mode: horizontal-tb;
        text-orientation: mixed;
        padding-right: 0;
        border-top: 1px solid #ddd;
        padding-top: 16px;
    }

    .about-cards {
        grid-template-columns: 1fr;
        gap: clamp(32px, 5vw, 48px);
    }

    .card-number {
        font-size: clamp(40px, 8vw, 64px);
    }
}

/* ã‚¹ãƒžãƒ¼ãƒˆãƒ•ã‚©ãƒ³å¯¾å¿œ */
@media (max-width: 640px) {
    .about-title .en {
        font-size: clamp(18px, 5vw, 28px);
    }

    .about-title .ja {
        font-size: clamp(18px, 4.5vw, 24px);
    }

    .about-vertical-text {
        font-size: clamp(16px, 3.5vw, 18px);
        /* position: relative; */
        right: 0;
        top: 0;
    }

    .card-body {
        padding: clamp(16px, 4vw, 24px);
    }

    .card-title {
        font-size: clamp(15px, 4vw, 18px);
    }

    .card-text {
        font-size: clamp(13px, 3.5vw, 15px);
    }

    .card-number {
        font-size: clamp(50px, 4.5vw, 35px);
        top: -4%;
    }


}

/* ================================================
   Map Area Section
   ================================================ */

.map_area {
    max-width: 1200px;
    margin: clamp(60px, 8vw, 100px) auto 0;
    padding: 0 clamp(20px, 4vw, 40px);
}

.map-container {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: clamp(30px, 5vw, 60px);
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: clamp(30px, 5vw, 60px);
    align-items: center;
    padding-bottom: 90px;
}

/* å·¦å´ï¼šãƒ†ã‚­ã‚¹ãƒˆã‚¨ãƒªã‚¢ */
.map-text {
    padding-right: clamp(20px, 3vw, 40px);
}

.map-title {
    font-size: clamp(20px, 2.4vw, 28px);
    font-weight: 700;
    line-height: 1.6;
    color: #222;
    margin: 0 0 clamp(20px, 3vw, 30px) 0;
    letter-spacing: 0.02em;
}

.map-subtitle {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: clamp(15px, 1.4vw, 18px);
    font-weight: 600;
    color: #333;
    margin-bottom: clamp(20px, 3vw, 30px);
}

.map-bullet {
    color: #a596bc;
    font-size: 0.8em;
}

.map-description {
    font-size: clamp(14px, 1.3vw, 16px);
    line-height: 1.9;
    color: #555;
    letter-spacing: 0.02em;
}

.map-description p {
    margin: 0;
}

/* å³å´ï¼šåœ°å›³ãƒ“ã‚¸ãƒ¥ã‚¢ãƒ« */
.map-visual {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 350px;
}

.map-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ä¸­å¤®ã®åœ°å›³ç”»åƒ */
.map-center {
    position: relative;
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-center img {
    max-width: 100%;
    max-height: 100%;
}

/* éƒ½çœŒãƒ©ãƒ™ãƒ« */
.map-label {
    position: absolute;
    background: #e8e8ea;
    color: #333;
    font-size: clamp(13px, 1.2vw, 15px);
    font-weight: 500;
    width: clamp(60px, 8vw, 80px);
    height: clamp(60px, 8vw, 80px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.05em;
}

/* å„éƒ½çœŒã®é…ç½® */
.map-label[data-prefecture="nagano"] {
    top: 10%;
    left: 18%;
    width: clamp(75px, 10vw, 110px);
    height: clamp(75px, 10vw, 110px);
    font-size: clamp(14px, 1.4vw, 17px);
    font-weight: 600;
}

.map-label[data-prefecture="niigata"] {
    top: -10%;
    right: 40%;
}

.map-label[data-prefecture="gunma"] {
    top: 2%;
    right: 12%;
}

.map-label[data-prefecture="tokyo"] {
    bottom: 20%;
    right: 5%;
}

.map-label[data-prefecture="yamanashi"] {
    bottom: -15%;
    right: 38%;
}

.map-label[data-prefecture="shizuoka"] {
    bottom: -4%;
    left: 24%;
}

.map-label[data-prefecture="gifu"] {
    top: 45%;
    left: 11%;
}

.map-label[data-prefecture="kanagawa"] {
    bottom: -5%;
    right: 16%;
}

.map-label[data-prefecture="saitama"] {
    bottom: 49%;
    right: 5%;
}

/*  */
@media (max-width: 980px) {
    .map-container {
        grid-template-columns: 1fr;
        gap: clamp(30px, 5vw, 50px);
    }

    .map-text {
        padding-right: 0;
        text-align: left;
    }

    .map-visual {
        min-height: 400px;
    }

    .map-center {
        width: 240px;
        height: 240px;
    }
}

/* エリアマップ */
@media (max-width: 640px) {
    .map_area {
        margin-top: clamp(40px, 6vw, 60px);
        padding: 0;
    }

    .map-container {
        padding: clamp(24px, 5vw, 40px);
    }

    .map-title {
        font-size: clamp(18px, 5vw, 24px);
    }

    .map-subtitle {
        font-size: clamp(14px, 4vw, 16px);
    }

    .map-description {
        font-size: clamp(13px, 3.5vw, 15px);
    }

    .map-visual {
        min-height: 350px;
    }

    .map-center {
        width: 200px;
        height: 200px;
    }

    .map-label {
        font-size: clamp(11px, 3vw, 13px);
        width: clamp(50px, 10vw, 65px);
        height: clamp(50px, 10vw, 65px);
    }

    /* 県一 */
    .map-label[data-prefecture="nagano"] {
        top: 20%;
        left: 14%;
        width: clamp(75px, 13vw, 85px);
        height: clamp(75px, 13vw, 85px);
        font-size: clamp(12px, 3.5vw, 14px);
    }

    .map-label[data-prefecture="niigata"] {
        top: 10%;
        right: 40%;
    }

    .map-label[data-prefecture="gunma"] {
        top: 18%;
        right: 9%;
    }

    .map-label[data-prefecture="tokyo"] {
        bottom: 28%;
        right: 4%;
    }

    .map-label[data-prefecture="yamanashi"] {
        bottom: 8%;
        right: 44%;
    }

    .map-label[data-prefecture="shizuoka"] {
        bottom: 17%;
        left: 14%;
    }

    .map-label[data-prefecture="gifu"] {
        top: 45%;
        left: 4%;
    }

    .map-label[data-prefecture="kanagawa"] {
        bottom: 12%;
        right: 17%;
    }

    .map-label[data-prefecture="saitama"] {
        bottom: 47%;
        right: 3.0%;
    }
}

/* ================================================
   Request Process Section
   ================================================ */

.request-process-section {
    position: relative;
    background: #fff;
    padding: clamp(60px, 8vw, 120px) 0;
}

.process-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 60px);
}

/* ãƒ—ãƒ­ã‚»ã‚¹ãƒ•ãƒ­ãƒ¼ */
.process-flow {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: clamp(16px, 2vw, 32px);
    margin-top: clamp(40px, 6vw, 80px);
    position: relative;
}

/* ã‚¹ãƒ†ãƒƒãƒ—é–“ã®æŽ¥ç¶šç·š */
.process-flow::before {
    content: "";
    position: absolute;
    top: 25px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(to right,
            transparent 0%,
            #d0d0d0 10%,
            #d0d0d0 90%,
            transparent 100%);
    z-index: 0;
}

/* å€‹åˆ¥ã‚¹ãƒ†ãƒƒãƒ— */
.process-step {
    position: relative;
    background: #fff;
    border: 1.5px solid #333;
    border-radius: 12px;
    padding: clamp(50px, 5vw, 60px) clamp(16px, 2vw, 24px) clamp(30px, 4vw, 40px);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-step:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* ã‚¹ãƒ†ãƒƒãƒ—ç•ªå· */
.step-number {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: #000000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* ã‚¹ãƒ†ãƒƒãƒ—3ã®+ãƒãƒƒã‚¸ */
.step-badge {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    background: #4ade80;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    z-index: 3;
}

.step-content {
    display: flex;
    flex-direction: column;
}




/* ã‚¹ãƒ†ãƒƒãƒ—ã‚¿ã‚¤ãƒˆãƒ« */
.step-title {
    font-size: clamp(15px, 1.4vw, 18px);
    font-weight: 600;
    color: #222;
    margin: 0 0 clamp(3px, 2vw, 5px) 0;
    line-height: 1.2;
    min-height: 2.5em;
}

/* ã‚¹ãƒ†ãƒƒãƒ—ã‚¢ã‚¤ã‚³ãƒ³ */
.step-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: auto;
}

.step-icon svg {
    flex-shrink: 0;
}

/* ã‚¿ãƒ–ãƒ¬ãƒƒãƒˆå¯¾å¿œ */
@media (max-width: 980px) {

    .process-flow {
        grid-template-columns: repeat(2, 1fr);
        gap: clamp(24px, 4vw, 40px);
    }

    .process-flow::before {
        display: none;
    }

    /* .process-step:nth-child(5) {
        grid-column: 1 / -1;
        max-width: 50%;
        margin: 0 auto;
    } */
}

/* ã‚¹ãƒžãƒ¼ãƒˆãƒ•ã‚©ãƒ³å¯¾å¿œ */
@media (max-width: 640px) {
    .request-process-section {
        padding: clamp(40px, 8vw, 80px) 0;
    }


    .process-flow {
        grid-template-columns: 1fr;
        gap: clamp(32px, 6vw, 48px);
    }

    .process-step:nth-child(5) {
        grid-column: 1;
        max-width: 100%;
    }

    .step-number {
        width: 45px;
        height: 45px;
        font-size: 20px;
        top: -22px;
    }

    .step-badge {
        width: 20px;
        height: 20px;
        font-size: 16px;
        top: -32px;
    }

    .process-step {
        padding: clamp(30px, 5vw, 40px) clamp(16px, 2vw, 24px) clamp(30px, 4vw, 40px);
    }


    .step-content {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 2em;
    }

    .step-title {
        font-size: clamp(20px, 4vw, 22px);
        line-height: 2;
        min-height: 1em;
    }

    .step-icon img {
        width: 60px;
        height: 60px;
    }



    .step-icon svg {
        width: 60px;
        height: 60px;
    }
}

/* ================================================
   Contact CTA Section
   ================================================ */

.contact-cta-section {
    position: relative;
    background: #fff;
    padding: 0 0 clamp(60px, 8vw, 120px) 0;
}

.contact-cta-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 60px);
}

.contact-cta-card {
    background: #e8e8ea;
    border-radius: 12px;
    padding: clamp(30px, 4vw, 50px) clamp(30px, 5vw, 60px);
}

/* ãƒ˜ãƒƒãƒ€ãƒ¼ï¼ˆã‚¿ã‚¤ãƒˆãƒ«ã¨ãƒ†ã‚­ã‚¹ãƒˆã‚’æ¨ªä¸¦ã³ï¼‰ */
.contact-cta-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(20px, 3vw, 40px);
    margin-bottom: clamp(16px, 2vw, 20px);
}

/* ã‚¿ã‚¤ãƒˆãƒ« */
.contact-cta-title {
    font-size: clamp(24px, 2.8vw, 36px);
    font-weight: 700;
    color: #222;
    margin: 0;
    font-family: Georgia, serif;
    letter-spacing: 0.02em;
    flex-shrink: 0;
}

.contact-cta-text {
    font-size: clamp(18px, 2vw, 24px);
    color: #333;
    margin: 0;
    letter-spacing: 0.02em;
    font-weight: 400;
}

/* åŒºåˆ‡ã‚Šç·š */
.contact-cta-divider {
    width: 100%;
    height: 1px;
    background: #333;
    margin-bottom: clamp(20px, 3vw, 30px);
}

/* ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ã‚°ãƒªãƒƒãƒ‰ */
.contact-cta-content {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: clamp(30px, 5vw, 60px);
    align-items: center;
}

/* å·¦å´ */
.contact-cta-left {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2.5vw, 24px);
}

.contact-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: clamp(12px, 1.5vw, 14px) clamp(28px, 3.5vw, 44px);
    background: #000;
    color: #fff;
    font-size: clamp(15px, 1.5vw, 17px);
    font-weight: 600;
    border-radius: 999px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
    align-self: flex-start;
    letter-spacing: 0.05em;
}

.contact-cta-button:hover {
    background: #bdbdbd;
    color: #000;
    transform: translateX(4px);
}

.contact-cta-button svg {
    flex-shrink: 0;
}

/* å³å´ */
.contact-cta-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(12px, 2vw, 20px);
}

.contact-cta-right svg {
    flex-shrink: 0;
}

.contact-phone {
    font-size: clamp(26px, 3.8vw, 44px);
    font-weight: 700;
    color: #222;
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: color 0.3s ease;
}

.contact-phone:hover {
    color: #6c5ce7;
}

/* ã‚¿ãƒ–ãƒ¬ãƒƒãƒˆå¯¾å¿œ */
@media (max-width: 980px) {
    .contact-cta-header {
        flex-direction: column;
        align-items: flex-start;
        gap: clamp(12px, 2vw, 16px);
    }

    .contact-cta-content {
        grid-template-columns: 1fr;
        gap: clamp(30px, 5vw, 40px);
    }

    .contact-cta-left {
        align-items: flex-start;
    }

    .contact-cta-right {
        justify-content: flex-start;
    }
}

/* ã‚¹ãƒžãƒ¼ãƒˆãƒ•ã‚©ãƒ³å¯¾å¿œ */
@media (max-width: 640px) {
    .contact-cta-section {
        padding: 0 0 clamp(40px, 8vw, 80px) 0;
    }

    .contact-cta-card {
        padding: clamp(24px, 5vw, 40px);
    }

    .contact-cta-header {
        margin-bottom: clamp(12px, 3vw, 16px);
    }

    .contact-cta-title {
        font-size: clamp(22px, 5.5vw, 30px);
    }

    .contact-cta-text {
        font-size: clamp(16px, 4.5vw, 20px);
    }

    .contact-cta-divider {
        margin-bottom: clamp(16px, 4vw, 24px);
    }

    .contact-phone {
        font-size: clamp(22px, 6vw, 32px);
    }

    .contact-cta-right svg {
        width: 40px;
        height: 40px;
    }
}

/* ================================================
   Sustainability Section
   ================================================ */

.sustainability-section {
    position: relative;
    background: #ffffff;
    padding: clamp(60px, 8vw, 120px) 0;
    overflow: visible;
}

.sustainability-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 60px);
}

/* ãƒ˜ãƒƒãƒ€ãƒ¼ã‚»ã‚¯ã‚·ãƒ§ãƒ³ */
.sustainability-header {
    display: grid;
    grid-template-columns: 1fr;
    /* gap: clamp(40px, 6vw, 80px); */
    align-items: flex-start;
    /* margin-bottom: clamp(50px, 6vw, 80px); */
}

.sustainability-content {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 3vw, 30px);
}

.sustainability-content .sec-title {
    margin: 0;
    padding: 0;
    max-width: none;
}

.sustainability-text {
    display: flex;
    flex-direction: column;
    gap: clamp(12px, 2vw, 16px);
}

.text-lead {
    font-size: clamp(16px, 1.8vw, 20px);
    font-weight: 600;
    color: #222;
    margin: 0;
    line-height: 1.8;
    letter-spacing: 0.02em;
}

.text-description {
    font-size: clamp(14px, 1.5vw, 16px);
    color: #555;
    margin: 0;
    line-height: 1.9;
    letter-spacing: 0.02em;
}

.sustainability-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: clamp(12px, 1.5vw, 14px) clamp(28px, 3.5vw, 40px);
    background: #222;
    color: #fff;
    font-size: clamp(14px, 1.4vw, 16px);
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
    align-self: flex-start;
    letter-spacing: 0.05em;
}

.sustainability-button:hover {
    background: #000;
    transform: translateX(4px);
}

.sustainability-icon {
    position: absolute;
    /* bottom: calc(-60px - clamp(60px, 8vw, 120px) / 2); */
    right: 100px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -200px;
}

.sustainability-icon img {
    width: 200px;
    height: 200px;
    opacity: 0.9;
}

.sustainability-section .badge {
    position: absolute;
    z-index: 2;
    left: 80%;
    top: -5%;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sustainability-section .badge .badge-inner {
    position: absolute;
    width: 40%;
    height: 40%;
    object-fit: contain;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sustainability-section .badge .badge-outer {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
}

@media (max-width: 640px) {
    .sustainability-section .badge {
        left: 75%;
        top: -1%;
        width: 80px;
        height: 80px;
    }
}



/*==================================================
å°è±¡ç·¨ 4 æœ€ä½Žé™ãŠã¼ãˆã¦ãŠããŸã„å‹•ã
===================================*/

/* 4-3 ãã‚‹ã£ï¼ˆZ è»¸ï¼ˆå³ã¸ï¼‰ï¼‰ */
.rotateRightZ {
    animation-name: rotateRightZAnime;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

@keyframes rotateRightZAnime {
    from {
        transform: translate(-50%, -50%) rotateZ(0);
    }

    to {
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}




/**/
.sustainability-section .waste-flow-header {
    background: #222;
    padding: clamp(16px, 2vw, 20px) clamp(30px, 4vw, 40px);
    margin-bottom: clamp(30px, 4vw, 50px);
    position: absolute;
    right: 0;
    /* left: calc(100% - 25em); */
    top: 30%;
    width: 20em;
    min-width: 50%;
    border-radius: 40px 0 0 40px;
}

.sustainability-section .waste-flow-header h3 {
    color: #fff;
    font-size: clamp(14px, 2.1vw, 26px);
    font-weight: 600;
    margin: 0;
    text-align: left;
    letter-spacing: 0.05em;
}

/* å»ƒæ£„ç‰©ã‚«ãƒ¼ãƒ‰ã‚°ãƒªãƒƒãƒ‰ */
.waste-cards-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: clamp(20px, 3vw, 30px);
    margin-top: clamp(80px, 10vw, 120px);
}

/* å€‹åˆ¥ã‚«ãƒ¼ãƒ‰ */
.waste-card {
    background: #f5f5f5;
    border-radius: 8px;
    padding: clamp(10px, 2vw, 20px) clamp(10px, 2.2vw, 20px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.waste-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.waste-title {
    font-size: clamp(14px, 1.4vw, 16px);
    font-weight: 700;
    color: #222;
    margin: 0 0 clamp(12px, 1.5vw, 16px) 0;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
}

/* ã‚»ãƒ‘ãƒ¬ãƒ¼ã‚¿ãƒ¼ï¼ˆåŒºåˆ‡ã‚Šç·šï¼‰ */
.waste-separator {
    width: 100%;
    height: 1px;
    background: #d0d0d0;
    margin-bottom: clamp(16px, 2vw, 20px);
}

/* ã‚¢ã‚¤ã‚³ãƒ³ */
.waste-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: clamp(16px, 2vw, 20px);
}

.waste-icon img {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

/* ãƒ—ãƒ­ã‚»ã‚¹ãƒªã‚¹ãƒˆ */
.waste-process-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: clamp(8px, 1vw, 10px);
}

.waste-process-list li {
    font-size: clamp(12px, 1.2vw, 13px);
    /* color: #555; */
    line-height: 1.1;
    letter-spacing: 0.02em;
    padding-left: clamp(16px, 2vw, 20px);
    position: relative;
    text-align: left;
}

.waste-process-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45em;
    width: clamp(5px, 0.6vw, 6px);
    height: clamp(5px, 0.6vw, 6px);
    background: #333;
    flex-shrink: 0;
}

/* ã‚¿ãƒ–ãƒ¬ãƒƒãƒˆå¯¾å¿œ */
@media (max-width: 980px) {
    .sustainability-header {
        grid-template-columns: 1fr;
        gap: clamp(30px, 4vw, 40px);
    }

    .sustainability-icon {
        bottom: calc(-40px - clamp(40px, 6vw, 80px) / 2);
        right: 50px;
    }

    .sustainability-icon img {
        width: 140px;
        height: 140px;
    }

    .waste-flow-header {
        min-width: 60%;
    }

    .waste-cards-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: clamp(16px, 3vw, 24px);
        margin-top: clamp(70px, 9vw, 100px);
    }
}

/* ã‚¹ãƒžãƒ¼ãƒˆãƒ•ã‚©ãƒ³å¯¾å¿œ */
@media (max-width: 640px) {
    .sustainability-section {
        padding: clamp(40px, 8vw, 80px) 0;
    }

    .sustainability-header {
        gap: clamp(24px, 4vw, 30px);
    }

    .sustainability-icon {
        /* bottom: calc(-30px - clamp(40px, 8vw, 80px) / 2); */
        right: 20px;
        bottom: 88%;
    }

    .sustainability-section .waste-flow-header {
        background: #222;
        padding: clamp(16px, 2vw, 20px) clamp(30px, 4vw, 40px);
        margin-bottom: clamp(30px, 4vw, 50px);
        position: absolute;
        right: 0;
        /* left: calc(100% - 20em); */
        top: 24%;
        width: 22em;
        /* min-width: 50%; */
        border-radius: 40px 0 0 40px;
    }





    .sustainability-icon img {
        width: 120px;
        height: 120px;
    }

    .text-lead {
        font-size: clamp(15px, 4vw, 18px);
    }

    .text-description {
        font-size: clamp(13px, 3.5vw, 15px);
    }

    .waste-flow-header {
        padding: clamp(14px, 3vw, 18px) clamp(20px, 4vw, 30px);
        margin-bottom: clamp(24px, 4vw, 40px);
        min-width: 70%;
        border-radius: 6px 0 0 6px;
    }

    .waste-flow-header h3 {
        font-size: clamp(14px, 4vw, 17px);
    }

    .waste-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: clamp(16px, 4vw, 20px);
        margin-top: clamp(100px, 8vw, 100px);
    }

    .waste-card {
        padding: clamp(16px, 4vw, 24px);
    }

    .waste-title {
        font-size: clamp(13px, 3.5vw, 15px);
        margin-bottom: clamp(10px, 3vw, 14px);
    }

    .waste-separator {
        margin-bottom: clamp(12px, 3vw, 16px);
    }

    .waste-icon {
        margin-bottom: clamp(12px, 3vw, 16px);
    }

    .waste-icon img {
        width: 50px;
        height: 50px;
    }

    .waste-process-list {
        gap: clamp(6px, 2vw, 8px);
    }

    .waste-process-list li {
        font-size: clamp(11px, 3vw, 12px);
        padding-left: clamp(14px, 3.5vw, 18px);
    }

    .waste-process-list li::before {
        width: clamp(4px, 1vw, 5px);
        height: clamp(4px, 1vw, 5px);
    }
}

/* ================================================
   News Section
   ================================================ */

.news-section {
    position: relative;
    background: #fff;
    padding: clamp(60px, 8vw, 120px) 0;
}

.news-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 60px);
}

.news-header {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: clamp(40px, 6vw, 80px);
    align-items: flex-start;
}

/* ã‚¿ã‚¤ãƒˆãƒ«ã‚¨ãƒªã‚¢ */
.news-title-area {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 3vw, 30px);
}

.news-title-area .sec-title {
    margin: 0;
    padding: 0;
    max-width: none;
}

/* ä¸€è¦§ã‚’ã¿ã‚‹ãƒªãƒ³ã‚¯ */
.news-view-all {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: clamp(14px, 1.5vw, 16px);
    color: #222;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}

.news-view-all:hover {
    color: #6c5ce7;
}

.arrow-circle {
    width: 36px;
    height: 36px;
    background: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.news-view-all:hover .arrow-circle {
    background: #6c5ce7;
}

.news-view-all:hover .arrow-circle svg {
    stroke: #fff;
}

/* ãƒ‹ãƒ¥ãƒ¼ã‚¹ãƒªã‚¹ãƒˆ */
.news-list {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2vw, 20px);
}

.news-item {
    background: #fafafa;
    border-radius: 8px;
    padding: clamp(16px, 2vw, 20px) clamp(20px, 3vw, 30px);
    transition: background 0.3s ease, transform 0.2s ease;
}

.news-item>a {
    display: flex;
    align-items: center;
    gap: clamp(16px, 2vw, 24px);
    width: 100%;
    color: inherit;
    text-decoration: none;
}

.news-item:hover {
    background: #f0f0f0;
    transform: translateX(4px);
}

.news-date {
    font-size: clamp(13px, 1.3vw, 14px);
    color: #555;
    flex-shrink: 0;
    font-weight: 400;
}

.news-category {
    font-size: clamp(12px, 1.2vw, 13px);
    color: #fff;
    background: #4a4a4a;
    padding: clamp(4px, 0.5vw, 6px) clamp(12px, 1.5vw, 16px);
    border-radius: 999px;
    flex-shrink: 0;
    font-weight: 500;
}

.news-title {
    font-size: clamp(14px, 1.5vw, 16px);
    color: #222;
    margin: 0;
    line-height: 1.6;
    flex: 1;
    font-weight: 400;
    transition: color 0.3s ease;
}

.news-item>a:hover .news-title {
    color: #7d5da5;
}

/* ã‚¿ãƒ–ãƒ¬ãƒƒãƒˆå¯¾å¿œ */
@media (max-width: 980px) {
    .news-header {
        grid-template-columns: 1fr;
        gap: clamp(30px, 5vw, 40px);
    }

    .news-item>a {
        flex-wrap: wrap;
        gap: clamp(12px, 2vw, 16px);
    }

    .news-title {
        flex: 1 1 100%;
    }
}

/* ã‚¹ãƒžãƒ¼ãƒˆãƒ•ã‚©ãƒ³å¯¾å¿œ */
@media (max-width: 640px) {
    .news-section {
        padding: clamp(40px, 8vw, 80px) 0;
    }

    .news-title-area {
        gap: clamp(16px, 3vw, 20px);
    }

    .news-list {
        gap: clamp(12px, 3vw, 16px);
    }

    .news-item {
        padding: clamp(14px, 3vw, 18px);
    }

    .news-item>a {
        align-items: flex-start;
        flex-wrap: wrap;
        gap: clamp(8px, 2vw, 10px);
    }

    .news-date {
        font-size: clamp(12px, 3vw, 13px);
    }

    .news-category {
        font-size: clamp(11px, 2.5vw, 12px);
        padding: clamp(3px, 1vw, 5px) clamp(10px, 2.5vw, 14px);
    }

    .news-title {
        font-size: clamp(13px, 3.5vw, 15px);
    }

    .arrow-circle {
        width: 32px;
        height: 32px;
    }

    .arrow-circle svg {
        width: 16px;
        height: 16px;
    }
}

/* ================================================
   Corporate Info Section
   ================================================ */

.corporate-info-section {
    position: relative;
    background: #fff;
    padding: clamp(60px, 8vw, 120px) 0;
}

.corporate-info-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 60px);
    display: flex;
    flex-direction: column;
    gap: clamp(60px, 8vw, 100px);
}

.corporate-block .sec-title {
    margin: 0 0 clamp(30px, 4vw, 50px) 0;
    padding: 0;
    max-width: none;
}

/* ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆ */
.corporate-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 6vw, 80px);
    align-items: center;
}

.corporate-block.reverse .corporate-content {
    direction: rtl;
}

.corporate-block.reverse .corporate-content>* {
    direction: ltr;
}

/* ç”»åƒ */
.corporate-image {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.corporate-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* ãƒ†ã‚­ã‚¹ãƒˆã‚¨ãƒªã‚¢ */
.corporate-text {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 3vw, 30px);
}

.corporate-subtitle {
    background: #4a4a4a;
    color: #fff;
    font-size: clamp(16px, 1.8vw, 20px);
    font-weight: 600;
    padding: clamp(12px, 1.5vw, 16px) clamp(24px, 3vw, 32px);
    border-radius: 999px;
    margin: 0;
    display: inline-block;
    align-self: flex-start;
    letter-spacing: 0.05em;
}

.corporate-description {
    font-size: clamp(14px, 1.5vw, 16px);
    color: #555;
    line-height: 1.9;
    margin: 0;
    letter-spacing: 0.02em;
}

/* ãƒªã‚¹ãƒˆ */
.corporate-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2vw, 20px);
}

.corporate-list li {
    font-size: clamp(13px, 1.4vw, 15px);
    color: #555;
    line-height: 1.8;
    letter-spacing: 0.02em;
    padding-left: clamp(24px, 3vw, 32px);
    position: relative;
}

.corporate-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    width: clamp(8px, 1vw, 10px);
    height: clamp(8px, 1vw, 10px);
    background: #7d5da5;
    border-radius: 50%;
    flex-shrink: 0;
}

.corporate-list li strong {
    color: #222;
    font-weight: 600;
}

/* ãƒœã‚¿ãƒ³ */
.corporate-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: clamp(12px, 1.5vw, 14px) clamp(28px, 3.5vw, 40px);
    background: #f0f0f0;
    color: #222;
    font-size: clamp(14px, 1.4vw, 16px);
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
    align-self: flex-start;
    letter-spacing: 0.05em;
}

.corporate-button:hover {
    background: #e0e0e0;
    transform: translateX(4px);
}

/* ã‚¿ãƒ–ãƒ¬ãƒƒãƒˆå¯¾å¿œ */
@media (max-width: 980px) {
    .corporate-info-container {
        gap: clamp(50px, 7vw, 80px);
    }

    .corporate-content {
        grid-template-columns: 1fr;
        gap: clamp(30px, 5vw, 40px);
    }

    .corporate-block.reverse .corporate-content {
        direction: ltr;
    }

    .corporate-image {
        order: -1;
    }
}

/* ã‚¹ãƒžãƒ¼ãƒˆãƒ•ã‚©ãƒ³å¯¾å¿œ */
@media (max-width: 640px) {
    .corporate-info-section {
        padding: clamp(40px, 8vw, 80px) 0;
    }

    .corporate-info-container {
        gap: clamp(40px, 6vw, 60px);
    }

    .corporate-content {
        gap: clamp(24px, 5vw, 30px);
    }

    .corporate-subtitle {
        font-size: clamp(15px, 4vw, 18px);
        padding: clamp(10px, 2.5vw, 14px) clamp(20px, 4vw, 28px);
    }

    .corporate-description {
        font-size: clamp(13px, 3.5vw, 15px);
    }

    .corporate-list {
        gap: clamp(14px, 3vw, 18px);
    }

    .corporate-list li {
        font-size: clamp(12px, 3vw, 14px);
        padding-left: clamp(20px, 4vw, 28px);
    }

    .corporate-list li::before {
        width: clamp(7px, 1.5vw, 9px);
        height: clamp(7px, 1.5vw, 9px);
    }
}

/* ================================================
   JMATE Group Section
   ================================================ */

.top_info {
    background: url(../img/top/info-images.webp) center center no-repeat;
    background-size: cover;
    height: 800px;
    position: relative;
    background-color: #ffffff;
}

.top-info-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(20px, 5vw, 40px);
    /* min-height: 800px; */
    padding: 200px 0;
}

.top-info-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    gap: clamp(20px, 4vw, 40px);
    align-items: center;
    grid-template-areas:
        "img1 text1"
        "text2 img2"
        "img3 text3";
}

.top-info-image {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.top-info-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.top-info-image.large {
    grid-area: img1;
}

.top-info-image.small {
    grid-area: img2;
    justify-self: center;
    width: min(220px, 100%);
}

.top-info-image.medium {
    grid-area: img3;
    width: min(320px, 100%);
}

.top-info-text {
    font-size: clamp(18px, 2.5vw, 26px);
    font-weight: 600;
    color: #222;
    letter-spacing: 0.08em;
}

.top-info-text span {
    display: inline-block;
    font-size: 2.1em;
}

.top-info-text.align-right.top-right {
    grid-area: text1;
    text-align: left;
}

.top-info-text.align-center {
    grid-area: text2;
    text-align: center;
}

.top-info-text.align-right.bottom-right {
    grid-area: text3;
    text-align: right;
}

.top-item {
    opacity: 0;
    transform: translateY(40px) scale(0.96);
    filter: blur(6px);
}

.top-item.is-visible {
    animation: fadeUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.delay-1 {
    animation-delay: 0.1s;
}

.delay-2 {
    animation-delay: 0.25s;
}

.delay-3 {
    animation-delay: 0.4s;
}

.delay-4 {
    animation-delay: 0.55s;
}

.delay-5 {
    animation-delay: 0.7s;
}

.delay-6 {
    animation-delay: 0.85s;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.96);
        filter: blur(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

@media (max-width: 980px) {
    .top-info-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-template-areas:
            "img1"
            "text1"
            "img2"
            "text2"
            "img3"
            "text3";
        text-align: center;
    }

    .top-info-image.small,
    .top-info-image.medium {
        justify-self: center;
        width: min(260px, 100%);
    }

    .top-info-text.align-right.top-right,
    .top-info-text.align-right.bottom-right {
        text-align: center;
    }
}

.jmate-group-section {
    position: relative;
    background: #ffffff;
    padding: clamp(60px, 8vw, 120px) 0;
}

.jmate-group-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 60px);
}

.jmate-group-container .sec-title {
    margin: 0 0 clamp(30px, 4vw, 50px) 0;
    padding: 0;
    max-width: none;
}

/* ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆ */
.jmate-group-content {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: clamp(40px, 6vw, 80px);
    align-items: flex-start;
}

/* ãƒ†ã‚­ã‚¹ãƒˆã‚¨ãƒªã‚¢ */
.jmate-group-text {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2vw, 20px);
}

.jmate-lead {
    font-size: clamp(15px, 1.7vw, 18px);
    font-weight: 600;
    color: #222;
    line-height: 1.8;
    margin: 0;
    letter-spacing: 0.02em;
}

.jmate-description {
    font-size: clamp(13px, 1.4vw, 15px);
    color: #555;
    line-height: 1.9;
    margin: 0;
    letter-spacing: 0.02em;
}

/* ä¼šç¤¾ã‚°ãƒªãƒƒãƒ‰ */
.jmate-group-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(16px, 2vw, 24px);
}

.jmate-company-card {
    background: #fff;
    border-radius: 8px;
    padding: clamp(20px, 2.5vw, 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    min-height: clamp(80px, 10vw, 100px);
}

.jmate-company-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.company-logo {
    font-size: clamp(13px, 1.5vw, 16px);
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.02em;
    line-height: 1.5;
}

.company-logo.green {
    color: #2d5f3f;
}

/* ã‚¿ãƒ–ãƒ¬ãƒƒãƒˆå¯¾å¿œ */
@media (max-width: 980px) {
    .jmate-group-content {
        grid-template-columns: 1fr;
        gap: clamp(30px, 5vw, 40px);
    }

    .jmate-group-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ã‚¹ãƒžãƒ¼ãƒˆãƒ•ã‚©ãƒ³å¯¾å¿œ */
@media (max-width: 640px) {
    .jmate-group-section {
        padding: clamp(40px, 8vw, 80px) 0;
    }

    .jmate-lead {
        font-size: clamp(14px, 4vw, 17px);
    }

    .jmate-description {
        font-size: clamp(12px, 3.5vw, 14px);
    }

    .jmate-group-grid {
        grid-template-columns: 1fr;
        gap: clamp(12px, 3vw, 16px);
    }

    .jmate-company-card {
        padding: clamp(16px, 4vw, 24px);
        min-height: clamp(70px, 12vw, 90px);
    }

    .company-logo {
        font-size: clamp(12px, 3.5vw, 15px);
    }
}




/* ふっわ表示 */

.p-breadcrumb.-bg-on {
    /* display: none; */
}

.l-topTitleArea {
    display: none;
}

.top-info-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 clamp(20px, 5vw, 40px);
    min-height: 650px;
    padding: 0 0 200px;
    padding-bottom: 0;
    width: 100%;
}


.image-top-info {
    position: relative;
    width: 100%;
    height: 1200px;
    z-index: 1000;
    /* overflow: hidden; */
    color: #fff;
}


.top_info:before {
    background: #f5f5f7;
    height: 50px;
}



.top_info {
    background: #f5f5f7;
    /* padding: clamp(50px, 8vw, 80px) 0; */
    background: url(https://xsatland.xsrv.jp/sks2/wp-content/themes/swell_child/img/top/info-images.webp?2025) center center no-repeat;
    background-size: cover;
    height: 1500px;
    /* top: -400px; */
    position: relative;
    /* margin-bottom: -400px; */
    /* overflow-x: hidden; */
    max-width: 100vw;
    margin: 80px 4% 0;
    margin: 0;
}

.image-top-info {
    position: relative;
    width: 100%;
    height: 1000px;
    z-index: 1000;
    /* overflow-x: hidden; */
    overflow-y: visible;
    color: #fff;
    max-width: 100vw;
}

.set_1 {
    /* position: absolute; */
    /* top: -150px; */
    /* left: 60px; */
    /* width: 800px; */
    /* height: auto; */
}

.set_1 img {
    width: 800px;
}

.set_2 {
    /* position: absolute; */
    /* top: 150px; */
    /* right: -150px; */
    /* width: 500px; */
    /* height: 250px; */
    /* height: 80px; */
}

.set_2 p {
    font-size: 33px;
}

.set_3 {
    /* position: absolute; */
    /* top: 360px; */
    /* right: 50px; */
    /* width: 400px; */
}

.set_3 img {
    width: 100%;
}

.set_4 {
    /* position: absolute; */
    /* top: 500px; */
    /* left: 80px; */
    /* width: 400px; */
    /* height: 80px; */
}

.set_4 p {
    /* position: absolute; */
    font-size: 33px;
}

.set_5 {
    /* position: absolute; */
    /* top: 660px; */
    /* left: 200px; */
    /* width: 500px; */
    /* height: 340px; */
}

.set_5 img {
    /* width: 500px; */
    /* height: 344px; */
}

.set_6 {
    /* position: absolute; */
    /* top: 800px; */
    /* right: 0; */
    /* width: 500px; */
    /* height: 80px; */
}

.set_6 p {
    font-size: 33px;
}



@media only screen and (max-width: 640px) {

    .image-top-info {
        position: relative;
        width: 100%;
        height: 600px;
        z-index: 1000;
        /* overflow: hidden; */
        color: #fff;
    }

    .set_1 {
        position: absolute;
        top: -150px;
        left: 60px;
        width: 350px;
        height: auto;
    }

    .set_1 img {
        width: 500px;
    }

    .set_2 {
        position: absolute;
        top: 140px;
        right: 20px;
        width: calc(100% - 40px);
        max-width: 500px;
        height: auto;
    }

    .set_2 p {
        font-size: 25px;
    }

    .set_3 {
        position: absolute;
        top: 220px;
        right: 20px;
        width: 200px;
    }

    .set_3 img {
        width: 100%;
    }

    .set_4 {
        position: absolute;
        top: 380px;
        left: 80px;
        width: 350px;
    }

    .set_4 p {
        position: absolute;
        /* font-size: 25px; */
        width: 100%;
    }



    .set_5 {
        position: absolute;
        top: 450px;
        left: 10px;
        width: 200px;
    }

    .set_5 img {
        width: 100%;
    }

    .set_6 {
        position: absolute;
        top: 500px;
        right: 20px;
        width: calc(100% - 40px);
        max-width: 250px;
    }

    .set_6 p {
        font-size: 25px;
    }

}



@media (max-width: 640px) {
    .top_info {
        padding: clamp(30px, 15vw, 50px) 0;
        height: 700px;
        /* top: -200px; */
        /* margin-bottom: -220px; */
        margin-top: 0;
    }

    .top-info-text {
        font-size: clamp(18px, 5vw, 22px);
    }
}




/* ================================================
   Case Studies Section
   ================================================ */

.case-studies-section {
    position: relative;
    background: #fff;
    padding: clamp(60px, 8vw, 120px) 0;
}

.case-studies-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 60px);
}

.case-studies-container .sec-title {
    margin: 0 0 clamp(30px, 4vw, 50px) 0;
    padding: 0;
    max-width: none;
}

/* ãƒ˜ãƒƒãƒ€ãƒ¼ã‚¨ãƒªã‚¢ */
.case-studies-header {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: clamp(30px, 4vw, 50px);
    align-items: center;
    margin-bottom: clamp(40px, 5vw, 60px);
}

.case-studies-intro {
    display: flex;
    align-items: center;
}

.case-studies-text {
    font-size: clamp(14px, 1.5vw, 16px);
    color: #555;
    line-height: 1.9;
    margin: 0;
    letter-spacing: 0.02em;
}

.case-studies-controls {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2vw, 20px);
    align-items: flex-end;
}

.case-studies-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: clamp(12px, 1.5vw, 14px) clamp(28px, 3.5vw, 40px);
    background: #222;
    color: #fff;
    font-size: clamp(14px, 1.4vw, 16px);
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
    letter-spacing: 0.05em;
}

.case-studies-button:hover {
    background: #000;
    transform: translateX(4px);
}

/* ã‚¹ãƒ©ã‚¤ãƒ€ãƒ¼ãƒŠãƒ“ã‚²ãƒ¼ã‚·ãƒ§ãƒ³ */
.slider-navigation {
    display: flex;
    gap: 12px;
}

.slider-arrow {
    width: 44px;
    height: 44px;
    border: 2px solid #7d5da5;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.slider-arrow:hover:not(:disabled) {
    background: #6c5ce7;
}

.slider-arrow:hover:not(:disabled) svg {
    stroke: #fff;
}

.slider-arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* ã‚¹ãƒ©ã‚¤ãƒ€ãƒ¼ */
.case-studies-slider {
    position: relative;
    overflow: hidden;
}

.slider-wrapper {
    overflow: hidden;
}

.slider-track {
    display: flex;
    gap: 24px;
    transition: transform 0.4s ease;
}

/* äº‹ä¾‹ã‚«ãƒ¼ãƒ‰ */
.case-study-card {
    flex: 0 0 calc(25% - 18px);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.case-study-card a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.case-study-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.case-study-image {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.case-study-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.case-study-card:hover .case-study-image img {
    transform: scale(1.05);
}

.case-study-title {
    padding: clamp(16px, 2vw, 20px);
    font-size: clamp(14px, 1.4vw, 16px);
    font-weight: 600;
    color: #222;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    letter-spacing: 0.02em;
}

.case-study-title svg {
    flex-shrink: 0;
}

/* ã‚¿ãƒ–ãƒ¬ãƒƒãƒˆå¯¾å¿œ */
@media (max-width: 980px) {
    .case-studies-header {
        grid-template-columns: 1fr;
        gap: clamp(24px, 4vw, 30px);
    }

    .case-studies-controls {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .case-study-card {
        flex: 0 0 calc(50% - 12px);
    }
}

/* ã‚¹ãƒžãƒ¼ãƒˆãƒ•ã‚©ãƒ³å¯¾å¿œ */
@media (max-width: 640px) {
    .case-studies-section {
        padding: clamp(40px, 8vw, 80px) 0;
    }

    .case-studies-header {
        margin-bottom: clamp(30px, 5vw, 40px);
    }

    .case-studies-text {
        font-size: clamp(13px, 3.5vw, 15px);
    }

    .case-studies-controls {
        flex-direction: column;
        align-items: stretch;
    }

    .slider-navigation {
        align-self: center;
    }

    .slider-arrow {
        width: 40px;
        height: 40px;
    }

    .case-study-card {
        flex: 0 0 100%;
    }

    .case-study-title {
        font-size: clamp(13px, 3.5vw, 15px);
        padding: clamp(14px, 3vw, 18px);
    }
}




.p-Home-Hero__contents {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 1;
    /* max-width: 1100px; */
    /* position: relative; */
    /* top: 50%;
    left: 50%; */
    /* transform: translate3d(-50%, -50%, 0); */
    /* display: grid; */
    /* grid-template-columns: repeat(1, 1fr); */
    /* width: 100%; */
    /* padding: 10px; */
    /* padding: 0; */
    /* gap: 0; */
    /* margin: 30px auto; */
    /* background: #7b7b7b; */
    /* border-radius: 10px; */
    /* border-radius: 0; */
    /* padding: 0; */
}

.p-Home-Hero__main {
    position: relative;
    /* display: flex; */
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto 0;
}

.p-Home-Hero__main .p-Home-Hero__main__title {
    flex: 1 0 auto;
    padding-right: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
    text-align: center;
}

.p-Home-Hero__main .p-Home-Hero__main__title img {
    width: 250px;
}


.p-Home-Hero__main__video {
    position: relative;
    width: 100%;
    height: 100vh;
    /* overflow: hidden; */
    padding: 0 4% 0;
    padding: 0;
}

.p-Home-Hero__main__video::after {
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* height: 600px; */
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 68%) 100%); */
    /* pointer-events: none; */
}

video {
    width: 100%;
    /* height: 110%; */
    /* height: 120vh; */
    height: 100vh;
    /* border-radius: 10px; */
    overflow: hidden;
    border-radius: 0;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    /* left: 0; */
    /* right: 0; */
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    transition: opacity 1s ease;
    z-index: 2;
    margin: 0 auto;
}



.hero-logo {
    width: 300px;
    /* 元は100px → 2倍に拡大 */
    margin-bottom: 10px;
    opacity: 0;
    margin-top: 60px;
    transition: opacity 1s ease;
    margin: 0 auto;
    /* margin-top: 100px; */
}

.hero-catch {
    font-size: 3rem;
    /* 元は1.2rem → より視認性の高いサイズに */
    font-weight: bold;
    color: white;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 1s ease;
}

.pc_video {
    display: block
}

.sp_video {
    display: none
}

@media only screen and (max-width: 640px) {
    .pc_video {
        display: none
    }

    .sp_video {
        display: block
    }
}

@media only screen and (max-width: 738px) {
    .p-Home-Hero__contents {
        width: 100%;
        padding: 20px 0px;
        border-radius: 0;
        padding-bottom: 0;
    }

    .p-Home-Hero__main .p-Home-Hero__main__title {
        text-align: center;
        padding-right: 0;
    }

    .p-Home-Hero__main .p-Home-Hero__main__title img {
        width: 150px;
    }


    .p-Home-Hero__main {
        flex-direction: column;
    }

    .p-Home-Hero__main .p-Home-Hero__main__video {
        width: 100%;
        height: auto;
        padding-top: 5px;
        height: 500px;
    }

    video {
        position: relative;
        /* width: 90%; */
        margin: 0 0;
        /* height: 500px; */
        border-radius: 0;
        object-fit: cover;
    }
}




.image-top-info {
    position: relative;
    width: 100%;
    height: 1000px;
    z-index: 1000;
    /* overflow: hidden; */
    color: #fff;
    top: 250px;
}

.image-top-info .set_1 {
    position: absolute;
    top: -150px;
    left: 5%;
    width: min(500px, calc(100% - 10%));
    max-width: 500px;
}

.image-top-info .set_1 img {
    width: 100%;
    max-width: 500px;
    height: auto;
}

.image-top-info .set_2 {
    position: absolute;
    top: 0px !important;
    left: 50%;
    /* text-align: left; */
}

.image-top-info .set_2 p,
.image-top-info .set_4 p,
.image-top-info .set_6 p {
    font-size: 33px;
}

.image-top-info .set_2 p span,
.image-top-info .set_4 p span,
.image-top-info .set_6 p span {
    font-size: 11px;
    display: block;
    color: #bdbdbd;
    font-weight: 500;
}

.image-top-info .set_3 {
    position: absolute;
    top: 170px;
    right: 5%;
    width: min(450px, calc(100% - 10%));
    max-width: 450px;
}

.image-top-info .set_3 img {
    width: 100%;
    /* height: 500px; */
}

.image-top-info .set_4 {
    position: absolute;
    top: 350px !important;
    left: 40%;
}

.image-top-info .set_4 p {
    text-align: right;
    margin: 0;
}




.image-top-info .set_5 {
    position: absolute;
    top: 600px;
    right: calc(95% - 600px);
    left: auto;
    width: min(400px, calc(95% - 500px));
    max-width: 400px;
}

.image-top-info .set_5 img {
    width: 80%;
    /* height: auto; */
}

.image-top-info .set_6 {
    position: absolute;
    top: 690px !important;
    left: 52%;
    text-align: left;
}

.image-top-info .set_6 p {
    margin: 0;
}

.image-top-info .set_7 {
    position: absolute;
    top: 1000px;
    left: 10%;
    right: 10%;
    width: auto;
    margin-top: 0;
}

.image-top-info .set_7 p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 40px;
    text-align: center;
}

.image-top-info .set_7 p span {
    font-size: 28px;
}

@media only screen and (max-width: 640px) {

    .image-top-info {
        position: relative;
        width: 100%;
        height: 600px;
        z-index: 1000;
        overflow: hidden;
        color: #fff;
        top: 0;
    }

    .image-top-info .set_1 {
        position: absolute;
        top: -20px;
        left: 30px;
        /* width: 200px; */
        /* height: auto; */
    }

    .image-top-info .set_1 img {
        width: 170px;
    }

    .image-top-info .set_2 {
        position: absolute;
        top: 2% !important;
        left: 60%;
        /* JavaScriptで画像の50%の位置に調整される */
    }



    .image-top-info .set_3 {
        position: absolute;
        top: 160px;
        right: 20px;
        width: 160px;
    }

    .image-top-info .set_3 img {
        width: 150px;
    }

    .image-top-info .set_4 {
        position: absolute;
        top: 350px;
        width: 100%;
        left: -54%;
        /* max-width: calc(100% - 190px - 50px - 30px - 5px); */
        /* JavaScriptで画像の50%の位置に調整される */
        /* set_1 と set_2 と同じ余白（5px）を確保 */
        top: 180px !important;
    }

    .image-top-info .set_4 p {
        text-align: right;
        margin: 0;
        word-break: keep-all;
        overflow-wrap: break-word;
        white-space: normal;
    }

    .image-top-info .set_4 p span {
        display: block;
        margin-top: 4px;
    }



    .image-top-info .set_5 {
        position: absolute;
        top: 320px;
        left: 30px;
        width: 140px;
        max-width: calc(100% - 60px);
        /* set_1 の画像の右端に合わせる */
    }

    .image-top-info .set_5 img {
        width: 100%;
        /* height: auto; */
        max-width: 190px;
    }

    .image-top-info .set_6 {
        position: absolute;
        top: 340px !important;
        left: 52%;
        5: SUPERELLIPSE(0.5);
        max-width: calc(100% - 190px - 30px - 5px);
        /* JavaScriptで画像の50%の位置に調整される */
    }

    .image-top-info .set_6 p {
        margin: 0;
        word-break: keep-all;
        overflow-wrap: break-word;
    }

    .image-top-info .set_6 p span {
        display: block;
        margin-top: 4px;
    }

    .image-top-info .set_2 p,
    .image-top-info .set_4 p,
    .image-top-info .set_6 p {
        font-size: 16px;
    }

    .image-top-info .set_2 p span {
        font-size: 11px;
        display: block;
        width: 50%;
    }

    .image-top-info .set_4 p span {
        font-size: 11px;
        display: block;
        margin-top: 4px;
    }

    .image-top-info .set_6 p span {
        font-size: 11px;
        display: block;
        margin-top: 4px;
    }


    .image-top-info .set_7 {
        position: absolute;
        top: 500px;
        left: 5%;
        right: 5%;
        width: auto;
        margin-top: 0;
    }

    .image-top-info .set_7 p {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        font-size: 20px;
        margin: 0;
        text-align: center;
    }

    .image-top-info .set_7 p span {
        font-size: 16px;
    }

}



.fade-in-image {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease-out, transform 2s ease-out;
    transition-delay: calc(var(--delay) * 1.5s);
    /* aspect-ratio: 1/1; */
    object-fit: cover;
}

.fade-in-image.visible {
    opacity: 1;
    transform: translateY(0);
}

/* set_1 から set_7 の順番で表示されるように個別の遅延を設定 */
.image-top-info .set_1.fade-in-image.visible {
    transition-delay: 0s !important;
}

.image-top-info .set_2.fade-in-image.visible {
    transition-delay: 0.7s !important;
}

.image-top-info .set_3.fade-in-image.visible {
    transition-delay: 1.4s !important;
}

.image-top-info .set_4.fade-in-image.visible {
    transition-delay: 2.1s !important;
}

.image-top-info .set_5.fade-in-image.visible {
    transition-delay: 2.8s !important;
}

.image-top-info .set_6.fade-in-image.visible {
    transition-delay: 3.5s !important;
}

.image-top-info .set_7.fade-in-image.visible {
    transition-delay: 4.2s !important;
}



/* スライド */

/* スライドの基本サイズ（可変） */
.example__items.swiper-container {
    overflow: visible;
    /* 中央拡大がはみ出しても切られないように */
}

.example__items .swiper-slide {
    width: clamp(220px, 26vw, 320px);
    /* 画面に応じて自動可変 */
    transition: transform .35s ease, opacity .35s ease, box-shadow .35s ease;
    transform: scale(.88);
    opacity: .6;
}

.example__items .swiper-slide .example__item {
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

/* 中央（アクティブ）を大きく・くっきり */
.example__items .swiper-slide-active {
    transform: scale(1.05);
    opacity: 1;
    z-index: 2;
}

.example__items .swiper-slide-next,
.example__items .swiper-slide-prev {
    transform: scale(.95);
    opacity: .85;
}

/* 画像の扱い */
.example__item-image picture,
.example__item-image img {
    display: block;
    width: 100%;
    height: auto;
}

/* タイトル */
.example__item-text {
    margin: .75rem 0 1rem;
    line-height: 1.5;
    text-align: center;
    font-weight: 600;
    font-size: clamp(14px, 2.4vw, 16px);
}

/* 矢印 */
.example__controls {
    margin-top: 12px;
    display: grid;
    grid-template-columns: 48px 1fr 48px;
    align-items: center;
    gap: 8px;
}

.example__arrow {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    background: #dfdfdf;
}

.example__arrow--prev::before,
.example__arrow--next::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    transform: rotate(225deg);
    position: relative;
    top: 1px;
}

.example__arrow--next::before {
    transform: rotate(45deg);
}

/* ページネーション（Swiperが内部でbulletを生成） */
.example__dots {
    text-align: center;
}

.example__dots .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    opacity: .4;
    background: #333;
}

.example__dots .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.2);
}


.slide img {
    transform: scale(.8);
    transition: transform .3s;
}

.slide.slick-center img {
    transform: scale(1);
}

/* ================================================
   Loading Screen
   ================================================ */

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    visibility: visible;
}

.page-loader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.page-loader__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page-loader__logo {
    width: clamp(120px, 20vw, 200px);
    height: auto;
    animation: pageLoaderFadeIn 0.8s ease-out;
    margin-bottom: 20px;
}

.page-loader__text {
    font-size: clamp(14px, 1.5vw, 18px);
    color: #333;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin: 0;
    animation: pageLoaderTextFadeIn 0.8s ease-out 0.3s both;
}

.page-loader__dots {
    display: inline-block;
    margin-left: 2px;
}

.page-loader__dots span {
    display: inline-block;
    animation: pageLoaderDotBlink 1.4s infinite;
    animation-fill-mode: both;
}

.page-loader__dots span:nth-child(1) {
    animation-delay: 0s;
}

.page-loader__dots span:nth-child(2) {
    animation-delay: 0.2s;
}

.page-loader__dots span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes pageLoaderFadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pageLoaderTextFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pageLoaderDotBlink {

    0%,
    80%,
    100% {
        opacity: 0;
        transform: scale(0.8);
    }

    40% {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 640px) {
    .page-loader__logo {
        width: clamp(100px, 25vw, 150px);
        margin-bottom: 15px;
    }

    .page-loader__text {
        font-size: clamp(12px, 3vw, 16px);
    }
}