@charset "UTF-8";

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

スタッフの声 Css

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

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

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

.contents figure {
    margin: 0;
}

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


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

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


/*-----------------------------
スタッフの声
-----------------------------*/

.voice-ul {
    margin: 100px 0 0 0;
}

.voice-ul li {
    background: #f4fbf5;
    border-radius: 10px;
    padding: 30px 3%;
    margin-bottom: 30px;
}

.voice-ul li.flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.voice-ul figure {
    width: 19%;
    position: relative;
    text-align: left;
}

.voice-ul figcaption {
    display: block;
    position: absolute;
    background: #6ea367;
    border-radius: 5px;
    color: #efe434;
    min-width: 100px;
    font-size: 110%;
    padding: 5px 10px;
    right: 0;
    top: 138px;
    text-align: center;
}

.voice-ul dl {
    width: 77%;
    text-align: left;
}

.voice-ul dt {
    color: #6ea367;
    font-weight: bold;
    font-size: 140%;
}

.voice-ul dd {
    margin-top: 15px;
}

.voice-ul .name {
    font-size: 90%;
    margin-bottom: 15px;
    line-height: 1;
}

.voice-ul .name span {
    color: #e89876;
    display: inline-block;
    border-left: 1px solid #000;
    margin-left: 10px;
    padding-left: 10px;
}


/*==== mobile スマフォ横〜用css ===*/

@media screen and (max-width: 896px) {
    .voice-ul figcaption {
        position: relative;
        width: 100%;
        max-width: 160px;
        right: auto;
        top: auto;
        bottom: 0;
        margin: 5px auto 0 auto;
    }
}

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

@media screen and (max-width: 480px) {
    .voice-ul {
        margin: 50px 0 0 0;
    }
    .voice-ul li {
        padding: 30px 5%;
    }

    .voice-ul figure {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .voice-ul dl {
        width: 100%;
    }
}

/*-----------------------------
成長サポート
-----------------------------*/

.support p.txt {
    margin-bottom: 50px;
}

.support .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

ul.support-ul {
    position: relative;
    margin-bottom: 30px;
    line-height: 1.5;
}


ul.support-ul > li {
    width: 48%;
    background: #f4fbf5;
    border: 1px dotted #71aa6a;
    border-radius: 10px;
    padding: 25px 3%;
    position: relative;
}

ul.support-ul dl {
	margin-top: 30px;
}

ul.support-ul dl:first-child {
	margin-top: 0;
}

ul.support-ul dt {
    font-weight: bold;
    font-size: 110%;
    background: #70a869;
    color: #fff;
    padding: 5px 0;
    width: 260px;
    margin: 0 auto;
    border-radius: 50px;
}

ul.support-ul dd {
    text-align: left;
    margin-top: 20px;
}

ul.support-ul dd {
    text-align: left;
    margin-top: 20px;
}

ul.support-ul dd ul li {
    width: 48%;
    margin-bottom: 10px;
}

ul.support-ul dd ul li:before {
    content: "\f111";
    font-family: FontAwesome;
    color: #70a869;
    margin-right: 5px;
}

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

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

    ul.support-ul > li {
        width: 100%;
        padding: 25px 3%;
        margin-bottom: 30px;
    }
}
