.future #hero{
    padding-top: 170px;
    text-align: center;
}

.future .inner{
    width: 900px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 166px;
}

.future #hero h2{
    font-size: 28px;
    font-weight: 400;
    line-height: 1.75;
    padding-bottom: 70px;
    letter-spacing: 6px;
    }

.future #hero img.illust{
max-width:240px;
margin:0 auto;
}
    

/*intro*/
.future #intro img.photo{
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
}


.future #intro img.illust{
    width: 100%;
    max-width: 445px;
    margin: 130px auto 0px;
}


.future #intro p.text{
    max-width: 430px;
    text-align: justify;
    margin: 75px auto;
    line-height: 2;
}

.future #intro p.history{
    max-width: 580px;
    margin: 0 auto 45px;
    text-align: left;
    font-size: 15px;    
}


.future #intro p.history span{
    display: block;
    margin-bottom: 10px;    
}

.future #intro p.name{
        max-width: 580px;
        text-align: right;
        line-height: 2;
        margin: 0 auto;    
}


.future #intro .inner {
    border-bottom: 1px dotted #707070;
}

@media (max-width: 768px) {
    .future .inner {
        width: 90%;
padding:40px 0px;
        }
    .future p.text {
            margin: 60px auto!important;
        }
    .future #hero {
            padding-top: 0px;
    }
    .future #hero h2 {
            padding-bottom: 40px;
                font-size: 22px;
        }
    .future #hero img.illust {
        max-width: 230px;
        padding-bottom: 50px;
    }
    .future #intro img.illust {
        margin: 20px auto 0px;
    }
    .future #sgds-declaration {
        padding-top: 40px;
    }
    .future #sgds-declaration .item img {
        max-width: 64px;
    }
    .future #sgds-declaration .item p.text {
        margin: -10px 0 !important;
    }
    .future #sgds-declaration .inner {
        padding-bottom: 40px;
    }
    .future #organization img.illust {
        margin: 0 auto 100px;
    }
    .future #organization h3 {
        padding-bottom: 0px;
    }
    .future #organization .inner {
        padding-bottom: 20px;
    }
    }