@charset "UTF-8";

/* 
------------------------------------*/
.serviceLayout .h2_wrap {
    background-image: url("../img/service/h2_sp.png");
}
.serviceLayout .h2_wrap::after {
    background-image: url("../img/service/service_h2.png");
    width: 180px;
  height: 187px;
    bottom: -45px;
}
.serviceLayout .icon_h3 {
    position: relative;
    padding-top: 70px;
    margin-bottom: 120px;
    font-weight: bold;
}
.serviceLayout .icon_h3::before {
    position: absolute;
    content: "";
    background: url("../img/service/service_ttl01.png")no-repeat center center/cover;
    width: 91px;
    height: 54px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.serviceLayout .icon_h3 h3 {
    font-size: 2.3rem;
    margin-bottom: 30px;
}
.serviceLayout .marker_ttl span {
    padding-bottom: 0;
    border-bottom: none;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .serviceLayout .h2_wrap {
                    background-image: url("../img/service/h2.png");
                }
                .serviceLayout .h2_wrap::after {
                    width: 290px;
                    height: 297px;
                    bottom: -120px;
                }
                .serviceLayout .icon_h3 {
                    padding-top: 0;
                    padding-left: 180px;
                }
                .serviceLayout .icon_h3::before {
                    width: 142px;
                    height: 83px;
                    top: 0;
                    left: 0;
                    transform: none;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
            }



/* c01
------------------------------------*/
.serviceLayout #c01 .inner {
}
.serviceLayout #c01 .marker_ttl {
    padding-left: 110px;
    margin-left: 0;
    font-size: 1.5rem;
    color: #0164ab;
    border-bottom: none;
}
.serviceLayout #c01 .marker_ttl::before {
    width: auto;
    height: auto;
    border-radius: 0;
    background: linear-gradient(to right, #c5c5c5 ,#4d91ab);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.5;
    font-size: 4.5rem;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-style: italic;
}
.serviceLayout #c01 .f01 .marker_ttl::before {
    content: "01.";
}
.serviceLayout #c01 .f02 .marker_ttl::before {
    content: "02.";
}
.serviceLayout #c01 .f03 .marker_ttl::before {
    content: "03.";
}
.serviceLayout #c01 .flex:not(:last-child) {
    margin-bottom: 60px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .serviceLayout #c01 .marker_ttl {
                    padding-left: 190px;
                    padding-top: 10px;
                    font-size: 2rem;
                }
                .serviceLayout #c01 .marker_ttl::before {
                    font-size: 8.5rem;
                }
                .serviceLayout #c01 .flex {
                    display: block;
                }
                .serviceLayout #c01 .flex_box01 {
                    width: 100%;
                }
                .serviceLayout #c01 .flex_box01:not(:last-child) {
                    margin-bottom: 30px;
                }
                .serviceLayout #c01 .flex:not(:last-child) {
                    margin-bottom: 120px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
                
                .serviceLayout #c01 .flex {
                    display: flex;
                }
                .serviceLayout #c01 .flex_box01 {
                    width: calc(96% / 2);
                }
                .serviceLayout #c01 .flex_box01:not(:last-child) {
                    margin-bottom: 0;
                }
            }



/* c02
------------------------------------*/
.serviceLayout #c02 .w_box {
    box-shadow: 0 0 15px rgba(166,166,166,0.4);
}
.serviceLayout #c02 .w_box h4 {
    border-bottom: none;
    padding-left: 0;
    color: #0164ab;
}
.serviceLayout #c02 .w_box h4::before {
    content: none;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
            }



/* c03
------------------------------------*/
.serviceLayout #c03 h4 span {
    display: block;
}
.serviceLayout #c03 .disc_li {
    margin-top: 20px;
}
.serviceLayout #c03 .disc_li > li:not(:last-child) {
    margin-bottom: 10px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .serviceLayout #c03 .disc_li {
                    margin-left: 40px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
            }