@charset "utf-8";

.visual {
    position: relative;
    height: 100vh;
    background-position: center top;
    background-size: cover;
}

.visual .text {
    width: 1700px;
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translate(0, -80%);
}

.visual .text .head {
    font-size: 50px;
    color: #353535;
    letter-spacing: -1px;
    font-family: "Roboto";
}

.visual .text .head strong {
    display: block;
    font-size: 78px;
    line-height: 1;
    color: #3258a4;
}

.visual .text .txt {
    margin-top: 35px;
    color: #353535;
    font-size: 21px;
    letter-spacing: -0.5px;
}

.visual .text.white p,
.visual .text.white strong,
.visual .text.white strong i {
    color: #fff !important;
}

#section0 {
    position: relative;
}

#section0 .quick {
    position: absolute;
    width: 900px;
    left: 50%;
    margin-left: -450px;
    bottom: 103px;
    z-index: 10;
}

#section0 .quick::after {
    content: "";
    display: block;
    clear: both;
}

#section0 .quick .box {
    width: 298px;
    height: 150px;
    position: relative;
    margin: 0 1px;
    float: left;
    transition: margin 0.15s linear;
    text-align: center;
}

#section0 .quick .box::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: #fff;
    opacity: 0.85;
}

#section0 .quick .box:hover,
#section0 .quick .box:focus {
    margin-top: -10px;
}

#section0 .quick .box:hover::before,
#section0 .quick .box:focus::before {
    background: url("../images/main/sec00_box.png") no-repeat left top;
    opacity: 1;
}

#section0 .quick .box .tit {
    color: #111;
    font-size: 19px;
    font-weight: 500;
}

#section0 .quick .box .tit::before {
    content: "";
    width: 51px;
    height: 53px;
    display: block;
    margin: 22px auto 13px;
}

#section0 .quick .box.box02 .tit::before {
    background: url("../images/main/sec00_icon02.png") no-repeat left top;
    background-size: 100%;
}
#section0 .quick .box.box03 .tit::before {
    background: url("../images/main/sec00_icon03.png") no-repeat left top;
    background-size: 100%;
}
#section0 .quick .box.box04 .tit::before {
    background: url("../images/main/sec00_icon04.png") no-repeat left top;
    background-size: 100%;
}

#section0 .quick .box:hover .tit::before,
#section0 .quick .box:focus .tit::before {
    display: none;
}

#section0 .quick .box:hover .tit,
#section0 .quick .box:focus .tit {
    margin-top: 17px;
    font-size: 32px;
    color: #fff;
    font-weight: 600;
}

#section0 .quick .box a {
    display: none;
    width: 160px;
    height: 45px;
    color: #1a5ca8;
    font-weight: 500;
    font-size: 16px;
    line-height: 44px;
    background: #fff;
    margin: 14px auto 0;
    border-radius: 3px;
}

#section0 .quick .box:hover a,
#section0 .quick .box:focus a {
    display: block;
}

@media screen and (max-width: 1200px) {
    .visual .text {
        transform: translate(0, -90%);
    }

    #section0 .quick {
        width: 600px;
        transform: translateX(-50%);
        margin-left: 0;
        bottom: 30px;
    }

    #section0 .quick .box {
        margin: 0 1px 1px;
    }

    #section0 .quick .box:hover,
    #section0 .quick .box:focus {
        transform: translateY(-10px);
    }
}

@media screen and (max-width: 1024px) {
    .visual .text {
        width: 100%;
        left: 6rem;
        transform: translate(0, -130%);
    }

    .visual .text .head {
        font-size: 4rem;
    }

    .visual .text .head strong {
        font-size: 6.5rem;
    }

    .visual .text .txt {
        margin-top: 2.5rem;
        font-size: 1.7rem;
    }
}

/*mobile*/
@media screen and (max-width: 768px) {
    .visual {
        background-position: 55% top;
    }

    .visual .text {
        left: 1.5rem;
        transform: translate(0, -120%);
    }

    .visual .text .head {
        font-size: 2.5rem;
        line-height: 1.2;
    }

    .visual .text .head strong {
        margin-top: 1rem;
        font-size: 3.5rem;
    }

    .visual .text .txt {
        width: 79%;
        margin-top: 1.5rem;
        font-size: 1.4rem;
    }

    #section0 .quick {
        width: 100%;
        padding: 0 1.5rem;
    }

    #section0 .quick .box {
        width: calc(50% - 2px);
        height: 9rem;
    }

    #section0 .quick .box .tit {
        font-size: 1.1rem;
    }

    #section0 .quick .box .tit::before {
        width: 3rem;
        height: 3.2rem;
        margin: 2rem auto 0.3rem;
    }

    #section0 .quick .box:hover .tit,
    #section0 .quick .box:focus .tit {
        margin-top: 1.5rem;
        font-size: 1.8rem;
    }

    #section0 .quick .box a {
        width: 9rem;
        height: 2.5rem;
        font-size: 0.9rem;
        line-height: 2.5rem;
        margin: 0.6rem auto 0;
    }
}
