﻿@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 768px) {
}

body {
    font-size: 16px;
    overflow: hidden;
}

    body.fixed {
        position: fixed;
        width: 100%;
    }

button {
    cursor: pointer;
}

img {
    width: 100%;
    height: auto;
}

.fc-white {
    color: #FFF;
}

.fc-blue {
    color: #143b8e;
}

.fc-dBlue {
    color: #12264f;
}

.fc-orange {
    color: #ffc000;
}
.fc-red {
    color: #E53126;
}
h1, h2, h3, h4, p, li, a, .label, ul, ol, dl, li, dt, dd, span, div {
    font-family: "Zen Kaku Gothic New", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", serif;
    font-weight: 400;
    font-style: normal;
}

.bold {
    font-weight: bold;
}

.block {
    display: block;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-32 {
    font-size: 32px;
}

.fs-40 {
    font-size: 40px;
}

.text-decoration-underline {
    text-decoration: underline;
}
.text-decoration-line-through {
    text-decoration: line-through;
}
.lh-16 {
    line-height: 1.6;
}
.lh-18 {
    line-height: 1.8;
}
@media screen and (min-width: 1055px) {
    .only_sp1054 {
        display: none;
    }
}

@media screen and (max-width: 1054px) {
    .only_pc1054 {
        display: none;
    }
}

@media screen and (min-width: 981px) {
    .only_sp980 {
        display: none;
    }
}

@media screen and (min-width: 767px) {
    .only_sp767 {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .fs-14 {
        font-size: 3.8vw;
    }

    .headerNav > li > a,
    .fs-16 {
        font-size: 3.8vw;
    }

    .fs-20 {
        font-size: 4.0vw;
    }

    .fs-22 {
        font-size: 4.0vw;
    }

    .fs-24 {
        font-size: 4.3vw;
    }

    .fs-32 {
        font-size: 5.3vw;
    }

    .fs-40 {
        font-size: 40px;
    }
}

.box1000 {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
}

.box1200 {
    width: 92vw;
    max-width: 1200px;
    margin: 0 auto;
}

.box1400 {
    width: 92vw;
    max-width: 1400px;
    margin: 0 auto;
}

.align-C {
    text-align: center;
}

.align-R {
    text-align: right;
}

.wrap {
    position: relative;
}
.sec_fv {
    background-color: #12264f;
    position: relative;

}
@media screen and (min-width:1501px) {
    .sec_fv {
        height: 1030px !important;
    }
    .sec_fv.confirm,
    .sec_fv.thanks{
        height:auto !important;
    }
}

    @media screen and (min-width:1055px) {
        .wrap header {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            z-index: 10;
            transition: 0.3s all ease;
        }

        .scrolled .wrap header {
            position: fixed;
            top: 0;
            left: 0;
        }

        .wrap header .headerIn {
            background-color: rgba(13,28,59,0.40);
            width: 100%;
            height: 80px;
            position: relative;
        }

            .wrap header .headerIn .left {
                position: absolute;
                left: 40px;
                top: 50%;
                transform: translateY(-50%);
                color: #EACD2C;
                border-radius: 8px;
                padding: 0 15px 0 11px;
            }

                .wrap header .headerIn .left:hover {
                    opacity: 0.7;
                }

                .wrap header .headerIn .left a {
                    position: absolute;
                    display: table-cell;
                    width: 100%;
                    height: 100%;
                    left: 0;
                    top: 0;
                }

                .wrap header .headerIn .left p {
                    display: table;
                }

                    .wrap header .headerIn .left p img {
                        width: auto;
                        height: 20px;
                    }

                    .wrap header .headerIn .left p > span {
                        display: table-cell;
                        height: 40px;
                        vertical-align: middle;
                    }

                    .wrap header .headerIn .left p .text {
                        font-size: 14px;
                        width: 41px;
                        vertical-align: middle;
                    }

        .wrap header .right {
            position: absolute;
            right: 40px;
            top: 50%;
            transform: translateY(-50%);
        }

            .wrap header .right ul {
                font-size: 0;
                display: table;
            }

                .wrap header .right ul li {
                    display: table-cell;
                    padding-right: 30px;
                }

                    .wrap header .right ul li:nth-last-child(1) {
                        padding-right: 0;
                    }

                    .wrap header .right ul li a {
                        font-size: 16px;
                        color: #FFF;
                    }

        .btn_area.only_sp1054 {
            display: none;
        }
    }

    @media screen and (max-width:1054px) {
        header {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 80px;
            background-color: rgba(13,28,59,0.40);
            z-index: 999;
        }

        .scrolled header {
            position: fixed;
            top: 0;
            left: 0;
        }

        header.open {
            position: fixed;
            top: 0;
            left: 0;
        }

        .wrap header .headerIn .left {
            position: absolute;
            left: 20px;
            top: 50%;
            transform: translateY(-50%);
            color: #EACD2C;
            border-radius: 8px;
            padding: 0 15px 0 11px;
        }

            .wrap header .headerIn .left:hover {
                opacity: 0.7;
            }

            .wrap header .headerIn .left a {
                position: absolute;
                display: table-cell;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
            }

            .wrap header .headerIn .left p {
                display: table;
            }

                .wrap header .headerIn .left p img {
                    width: auto;
                    height: 20px;
                }

                .wrap header .headerIn .left p > span {
                    display: table-cell;
                    height: 40px;
                    vertical-align: middle;
                }

                .wrap header .headerIn .left p .text {
                    font-size: 14px;
                    width: 41px;
                    vertical-align: middle;
                }

        header .spBtn {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            display: table-cell;
            width: 48px;
            height: 38px;
        }

            header .spBtn .border {
                width: 100%;
                height: 4px;
                background-color: #FFF;
                top: 50%;
                left: 50%;
                transform: translateX(-50%) translateY(-50%) rotate(0);
                transform-origin: 50% 50%;
                position: absolute;
                transition: 0.3s all ease;
            }

                header .spBtn .border:nth-child(1) {
                    top: 0;
                    transform: translateX(-50%) translateY(0) rotate(0);
                }

                header .spBtn .border:nth-child(2) {
                    top: 50%;
                    transform: translateX(-50%) translateY(-50%) rotate(0);
                }

                header .spBtn .border:nth-child(3) {
                    top: auto;
                    bottom: 0;
                    transform: translateX(-50%) translateY(0) rotate(0);
                }

        header.open .spBtn .border:nth-child(1) {
            top: 50%;
            transform: translateX(-50%) translateY(-50%) rotate(225deg);
        }

        header.open .spBtn .border:nth-child(2) {
            width: 0;
            top: 50%;
            transform: translateX(-50%) translateY(-50%);
        }

        header.open .spBtn .border:nth-child(3) {
            top: 50%;
            bottom: auto;
            transform: translateX(-50%) translateY(-50%) rotate(-225deg);
        }

        header .right {
            position: fixed;
            top: 80px;
            right: -100vw;
            transition: 0.3s all ease;
        }

        header.open .right {
            position: fixed;
            right: 0;
            top: 80px;
            width: 100%;
            height: calc(100vh - 80px);
            background-color: #f5f5f5;
            overflow-y: scroll;
            padding: 20px 0 190px;
        }

        header .right ul {
            width: 92%;
            max-width: 800px;
            margin: 0 auto 80px;
        }

            header .right ul li {
                border-bottom: 1px solid #12264f;
            }

                header .right ul li a {
                    font-size: 24px;
                    color: #12264f;
                    padding: 1em;
                    display: block;
                }
    }

    @media screen and (max-width: 767px) {
        header {
            height: 13.3vw;
        }

        .wrap header .headerIn .left p img {
            width: auto;
            height: 3.3vw;
        }

        .wrap header .headerIn .left p > span {
            height: 5.7vw;
        }

        .wrap header .headerIn .left p .text {
            font-size: 2vw;
            width: 5.7vw;
            vertical-align: middle;
        }

        .wrap header .headerIn .left {
            left: 2.6vw;
            border-radius: 1vw;
            padding: 0 1.2vw 0 1.2vw;
        }

        header .spBtn {
            right: 3vw;
            width: 6.6vw;
            height: 5.86vw;
        }

            header .spBtn .border {
                height: 0.5vw;
            }

        header .right ul li a {
            font-size: 4.3vw;
        }

        header.open .right {
            top: 13.3vw;
            height: calc(100vh - 13.3vw);
            padding: 4vw 0 20vw;
        }

        header .right ul {
            margin: 0 auto 11vw;
        }
    }


    .sub .sec_fv {
        height: auto;
    }

    .sec_fv .fvPart {
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

        .sec_fv .fvPart::before {
            content: "";
            position: absolute;
            display: table-cell;
            width: 1072px;
            height: 738px;
            background: right bottom / 100% auto url("../img/fv_bg_part_01.png") no-repeat;
            right: 50%;
            bottom: 0;
            transform: translateX(-410px);
        }

    .sec_fv.sub .fvPart::before {
        content: "";
        position: absolute;
        display: table-cell;
        width: 1072px;
        height: 738px;
        background: right bottom / 100% auto url("../img/fv_bg_part_01.png") no-repeat;
        right: 50%;
        top: 128px;
        bottom: auto;
        transform: translateX(-410px);
    }

    .sec_fv .fvPart::after {
        content: "";
        position: absolute;
        display: table-cell;
        width: 1559px;
        height: 1186px;
        background: right bottom / 100% auto url("../img/fv_bg_part_02.png") no-repeat;
        left: 50%;
        top: 0;
        transform: translateX(-69px);
    }

    .sec_fv .fvIn {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 20vw 0 0;
    }

        .sec_fv .fvIn .fv01 {
            width: 1043px;
            padding-bottom: 10px;
            background: left bottom / auto 7px url("../img/dot_blue.png") repeat-x;
            position: relative;
        }

            .sec_fv .fvIn .fv01 p.fv_info {
                background: #ffffff;
                display: block;
                margin: 5em auto;
                padding: 1em;
                text-align: center;
                font-weight: bold;
                width: 80%;
            }

                .sec_fv .fvIn .fv01 p.fv_info a {
                    font-size: 1.8em;
                    color: #ff0000;
                }

            .sec_fv .fvIn .fv01 p.fv_text01 {
                font-size: 32px;
                font-weight: bold;
                color: #FFF;
                text-align: center;
                margin-bottom: 50px;
            }

            .sec_fv .fvIn .fv01 h1 {
                text-align: center;
            }

                .sec_fv .fvIn .fv01 h1 img {
                    width: 880px;
                    height: auto;
                }

        .sec_fv .fvIn .fvimages {
            width: 100%;
            margin: 10px auto;
            padding: 0 36px;
            height: auto;
            position: relative;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .sec_fv .fvIn .fvimages img {
                width: 20vw;
                max-width: 20%;
            }

                .sec_fv .fvIn .fvimages img:first-child {
                    width: 15vw;
                    max-width: 15%;
                }

        .sec_fv .fvIn .fv02 {
            width: 59vw;
            position: relative;
            top: -11vw;
        }

            .sec_fv .fvIn .fv02 p.fv_text02 {
                font-size: 2.4vw;
                line-height: 1.86;
                font-weight: bold;
                color: #FFF;
                text-align: center;
                margin-bottom: 55px;
            }

                .sec_fv .fvIn .fv02 p.fv_text02 .block {
                    display: block;
                    line-height: 1.86;
                }

                    .sec_fv .fvIn .fv02 p.fv_text02 .block .small {
                        font-size: 28px;
                    }

        .sec_fv .fvIn .fv02 {
        }

            .sec_fv .fvIn .fv02 p.fv_text02 .orange01 {
                background: center bottom / auto 9px url("../img/fv_text_orage01.png") no-repeat;
            }

            .sec_fv .fvIn .fv02 p.fv_text02 .orange02 {
                background: center bottom / auto 11px url("../img/fv_text_orage02.png") no-repeat;
            }

    .btn_area a {
        position: relative;
        text-align: center;
        width: 520px;
        background-color: #ffc000;
        border-radius: 10px;
        display: block;
        margin: 0 auto;
    }

        .btn_area a .text {
            font-size: 22px;
            font-weight: bold;
            color: #12264f;
            line-height: 90px;
            height: 90px;
            display: block;
        }

        .btn_area a::after {
            display: table-cell;
            content: "";
            background: center center / 100% auto url("../img/fv_btn_arrow.png") no-repeat;
            width: 25px;
            height: 19px;
            position: absolute;
            right: 30px;
            top: 50%;
            transform: translateY(-50%);
        }

    @media screen and (min-width: 1501px) {
        .only_sp1500 {
            display: none;
        }
    }

    @media screen and (min-width: 1200px) {
        .sec_fv .fvIn .fvimages {
            width: 1200px;
        }

        .sec_fv .fvIn .fv02 {
            width: 1000px;
            position: relative;
            top: -188px;
        }

            .sec_fv .fvIn .fv02 p.fv_text02 {
                font-size: 1.8rem;
            }
    }

    @media screen and (max-width: 1500px) {
        .sec_fv {
            height: 900px ;
        }

            .sec_fv .fvIn {
                position: static;
                transform: translateX(0%) translateY(0);
                padding-top: 135px;
            }

                .sec_fv .fvIn::before {
                    display: none;
                }

                .sec_fv .fvIn::after {
                    display: none;
                }

                .sec_fv .fvIn .fv01 {
                    width: 1043px;
                    background: none;
                    margin: 0 auto;
                }

                .sec_fv .fvIn .fv02 {
                    width: 60%;
                    max-width: 750px;
                    margin: 0 auto;
                    position: relative;
                    top: -20vw;
                }

                    .sec_fv .fvIn .fv02::after {
                        content: "";
                        display: table-cell;
                    }

                    .sec_fv .fvIn .fv02 .fv_text02,
                    .sec_fv .fvIn .fv02 .fv_text02 .block {
                        text-align: left;
                    }

                    .sec_fv .fvIn .fv02 p.fv_text02 {
                        border-top: dotted 2px #6799DA;
                        position: relative;
                        margin-bottom: 10px;
                        margin-top: 20px;
                    }

            .sec_fv .btn_area a {
                width: 100%;
                max-width: 480px;
            }
    }

    @media screen and (max-width: 1054px) {
        .sec_fv {
            height: 810px;
        }

            .sec_fv .fvIn .fv01 {
                width: 100%;
            }

                .sec_fv .fvIn .fv01 h1 {
                    position: relative;
                    background: top center / auto 332px url("../img/fv_part_01_sp.png") no-repeat;
                }

                    .sec_fv .fvIn .fv01 h1::before {
                        content: "";
                        display: block;
                        padding-top: 332px;
                    }

                    .sec_fv .fvIn .fv01 h1 img {
                        display: none;
                    }
    }

    @media screen and (max-width: 900px) {
        .sec_fv .btn_area a {
            max-width: 380px;
        }
    }


    @media screen and (max-width: 767px) {
        .btn_area {
            width: 100%;
            margin: 0 auto;
            padding: 0;
        }
        .btn_area.topmv {
            width: 100%;
            margin: 0 auto;
            padding: 150px 0 0;
        }

        .sec_fv .fvIn .fv02 p.fv_text02 .block .small {
            font-size: 0.88em;
        }

        header .btn_area {
            width: 92%;
            margin: 0 auto;
        }

        .btn_area a {
            width: 100%;
            border-radius: 1.3vw;
        }

            .btn_area a .text {
                font-size: 4.3vw;
                line-height: 13.8vw;
                height: 13.8vw;
            }

            .btn_area a::after {
                width: 5.46vw;
                height: 4.66vw;
                right: 4.4vw;
            }

        .sec_fv {
            height: auto;
        }

            .sec_fv .fvIn {
                padding-top: 20vw;
                padding-bottom: 16.6vw;
            }

                .sec_fv .fvIn .fv01 p.fv_text01 {
                    font-size: 4.3vw;
                    margin-bottom: 6vw;
                }

                .sec_fv .fvIn .fv01 h1::before {
                    padding-top: 45.6vw;
                }

                .sec_fv .fvIn .fv01 h1 {
                    background: top center / auto 45.6vw url("../img/fv_part_01_sp.png") no-repeat;
                }

                .sec_fv .fvIn .fv01 {
                    padding-bottom: 8.4vw;
                }

                .sec_fv .fvIn .fvimages {
                    display: none;
                }

                .sec_fv .fvIn .fv02 {
                    width: 92%;
                    background: top center / auto 37.8vw url("../img/fv_part_02_1_sp.png") no-repeat;
                    background-position: center bottom 70px;
                    background-size: 260px auto;
                    top: 0;
                }

                    .sec_fv .fvIn .fv02 p.fv_text02 {
                        font-size: 4.6vw;
                        margin-bottom: 3.0vw;
                    }

                        .sec_fv .fvIn .fv02 p.fv_text02 .orange01 {
                            background: center bottom / 100% auto url("../img/fv_text_orage01.png") no-repeat;
                        }

                        .sec_fv .fvIn .fv02 p.fv_text02 .orange02 {
                            background: center bottom / 100% auto url("../img/fv_text_orage02.png") no-repeat;
                        }

            .sec_fv .fvPart::before {
                width: 50vw;
                height: 81.4vw;
                background: right top / auto url("../img/fv_img_part_01_sp.png") no-repeat;
                right: auto;
                left: 0;
                bottom: 17.8vw;
                transform: translateX(0);
            }

            .sec_fv .fvPart::after {
                width: 74.5vw;
                height: 108.5vw;
                background: right top / auto url("../img/fv_img_part_02_sp.png") no-repeat;
                right: 0;
                left: auto;
                top: 0;
                transform: translateX(0);
            }
    }

    .sec01 {
        position: relative;
    }

        .sec01::before {
            content: "";
            display: table-cell;
            width: 100%;
            height: 80px;
            background-color: #FFF;
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%) translateY(-100%);
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }

    .secHead {
        margin-bottom: 69px;
    }

        .secHead h2 {
            text-align: center;
        }

            .secHead h2 .text {
                font-size: 40px;
                color: #12264f;
                font-weight: bold;
                position: relative;
            }

                .secHead h2 .text.fc-white {
                    color: #FFF;
                }

                .secHead h2 .text .big {
                    font-size: 80px;
                }

                .secHead h2 .text::before {
                    content: "";
                    display: table-cell;
                    background: center center / 100% auto url("../img/sec_head_deco_left.png") no-repeat;
                    width: 19px;
                    height: 19px;
                    position: absolute;
                    left: 0;
                    top: 50%;
                    transform: translateX(-200%) translateY(-50%);
                }

                .secHead h2 .text::after {
                    content: "";
                    display: table-cell;
                    background: center center / 100% auto url("../img/sec_head_deco_right.png") no-repeat;
                    width: 19px;
                    height: 19px;
                    position: absolute;
                    right: 0;
                    top: 50%;
                    transform: translateX(200%) translateY(-50%);
                }

        .secHead .sup {
            text-align: center;
            font-size: 30px;
            color: #12264f;
        }

    .sec10 .secHead h2 .text::before {
        background: center center / 100% auto url("../img/sec_head_deco_left02.png") no-repeat;
    }

    .sec10 .secHead h2 .text::after {
        background: center center / 100% auto url("../img/sec_head_deco_right02.png") no-repeat;
    }

    .problemList {
        margin: 0 auto;
        text-align: center;
    }

        .problemList li {
            display: inline-block;
            padding-bottom: 63px;
        }

            .problemList li:nth-child(1) {
                background: right center / 123px auto url("../img/problem_img_01.png") no-repeat;
            }

            .problemList li:nth-child(2) {
                background: left center / 125px auto url("../img/problem_img_02.png") no-repeat;
            }

            .problemList li:nth-child(3) {
                background: right center / 117px auto url("../img/problem_img_03.png") no-repeat;
            }

            .problemList li:nth-child(2n-1) {
                padding-right: 182px;
            }

            .problemList li:nth-child(2n) {
                padding-left: 166px;
            }

            .problemList li .text {
                display: block;
                font-size: 24px;
                font-weight: bold;
                height: auto;
                border: 3px solid #12264f;
                border-radius: 10px;
                padding: 0 60px;
                position: relative;
                color: #12264f;
            }

                .problemList li .text .textIn {
                    display: block;
                    line-height: 1.5;
                    padding: 0.8em 0;
                }

            .problemList li:nth-child(2n-1) .art {
                display: table-cell;
                width: 60px;
                padding: 10px 0;
                position: absolute;
                right: 0;
                bottom: 26px;
                transform: translateX(40px) rotate(15deg);
                transform-origin: 0 100%;
                background-color: #FFF;
            }

            .problemList li:nth-child(2n) .art {
                display: table-cell;
                width: 60px;
                padding: 10px 0;
                position: absolute;
                left: 0;
                bottom: 26px;
                transform: translateX(-40px) rotate(-15deg);
                transform-origin: 100% 100%;
                background-color: #FFF;
            }

            .problemList li .art .artIn {
                display: block;
                width: 60px;
                height: 3px;
                background-color: #12264f;
            }



    @media screen and (max-width: 767px) {
        .sec04 .secHead h2 .text::before,
        .sec04 .secHead h2 .text::after {
            top: 3.5vw;
        }
        .sec04 .secHead h2 .text.line_l::before,
        .sec04 .secHead h2 .text.line_l::after {
            top: 5.5vw;
        }

        .secHead {
            margin-bottom: 8vw;
            padding-top: 2vw;
        }

        .sec01::before {
            height: 8vw;
            border-top-left-radius: 2.6vw;
            border-top-right-radius: 2.6vw;
        }

        .secHead h2 .text {
            font-size: 5.6vw;
            display: inline-block;
        }

            .secHead h2 .text .block_sp {
                display: block;
            }

            .secHead h2 .text::before {
                width: 2.5vw;
                height: 2.5vw;
            }

            .secHead h2 .text::after {
                width: 2.5vw;
                height: 2.5vw;
            }

        .problemList li {
            padding-bottom: 4.3vw;
        }

            .problemList li .text {
                font-size: 4vw;
                border-radius: 1.3vw;
                padding: 0 3.0vw 0 3.4vw;
            }

            .problemList li:nth-child(2n-1) .art {
                width: 8vw;
                padding: 1.5vw 0;
                bottom: 3.6vw;
                transform: translateX(3.3vw) rotate(15deg);
            }

            .problemList li:nth-child(2n) .art {
                width: 8vw;
                padding: 1.5vw 0;
                bottom: 3.6vw;
                transform: translateX(-5.3vw) rotate(-15deg);
            }

            .problemList li .art .artIn {
                width: 8vw;
            }

            .problemList li:nth-child(2n-1) {
                padding-right: 20vw;
            }

            .problemList li:nth-child(2n) {
                padding-left: 21.7vw;
            }

            .problemList li:nth-child(1) {
                background: right 3.6vw / 16.4vw auto url("../img/problem_img_01.png") no-repeat;
            }

            .problemList li:nth-child(2) {
                background: left 3.6vw / 16.4vw auto url("../img/problem_img_02.png") no-repeat;
            }

            .problemList li:nth-child(3) {
                background: right 3.6vw / 15.6vw auto url("../img/problem_img_03.png") no-repeat;
            }
    }

    .sec02 {
        position: relative;
        background: left top / 5px auto url("../img/bg_dot.jpg") repeat;
        padding-bottom: 114px;
    }

        .sec02 .headArrow {
            display: block;
            width: 552px;
            height: 64px;
            position: relative;
            margin: 0 auto;
        }

            .sec02 .headArrow::before {
                content: "";
                display: table-cell;
                width: 552px;
                height: 64px;
                border-top: 64px solid rgba(255,255,255,0.50);
                border-left: 276px solid transparent;
                border-right: 276px solid transparent;
                box-sizing: border-box;
                position: absolute;
                top: 0;
                left: 50%;
                transform: translateX(-50%);
            }

            .sec02 .headArrow::after {
                content: "";
                position: absolute;
                top: 0;
                left: 50%;
                transform: translateX(-50%);
                display: table-cell;
                width: 388px;
                height: 46px;
                border-top: 46px solid rgba(255,255,255,1.00);
                border-left: 195px solid transparent;
                border-right: 195px solid transparent;
                box-sizing: border-box;
            }

        .sec02 .row01 {
            padding-top: 16px;
            padding-bottom: 76px;
            position: relative;
        }

            .sec02 .row01::before {
                content: "";
                display: table-cell;
                background: center center / 100% auto url("../img/sec01_row01_img.png") no-repeat;
                width: 159px;
                height: 213px;
                position: absolute;
                right: 50%;
                top: 50%;
                transform: translateX(-315px) translateY(-50%);
            }

    @media screen and (max-width: 979px) {
        .sec02 .row01::before {
            transform: translateX(-220px) translateY(-50%);
        }
    }

    .sec02 .row01 p:nth-child(1) {
        font-size: 22px;
        text-align: center;
        margin-bottom: 40px;
    }

        .sec02 .row01 p:nth-child(1) .big {
            font-size: 1.273em;
        }

    .sec02 .row01 p:nth-child(2) {
        text-align: center;
        margin-bottom: 25px;
    }

        .sec02 .row01 p:nth-child(2) img {
            width: 373px;
            height: auto;
        }

    .sec02 .row01 p:nth-child(3) {
        font-size: 28px;
        text-align: center;
        line-height: 1.6;
    }

    .sec02 .row02 {
        position: relative;
        background-color: #fef9df;
        border: 3px solid #145eac;
        border-radius: 10px;
    }

        .sec02 .row02 h3 {
            text-align: center;
            font-size: 24px;
            color: #FFF;
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
        }

            .sec02 .row02 h3 .h3In {
                display: inline-block;
                position: relative;
                background-color: #145eac;
            }

                .sec02 .row02 h3 .h3In .text {
                    display: block;
                    line-height: 46px;
                    height: 46px;
                    padding: 0 36px;
                    word-break: keep-all;
                }

                .sec02 .row02 h3 .h3In .artLeft {
                    display: table-cell;
                    width: 20px;
                    height: 46px;
                    position: absolute;
                    left: 0;
                    top: 0;
                    transform: translateX(-100%);
                    border-top: 23px solid #145eac;
                    border-bottom: 23px solid #145eac;
                    border-left: 20px solid transparent;
                }

                .sec02 .row02 h3 .h3In .artRight {
                    display: table-cell;
                    width: 20px;
                    height: 46px;
                    position: absolute;
                    right: 0;
                    top: 0;
                    transform: translateX(100%);
                    border-top: 23px solid #145eac;
                    border-bottom: 23px solid #145eac;
                    border-right: 20px solid transparent;
                }

        .sec02 .row02 .textBox {
            padding: 32px 0;
        }

            .sec02 .row02 .textBox p:nth-child(1) {
                font-size: 18px;
                margin-bottom: 34px;
            }

            .sec02 .row02 .textBox p:nth-child(2) {
                font-size: 28px;
                line-height: 55px;
            }

                .sec02 .row02 .textBox p:nth-child(2) .red {
                    font-size: 35px;
                    line-height: 55px;
                    color: #fd0000;
                }

            .sec02 .row02 .textBox .bottomArrow {
                width: 450px;
                height: 54px;
                display: table-cell;
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translateX(-50%) translateY(100%);
            }

                .sec02 .row02 .textBox .bottomArrow::before {
                    content: "";
                    display: table-cell;
                    width: 450px;
                    height: 54px;
                    border-top: 54px solid #145eac;
                    border-left: 225px solid transparent;
                    border-right: 225px solid transparent;
                }

                .sec02 .row02 .textBox .bottomArrow::after {
                    content: "";
                    display: table-cell;
                    width: 426px;
                    height: 51px;
                    border-top: 51px solid #fef9df;
                    border-left: 213px solid transparent;
                    border-right: 213px solid transparent;
                    position: absolute;
                    top: 0;
                    left: 50%;
                    transform: translateX(-50%);
                    box-sizing: border-box;
                }

    @media screen and (max-width: 767px) {
        .sec02 .headArrow {
            width: 68.45vw;
            height: 7.94vw;
        }

            .sec02 .headArrow::before {
                width: 68.45vw;
                height: 7.94vw;
                border-top: 7.94vw solid rgba(255,255,255,0.50);
                border-left: 34.22vw solid transparent;
                border-right: 34.22vw solid transparent;
            }

            .sec02 .headArrow::after {
                width: 48.11vw;
                height: 5.70vw;
                border-top: 5.70vw solid rgba(255,255,255,1.00);
                border-left: 24.18vw solid transparent;
                border-right: 24.18vw solid transparent;
            }

        .sec02 .row01 p:nth-child(1) {
            font-size: 4.3vw;
            margin-bottom: 1em;
        }

        .sec02 .row01 p:nth-child(2) img {
            width: 55.4vw;
            height: auto;
        }

        .sec02 .row01 p:nth-child(2) {
            margin-bottom: 4vw;
        }

        .sec02 .row01 p:nth-child(3) {
            font-size: 5vw;
        }

        .sec02 .row01::before {
            display: none;
        }

        .sec02 .row01 {
            padding-top: 4vw;
            padding-bottom: 9.6vw;
            position: relative;
        }

        .sec02 .row02 h3 {
            font-size: 4.6vw;
        }

            .sec02 .row02 h3 .h3In .text {
                line-height: 8vw;
                height: 8vw;
                padding: 0 3.8vw;
                word-break: keep-all;
            }

            .sec02 .row02 h3 .h3In .artLeft {
                width: 3.8vw;
                height: 8vw;
                border-top: 4vw solid #145eac;
                border-bottom: 4vw solid #145eac;
                border-left: 3.8vw solid transparent;
            }

            .sec02 .row02 h3 .h3In .artRight {
                width: 3.8vw;
                height: 8vw;
                border-top: 4vw solid #145eac;
                border-bottom: 4vw solid #145eac;
                border-right: 3.8vw solid transparent;
            }

        .sec02 .row02 .textBox {
            padding: 6.6vw 0;
        }

            .sec02 .row02 .textBox p:nth-child(1) {
                font-size: 3.8vw;
                line-height: 1.5;
                margin-bottom: 1em;
            }

            .sec02 .row02 .textBox p:nth-child(2) {
                font-size: 3.8vw;
                line-height: 1.5;
            }

                .sec02 .row02 .textBox p:nth-child(2) .red {
                    font-size: 5.3vw;
                    line-height: 1.5;
                }
    }

    .sec03 {
        background-color: #FFF;
        position: relative;
        padding: 70px 0;
    }

        .sec03 .secIn > p {
            font-size: 28px;
            text-align: center;
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%) translateY(-50px);
            width: 100%;
        }

            .sec03 .secIn > p .big {
                font-size: 60px;
                padding-right: 0.1em;
                margin-left: -0.1em;
            }

    .pointList {
        font-size: 0;
    }

        .pointList li {
            width: 32%;
            box-sizing: border-box;
            margin-right: 2%;
            display: inline-block;
            border: 3px solid #145eac;
            border-radius: 10px;
            position: relative;
            background-color: #FFF;
            vertical-align: top;
        }

            .pointList li:nth-last-child(1) {
                margin-right: 0;
            }

            .pointList li .num {
                position: absolute;
                left: 70px;
                top: 50px;
                font-size: 80px;
                font-weight: bold;
                color: #145eac;
                transform: translateX(-50%) translateY(-50%);
            }

        .pointList.list02 li .num {
            left: auto;
            right: 70px;
            transform: translateX(50%) translateY(-50%);
        }

        .pointList li .text {
            display: block;
            font-size: 24px;
            font-weight: bold;
            text-align: center;
            line-height: 32px;
            width: 100%;
            padding: 240px 0 36px;
        }

        .pointList li .textBox {
            display: block;
            padding: 240px 26px 37px;
            width: 100%;
        }

            .pointList li .textBox .block01 {
                font-size: 24px;
                font-weight: bold;
                line-height: 32px;
                display: block;
                margin-bottom: 23px;
            }

            .pointList li .textBox .block02 {
                font-size: 16px;
                line-height: 30px;
                display: block;
            }

        .pointList li .text .small {
            font-size: 20px;
        }

        .pointList li .text .red {
            color: #fd0000;
        }

        .pointList li:nth-child(1)::before {
            content: "";
            display: table-cell;
            background: center center / 100% auto url("../img/point_list01_01.png") no-repeat;
            width: 211px;
            height: 180px;
            position: absolute;
            left: 50%;
            top: 34px;
            transform: translateX(-50%);
        }

        .pointList li:nth-child(2)::before {
            content: "";
            display: table-cell;
            background: center center / 100% auto url("../img/point_list01_02.png") no-repeat;
            width: 211px;
            height: 180px;
            position: absolute;
            left: 50%;
            top: 40px;
            transform: translateX(-50%);
        }

        .pointList li:nth-child(3)::before {
            content: "";
            display: table-cell;
            background: center center / 100% auto url("../img/point_list01_03.png") no-repeat;
            width: 211px;
            height: 180px;
            position: absolute;
            left: 50%;
            top: 40px;
            transform: translateX(-50%);
        }

        .pointList.list02 li:nth-child(1)::before {
            content: "";
            display: table-cell;
            background: center center / 100% auto url("../img/point_list02_01.png") no-repeat;
            width: 248px;
            height: 171px;
            position: absolute;
            left: 50%;
            top: 28px;
            transform: translateX(-50%);
        }

        .pointList.list02 li:nth-child(2)::before {
            content: "";
            display: table-cell;
            background: center center / 100% auto url("../img/point_list02_02.png") no-repeat;
            width: 254px;
            height: 182px;
            position: absolute;
            left: 50%;
            top: 20px;
            transform: translateX(-50%);
        }

        .pointList.list02 li:nth-child(3)::before {
            content: "";
            display: table-cell;
            background: center center / 100% auto url("../img/point_list02_03.png") no-repeat;
            width: 129px;
            height: 195px;
            position: absolute;
            left: 50%;
            top: 20px;
            transform: translateX(-50%);
        }

    .sec04 {
        background-color: #f5f5f5;
        position: relative;
        padding-bottom: 100px;
        overflow: hidden;
    }

        .sec04 .flowList {
            font-size: 0;
            display: flex;
            justify-content: space-between;
        }

            .sec04 .flowList li {
                width: 32%;
                box-sizing: border-box;
                display: inline-block;
                border: 3px solid #145eac;
                border-radius: 10px;
                position: relative;
                background-color: #FFF;
                vertical-align: top;
                padding: 3vw;
            }

                .sec04 .flowList li h3 {
                    text-align: center;
                    font-size: 2.5vw;
                    font-weight: bold;
                    color: #15274C;
                }

                .sec04 .flowList li img {
                    width: 90%;
                    margin: 10px 0;
                }

                .sec04 .flowList li p {
                    text-align: center;
                    color: #15274C;
                    line-height: 1.5;
                    font-weight: 500;
                    font-size: 20px;
                }

                .sec04 .flowList li:nth-child(1)::after,
                .sec04 .flowList li:nth-child(2)::after {
                    content: '';
                    position: absolute;
                    display: block;
                    top: calc(50% - 4vw);
                    right: -2vw;
                    width: 0;
                    height: 0;
                    border-left: 2vw solid #285FA7;
                    border-top: 4vw solid transparent;
                    border-bottom: 4vw solid transparent;
                }

    @media screen and (max-width: 767px) {
        .sec04 .flowList {
            flex-wrap: wrap;
        }

            .sec04 .flowList li {
                width: 100%;
                margin-bottom: 4vw;
            }

                .sec04 .flowList li:nth-child(1)::after,
                .sec04 .flowList li:nth-child(2)::after {
                    display: none;
                }

                .sec04 .flowList li h3 {
                    font-size: 9vw;
                }
    }

    .grayBgSet {
        position: relative;
    }

        .grayBgSet::before {
            content: "";
            display: table-cell;
            background: center center / 100% auto url("../img/sec08_bg_left.png") no-repeat;
            width: 759px;
            height: 417px;
            position: absolute;
            right: 50%;
            bottom: 0;
            transform: translateX(-453px);
        }

        .grayBgSet::after {
            content: "";
            display: table-cell;
            background: center center / 100% auto url("../img/sec08_bg_right.png") no-repeat;
            width: 984px;
            height: 947px;
            position: absolute;
            left: 50%;
            top: 0;
            transform: translateX(172px);
        }

    .sec04 .secIn {
        padding-top: 50px;
        position: relative;
        z-index: 2;
    }

    .numList li {
        font-weight: bold;
        border: 3px solid #145eac;
        border-radius: 10px;
        margin-bottom: 20px;
    }

        .numList li:nth-last-child(1) {
            margin-bottom: 0;
        }

        .numList li .listIn {
            display: table;
        }

            .numList li .listIn .num {
                display: table-cell;
                width: 89px;
                text-align: center;
                font-size: 45px;
                vertical-align: middle;
                padding-bottom: 0.1em;
            }

            .numList li .listIn .text {
                display: table-cell;
                font-size: 24px;
                line-height: 1.3;
                vertical-align: middle;
                padding: 0.6em 1em 0.6em 0;
            }

    .secContact .secIn,
    .sec11 .secIn,
    .sec09 .secIn,
    .sec07 .secIn,
    .sec05 .secIn {
        position: relative;
        padding-bottom: 90px;
    }

        .secContact .secIn::before,
        .sec11 .secIn::before,
        .sec09 .secIn::before,
        .sec07 .secIn::before,
        .sec05 .secIn::before {
            content: "";
            display: table-cell;
            width: 100%;
            height: 80px;
            background-color: #FFF;
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%) translateY(-100%);
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }

    .contact-check.secContact .secIn::before,
    .contact-thanks.secContact .secIn::before {
        display: none;
    }

    .contact-check.secContact {
        padding-top: 80px;
    }

    .sec_fv.sub {
        padding-top: 80px;
    }

        .sec_fv.sub .subFvIn {
            width: 92vw;
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            height: 180px;
        }

            .sec_fv.sub .subFvIn h1 {
                width: 100%;
            }

            .sec_fv.sub .subFvIn > p {
                font-size: 24px;
                font-weight: bold;
                color: #FFF;
                text-align: left;
                padding-top: 40px;
            }

    @media screen and (min-width:1200px) {
        .sec_fv.sub .subFvIn {
            height: auto;
        }

        .only_sp1200 {
            display: none;
        }

        .sec04 .flowList li:nth-child(1)::after,
        .sec04 .flowList li:nth-child(2)::after {
            top: calc(50% - 35px);
            right: -20px;
            width: 0;
            height: 0;
            border-left: 20px solid #285FA7;
            border-top: 40px solid transparent;
            border-bottom: 40px solid transparent;
        }
    }

    @media screen and (max-width:1200px) {
        .sec_fv.sub .subFvIn {
            height: auto;
        }

        .only_pc1200 {
            display: none;
        }

        .sec_fv.sub .subFvIn > p {
            padding-top: 1em;
            margin-bottom: 0.6em;
        }
    }

    @media screen and (max-width: 1054px) {
        .pointList li {
            width: 100%;
            box-sizing: border-box;
            margin-right: 0;
            display: block;
            border: 3px solid #145eac;
            border-radius: 10px;
            margin-bottom: 20px;
        }
    }

    @media screen and (max-width: 767px) {
        .grayBgSet::before {
            content: "";
            display: table-cell;
            background: center center / 100% auto url("../img/sec12_bg_01.png") no-repeat;
            width: 101vw;
            height: 83vw;
            position: absolute;
            right: 100%;
            bottom: auto;
            top: -7vw;
            transform: translateX(51.46vw);
        }

        .grayBgSet::after {
            content: "";
            display: table-cell;
            background: center center / 100% auto url("../img/bg_gray_part_sp_02.png") no-repeat;
            width: 149vw;
            height: 165.6vw;
            position: absolute;
            left: 16.8vw;
            top: auto;
            bottom: 9.3vw;
            transform: translateX(0);
        }

        .sec03 .secIn > p {
            font-size: 4.3vw;
            line-height: 1.3;
            transform: translateX(-50%) translateY(-50%);
        }

            .sec03 .secIn > p .big {
                font-size: 8vw;
            }

        .sec03 {
            padding: 13.3vw 0 10vw;
        }

        .sec02 .row02 .textBox .bottomArrow {
            width: 300px;
            height: 36px;
            display: table-cell;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%) translateY(100%);
        }

            .sec02 .row02 .textBox .bottomArrow::before {
                content: "";
                display: table-cell;
                width: 300px;
                height: 36px;
                border-top: 36px solid #145eac;
                border-left: 150px solid transparent;
                border-right: 150px solid transparent;
            }

            .sec02 .row02 .textBox .bottomArrow::after {
                content: "";
                display: table-cell;
                width: 276px;
                height: 33px;
                border-top: 33px solid #fef9df;
                border-left: 138px solid transparent;
                border-right: 138px solid transparent;
                position: absolute;
                top: 0;
                left: 50%;
                transform: translateX(-50%);
                box-sizing: border-box;
            }

        .sec02 {
            padding-bottom: 21vw;
        }

        .pointList li {
            margin-bottom: 4vw;
        }

            .pointList li .num {
                left: 20vw;
                top: 8.4vw;
                font-size: 10.6vw;
            }

            .pointList li .text {
                font-size: 5vw;
                line-height: 1.5;
                padding: 35.3vw 0 3.3vw;
            }

                .pointList li .text .small {
                    font-size: 4.3vw;
                }

            .pointList li:nth-child(1)::before {
                width: 35.73vw;
                height: 30.6vw;
                top: 5vw;
            }

            .pointList li:nth-child(2)::before {
                width: 35.73vw;
                height: 30vw;
                top: 4.6vw;
            }

            .pointList li:nth-child(3)::before {
                width: 35.2vw;
                height: 29.7vw;
                top: 5vw;
            }

        .secHead h2 .text .big {
            font-size: 10.6vw;
        }

        .pointList li .textBox {
            padding: 37.3vw 4vw 4vw;
        }

        .pointList.list02 li .num {
            right: 21.3vw;
        }

        .pointList li .textBox .block01 {
            font-size: 4.6vw;
            line-height: 1.4;
            margin-bottom: 0.6em;
        }

        .pointList li .textBox .block02 {
            font-size: 3.8vw;
            line-height: 1.6;
        }

        .pointList.list02 li:nth-child(1)::before {
            width: 40.8vw;
            height: 28.3vw;
            top: 5.2vw;
        }

        .pointList.list02 li:nth-child(2)::before {
            width: 43vw;
            height: 31.2vw;
            top: 5.2vw;
        }

        .pointList.list02 li:nth-child(3)::before {
            width: 21.73vw;
            height: 32.3vw;
            top: 3.8vw;
        }

        .sec04 {
            padding-bottom: 10vw;
        }

        .numList li .listIn .num {
            width: 13.3vw;
            font-size: 8vw;
        }

        .numList li .listIn .text {
            font-size: 4.3vw;
        }

        .numList li {
            border-radius: 1.3vw;
            margin-bottom: 4vw;
        }

        .sec05 .secBody {
            margin-bottom: 8vw;
        }

        .sec_fv.sub {
            padding-top: 13.3vw;
        }

            .sec_fv.sub .subFvIn > p {
                font-size: 3.46vw;
            }
    }

    .sec05 .secBody {
        margin-bottom: 54px;
    }

    .sec06 {
        background-color: #0b4787;
        padding-top: 80px;
        box-sizing: border-box;
        height: 807px;
        position: relative;
    }

        .sec06::before {
            content: "";
            display: table-cell;
            background: center center / 100% auto url("../img/sec06_bg_01.png") no-repeat;
            width: 1194px;
            height: 680px;
            position: absolute;
            right: 50%;
            top: 0;
            transform: translateX(-326px);
        }

        .sec06::after {
            content: "";
            display: table-cell;
            background: center center / 100% auto url("../img/sec06_bg_02.png") no-repeat;
            width: 752px;
            height: 573px;
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translateX(418px);
        }

        .sec06 .secIn {
            font-size: 0;
            position: relative;
            z-index: 2;
        }

        .sec06 .box {
            display: inline-block;
            width: 48.5%;
            margin-right: 3%;
            background-color: #FFF;
            border-radius: 10px;
            height: 550px;
            vertical-align: top;
            padding: 35px
        }

            .sec06 .box:nth-child(2) {
                margin-right: 0;
            }

    .secHead > p {
        font-size: 28px;
        font-weight: bold;
        line-height: 1.6;
    }

    .sec06 .secHead {
        margin-bottom: 56px;
    }

    .sec06 .secBody {
        text-align: center;
    }

        .sec06 .secBody img {
            width: 90%;
            max-width: 481px;
            height: auto;
        }

        .sec06 .secBody > p {
            font-size: 16px;
            line-height: 1.8;
        }

    @media screen and (max-width: 980px) {
        .sec06 .box {
            display: block;
            width: 100%;
            margin-right: 0;
            height: auto;
            padding: 35px;
            margin-bottom: 20px;
        }

        .sec06 {
            padding-top: 80px;
            padding-bottom: 190px;
            box-sizing: border-box;
            height: auto;
            position: relative;
        }

        .secHead > p {
            font-size: 28px;
            font-weight: bold;
            line-height: 1.6;
        }
    }

    @media screen and (max-width: 767px) {
        .sec06 .box {
            border-radius: 1.3vw;
            padding: 6.6vw 4vw;
            margin-bottom: 4vw;
        }

        .sec06 {
            padding-top: 9vw;
            padding-bottom: 10vw;
        }

        .secHead > p,
        .secHead > p.sup {
            font-size: 3.8vw;
        }

        .sec06 .secBody img {
            width: 64vw;
            max-width: 481px;
            height: auto;
        }

        .sec06 .secBody > p {
            font-size: 4.3vw;
            text-align: center;
        }

        .sec06 .secHead {
            margin-bottom: 5.8vw;
        }
    }

    .sec07 .secBody {
        text-align: center;
    }

        .sec07 .secBody > p {
            display: inline-block;
        }

            .sec07 .secBody > p .text {
                display: block;
                font-size: 16px;
                line-height: 1.87;
            }

        .sec07 .secBody .courseWrap {
            font-size: 0;
            padding-top: 50px;
        }

            .sec07 .secBody .courseWrap .courseBox {
                display: inline-block;
                width: 48.5%;
                margin-right: 3%;
                margin-bottom: 3%;
            }

                .sec07 .secBody .courseWrap .courseBox:nth-child(2n) {
                    margin-right: 0;
                }

                .sec07 .secBody .courseWrap .courseBox:nth-child(5) {
                    margin-right: auto;
                    margin-left: auto;
                }

            .sec07 .secBody .courseWrap .courseBoxIn {
                display: table;
                width: 100%;
                border: 3px solid #145eac;
                border-radius: 10px;
                overflow: hidden;
            }

                .sec07 .secBody .courseWrap .courseBoxIn h3 {
                    display: table-cell;
                    width: 100px;
                    background-color: #145eac;
                    text-align: center;
                    vertical-align: top;
                    padding-top: 29px;
                }

                    .sec07 .secBody .courseWrap .courseBoxIn h3 .text {
                        writing-mode: vertical-rl;
                        text-orientation: mixed;
                        font-size: 28px;
                        font-weight: bold;
                        color: #FFF;
                    }

                .sec07 .secBody .courseWrap .courseBoxIn ul {
                    display: table-cell;
                    padding: 20px 18px;
                    background-color: #f5f5f5;
                    box-sizing: border-box;
                }

                    .sec07 .secBody .courseWrap .courseBoxIn ul li {
                        padding-bottom: 0.2em;
                        border-bottom: 1px solid #145eac;
                        margin-bottom: 0.5em;
                    }

                        .sec07 .secBody .courseWrap .courseBoxIn ul li:nth-last-child(1) {
                            border-bottom: none;
                        }

                        .sec07 .secBody .courseWrap .courseBoxIn ul li .numBlock {
                            display: block;
                            font-size: 16px;
                            font-weight: bold;
                            line-height: 1.3;
                            margin-bottom: 0.2em;
                        }

                        .sec07 .secBody .courseWrap .courseBoxIn ul li .text {
                            display: block;
                            font-size: 14px;
                            line-height: 1.3;
                            margin-bottom: 0.3em;
                        }

                .sec07 .secBody .courseWrap .courseBoxIn h3 {
                    position: relative;
                }

            .sec07 .secBody .courseWrap .courseBox:nth-child(1) h3::after {
                content: "";
                display: table-cell;
                background: center center / 100% auto url("../img/course_img01.png") no-repeat;
                width: 59px;
                height: 74px;
                position: absolute;
                left: 50%;
                bottom: 24px;
                transform: translateX(-50%);
            }

            .sec07 .secBody .courseWrap .courseBox:nth-child(2) h3::after {
                content: "";
                display: table-cell;
                background: center center / 100% auto url("../img/course_img02.png") no-repeat;
                width: 74px;
                height: 83px;
                position: absolute;
                left: 50%;
                bottom: 24px;
                transform: translateX(-50%);
            }

            .sec07 .secBody .courseWrap .courseBox:nth-child(3) h3::after {
                content: "";
                display: table-cell;
                background: center center / 100% auto url("../img/course_img03.png") no-repeat;
                width: 69px;
                height: 80px;
                position: absolute;
                left: 50%;
                bottom: 24px;
                transform: translateX(-50%);
            }

            .sec07 .secBody .courseWrap .courseBox:nth-child(4) h3::after {
                content: "";
                display: table-cell;
                background: center center / 100% auto url("../img/course_img04.png") no-repeat;
                width: 80px;
                height: 73px;
                position: absolute;
                left: 50%;
                bottom: 24px;
                transform: translateX(-50%);
            }

            .sec07 .secBody .courseWrap .courseBox:nth-child(5) h3::after {
                content: "";
                display: table-cell;
                background: center center / 100% auto url("../img/course_img05.png") no-repeat;
                width: 46px;
                height: 72px;
                position: absolute;
                left: 50%;
                bottom: 18px;
                transform: translateX(-50%);
            }

            .sec07 .secBody .courseWrap .courseBox:nth-child(5) p {
                padding-top: 2em;
                font-size: 16px;
                line-height: 1.3;
            }

        .sec07 .secBody .items {
            display: flex;
            justify-content: center;
            margin: 20px 0;
        }

            .sec07 .secBody .items .item {
                width: 24%;
                margin: 0 40px;
            }

                .sec07 .secBody .items .item span {
                    display: block;
                    width: 50%;
                    margin: 10px auto;
                    border: solid 2px #155eae;
                    color: #155eae;
                    padding: 2px 10px;
                    border-radius: 20px;
                    font-weight: 600;
                }

                .sec07 .secBody .items .item p {
                    font-size: 16px;
                    font-weight: 600;
                    margin: 10px 0 20px;
                    line-height: 30px;
                    text-align: center;
                }

                .sec07 .secBody .items .item img {
                    height: 150px;
                    margin: 0 auto;
                    display: block;
                    width: auto;
                }

    .sec07 {
        position: relative;
    }

        .sec07::before {
            content: "";
            display: table-cell;
            background: center center / 100% auto url("../img/sec07_art.png") no-repeat;
            width: 156px;
            height: 231px;
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translateX(334px);
        }

    @media screen and (max-width: 1054px) {
        .sec07 {
            padding-bottom: 100px;
        }

            .sec07 .secBody .courseWrap .courseBox {
                display: block;
                width: 100%;
                margin-right: 0;
                margin-bottom: 3%;
            }

                .sec07 .secBody .courseWrap .courseBox:nth-child(5) p {
                    text-align: left;
                }

            .sec07::before {
                content: "";
                display: table-cell;
                background: center center / 100% auto url("../img/sec07_art.png") no-repeat;
                width: 156px;
                height: 231px;
                position: absolute;
                left: auto;
                bottom: 0;
                right: 10vw;
                transform: translateX(0);
            }
    }

    @media screen and (max-width: 767px) {
        .sec07 .secBody > p .text {
            font-size: 4.3vw;
        }

        .sec07 .secBody .courseWrap {
            padding-top: 6vw;
        }

            .sec07 .secBody .courseWrap .courseBoxIn ul li .numBlock {
                font-size: 4.3vw;
            }

            .sec07 .secBody .courseWrap .courseBoxIn ul li .text {
                font-size: 4.3vw;
            }

            .sec07 .secBody .courseWrap .courseBoxIn h3 .text {
                font-size: 6.4vw;
                position: absolute;
                width: 1em;
                top: 4vw;
                left: 50%;
                transform: translateX(-50%);
                display: table-cell;
                text-align: center;
                vertical-align: top;
            }

            .sec07 .secBody .courseWrap .courseBoxIn h3 {
                width: 13.3vw;
                padding-top: 5.3vw;
            }

            .sec07 .secBody .courseWrap .courseBoxIn ul {
                padding: 2vw 2.6vw;
            }

                .sec07 .secBody .courseWrap .courseBoxIn ul li {
                    padding: 0.6em 1em;
                }

            .sec07 .secBody .courseWrap .courseBox h3 span {
                position: relative;
            }

            .sec07 .secBody .courseWrap .courseBox:nth-child(1) h3 span::after {
                width: 7.86vw;
                height: 9.86vw;
                bottom: 0;
                transform: translateX(-50%) translateY(200%);
                content: "";
                display: table-cell;
                background: center center / 100% auto url("../img/course_img01.png") no-repeat;
                position: absolute;
                left: 50%;
            }

            .sec07 .secBody .courseWrap .courseBox:nth-child(2) h3 span::after {
                width: 9.8vw;
                height: 11vw;
                bottom: 0;
                transform: translateX(-50%) translateY(200%);
                content: "";
                display: table-cell;
                background: center center / 100% auto url("../img/course_img02.png") no-repeat;
                position: absolute;
                left: 50%;
            }

            .sec07 .secBody .courseWrap .courseBox:nth-child(3) h3 span::after {
                width: 9.2vw;
                height: 10.6vw;
                bottom: 0;
                transform: translateX(-50%) translateY(200%);
                content: "";
                display: table-cell;
                background: center center / 100% auto url("../img/course_img03.png") no-repeat;
                position: absolute;
                left: 50%;
            }

            .sec07 .secBody .courseWrap .courseBox:nth-child(4) h3 span::after {
                width: 10.6vw;
                height: 9.73vw;
                bottom: 0;
                transform: translateX(-50%) translateY(200%);
                content: "";
                display: table-cell;
                background: center center / 100% auto url("../img/course_img04.png") no-repeat;
                position: absolute;
                left: 50%;
            }

            .sec07 .secBody .courseWrap .courseBox:nth-child(5) h3 span::after {
                width: 6.1vw;
                height: 9.6vw;
                bottom: 0;
                transform: translateX(-50%) translateY(200%);
                content: "";
                display: table-cell;
                background: center center / 100% auto url("../img/course_img05.png") no-repeat;
                position: absolute;
                left: 50%;
            }

            .sec07 .secBody .courseWrap .courseBox:nth-child(1) h3::after,
            .sec07 .secBody .courseWrap .courseBox:nth-child(2) h3::after,
            .sec07 .secBody .courseWrap .courseBox:nth-child(3) h3::after,
            .sec07 .secBody .courseWrap .courseBox:nth-child(4) h3::after,
            .sec07 .secBody .courseWrap .courseBox:nth-child(5) h3::after {
                display: none;
            }

        .sec07 .secBody .items {
            flex-wrap: wrap;
        }

            .sec07 .secBody .items .item {
                width: 100%;
                margin: 0 10px 20px;
            }

        .sec07 .secBody .courseWrap .courseBox:nth-child(5) p {
            padding-top: 2em;
            font-size: 4.3vw;
            padding-right: 30vw;
            text-align: right;
        }

        .sec07::before {
            width: 20.8vw;
            height: 31.2vw;
            right: 6vw;
            transform: translateX(0);
        }

        .sec07 {
            padding-bottom: 0;
        }
    }

    .sec08 {
        background-color: #f5f5f5;
        overflow: hidden;
        position: relative;
    }

        .sec08 .secIn {
            padding-top: 80px;
            padding-bottom: 200px;
            position: relative;
            z-index: 2;
        }

        .sec08 .teacherWrap {
            font-size: 0;
        }

        .sec08 .teacherWrap {
        }

            .sec08 .teacherWrap .teacherBox {
                display: inline-block;
                width: 48.5%;
                margin-right: 3%;
                padding: 25px;
                background-color: #FFF;
                border: 3px solid #145eac;
                border-radius: 10px;
                vertical-align: top;
            }

                .sec08 .teacherWrap .teacherBox:nth-child(2) {
                    margin-right: 0;
                }

                .sec08 .teacherWrap .teacherBox .head {
                    padding-left: 186px;
                    min-height: 180px;
                    position: relative;
                    padding-top: 8px;
                }

                .sec08 .teacherWrap .teacherBox:nth-child(1) .head::before {
                    content: "";
                    display: table-cell;
                    background: center center / 100% auto url("../img/t_01.png") no-repeat;
                    width: 165px;
                    height: 165px;
                    position: absolute;
                    left: 0;
                    top: 0;
                    border-radius: 50%;
                }

                .sec08 .teacherWrap .teacherBox:nth-child(2) .head::before {
                    content: "";
                    display: table-cell;
                    background: center center / 100% auto url("../img/t_02.png") no-repeat;
                    width: 165px;
                    height: 165px;
                    position: absolute;
                    left: 0;
                    top: 0;
                    border-radius: 50%;
                }

                .sec08 .teacherWrap .teacherBox h3 .logo {
                    display: block;
                    margin-bottom: 15px;
                }

                .sec08 .teacherWrap .teacherBox h3 .text {
                    font-size: 24px;
                    line-height: 1.3;
                }

                .sec08 .teacherWrap .teacherBox .bottom p {
                    font-size: 16px;
                    line-height: 1.8;
                }

            .sec08 .teacherWrap > p {
                font-size: 16px;
                line-height: 1.8;
                margin-top: 1.5em;
            }

    .guideList {
        margin-bottom: 69px;
    }

        .guideList li {
            background-color: #FFF;
            margin-bottom: 10px;
        }

            .guideList li:nth-last-child(1) {
                margin-bottom: 0;
            }

            .guideList li .listIn {
                display: table;
                width: 100%;
                border: 3px solid #145eac;
                border-radius: 10px;
            }

                .guideList li .listIn .label {
                    display: table-cell;
                    vertical-align: middle;
                    padding: 20px;
                    width: 250px;
                    border-right: 3px solid #145eac;
                    background-color: #e5eef8;
                    font-size: 16px;
                    font-weight: bold;
                    color: #12264f;
                }

                .guideList li .listIn .cont {
                    vertical-align: middle;
                    padding: 18px 23px;
                    display: table-cell;
                }

                    .guideList li .listIn .cont .block {
                        display: block;
                        line-height: 1.8;
                    }

                        .guideList li .listIn .cont .block.red {
                            font-weight: bold;
                            color: #ff0000;
                        }

                        .guideList li .listIn .cont .block .big {
                            font-size: 28px;
                        }

                        .guideList li .listIn .cont .block .uchikeshi {
                            text-decoration: line-through;
                        }

                        .guideList li .listIn .cont .block .sale {
                            position: relative;
                        }

    @media screen and (max-width: 1200px) {
        .sec08 .teacherWrap .teacherBox h3 .text {
            font-size: 20px;
            line-height: 1.3;
        }
    }

    @media screen and (max-width: 880px) {
        .sec08 .teacherWrap .teacherBox {
            display: block;
            width: 100%;
            margin-right: 0;
            margin-bottom: 3%;
            padding: 25px;
            background-color: #FFF;
            border: 3px solid #145eac;
            border-radius: 10px;
            vertical-align: top;
        }
    }

    @media screen and (max-width: 767px) {
        .box1400 {
            max-width: 100%;
        }

        .sec08 .teacherWrap .teacherBox h3 .text {
            font-size: 4.3vw;
        }

        .sec08 .teacherWrap .teacherBox .bottom p {
            font-size: 4.3vw;
        }

        .sec08 .teacherWrap .teacherBox .head {
            padding-left: 28vw;
            min-height: 26vw;
            margin-bottom: 3vw;
        }

        .sec08 .teacherWrap .teacherBox:nth-child(1) .head::before {
            width: 22vw;
            height: 22vw;
        }

        .sec08 .teacherWrap .teacherBox:nth-child(2) .head::before {
            width: 22vw;
            height: 22vw;
        }

        .sec08 .teacherWrap .teacherBox {
            margin-bottom: 4vw;
            padding: 4vw;
            border-radius: 1.3vw;
        }

        .sec08 .secIn {
            padding-top: 8vw;
            padding-bottom: 13vw;
        }

        .sec08 .teacherWrap > p {
            font-size: 4.3vw;
            margin-top: 0.5em;
        }

        .guideList li {
            margin-bottom: 4vw;
        }

            .guideList li .listIn {
                display: block;
                border: 3px solid #145eac;
                border-radius: 1.3vw;
                overflow: hidden;
            }

                .guideList li .listIn .label {
                    display: block;
                    padding: 3vw 4vw;
                    font-size: 4.3vw;
                    width: 100%;
                    border-right: none;
                    border-bottom: 3px solid #145eac;
                }

                .guideList li .listIn .cont {
                    display: block;
                    padding: 2vw 4vw;
                }

                    .guideList li .listIn .cont .block .big {
                        font-size: 6.6vw;
                    }

        .guideList {
            margin-bottom: 8vw;
        }
    }

    .sec10 {
        background-color: #0b4787;
        position: relative;
        padding-top: 80px;
        padding-bottom: 180px;
    }

        .sec10 .secBody > p {
            margin-bottom: 50px;
        }

    .secOtoku {
        background: #FEF9DF;
        padding: 30px;
    }

        .secOtoku .secHead p {
            color: #142852;
            text-align: center;
            font-size: 16px;
            padding: 20px 0 0;
        }

        .secOtoku .items {
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .secOtoku .items .item {
                width: 32%;
                box-sizing: border-box;
                display: inline-block;
                border: 3px solid #145eac;
                border-radius: 10px;
                position: relative;
                background-color: #FFF;
                vertical-align: top;
                padding: 1vw;
                text-align: center;
            }

                .secOtoku .items .item img {
                    width: 50%;
                }

                .secOtoku .items .item h3 {
                    color: #142852;
                    font-size: 30px;
                    text-align: center;
                    margin: 10px 0;
                    font-weight: 500;
                }

                    .secOtoku .items .item h3 span {
                        font-size: 20px;
                    }

                .secOtoku .items .item p {
                    color: #142852;
                    font-size: 20px;
                    text-align: center;
                    font-weight: 500;
                }

                    .secOtoku .items .item p span {
                        font-size: 14px;
                    }

            .secOtoku .items > img {
                width: 5%;
                margin: 0 10px;
            }

        .secOtoku .mores {
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .secOtoku .mores .equal {
                font-size: 50px;
                color: #285FA7;
            }

            .secOtoku .mores .stdprice {
                color: #E53126;
                font-size: 20px;
            }

        .secOtoku .setprice {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            width: 30%;
            min-width:250px;
            margin: 0 auto;
        }

            .secOtoku .setprice .check {
                color: #ffffff;
                background: #E53126;
                padding: 5px;
                border-radius: 5px;
                display: flex;
                align-items: flex-end;
            }

                .secOtoku .setprice .check span {
                    font-size: 20px;
                    font-weight: bold;
                }

            .secOtoku .setprice .price {
                color: #E53126;
                font-size: 46px;
                font-weight: bold;
                margin: 10px 0 20px;
            }

                .secOtoku .setprice .price span {
                    font-size: 15px;
                    color: #000000;
                }

        .secOtoku .set_request {
            display: flex;
            justify-content: center;
            width: 30%;
            margin: 0 auto;
        }

    @media screen and (max-width: 767px) {
        .secOtoku .items {
            flex-wrap: wrap;
            justify-content: center;
        }

            .secOtoku .items .item {
                width: 100%;
            }

            .secOtoku .items > img {
                margin: 20px auto;
            }

        .secOtoku .mores {
            flex-wrap: wrap;
            margin-bottom: 30px;
        }

        .secOtoku .setprice {
            width: 100%;
        }

        .secOtoku .set_request {
            width: 80%;
        }
    }

    .voiceBox {
        margin-bottom: 88px;
    }

        .voiceBox:nth-child(2) {
            margin-bottom: 0;
        }

        .voiceBox .head {
            border: 3px solid #FFF;
            border-radius: 10px;
            padding: 16px 21px 20px;
            margin-bottom: 40px;
        }

            .voiceBox .head .text {
                display: block;
                line-height: 1.3;
                color: #FFF;
                font-size: 24px;
                font-weight: bold;
            }

        .voiceBox .bottom {
            padding-left: 147px;
            position: relative;
        }

        .voiceBox:nth-child(1) .bottom::before {
            content: "";
            display: table-cell;
            background: center center / auto 100% url("../img/face01.jpg") no-repeat;
            width: 93px;
            height: 93px;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 0;
        }

        .voiceBox:nth-child(2) .bottom::before {
            content: "";
            display: table-cell;
            background: center center / auto 100% url("../img/face02.jpg") no-repeat;
            width: 93px;
            height: 93px;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 0;
        }

        .voiceBox .bottom {
        }

            .voiceBox .bottom .voiceList {
                background-color: #FFF;
                padding: 25px 30px;
                position: relative;
                border-radius: 10px;
            }

                .voiceBox .bottom .voiceList::before {
                    content: "";
                    display: table-cell;
                    width: 42px;
                    height: 22px;
                    border-right: 42px solid #FFF;
                    border-top: 11px solid transparent;
                    border-bottom: 11px solid transparent;
                    position: absolute;
                    top: 23px;
                    left: 0;
                    transform: translateX(-100%);
                    box-sizing: border-box;
                }

                .voiceBox .bottom .voiceList li {
                    font-size: 16px;
                    line-height: 1.75;
                    color: #12264f;
                    padding-left: 1.2em;
                    position: relative;
                }

                    .voiceBox .bottom .voiceList li::before {
                        content: "";
                        display: table-cell;
                        width: 10px;
                        height: 10px;
                        background-color: #145eac;
                        border-radius: 50%;
                        position: absolute;
                        left: 0;
                        top: 0.95em;
                        transform: translateY(-50%);
                    }

                    .voiceBox .bottom .voiceList li .marker {
                        background: linear-gradient(transparent 60%, #fbee17 40%);
                    }

    @media screen and (max-width: 767px) {
        .sec10 {
            padding-top: 9vw;
            padding-bottom: 19vw;
        }

        .voiceBox .bottom {
            padding-left: 23vw;
        }

        .voiceBox:nth-child(1) .bottom::before {
            width: 16vw;
            height: 16vw;
        }

        .voiceBox:nth-child(2) .bottom::before {
            width: 16vw;
            height: 16vw;
        }

        .voiceBox .bottom .voiceList::before {
            width: 5.6vw;
            height: 2.8vw;
            border-right: 5.6vw solid #FFF;
            border-top: 1.4vw solid transparent;
            border-bottom: 1.4vw solid transparent;
            top: 3vw;
        }

        .voiceBox .head {
            border-radius: 1.3vw;
            padding: 3vw 4vw;
            margin-bottom: 4vw;
        }

            .voiceBox .head .text {
                font-size: 4.6vw;
            }

        .voiceBox {
            margin-bottom: 9vw;
        }

            .voiceBox .bottom .voiceList li {
                font-size: 3.8vw;
            }

                .voiceBox .bottom .voiceList li::before {
                    width: 2.4vw;
                    height: 2.4vw;
                }
    }

    .flowList {
        position: relative;
        margin-bottom: 40px;
    }

        .flowList li {
            padding-bottom: 28px;
        }

            .flowList li .listIn {
                display: table;
                width: 100%;
            }

                .flowList li .listIn .left {
                    display: table-cell;
                    min-height: 96px;
                    width: 160px;
                    vertical-align: bottom;
                    text-align: center;
                    color: #FFF;
                    position: relative;
                    padding: 20px 0 22px;
                }

            .flowList li.step06 .listIn .left {
                vertical-align: middle;
            }

            .flowList li .listIn .left .big {
                display: block;
                text-align: center;
                font-size: 20px;
            }

            .flowList li .listIn .left .num {
                display: block;
                text-align: center;
                font-size: 50px;
                font-weight: bold;
                line-height: 45px;
                height: 45px;
            }

            .flowList li .listIn .left::before {
                content: "";
                display: table-cell;
                width: 160px;
                height: 28px;
                box-sizing: border-box;
                border-left: 80px solid transparent;
                border-right: 80px solid transparent;
                position: absolute;
                bottom: 0;
                left: 0;
                transform: translateY(99.9%);
            }

            .flowList li:nth-child(1) .left {
                background-color: #89aed5;
            }

                .flowList li:nth-child(1) .left::before {
                    border-top: 28px solid #89aed5;
                }

            .flowList li:nth-child(2) .left {
                background-color: #729ecd;
            }

                .flowList li:nth-child(2) .left::before {
                    border-top: 28px solid #729ecd;
                }

            .flowList li:nth-child(3) .left {
                background-color: #5a8ec5;
            }

                .flowList li:nth-child(3) .left::before {
                    border-top: 28px solid #5a8ec5;
                }

            .flowList li:nth-child(4) .left {
                background-color: #437ebd;
            }

                .flowList li:nth-child(4) .left::before {
                    border-top: 28px solid #437ebd;
                }

            .flowList li:nth-child(5) .left {
                background-color: #2b6eb4;
            }

                .flowList li:nth-child(5) .left::before {
                    border-top: 28px solid #2b6eb4;
                    display: none;
                }

            .flowList li:nth-child(6) .left {
                background-color: #145eac;
            }

                .flowList li:nth-child(6) .left::before {
                    display: none;
                }

            .flowList li .listIn .right {
                display: table-cell;
                vertical-align: middle;
                padding: 14px 48px 20px;
                border-top: 3px solid #145eac;
                border-right: 3px solid #145eac;
                border-bottom: 3px solid #145eac;
                border-top-right-radius: 10px;
                border-bottom-right-radius: 10px;
            }

                .flowList li .listIn .right .big {
                    display: block;
                    font-size: 24px;
                    font-weight: bold;
                    vertical-align: baseline;
                    line-height: 1.6;
                    color: #12264f;
                }

                .flowList li .listIn .right .small {
                    display: block;
                    font-size: 16px;
                    line-height: 1.6;
                    vertical-align: baseline;
                    color: #12264f;
                }

                    .flowList li .listIn .right .small .red {
                        color: #ff0000;
                        font-weight: bold;
                        font-size: 20px;
                    }

        .flowList .step06 {
            position: relative;
        }

            .flowList .step06::after {
                content: "";
                display: table-cell;
                background: center center / 100% auto url("../img/flow_img.png") no-repeat;
                width: 282px;
                height: 200px;
                position: absolute;
                right: 21px;
                top: 5px;
            }

    .sec11 .secBody > p {
    }

    @media screen and (max-width: 1054px) {
        .flowList li .listIn .left {
            vertical-align: middle;
        }
    }

    @media screen and (max-width: 767px) {
        .flowList li {
            padding-bottom: 3.6vw;
        }

            .flowList li .listIn .left {
                min-height: 0;
                width: 21.3vw;
                padding: 0;
            }

                .flowList li .listIn .left::before {
                    width: 21vw;
                    height: 3.6vw;
                    border-left: 10.5vw solid transparent;
                    border-right: 10.5vw solid transparent;
                }

            .flowList li .listIn .right {
                padding: 4vw 4vw;
                border-top-right-radius: 1.3vw;
                border-bottom-right-radius: 1.3vw;
            }

                .flowList li .listIn .right .big {
                    font-size: 5vw;
                }

                .flowList li .listIn .right .small {
                    font-size: 3.8vw;
                }

            .flowList li:nth-child(1) .left::before {
                border-top: 3.6vw solid #89aed5;
            }

            .flowList li:nth-child(2) .left::before {
                border-top: 3.6vw solid #729ecd;
            }

            .flowList li:nth-child(3) .left::before {
                border-top: 3.6vw solid #5a8ec5;
            }

            .flowList li:nth-child(4) .left::before {
                border-top: 3.6vw solid #437ebd;
            }

            .flowList li:nth-child(5) .left::before {
                border-top: 3.6vw solid #2b6eb4;
            }

            .flowList li .listIn .right .small .red {
                font-size: 3.8vw;
            }

            .flowList li.step06 .listIn .right {
                padding-bottom: 23.2vw;
            }

        .flowList .step06::after {
            width: 49.73vw;
            height: 35.3vw;
            right: 21px;
            top: auto;
            bottom: 0;
            transform: translateY(30%);
        }

        .flowList {
            margin-bottom: 6.6vw;
        }
    }

    .sec12 {
        background-color: #f5f5f5;
        position: relative;
        overflow: hidden;
        padding: 70px 0 190px;
    }

        .sec12 .secIn {
            position: relative;
            z-index: 2;
        }

    .faqList {
    }

        .faqList li {
            margin-bottom: 20px;
        }

            .faqList li .listIn {
                border: 3px solid #145eac;
                border-radius: 10px;
                background-color: #FFF;
                display: block;
                overflow: hidden;
            }

                .faqList li .listIn .head {
                    display: table;
                    width: 100%;
                }

                    .faqList li .listIn .head .text {
                        display: table-cell;
                        vertical-align: middle;
                        padding: 24px;
                        padding: 8px 20px 10px 12px;
                        font-size: 24px;
                        line-height: 1.4;
                        font-weight: bold;
                        background-color: #e5eef8;
                        border-bottom: 3px solid #145eac;
                    }

                    .faqList li .listIn .head::before {
                        content: "Q";
                        display: table-cell;
                        width: 50px;
                        height: auto;
                        text-align: center;
                        vertical-align: middle;
                        font-size: 28px;
                        color: #FFF;
                        font-weight: bold;
                        background-color: #145eac;
                        padding-bottom: 6px;
                    }

                .faqList li .listIn .head {
                }

                .faqList li .listIn .bottom {
                    display: block;
                    padding: 14px 20px 20px 63px;
                    font-size: 16px;
                    line-height: 1.6;
                }

                .faqList li .listIn dl {
                    display: block;
                    padding: 0 20px 20px 63px;
                    font-size: 16px;
                    line-height: 1.6;
                }
                .faqList li .listIn dd {
                    font-size: 14px;
                    line-height: 1.6;
                }

                    .faqList li .listIn dl dt {
                        font-weight: bold;
                    }

    @media screen and (max-width: 767px) {
        .sec12 {
            padding: 9vw 0 11vw;
        }

        .faqList li .listIn .head::before {
            content: "Q";
            width: 8.8vw;
            font-size: 4.6vw;
            padding-bottom: 0.2em;
        }

        .faqList li .listIn .head .text {
            padding: 0.3em 0.6em;
            font-size: 4.6vw;
        }

        .faqList li .listIn .bottom {
            padding: 0.6em 0.6em 0.8em 1em;
            font-size: 3.8vw;
            line-height: 1.6;
        }
    }

    .secContact .contactHead {
        margin-bottom: 70px;
    }

        .secContact .contactHead .requestType {
            margin-bottom: 4em;
            line-height: 1.6;
            padding: 0 100px;
        }

            .secContact .contactHead .requestType h3 {
                margin-bottom: 0.5em;
            }

            .secContact .contactHead .requestType p {
                text-align: left;
                line-height: 1.5;
            }

        .secContact .contactHead > p {
            margin-bottom: 1.5em;
            line-height: 1.5;
        }

        .secContact .contactHead .telBox {
            border: 3px solid #145eac;
            border-radius: 10px;
            overflow: hidden;
        }

            .secContact .contactHead .telBox .boxIn {
                display: table;
            }

                .secContact .contactHead .telBox .boxIn .label {
                    display: table-cell;
                    width: 240px;
                    background-color: #e5eef8;
                    padding-left: 30px;
                    text-align: left;
                    vertical-align: middle;
                    border-right: 3px solid #145eac;
                    padding: 2em;
                }

                .secContact .contactHead .telBox .boxIn .info {
                    display: table-cell;
                    vertical-align: middle;
                    padding: 20px 0 20px 47px;
                }


                        .secContact .contactHead .telBox .boxIn .info p .tel {
                            font-size: 40px;
                            font-weight: bold;
                            padding-left: 37px;
                            position: relative;
                        }

                        .secContact .contactHead .telBox .boxIn .info p .date {
                            font-size: 16px;
                            padding-right: 40px;
                        }

                        .secContact .contactHead .telBox .boxIn .info p .email {
                            font-size: 16px;
                            position: relative;
                        }

                    .secContact .contactHead .telBox .boxIn .info p .emailIn {
                        position: relative;
                        padding-left: 40px;
                        font-size: 40px;
                        font-weight: bold;
                    }

                            .secContact .contactHead .telBox .boxIn .info p .emailIn::before {
                                content: "";
                                display: table-cell;
                                background: center center / 100% auto url("../img/icn_email.png") no-repeat;
                                width: 29px;
                                height: 21px;
                                position: absolute;
                                left: 0;
                                top: 0.85em;
                                transform: translateY(-50%);
                            }

                        .secContact .contactHead .telBox .boxIn .info p .tel::before {
                            content: "";
                            display: table-cell;
                            width: 29px;
                            height: 29px;
                            background: center center / 100% auto url("../img/icn_tel.png") no-repeat;
                            position: absolute;
                            left: 0;
                            top: 0.85em;
                            transform: translateY(-50%);
                        }

    .secContact .contactBody .caution {
        padding: 80px 0 0;
        color: #ff0000;
    }

    .secContact .contactBody {
        background-color: #f5f5f5;
        border-radius: 10px;
        padding: 70px 0;
    }

        .secContact .contactBody .contactIn {
            display: table;
            width: 100%;
        }

            .secContact .contactBody .contactIn .row {
                display: table-row;
            }

                .secContact .contactBody .contactIn .row .label {
                    display: table-cell;
                    width: 30%;
                    vertical-align: middle;
                    font-size: 16px;
                    line-height: 1.5;
                    font-weight: bold;
                    color: #12264f;
                    text-align: left;
                }

                .secContact .contactBody .contactIn .row .input {
                    display: table-cell;
                    width: 70%;
                    padding: 15px 0;
                    vertical-align: middle;
                }

                    .secContact .contactBody .contactIn .row .input span {
                        margin: 10px 0 0;
                        font-size: 0.8em;
                        display: block;
                    }

                    .secContact .contactBody .contactIn .row .input .block {
                        display: block;
                        margin-bottom: 12px;
                    }
                    .secContact .contactBody .contactIn .row .input .block.agree_box {
                        vertical-align: baseline;
                    }
                    .secContact .contactBody .contactIn .row .input .block.agree_box label{
                        padding-left:0;
                    }
                    .secContact .contactBody .contactIn .row .input .block .agree_link{
                        font-size:1em;
                        color:#12264f;
                        text-decoration:underline;
                    }

                        .secContact .contactBody .contactIn .row .input .block:nth-last-child(1) {
                            margin-bottom: 0;
                        }

                    .secContact .contactBody .contactIn .row .input input[type="text"],
                    .secContact .contactBody .contactIn .row .input input[type="email"] {
                        width: 100%;
                        border: 2px solid #145eac;
                        padding: 0.6em 1em;
                        font-size: 16px;
                        line-height: 1.5;
                        border-radius: 10px;
                    }

                    .secContact .contactBody .contactIn .row .input textarea {
                        width: 100%;
                        border: 2px solid #145eac;
                        padding: 0.6em 1em;
                        font-size: 16px;
                        line-height: 1.5;
                        border-radius: 10px;
                        min-height: 150px;
                    }

                    .secContact .contactBody .contactIn .row .input input[type="number"] {
                        border: 2px solid #145eac;
                        padding: 0.6em 1em;
                        font-size: 16px;
                        line-height: 1.5;
                        border-radius: 10px;
                        width: 140px;
                    }

                    .secContact .contactBody .contactIn .row .input .unit {
                        font-size: 16px;
                        vertical-align: middle;
                        padding-left: 0.6em;
                        line-height: 47px;
                        height: 47px;
                        display: inline-block;
                    }

                    .secContact .contactBody .contactIn .row .input:has(select) {
                        position: relative;
                    }

                        .secContact .contactBody .contactIn .row .input:has(select)::after {
                            content: "";
                            display: table-cell;
                            width: 15px;
                            height: 12px;
                            border-top: 12px solid #145eac;
                            border-left: 7.5px solid transparent;
                            border-right: 7.5px solid transparent;
                            position: absolute;
                            right: 25px;
                            top: 50%;
                            transform: translateY(-50%);
                            box-sizing: border-box;
                        }

                    .secContact .contactBody .contactIn .row .input select {
                        width: 100%;
                        border: 2px solid #145eac;
                        padding: 0.6em 1em;
                        font-size: 16px;
                        line-height: 1.5;
                        border-radius: 10px;
                        background-color: #FFF;
                        position: relative;
                    }

                    .secContact .contactBody .contactIn .row .input input[type="radio"] {
                        font-size: 16px;
                        width: 100%;
                    }

                    .secContact .contactBody .contactIn .row .input label {
                        font-size: 16px;
                        padding-left: 28px;
                        position: relative;
                    }

                    .secContact .contactBody .contactIn .row .input input[type="radio"] + label::before {
                        content: "";
                        display: table-cell;
                        width: 16px;
                        height: 16px;
                        border: 1px solid #145eac;
                        border-radius: 50%;
                        position: absolute;
                        left: 0;
                        top: 50%;
                        transform: translateY(-50%);
                    }

                    .secContact .contactBody .contactIn .row .input input[type="radio"]:checked + label::before {
                        content: "";
                        display: table-cell;
                        width: 16px;
                        height: 16px;
                        border: 1px solid #145eac;
                        border-radius: 50%;
                        position: absolute;
                        left: 0;
                        top: 50%;
                        transform: translateY(-50%);
                        background-color: rgba(184,29,32,1.00);
                    }

                    .secContact .contactBody .contactIn .row .input input[type="checkbox"] + label::before {
                        content: "";
                        display: table-cell;
                        width: 16px;
                        height: 16px;
                        border: 2px solid #145eac;
                        position: absolute;
                        left: 0;
                        top: 50%;
                        background-color: #FFF;
                        transform: translateY(-50%);
                        border-radius: 3px;
                    }

                    .secContact .contactBody .contactIn .row .input input[type="checkbox"]:checked + label::before {
                        content: "";
                        display: table-cell;
                        width: 16px;
                        height: 16px;
                        border: 1px solid #145eac;
                        position: absolute;
                        left: 0;
                        top: 50%;
                        transform: translateY(-50%);
                        background-color: rgba(184,29,32,1.00);
                        border-radius: 3px;
                    }
                    .secContact .contactBody .contactIn .row .input #agree_input{
                    	opacity:100;
                    	margin: 0.1em 0 0;
                    }
                    .secContact .contactBody .contactIn .row .input #agree_input + label::before {
                        content: "";
                        display: none;
                    }

                    .secContact .contactBody .contactIn .row .input #agree_input:checked + label::before {
                        content: "";
                        display: none;
                    }


                .secContact .contactBody .contactIn .row .label {
                    position: relative;
                    padding-right: 110px;
                }

                .secContact .contactBody .contactIn .row.nini .label::after {
                    content: "任意";
                    display: table-cell;
                    padding: 0 0.8em;
                    border-radius: 6px;
                    color: #FFF;
                    font-size: 16px;
                    letter-spacing: 0.1em;
                    line-height: 30px;
                    height: 30px;
                    background-color: #c2c2c2;
                    position: absolute;
                    right: 30px;
                    top: 50%;
                    transform: translateY(-50%);
                }

                .secContact .contactBody .contactIn .row.hissu .label::after {
                    content: "必須";
                    display: table-cell;
                    padding: 0 0.8em;
                    border-radius: 6px;
                    color: #FFF;
                    font-size: 16px;
                    letter-spacing: 0.1em;
                    line-height: 30px;
                    height: 30px;
                    background-color: #f7000c;
                    position: absolute;
                    right: 30px;
                    top: 50%;
                    transform: translateY(-50%);
                }

                .secContact .contactBody .contactIn .row .caution {
                    display: table-cell;
                    column-span: 2;
                    width: 100%;
                    color: #ff0000;
                }

                .secContact .contactBody .contactIn .row.terms a {
                    color: #145eac;
                    font-size: 16px;
                    text-decoration: underline;
                }

    .contact-check .inputText {
        display: block;
        font-size: 16px;
        line-height: 1.5;
        padding: 0.6em 1em;
        background-color: rgba(241,241,241,1.00);
        color: rgba(55,55,55,1.00);
    }

