div {
    font: normal normal medium "Zen Kaku Gothic New";
    color: #000000;
}

.flex {
    display: flex;
}

.border {
    border: 1px solid #dfdfdf;
    margin-left: 164px;
}

.container {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}

.title {
    position: relative;
    border-bottom: 1px solid #cccccc;
    margin-top: 80px;
}

.title h1 {
    font-size: 40px;
    margin-bottom: 15px;
    letter-spacing: 3.2px;
    font-weight: normal;
}

.title span {
    color: #dc000c;
    font-size: 8px;
    margin-right: 21px;
    vertical-align: middle;
}

.intro {
    margin-top: 40px;
}

.intro .images {
    margin-top: 40px;
    gap: 15px;
}

.intro p {
    font-size: 16px;
    letter-spacing: 0.64px;
}

.overview {
    margin-top: 40px;
    font-size: 16px;
    letter-spacing: 1.6px;
    text-align: 30px;
    font-weight: normal;
}

.overview li {
    margin-top: 1px;
    margin-bottom: 1px;
    display: flex;
}

.overview .list .toc {
    padding: 16px;
    background-color: #f5f5f5;
    width: 156px;
    padding-left: 23px;
}

.overview .list .text {
    display: flex;
    align-items: center;
    line-height: 30px;
    padding: 24px 0;
    padding-left: 40px;
}

.overview li:nth-of-type(3) .text {
    padding: 24px 0;
    padding-left: 40px;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.map {
    border: 1px solid #000000;
    height: 358px;
    margin-top: 58px;
    margin-bottom: 100px;
}
.Company_img {
    width: 100%;
}

/* 子画像のスタイル */
.Company_img {
    width: 50%;
}

.contact-under {
    display: flex;
    justify-content: flex-start;
    background-color: #ffffff;
    gap: 8px;
}
.fa-phone:before {
    font-size: 24px;
    position: relative;
    top: 7px;
    color: #dc0914;
}

.phone-number {
    font-weight: 500;
    font-size: 24px;
    color: #dc0914;
    letter-spacing: 2.8px;
    text-decoration: none;
}

.flex-PC {
    gap: 10px;
    display: flex;
}

.map {
    border: none;
}

.big-text {
    position: relative;
}

.title.big-text::after {
    content: "Company";
    position: absolute;
    top: 60px;
    right: 0;
    transform: translate(0%, -100%);
    z-index: -1;
    font: normal normal bold 72px/57px "Century Gothic";
    letter-spacing: 3.6px;
    color: #f5f5f5;
    opacity: 1;
}

@media screen and (min-width: 960px) {
    .intro .images {
        margin-top: 35px;
        height: 334px;
        gap: 15px;
    }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
}
@media screen and (max-width: 519px) {
    .flex {
        display: block;
    }
    .container {
        padding: 10px;
    }
    .overview li {
        display: block;
    }
    .title span {
        display: none;
    }
    .border {
        display: none;
    }
    .overview .list .toc {
        background-color: #f5f5f5;
        width: 100%;
        padding-left: 23px;
    }
    .overview .list .text {
        padding: 16px;
        display: block;
        align-items: center;
        line-height: 30px;
    }
    .Company_img {
        width: 100%;
    }
    .toc {
        flex: 1 1 0;
        min-width: 0;
    }
    .flex-PC {
        gap: 0;
        display: block;
    }
}
