/* ＝＝＝＝＝＝＝＝＝＝＝＝＝セクション見出し＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.c-SectionHeading {
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
    padding: 0%;
}

.c-SectionHeadingSub {
    line-height: 0;
    padding: 0%;
}

@media (max-width: 800px) {
    .c-SectionHeading {
        font-size: 3.2rem;
    }

    .c-SectionHeadingSub {
        font-size: 1.6rem;
    }
}

.p-Eyecatch__imgwrapper {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.p-Eyecatch__img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: translate(0%, 15%);
}

.c-PageTitle {
    text-align: center;
    position: relative;
}

.c-PageTitle__Text {
    position: absolute;
    top: 60%;
    left: 50%;
    font-weight: 900;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 10;
}

.c-PageTitle__Title-en {
    font-size: 4rem;
}

.c-PageTitle__TitleJa {
    text-align: center;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝セクション画像オーバーレイ＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.c-SectionTop__Overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background-color: #333333cc;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝Contactセクション＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.c-ContactSection {
    text-align: center;
    background-color: #fff;
}

.c-ContactSection__Heading {
    font-size: 4rem;
    position: relative;
}

.c-ContactSection__Heading::after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 20%;
    height: 1px;
    background-color: #353535;
}

.c-ContactSection__Intro {
    margin: 32px 0;
}

.c-ContactSection__Intro p {
    text-align: center;
}

.c-ContactSection__Tel {
    font-size: 3.2rem;
    margin: 16px 0;
}

.c-ContactSection__Links {
    display: flex;
    justify-content: center;
    gap: 32px;
}

@media (max-width: 800px) {
    .c-ContactSection__Tel {
        font-size: 2.4rem;
    }

    .c-ContactSection__Links {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝コンタクトボタン＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.c-ContactButton {
    font-size: 1.8rem;
    width: 256px;
    padding: 1rem;
    border: solid 1px #3A405A;
    background-color: #fff;
}

.c-InstaButton {
    font-size: 1.8rem;
    width: 256px;
    padding: 1rem;
    border: solid 1px #3A405A;
    background-color: #fff;
}

@media (max-width: 800px) {
    .c-ContactButton {
        font-size: 1.4rem;
        width: 200px;
        padding: 1rem;
        border: solid 1px #3A405A;
    }

    .c-InstaButton {
        font-size: 1.4rem;
        width: 200px;
        padding: 1rem;
        border: solid 1px #3A405A;
    }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝Footerセクション＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.c-Footer {
    background-color: #DFA8A6;
    color: #fff;
    text-align: center;
    font-weight: 700;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 56px 0;
    margin: auto;
}

.c-Footer__Logo {
    width: 240px;
    height: auto;
    display: flex;
    margin: auto;
    margin-bottom: 16px;
}

.c-Footer__NavList {
    display: flex;
    justify-content: center;
    font-size: 1.8rem;
    gap: 3rem;
}

.c-Footer__InstaImage {
    width: 25px;
    display: flex;
    margin: 2.5rem auto;
    filter: invert(100%);
}

.c-Footer__Border {
    width: 100%;
    border-top: 1px solid #fff;
    margin: 2rem auto 1.5rem;
}

.c-Footer__CopyRight {
    font-size: 1.2rem;
    text-align: center;
}

@media (max-width: 800px) {
    .c-Footer__Logo {
        width: 220px;
        margin-bottom: 1rem;
    }

    .c-Footer__NavList {
        font-size: 1.4rem;
        gap: 1.1rem;
    }

    .c-Footer__InstaImage {
        width: 20px;
        margin: 1.8rem auto;
    }

    .c-Footer__Border {
        margin: 1rem auto 0.5rem;
    }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝WorkCard＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.c-WorkBlock {
    margin-bottom: 32px;
    padding: 24px;
}

.c-WorkBlock__Wrapper {
    max-width: 1096px;
    padding: 24px 0;
    margin: auto;
}

.u-WorkBlock02 {
    background-color: #fff;
}

.c-WorkBlock__WorkTitle {
    font-size: 2.4rem;
    margin-bottom: 24px;
    text-align: center;
    position: relative;
}

.c-WorkBlock__WorkTitle::after {
    content: "";
    display: block;
    width: 200px;
    height: 1px;
    background-color: #333;
    margin: auto;
}

.c-WorkBlock__Concept {
    width: 70%;
    margin: auto;
    text-align: justify;
    margin-bottom: 16px;
}

.c-WorkBlock__MainImage {
    width: 100%;
    height: 600px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.c-WorkBlock__MainImage img {
    width: 100%;
}

.js-WorkBlock__MainImage {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.c-WorkBlock__ThumbnailList::-webkit-scrollbar {
    display: none;
}

.c-WorkBlock__ThumbnailList img:hover {
    opacity: 0.7;
}

.c-WorkBlock__CustomerReview__Title {
    font-weight: 600;
}

.c-WorkBlock__ThumbnailList {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px auto;
    max-width: 100%;
    list-style: none;
    overflow-x: auto;
    scrollbar-width: none;
    justify-content: center;
}

.c-WorkBlock__ThumbnailList li {
    aspect-ratio: 1 / 1;
    width: 64px;
    overflow: hidden;
    position: relative;
}

.c-WorkBlock__ThumbnailList li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


@media (max-width: 800px) {
    .c-WorkBlock {
        padding: 16px;
    }

    .c-WorkBlock__WorkTitle {
        font-size: 2rem;
    }

    .c-WorkBlock__Concept {
        font-size: 1.4rem;
    }

    .c-WorkBlock__WorkTitle::after {
        margin: 4px auto;
    }

    .c-WorkBlock__ThumbnailList {
        gap: 4px;
    }

    .c-WorkBlock__ThumbnailList li {
        width: 32px;
    }

    .c-WorkBlock__Concept {
        width: 100%;
    }

    .c-WorkBlock__MainImage {
        height: 360px;
    }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝データ＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.c-WorkCard__Data {
    display: flex;
    width: 70%;
    min-width: 500px;
    margin: 16px auto;
    border: 1px solid #3A405A;
}

.c-WorkCard__DataTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    padding: 0 10px;
    color: #3A405A;
    border-right: 1px solid #3A405A;
}

.c-WorkCard__DataGroup {
    display: flex;
    padding: 4px 24px;
}

.c-WorkCard__DataGroup p {
    font-size: 1.4rem;
    width: 256px;
}

@media (max-width: 800px) {
    .c-WorkCard__Data {
        width: 100%;
        min-width: auto;
    }

    .c-WorkCard__DataTitle {
        width: 32%;
    }

    .c-WorkCard__DataGroup {
        display: flex;
        flex-direction: column;
        padding: 4px 16px;
    }

    .c-WorkCard__DataGroup p {
        font-size: 1.2rem;
        width: 100%;
    }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝Works画像＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.js-WorkBlock__MainImage {
    opacity: 1;
    transition: opacity 0.6s ease;
}

.js-WorkBlock__MainImage.is-fading {
    opacity: 0;
}

/* ＝＝＝＝＝＝＝＝ServiceFlow＝＝＝＝＝＝＝＝ */
.c-BorderWithTriangle {
    position: relative;
    width: 100%;
    height: 1.6rem;
    overflow: visible;
}

.c-BorderWithTriangle__Border {
    width: 100%;
    border-top: 1px solid #bbbbbb;
    margin: 16px auto;
}

.c-BorderWithTriangle__Triangle {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 0;
    height: 0;
    border-left: 4rem solid transparent;
    border-right: 4rem solid transparent;
    border-top: 1.6rem solid #bbbbbb;
}

.fadeInUp {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 2s ease, transform 2s ease;
}

.fadeInUp.is-visible {
    opacity: 1;
    transform: translateY(0);
}