
/*---------------下層ページicatch------------------*/
.i-chach{
    background: url(../img/common/i-catch.png)no-repeat center top;
    background-size: cover;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
}
.page-ttl{
    padding: 13.5% 0 10%;
    color: #fff;
}
.page-ttl{
    font-size: 40px;
}
.page-ttl span{
    font-size: 24px;
}
@media only screen and (max-width: 1024px) {
    .page-ttl{
        font-size: 30px;
        padding: 15.5% 0 7%;
    }
}
@media only screen and (max-width: 960px) {
    .page-ttl{
        font-size: 24px;
    }
}
@media only screen and (max-width: 568px) {
    .i-chach{
        margin-bottom: 30px;
    }
    .page-ttl{
        padding: 35.5% 0 27%;
    }
}

/*---------------下層ページ見出しh2------------------*/


/*---------------下層ページ見出しh3------------------*/


.benefits{
    position: relative;
    border: 5px solid var(--site-keycolor);
}
.benefits h4{
    font-size: 22px;
    margin-bottom: 10px;
}
.benefits h4::before{
    content: '●';
    color: var(--site-keycolor);
    font-size: 32px;
    line-height: 1;
    vertical-align: bottom;
}
.benefits h5{
    font-size: 18px;
    font-weight: bold;
}
.benefits p{
    margin-bottom: 20px;
}
.benefits p:last-child{
    margin-bottom: 0;
}
.benefits::after{
    content: '';
    background: url(../img/top/introduction_illust.png)no-repeat right bottom;
    width: 237px;
    height: 261px;
    position: absolute;
    right: 30px;
    top: 30px;
    background-size: contain;
}
@media only screen and (max-width: 960px) {
    .benefits p{
        width: 60%;
    }
    .benefits::after{
        width: 30%;
    }
        
}

@media only screen and (max-width: 568px) {
    .benefits h4{
        font-size: 18px;
    }
    .benefits h4::before{
        font-size: 20px;
        line-height: 1.4;
    }

    .benefits::after{
        width: 127px;
        height: 140px;
        background-size: contain;
        right: 20px;
        bottom: 20px;
        top:auto;
    }
    .benefits p{
        margin-bottom: 10px;
        width: 100%;
    }
    .benefits p:last-child{
        width: 50%;
        font-size: 14px;
        line-height: 1.5;
    }
}

/*===============================================
 *	お問い合わせ
===============================================*/
