@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Oswald:wght@200;300;400;500;600&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

/*========================= 初期値 =========================*/
html {
    font-size: 62.5%;
    box-sizing: border-box;
    background: #fff;
    margin-top: 0 !important;
    width: 100%;
    margin-bottom: 120px;
}
body {
    font-family: 'Noto Sans JP', Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Segoe UI", "Helvetica Neue", HelveticaNeue, Meiryo, sans-serif;
    color: var(--basic);
    text-decoration-line: none;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    line-height: 1.8;
    text-decoration-line: none;
    text-decoration: none;
    border-bottom: none;
    margin: 0;
    font-feature-settings: "palt";
    background-color:white;
}
:root {
    /* 色指定 */
    --basic: #0b2d4c;
    --sub: #1484ec;
    --acc: #ee7308;
    --gradation: linear-gradient(90deg, #1484ec 0%, #00b0fa 100%);
    /* トランジション */
    --transition: all 0.1s linear;
    /* 幅 */
    --padding_sp: 15px;
}
a {
    text-decoration-line: none;
    text-decoration: none;
    color: var(--basic);
}
a, a:visited, a:hover, a:active {
    color: var(--basic);
    text-decoration-line: none;
    text-decoration: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
img {
    max-width:100%;
    height: auto;
}
header {
    line-height: inherit;
}
li > ul, li > ol {
    margin-left: 0;
}
li {
    list-style:none;
}

/*========================= common =========================*/
.dn-sp { display: block; }
.dn-pc { display: none; }
.dn-sp_pro { display: block; }
.dn-pc_pro {  display: none; }

.sizeXXS { font-size: .5rem; }
.sizeXS { font-size: .75rem; }
.sizeS { font-size: 1.25rem; }
.sizeM { font-size: 1.5rem; }
.sizeL { font-size: 1.75rem; }
.sizeXL { font-size: 2.0rem; }
.sizeXXL { font-size: 2.4rem; }

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}
.wrapper-ovh {
    width: 1200px;
    margin: 0 auto;
}
.tac {
    text-align: center;
}
.tar {
    text-align: right;
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.aic {
    align-items: center;
}
.jss {
    flex-wrap:wrap;
}
.others-li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.oswald {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}
.til {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items:flex-end;
}
.til h2 {
    font-size: 3.4rem;
    font-weight: bold;
    margin-right: 10px;
}
.til p {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: var(--sub);
    text-transform:uppercase;
    line-height: 1.6rem;
    padding-top: 10px;
}
.til2 {
    font-size: 2.4rem;
    font-weight: bold;
    position:relative;
    margin-bottom: 2rem;
    text-align: center;
}
.til2 span {
    font-size: 2.8rem;
    color: var(--sub);
    font-weight: bold;
    margin-right: 2px;
}
.til2-wh, .til2-wh span {
    color: #fff;
}
.til2-wh:before {
    background: #fff;
}
.bg {
    background: #f8f8f8;
}
.bg-r {
    position:relative;
}
.bg-r>svg {
    position:absolute;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.bg-blue {
    background: var(--gradation);
}
.box-top {
    padding-top: 10rem;
    padding-bottom: 4rem;
}
.box-top.bg-blue {
    padding-top: 5rem;
    overflow: hidden;
}
.box-top_contact {
    padding-top: 40px;
    padding-bottom: 40px;
}
@media screen and (max-width: 600px) {
.box-top {
    padding-top: 50px;
    padding-bottom: 30px;
}
}
/*========================= FV =========================*/
.fv {
    padding: 100px 0 110px;
    background: url(../img/fv_bg_pc.png) no-repeat 30vw 0 /auto 730px;

    .catch_copy {
        padding: 0 0 0 11vw;

        .lead {
            display: block;
            width: 414px;
        }
        .main_copy {
            margin: 2.4rem 0 0;
            font-size: 5rem;
            font-weight: bold;

            br {
                display: none;
            }
            span {
                color: var(--sub);
            }
        }
        .sub_copy {
            margin: 3rem 0 0;
            font-size: 2rem;
            font-weight: bold;

            span {
                color: var(--sub);
            }
            br:nth-of-type(odd) {
                display: none;
            }
        }
    }
    .anchor_link {
        display: flex;
        width: 90vw;
        max-width: 1200px;
        margin: 11rem auto 0;
        border-radius: 100vw;
        background: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);

        .lead {
            border-radius: 100vw;
            padding: 2.8rem 5vw;
            line-height: 1.5;
            font-size: min(1.32vw, 1.8rem);
            background: var(--gradation);
            font-weight: bold;
            color: #fff;
        }
        .link_list {
            display: flex;
            align-items: center;

            li {
                margin: 0 0 0 4vw;
                font-size: min(1.5vw, 2rem);
                font-weight: bold;

                a {
                    padding: 10px 0 10px 20px;
                    position: relative;
                    transition: var(--transition);

                    &::after {
                        display: block;
                        width: 10px;
                        height: 10px;
                        border-right: 2px solid var(--basic);
                        border-top: 2px solid var(--basic);
                        position: absolute;
                        top: 1em;
                        left: 0;
                        transform: rotate(135deg);
                        content: "";
                        transition: var(--transition);
                    }
                    &:hover {
                        color: var(--sub);
                    }
                    &:hover::after {
                        border-color: var(--sub);
                    }
                }
            }
        }
    }
}
@media screen and (max-width: 768px) {
.fv {
    padding: 70px 0 80px;
    background-size: auto 530px;

    .catch_copy {
        padding: 0 0 0 5vw;

        .lead {
            width: 300px;
        }
        .main_copy {
            font-size: 3.8rem;
        }
        .sub_copy {
            font-size: 1.4rem;
        }
    }
    .anchor_link {
        margin-top: 5rem;
    }
}
}
@media screen and (max-width: 600px) {
    .fv {
        padding: 58px 0 0;
        background: url(../img/fv_bg_sp.png) no-repeat 30vw 0 /auto 430px;

        .catch_copy {
            padding: 0 0 70px var(--padding_sp);
            position: relative;

            &::before {
                width: 100vw;
                height: 100px;
                position: absolute;
                bottom: -70px;
                left: 0;
                background: var(--gradation);
                content: "";
                z-index: 0;
                transform: skew(0deg, 5deg);
            }
            .lead {
                width: 122px;
            }
            .main_copy {
                margin-top: 13px;
                line-height: 1.3;
                font-size: 3.1rem;

                br {
                    display: inline;
                }
            }
            .sub_copy {
                margin-top: 21px;
                line-height: 1.6;
                font-size: 1.5rem;
                font-weight: normal;

                span {
                    font-weight: bold;
                }
                br:nth-of-type(odd) {
                    display: inline;
                }
            }
        }
        .anchor_link {
            display: block;
            width: 100%;
            margin-top: 0;
            border-radius: 0;
            padding: 0 var(--padding_sp);
            position: relative;
            background: var(--gradation);
            box-shadow: none;
            z-index: 1;

            .lead {
                border-radius: 0;
                padding: 0;
                font-size: 2rem;
                background-image: none;

                br {
                    display: none;
                }
            }
            .link_list {
                display: flex;
                flex-flow: row wrap;
                align-items: start;
                justify-content: space-between;
                margin: 1rem 0 0;
                border-radius: 0;
                background: none;

                li {
                    width: calc((100% - 10px) / 2);
                    margin: 1rem 0 0;
                    border-radius: 5px;
                    line-height: 1.4;
                    font-size: 1.4rem;
                    background: #fff;

                    a {
                        display: flex;
                        align-items: center;
                        height: 60px;
                        padding: 0 30px 0 12px;
                        font-size: 1.4rem;

                        &::after {
                            display: block;
                            width: 8px;
                            height: 8px;
                            top: calc(50% - 6px);
                            right: 14px;
                            left: auto;
                        }
                        &:hover {
                            color: var(--basic);
                        }
                        &:hover::after {
                            border-color: var(--basic);
                        }
                    }
                }
            }
        }
    }
}

/*========================= materials =========================*/
.materials {
    margin: 95px 0 0;
    padding: 0 20px 70px;
    background: var(--gradation);
    position: relative;

    &::before {
        display: block;
        width: 100%;
        height: 78px;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        content: "";
    }
    .category {
        width: 95vw;
        max-width: 1200px;
        margin: 0 auto;
        border-radius: 20px;
        padding: 4.5rem 60px 6rem;
        position: relative;
        background: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);

        &:nth-of-type(n+2) {
            margin-top: 40px;
        }
        .category_title {
            margin: 0 0 3rem;
            font-size: clamp(2vw, 3vw, 3.5rem);
            font-weight: normal;

            br {
                display: none;
            }
            span {
                font-weight: bold;
                color: var(--sub);
            }
        }
        .dl_btn {
            position: absolute;
            top: 60px;
            right: 60px;

            a {
                display: block;
                padding: 0.4rem 44px 0.4rem 24px;
                border: 1px solid var(--acc);
                border-radius: 3px;
                position: relative;
                text-align: center;
                background: var(--acc);
                font-size: min(1.1vw, 1.4rem);
                font-weight: bold;
                color: #fff;
                transition: var(--transition);

                &::after {
                        display: block;
                        width: 10px;
                        height: 10px;
                        border-right: 2px solid #fff;
                        border-top: 2px solid #fff;
                        position: absolute;
                        top: calc(50% - 7px);
                        right: 25px;
                        transform: rotate(135deg);
                        content: "";
                        transition: all 0.1s linear;
                    }
                &:hover {
                    color: var(--acc);
                    background: #fff;
                }
                &:hover::after {
                    border-color: var(--acc);
                }
            }
        }
        .chkbox label {
            display: inline-block;
            position: relative;
            cursor: pointer;
        }
        .chkbox label::before {
            content: '';
            width: 32px;
            cursor: pointer;
            height: 32px;
            display: inline-block;
            position: absolute;
            background-color: #fff;
            border: 1px solid #e2e2e2;
            transition: .1s;
            border-radius: 2px;
            top: 4px;
            right: 4px;
            box-shadow: 3px 0px 12px rgba(0,0,0,0.08);
        }
        .chkbox_all label::before {
            content: '';
            width: 32px;
            height: 32px;
            display: inline-block;
            position: absolute;
            background-color: #fff;
            border: 1px solid #e4e9ed;
            border-radius: 2px;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            box-shadow: 3px 0px 12px rgba(217,217,217,0);
        }
        .chkbox label.wp_chk_item {
            display: block;
        }
        .chkbox input[type=checkbox] {
            display: none;
        }
        .chkbox input[type=checkbox]:checked + label:before {
            padding-left: 5px;
            padding-top: 6px;
            font-family: "Font Awesome 5 Free";
            font-weight: bold;
            content: "\f00c";
            font-size: 2.0rem;
            border: none;
            color: #fff;
            border:1px solid var(--sub);
            background: var(--sub);
            line-height: 1;
        }
        .chkbox input[type=checkbox]:checked + label.wp_chk_item:before {
            padding-left: 3px;
            padding-top: 4px;
            font-family: "Font Awesome 5 Free";
            font-weight: bold;
            content: "\f00c";
            font-size: 2.4rem;
            border: none;
            color: #fff;
            border:1px solid var(--sub);
            background: var(--sub);
            box-shadow:0px 0px 8px 2px rgba(0, 105, 190, 0.1);
            line-height: 1;
        }
        .chkbox input[type=checkbox]:checked + .service-li li {
            border:2px solid #006cf0;
        }
        .chkbox input[type=checkbox]:checked + .sizeXL {
            color: var(--sub);
        }
    }
}
@media screen and (min-width:0px) and (max-width:768px) {
    .cate-box {
        margin: 15px auto 10px;
        padding: 0 16px 20px;
    }
    .cate-box_con {
        padding: 20px 0;
        box-shadow: none;
    }
    .cate-box_con.wrapper {
        padding: 0 5px;
    }
    .cate-box_con .ttl_box {
        text-align: left;
    }
    .cate-box_txt:before {
        content: '';
        background: url('../img/dl.png') no-repeat;
        background-size: contain;
        width: 110px;
        height: 110px;
        transform: rotate(25deg);
        top: -30px;
        right: 0;
        left: auto;
    }
    .cate-box_txt h3 {
        font-size: 2.4rem;
        line-height: 3.4rem;
        text-align: left;
        margin-bottom: 10px;
    }
    .cate-box_txt h3 span {
        font-size: 2.4rem;
    }
    .cate-box_txt p {
        font-weight: normal;
        font-size: 16px;
        line-height: 2.4rem;
    }
    .cate-btn_li li{
        font-size: 14px;
        width: 100%;
    }
    .button019 a {
        height: 60px;
        padding: 12px 10px;
        line-height: 2rem;
    }
}
@media screen and (max-width: 768px) {
.materials {
    margin-top: 50px;
}
}
@media screen and (max-width: 600px) {
.materials {
    margin: 0;
    padding: 1px var(--padding_sp) 30px;

    &::before {
        display: none;
    }
    .category {
        width: 100%;
        margin-top: 40px;
        padding: 25px 20px 20px;
        border-radius: 10px;

        .category_title {
            margin: 0 0 22px;
            font-size: 2rem;
            line-height: 1.4;

            span {
                font-size: 2.5rem;
            }
        }
        .chkbox_all {
            label {
                &::before {
                    width: 26px;
                    height: 26px;
                    font-size: 1.5rem !important;
                }
                p {
                    padding-left: 34px !important;
                    font-size: 1.4rem;
                }
            }
        }
        .dl_btn {
            margin: 16px 0 0;
            position: static;

            a {
                padding: 5px 0;
                font-size: 1.2rem;

                &::after {
                    width: 9px;
                    height: 9px;
                    top: calc(50% - 5px);
                }
            }
        }
    }
}
}

/*========================= download-copy =========================*/
.download-copy {
    padding-top: 16px;
    padding-bottom: 24px;
}
.download-copy img {
    margin-bottom: 4px;
    width: 56px;
    height: auto;
}
.download-copy_txt {
    font-size: 1.8rem;
    line-height: 2.4rem;
    position:relative;
    width: 300px;
    margin: 0 auto;
}
.download-copy_txt span {
    font-weight: bold;
    background: linear-gradient(transparent 50%, #f6d28c 50%);
}
.download-copy_txt:before {
    content: '';
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 2px;
    height: 48px;
    background: var(--sub);
    transform: rotate(-18deg);
}
.download-copy_txt:after {
    content: '';
    position: absolute;
    right: 4px;
    bottom: 0;
    width: 2px;
    height: 48px;
    background: var(--sub);
    transform: rotate(18deg);
}

@media screen and (min-width:0px) and (max-width:768px) {
    .wrapper.download-copy {
        margin-bottom: 20px;
    }
}

/*========================= sevice =========================*/
.service-li {
    margin: 0.8rem 0 0;
}
.service-li li {
    width: calc((100% - 30px) / 4);
    margin: 2.2rem 10px 0 0;
    border-radius: 6px;
    border: 1px solid #e2e2e2;
    position: relative;
    box-shadow: 4px 0px 12px #efefef;
}
.service-li li:has(input[type=checkbox]:checked) {
    border: 1px solid var(--sub);
}
.service-li li:nth-of-type(4n) {
    margin-right: 0;
}
.service-li li label {
    height: 100%;
    padding-bottom: 70px;
    position: relative;
    box-sizing: border-box;
}
.service-li:after {
    content: "";
    display: block;
    width: 24%;
}
.service-li li label img {
    border-radius: 5px 5px 0 0;
}
.com-til {
    font-size: 1.3rem;
    line-height: 1.6rem;
    margin-bottom: 1rem;
    display: inline-block;
}
.service-til {
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: bold;
}
.service-txt_con {
    padding: 16px 12px 16px 12px;
    position: relative;
}
.check-grid .chkbox img {
    display: block;
    border-radius: 3px 3px 0 0;
    width: 100%;
    height: 140px;
    object-fit: contain;
    background-color: #f5f5f5;
    object-position: 50% 50%;
    aspect-ratio: 6 / 4;
}
.form input {
    background: white;
}
.form input:focus {
    outline: 1px var(--sub) solid;
}
.tip_con {
    width: 120px;
    margin-inline: auto;
    position: absolute;
    right: 0;
    bottom: 29px;
    left: 0;

    .tip_btn {
        margin: 0 auto;
        border: 1px solid var(--basic);
        border-radius: 0px;
        padding: 0.3rem 0;
        position: relative;
        text-align: center;
        font-weight: normal;
        font-size: 13px;
        color: var(--basic);
        line-height: 2;
        transition: .2s;
        cursor: pointer;
        z-index: 2;
        transition: var(--transition);

        &:hover {
            background: var(--basic);
            color: #fff;
        }
    }
    .tip {
        .tip_wrapper {
            width: 90vw;
            max-width: 700px;
            height: max-content;
            margin: auto;
            padding: 50px;
            border-radius: 10px;
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: #fff;
            z-index: 10002;
            transition: var(--transition);
            opacity: 0;
            visibility: hidden;

            h3 {
                margin-bottom: 2rem;
                font-size: 2rem;
                font-weight: bold;
            }
            .txt {
                height: max-content;
                max-height: 345px;
                overflow-y: scroll;
            }
            .close {
                width: 120px;
                margin: 3rem auto 0;
                border: 1px solid var(--basic);
                border-radius: 100vw;
                padding: 0.4rem 0;
                text-align: center;
                font-size: 1.4rem;
                cursor: pointer;
                transition: var(--transition);

                &:hover {
                    background: var(--basic);
                    color: #fff;
                }
            }
        }
        .overlay {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            background: rgba(0, 0, 0, .7);
            z-index: 10001;
            transition: var(--transition);
            opacity: 0;
            visibility: hidden;
        }
        &.show .tip_wrapper,
        &.show .overlay {
            opacity: 1;
            visibility: visible;
        }
    }
}
html:has(.tip.show),
body:has(.tip.show) {
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .service-box .jss li {
        width: 32%;
    }
    .tip_con {
        padding-bottom: 5px;

        .tip {
            .tip_wrapper {
                width: calc(100% - 40px);
                padding: 30px 20px;

                h3 {
                    font-size: 1.6rem;
                }
                .txt {
                    max-height: 265px;
                    font-size: 1.4rem;
                }
                .close {
                    width: 100px;
                    padding: 0.3rem 0;
                    font-size: 1.2rem;
                }
            }
        }
    }
}

/*========================= others =========================*/
.others-li li {
    width: 23%;
    border-radius: 2px;
    height: 240px;
    box-sizing: border-box;
    padding: 24px 24px;
    background: #fff;
    position: relative;
    transition: .4s;
}
.others-li li:hover {
    margin-top: -4px;
    margin-bottom: 4px;
    box-shadow: 0px 0px 16px rgba(0,0,0,0.1);
}
a.others-con {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition:.4s;
}
.others-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 90%;
}
.others-box_img {
    margin-bottom: 4px;
}
.others-box h3 {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 24px;
}
.others-box h3 span {
    color: var(--sub);
    font-size: 2rem;
}
.button006 {
    position:absolute;
    bottom: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #f8f8f8;
    transition: .3s;
}
.button006:hover {
    background: #dcf0f4;
}
.button006>a.others-more {
    position: relative;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button006>a.others-more:before {
    right: 2px;
    content: '';
    position: absolute;
    top: 25.5px;
    transform: translateY(calc(-50% - 2px)) rotate(40deg);
    width: 14px;
    height: 1px;
    background-color: var(--sub);
    transition: 0.3s;
}
.button006>a.others-more:after {
    content: '';
    position: absolute;
    top: 28px;
    right: 4px;
    transform: translateY(-50%);
    width: 48px;
    height: 1px;
    background-color: var(--sub);
    transition: 0.3s;
}
.button006>a.others-more:hover:after {
    right: -1px;
}
.button006>a.others-more:hover:before {
    right: -2px;
}
.tag {
    position: absolute;
    top: -32px;
    right: -32px;
    transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
}
.tag p {
    position: relative;
    box-shadow: 0px 0px 16px rgba(0,0,0,0.2);
    width: 100px;
    height: 100px;
    border-radius: 999px;
    background: #ffc600;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.8rem;
    background:var(--acc);
    text-align: center;
    color: #fff;
}
.tag p span {
    width: 100%;
    position: absolute;
    letter-spacing: 0.01em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.button003>a.others-more2 {
    font-size: 1.4rem;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 6px 24px;
    color: var(--basic);
    transition: 0.3s ease-in-out;
    font-weight: bolg;
}
.button003>a.others-more2:hover {
    background: #fff;
    color: var(--basic);
    border-bottom: 1px solid var(--basic);
}
.button003>a.others-more2:after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid var(--basic);
    border-right: 1px solid var(--basic);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button003>a.others-more2:hover:after {
    border-color: var(--basic);
}

/*========================= contact =========================*/
.wrapper-contact {
    width: 720px;
    margin: 0 auto;
}
.title-box {
    text-align: left;
}
#download .til-c {
    margin-bottom: 40px;
}
#download .til-c p {
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    color: var(--sub);
    text-transform: uppercase;
    line-height: 1.6rem;
}
#download .til-c h2{
    margin-right: 0;
    text-align: center;
    font-size: 3.4rem;
    font-weight: bold;
}
#contact-table {
    width: 100%;
    margin-bottom: 10px;
}
#contact-table th {
    width: 40%;
}
#contact-table td {
    width: 60%;
}
#download .sizeS {
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: bold;
    margin-bottom: 3px;
}
.input-box_frm {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 16px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin-bottom: 12px;
    background: #fff;
}
.frm-20 {
    width: 20%;
}
.frm-30 {
    width: 30%;
}
.frm-50 {
    width: 48%;
}
.frm-60 {
    width: 60%;
}
.frm-80 {
    width: 80%;
}
.policy-txt a {
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: bold;
    color: var(--acc);
    margin-bottom: 24px;
    display: inline-block;
    transition:.2s;
}
.policy-txt a span {
    border-bottom:1px solid var(--acc);
}
.policy-txt a:hover {
    opacity:0.6;
}
.policy-chk_li {
    width: 90%;
    margin: 0 auto 20px;
    line-height: 2.6rem;
}
.policy-chk_li li {
    margin-bottom: 16px;
}
.policy-chk_li li:last-of-type {
    margin-bottom: 0;
}
.attention-txt {
    width: 560px;
    margin: 0 auto 16px;
    line-height: 2.2rem;
    color: #ff3939;
}
#download .chkbox label::before {
    width: 32px;
    height: 32px;
    box-shadow: none;
    left: -40px;
    top: -8px;
}
button#submit_1, button#addDocument {
    background: var(--acc);
    border: 1px solid var(--acc);
    transition: .2s;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    width: 400px;
    margin: 0 auto;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 2rem;
    border-radius: 8px;
    position: relative;
    box-sizing: border-box;
    padding-left: 24px;
    padding-right: 24px;
}
@media screen and (max-width: 600px) {
button#submit_1, button#addDocument {
    width: 100%;
    padding-block: 18px;
    font-size: 1.5rem;
}
}
button#submit_1::after, button#addDocument::after {
    position: absolute;
    transition: 0.3s;
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 35px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
button#submit_1::before, button#addDocument::before {
    content:"";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 20px;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 28px;
    height: 28px;
    border: 1px solid #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
