@charset "UTF-8";

.pagetop {
    background-image: url(../img/serviceimg_7.jpg);
    background-size: cover;
    background-position: 50% 25%;
}

.topmessage h2 {
    text-align: center;
}

.topmessage p {
    font-size: 1.2rem;
    line-height: 2.5;
}

#service {
    overflow-x: hidden
}

#service .service {
    margin-bottom: 6rem;
    position: relative;
    z-index: 5;
    background: repeating-linear-gradient(90deg, #e8e8e8, #e8e8e8 1px, transparent 1px, transparent 24.9999%), #f3f3f3;
    padding: 4rem 0 4rem 0rem;
}

@media (min-width:576px) {
    #service .service {
        padding: 4rem 0 4rem 5rem;
        margin-bottom: 12rem;
    }
}

#service .service::after {
    display: block;
    position: absolute;
    width: 50%;
    right: 10%;
    height: 45%;
    content: "";
    top: 13rem;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (orientation: portrait) {
    #service .service::after {
        display: none;
    }
}

#service .service:nth-child(1)::after {
    background-image: url(../../img/topimg_9.jpg);
    background-color: #9393934d;
    background-blend-mode: hue;
}

#service .service:nth-child(2)::after {
    background-image: url(../../img/topimg_10.jpg);
    background-color: #3737374d;
    background-blend-mode: hue;
}

#service .service:nth-child(3)::after {
    background-image: url(../../img/topimg_11.jpg);
    background-color: #2f2a004d;
    background-blend-mode: lighten;
}

.section_contsbox {
    background-color: #181d24;
    color: #fff;
    padding: 3rem 3rem 5rem;
    position: relative;
    box-shadow: 0 15px 15px rgba(0, 0, 0, .10);
}

.section_title {
    font-size: 2rem;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    border-bottom: 1px solid #fff;
    line-height: 3;
}

.section_conts {
    line-height: 2.3;
}

.service_card {
    position: relative;
    top: -2rem;
}

.service_card .card {
    background: #ffffff;
    border: #d8d8d8 1px solid;
}

.servicemessage {
    font-size: 1.3rem;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 2.3;
    padding-left: 2rem;
}

@media (min-width:576px) {
    .servicemessage {
        font-size: 1.8rem;
    }
}

.card-body {
    padding: 1rem 1.8rem 0rem;
}

.card-body dt {
    margin-bottom: 1rem;
    border-bottom: 1px solid;
    line-height: 3.0;
    text-align: center;
}

.card-body dd {
    font-size: 0.95rem;
    line-height: 2.0;
}

.section_heading {
    position: absolute;
    left: -2rem;
    width: fit-content;
    color: #000;
    top: -3.5rem;
    padding-right: 1rem;
}

.section_heading>span {
    position: relative;
    padding-left: 4.5rem;
    display: flex;
    align-items: center;
}

.section_heading>span::before {
    position: absolute;
    display: block;
    content: "";
    width: 7rem;
    height: 1px;
    background-color: #000;
    left: -3rem;
}

.section_accent {
    font-size: 1.0rem;
    letter-spacing: 0.05em;
    position: absolute;
    top: 0.8rem;
    left: 1rem;
}

.service .imgbox {
    height: 40dvh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-color: #181d24ab;
    background-blend-mode: hue;
}

.card-accent {
    position: absolute;
    left: 3px;
    top: 3px;
    padding: 1px 7px 0px 4px;
    font-style: italic;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    background: black;
    color: #fff !important;
}