.top img {
    width: 80%;
    max-width: 488px;
    margin: auto;
}

.table {
    background: url(../img/company/company-table-bg.png)no-repeat center / cover;
}

.table .wrapper {
    width: 100%;
    flex-direction: column;
    background-color: #f5f5f5;
    padding: 50px;
}

table {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.table tr {
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #bbb;
}

.table tr:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}

.table th {
    width: 180px;
    margin-right: 20px;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
}

.table td {
    font-size: 20px;
    text-align: left;
}

.info iframe {
    width: 100%;
    max-width: 1100px;
    height: 600px;
    margin: 0 auto 90px auto;
}

.map {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 90px auto;
}

.studio-img {
    width: 45%;
    height: auto;
}

.studio-img img {
    height: 100%;
    object-fit: cover;
}

.info-text {
    width: 55%;
    flex-direction: column;
    padding: 50px;
    background-color: #fff;
}

.info-text a {
    width: 100%;
    max-width: 353px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.info-text .fax {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
}

img.tb {
    display: none;
}

.mission {
    background: url(../img/company/mission-bg.jpg)no-repeat center / cover;
}

.mission-block {
    padding: 50px;
    background-color: rgba(220, 220, 220, .9);
    flex-direction: column;
}

.mission-block .ttl-2 {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

.mission-block h3 {
    white-space: nowrap;
    display: flex;
    align-items: center;
    width: 100%;
}

.mission-block h3::after {
    display: flex;
    width: 100%;
    content: "";
    height: 1px;
    background-color: #000;
    margin-left: 10px;
}

.mission-block p {
    font-size: 21px;
    letter-spacing: 3px;
    line-height: 1.7;
}

.mission-block p:first-of-type {
    margin-bottom: 30px;
}

@media (hover: hover) and (pointer: fine) {}


/*/////////////////////レスポンシブ////////////////////////////*/

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 820px) {
    .studio-img {
        display: none;
    }
    .info-text {
        width: 100%;
    }
    img.tb {
        display: block;
        width: 100%;
        max-width: 520px;
        margin: 0 auto 30px auto;
    }
}

@media screen and (max-width: 790px) {
    .table th {
        width: 110px;
        min-width: 110px;
        margin-right: 20px;
        font-size: 16px;
    }
    .table td {
        width: calc(100%) - 130px;
        font-size: 16px;
        text-align: left;
    }
}

@media screen and (max-width: 600px) {
    .info-text {
        padding: 30px 20px;
    }
    .mission-block {
        padding: 30px 20px;
    }
    .mission-block p {
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {
    .table .wrapper {
        padding: 30px;
    }
    .table tr {
        flex-direction: column;
    }
    .table th {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .map {
        margin-bottom: 30px;
    }
}