@charset "utf-8";

/*--- common ---*/

body {
    width: 100%;
    min-width: 300px;
    min-height: 100vh;
    overflow-x: hidden;
    background-color: #F5F5F5;}

    body.drawer-open {
        overflow: hidden;}

.display-sp {
    display: block;}

.display-pc {
    display: none;}

@media screen and (min-width:1000px) {

    body.drawer-open {
        overflow: auto;}

    .display-sp {
        display: none;}

    .display-pc {
        display: block;}

}


/*--- header ---*/

#hamburger {
    position: fixed;
    z-index: 2000;
    top: 10px; left: 10px;
    display: block;
    padding: 30px 15px;
    width: 60px;
    height: 60px;
    border: 0;
    border-radius: 50%;
    background-color: #FFF;
    outline: 0;
    -webkit-filter: drop-shadow(0 0 5px rgba(0,0,0,10%));
            filter: drop-shadow(0 0 5px rgba(0,0,0,10%));
            will-change: filter;
    cursor: pointer;}

#hamburger span {
    display: block;
    width: 30px;
    height: 1px;
    background-color: #3B4043;
    color: transparent;
    font-size: 0;
    position: relative;}

    #hamburger span:before,
    #hamburger span:after {
        content: '';
        display: block;
        width: 30px;
        height: 1px;
        background-color: #3B4043;
        position: absolute;
        left: 0;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;}

    #hamburger span:before {
        top: -10px;}

    #hamburger span:after {
        top: 10px;}

        .drawer-open #hamburger {
            -webkit-filter: none;
                    filter: none;}

        .drawer-open #hamburger span {
            background-color: transparent;}

        .drawer-open #hamburger span:before {
            top: 0;
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg);}

        .drawer-open #hamburger span:after {
            top: 0;
            -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg);}

#drawer {
    padding: 80px 30px 30px;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0; right: 0;
    z-index: 1000;
    background: #FFF;
    color: #3B4043;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: .05em;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;}

    .drawer-open #drawer {
        opacity: 1;
        pointer-events: auto;}

    #drawer ul {
        margin: 0 auto;
        max-width: 400px;}

        #drawer li a {
            display: block;
            padding: 1.2em;}
    
    #drawer li.nav_btn {
        margin-top: 1.5em;
        font-size: .9em;
        font-weight: 700;}

        #drawer li.nav_btn a {
            border-radius: 6px;
            background-color: #0064B6;
            color: #FFF;}

@media screen and (min-width:500px) {

    #hamburger {
        top: 30px; left: 30px;}

    #drawer {
        font-size: 2rem;}
    
}

@media screen and (min-width:1000px) {

    header {
        margin: 0 auto;
        padding: 0 25px;
        width: 100%;
        position: fixed;
        top: 30px;
        z-index: 10;}

    #hamburger {
        display: none;}

    #drawer {
        margin: 0 auto;
        padding: 0 15px 0 10px;
        width: 100%;
        max-width: 1100px;
        height: auto;
        position: static;
        border-radius: 10px;
        background-color: #FFF;
        -webkit-filter: drop-shadow(0 0 5px rgba(0,0,0,10%));
                filter: drop-shadow(0 0 5px rgba(0,0,0,10%));
                will-change: filter;
        opacity: 1;
        pointer-events: auto;
        font-size: 1.7rem;
        letter-spacing: 0;}

        #drawer ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            max-width: none;}

            #drawer li a {
                padding: 1.2em .6em;}
    
        #drawer li.nav_btn {
            margin: 0 0 0 auto;}
    
            #drawer li.nav_btn + li.nav_btn {
                margin-left: 10px;}

            #drawer li.nav_btn a {
                padding: .6em .7em .7em;}

}

@media screen and (min-width:1100px) {
    
    #drawer {
        font-size: 1.8rem;}

    #drawer li a {
        padding: 1.2em .8em;}

    #drawer li.nav_btn + li.nav_btn {
        margin-left: 15px;}

}

@media screen and (min-width:1200px) {
    
    #drawer {
        font-size: 1.9rem;}

}

/*--- main ---*/

#keihi {
    overflow: hidden;}

#keihi > .wrap {
    margin: 0 auto;
    padding: 0 20px 80px;}

    #keihi .app {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;}

        #keihi .app li + li {
            margin-left: 20px;}

        #keihi .app img {
            height: 40px;
            width: auto;}

@media screen and (min-width:500px) {

    #keihi > .wrap {
        padding: 0 30px 100px;}

        #keihi .app li + li {
            margin-left: 30px;}
    
            #keihi .app img {
                height: 50px;}

}

@media screen and (min-width:1200px) {

    #keihi .app li + li {
        margin-left: 35px;}

        #keihi .app img {
            height: 60px;}

}

/*--- Top ---*/

