@charset "UTF-8";
/*==============================================
contact-thanks
==============================================*/
body {
    background: #f7f6f6;
}

.contact{
    width: 100%;
    max-width: 1230px;
    min-height: calc(100vh - 171px);
    margin: 0 auto;
    padding: 210px 40px 130px;
}

.contact h1 span{
    font-size: 6.0rem;
    font-weight: bold;
    line-height: 1;
    display: block;
}

.contact h1 small{
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1;
    display: block;
    margin-top: 11px;
}

.contact p{
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.89;
    display: block;
    margin-top: 110px;
}

.contact a{
    font-family: var(--fontfamily-sans-serif);
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff !important;
    text-align: left;
    width: 256px;
    height: 58px;
    border-radius: 29px;
    border: none;
    background: #634f45 url("../img/common/arrow02.svg") no-repeat center right 30px;
    padding-left: 42px;
    margin: 47px 0 0;
    display: flex;
    align-items: center;
}


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

.contact{
    min-height: calc(100vh - 46.792vw);
    padding: 28vw 6.67vw 17.33vw;
}

.contact h1 span{
    font-size: 10.67vw;
}

.contact h1 small{
    font-size: 3.6vw;
    margin-top: 1.467vw;
}

.contact p{
    font-size: 3.2vw;
    margin-top: 14.67vw;
}

.contact a{
    font-size: 4.37143vw;
    width: 60vw;
    height: 11.6vw;
    border-radius: 5.8vw;
    background: #634f45 url("../img/common/arrow02.svg") no-repeat center right 4vw;
    background-size: 3vw auto;
    padding-left: 8vw;
    margin: 6.267vw 0 0;
}

}
