@charset "UTF-8";

.p-placeV2,
.p-placeV2 * {
    box-sizing: border-box;
}

.p-placeV2 {
    position: relative;
    padding: 38px 0 40px;
    overflow: hidden;
    border-top: 8px solid #063b7d;
    background:
        radial-gradient(circle at 50% 17%,rgba(255,255,255,.96) 0,rgba(255,255,255,.58) 28%,transparent 55%),
        linear-gradient(180deg,#fffbed 0%,#fffdf2 100%);
    color: #062f6e;
    font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
}

.p-placeV2::after {
    display: none;
}

.p-placeV2__inner {
    position: relative;
    z-index: 1;
    width: min(calc(100% - 40px),1120px);
    margin: 0 auto;
}

.p-placeV2__header {
    text-align: center;
}

.p-placeV2__icon {
    display: block;
    width: 74px;
    height: 74px;
    margin: 0 auto 14px;
    object-fit: contain;
}

.p-placeV2__title {
    margin: 0;
    color: #063b7d;
    font-size: clamp(3.8rem,4.25vw,5.3rem);
    font-weight: 900;
    letter-spacing: .06em;
    line-height: 1.2;
}

.p-placeV2__building {
    margin-top: 40px;
}

.p-placeV2__building + .p-placeV2__building {
    margin-top: 60px;
}

.p-placeV2__buildingTitle {
    position: relative;
    z-index: 4;
    width: min(430px,70%);
    margin: 0 auto;
    padding: 15px 24px;
    border: 2px solid #073f87;
    background: #fff;
    box-shadow: 5px 6px 0 #fff,7px 8px 0 #073f87;
    color: #063b7d;
    font-size: clamp(2.4rem,2.6vw,3.2rem);
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1.3;
    text-align: center;
}

.p-placeV2__stage {
    position: relative;
    width: min(100%,1000px);
    height: 620px;
    margin: 25px auto 0;
}

.p-placeV2__photo {
    position: absolute;
    z-index: 1;
    top: 60px;
    left: 15%;
    display: block;
    width: 70%;
    height: 500px;
    border-radius: 3px;
    object-fit: cover;
    box-shadow: 0 6px 18px rgba(44,48,42,.13);
}

.p-placeV2__lines {
    position: absolute;
    z-index: 2;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
}

.p-placeV2__lines line {
    stroke: #fff;
    stroke-width: 2.5;
}

.p-placeV2__lines circle {
    fill: #fff;
    stroke: rgba(5,72,144,.16);
    stroke-width: 2;
}

.p-placeV2__point--sp {
    display: none;
}

.p-placeV2__callouts {
    margin: 0;
    padding: 0;
    list-style: none;
}

.p-placeV2__callout {
    position: absolute;
    z-index: 3;
    width: 240px;
    overflow: hidden;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 5px 12px rgba(38,46,50,.23);
}

.p-placeV2__callout strong,
.p-placeV2__callout span {
    display: block;
}

.p-placeV2__callout strong {
    padding: 8px 14px 9px;
    background: linear-gradient(100deg,#0071d4 0%,#064da6 100%);
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1.2;
}

.p-placeV2__callout span {
    padding: 12px 14px 14px;
    color: #151515;
    font-size: 1.55rem;
    font-weight: 600;
    line-height: 1.62;
}

.p-placeV2__callout--house-gutter { top: 38px; left: 0; }
.p-placeV2__callout--house-roof { top: 38px; right: 0; }
.p-placeV2__callout--house-floor { top: 330px; left: 0; }
.p-placeV2__callout--house-balcony { top: 205px; right: 0; }
.p-placeV2__callout--house-wall { bottom: 0; left: 25%; }
.p-placeV2__callout--house-window { right: 0; bottom: 18px; }

.p-placeV2__callout--apt-roof-left { top: 38px; left: 0; }
.p-placeV2__callout--apt-roof-right { top: 38px; right: 0; }
.p-placeV2__callout--apt-vent { top: 185px; left: 0; }
.p-placeV2__callout--apt-balcony { top: 185px; right: 0; }
.p-placeV2__callout--apt-wall { top: 365px; left: 0; }
.p-placeV2__callout--apt-window { top: 365px; right: 0; }
.p-placeV2__callout--apt-pipe { bottom: 0; left: calc(50% - 120px); }

@media (max-width: 767px) {
    .p-placeV2 {
        padding: 30px 0 28px;
        border-top-width: 6px;
    }

    .p-placeV2__inner {
        width: min(calc(100% - 20px),620px);
    }

    .p-placeV2__icon {
        width: 58px;
        height: 58px;
        margin-bottom: 8px;
    }

    .p-placeV2__title {
        font-size: 3.2rem;
    }

    .p-placeV2__building {
        margin-top: 28px;
    }

    .p-placeV2__building + .p-placeV2__building {
        margin-top: 38px;
    }

    .p-placeV2__buildingTitle {
        width: 74%;
        padding: 10px 12px;
        box-shadow: 3px 4px 0 #fff,4px 5px 0 #073f87;
        font-size: 2.2rem;
    }

    .p-placeV2__stage {
        height: 620px;
        margin-top: 16px;
    }

    .p-placeV2__photo {
        top: 80px;
        left: 9%;
        width: 82%;
        height: 465px;
    }

    .p-placeV2__callout {
        width: 43.5%;
        border-radius: 6px;
        box-shadow: 0 3px 8px rgba(38,46,50,.22);
    }

    .p-placeV2__callout strong {
        padding: 6px 8px;
        font-size: 1.35rem;
    }

    .p-placeV2__callout span {
        padding: 7px 8px 9px;
        font-size: 1.05rem;
        line-height: 1.48;
    }

    .p-placeV2__lines line {
        stroke-width: 3;
    }

    .p-placeV2__lines circle {
        r: 8px;
    }

    .p-placeV2__point--pc {
        display: none;
    }

    .p-placeV2__point--sp {
        display: inline;
    }

    .p-placeV2__callout--house-gutter { top: 100px; left: 0; }
    .p-placeV2__callout--house-roof { top: 64px; right: 0; }
    .p-placeV2__callout--house-floor { top: 315px; left: 0; }
    .p-placeV2__callout--house-balcony { top: 240px; right: 0; }
    .p-placeV2__callout--house-wall { bottom: 3px; left: 8%; }
    .p-placeV2__callout--house-window { right: 0; bottom: 10px; }

    .p-placeV2__callout--apt-roof-left { top: 72px; left: 0; }
    .p-placeV2__callout--apt-roof-right { top: 54px; right: 0; }
    .p-placeV2__callout--apt-vent { top: 210px; left: 0; }
    .p-placeV2__callout--apt-balcony { top: 194px; right: 0; }
    .p-placeV2__callout--apt-wall { top: 380px; left: 0; }
    .p-placeV2__callout--apt-window { top: 384px; right: 0; }
    .p-placeV2__callout--apt-pipe { bottom: 0; left: 28%; }
}

@media (max-width: 359px) {
    .p-placeV2__inner {
        width: calc(100% - 14px);
    }

    .p-placeV2__title {
        font-size: 2.85rem;
    }

    .p-placeV2__buildingTitle {
        width: 78%;
        font-size: 2rem;
    }

    .p-placeV2__callout {
        width: 44.5%;
    }

    .p-placeV2__callout strong {
        font-size: 1.2rem;
    }

    .p-placeV2__callout span {
        font-size: .96rem;
    }
}