#keihi #Top {
    margin: 0 auto;
    padding: 60px 0 0;
    max-width: 1030px;
    position: relative;
    z-index: 1;}

    #keihi #Top:before {
        content: '';
        width: 100%;
        max-width: 700px;
        position: absolute;
        top: 0; left: 33%;
        padding-top: 31.25%;
        z-index: -1;
        background: url(../img/shape01.png) top left/contain no-repeat;}

        #keihi #Top .logo {
            margin: 0 auto 8%;
            width: 70%;}

        #keihi #Top .txt {
            margin-bottom: 10%;
            font-weight: 700;
            text-align: center;}

            #keihi #Top .txt h1 {
                margin-bottom: 8%;
                color: #0064B6;
                font-size: 17vw;
                letter-spacing: .1em;}

            #keihi #Top .txt p {
                font-size: 4.7vw;
                letter-spacing: .05em;
                line-height: 1.6;}
        
        #keihi #Top .lower .image {
            margin: 0 auto;
            width: 70%;
            max-width: 280px;}
        
        #keihi #Top .lower .jiima {
            margin: 25px auto 35px;
            width: 80%;
            max-width: 400px;
            border-radius: 8px;
            border: 1px solid #DBDDDE;
            overflow: hidden;}
    

@media screen and (min-width:500px) {

    #keihi #Top {
        padding-top: 80px;}

        #keihi #Top .logo {
            margin-bottom: 35px;
            width: 308px;}

        #keihi #Top .txt {
            margin-bottom: 44px;}

            #keihi #Top .txt h1 {
                margin-bottom: 22px;
                font-size: 8.5rem;}

            #keihi #Top .txt p {
                font-size: 2.35rem;}

}

@media screen and (min-width:750px) {

    #keihi #Top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-line-pack: justify;
            align-content: space-between;
        padding-top: 90px;
        max-height: 790px;}

        #keihi #Top:before {
            max-width: none;
            left: 50%;}

        #keihi #Top .upper {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1;
            width: 43.7%;
            max-width: 430px;}

            #keihi #Top .logo {
                margin: 0 auto 10%;
                width: 75%;}

            #keihi #Top .txt {
                margin-bottom: 10%;}

                #keihi #Top .txt h1 {
                    margin: 0 -0.07em 5% -0.03em;
                    font-size: 8.8vw;}

                #keihi #Top .txt p {
                    font-size: 2.4vw;}
    
        #keihi #Top .lower {
            -webkit-box-ordinal-group: 4;
                -ms-flex-order: 3;
                    order: 3;
            margin: 0 0 0 3%;
            width: 53.3%;
            max-width: none;}
        
            #keihi #Top .lower .image {
                margin: 0 auto;
                width: 95%;
                max-width: none;}
        
            #keihi #Top .lower .jiima {
                margin-bottom: 0;}

        #keihi #Top .app {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
            width: 43.7%;
            max-width: 430px;}

            #keihi #Top .app li + li {
                margin-left: 20px;}
        
                #keihi #Top .app img {
                    height: 45px;}

}

@media screen and (min-width:1000px) {

    #keihi #Top {
        padding-top: 120px;}

            #keihi #Top .txt h1 {
                font-size: 9rem;}
        
            #keihi #Top .txt p {
                font-size: 2.45rem;}

        #keihi #Top .app li + li {
            margin-left: 30px;}

            #keihi #Top .app img {
                height: 50px;}

}

@media screen and (min-width:1200px) {

    #keihi #Top .logo {
        margin-bottom: 30px;}

        #keihi #Top .txt h1 {
            font-size: 10rem;}

        #keihi #Top .txt p {
            font-size: 2.7rem;}

    #keihi #Top .app li + li {
        margin-left: 35px;}

        #keihi #Top .app img {
            height: 60px;}

}
      
/*--- front-section ---*/

#keihi .front-section {
    margin: 0 auto;
    padding: 50px 0 60px;
    max-width: 1030px;
    position: relative;
    border-bottom: 1px solid #AAA;}

    #keihi .wrap > .front-section:last-child {
        padding-bottom: 0;
        border-bottom: none;}

    #keihi .front-section h2 {
        margin-bottom: 20px;
        position: relative;
        color: #0064B6;
        font-size: 2.8rem;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;}

    #keihi .front-section .images {
        margin: 0 auto;
        max-width: 460px;}

@media screen and (min-width:500px) {

    #keihi .front-section {
        padding: 70px 0 80px;}

        #keihi .front-section:before,
        #keihi .front-section:after {
            display: block;
            width: 270px;
            height: 270px;
            position: absolute;
            left: -220px;
            z-index: -1;
            background: url(../img/dotB.png) center/contain no-repeat;}

    #keihi .front-section h2 {
        margin-bottom: 35px;
        font-size: 3.6rem;}

}

@media screen and (min-width:1000px) {

    #keihi .front-section {
        padding: 90px 0 100px;}

    #keihi .front-section h2 {
        margin-bottom: 50px;
        font-size: 5rem;}

        #keihi .front-section h2:before,
        #keihi .front-section h2:after {
            content: '';
            display: inline-block;
            width: 1.8em;
            height: 1em;
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            vertical-align: -0.1em;}

            #keihi .front-section h2:before {
                background-image: url(../img/dotL.png);
                margin-right: .4em;}

            #keihi .front-section h2:after {
                background-image: url(../img/dotR.png);
                margin-left: .4em;}

    #keihi .front-section .images {
        max-width: none;}

}

/*--- About ---*/

