@charset "utf-8";

@media screen and (min-width:1280px) {
    .br-sp {
        display: none;
    }

    .openbtn {
        display: none;
    }
}

@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}


@media screen and (max-width:1279px) {
    #pc-nav {
        display: none;
    }
}

@media screen and (max-width:1024px) {
    #reserve h2 {
        font-size: 1rem;
    }

    #reserve .tel {
        font-size: 1.5rem;
    }

    .content-area {
        margin: auto;
        padding: 0;
    }

    /* .content-area h3 {
        margin-bottom: 1em;
    } */

}

@media screen and (max-width:768px) {
    body {
        font-size: 0.8rem;
    }

    h2 {
        font-size: 2rem;
    }

    h4 {
        font-size: 2rem;
    }

    #topics {
        margin: 0 0 100px 0;
    }

    #vision {
        margin: 0 0 20px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #vision .img {
        min-height: 500px;
        width: 90%;
        margin: 0 auto;
    }

    #vision .vision-lead {
        font-size: 1rem;
        width: 100%;
        margin: 10px auto;
    }


    #enterprize .enterprize-area {
        margin: 0 0 200px 0;
    }

    #enterprize .enterprize-area .content {
        width: 47%;
        top: 100px;
    }

    #service .service-area {
        margin: 0 0 200px 0;
    }

    #service .service-area .content {
        width: 47%;
        top: 100px;
    }

    #flow .flow-lead {
        font-size: 1rem;
    }

    #flow {
        margin: 0 auto 75px auto;
    }

    #about {
        margin: 0 0 100px 0;
    }

    .faq-bg,
    .faq-bg::after {
        height: 35vh;
    }

    .subtitle {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 0 80px 0;
    }

    .supportBox {
        display: flex;
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
width:100%;

    }



    .supportImg,
    .supportP {
        width: 100%;
    }

    #contact .form-list dt {
        margin: 0 0 10px 0;
    }

    #contact .form-list dt,
    #contact .form-list dd {
        width: 100%;
    }

}

@media print,
screen and (max-width: 768px) {
    .steps-title {
        width: 80%;
        margin: 0 auto 30px;
        background: #eaeebb;
        text-decoration: none;
        color: #444;
        position: relative;
        height: auto;
        text-align: center;
        padding: 10px;
    }

    .steps-title::after {
        content: "";
        display: block;
        border-top: 20px solid #eaeebb !important;
        border-right: 38vw solid transparent !important;
        border-left: 38vw solid transparent !important;
        border-bottom: none;
        position: absolute;
        width: 0;
        height: 0;
        bottom: -20px !important;
        top: auto !important;
        left: 50%;
        margin-top: 0 !important;
        margin-left: -38vw;
    }

    .entryTable {
        width: 100%;
        margin: auto;
    }

    tr {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0;
    }

    .entryTable th,
    .entryTable td {
        /* display: block; */
        padding: 10px 0;
        margin: 0;
        width: 100%;
        border: 1px solid #000;
    }

}


@media screen and (max-width:590px) {
    #enterprize .enterprize-area {
        margin: 0 0 50px 0;
    }

    #enterprize .enterprize-area .img {
        width: 100%;
        z-index: 2;
    }

    #enterprize .enterprize-area .content {
        width: 100%;
        top: -10px;
        animation: none;
        opacity: 1;
        z-index: 1;
    }

    #service .service-area {
        margin: 0 0 50px 0;
    }

    #service .service-area .img {
        width: 100%;
        z-index: 2;
    }

    #service .service-area .content {
        width: 100%;
        top: -10px;
        animation: none;
        opacity: 1;
        z-index: 1;
    }

    #about .about-list dt {
        padding: 0 0 0 10px;
    }
}

@media screen and (max-width:550px) {
    h1 {
        font-size: 1.2rem;
        top: 32%;
    }

    .top-lead {
        font-size: 2.2rem;
    }

    #enterprize h2 {
        margin: 0 0 50px 0;
    }

    #service h2 {
        margin: 0 0 50px 0;
    }

    #about h2 {
        margin: 0 0 50px 0;
    }

    #faq {
        margin: 0 0 100px 0;
    }

    #faq h2 {
        margin: 0 0 50px 0;
    }

    .faq-bg {
        margin: 0 0 100px 25%;
    }

    .faq-bg,
    .faq-bg::after {
        height: 20vh;
    }

    #contact h2 {
        margin: 0 0 10px 0;
    }

    #reserve p br {
        display: block;
    }


    #slider-area .scrolldown1 {
        top: inherit;
        bottom: 0;
        z-index: 1;
    }

    #reserve .scrolldown1 {
        top: -10vh;
    }
}

@media screen and (max-width:380px) {
    .top-lead {
        font-size: 1.8rem;
    }
}