button#submit_1:hover, button#addDocument:hover {
    background: transparent;
    color:  var(--acc);
}
button#submit_1:hover:after, button#addDocument:hover:after {
    border-color: var(--acc);
    right: 27px;
}
button#submit_1:hover:before, button#addDocument:hover:before {
    border-color: var(--acc);
    right: 12px;
}
#contact-table th {
    text-align: left;
}

/*========================= pagetopへ =========================*/
.to_pagetop {
    display: none;
    position: relative;
    z-index: 999;

    a {
        display: block;
        width: 70px;
        height: 70px;
        border: 2px solid #222;
        border-radius: 100vw;
        position: fixed;
        right: 20px;
        bottom: 20px;
        background: #222;
        text-indent: -9999px;
        z-index: 9999;
        transition: var(--transition);

        &::after {
            display: block;
            width: 14px;
            height: 14px;
            border-right: 2px solid #fff;
            border-top: 2px solid #fff;
            margin-inline: auto;
            position: absolute;
            top: calc(50% - 4px);
            right: 0;
            left: 0;
            transform: rotate(-45deg);
            transition: var(--transition);
            content: "";
        }
        &:hover {
            background: #fff;
        }
        &:hover::after {
            border-color: #222;
        }
    }
}
@media screen and (max-width: 600px) {
.to_pagetop {
    a {
        width: 60px;
        height: 60px;

        &:hover {
            background: #222;
        }
        &:hover::after {
            border-color: #fff;
        }
    }
}
}
/*========================= footer =========================*/
.footer__copyright {
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.8rem;
    background: var(--basic);
}
.tobfooter__links {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #005295;
    flex-wrap: wrap;
}
.tobfooter_li>li:first-of-type {
    width: 30%;
}
.tobfooter_li>li:last-of-type {
    width: 60%;
}
.footeritem_li {
    flex-wrap:wrap;
}
.footeritem_li li {
    margin-bottom: 4px;
    font-size: 1.4rem;
    color: #fff;
    position: relative;
    padding-right: 14px;
    margin-left: 14px;
}
.footeritem_li li:first-of-type {
    padding-left: 0;
}
.footeritem_li li::after {
    content:'';
    width: 1px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.footeritem_li li:last-of-type::after {
    content: '';
    width: 1px;
    height: 16px;
    position: inherit;
    right: 0;
    top: 0;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.footeritem_li li a {
    color: #fff;
    transition: .1s;
}
.footeritem_li li a:hover {
    opacity: 0.6;
}
.logo-ftr {
    width: 130px;
    height: auto;
}
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 16px;
    bottom: 16px;
    background: #005295;
    border: 1px solid #fff;
}
#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    transition: .2s;
}
#page_top ahove r{
    opacity: 0.6;
}
#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 1.8rem;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -4px;
    bottom: 0;
    right: 2px;
    left: 0;
    margin: auto;
    text-align: center;
}

