@charset "utf-8";
/** ------ 企業理念の設定 ------ **/
#corporate_philosophy_area {
    padding-top: 60px;
}

#corporate_philosophy_area div {
    margin-top: 10px;
}

#corporate_philosophy_area div h3 {
    position: relative;
    color: #158b2b;
    font-size: 22px;
    padding: 10px 0;
    text-align: center;
    margin: 1.5em 0;
}

#corporate_philosophy_area div h3:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 150px;
    height: 60px;
    border-radius: 50%;
    border: 5px solid #a6ddb0;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#corporate_philosophy_area div div {
    max-width: 650px;
    text-align: left;
    margin: 0 auto 50px;
}