#keihi #About {
    padding-top: 60px;}

    #keihi #About h2 > span:first-of-type {
        margin: 0 -.2em 0 -.5em;}

        #keihi #About .about-images01,
        #keihi #About .about-images02 {
            position: relative;}

        #keihi #About .about-images01 .left {
            width: 50%;
            position: absolute;
            top: 0;
            left: 0;}

        #keihi #About .about-images01 .center {
            -webkit-transition-delay: .3s;
                 -o-transition-delay: .3s;
                    transition-delay: .3s;}

        #keihi #About .about-images01 .right {
            width: 50%;
            position: absolute;
            top: 0;
            right: 0;
            -webkit-transition-delay: .6s;
                 -o-transition-delay: .6s;
                    transition-delay: .6s;}

    #keihi #About .about-section {
        margin: 0 auto;
        max-width: 560px;
        border-radius: 30px;
        border: 2px solid #0064B6;
        background-color: #FFF;
        text-align: center;
        -webkit-filter: drop-shadow(0 0 5px rgba(0,0,0,10%));
                filter: drop-shadow(0 0 5px rgba(0,0,0,10%));
                will-change: filter;}

        #keihi #About .about-section:nth-of-type(1) {
            margin-top: 60px;}

        #keihi #About .about-section:nth-of-type(2) {
            margin-bottom: 60px;}

        #keihi #About .about-section .img {
            margin: 0 auto;}

            #keihi #About .about-section:nth-of-type(1) .img {
                width: 66.66666%;}

            #keihi #About .about-section:nth-of-type(2) .img {
                margin-right: -20px;
                width: 100%;}

        #keihi #About .about-section .txt {
            padding: 0 20px 25px;}

            #keihi #About .about-section p {
                display: inline-block;
                margin-bottom: .8em;
                padding-bottom: .4em;
                border-bottom: 2px solid #003288;
                color: #003288;
                font-size: 2.6rem;
                font-weight: 700;
                line-height: 1.3;}
            
            #keihi #About .about-section ul {
                padding-left: 1.2em;
                text-align: left;}

                #keihi #About .about-section li {
                    margin-top: .4em;
                    position: relative;
                    font-size: 1.6rem;
                    font-weight: 700;
                    line-height: 1.4;}

                    #keihi #About .about-section li:before {
                        content: '';
                        display: inline-block;
                        width: 4px;
                        height: 4px;
                        border-radius: 50%;
                        position: absolute;
                        top: calc(.7em - 2px);
                        left: -0.8em;
                        background-color: #3B4043;}

@media screen and (min-width:500px) {

    #keihi #About {
        padding-top: 80px;}

        #keihi #About:before {
            content: '';
            top: 36%;}

        #keihi #About .about-section:nth-of-type(1) {
            margin-top: 80px;}

        #keihi #About .about-section:nth-of-type(2) {
            margin-bottom: 80px;}

        #keihi #About .about-section .txt {
            padding: 0 30px 35px;}

            #keihi #About .about-section p {
                font-size: 2.9rem;}

                #keihi #About .about-section li {
                    font-size: 1.8rem;}

}

@media screen and (min-width:1000px) {

    #keihi #About {
        padding-top: 90px;}

        #keihi #About .about-images02 .left {
            width: 50%;
            position: absolute;
            top: 0;
            left: 0;}

        #keihi #About .about-images02 .center {
            -webkit-transition-delay: .3s;
                 -o-transition-delay: .3s;
                    transition-delay: .3s;}

        #keihi #About .about-images02 .right {
            width: 50%;
            position: absolute;
            top: 0;
            right: 0;
            -webkit-transition-delay: .6s;
                 -o-transition-delay: .6s;
                    transition-delay: .6s;}

        #keihi #About .about-section {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            max-width: 950px;
            text-align: left;}

        #keihi #About .about-section:nth-of-type(1) {
            margin-top: 100px;}

        #keihi #About .about-section:nth-of-type(2) {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
                -ms-flex-direction: row-reverse;
                    flex-direction: row-reverse;
            margin-bottom: 100px;}

        #keihi #About .about-section .img {
            margin: 0;}

            #keihi #About .about-section:nth-of-type(1) .img {
                width: 36.8421%;}

            #keihi #About .about-section:nth-of-type(2) .img {
                margin-right: -20px;
                width: 55.26316%;}

        #keihi #About .about-section .txt {
            -ms-flex-negative: 10;
                flex-shrink: 10;
            -webkit-box-flex: 10;
                -ms-flex-positive: 10;
                    flex-grow: 10;
            max-width: -webkit-max-content;
            max-width: -moz-max-content;
            max-width: max-content;}

            #keihi #About .about-section:nth-of-type(1) .txt {
                padding: 20px 40px 20px 0;}

            #keihi #About .about-section:nth-of-type(2) .txt {
                padding: 20px 0 20px 40px;}

            #keihi #About .about-section p {
                font-size: 3.2rem;}

                #keihi #About .about-section li {
                    font-size: 2rem;}

}

/*-- Features --*/

