
.section-works {
    margin-top: 3rem;
}

 .page-header-works {
    width: 100%;
    height: 480px;
    background-image: url('/wp-content/themes/fix-jpn/assets/image/works/header_titleback.jpg');
    background-size: cover;
 }
 @media (max-width: 768px) {
    .page-header-works {
        height: 295px;
        background-image: url('/wp-content/themes/fix-jpn/assets/image/works/header_titleback_sp.jpg');
    }
}

.page-header-title {
    padding-bottom: 0.5em;
    text-align: center;
    color: black;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
@media (max-width: 768px) {
    .page-header-title-snslinks {
        display: block;
        padding: 1rem 1.5rem 0.5rem 0;
        text-align: right;
    }
    .page-header-title-snslinks a {
        display: inline-block;
    }
    .page-header-title-snslink-insta img {
        width: 37px;
    }
    .page-header-title-snslink-x img {
        width: 37.5px;
    }
}



.container {
    max-width: 1030px;
    margin: 0 auto;  
}

.section-works .container {
    background-color: #DEEAF4;
}

.section-title {
    position: relative;
    top: -100px;
    margin-bottom: -100px;
}
.section-title-video {
    position: relative;
    top: -83px;
    margin-bottom: -100px;
}
@media (max-width: 768px) {
    .section-title {
        position: relative;
        top: -60px;
        margin-bottom: -60px;
        max-width: 80%;
    }
    .section-title2 {
        top: -70px;
        margin-bottom: -70px;
    }
    .section-works .section-title img {
        width: 90%;
    }
}

.section-works-intro {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
@media (max-width: 768px) {
    .section-works-intro {
        font-size: 17px;
        text-align: center;
    }
}

.card {
    background: inherit;
    border-radius: var(--radius);
    padding: 40px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
    .card {
        padding: 40px 24px;
    }
}
.section-content {
    display: flex;
}
@media (max-width: 768px) {
    .section-content {
        flex-direction: column;
    }
}

.section-image {
    width: 48%
}
@media (max-width: 768px) {
    .section-image {
        width: 100%
    }
}
.section-image-caption {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.section-text {
    width: 50%;
    margin: 0 0 0 1%;
}
@media (max-width: 768px) {
    .section-text {
        width: 100%;
        margin: 0 0;
    }
}
.section-text p {
    font-size: 16px
}

.section-h2 {
    margin: 0 0 0.5rem 0;
    padding: 0.25rem 0;
    color: #479BCE;
    border-bottom: 2px solid #479BCE;
}
@media (max-width: 768px) {
    .section-h2 {
        margin: 0 0 0.5rem 0;
        padding: 0.25rem 0;
        font-size: 21px;
        text-align: center;
    }
}

.section-text p.section-text-first {
    font-size: 20px;
    font-weight: 500;
    color: #A98050;
}
@media (max-width: 768px) {
    .section-text p.section-text-first {
        font-size: 18px;
    }
}