@charset "utf-8";

body {
    position: relative;
    font-family: YakuHanMP,'游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    background-color: #FFF;
    margin: 0;
}

.wrapper {
    padding: 6%;
}

.staff-charge {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
}
.staff-name {
    margin: 0;
    font-size: 38px;
    font-weight: bold;
}
.staff-en {
    font-size: 13px;
    font-weight: 300;
    color: #CE0515;
}
.staff-txt {
    font-size: 13px;
    font-weight: 600;
    text-align: justify;
    line-height: 2;
}
@media screen and (max-width: 768px) {
    .staff-name {
        font-size: 25px;
    }
}