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

.summary .inner{
    width: 900px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 166px;
}
.summary h3{
    font-size: 25px;
    font-weight: 400;
    line-height: 1.75;
    position: relative;
    margin: 0px 0px 90px;
    letter-spacing: 3px;
}

.summary h4{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.75;
    margin: 0px 0px 25px;
    letter-spacing: 3px;
}
.summary p.text{
    max-width: 430px;
    text-align: justify;
    margin: 75px auto;
    line-height: 2;
}

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

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

/*aboutus-vision*/




.summary #aboutus-vision .flex-wrap{
    display: flex;
    justify-content: flex-start;
    gap: 50px;
}

.summary #aboutus-vision .flex-wrap .item{
width:264px;
}
.summary #aboutus-vision p.text{
        margin: 25px 0 75px auto;
}

.summary #aboutus-vision .inner{
    border-bottom: 1px dotted #707070;
    }
    
/*conpany-profile*/
.summary #company-profile{
padding-top:140px;
}

.summary #company-profile .inner{
    border-bottom: 1px dotted #707070;
    }

    .summary #company-profile .column{
        display: flex;
        border-top: 1px solid #707070;
        align-items: center;
        gap: 90px;
        padding: 10px 0;
        max-width: 580px;
        margin: 0 auto;
}
.summary #company-profile .last-child{
        border-bottom: 1px solid #707070;
}
.summary #company-profile .column dt{
        width: 100px;
        text-align: left;
        font-weight: 400;
        font-size: 15px;
        letter-spacing: 1px;
        padding-left: 1rem;
}
.summary #company-profile .column dd{
        margin: 0;
        width: 410px;
        text-align: left;
    }

/*branch*/
.summary #branch{
    padding-top:140px;
}

.summary #branch p.text{
    max-width: 580px;
    margin: 40px auto 0;
}

.summary #branch p.text a{
color:#9D8E88!important;
    }

.summary #branch .inner{
border-bottom: 1px dotted #707070;
}
    
@media (max-width: 768px) {
    .summary .inner {
        width: 90%;
        padding: 40px 0px 80px;
        }
    .summary p.text {
            margin: 60px auto!important;
        }
    .summary #hero {
            padding-top: 0px;
    }
    .summary #hero h2 {
            padding-bottom: 40px;
                font-size: 22px;
        }
    .summary #hero img.illust {
        max-width: 150px;
        padding-bottom: 0px;
        margin-top: 30px;
    }
    .summary #intro img.illust {
        margin: 20px auto 0px;
    }
    .summary h3 {
        font-size: 20px;
    }
    .summary #aboutus-vision .flex-wrap {
        flex-direction: column;
    }
    .summary #aboutus-vision .flex-wrap .item {
        width: 100%;
        margin: 0 auto;
        max-width: 280px;
    }
    .summary #aboutus-vision p.text {
        margin: 25px 0 45px auto !important;
    }
    .summary #company-profile {
        padding-top: 40px;
    }
    .summary #company-profile .column {
        gap: 30px;
    }
    .summary #company-profile .column dt {
        font-size: 14px;
        padding-left: 0;
    }
    .summary #company-profile .column dd {
        font-size: 14px;
    }
    .summary #branch {
        padding-top: 40px;
    }
    }