.banner-wrapper {
    position: relative;
}

.banner-wrapper img {
    width: 100%;
}

.banner-wrapper .content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    color: #fff;
}

.banner-wrapper .info {
    max-width: 62.5vw;
}

.banner-wrapper .description {
    font-size: 1.146vw;
    margin-bottom: 8px;
    line-height: 1.2;
}

.contact-info {
    text-align: center;
    color: #666;
    font-size: 20px;
    margin-bottom: 70px;
}

.contact-info i {
    font-size: 4.167vw;
}

.contact-info .label {
    font-weight: 800;
}

.contact-page .formstyle {
    max-width: 920px;
}

.contact-page .formstyle li:nth-of-type(1) .inputgroup {
    width: calc(50% - 12px);
    float: left;
}

.contact-page .formstyle li:nth-of-type(1) .inputgroup:first-child {
    margin-right: 24px;
}

.contact-store {
    width: 100%;
    height: auto;
    margin-top: 60px;
    border-top: 1px solid #E6E6E6;
    padding-top: 40px;
    text-align: center;
    color: #000;
}

.contact-store .title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 16px;
}

.contact-store .s-title {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 8px;
    font-weight: 600;
}

.contact-store .s-desc {
    max-width: 600px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 8px;
    color: #666;
    margin-bottom: 20px;
}

@media (max-width: 828px) {
    .banner-wrapper .info {
        max-width: 90%;
    }

    .banner-wrapper .description {
        font-size: 4vw;
    }

    .contact-info i {
        font-size: 11.6vw;
    }
    .contact-store .s-desc {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .contact-page .formstyle li:nth-of-type(1) .inputgroup {
        width: 100%;
        margin-bottom: 24px;
    }

    .contact-page .formstyle li:nth-of-type(1) .inputgroup:last-child {
        margin-bottom: 0;
    }

    .contact-info {
        margin-bottom: 36px;
    }
}