@charset "UTF-8";
.mv_wrap {
    margin: 0 auto;
    background: url(/cmn/img/pre_etcmvbg.png) no-repeat center / cover;
    height: 390px;
}
.mv-ttl {
    font-size: 36px;
    font-weight: bold;
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: 0 auto;
    padding-top: 70px;
    box-sizing: border-box;
}
.companyMenu_lst {
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    text-align: center;
    gap: 22px 0;
    box-sizing: border-box;
}
.companyMenu_lst li {
    width: calc((100% - 20px*4)/5);
}
.companyMenu_lst li a {
    display: inline-block;
    width: 100%;
    background: #fff;
    color: #004DA0;
    font-size: 14px;
    font-weight: bold;
    padding: 14px 5px 12px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #fff;
}
.menuDtl_wrap {
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px 0;
    padding-bottom: 110px;
    box-sizing: border-box;
}
.menuDtl_in {
    width: 48%;
}
.menuDtl_in a {
    display: inline-block;
    width: 100%;
    border: 1px solid #005BAC;
}
.lnk-ttl {
    font-weight: bold;
    color: #fff;
    background: #005BAC;
    padding: 10px;
}
.lnk-ttl span {
    padding-left: 25px;
    position: relative;
}
.lnk-ttl span::before,
.lnk-ttl span::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
}
.lnk-ttl span::before {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 2;
    border-radius: 50%;
}
.lnk-ttl span::after {
    width: 0;
    height: 0;
    left: 5px;
    border-style: solid;
    border-width: 5px 0px 5px 8.7px;
    border-color: transparent transparent transparent #005BAC;
    z-index: 5;
}
.lnk-txt {
    padding: 10px 15px;
}
.company-ttl {
    border-top: 2px solid #005BAC;
    border-bottom: 1px solid #ccc;
    padding: 22px 0 20px 10px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
}
.company-ttl span {
    position: relative;
    padding-left: 20px;
}
.company-ttl span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #005BAC;
}
.company-txt {
    font-size: 16px;
    margin-bottom: 15px;
}
.company_lst li {
    font-size: 16px;
    margin-bottom: 5px;
    padding-left: 2em;
    position: relative;
}
.vision .company_lst li {
    padding-left: 1em;
}
.company_lst li:last-of-type {
    margin: 0;
}
.company_lst li span,
.add-txt span {
    position: absolute;
    top: 0;
    left: 0;
}
.company_table {
    width: 100%;
    border-collapse: collapse;
}
.company_table th {
    width: 20%;
    font-weight: bold;
    padding: 13px 13px 13px 30px;
    background: #F1F1F1;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
}
.company_table td {
    width: 80%;
    padding: 13px 13px 13px 30px;
    background: #FFF;
    border: 1px solid #CCC;
    border-right: none;
    text-align: left;
    box-sizing: border-box;
}
.message-ttl,
.vision-ttl {
    color: #004DA0;
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}
.vision-ttl .is-fzs {
    font-size: 20px;
}
.president-txt {
    font-weight: bold;
    text-align: right;
    margin-top: 30px;
    font-family: "游明朝", serif;
}
.vansLnk_lst {
    margin-left: 1em;
}
.vansLnk_lst li:not(:last-of-type) {
    margin-bottom: 5px;
}
.vansLnk_lst li a {
    display: inline-block;
    padding-left: 1em;
    position: relative;
    text-decoration: underline;
    color: #004DA0;
}
.vansLnk_lst li a::before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0px 5px 8.7px;
    border-color: transparent transparent transparent #005BAC;
}
.add-txt {
    margin-top: 15px;
    font-size: 14px;
    padding-left: 1em;
    position: relative;
}
.c-breadcrumbs_wrap {
    margin-bottom: 40px;
}
@media (min-width: 896px) {
    .companyMenu_lst li a:hover {
        color: #fff;
        background: #004DA0;
    }
    .menuDtl_in a:hover {
        opacity: 0.8;
    }
    .company_wrap {
        max-width: 1200px;
        margin: 40px auto 0;
        width: calc(100% - 60px);
        padding: 0 0 110px;
    }
    .outline .company_wrap:not(:last-of-type) {
        padding-bottom: 50px;
    }
    .company_wrap.is-flex {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
    .vans_wrap {
        width: 48%;
    }
    .company_table.is-basement th {
        width: 30%;
    }
    .company_table.is-basement td {
        width: 35%;
        white-space: nowrap;
    }
    .vansLnk_lst li a:hover {
        text-decoration: none;
    }
}
@media only screen and (max-width: 896px) {
    .mv_wrap {
        background: url(/cmn/img/sp/pre_etcmvbg.png) no-repeat left top / cover;
        height: 300px;
        display: flex;
        justify-content: start;
        align-items: center;
    }
    .mv-ttl {
        font-size: 24px;
        width: 100%;
        padding: 0 0 70px 10vw;
        line-height: 1.4;
    }
    .companyMenu_lst {
        width: 100%;
        padding: 0 10px;
        gap: 10px 0;
    }
    .companyMenu_lst li {
        width: calc(50% - 5px);
    }
    .companyMenu_lst li a {
        font-size: clamp(12px, 3vw, 14px);
        padding: 10px 5px;
    }
    .menuDtl_wrap {
        width: 100%;
        padding: 0 20px 40px;
    }
    .menuDtl_in {
        width: 100%;
    }
    .company_wrap {
        padding: 40px 20px;
    }
    .company_table {
        border-bottom: 1px solid #CCC;
    }
    .company_table th,
    .company_table td {
        display: inline-block;
        width: 100%;
        border-bottom: none;
        border-left: none;
    }
    .company_table.is-basement thead {
        display: none;
    }
    .message-ttl {
        font-size: 18px;
    }
    .vision-ttl {
        font-size: clamp(14px, 4.4vw, 16px);
    }
    .vision-ttl .is-fzs {
        font-size: clamp(13px, 4vw, 15px);
    }
    .vans_wrap:not(:last-of-type) {
        padding-bottom: 40px;
    }
    .add-txt {
        font-size: 12px;
    }
    .c-breadcrumbs_wrap {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 374px) {
    .mv-ttl {
        font-size: clamp(20px, 6.4vw, 24px);
    }
    .companyMenu_lst li {
        width: 100%;
    }
}