/*========================= loader =========================*/
#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #888;
    z-index: 1;
    opacity: 0.5;
}
#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    z-index: 2;
}

#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #888;
    z-index: 1;
    opacity: 0.5;
}
#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    z-index: 2;
}
.bottom-scroll-navi-detail {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem 1.6rem 0;
    z-index: 10000;
    padding-bottom:1rem;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0px 8px 4px rgba(0,0,0,.1);
}
.title-btn {
    font-weight: 500;
    float: left;
    position: relative;
    text-align: center;
    font-size: 1.9rem;
}
.bottunNavi_space {
    width: 100%;
    height: 117px;
}
.navi-num {
    color: #1eb3dd;
    font-size: 160%;
    position: relative;
    top: 2px;
    left: -1px;
}
.download-button {
    background: var(--acc);
    border-radius: 4px;
    display: block;
    font-weight: bold;
    color: white;
    max-width: 100%;
    width: 320px;
    font-size: 1.8rem;
    margin: 0 auto;
    padding: 1.6rem 1rem;
    margin-bottom: 0.6rem;
}
.bottom-scroll-navi-detail a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    margin:0 auto;
}

@media screen and (min-width:0px) and (max-width:640px) {
  .service-box .jss li{
    width: 90%;
      margin: 0 auto;
  }
}