#keihi #Features ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -10px -10px 50px;}

    #keihi #Features .feature {
        margin: 10px;
        padding: 20px 20px 25px;
        width: calc(50% - 20px);
        min-width: 280px;
        max-width: 320px;
        border-radius: 10px;
        border: 1px solid #0064B6;
        background-color: #FFF;
        -webkit-filter: drop-shadow(0 1px 5px rgba(0,0,0,20%));
                filter: drop-shadow(0 1px 5px rgba(0,0,0,20%));
                will-change: filter;}

        #keihi #Features .upper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-bottom: 15px;
            padding-bottom: .6em;
            min-height: 3.2em;
            border-bottom: 2px solid #0064B6;
            font-size: 1.8rem;
            font-weight: 700;
            line-height: 1;}

            #keihi #Features .upper .num {
                margin-right: .3em;
                color: #0064B6;
                font-size: 3rem;
                font-weight: 400;
                line-height: 1;}

            #keihi #Features .upper .txt {
                line-height: 1.3;}

            #keihi #Features .upper .note {
                font-size: 1rem;
                font-weight: 500;}

            #keihi #Features .upper .bracket {
                margin: 0 -0.4em;}

            #keihi #Features .lower .img {
                display: block;
                margin: 0 auto 15px;
                width: 50%;}

                #keihi #Features .lower li {
                    padding-left: 1.1em;
                    position: relative;
                    line-height: 1.4;}

                    #keihi #Features .lower li + li {
                        margin-top: .3em;}

                #keihi #Features .lower li:before {
                    content: '・';
                    position: absolute;
                    top: 0; left: 0;}

@media screen and (min-width:500px) {

    #keihi #Features ol {
        margin-bottom: 70px;}

    #keihi #Features:before {
        content: '';
        top: 30%;}

    #keihi #Features .upper {
        font-size: 2rem;}

        #keihi #Features .upper .num {
            font-size: 3.6rem;}

}

@media screen and (min-width:1000px) {

    #keihi #Features .feature {
        margin: 15px;}

        #keihi #Features ol {
            margin: -15px -15px 85px;}

        #keihi #Features .upper {
            min-height: 4.55em;
            font-size: 2.2rem;}

            #keihi #Features .upper .num {
                font-size: 4rem;}

            #keihi #Features .upper .note {
                font-size: 1.2rem;}

}

/*-- Functions --*/

#keihi .functions-wrap {
    margin: 0 -20px;
    padding: 0 20px;
    position: relative;}

    #keihi .functions-wrap .back {
        display: block;
        width: 100%;
        height: calc(100% - 350px);
        position: absolute;
        bottom: 140px; left: 0;
        z-index: -1;
        background-color: #86CDE3;}

    #keihi .functions-wrap .back:before,
    #keihi .functions-wrap .back:after {
        content: '';
        display: block;
        width: 100%;
        height: 80px;
        position: absolute;
        top: -80px; left: 0;
        background: url(../img/shape02.png) bottom center/100% 100% no-repeat;}

        #keihi .functions-wrap .back:after {
            top: auto; bottom: -80px;
            -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                    transform: rotate(180deg);}

#keihi #Functions {
    margin: 0 auto;
    max-width: 1030px;
    z-index: 1;
    text-align: center;}

    #keihi #Functions .mobile, 
    #keihi #Functions .pc {
        margin: 0 auto;
        max-width: 510px;}

    #keihi #Functions .mobile {
        margin-bottom: 40px;}

        #keihi #Functions .img {
            margin-bottom: 15px;
            position: relative;}

            #keihi #Functions .img input {
                display: none;}

            #keihi #Functions .img img {
                position: absolute;
                top: 0;
                opacity: 0;
                -webkit-transition: opacity .6s;
                -o-transition: opacity .6s;
                transition: opacity .6s;}

                #keihi #Functions .img li:first-child img {
                    position: static;
                    opacity: 1;
                    -webkit-filter: drop-shadow(0 2px 5px rgba(0,0,0,20%));
                            filter: drop-shadow(0 2px 5px rgba(0,0,0,20%));
                            will-change: filter;}

                #keihi #Functions input:checked + img {
                    opacity: 1;}

                #keihi #Functions #SPimg img {
                    width: 42%;
                    left: 29%;}

                #keihi #Functions #PCimg img {
                    left: 0;}

        #keihi #Functions .labels {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            margin: -5px;}

            #keihi #Functions .labels li {
                -webkit-box-flex: 10;
                    -ms-flex: 10 0 auto;
                        flex: 10 0 auto;
                margin: 5px;
                position: relative;}

                #keihi #Functions label {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                       -ms-flex-pack: center;
                     justify-content: center;
                    -webkit-box-align: center;
                       -ms-flex-align: center;
                          align-items: center;
                    padding: 0 10px;
                    width: 100%;
                    height: 4rem;
                    border-radius: 10px;
                    border: 2px solid #0064B6;
                    background-color: #0064B6;
                    color: #FFF;
                    font-size: 1.6rem;
                    font-weight: 700;
                    text-align: center;
                    -webkit-filter: drop-shadow(0 2px 2px rgba(0,0,0,20%));
                            filter: drop-shadow(0 2px 2px rgba(0,0,0,20%));
                            will-change: filter;
                    -webkit-transform: translateY(-2px) translateZ(0);
                        -ms-transform: translateY(-2px);
                            transform: translateY(-2px) translateZ(0);
                    -webkit-transition: font .2s, background-color .3s, -webkit-transform .3s, -webkit-filter .3s;
                            transition: font .2s, background-color .3s, -webkit-transform .3s, -webkit-filter .3s;
                         -o-transition: font .2s, background-color .3s, transform .3s, filter .3s;
                            transition: font .2s, background-color .3s, transform .3s, filter .3s;
                            transition: font .2s, background-color .3s, transform .3s, filter .3s, -webkit-transform .3s, -webkit-filter .3s;}

                    #keihi #Functions label:hover {
                        cursor: pointer;
                        -webkit-filter: drop-shadow(0 0 1px rgba(0,0,0,30%));
                                filter: drop-shadow(0 0 1px rgba(0,0,0,30%));
                        -webkit-transform: translateZ(0);
                            -ms-transform: none;
                                transform: translateZ(0);}

                    #keihi #Functions .current label{
                        background-color: #FFF;
                        color: #0064B6;
                        -webkit-filter: drop-shadow(0 0 1px rgba(0,0,0,30%));
                                filter: drop-shadow(0 0 1px rgba(0,0,0,30%));
                        -webkit-transform: translateZ(0);
                            -ms-transform: none;
                                transform: translateZ(0);}

