@charset "utf-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
    font-weight: 400;
}

body {
    color: #4B4B4B;
    font-size: 14px;
    line-height: 1.8;
    margin: 0px;
    min-width: 1340px;
}

body {
    background-color: #FFFFFF;
}

p {
    margin: 0px;
}

a {
    text-decoration: none;
}

a:link {
    color: #004CCA;
}

a:visited {
    color: #6219DB;
}

a:hover {
    color: #048ADE;
    text-decoration: none;
}

a:active {
    color: #048ADE;
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    padding: 0px;
    list-style: none;
    margin: 0;
}

h1 {
    margin: 0;
}

h2 {
    margin: 0;
}

.oh {
    overflow: hidden;
}

.L {
    float: left;
}

.R {
    float: right;
}

.sp {
    display: none;
}

.pr {
    position: relative;
}

#menu {
    display: none;
}

.flex {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}

.flex-sb {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
    position: relative;
}

.wrap_02 {
    width: 1340px;
    margin: 0 auto;
    position: relative;
}

.font_01 {
    font-family: 'Karla', sans-serif;
}

.font_02 {
    font-family: fot-tsukuardgothic-std, sans-serif;
}

.singleFlexSB {
    display: flex;
    justify-content: space-between;
}

#top_service {
    background: #f5fff5;
    padding: 70px 0;
}

.top_service_list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

#top_service .wrap {
    width: 1250px;
}

.top_service_list a {
    display: block;
    pointer-events: none;
}

.top_service_list li {
    transition: .3s;
}

.top_service_list li:hover {
    transform: scale(1.05);
}

/**追加CSS PC END**/

/**追加CSS SP START**/
@media (max-width: 750px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    /*spmenu~*/
    .sp_hd {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 10000;
        transition: .3s;
    }

    .sp_pr {
        position: relative;
    }

    .slicknav_menu .slicknav_menutxt {
        display: none !important;
    }

    .slicknav_menu .slicknav_icon {
        width: 100%;
        margin: 0;
    }

    .slicknav_menu .slicknav_icon-bar {
        width: 20px !important;
        height: 1px !important;
        background: #fff;
        box-shadow: none;
    }

    a.slicknav_btn {
        background: #fff;
        border-radius: 0px;
    }

    /*SPMENU kurukuru*/
    a.slicknav_btn.slicknav_open span.slicknav_icon-bar:first-child {
        top: 5px;
        -moz-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        transform: rotate(405deg);
        position: absolute;
    }

    a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(3) {
        top: 0.4px;
        -moz-transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
        -o-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
        transform: rotate(-405deg);
        position: absolute;
    }

    a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(2) {
        opacity: 0;
    }

    span.slicknav_icon-bar {
        transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
    }

    .slicknav_menu .slicknav_icon {
        width: 100% !important;
        margin: 0 !important;
        float: none !important;
        position: relative;
    }

    /*kokomade*/
    .slicknav_menu .slicknav_menutxt {
        display: none;
    }

    .slicknav_menu {
        background-color: initial;
        padding: 0;
        height: 50px;
    }

    a.slicknav_btn {
        margin: 18px 10px 12px 0px;
        padding: 0px 0 0 0px;
        height: 20px;
        width: 20px;
        background: initial;
    }

    .slicknav_menu .slicknav_icon {
        height: 16px !important;
        display: block;
    }

    .slicknav_menu .slicknav_icon:after {
        display: block;
        font-size: 70%;
        color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -20px;
        margin: 0 auto;
    }

    .slicknav_nav>a {
        color: #fff !important;
        display: inline-block;
        font-weight: 400;
        letter-spacing: 0.06em;
        line-height: 2;
        width: 94%;
        text-align: left;
        margin: 0 auto;
        font-size: 11px;
        border: solid #fff;
        border-width: 0 0px 1px 0;
    }

    /*~spmenu*/
    .sp_hd_logo {
        position: absolute;
        width: 110px;
        top: 0;
        left: 0;
        background: #fff;
        padding: 12px 0;
        text-align: center;
        line-height: 0;
    }

    .sp_hd_logo img {
        width: 70px;
    }

    .sp_hd_tel {
        position: absolute;
        width: 20px;
        top: 13.5px;
        right: 40px;
    }

    .wrap {
        max-width: 94%;
    }

    .wrap_02 {
        max-width: 92%;
    }

    body {
        font-size: 13px;
        min-width: 100%;
    }

    .sp_follow_bar {
        position: fixed;
        z-index: 1000;
        width: 100%;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        padding: 1vw;
        justify-content: space-between;
    }

    .sp_follow_bar .box {
        display: block;
        width: 24%;
        display: grid;
        align-items: center;
        text-align: center;
        font-size: 3vw;
        padding: 8vw 0 1vw;
        background: #00479c;
        justify-content: center;
        font-weight: 600;
        border-radius: 4px;
        color: #fff;
        position: relative;
    }

    .sp_follow_bar .box.line {
        background: #03c751;
    }

    .sp_follow_bar .box.rev {
        background: #009fe7;
    }

    .sp_follow_bar .box.con {
        background: #e1600e;
    }

    .sp_follow_bar .box.rev {
        background: #cc0133;
    }

    .top_service_list ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 0vw 2vw;
    }

    #top_service {
        padding: 9vw 0 7vw;
    }

    .top_service_list li:hover {
        transform: scale(1);
    }



}