/* ホーム
====================================================*/
.home1 {
    position: relative;
}
.home1-in {
    position: absolute;
    width: 60%;
    top: 20%;
    left: 3%;
}
.home1-title {
    font-size: 4vw;
}
.home1-text {
    font-size: 2vw;
}
.home1a {
    position: relative;
}
.home1a-in {
    position: absolute;
    width: 50%;
    top: 10%;
    right: 3%;
    padding: 3%;
    background-color: rgba(24, 45, 138, 0.822);
}
@media screen and (max-width: 640px) {
    .home1-in {
        position: absolute;
        width: 94%;
        top: 7%;
        left: 3%;
    }
    .home1-title {
        font-size: 5.5vw;
    }
    .home1-text {
        font-size: 3vw;
    }
    .home1a {
        margin-top: 200px;
    }
    .home1a-in {
        width: 80%;
        top: -180px;
        right: 3%;
        padding: 6%;
    }
}

/* 企業紹介
====================================================*/
table {
    border-collapse: collapse;
    width: 90%;
    margin: 0 auto;
}
.tb01 th,
.tb01 td {
    padding: 30px 20px;
    border: solid 1px #ccc;
    box-sizing: border-box;
    font-size: clamp(0.875rem, 0.7841rem + 0.4545vw, 1.125rem);
}
.tb01 th {
    width: 30%;
    background: #3f3f3f;
    color: #fff;
    text-align: center;
}
.tb01 td {
    text-align: left;
}
@media screen and (max-width: 640px) {
    .tb01 {
        width: 90%;
    }
    table.tb01 th,
    table.tb01 td {
        display: block;
        width: 100%;
        border-bottom: none;
        padding: 15px 10px;
    }
    .tb01 tr:last-child {
        border-bottom: solid 1px #ccc;
    }
}

/* ビジネス紹介
====================================================*/
.our1 {
    display: flex;
    margin: 0 auto;
    align-items: center;
    padding: 2%;
}
.our1 div {
    width: 38%;
}
.our1 p {
    width: 55%;
    font-size: clamp(0.75rem, 0.3409rem + 2.0455vw, 1.875rem);
    text-align: left;
}