@media screen and (min-width:500px) {

    #keihi .functions-wrap {
        margin: 0 -30px;
        padding: 0 30px;}

        #keihi .functions-wrap .back {
            height: calc(100% - 530px);
            bottom: 210px; left: 0;}

            #keihi .functions-wrap .back:before {
                height: 160px;
                top: -160px;}

            #keihi .functions-wrap .back:after {
                height: 160px;
                bottom: -160px;}

    #keihi #Functions:before {
        content: '';
        top: 30%; right: -220px; left: auto;
        background-image: url(../img/dotW.png);}

    #keihi #Functions .mobile {
        margin-bottom: 60px;}

        #keihi #Functions .img {
            margin-bottom: 20px;}

        #keihi #Functions label {
            height: 5rem;
            font-size: 1.8rem;}

}

@media screen and (min-width:1000px) {

    #keihi .functions-wrap .back {
        height: calc(100% - 650px);
        bottom: 270px; left: 0;}

        #keihi .functions-wrap .back:before {
            height: 220px;
            top: -220px;}

        #keihi .functions-wrap .back:after {
            height: 220px;
            bottom: -220px;}

    #keihi #Functions .mobile, 
    #keihi #Functions .pc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 86%;
        max-width: 885px;}

    #keihi #Functions .mobile {
        margin-bottom: 80px;}

        #keihi #Functions .img {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 63%;
                    flex: 0 0 63%;
            margin: 0;}

            #keihi #Functions .img li:first-child img {
                -webkit-filter: drop-shadow(0 3px 8px rgba(0,0,0,20%));
                        filter: drop-shadow(0 3px 8px rgba(0,0,0,20%));}

        #keihi #Functions .labels {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 34%;
                    flex: 0 0 34%;
            margin: 0 0 0 3%;}

            #keihi #Functions .labels li {
                -webkit-box-flex: 0;
                    -ms-flex: 0 0 auto;
                        flex: 0 0 auto;
                margin: 0;}

                #keihi #Functions .labels li + li {
                    margin-top: 20px;}

        #keihi #Functions label {
            height: 7rem;
            font-size: 2rem;
            -webkit-filter: drop-shadow(0 4px 3px rgba(0,0,0,20%));
                    filter: drop-shadow(0 4px 3px rgba(0,0,0,20%));
            -webkit-transform: translateY(-4px) translateZ(0);
                -ms-transform: translateY(-4px);
                    transform: translateY(-4px) translateZ(0);}

            #keihi #Functions label:hover {
                -webkit-filter: drop-shadow(0 0 2px rgba(0,0,0,30%));
                        filter: drop-shadow(0 0 2px rgba(0,0,0,30%));}

            #keihi #Functions .current label{
                font-size: 2.1rem;
                -webkit-filter: drop-shadow(0 0 2px rgba(0,0,0,30%));
                        filter: drop-shadow(0 0 2px rgba(0,0,0,30%));}

}


/*-- Estimate --*/

