@charset "utf-8";
.p-intro__cont{
    position: relative;
    background: #fcfaf7;
    padding: 1.5rem 0 1rem;
}
.p-intro__cont--deco{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
}
.p-intro__cont--deco img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.p-intro__cont--inner{
    display: flex;
    column-gap: .6rem;
    position: relative;
    z-index: 1;
}
.p-intro__cont-pic{
    flex: 0 0 3.9rem;
}
.p-intro__cont-subttl{
    margin-bottom: .2rem;
}
.p-intro__cont-ttl{
    margin-bottom: .4rem;
}
.p-main__cont--inner{
    padding: 1rem 0;
}
.p-main__cont--inner:nth-child(even){
    background: #fcfaf7;
}
.p-main__cont-ttl{
    text-align: center;
    margin-bottom: .6rem;
}
.p-main__cont-pic{
    height: 50vh;
    margin: 0 calc(50% - 50vw) .6rem;
}
.p-main__cont-pic img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.p-main__cont-subttl{
    margin-bottom: .3rem;
}
.p-main__cont-txt{
    margin-bottom: .3rem;
}
.p-main__cont-btn{
    justify-content: flex-end;
    margin-bottom: .6rem;
}
.p-main__cont-subttl02{
    margin-bottom: .4rem;
}
@media only screen and (max-width: 1024px) {
    .p-intro__cont--deco{
        width: 50%;
    }
    .p-intro__cont--inner{
        flex-direction: column;
    }
    .p-intro__cont-txt{
        line-height: 2;
    }
    .p-intro__cont-txtArea{
        margin-bottom: .6rem;
    }
    .p-intro__cont-pic{
        position: relative;
        aspect-ratio: 4 / 3;
    }
    .p-intro__cont-pic img{
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
    }
    .p-main__cont-txt{
        line-height: 2;
    }
    .p-main__cont-pic{
/*         height: 40vh; */
		height: auto;
    }
}
