@charset "utf-8";

/* ===== company.css ===== */
/* -- companyBox01 -- */
/* - imgCnt - */
.companyBox01 .imgCnt {
    position: relative;
}
.companyBox01 .imgCnt .img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.companyBox01 .imgCnt .img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%,-50%);
}
.companyBox01 .txtCnt {
    position: relative;
    margin: 0 auto;
    padding: 10.8rem 0 15.5rem;
    max-width: 960px;
    z-index: 20;
}
.companyBox01 .txtCnt .tit {
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: .05em;
    margin-top: 5.2rem;
}
.companyBox01 .txtCnt .txt {
    line-height: 1.625;
    margin-top: 4.9rem;
}
.companyBox01 .txtCnt .name {
    margin-top: 1.5rem;
}
/* - txtBox - */
.companyBox01 .txtBox {
    margin: 9.1rem auto 0;
    max-width: 800px;
}
.companyBox01 .txtBox > :not(:last-child) {
    margin-bottom: 3.2rem;
}
@media screen and ( max-width: 900px ) {
    /* - imgCnt - */
    .companyBox01 .imgCnt .img {
        position: relative;
        padding-top: 45%;
    }
    .companyBox01 .imgCnt .img img {
        object-position: right top;
    }
    .companyBox01 .txtCnt {
        padding: 35px 0 0;
    }
    .companyBox01 .txtCnt .tit {
        margin-top: 0;
    }
    .companyBox01 .txtCnt .txt {
        margin-top: 20px;
    }
    .companyBox01 .txtCnt .name {
        width: 150px;
    }
    .companyBox01 .txtBox {
        margin-top: 6.1rem;
    }
}

/* -- tableHistoryBox -- */
.tableHistoryBox {
    margin-top: 5.1rem;
}
.tableHistoryBox table {
    width: 100%;
}
.tableHistoryBox th,
.tableHistoryBox td {
    vertical-align: top;
    padding: 2.9rem 0 2.8rem;
    border-bottom: 1px solid #CCC;
}
.tableHistoryBox th {
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1;
    color: #000;
    padding-top: 3.3rem;
    width: 16rem;
}
.tableHistoryBox td {
    padding-left: 2.7rem;
}
@media screen and ( max-width: 900px ) {
    .tableHistoryBox th {
        width: 100px;
    }
}