#keihi #Estimate .inner {
    margin: 0 auto;
    padding: 30px 20px;
    width: 100%;
    max-width: 560px;
    border-radius: 15px;
    background-color: #FFF;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-filter: drop-shadow(0 0 5px rgba(0,0,0,10%));
            filter: drop-shadow(0 0 5px rgba(0,0,0,10%));
            will-change: filter;}

    #keihi #Estimate .txt {
        margin: 0 auto;
        width: 100%;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1.5;}

        #keihi #Estimate .txt img {
            height: 2.3em;
            width: auto;}

        #keihi #Estimate .txt .desc {
            margin: 0 auto;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;}

            #keihi #Estimate .txt dl {
                display:-webkit-box;
                display:-ms-flexbox;
                display:flex;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                -webkit-box-align: start;
                   -ms-flex-align: start;
                      align-items: flex-start;
                      -webkit-box-pack: center;
                          -ms-flex-pack: center;
                              justify-content: center;
                margin-top: 1.2em;}

                #keihi #Estimate .txt dt,
                #keihi #Estimate .txt dd {
                    vertical-align: text-top;}

                #keihi #Estimate .txt dt {
                    padding-right: 1em;
                    width: 6em;
                    text-align: right;
                    color: #0064B6;}
        
                #keihi #Estimate .txt dd {
                    text-align: left;}

                    #keihi #Estimate .price-table {
                        margin-top: 0.3em;
                        border-collapse: separate;
                        border-radius: 3px;
                        border: 1px solid #BBC0C3;
                        font-size: 1.6rem;
                        font-weight: 400;
                        line-height: 1;
                        text-align: center;}

                        #keihi #Estimate .price-table th,
                        #keihi #Estimate .price-table td {
                            padding: .2em .5em .3em;
                            border-bottom: 1px solid;
                            border-right: 1px dotted;
                            border-color: #BBC0C3;
                            white-space: nowrap;}

                        #keihi #Estimate .price-table th {
                            background-color: #DBDDDE;
                            text-align: center;
                            font-size: 1.3rem;
                            font-weight: 500;}

                        #keihi #Estimate .price-table td:first-child {
                            width: 7.5em;
                            text-align: right;}

                        #keihi #Estimate .price-table th:last-child,
                        #keihi #Estimate .price-table td:last-child {
                            border-right: none;}

                        #keihi #Estimate .price-table tr:last-child td {
                            border-bottom: none;}

                        #keihi #Estimate .price-table thead tr:first-child th:first-child {
                            border-top-left-radius: 2px;}
                        #keihi #Estimate .price-table thead tr:first-child th:last-child {
                            border-top-right-radius: 2px;}
                        #keihi #Estimate .price-table tbody tr:last-child td:first-child {
                            border-bottom-left-radius: 2px;}
                        #keihi #Estimate .price-table tbody tr:last-child td:last-child {
                            border-bottom-right-radius: 2px;}

    #keihi #Estimate .inner > hr {
        display: block;
        margin: 30px auto;
        max-width: 460px;
        height: 0;
        background: transparent;
        border-bottom: 2px dotted #BBC0C3;}

    #keihi #Estimate form {
        margin: 0 auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-size: 1.6rem;}

        #keihi #Estimate form h3 {
            margin-bottom: 1.2em;
            color: #0064B6;
            font-size: 2.6rem;
            font-weight: 700;}

        #keihi #Estimate form dl {
            display:-webkit-box;
            display:-ms-flexbox;
            display:flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-bottom: .9em;
            line-height: 1.5;}

        #keihi #Estimate form dl:last-of-type {
            margin-bottom: 1.2em;}

            #keihi #Estimate form dt {
                -webkit-box-flex: 0;
                    -ms-flex: 0 0 6em;
                        flex: 0 0 6em;
                padding-right: 1em;
                font-weight: 700;
                line-height: 1.3;
                text-align: right;}

            #keihi #Estimate form dd {
                -webkit-box-flex: 10;
                    -ms-flex: 10 10 100%;
                        flex: 10 10 100% ;
                max-width: 20rem;
                position: relative;
                overflow: hidden;
                line-height: 1;
                text-align: left;}

            #keihi #Estimate form input[type="number"] {
                padding: .7em 5.8em .7em 1em;
                height: 2.4em;
                width: 20rem;
                max-width: 100%;
                border-radius: 5px;
                border: 1px solid #BBC0C3;
                line-height: 1;
                text-align: right;
                outline: none;}

            #keihi #Estimate input[type="number"]::-webkit-outer-spin-button,
            #keihi #Estimate input[type="number"]::-webkit-inner-spin-button {
                -webkit-appearance: none;
                appearance: none;
                margin: 0;}

            #keihi #Estimate form input.plus,
            #keihi #Estimate form input.minus {
                position: absolute;
                top:0;
                margin: 0;
                padding: 0;
                width: 2.4em;
                height: 2.4em;
                border: 1px solid #BBC0C3;
                background-color: #FFF;
                color: #BBC0C3;
                font-weight: 700;
                cursor: pointer;
                outline: none;}

            #keihi #Estimate form input.plus {
                border-radius: 0;
                right: 2.4em;}

            #keihi #Estimate form input.minus {
                border-radius: 0 5px 5px 0;
                border-left: none;
                right: 0;}

        #keihi #Estimate form label {
            display: block;
            line-height: 1.5;}

        #keihi #Estimate .required {
            margin-left: .5em;
            margin-bottom: .3em;
            padding: 3px 4px 4px;
            font-weight: 700;}

        #keihi #Estimate form input.calc,
        #keihi #Estimate form input.reset {
            margin: 0 .4em;
            padding: .6em;
            width: 5.8em;
            border-radius: 5px;
            font-weight: 700;
            line-height: 1;
            cursor: pointer;
            outline: none;
            -webkit-transition: opacity .6s;
                 -o-transition: opacity .6s;
                    transition: opacity .6s;}

            #keihi #Estimate form input.calc:hover,
            #keihi #Estimate form input.reset:hover {
                opacity: 0.6;}

        #keihi #Estimate form input.calc {
            border: 1px solid #0064B6;
            background-color: #0064B6;
            color: #FFF;}

        #keihi #Estimate form input.reset {
            border: 1px solid;
            background-color: #FFF;
            color: #0064B6;}

        #keihi #Estimate form hr {
            margin: 2em auto 1.5em;
            height: 0;
            border-bottom: 1px dotted #BBC0C3;
            background: transparent;}

        #keihi #Estimate form .result {
            font-size: 2.4em;
            font-weight: 700;
            line-height: 1;}

            #keihi #Estimate .result .small {
                font-size: .5em;
                vertical-align: .15em;}
