@charset "utf-8";


/*--メイン画像--*/
.main-view-pc {
    width: 100%;
    height: 700px;
    position: relative;
    background-image: url(../img/main.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;

}

.main-view-sp {
    width: 100%;
    height: 600px;
    position: relative;
    background-image: url(../img/sp-main.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.title-wrap {
    padding-top: 200px;
    margin-left: 10vmax;
    color: #fff;
}

.title-wrap h1 {
    font-size: 68px;
    font-weight: bold;
    color: #fff;
}

.title-wrap p {
    font-size: 45px;
}


.content {
    width: 100%;
    margin: 0 auto;
    color: #31344B;
}

.about {
    width: 100%;
    max-width: 1024px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    margin-top: 80px;
    padding: 50px 0;
}

.text-wrap {
    margin: auto 0;
}

.title h2 {
    font-size: 30px;
    font-weight: bold;
}

.title p {
    font-size: 16px;
    font-weight: 500;
    margin-top: -10px;
}

.text {
    font-size: 16px;
    font-weight: 500;
}


.height290 {
    height: 290px;
}

.service {
    width: 100%;
    background-color: #31344B;
    color: #fff;
    text-align: center;
    margin-top: 90px;
    padding-bottom: 80px;
    padding-top: 20px;
}

.service .title h2,
.h5 {
    color: #fff;
}

.service .h5 {
    font-size: 18px;
}


.service .text-wrap {
    width: 100%;
    padding-top: 50px;
}

.service .container {
    width: 100%;
    max-width: 1024px;
    margin-top: 60px;
}

.service .icon-box {}


.number {
    width: 55px;
    height: 55px;
    margin: 0 auto;
}

.service .icon.icon-shape {
    width: 122px;
    height: 122px;
    margin-top: 30px;
}



.service .shadow-soft {
    box-shadow: 6px 6px 12px #1C1E2B, -6px -6px 12px #5F6175 !important;
}

.service .bg-soft {
    background-color: #31344B !important;
}

.service .border {
    border: #303660 !important;
}

.service .icon img {
    width: 50%;
}

.sita img {
    width: 18px;
}



.button1 {
    display: inline-block;
    padding: 18px 38px;
    background-color: #1789DE;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    margin-left: 250px;
    box-shadow: 5px 5px 5px #3e3e3e;
}


.border1 {
    width: 100%;
    height: 15px;
    background-color: #434769;
}




.service-card {
    width: 100%;
    padding-bottom: 0px;
}

.service-card .container {
    width: 95%;
    max-width: 1024px;
    padding-top: 80px;
}

.service-card .h5 {
    color: #31344B;
    text-align: center;
}

.service-card .number {
    margin-bottom: 40px;
}


.service-card .card {
    margin: 0 auto;
}

.service-card .card-body p {
    font-weight: 500;
}

.service-card .card-body .btn-icon-only {
    width: 75px;
    height: 75px;
}

.service-card .card-body .btn.btn-pill {
    border-radius: 100%;
}


.service-card .card-img,
.card-img-top {
    width: auto;
    height: 200px;
    margin: 0 auto;
    margin-top: 25px;
}

.service-card .card-title {
    height: 40px;
    font-size: 25px;
    font-weight: bold;
    margin: 25px auto;
    display: flex;
    align-items: center;
    justify-content: center;

}

.service-card .card-text {
    width: 90%;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
    margin: 30px auto;
}

.service-card .btn {
    position: relative;
    margin-top: 10px;

}

.service-card .btn img {
    width: 35px;
    height: 35px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}


.web-title::before {
    content: url(../img/web-icon.svg);
    margin-right: 15px;
}

.graphic-title::before {
    content: url(../img/graphic-icon.svg);
    margin-right: 15px;
}

.plan-title::before {
    content: url(../img/plan-icon.svg);
    margin-right: 15px;
}

.btn-wrapper {
    pointer-events: none;
}

.service-card .mr-5 {
    margin-right: 10% !important;
}

.kuwashiku {
    width: 90%;
    background-color: #31344B;
    box-shadow: 1px 1px 5px #959598, -1px -1px 5px #fff !important;
    border: #303660 !important;
    color: #fff;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.service-card .card03 {
    flex-direction: row-reverse;
    justify-content: center;
}

.card-03-img-top {
    width: 80%;
    height: auto;
    margin: 0 auto;
    margin-top: -20px;
}


.card03 .card-body {
    width: 90%;
}


.button3 {
    display: inline-block;
    padding: 30px 50px;
    background-color: #1789DE;
    font-size: 27px;
    font-weight: bold;
    box-shadow: 3px 3px 5px #3e3e3e;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 90px;
}



.service-hoka {
    background-color: #1789DE !important;
    padding: 4rem;
}

.service-hoka-wrap {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 50px;
}

.service-hoka-wrap h2 {
    font-size: 17px;
    font-weight: bold;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.hoka-icon {
    height: 50px;
}

.lead {
    font-size: 16px;
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 0;
}

.service-hoka .card {
    background-color: #1789DE !important;
}

.service-hoka .shadow-soft {
    box-shadow: 3px 3px 6px #194768, -3px -3px 6px #7ABBFC !important
}

.service-hoka .border-light {
    border-color: #177CC8 !important;
}




.company-link {
    width: 100%;
    height: 260px;
    background-image: url(../img/company-link.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.company-link h2 {
    font-weight: bold;
    font-size: 25px;
    padding-top: 60px;
}



.company-link .kuwashiku {
    width: 55%;
    max-width: 450px;
    background-color: #e6e7ee;
    box-shadow: 1px 1px 2px #333, -1px -1px 2px #707070 !important;
    border: #333 !important;
    color: #31344B;
    margin-top: 30px;
}

.company-link .border-light {
    border-color: #D1D9E6 !important;
}







@media (min-width:768px) {

    .pc-none {
        display: none;
    }

}


@media (min-width:768px)and (max-width:1024px) {


    .title-wrap {
        padding-top: 200px;
    }

    .title-wrap h1 {
        font-size: 50px;
    }

    .title-wrap p {
        font-size: 23px;
    }

    .button1 {
        margin-left: 150px;
        box-shadow: 3px 3px 3px #3e3e3e;
    }

}



@media (max-width:540px) {

    .title-wrap {
        padding-top: 100px;
        margin-left: 30px;
    }

    .title-wrap h1 {
        font-size: 60px;
    }

    .title-wrap p {
        font-size: 30px;
        text-align: left;
    }

    .title h2,
    p {
        text-align: center;
    }

    .about .text-wrap {
        margin-bottom: 100px;
    }

    .service .text-wrap {
        padding-top: 70px;
    }

    .service-card .card-title {
        margin: 20px auto;
    }

    .service-card .card-body .btn-icon-only {
        width: 55px;
        height: 55px;
    }

    .service-card .btn img {
        width: 25px;
        height: 25px;
    }

    .service-card .card-title {
        font-size: 18px;
    }

    .service-card .card-img,
    .card-img-top {
        height: 170px;
    }

    .card-body {
        padding: 0.2rem;
    }



}