#chk_wp_all::before{
    left: 0;
}

#chk_wp_all p {
    padding-left: 40px;
}


.Form-box .comment-box {
  font-size: 1.8rem;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {

.Form-box .comment-box {
  font-size: 1.4rem;
}
}

.Form-box .chkbox label {
  padding-left: 0;
  font-size: 1.6rem;
  line-height: 3.0rem;
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
}
.Form-box .categoryChild.chkbox label {
    position: relative;
}

.Form-box .chkbox .modal-open {
     margin: 24px auto 0;
}

#entry {
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .Form-box .chkbox .modal-open {
        position: relative;
        margin-top: 15px;
    }

  .Form-box .chkbox label {
    font-size: 1.4rem;
  }
}


/*-----------------
-------ipad-----
--------------------
*/
@media screen and (max-width:768px) {
	body{
		font-size: 1.6rem;
    max-width:768px;
    box-sizing: border-box;


	}
html{
		box-sizing: border-box;
	margin-top: 0 !important;
}
img{
  max-width:100%;
  height: auto;
}


	.wrapper{
	max-width: 680px;
	margin: 0 auto;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
}

	.dn-sp{
	display: none;
}
/*.dn-pc{
	display: block;
}*/
	}



/*-----------------
-------ipad pro-----
--------------------
*/
@media screen and (max-width: 1024px) {
	.wrapper,.wrapper-contact{
/*	width: 950px;*/
	margin: 0 auto;
        
		box-sizing: border-box;
}

	.box-top{
/*
	padding-top: 32px;
		padding-bottom: 32px;
*/
}
	.dn-pc_pro{
	display: block;
}
		.dn-sp_pro{
	display: none;
}
/*	.cate-btn_box{
		width: 56%;
	}*/
	.service-li li{
	width: 32%;
	}
	.tag{
		right: -10px;
	}
	}

