@import url("cssreset.css");
@import url("base.css");
@import url("header.css");
@import url("footer.css");

/* service */

/* kv */
section#kv .bg img {
    display: block;
}
section#kv p {
    display: block;
    position: absolute;
    top: 0;
    left: 4.5%;
    bottom: 3%;
    height: 4.2em;
    margin-top: auto;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.4;
    font-size: 4.363vw;
    font-weight: 700;
    text-shadow: 1px 1px 10px #ffffff,-1px 1px 10px #ffffff,1px -1px 10px #ffffff,-1px -1px 10px #ffffff;
}
@media only screen and (max-width: 750px) {
    section#kv {
        display: flex;
        align-items: center;
        height: 48vw;
        background-repeat: no-repeat;
        background-position: center top;
        background-image: url("../images/service/kv_sp.jpg");
        background-size: contain;
    }
    section#kv p {
        position: relative;
        left: 0;
        margin-left: 4.5%;
        font-size: 5.4vw;
    }
}


/* lead */
section#lead {
    padding-top: 60px;
    padding-bottom: 96px;
    border-bottom: 1px solid #918b8a;
}
section#lead .inner {
    width: 85%;
    max-width: 850px;
    padding-left: 0;
    padding-right: 0;
}
section#lead p {
    margin-bottom: 1em;
    text-align: left;
    font-size: 22px;
    font-weight: 500;
}
section#lead figure {
    margin-top: 60px;
}
@media only screen and (max-width: 750px) {
    section#lead {
        padding-top: 8vw;
        padding-bottom: 12.8vw;
    }
    section#lead p {
        font-size: 4.3vw;
    }
}


/* services */
section#services .block {
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #918b8a;
    text-align: left;
}
section#services .block02,
section#services .block04 {
    background-color: #fafaf0;
}

section#services span.tag {
    padding: 0 0.5em;
    line-height: 1.4;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
}
section#services h2 {
    margin-bottom: 0.25em;
    line-height: 1.4;
    font-size: 40px;
    font-weight: 700;
}
section#services ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
section#services ul:after {
    display: block;
    width: 32%;
    content: "";
}
section#services ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32%;
    height: 80px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.2;
    font-size: 22px;
    color: #ffffff;
}
section#services p {
    font-size: 16px;
    font-weight: 500;
}

section#services .block01 span.tag,
section#services .block01 ul li {
    background-color: #ca6d5b;
}
section#services .block02 span.tag,
section#services .block02 ul li {
    background-color: #8daf6d;
}
section#services .block03 span.tag,
section#services .block03 ul li {
    background-color: #8db2c0;
}
section#services .block04 span.tag,
section#services .block04 ul li {
    background-color: #dc9e92;
}
section#services .block01 h2 strong {
    color: #ca6d5b;
}
section#services .block02 h2 strong {
    color: #8daf6d;
}
section#services .block03 h2 strong {
    color: #8db2c0;
}
section#services .block04 h2 strong {
    color: #dc9e92;
}

@media only screen and (max-width: 1100px) {
    section#services ul li {
        font-size: 2.0vw;
    }
}
@media only screen and (max-width: 750px) {
    section#services .block {
        padding-top: 8.6vw;
        padding-bottom: 7.4vw;
    }
    section#services span.tag {
        font-size: 2.6vw;
    }
    section#services h2 {
        margin-bottom: 0.5em;
        font-size: 5.4vw;
    }
    section#services ul {
        display: block;
        padding-bottom: 4vw;
    }
    section#services ul li {
        width: 60vw;
        height: 13.333vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.4vw;
        font-size: 3.8vw;
    }
    section#services p {
        font-size: 3.8vw;
    }
}


/* features */
section#features {
    padding-top: 65px;
    padding-bottom: 65px;
    border-bottom: 1px solid #918b8a;
}
section#features .inner {
    display: flex;
    justify-content: space-between;
}
section#features figure {
    width: 53%;
}
section#features .text {
    width: 320px;
    margin-right: 20px;
    text-align: left;
}
section#features h2 {
    margin-bottom: 1em;
    line-height: 1.5;
    font-size: 40px;
    font-weight: 700;
}
section#features h2 strong {
    color: #c4494d;
}
section#features p {
    font-size: 16px;
    font-weight: 500;
}
@media only screen and (max-width: 750px) {
    section#features {
        padding-top: 12vw;
        padding-bottom: 12.8vw;
    }
    section#features .inner {
        display: block;
    }
    section#features figure {
        width: 100%;
    }
    section#features .text {
        width: 100%;
        margin-right: auto;
    }
    section#features h2 {
        font-size: 5.4vw;
    }
    section#features p {
        margin-bottom: 2em;
        font-size: 3.8vw;
    }
}


/* clients */
section#clients {
    padding-top: 65px;
    padding-bottom: 60px;
}
section#clients h2 {
    margin-bottom: 1em;
    font-size: 40px;
    font-weight: 700;
}
section#clients .list {
    display: flex;
    justify-content: space-between;
}
section#clients ul {
    width: 47.5%;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
}
section#clients ul li {
    margin-bottom: 1em;
}
@media only screen and (max-width: 750px) {
    section#clients {
        padding-top: 12vw;
        padding-bottom: 8vw;
    }
    section#clients h2 {
        font-size: 5.4vw;
    }
    section#clients .list {
        display: block;
    }
    section#clients ul {
        width: 100%;
        font-size: 3.8vw;
    }
}









