@charset "UTF-8";

/*------------------------------------------------------------
    経営理念
------------------------------------------------------------*/
.philosophy_content h1 {
    text-align: center;
    font-size: 1.4rem;
    color: #5aae1f;
    display: flex;
    align-items: center;
    width: 50%;
    margin: 0 auto 20px;
}
.philosophy_content h1:before,
.philosophy_content h1:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #d9d9d9;
    display: block;
}
.philosophy_content h1:before {
    margin-right: 20px;
}
.philosophy_content h1:after {
    margin-left: 20px;
}
.philosophy_content h2 {
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.philosophy_content .philosophy_txt_box p {
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .philosophy_content {
        background-image: url(../img/about_us/mv-about_us.jpg);
        background-position: center;
        background-size: cover;
        height: 135vh;
        color: #fff;
    }

    .philosophy_content h1 {
        padding-top: 120px;
        margin-top: -60px;
        color: #fff;
        width: 30%;
    }

    .philosophy_content h1:before,
    .philosophy_content h1:after {
        background: #fff;
    }

    .philosophy_content h2 {
        margin-bottom: 40px;
        color: #fff;
    }

    .philosophy_content .philosophy_txt_box p {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 992px) {
    .philosophy_content h2 {
        font-size: 4.5rem;
    }
}

/*------------------------------------------------------------
    代表メッセージ
------------------------------------------------------------*/
.message_content .message_catch {
    margin-bottom: 30px;
}

.message_content .message_txt_box p {
    margin-bottom: 30px;
}

.message_content .message_img {
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .message_content .message_txt_box p {
        margin-bottom: 40px;
    }
}

/*------------------------------------------------------------
    沿革
------------------------------------------------------------*/
.history_tbl tr {
    border-bottom: 1px solid #d9d9d9;
}

.history_tbl th,
.history_tbl td {
    display: block;
    padding-bottom: 20px;
    text-align: left;
}

.history_tbl th {
    padding: 15px 0 5px;
    color: #5aae1f;
    font-weight: bold;
}

.history_tbl tr.border_none {
    border-bottom: none;
}

.history_tbl tr.border_none td {
    padding-bottom: 10px;
}

@media screen and (min-width: 768px) {

    .history_tbl th,
    .history_tbl td {
        display: table-cell;
        padding: 20px 0;
    }

    .history_tbl th {
        padding-right: 60px;
        white-space: nowrap;
    }

    .history_tbl td {
        width: 100%;
    }

    .history_tbl tr.border_none th,
    .history_tbl tr.border_none td {
        padding-bottom: 0;
    }

    .history_tbl .month {
        text-align: right;
    }
}