/*-----------------
-------ipad-----
--------------------
*/
@media screen and (max-width:768px) {
    body {
        font-size: 1.6rem;
        max-width: 100vw;
        box-sizing: border-box;
    }
    img {
        max-width: 100%;
        height: auto;
    }

    .wrapper, .wrapper-contact {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }
	.service-li li{
	width: calc((100% - 20px) / 2);
	}
	.others-li li{
		width: 48%;
		margin-bottom: 32px;
	}
	.tobfooter_li>li:first-of-type{
		width: 100%;
		margin-bottom: 24px;
	}
	.tobfooter_li>li:last-of-type{
		width: 100%;
		text-align: center;
	}
}
/*----
	-------------
-------sp-----
--------------------
*/
@media screen and (max-width:640px){
  .dn-pc{
    display: block;
  }
  body{
/*	font-size: 1.4rem;*/
    max-width:640px;
    box-sizing: border-box;
	}
html{
		box-sizing: border-box;
	margin-top: 0 !important;
}
img{
  max-width:100%;
  height: auto;
}
	.wrapper, .wrapper-contact{
		width: 100%;
		box-sizing: border-box;
	}

	._service-li, .thers-li, .cate-box_li, .tobfooter_li{
		display: block;
	}
	 .others-li li, .cate-box_li .cate-box_txt, .cate-btn_box{
		width: 100%;
	}
.dw_btn{
    margin: 10px 0 0;
}

	._service-li li:last-of-type, .others-li li:last-of-type, .cate-btn_li>li:last-of-type{
		margin-bottom: 0;
	}
	.service-li li{
		width: 50%;
	}
	.others-li li{
		margin-bottom: 16px;
		height: 180px;
	}
	.check-grid .chkbox img{
		height: 140px;
	}
	#contact-table td{
		
	}
	#contact-table th,
  #contact-table td {
