@charset "UTF-8";

#sub.service .subMain {
    background-image: url(../images/main-service.jpg);
}

/* service
--------------------------------------------- */

.service p {
    line-height: 1.8;
}

.service .conGray {
    background: #f0f2f2;
    padding: 3rem 5rem;
}

.service .conGray h3 {
    color: #3e3a39;
    text-align: left;
}

.service .conGray h3 span {
    font-size: 1.4rem;
    color: #7d7876;
    font-family: 'Noto Serif JP', serif;
    padding-left: 1rem;
}

.serviceBox {
    width: 48%;
    text-align: center;
}

.serviceBox figure {
    width: 100%;
}

.serviceBox:first-child {
    border-right: 3px #fff solid;
}

.serviceBox h4 {
    text-align: center;
    margin-bottom: 20px;
}

.service .pageLink {
    margin: 60px auto 40px ;
    text-align: center;
}

.service03 figure,
.service04 figure {
    text-align: center;
}

.service05 figure {
    padding: 0 30px;
}

.service03 p.tac br,
.service04 p.tac br {
    display: block;
}

@media (max-width: 1200px) {
    .service .conGray {
        margin: 0 1%;
        width: 98%;
    }
}


@media (max-width: 926px) {
    .service .read h2,
    .service .read p {
        text-align: left;
    }
    .service .read.mb70 {
        margin-bottom: 30px;
    }
    .service .conGray {
        padding: 3rem 2em;
    }
    .service05 .flex {
        display: block;
    }
    .service05 figure {
        text-align: center;
        margin-bottom: 40px;
    }
    .service .pageLink {
        margin: 50px auto 40px;
    }
}

@media (max-width: 559px) {
    .service02 .flex {
        display: block;
    }
    .serviceBox {
        width: 100%;
        padding: 40px 0;
    }
    .serviceBox:first-child {
        border-right: none;
        border-bottom: 3px #fff solid;
    }
    .service02 .mb50 {
        margin-bottom: 0;
    }
    .service03 figure img,
    .service04 figure img,
    .service05 figure img {
        width: 100%;
    }
    .service03 p.tac,
    .service04 p.tac {
        text-align: left;
    }
    .service03 p.tac br,
    .service04 p.tac br {
        display: none;
    }
    .service .conGray h3 {
        text-align: center;
    }
    .service .conGray h3 span {
        padding-left: 0;
        display: block;
    }
}