@charset "utf-8";
.companyService {
    position: relative;
    padding: 0 0 200px;
}
.companyCommonTtl {
    width: 857px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    top: -60px;
}
.companyCommonTtl h3 {
    font-size: 5rem;
    color: #000;
    letter-spacing: 0.1em;
    position: absolute;
    right: 0;
    bottom: 0;
}
.companyService ul {
    width: 857px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.companyService a {
    display: block;
    position: relative;
}
.companyService .companyHover {
    opacity: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(210, 247, 247, 0.7);
    height: 89%;
    font-size: 2rem;
    color: #000;
    transition: .3s ease;
}
.companyService a:hover .companyHover {
    opacity: 1;
}
.companyService .companyHover span {
    position: relative;
    z-index: 1;
}
.companyService .companyHover span:before {
    content: "";
    position: absolute;
    width: 120%;
    height: 35px;
    background: #fff;
    bottom: -25px;
    left: -10%;
    right: 0;
    z-index: -1;
}
.companyService a h3 {
    font-size: 2rem;
    color: #000;
    text-align: left;
    margin-top: 10px;
    letter-spacing: 0.1em;
}
/* companyInfo  */
.companyInfo  {
    width: 60%;
    margin: 0 auto;
    border-bottom: 3px solid #fff;
    padding-bottom: 100px;
}
.companyInfo .companyCommonTtl h3 {
    color: #fff;
}
.companyInfo table {
    font-size: 1.8rem;
    width: 600px;
    margin: 0 auto 40px;
    text-align: left;
}
.companyInfo th {
    font-weight: normal;
    padding-bottom: 10px;
}
.companyInfo td {
    padding-bottom: 10px;
}
/* companyMap */
.companyMap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: row-reverse;
}
.googleMapLink {
    margin-right: 30px;
}
.googleMapLink a {
    color: #fff;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 835px) {
    .companyService {
        padding: 30px 0 100px;
    }
    .companyService .companyCommonTtl {
        width: 90%;
        text-align: left;
        position: static;
    }
    .companyService .companyCommonTtl h3 {
        position: static;
        font-size: 3rem;
        margin-bottom: 20px;
    }
    .companyService ul {
        width: 90%;
        margin: 0 auto;
        flex-direction: column;
    }
    .companyService li {
        margin-bottom: 20px;
    }
    .companyService p {
        text-align: left;
        font-size: 1.6rem;
        color: #000;
        letter-spacing: 0.1em;
        margin-top: 5px;
    }
    .companyInfo .companyCommonTtl {
        width: 90%;
    }
    .companyMap {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    .map {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }
    .googleMapLink {
        margin-right: 0;
        margin-top: 15px;
    }
    .googleMapLink a {
        padding-right: 0;
    }
    .map iframe,
    .map object,
    .map embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .companyInfo {
        width: auto;
    }
    .companyInfo table {
        width: 90%;
        font-size: 1.4rem;
        line-height: 1.6em;
    }
    .companyInfo th {
        width: 7em;
    }
    .companyInfo .companyCommonTtl h3 {
        font-size: 3rem;
    }
    .companyInfo .companyCommonTtl img {
        width: 75%;
    }
}