.head {
    background: url(../img/company/company.jpg) center center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .head {
        background: url(../img/company/company-sp.jpg) center right no-repeat;
        background-size: cover;
    }
}

.overview {
    width: 96%;
    margin: 0 auto;
    max-width: 1200px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.overview h3 {
    text-align: center;
    font-size: 30px;
    color: #12336f;
}

.overview h3 span {
    color: #3c3c3c;
    text-transform: uppercase;
    font-weight: normal;
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    font-size: 12px;
}

.overview table {
    margin-top: 50px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    width: 100%;
    padding-left: 125px;
    padding-right: 125px;
    border-collapse: separate;
    border-spacing: 0px 10px;
}

@media screen and (max-width: 767px) {
    .overview table {
        padding: 0px;
    }
}

.overview table tr {
    background: #ffffff;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.overview table td {
    padding: 30px;
}

.overview table td.title {
    text-align: center;
}

.corporate {
    background: #ffffff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.corporate-content {
    width: 96%;
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 200px;
    padding-right: 200px;
}

@media screen and (max-width: 767px) {
    .corporate-content {
        padding-left: 5%;
        padding-right: 5%;
    }
}

.corporate-content h3 {
    text-align: center;
    font-size: 30px;
    color: #12336f;
}

.corporate-content h3 span {
    color: #3c3c3c;
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    font-size: 16px;
}

.corporate-content p {
    color: #3c3c3c;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    margin-top: 50px;
}

.access {
    position: relative;
}

.access-bg {
    background: url(../img/company/access01.jpg) center center no-repeat;
    background-size: cover;
    display: block;
    height: 350px;
    width: 100%;
    position: absolute;
    z-index: -2;
    top: 0px;
    left: 0px;
}

.access-bg.bg-02 {
    background-image: url(../img/company/access02.jpg);
}

.access-bg.bg-03 {
    background-image: url(../img/company/access03.jpg);
}

.access-bg.bg-04 {
    background-image: url(../img/company/access04.jpg);
}

@media print,
screen and (min-width: 1300px) {
    .access-bg {
        width: 80%;
    }
}

.access-white {
    background: #ffffff;
    display: block;
    height: 300px;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 100px;
    right: 0px;
}

@media print,
screen and (min-width: 1300px) {
    .access-white {
        width: 80%;
    }
}

.access-content {
    margin: 0 auto;
    width: 100%;
    display: grid;
    margin-bottom: 50px;
    grid-template-columns: repeat(2, 1fr);
}

@media print,
screen and (min-width: 1300px) {
    .access-content {
        width: 80%;
    }
}

@media print,
screen and (min-width: 1300px) {
    .access-content {
        width: 60%;
    }
}

@media screen and (max-width: 767px) {
    .access-content {
        grid-template-columns: repeat(1, 1fr);
    }
}

.access-content-left {
    padding-left: 60px;
    padding-bottom: 120px;
}

@media print,
screen and (min-width: 1300px) {
    .access-content-left {
        padding-left: 180px;
    }
}

.access-content-left h3 {
    font-family: "Noto Sans JP", sans-serif;
    color: rgba(255, 255, 255, 0.7);
    font-size: 36px;
    font-weight: normal;
    line-height: 100px;
}

.access-content-left h4 {
    margin-top: 30px;
    color: #3c3c3c;
    font-size: 30px;
}

.access-content-left p {
    margin-top: 25px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    color: #3c3c3c;
}

.access-content-right {
    padding: 60px;
}

@media screen and (max-width: 767px) {
    .access-content-right {
        padding: 0px;
    }
    .access-content-right iframe {
        width: 100%;
        height: 290px;
    }
    .overview table td {
        padding: 5px;
    }
    .overview table {
        margin-top: 10px;
    }
    .overview {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .corporate {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .corporate-content p {
        margin-top: 20px;
    }
    .access-content-left p {
        margin-top: 10px;
    }
}