/*
    #keihi #Estimate .apply {
        margin: 30px auto 0;
        width: 80%;
        max-width: 500px;}

        #keihi #Estimate .apply a {
            display: block;
            padding: 1.2em 1.5em 1.3em;
            width: 100%;
            border-radius: 10px;
            background-color: #0064B6;
            color: #FFF;
            font-size: 1.4rem;
            font-weight: 500;
            line-height: 1.2;
            text-align: center;
            text-decoration: none;
            -webkit-filter: drop-shadow(0 3px 2px rgba(0,0,0,20%));
                    filter: drop-shadow(0 3px 2px rgba(0,0,0,20%));
    will-change: filter;
            -webkit-transform: translateY(-3px) translateZ(0);
                -ms-transform: translateY(-3px);
                    transform: translateY(-3px) translateZ(0);
            -webkit-transition: font .2s, background-color .3s, -webkit-transform .3s, -webkit-filter .3s;
                    transition: font .2s, background-color .3s, -webkit-transform .3s, -webkit-filter .3s;
                 -o-transition: font .2s, background-color .3s, transform .3s, filter .3s;
                    transition: font .2s, background-color .3s, transform .3s, filter .3s;
                    transition: font .2s, background-color .3s, transform .3s, filter .3s, -webkit-transform .3s, -webkit-filter .3s;}

            #keihi #Estimate .apply a:hover {
                cursor: pointer;
                -webkit-filter: drop-shadow(0 0 2px rgba(0,0,0,30%));
                        filter: drop-shadow(0 0 2px rgba(0,0,0,30%));
                -webkit-transform: translateZ(0);
                    -ms-transform: none;
                        transform: translateZ(0);}

                #keihi #Estimate .apply .upper {
                    margin-bottom: .4em;
                    font-size: 2.2rem;
                    letter-spacing: .2em;
                    font-weight: 700;}
*/

#keihi #Estimate .apply {
    margin: 30px auto 0;
    width: 90%;
    max-width: 460px;}

    #keihi #Estimate .apply a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
           -ms-flex-pack: center;
         justify-content: center;
        -webkit-box-align: center;
           -ms-flex-align: center;
              align-items: center;
        padding: 0 10px;
        width: 100%;
        height: 5rem;
        border-radius: 10px;
        border: 2px solid #0064B6;
        background-color: #0064B6;
        color: #FFF;
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing: .1em;
        text-align: center;
        text-decoration: none;
        -webkit-filter: drop-shadow(0 3px 2px rgba(0,0,0,20%));
                filter: drop-shadow(0 3px 2px rgba(0,0,0,20%));
                will-change: filter;
        -webkit-transform: translateY(-3px) translateZ(0);
            -ms-transform: translateY(-3px);
                transform: translateY(-3px) translateZ(0);
        -webkit-transition: font .2s, background-color .3s, -webkit-transform .3s, -webkit-filter .3s;
                transition: font .2s, background-color .3s, -webkit-transform .3s, -webkit-filter .3s;
             -o-transition: font .2s, background-color .3s, transform .3s, filter .3s;
                transition: font .2s, background-color .3s, transform .3s, filter .3s;
                transition: font .2s, background-color .3s, transform .3s, filter .3s, -webkit-transform .3s, -webkit-filter .3s;}

        #keihi #Estimate .apply a:hover {
            cursor: pointer;
            -webkit-filter: drop-shadow(0 0 2px rgba(0,0,0,30%));
                    filter: drop-shadow(0 0 2px rgba(0,0,0,30%));
            -webkit-transform: translateZ(0);
                -ms-transform: none;
                    transform: translateZ(0);}

@media screen and (min-width:500px) {

    #keihi #Estimate .txt {
        font-size: 2rem;}

        #keihi #Estimate .price-table {
            font-size: 1.7rem;}

            #keihi #Estimate .price-table th {
                font-size: 1.4rem;}

    #keihi #Estimate form {
        font-size: 1.7rem;}

    #keihi #Estimate .apply {
        margin-top: 40px;}
/*
        #keihi #Estimate .apply a {
            font-size: 1.5rem;}

            #keihi #Estimate .apply .upper {
                font-size: 2.4rem;}
*/
        #keihi #Estimate .apply a {
            height: 6rem;
            font-size: 1.8rem;}

}

