@charset "utf-8";

.ttl_lower::after {
    content: 'BRANCH';
}

/* =============================================================
   社長ごあいさつ
   =============================================================
*/
.greeting_block .img {
    order: 2;
    width: 314px;
    margin-left: 20px;
}

.greeting_block .txt_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.greeting_block p {
    order: 1;
    font-size: 18px;
    line-height: 2;
}

.greeting_block a {
    text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
    .greeting_block a:hover {
        text-decoration: none;
    }
}

@media screen and (max-width: 1200px) {
    .greeting_block p {
        font-size: 15px;
    }

    .greeting_block .img {
        width: 250px;
    }
}

@media screen and (max-width: 600px) {
    .greeting_block p {
        font-size: 13px;
    }

    .greeting_block .img {
        float: inherit;
        margin: 10px auto 0;
        width: 240px;
        order: 2;
    }

    .greeting_block .txt_box {
        display: flex;
        flex-direction: column;
    }

    .greeting_block p {
        order: 1;
    }
}

/* =============================================================
   地域での活動
   =============================================================
*/
.region_block {
    padding-top: 58px;
}

.region_block p {
    font-size: 18px;
    line-height: 2;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.region_block a {
    text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
    .region_block a:hover {
        text-decoration: none;
    }
}

@media screen and (max-width: 1200px) {
    .region_block p {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    .region_block p {
        font-size: 13px;
    }

    .region_block {
        padding-top: 40px;
    }
}

/* =============================================================
   加盟会社一覧
   =============================================================
*/
.company_block {
    padding-top: 58px;
    margin-bottom: 60px;
}

.company_block .company_pref:not(:first-of-type) {
    margin-top: 30px;
}

@media screen and (max-width: 600px) {
    .company_block {
        padding-top: 40px;
        margin-bottom: 40px;
    }

    .company_block .company_pref:not(:first-of-type) {
        margin-top: 20px;
    }
}