
/********
タイトル
*******/
.h4title{
    position: relative;
    background-color:#fff;
    width:auto;
    display:inline-block;
    
  }
  .h4title h4{
    padding:0;
    margin:0;
  }
  .title-border-right:after {
    background: linear-gradient(90deg, #D80C73, #1F9BE8);
    height:1px;
    position:absolute;
    top:50%;
    left:120%;
    content:"";
    z-index:10;
    width:500px;
  }

section#message-second{

    background-image:url("../../images/img__bg-fab.jpg");
    width:100%;
    margin-top:200px;
    position: relative;
    padding-bottom:60px;
    
}
section#message-second div.backlogo{
    background-color:#ccc;
    position: absolute;
    opacity: 0.9;
    top:0;
    width:100%;
    height:100%;

}
div.message-image{
    text-align: right;
    right:0;
    z-index:10000;
}
div.message-image div.profile{
    position: absolute;
    top:200px;
    left:65%;
    width:300px;
    text-align: left;
}
div.message-image div.profile img{
    width:100%;
}
img.message-area-human{
    width:90%;
    margin-top:-140px;
}
div.message-area{
    position: relative;
    width:80%;
    margin:60px auto;
    text-align: right;
}
div.message-area div.message-area-message{
    width:80%;
    text-align: left;
    margin-left: auto;
    margin-right: 0px;

}
div.message-area div.message-area-message p{
    padding:20px  0px;
}





section#seven{
    margin-top:0px;
}

.logosvg{
    position: absolute;
    top:50%;
    left:-10%;
    width:100%;
    height:500px;
    opacity: 0.5;
    
}
.logosvg img{
    width:100%;
}


@media (max-width: 780px) {
    .title-border-right:after{
        width:60%;
    }
    div.area-catchcopy{
        width:90%;
    }
    img.message-area-human{
        width:100%;
    }
    div.message-image div.profile{
        position: relative;
        top:0;
        left:0;
        width:100%;
        background-color:#fff;
        padding:5%;
    }
    div.message-image div.profile img{
        width:60%;
    }
    div.message-area{
        position: relative;
        width:90%;
        margin:0 auto;
        text-align: left;
    }
    div.message-area div.message-area-message{
        width:100%;
    }
    
    
}