.info-block .layout h1 {
    padding: 0 0 60px;
}

.page-content {
}

    /* Point */
    .page-content .point {
        margin: 0 auto;
        width: 100%;
        display: flex;
        align-items: center;
        max-width: 1366px;
        min-height: 372px;
        color: #fff;
        counter-increment: point;
    }

    .page-content .point:nth-of-type(even) {
        color: #000;
    }

    .page-content .layout {
        width: 100%;
        max-width: calc(1366px - (182px * 2));
    }

    .page-content .point:nth-of-type(1) {
        background:url("../img/tenant_building/point01-back.jpg") no-repeat center center / cover;
    }

    .page-content .point:nth-of-type(2) {
        background:url("../img/tenant_building/point02-back.jpg") no-repeat center center / cover;
    }

    .page-content .point:nth-of-type(3) {
        background:url("../img/tenant_building/point03-back.jpg") no-repeat center center / cover;
    }

    .page-content .point:nth-of-type(1) .point-title {
        max-width: 446.5px;
        margin-bottom: 14px;
    }

    .page-content .point:nth-of-type(2) .point-title {
        max-width: 431px;
        margin-bottom: 14px;
    }

    .page-content .point:nth-of-type(3) .point-title {
        max-width: 352.5px;
        margin-bottom: 14px;
    }

    .page-content .point .point-title {
        padding: 0;
    }

    .page-content .point:nth-of-type(1) .inner {
        width: 100%;
        max-width: 509px;
    }

    .page-content .point:nth-of-type(2) .inner {
        width: 100%;
        max-width: 525px;
    }

    .page-content .point:nth-of-type(3) .inner {
        width: 100%;
        max-width: 626px;
    }

    .page-content .point:nth-of-type(even) .inner {
        margin-left: auto;
    }

    .page-content .point_title {
        padding: 0;
        margin-bottom: 23px;
        display: flex;
        align-items: center;
        min-height: 96px;
    }

        /* Point Content */
        .page-content .point_title .title_counter {
            margin-right: 42px;
            font-family: 'Times New Roman';
            font-size: 16px;
            font-weight: 400;
            display: grid;
            place-items: center;
        }

        .page-content .point_title .title_counter::after {
            content: counter(point);
            font-family: "FOT-TsukuMin Pro";
            font-size: 45px;
            line-height: 1.2;
            height: 45px;
        }

        .page-content .point_title .title_text {
            font-family: "FOT-TsukuMin Pro";
            font-size: 31px;
            letter-spacing: -0.2px;
            text-align: start;
            line-height: 158.065%;
            position: relative;
            display: flex;
            align-self: stretch;
            align-items: center;
        }

        .page-content .point_title .title_text::before {
            content: "";
            margin-right: 29.5px;
            width: 1px;
            height: 100%;
            background: #fff;
            display: inline-block;
        }

        .page-content .point:nth-of-type(even) .point_title .title_text::before {
            background: #000;
        }

        .page-content .point_title .title_text.no-wrap {
            white-space: nowrap;
        }

        .page-content .point_description {
            font-family: "Hiragino Kaku Gothic Pro";
            font-size: 13px;
            font-style: normal;
            font-weight: 300;
            line-height: 2
        }

        /* Small */
        .desc-wrap {
            position: relative;
        }

        .desc-wrap small {
            position: absolute;
            right: 0;
            bottom: 10px;
        }

        /* Banner */
        .page-content .banner {
            margin: 0 auto;
            padding: 80px 0 0;
            max-width: 1000px;
            width: 100%;
            text-align: center;
        }

        .page-content .banner img {
            width: 100%;
        }

        .page-content .banner-link:hover {
            opacity: 0.7;
        }

        @media screen and (width <=767px) {
            ._company-info h1 {
                padding-top: 35px;
            }

            .layout {
                overflow: hidden;
            }

            .info-block .layout h1{
                padding: 40px 0;
            }

            .info-block .layout h1 img {
                height: 50px;
                width: auto;
            }

            .slider-block {
                padding: 0 0 75px;
            }

            .page-content h1  {
                width: 90%;
                margin: auto;
                text-align: center;
                position: relative;
            }

            /* Point */
            .page-content .point {
                max-width: none;
                min-height: 541px;
                align-items: start;
            }

            .page-content .point:nth-of-type(1) {
                background:url("../img/tenant_building/sp/point01-back.jpg") no-repeat center center / cover;
            }

            .page-content .point:nth-of-type(2) {
                min-height: 593px;
                background:url("../img/tenant_building/sp/point02-back.jpg") no-repeat center center / cover;
            }

            .page-content .point:nth-of-type(3) {
                background:url("../img/tenant_building/sp/point03-back.jpg") no-repeat center center / cover;
            }

            .page-content .point:nth-of-type(1) .point-title {
                max-width: 290.5px;
                margin: 0 35.5px 20px 9px;
            }

            .page-content .point:nth-of-type(2) .point-title {
                max-width: 315.5px;
                margin-bottom: 0 10.5px 20px 9px;
            }

            .page-content .point:nth-of-type(3) .point-title {
                max-width: 263.5px;
                margin-bottom: 0 69.5px 12px 2px;
            }

            .page-content .point .inner {
                width: 100%;
                max-width: none;
            }

            .page-content .point .layout {
                max-width: calc(100% - 40px);
                margin: 30px auto;
                text-align: center;
            }

                /* Point Content */
                .page-content .point_title {
                    margin-bottom: 20px;
                    min-height: 66px;
                }

                .page-content .point_title .title_counter {
                    margin-right: 14px;
                    font-size: 16px;
                }

                .page-content .point_title .title_counter::after {
                    font-size: 31px;
                }

                .page-content .point_title .title_text {
                    font-size: 26px;
                    letter-spacing: normal;
                    line-height: 111.538%;
                }

                .page-content .point_title .title_text::before {
                    margin-right: 12.5px;
                }

            .page-content li .layout p {
                text-align: justify;
            }

            /* Banner */
            .page-content .banner {
                padding: 50px 0 0;
                max-width: calc(100% - 40px);
            }
        }
