/*--------------
　　kv
--------------*/
.contactkv {
    margin: 0.1rem auto 0;
    width: 100%;
    height: 216px;
    background: url(../image/contact_kv_pc.jpg) center center / cover no-repeat;
    position: relative;
}
.contactkv_text {
    color: #F8F8F8;
    padding-top: 85px;
}
.contactkv_text p {
    display: inline;
}
.bigtitle {
    font-family: 'Noto Serif JP', serif;
    font-size: 34px;
}
.smalltitle {
    font-size: 16px;
    padding-left: 10px;
    vertical-align: middle;
}
@media (max-width: 750px){
    .contactkv {
        margin: 7rem auto 0;
        width: 100%;
        height: 12rem;
        background: url(../image/contact_kv_sp.jpg) center center / cover no-repeat;
        position: relative;
    }
    .contactkv_text {
        padding-top: 4.5rem;
        padding-left: 1rem;
    }
    .bigtitle {
        font-size: 2rem;
    }
    .smalltitle {
        font-size: 0.8rem;
        padding-left: 1rem;
    }
}

/*--------------
　　タイトル
--------------*/
.contacttitle {
    width: 100%;
    padding: 80px 0 100px;
    background-color: #F8F8F8;
}
.contacttitle h2 span.decoration::before {
    background-image: url("../image/h2_decoration_gg.svg");
}
@media (max-width: 750px){
    .contacttitle {
        padding: 4rem 0 6rem;
    }
}

.contact {
    width: 100%;
    padding-bottom: 90px;
    background-color: #F8F8F8;
    z-index: -1;
}
.contact_content {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.contact_content > p {
    font-family: 'Noto Serif JP', serif;
}
.contact_content_text {
    font-size: 16px;
    line-height: 34px;
    text-align: center;
}
@media (max-width: 750px){
    .contact {
        padding-bottom: 6rem;
    }
    .contact_content {
        max-width: 90%;
        padding-top: 1rem;
    }
    .contact_content_text {
        font-size: 0.8rem;
        line-height: 1.7rem;
    }
}

.contact_info{
    width: 500px;
    border-top: 2px dotted;
    border-bottom: 2px dotted;
    margin: 0 auto;
}
.contact_logo{
    width: 70%;
    margin-top: 50px;
    margin-bottom: 30px;
}
.contact_mail{
    width:5%;
    margin-right: 5px;
}
.contact_info p{
    font-size:16px;
    font-weight: 600;
    margin-bottom: 60px;
}
.contact_mb{
    margin-bottom: 120px;
}
.contact_mb2{
    margin-bottom: 80px;
}
@media (max-width: 750px){
    .contact_info{
        width: 80%;
    }
    .contact_logo{
        width: 80%;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .contact_mail{
        width:4%;
        margin-right: 4px;
    }    
    .contact_info p{
        font-size:12px;
        font-weight: 600;
        margin-bottom: 35px;
    }    
    .contact_mb{
        margin-bottom: 80px;
    }
    .contact_mb2{
        margin-bottom: 40px;
    }    
}