@charset "UTF-8";

/*  　コンテンツ　　*/
.history_img{
    position:relative;
}

.history_img img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.history_img_title{
    color: #fff;
    width: 225px;
    height: 225px;
    border: 2px solid #fff;
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    text-align: center;
    letter-spacing: 3px;
}

.history_img_title h3{
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.history_intro{
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0 100px;
}

.history_intro h3{
    margin: 50px 0;
}

.history_intro p{
    line-height: 2em;
    letter-spacing: 2px;
}

