/*--------------
　　kv
--------------*/
.contactkv {
    margin: 0.1rem auto 0;
    width: 100%;
    height: 216px;
    background: url(../image/about-member_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/about-member_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_brown_grade.svg");
}
@media (max-width: 750px){
    .contacttitle {
        padding: 4rem 0 6rem;
    }
}

.about-member {
    width: 100%;
    padding-bottom: 90px;
    background-color: #F8F8F8;
    z-index: -1;
}
.about-member_content {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 1;
}
.about-member_content > p {
    font-family: 'Noto Serif JP', serif;
}
.about-member_content_text {
    font-size: 16px;
    line-height: 34px;
    text-align: center;
}
.about-member_content_text2 {
    font-size: 15px;
    line-height: 34px;
    text-align: center;
}
.abmember_rule {
    width: 100%;
    font-size:16px;
    line-height: 28px;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}
.abmember_rule_title{
    font-size: 16px;
    line-height: 34px;
    text-align: center;
}
.abmember_rule_right{
    text-align: right;
    margin-bottom: 60px;
}
.abmember_rule_box{
    margin-left:30px;
}

.about-member_info{
    width: 500px;
    border-top: 2px dotted;
    border-bottom: 2px dotted;
    margin: 0 auto;
}
.about-member_logo{
    width: 70%;
    margin-top: 40px;
    margin-bottom: 30px;
}
.about-member_info p{
    font-size:26px;
    font-weight: 600;
}
.abmember_subtitle{
    font-size: 18px;
    vertical-align: middle;
    letter-spacing:0.04rem;
}
.abmember_content_input_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 205px;
    height: 42px;
    margin: 0 auto;
    background: linear-gradient(to right, #e68c72, #af3f16 , #650b00);
    color: #fff;
    font-size: 15px;
    text-align: center;
    border-radius: 10px;
}
.abmember_title {
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    text-align: center;
    width: 262px;
    border-bottom: dotted 2px #000;
    padding-bottom: 20px;
    margin: 0 auto 95px;
}
.abmember_img_pc {
    display: inline;
}
.abmember_img_sp {
    display: none;
}
.mt{
    margin-top: 120px;

}
.mb{
    margin-bottom: 80px;
}
.mb2{
    margin-bottom: 60px;
}
.mb3{
    margin-bottom: 24px;
}
.mb4{
    margin-bottom: 40px;
}
.mb5{
    margin-bottom: 100px;
}
.ml{
    margin-left: 15px;
}
.ml2{
    margin-left: 178px;
}
.ml3{
    margin-left: 116px;
}
.mr{
    margin-right: 15px;
}
.mlr{
    margin-left: 15px;
    margin-right: 40px;
}
.mlr2{
    margin-left: 15px;
    margin-right: 24px;
}
.pc-none{
    display: none;
}
@media (max-width: 750px){
    .about-member {
        padding-bottom: 1rem;
    }
    .about-member_content {
        max-width: 90%;
        padding-top: 1rem;
    }
    .abmember_rule {
        font-size:0.8rem;
        line-height: 1.7rem;
        max-width: 90%;
        margin: 0 auto;
        position: relative;
    }
    .abmember_rule_title{
        font-size:0.8rem;
        line-height: 34px;
        text-align: center;
    }
    .abmember_rule_right{
        text-align: right;
        margin-bottom: 40px;
    }
    .abmember_rule_box{
        margin-left:30px;
    }
        .about-member_content_text {
        font-size: 0.8rem;
        line-height: 1.7rem;
    }
    .about-member_info{
        width: 80%;
    }
    .about-member_logo{
        width: 80%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .abmember_title {
        font-family: 'Noto Serif JP', serif;
        font-size: 1.4rem;
        width: 16rem;
        padding-bottom: 0.5rem;
        margin: 6rem auto 2.75rem;
    }
    .about-member_info p{
        font-size:13px;
        font-weight: 600;
    }
    .abmember_img_pc {
        display: none;
    }  
    .abmember_img_sp {
        display: inline;
    }
    .abmember_img_sp img {
        width: 90%;
    }
    .mb{
        margin-bottom: 60px;
    }
    .mb2{
        margin-bottom: 20px;
    }
    .mb3{
        margin-bottom: 10px;
    }
    .mb4{
        margin-bottom: 24px;
    }
    .mb5{
        margin-bottom: 100px;
    }
    .ml{
        margin-left: 10px;
    }
    .ml2{
        margin-left: 110px;
    }
    .ml3{
        margin-left: 110px;
    }
    .ml_sp{
        margin-left: 102px;
    }
    .mr{
        margin-right: 15px;
    }
    .mlr{
        margin-left: 10px;
        margin-right: 15px;
    }
    .mlr2{
        margin-left: 10px;
        margin-right: 8px;
    }    
    .abmember_subtitle{
        font-size: 11px;
    }    
    .abmember_content_input_btn {
        width: 10.25rem;
        height: 2.1rem;
        font-size: 0.75rem;
        border-radius: 0.5rem;
    }
    .pc-none{
        display: inline;
    }
}