
.title-image img{
    width: 100%;
}
.title-image-1920{
    display: none;
}
.title-image-sp{
    display: none;
  }
.top-contents-about{
    padding-top: 60px;
}
.top-contents-title{
    text-align: center;
}
.top-contents-title h1{
    border-bottom: solid 7px;
    display: inline;
    padding-bottom: 5px;
}
.top-contents-title h2{
    line-height: 55px;
    margin-bottom: 50px;
}
.top-contents-about .top-contents-about-box{
    display: flex;
    justify-content: space-between;
}
.top-contents-about .about-img img{
    width:450px ;
}
.top-contents-about .top-contents-about-txte{
    margin-left: 25px;
}
.top-contents-about .top-contents-about-txte h3{
    margin-top: 0;
}
.top-contents-about .top-contents-about-txte p{
    margin: 0;
}



.top-contents-messaging{
    background-image: url(/images/back_img.png);
    background-size: 100%;
    background-color: #000;
    margin-top: 100px;
    padding: 100px 0;
    width: 100%;
    background-repeat: repeat;
}
.top-contents-messaging .messaging-body{
    background-color: rgb(255,255,255,0.9);
    padding: 55px;
}
.top-contents-messaging .top-text-block{
    border-bottom: solid #C4C8CC 1px;
}
.top-contents-messaging .messaging-title{
    text-align: center;
}
.top-contents-messaging .messaging-title p{
    margin: 0;
}
.top-contents-messaging .messaging-title span{
    color: #A18243;
}
.top-contents-messaging .number-icon img{
    width: 56px;
}
.top-contents-messaging .messaging-items{
    display: flex;
    justify-content: center;
}
.top-contents-messaging .item{
    border: solid 2px;
    color: #000;
    background-color: #F0F2F5;
    position: relative;
    margin: 50px 15px;
    width: 243px;
    height: 162px;
}
.top-contents-messaging .item .number-icon{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}
.top-contents-messaging .item .item-text{
    text-align: center;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    width: 100%;
}
.top-contents-messaging .item .item-text p{
    margin: 0;
}
.top-contents-messaging .next-block{
    padding-top: 60px;
}
.top-contents-messaging .next-block-title1{
    text-align: center;
    color: #A18243;
}
.top-contents-messaging .next-block-title2{
    text-align: center;
    color: #A18243;
}
.top-contents-messaging .next-block-title p{
    margin: 0;
}
.top-contents-messaging .next-block-main{
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}
.top-contents-messaging .messaging-img img{
    width: 355px;
}
.top-contents-messaging .next-block-list{
    width: 100%;
}
.top-contents-messaging .next-block-list ul{
    list-style-type: square;
    margin: 0;
}
.top-contents-messaging .next-block-list li{
    margin-bottom: 23px;
    color: #A18243;
}
.top-contents-messaging .next-block-list li span{
    color: #000;
}

.more-btn{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.more-btn a{
    background-color: #000;
    text-decoration: none;
    color: #FFF;
    display: block;
    text-align: center;
    width: 288px;
    height: 56px;
    line-height: 56px;
}

@media screen and (max-width: 768px){
    section{
        padding: 0 10px 0 10px;
    }
    .title-image-sp{
        display: block;
    }
    .title-image-sp img{
        width: 100%;
    }
    .title-image{
        display: none;
    }
    .top-contents-title h2{
        line-height: 40px;
    }
    .top-contents-about .top-contents-about-txte{
        margin: 10px;
    }
    .top-contents-about .top-contents-about-box{
        display: block;
    }
    .top-contents-about .about-img{
        padding: 10px;
    }
    .top-contents-about .about-img img{
        width: 100%;
    }
    .top-contents-messaging{
        background-size: 256%;
    }
    .top-contents-messaging .messaging-body{
        width: 90%;
        padding:20px
    }
    .top-contents-messaging .messaging-title{
        margin-top: 20px;
        line-height: 45px;
    }
    .top-contents-messaging .item{
        margin: auto;
        margin-top: 43px;
        width: 100%;
    }
    .top-contents-messaging .number-icon img{
        width: 48px;
    }
    .top-contents-messaging .messaging-items{
        display: block;
        margin-top: 60px;
    }
    .top-contents-messaging .next-block-main{
        display: block;
    }
    .top-contents-messaging .next-block-main .messaging-img{
        text-align: center;
    }
    .top-contents-messaging .next-block-main .messaging-img img{
        width: 93%;
    }
    .top-contents-messaging .next-block-title2{
        width: 74%;
        margin: auto;
        margin-top: 10px;
        line-height: 40px;
    }
    .top-contents-messaging .next-block-list ul{
        padding: 0 0 0 15px;
        margin-top: 20px;
    }
    .more-btn a{
        width: 240px;
        height: 44px;
        line-height: 44px;
    }
}
@media screen and (max-width: 1440px){
    .title-image img{
        object-fit: cover;
        width: 100%;
        height: 352px;
    }
}
@media screen and (min-width:1920px) {
    .title-image-1920{
        display: block;
    }
    .title-image-1920 img{
        width: 100%;
    }
    .title-image{
        display: none;
    }
}


