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

.aboutus h2{
    font-size: 25px;
    font-weight: 400;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    margin: 20px auto;
}


.aboutus h2 img.icon{
    margin: 0 auto;
    display: block;
    width: 65px;
}

.aboutus h2 img.illust{
    width: 100%;
    display: block;
    margin: 50px auto;
}

.aboutus .inner p.text{
    max-width: 427px;
    text-align: left;
    margin: 0 auto 70px;
    line-height: 1.75;
    font-size: 15px;
    letter-spacing: 1px;
}



.aboutus img.border{
    margin-top: 0px;
    width: 100%;
}
/*hero*/
.aboutus #hero{
    background: #F8F5E5;
    z-index: 10;
    position: relative;
    min-height: 610px;
}
.aboutus #hero .inner{
    width: 956px;
    margin: 0 auto;
    position: relative;
    padding-top: 170px;
    padding-bottom: 0;
}

.aboutus #hero h2{
    text-align: left;
}


.aboutus #hero h2.catch{
font-size:30px;
font-weight:400;
line-height: 1.75;
}
.aboutus #hero h3{
    font-size: 25px;
    font-weight: 400;
    line-height: 1.75;
    position: relative;
    padding-left: 40px;
    z-index: 10;
    margin: 30px 0px 40px -1em;
    text-align: left;
}

.aboutus #hero h3::before {
    content: url('/asset/images/aboutus/img01.png');
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-bottom: 0;
    width: 90px;
    height: 90px;
    z-index: -10;

}

.aboutus #hero p.text{
    width: 100%;
    max-width: 400px;
    line-height: 2;
    letter-spacing: 1px;
    font-size: 15px;
    margin: 0;
}
.aboutus #hero img.illust{
    position: absolute;
    right: 0;
    bottom: -90px;
    width: 377px;
}

.aboutus h2 span{
    font-size: 17px;
    display: block;
}
/*mission*/
.aboutus #mission{
    padding-top:130px;
}

.aboutus #mission .inner{
border-bottom: 1px dotted #707070;
}

.aboutus #mission h2 img.illust{
max-width:288px;
}


/*csr*/

.aboutus #summary{
    padding-top:150px;
}

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

.aboutus #summary h2 img.icon{
    margin: 0 auto;
    display: block;
    width: 65px;
}

.aboutus #summary h2 img.illust{
    max-width:265px;
}
    
/*organization*/

.aboutus #organization{
    padding-top:150px;
}

.aboutus #organization .inner{
border-bottom: 1px dotted #707070;
}

.aboutus #organization h2 img.icon{
    margin: 0 auto;
    display: block;
    width: 65px;
}

.aboutus #organization h2 img.illust{
    max-width:335px;
}
    

/*media*/

.aboutus #media{
    padding-top:150px;
}

.aboutus #media .inner{
border-bottom: 1px dotted #707070;
}

.aboutus #media h2 img.icon{
    margin: 0 auto;
    display: block;
    width: 65px;
}

.aboutus #media h2 img.illust{
    max-width:320px;
}
    
/*sdgs*/
.aboutus #sdgs{
    padding-top:80px;
}

.aboutus #sdgs .inner{
    width: 900px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 80px;
border-bottom: 1px dotted #707070;
}

.aboutus #sdgs .inner h2{
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
}

.aboutus #sdgs .inner h2 img{
    display: block;
    margin: 0 auto -15px;
    width: 160px;
}

.aboutus #sdgs .inner .flexwrap{
display: flex;
width: 580px;
margin: 30px auto;
justify-content: space-between;
}

.aboutus #sdgs .inner .flexwrap .item{
    width: 150px;
    }
.aboutus #sdgs .inner .flexwrap .item h3{
    font-size: 16px;
    font-weight: 400;
}

.aboutus #sdgs .inner .flexwrap .item span{
display: block;
}

.aboutus #sdgs .inner .flexwrap img{
    max-width: 64px;
    max-height: 64px;
    }

    @media (max-width: 768px) {
        .aboutus #hero .inner {
            width: 100%;
    padding:40px 20px;
        }
        .aboutus #hero img.illust{
            position: relative;
        }
        .aboutus #hero h2.catch {
            font-size: 26px;
            text-align: center;
        }
        .aboutus #hero h3::before {
            content: url('/asset/images/aboutus/img01.png');
            position: absolute;
            margin-bottom: 0;
            width: 90px;
            height: 90px;
            z-index: -10;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        
        }
        .aboutus #hero h3 {
            font-size: 20px;
            padding-left: 0px;
            text-align: center;
            letter-spacing: 5px;
            margin: 30px auto 40px;
        }
    
        .aboutus #hero p.text {
            font-size: 15px;
            text-align: left;
            position: relative;
            margin: 40px auto 0;
        }
    
        .aboutus #hero img.illust {
            width: 100%;
            bottom: 0;
            margin: 20px auto;
            max-width: 220px;
        }
    
        
        .aboutus #mission .inner,
        .aboutus #summary .inner,
        .aboutus #organization .inner,
        .aboutus #media .inner,
        .aboutus #sdgs .inner {
            width: 90%;
            padding:40px 0px;
        }
    
        .aboutus #mission {
            padding-top: 40px;
        }
    
        .aboutus #mission h2,
        .aboutus #summary h2,
        .aboutus #organization h2,
        .aboutus #media h2,
        .aboutus #sdgs .inner h2 {
            font-size: 20px;
        }
    
        .aboutus #mission h2 img.illust {
            margin-bottom: 40px;
            max-width: 190px;
        }
        .aboutus #summary {
            padding-top: 20px;
        }
        .aboutus #summary img.illust {
            margin: 40px 0;
            width: 100%;
            max-width: 223px;
        }
        .aboutus #summary h2 img.illust {
            max-width: 190px;
            margin: 40px auto;
        }
        .aboutus #summary .news-single {
            width: 100%;
        }
    
        .aboutus #summary .news-thumbnail img {
            width: 100%;
            max-width: 110px;
        }
    
        .aboutus #summary .news-more a.btn {
            margin-top: 40px;
        }
        .aboutus #organization {
            padding-top: 40px;
        }
        .aboutus #organization h2 img.illust {
            max-width: 240px;
        }
        .aboutus #media {
            padding-top: 40px;
        }
        .aboutus #media h2 img.illust {
            max-width: 200px;
        }
        .aboutus #sdgs {
            padding-top: 40px;
        }
        .aboutus #sdgs .inner .flexwrap {
            flex-direction: column;
            width: 100%;
        }
    
        .aboutus #sdgs .inner .flexwrap .item {
            width: 100%;
            margin-bottom: 20px;
            display: flex;
            max-width: 325px;
            gap: 25px;
            justify-content: flex-start;
            margin-left: 10px;
            align-items: center;
        }
        .aboutus #sdgs .inner .flexwrap .item h3 {
            font-size: 15px;
            text-align: left;
            line-height: 1.5;
        }
    }