@charset "UTF-8";

/* -------------------------
      共通項目
--------------------------*/
/* タイトル */
.works-area__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 50px;
}
.works-area__title--ja {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}
.works-area__title--en {
    display: block;
    font-size: 19px;
    font-weight: 300;
    margin-top: 12px;
}