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

    
    
}

@media screen and (max-width: 1000px) {
.sec-ttl {
    width: 80%;
}
    
}

@media screen and (max-width: 768px) {
.top-bg {
    /*background-size: 185%;*/
}
    
     .top-bg {
    background-size: 120%;
    background-position: 70% 73%;
}
    
    .service-copy h1 {
    font-size: 16px;
}
    
    .service-copy p {
    text-align: left;
}
    
    .sec-ttl {
    font-size: 16px;
}
        .inspection-sec-1 {
    padding: 20px 20px 20px;
}
    
    .sec-img-01, .sec-img-02 {
    width: 60px;
    top: -38px;
}
    
    .sec-img-01 {
    left: 12%;
}
    
    .sec-img-02 {
    right: 12%;
}
    
    .sec-flex {
    flex-wrap: wrap;
    margin: 0;
}
    .sec-img {
    margin-top: 30px;
}

    
}


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

    
}

@media screen and (max-width: 500px) {
   .top-bg {
    background-size: 170%;
}
    
    .service-copy {
    text-align: left;
}
    
    .sec-copy {
    text-align: left;
    padding: 10px 0;
}

    
    
    .sec-ttl {
    width: 90%;
}
    
    .sec-img-01, .sec-img-02 {
    width: 50px;
    top: -34px;
}

    .sec-img-01 {
    left: 6%;
}
    
    .sec-img-02 {
    right: 6%;
}
    
    .inspection-sec-1 a {
    width: 100%;
}

}

@media screen and (max-width: 400px) {
    .sec-ttl {
    width: 90%;
}
    
.sec-img-01, .sec-img-02 {
    width: 35px;
    top: -27px;
}
    
    
    .inspection-sec-1 a {
    text-indent: -3.8em;
    padding-left: 1em;
}
    
    .more-btn svg {
    margin: 0 10px 0 0;
}
    
    .sp-br {
    display: block;
}
}

@media screen and (max-width: 340px) {
    .sec-ttl {
    width: 100%;
}
    
    .sec-img-01 {
    left: 0%;
}
    
    .sec-img-02 {
    right: 0%;
}
}