@media screen and (min-width:750px) {

    #keihi #Estimate .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
         -webkit-box-pack: space-evenly;
             -ms-flex-pack: space-evenly;
                 justify-content: space-evenly;
        -webkit-box-align: center;
           -ms-flex-align: center;
              align-items: center;
        padding: 40px 20px;
        max-width: 990px;}

        #keihi #Estimate .txt {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 fit-content;
                    flex: 0 0 fit-content;
            margin: 0;}

        #keihi #Estimate .inner > hr {
            -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
                align-self: stretch;
            margin: 0 20px;
            width: 0;
            height: auto;
            border-bottom: none;
            border-right: 2px dotted #BBC0C3;}
    
        #keihi #Estimate form {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 fit-content;
                    flex: 0 0 fit-content;
            margin: 0;}

}

@media screen and (min-width:1000px) {

    #keihi #Estimate .inner {
        padding: 60px 20px;}

    #keihi #Estimate .txt {
        font-size: 2.2rem;}
    
        #keihi #Estimate .price-table {
            font-size: 1.8rem;}

            #keihi #Estimate .price-table th {
                font-size: 1.5rem;}

    #keihi #Estimate form {
        font-size: 1.8rem;}

    #keihi #Estimate .apply {
        margin-top: 50px;}
/*
        #keihi #Estimate .apply a {
            font-size: 1.6rem;
            -webkit-filter: drop-shadow(0 4px 3px rgba(0,0,0,20%));
                    filter: drop-shadow(0 4px 3px rgba(0,0,0,20%));
            -webkit-transform: translateY(-4px) translateZ(0);
                -ms-transform: translateY(-4px);
                    transform: translateY(-4px) translateZ(0);}

            #keihi #Estimate .apply .upper {
                font-size: 2.6rem;}
*/
#keihi #Estimate .apply a {
    height: 7rem;
    font-size: 2rem;
    -webkit-filter: drop-shadow(0 4px 3px rgba(0,0,0,20%));
            filter: drop-shadow(0 4px 3px rgba(0,0,0,20%));
    -webkit-transform: translateY(-4px) translateZ(0);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px) translateZ(0);}

}


/*-- Flow --*/

#keihi #Flow .inner {
    margin: 0 auto;
    max-width: 530px;}

    #keihi #Flow .inner li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;}

        #keihi #Flow .inner li + li {
            margin-top: 15px;}

        #keihi #Flow .inner li:last-child {
            margin-top: 60px;
            position: relative;}

            #keihi #Flow .inner li:last-child:before {
                content: '';
                display: block;
                width: 20px;
                height: 20px;
                position: absolute;
                top: -47px;
                left: calc(50% - 13px);
                border-right: 2px solid #3A89C9;
                border-bottom: 2px solid #3A89C9;
                -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                        transform: rotate(45deg);}

        #keihi #Flow .inner h3 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 5em;
                    flex: 0 0 5em;
            margin-right: 10px;
            height: 5em;
            border-radius: 50%;
            background-color: #3A89C9;
            color: #FFF;
            font-size: 1.6rem;
            font-weight: 700;
            line-height: 1.2;
            text-align: center;}

            #keihi #Flow .inner li:nth-child(2) h3 {
                background-color: #0064B6;}

            #keihi #Flow .inner li:nth-child(3) h3 {
                background-color: #0045A3;}

                #keihi #Flow .inner li:last-child h3 {
                    -webkit-box-flex: 10;
                            -ms-flex: 10 10 100%;
                                flex: 10 10 100%;
                    margin-right: 0;
                    padding-bottom: .1em;
                    height: 2em;
                    border-radius: 10em;
                    background-color: #003288;
                    font-size: 2rem;}

                #keihi #Flow .inner p {
                    -webkit-box-flex: 10;
                            -ms-flex: 10 10 auto;
                                flex: 10 10 auto;
                    padding: 10px;
                    border-top: 2px dotted #BBC0C3;
                    border-bottom: 2px dotted #BBC0C3;
                    font-weight: 700;
                    line-height: 1.6;}

@media screen and (min-width:500px) {

    #keihi #Flow:before {
        content: '';
        top: 18%;}

    #keihi #Flow .inner li + li {
        margin-top: 20px;}

        #keihi #Flow .inner li:last-child {
            margin-top: 70px;}

            #keihi #Flow .inner li:last-child:before {
                width: 30px;
                height: 30px;
                top: -62px;
                left: calc(50% - 16px);
                border-right-width: 3px;
                border-bottom-width: 3px;}

        #keihi #Flow .inner h3 {
            margin-right: 20px;
            font-size: 2rem;}

            #keihi #Flow .inner li:last-child h3 {
                font-size: 2.6rem;}

        #keihi #Flow .inner p {
            padding: 15px;
            font-size: 1.7rem;}

}

@media screen and (min-width:1000px) {

    #keihi #Flow .inner li + li {
        margin-top: 30px;}

        #keihi #Flow .inner li:last-child {
            margin-top: 85px;}

            #keihi #Flow .inner li:last-child:before {
                width: 34px;
                height: 34px;
                top: -77px;
                left: calc(50% - 17px);}

        #keihi #Flow .inner h3 {
            margin-right: 30px;
            font-size: 2.4rem;}

            #keihi #Flow .inner li:last-child h3 {
                font-size: 3rem;}

        #keihi #Flow .inner p {
            font-size: 2rem;}

}