　　border-bottom: none;
    display: block;
	  width: 100%;
	}
	.frm-20{
		width: 30%;
	}
	.frm-30{
		width: 50%;
	}
	.frm-60{
		width: 70%;
	}
	.frm-80{
		width: 90%;
	}
	#download .btn-box{
		width: 100%;
/*		font-size: 1.8rem;*/
	}
	#download .btn-box::before, #download .btn-box::after{
		display: none;
	}
	.tag{
		top:-24px;
		right:-8px;
	}
	
	.tobfooter_li{
		text-align: center;
	}
	.logo-ftr{
		margin: 0 auto 24px;
	}
	
	.footer__copyright small{
		width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
    margin: 0 auto;
		display: inline-block;
	}
	
	}

@media screen and (max-width: 600px) {
.service-li li {
    margin: 20px 0 0;
}
}

@media screen and (max-width:400px){
  body{
/*	font-size: 1.4rem;*/
    max-width:640px;
    box-sizing: border-box;
	}
html{
		box-sizing: border-box;
	margin-top: 0 !important;
}
img{
  max-width:100%;
  height: auto;
}
	.wrapper{
		width: 100%;
		box-sizing: border-box;
		padding-left: 16px;
		padding-right: 16px;
	}
		.fv-box{
		width: 90%;
	}
	.fv-box h2{
		font-size: 4rem;
	}

		.service-li li {
		width: 100%;
			
	}
	.service-li li:last-of-type{
		margin-bottom: 0;
	}
	.fv-box h2{
		line-height: 4.8rem;
	}
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.footer {
    margin: 0 auto;
    position: relative;
}
.footer__inner {
    background: #fff;
    border-top: 2px solid #568fcc;
}
.tobfooter__links {
    background:var(--basic);
    padding:3.2rem 1.6rem;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.tobfooter__links .logo{
    position: static;
    width: 100px;
}
.tobfooter__links ul {
    text-align: right;
    width: 80%;
}
.tobfooter__links ul li {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 12px;
    line-height: 1.2rem;
}
.tobfooter__links ul li:not(:first-child) {
    border-left: 1px solid #fff;
    padding-left: 15px;
    margin-left: 15px;
}
.tobfooter__links ul li a {
    color: #fff !important;
    text-decoration: underline;
}
.footer__copyright {
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    padding: 0 0 18px;
}

@media screen and (max-width: 767px) {
    .tobfooter__links{
        height: 300px;
    }
    .tobfooter__links .logo{
        display: none;
    }
    .tobfooter__links ul{
        float: none;
        text-align: left;
        padding: 0;
        margin-left:0;
        width: 100%;
    }
    .tobfooter__links ul li{
        display: block;
        font-size: 1.3rem;
        line-height: 2.405rem;
    }
    .tobfooter__links ul li:not(:first-child){
        border-left: none;
        border-top: 1px solid #91b6de;
        padding-left: 0;
        margin-left: 0;
    }
    .tobfooter__links ul li a{
        display: block;
        padding: 12px 15px;
        position: relative;
    }
    .footer__copyright {
        padding: 30px 0 20px;
    }
}