.submitArea {
    /*border-top: solid 1px #12264f;*/
    display: table;
    text-align: center;
    padding-top: 20px;
    width: 100%;
    margin: 20px auto 0;
}

        .submitArea .pricedatas {
            margin: 30px 0 0;
            padding: 30px 0 0;
            display: table-cell;
            width: 100%;
            color: #12264f;
        }

            .submitArea .pricedatas > span {
                display: table-cell;
                vertical-align: middle;
            }

                .submitArea .pricedatas > span:nth-child(1) {
                    padding-right: 110px;
                    vertical-align: middle;
                    font-size: 16px;
                    line-height: 1.5;
                    font-weight: bold;
                    color: #12264f;
                    text-align: left;
                }

            .submitArea .pricedatas .price {
                font-size: 30px;
            }

            .submitArea .pricedatas select {
                border: 2px solid #145eac;
                padding: 0.6em 1em;
                font-size: 16px;
                line-height: 1.5;
                border-radius: 10px;
                background-color: #FFF;
                position: relative;
            }

        .submitArea .btn {
            display: inline-block;
        }

        .submitArea .btn {
            margin-right: 38px;
        }

            .submitArea .btn:nth-last-child(1) {
                margin-right: 0;
            }

            .submitArea .btn button,
            .submitArea .btn input,
            .submitArea .btn a {
                display: block;
                font-size: 16px;
                text-align: center;
                letter-spacing: 0.025em;
                color: #FFF;
                font-weight: bold;
                padding: 0 80px;
                border-radius: 10px;
                line-height: 70px;
                height: 70px;
                border: none;
                box-shadow: none;
                margin: 0 auto;
            }

            .submitArea .btn.btnBlue input,
            .submitArea .btn.btnBlue button,
            .submitArea .btn.btnBlue a {
                background-color: #145eac;
            }

            .submitArea .btn.btnGray button {
                background-color: #b2b2b2;
                color: #FFF;
            }

    footer {
        background-color: #12264f;
        padding: 28px 0;
    }

        footer p {
            text-align: center;
            font-size: 14px;
            line-height: 1.0;
            color: #FFF;
        }

    .gotop {
        display: table-cell;
        width: 50px;
        height: 50px;
        box-sizing: border-box;
        border: 1px solid #12264f;
        border-radius: 50%;
        background-color: #FFF;
        position: fixed;
        right: -80px;
        bottom: 40px;
        cursor: pointer;
        z-index: 3;
        transition: 0.3s all ease;
    }

    .scrolled .gotop {
        right: 40px;
    }

    .end.scrolled .gotop {
        bottom: 120px;
    }

    .gotop:hover {
        opacity: 0.8;
    }

    .gotop::before {
        content: "";
        display: table-cell;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: center center / 100% auto url("../img/gotop_arrow.png") no-repeat;
    }

    @media screen and (max-width:1054px) {
        .secContact .box1000 {
            width: 100%;
        }

        .secContact .contactHead .telBox .boxIn {
            display: block;
        }

            .secContact .contactHead .telBox .boxIn .label {
                display: block;
                width: 100%;
                padding-left: 30px;
                text-align: left;
                border-right: none;
                border-bottom: 3px solid #145eac;
                padding: 2em;
            }

            .secContact .contactHead .telBox .boxIn .info {
                display: block;
                width: 100%;
                padding: 20px 0;
            }

                .secContact .contactHead .telBox .boxIn .info p {
                    display: block;
                    text-align: center;
                }

                    .secContact .contactHead .telBox .boxIn .info p .tel {
                        font-size: 40px;
                        font-weight: bold;
                        padding-left: 37px;
                        position: relative;
                    }

                    .secContact .contactHead .telBox .boxIn .info p .date {
                        font-size: 16px;
                        padding-right: 0;
                    }

                    .secContact .contactHead .telBox .boxIn .info p .email {
                        display: block;
                        font-size: 16px;
                        position: relative;
                        padding-top: 15px;
                    }

                    .secContact .contactHead .telBox .boxIn .info p .emailIn::before {
                        content: "";
                        display: table-cell;
                        background: center center / 100% auto url("../img/icn_email.png") no-repeat;
                        width: 18px;
                        height: 13px;
                        position: absolute;
                        left: 0;
                        top: 0.85em;
                        transform: translateY(-50%);
                    }

                    .secContact .contactHead .telBox .boxIn .info p .tel::before {
                        content: "";
                        display: table-cell;
                        width: 29px;
                        height: 29px;
                        background: center center / 100% auto url("../img/icn_tel.png") no-repeat;
                        position: absolute;
                        left: 0;
                        top: 0.85em;
                        transform: translateY(-50%);
                    }

        .secContact .contactBody {
            padding: 70px 40px;
        }

            .secContact .contactBody .contactIn {
                display: block;
            }

                .secContact .contactBody .contactIn .row {
                    display: block;
                    margin-bottom: 40px;
                }

                    .secContact .contactBody .contactIn .row .label {
                        display: block;
                        width: 100%;
                    }

                    .secContact .contactBody .contactIn .row .input {
                        display: block;
                        width: 100%;
                        padding: 15px 0 0;
                    }

                    .secContact .contactBody .contactIn .row.nini .label::after {
                        right: 0;
                    }

                    .secContact .contactBody .contactIn .row.hissu .label::after {
                        right: 0;
                    }

        .submitArea .pricedatas {
            display: block;
        }

            .submitArea .pricedatas > span {
                display: block;
            }

        .submitArea .btn {
        }
    }

    @media screen and (max-width:767px) {
        .secContact .secIn::before, .sec11 .secIn::before, .sec09 .secIn::before, .sec07 .secIn::before, .sec05 .secIn::before {
            height: 8vw;
            border-top-left-radius: 2.6vw;
            border-top-right-radius: 2.6vw;
        }

        .secContact .secIn, .sec11 .secIn, .sec09 .secIn, .sec07 .secIn, .sec05 .secIn {
            padding-bottom: 12vw;
        }

        .secContact .contactHead > p:nth-child(1) {
            font-size: 4.3vw;
            margin-bottom: 1em;
            text-align: left;
        }

        .secContact.contact-check .contactHead > p:nth-child(1) {
            text-align: center;
        }

        .secContact .contactHead > p:nth-child(2) {
            font-size: 4.3vw;
            margin-bottom: 1em;
            text-align: left;
        }

        .secContact .contactHead .telBox .boxIn .label {
            text-align: left;
            padding: 0.6em 1em;
            ;
        }

        .secContact .contactHead .telBox .boxIn .info p .tel {
            font-size: 8vw;
            padding-left: 6.6vw;
        }

            .secContact .contactHead .telBox .boxIn .info p .tel::before {
                width: 5.6vw;
                height: 5.6vw;
            }

        .secContact .contactHead .telBox .boxIn .info p .date {
            font-size: 3.6vw;
            padding-right: 0;
        }

        .secContact .contactHead .telBox .boxIn .info p .email {
            display: block;
            font-size: 3.8vw;
            padding-top: 0.8em;
        }

        .secContact .contactHead .telBox .boxIn .info {
            display: block;
            width: 100%;
            padding: 2vw 0 4vw;
        }

            .secContact .contactHead .telBox .boxIn .info p .emailIn {
                padding-left: 6vw;
                font-size: 6vw;
            }

                .secContact .contactHead .telBox .boxIn .info p .emailIn::before {
                    width: 5vw;
                    height: 3.625vw;
                }

        .secContact .contactHead .telBox {
            border-radius: 1.3vw;
            overflow: hidden;
        }

        .secContact .contactHead {
            margin-bottom: 8vw;
        }

            .secContact .contactHead .requestType {
                padding: 0;
            }

        .secContact .contactBody {
            padding: 6vw 4vw 9vw;
        }

            .secContact .contactBody .caution {
                font-size: 4.3vw;
            }

            .secContact .contactBody .contactIn .row {
                display: block;
                margin-bottom: 6.6vw;
            }

                .secContact .contactBody .contactIn .row .label {
                    font-size: 4.3vw;
                    margin-bottom: 3vw;
                }

                .secContact .contactBody .contactIn .row .input input[type="text"], .secContact .contactBody .contactIn .row .input input[type="email"], .secContact select {
                    font-size: 4.3vw;
                    border-radius: 1.3vw;
                }

                .secContact .contactBody .contactIn .row.nini .label::after {
                    font-size: 3.7vw;
                    line-height: 5.3vw;
                    height: 5.3vw;
                    padding: 0 0.4em;
                }

                .secContact .contactBody .contactIn .row.hissu .label::after {
                    font-size: 3.7vw;
                    line-height: 5.3vw;
                    height: 5.3vw;
                    padding: 0 0.4em;
                }

                .secContact .contactBody .contactIn .row .input:has(select)::after {
                    right: 25px;
                    top: 50%;
                    transform: translateY(-50%);
                    box-sizing: border-box;
                }

                .secContact .contactBody .contactIn .row .input {
                    padding: 0;
                }

                    .secContact .contactBody .contactIn .row .input label {
                        font-size: 3.8vw;
                        padding-left: 7vw;
                    }

                    .secContact .contactBody .contactIn .row .input input[type="radio"] + label::before {
                        width: 4vw;
                        height: 4vw;
                    }

                    .secContact .contactBody .contactIn .row .input input[type="radio"]:checked + label::before {
                        width: 4vw;
                        height: 4vw;
                    }

                    .secContact .contactBody .contactIn .row .input input[type="checkbox"] + label::before {
                        width: 4vw;
                        height: 4vw;
                    }

                    .secContact .contactBody .contactIn .row .input input[type="checkbox"]:checked + label::before {
                        width: 4vw;
                        height: 4vw;
                    }

        .contact-check .inputText {
            font-size: 3.4vw;
        }

        .submitArea {
            padding-top: 2vw;
        }

            .submitArea .pricedatas > span:nth-child(1) {
                display: block;
            }

            .submitArea .pricedatas .price {
                display: block;
            }

                .submitArea .pricedatas .price span {
                    font-size: 16px;
                }

            .submitArea .pricedatas .number {
                margin: 30px 0;
            }

            .submitArea .btn {
                width: 80%;
                display: block;
                margin: 0 auto;
                margin-bottom: 4vw;
                margin-top: 30px;
            }

                .submitArea .btn:nth-last-child(1) {
                    margin-right: auto;
                    margin-bottom: 0;
                }

                .submitArea .btn button, .submitArea .btn input, .submitArea .btn a {
                    display: block;
                    text-align: center;
                    font-size: 3.8vw;
                    padding: 1.5em 0;
                    border-radius: 1.3vw;
                    line-height: 1.0;
                    height: auto;
                    width: 100%;
                }

        footer {
            background-color: #12264f;
            padding: 3vw 0;
        }

            footer p {
                font-size: 3.4vw;
            }

        .gotop {
            display: table-cell;
            width: 8vw;
            height: 8vw;
            bottom: 3vw;
            cursor: pointer;
            z-index: 3;
            transition: 0.3s all ease;
        }

        .scrolled .gotop {
            right: 3vw;
        }

        .end.scrolled .gotop {
            bottom: 10vw;
        }
    }

    .thanksBox {
        padding-top: 109px;
        padding-bottom: 300px;
        min-height: calc(100vh - 300px);
    }

        .thanksBox p:nth-child(1) {
            font-size: 38px;
            line-height: 1.5;
            margin-bottom: 1em;
        }

    @media screen and (max-width: 767px) {
        .thanksBox p:nth-child(1) {
            font-size: 5vw;
        }

        .thanksBox p:nth-child(2) {
            font-size: 3.4vw;
            margin-bottom: 3em;
        }
    }

.thanksBox .note-box {
    margin:auto;
    max-width:660px;
}
    /*
@media screen and (min-width: 767px) {
a[href*="tel:"]{
  pointer-events: none;
}
}
*/
    .sp_inline {
        display: none !important;
    }

    @media screen and (max-width: 767px) {
        .sp_inline {
            display: inline !important;
        }
    }

.fixed_bnr {
    position: fixed;
    z-index: 99999;
    bottom: 150px;
    right: 40px;
    display: none;
    transition: opacity 0.3s;
}
    .fixed_bnr.show {
        display: block;
        opacity: 1;
    }
@media screen and (max-width: 767px) {
    .fixed_bnr, .fixed_bnr.show {
        display: none !important;
    }
}

.attend_mail{
    margin:10px 0 0;
}