@charset "UTF-8";

.representative {
    max-width: 1280px;
    margin: 0 auto;
    padding: 2em 0 4em;
}

.representative .title{
    font-size: 28px;
    color: #4e7280;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}

.representative .sub_title{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 2em;
    color: #444444;
    text-align: center;
    font-weight: 500;
}

.repre-img {
    max-width: 624px;
    margin: 0 auto;
}

.repre-msg-box {
    width: 100%;
    max-width: 980px;
    margin: 5em auto 0;
    font-size: 17px;
    color: #000;
    font-weight: 500;
    line-height: 29px;
    text-align: justify;
    padding: 0 20px;
}

.repre-msg-box p {
    margin-bottom: 2em;
}

.repre-name {
    font-family: "ヒラギノ明朝 ProN W6", serif;
    font-size: 18px;
    margin-top: 70px;
    text-align: right;
    color: #444444;
}

.repre-name span {
    font-size: 24px;
    font-family: inherit;
}

@media screen and ( max-width:768px ) {
    .representative {
        padding: 2em  20px 4em;
    }

    .representative .title {
        font-size: 48px;
    }

    .representative .sub_title {
        font-size: 18px;
    }

    .repre-img, .repre-name, .repre-msg-box {
        max-width: 510px;
    }

    .repre-msg-box>.title {
        background-image: none;
        padding-left: 0;
        font-weight: bold;
        font-size: 20px;
        line-height: 36px;
    }
}
@media screen and ( max-width:415px ) {
    .representative .title {
        font-size: 5.5vw;
        text-align: left;
    }

    .representative .sub_title {
        font-size: 4vw;
        margin-bottom: 1em;
        line-height: 1.5;
        text-align: left;
    }

    .repre-msg-box {
        margin: 1em auto 0;
        font-size: 4vw;
        padding: 0;
        line-height: 25px;
    }

    .repre-name {
        font-size: 4vw;
    }

    .repre-name span {
        font-size: 6vw;
    }
}
