
.section-service {
    margin-top: 3rem;
}

 .page-header-service {
    width: 100%;
    height: 480px;
    background-image: url('/wp-content/themes/fix-jpn/assets/image/service/header_titleback.jpg');
    background-size: cover;
 }
 @media (max-width: 768px) {
    .page-header-service {
        height: 295px;
        background-image: url('/wp-content/themes/fix-jpn/assets/image/service/header_titleback_sp.jpg');
    }
}

.container {
    max-width: 1030px;
    margin: 0 auto;  
}

.section-service .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-service .section-title img {
        width: 90%;
    }
}

.section-title-streaming {
    top: -5rem;
    margin-bottom: -5rem;
}
@media (max-width: 768px) {
    .section-title-streaming {
        top: -4.25rem;
        margin-bottom: -4.25rem;
    }
}

.card {
    background: inherit;
    border-radius: var(--radius);
    padding: 40px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.08);
}

.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-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;
    }
}