@charset "UTF-8";

/*******************************

目指す未来 Css

*******************************/

/*-----------------------------
common
-----------------------------*/

.contents section {
    margin-bottom: 80px;
    overflow: hidden;
}

.contents .img img {
    width: 100%;
}

/*==== mobile スマフォ縦用css ===*/

@media screen and (max-width: 480px) {
    .contents section {
        margin-bottom: 40px;
    }
}

/*-----------------------------
vision
-----------------------------*/

.vision h4 {
    font-weight: bold;
    font-size: 150%;
    margin: 50px 0;
    line-height: 2;
    color: #769e3c;
}

.vision p {
    text-align: center;
    line-height: 3;
}

/*==== mobile スマフォ縦用css ===*/

@media screen and (max-width: 480px) {

    .vision h4 {
        text-align: left;
        line-height: 1.5;
        margin-bottom: 30px;
    }

    .vision p {
        text-align: left;
        line-height: 2;
    }
}
