@charset "UTF-8";
/*-----------------------
 overRide
 -----------------------*/
#headerWrapper{
    min-height: inherit !important;
}


/*-----------------------
 #storyWrapper
 -----------------------*/
#storyWrapper{
    position: relative;
    background-color: #f7f7f7;
    line-height: 1.8;
    padding-top: 80px;
    /*padding-bottom: 25px;*/
    text-align: center;
}

#storyWrapper h2{
    font-size: 18px;
    padding-bottom: 45px;
    letter-spacing: 1px;
    line-height: 1.8;
}

#storyWrapper h2::after{
    content: '';
    position: absolute;
    height: 2px;
    width: 250px;
    background-color: #de533f;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
       -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
         -o-transform: translate(-50%,0);
            transform: translate(-50%,0);
}


#storyWrapper section h3{
    font-size: 18px;
    padding-top: 25px;
    padding-bottom: 25px;
    letter-spacing: 1px;
    line-height: 1.4;
    text-align: center;
}

#storyWrapper section figure{
    padding-top: 15px;
}
#storyWrapper section figure > div > div:first-of-type{
    padding-right: 0;
}
#storyWrapper section figure > div > div:last-of-type{
    padding-left: 0;
}

#storyWrapper section div[data-story="text"]{
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.8;
    text-align: justify;
}

#storyWrapper section div[data-story="text"] span{
    display: block;
    font-size: 14px;
    padding-bottom: 10px;
}

/*#storyWrapper section div[data-story="text"] span::before{
    content: '';
    position: absolute;
    height: 2px;
    width: 55px;
    background-color: #de533f;
    top: 60px;
    left: 15px;
}
*/


#storyWrapper section div[data-story="text"] div.president_name{
    text-align: right;
    padding-top: 20px;
}

#storyWrapper section div[data-story="text"] div.president_name h4{
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 1.6;
    display: inline-block;
    padding-right: 15px;
}

#storyWrapper section div[data-story="text"] div.president_name h5{
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 1.6;
    display: inline-block;
}


#storyWrapper section figure#president_image{

}

#storyWrapper section figure#president_image img{
    width: 75%;
}


/*#storyWrapper section p[data-story="link"]{
    display: inline-block;;
}*/






@media (min-width: 768px){
    #storyWrapper{
        padding-top: 80px;
        /*padding-bottom: 50px;*/
    }
    #storyWrapper h2{
        font-size: 23px;
        padding-bottom: 45px;
        letter-spacing: 1px;
        line-height: 1.8;
    }
    #storyWrapper section h3{
        font-size: 23px;
    }
    #storyWrapper section figure{
        padding-top: 45px;
    }
    #storyWrapper section div[data-story="text"]{
        line-height: 2;
        padding-top: 80px;
        padding-bottom: 45px;
    }
    #storyWrapper section div[data-story="text"] span{
        display: block;
        font-size: 16px;
        padding-bottom: 15px;
    }

    #storyWrapper section div[data-story="text"] span::before{
        content: '';
        position: absolute;
        height: 2px;
        width: 55px;
        background-color: #de533f;
        top: 60px;
        left: 15px;
    }

    #storyWrapper section figure#president_image img{
        width: 100%;
    }
}


@media (min-width: 992px){
    #storyWrapper h2{
        font-size: 28px;
    }
    #storyWrapper section h3{
        font-size: 27px;
    }
}

@media (min-width: 1200px){
    #storyWrapper section h3{
        font-size: 30px;
    }
}



/*-----------------------
 #spaceWrapper
 -----------------------*/
#spaceWrapper{
    position: relative;
    background-color: transparent;
    height: 350px;
    background: url(http://dev.o-takahashikogei.com//rsrc/design/common/item_img_03_2000.jpg) no-repeat 50% 50%;
    background-size: cover;
    background-attachment: fixed;
}



/*-----------------------
 #profileWrapper
 -----------------------*/
#profileWrapper{
    position: relative;
    background-color:#f7f7f7;
    line-height: 1.8;
    padding-top: 10px;
    padding-bottom: 130px;
    text-align: center;
}

#profileWrapper h2{
    font-size: 18px;
    padding-bottom: 45px;
    letter-spacing: 1px;
    line-height: 1.8;
}

#profileWrapper h2::after{
    content: '';
    position: absolute;
    height: 2px;
    width: 250px;
    background-color: #de533f;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
       -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
         -o-transform: translate(-50%,0);
            transform: translate(-50%,0);
}


section div[data-profile="text"]{
    text-align: left
}

section div[data-profile="text"] figure{

}

section div[data-profile="text"] figure img{
    margin-left: 0;
}

section div[data-profile="list"]{
    padding-top: 45px;
}

section div[data-profile="list"] ul{

}

section div[data-profile="list"] li{
        font-size: 16px;
        padding-bottom: 10px;
}

figure[data-profile="image"]{
    position: relative;
    margin-top: 50px;
}

figure[data-profile="image"] #man{
    width:75%;
}

figure[data-profile="image"] #sign{
    position: relative;
    width:75%;
    margin-top: -60px;
}


@media (min-width: 768px){
    #profileWrapper{
        padding-top: 60px;
        padding-bottom: 130px;
    }
    #profileWrapper h2{
        font-size: 23px;
        padding-bottom: 45px;
        letter-spacing: 1px;
        line-height: 1.8;
    }
    figure[data-profile="image"] #man{
        width:100%;
    }
    figure[data-profile="image"] #sign{
        position: absolute;
        bottom: 0;
        right: -30px;
        width:75%;
        margin-top:0;
    }
}

@media (min-width: 992px){
    #profileWrapper{
        padding-top: 80px;
        padding-bottom: 130px;
        text-align: center;
    }
    #profileWrapper h2{
        font-size: 28px;
    }
}

@media (min-width: 1200px){

}

