@charset "UTF-8";
/* CSS Document */

.back {
    background-image: url(../img/top_back3.png);
    background-size: 4465px 7125px;
    background-repeat: no-repeat;
    background-position: center top;
}
#contents img {
    width: 100%;
    height: auto;
}
#mimg {
    height: 522px;
    position: relative;
    background-image: url(../img/top_mimg_back.png);
    background-size: auto 522px;
    background-repeat: repeat-x;
    background-position: center top;
    font-size: 0;
    text-align: center;
}
#mimg .container {
    height: 100%;
}
#mimg img {
    width: auto;
    height: 100%;
}
#contents h2 {
    font-size: 30px;
    line-height: 2;
    font-weight: 700;
    text-align: center;
    font-feature-settings: 'palt';
    padding: 40px 0 0;
}
#contents h2.blk1t {
    font-size: 35px;
    padding: 300px 0 35px;
}

#contents .wbase {
    position: relative;
    overflow: visible;
    background-color: #FFF;
    border-radius: 54px;
    padding: 50px 0 30px 42px;
}
#contents .wbase h3 {
    font-size: 0;
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
}
#contents .wbase .fblk {
    justify-content: flex-start;
}
#contents .wb1 {
    padding-left: 36px;
    margin-top: 70px;
}
#contents .wb1 h3 {
    width: 581px;
    height: 49px;
    background-image: url(../img/top_t1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
#contents .wb1 .fblk {
    gap: 36px;
}
#contents .wb1 .fblk img {
    width: 464px;
    height: auto;
}
#contents .wb2 {
    margin-top: 80px;
    padding-bottom: 35px;
}
#contents .wb2 h3 {
    width: 911px;
    height: 50px;
    background-image: url(../img/top_t2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
#contents .wb2 .fblk {
    gap: 60px;
}
#contents .wb2 .fblk img {
    width: 440px;
    height: auto;
}

#contents .blk1 {
    position: relative;
    font-size: 0;
}
#contents .blk1 .btn {
    width: 89.16%;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
#contents .blk1 .base {
    position: relative;
}
#contents .blk1 .base a {
    display: block;
    width: 3.9%;
    font-size: 0;
    position: absolute;
    top: 73.2%;
    left: 38.77%;
}
#contents .blk1 .base a img {
    width: 100%;
    height: auto;
}

#contents .blk2,#contents .blk3 {
    font-size: 0;
    margin-top: 68px;
}

#contents .ban {
    font-size: 0;
    margin-top: 85px;
    padding-bottom: 150px;
    text-align: center;
}
#contents .ban img {
    width: 846px;
    height: auto;
}
#contents .ban div {
    width: 846px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #FFF;
    border-radius: 67.2px;
    padding: 41px;
    font-size: 0;
}
#contents .ban div:last-child {
    margin-top: 45px;
}
#contents .ban div img {
    width: 100%;
    height: auto;
}
#contents .ban a {
    display: inline-block;
}


@media screen and (max-width: 1023px) {
    #mimg {
        height: auto;
    }
    #mimg img {
        width: 100%;
        height: auto;
    }
    #mimg .container {
        height: auto;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .back {
        background-image: none;
    }
    #contents h2 {
        font-size: 13px;
        line-height: 1.8;
        padding-top: 20px;
    }
    #contents .wbase {
        border-radius: 50px;
        padding: 25px 25px 15px;
    }
    #contents .wb1 {
        margin-top: 50px;
    }
    #contents .wb1 h3 {
        width: 90%;
    }
    #contents .wb1 .fblk {
        gap: 10px;
    }
    #contents .wb1 .fblk img {
        width: 100%;
    }
    #contents .wb2 {
        margin-top: 100px;
    }
    #contents .wb2 h3 {
        width: 90%;
        height: 120px;
        background-image: url(../img/top_t2_sp.png);
        top: -75px;
    }
    #contents .wb2 .fblk {
        gap: 15px;
    }
    #contents .wb2 .fblk img {
        width: 100%;
    }
    #contents h2.blk1t {
        font-size: 17px;
        padding: 50px 0 20px;
    }
    #contents .blk1 .btn {
        bottom: 8px;
    }
    #contents .blk2,#contents .blk3 {
        margin-top: 30px;
    }
    #contents .ban {
        margin-top: 30px;
        padding-bottom: 80px;
    }
    #contents .ban div {
        width: 100%;
        border-radius: 20px;
        padding: 20px;
    }
    #contents .ban div:last-child {
        margin-top: 20px;
    }
    #contents .ban img {
        width: 100%;
    }
}