/* ＝＝＝＝＝＝＝＝＝＝＝＝＝コンセプト＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.p-ConceptContents {
    text-align: center;
}

.p-ConceptContents__BlockFirst {
    margin-bottom: 50px;
}

.p-ConceptContents__TextBlockParts {
    margin: 32px 0;
}

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

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝挿入画像＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.p-ConceptImage {
    background-image: url("/images/Concept_Photo01.webp");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 80vh;
    position: relative;
    margin-bottom: 16px;
    filter: brightness(50%);
}

.p-ConceptImage__Inner {
    position: relative;
    z-index: 1;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1030px) {
    .p-ConceptImage {
        background-attachment: scroll;
        height: 30vh;
    }

    .p-ConceptImage__Image {
        background-image: url("/images/Concept_Photo01.webp");
        background-size: 115%;
        background-position: center;
        height: 30vh;
    }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝ストーリー＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.p-StoryContents__BlockFirst {
    padding: 8px 0 24px;
}

.p-StoryContents__TextBlockParts {
    margin: 32px 0;
}