@charset "UTF-8";
/* CSS Document */



@media screen and (max-width: 768px) {
}
@media screen and (min-width: 769px) {
}



.p-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38%;
    margin: 0 auto;
    padding: 0.8em 0;
    color: #fff;
    font-size: calc( 26 * 100vw / 750 );
    letter-spacing: 0.05em;
    background-color: #231815;
    border-radius: 9999px;
}
.p-button.disabled {
    cursor: default;
    opacity: 1;
}
@media screen and (min-width: 769px) {
    .p-button {
        font-size: calc( 26 * 100vw / 1920 );
    }
    .p-button.disabled {
    }
}





.l-container {
    padding-top: 0;
}
.l-header:not(.scrollact) .l-header__btns__btn--sub {
    color: #fff;
}



/* .c-title--page--full
--------------------------------------------------*/
.c-title--page--full picture::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: calc( 250 * 100vw / 750 );
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: transparent;
    /*
    background-image: url( '../img/design/img-mv-front_sp.png' );
    */
    background-image: url( '../img/merit/img-mv-front-bg-white.svg' );
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.c-title--page--full::before {
    background-color: transparent;
}
@media screen and (min-width: 769px) {
    .c-title--page--full picture::before {
        width: calc( 202 * 100vw / 1920 );
        /*
        background-image: url( '../img/design/img-mv-front_pc.png' );
        */
        background-image: url( '../img/merit/img-mv-front-bg-white.png' );
    }
}



.c-title--page--full__image {
    object-position: top right;
}



.c-title--page--full figure {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.c-title--page--full .remark {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0.5em 1em;
    font-size: 1rem;
    color: #333;
    text-align: right;
    letter-spacing: 0.05em;
    z-index: 2;
}
@media screen and (min-width: 769px) {
    .c-title--page--full .remark {
        padding: 0.5em 2em;
    }
}



.c-title--page--full__inner {
    align-items: flex-start;
}
.c-title--page--full__inner::before {
}
@media screen and (min-width: 769px) {
}



@media screen and (min-width: 769px) {
    .l-inner.-v2 {
        max-width: none;
    }
}



.c-title--page--full__title {
}
.c-title--page--full__title {
    width: calc( 523 * 100vw / 750 );
    height: calc( 245 * 100vw / 750 );
    backdrop-filter: blur( 5px );
    backdrop-filter: blur( 2px );
}
.c-title--page--full__title picture::before {
    content: none;
}
@media screen and (min-width: 769px) {
    .c-title--page--full__title {
        width: calc( 523 * 100vw / 1920 );
        height: calc( 245 * 100vw / 1920 );
    }
}





/* .p-merit
--------------------------------------------------*/
.p-merit {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 2;
}
.p-merit.wrap_03 {
}
.p-merit::before {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: calc( 406 * 100vw / 750 );
    aspect-ratio: 502 / 2673;
    margin: 0;
    padding: 0;
    background-image: url( '../img/merit/img-merit-bg.svg' );
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.p-merit.wrap_01::before {
    left: 0;
}
.p-merit.wrap_02::before {
    top: calc( -100 * 100vw / 750 );
    right: 0;
}
.p-merit.wrap_03::before {
    top: calc( -100 * 100vw / 750 );
    left: 0;
}
@media screen and (min-width: 769px) {
    .p-merit.wrap_03 {
    }
    .p-merit::before {
        width: calc( 376 * 100vw / 1920 );
    }
    .p-merit.wrap_01::before {
        width: calc( 376 * 100vw / 1920 );
        left: 0;
    }
    .p-merit.wrap_02::before {
        width: calc( 376 * 100vw / 1920 );
        top: calc( -100 * 100vw / 1920 );
        right: 0;
    }
    .p-merit.wrap_03::before {
        width: calc( 376 * 100vw / 1920 );
        top: calc( -100 * 100vw / 1920 );
        left: 0;
        right: auto;
    }
}





/* .p-merit--wrap
--------------------------------------------------*/
.p-merit--wrap {
    position: relative;
    margin: 0 auto calc( 185 * 100vw / 750 );
    padding: 0;
    width: 100%;
    z-index: 2;
}
.p-merit--wrap h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 0 calc( 70 * 100vw / 750 );
    padding: 0;
    text-align: center;
}
.p-merit--wrap h2 picture {
    width: calc( 91 * 100vw / 750 );
}
.p-merit--wrap h2 p {
    margin: calc( 75 * 100vw / 750 ) 0 0 0;
    font-size: calc( 33 * 100vw / 750 );
}
.p-merit--wrap .content {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}
.p-merit--wrap .content p {
    margin: 0 0 calc( 70 * 100vw / 750 );
    font-size: calc( 19 * 100vw / 750 );
    line-height: 2;
    text-align: center;
}
@media screen and (min-width: 769px) {
    .p-merit--wrap {
        margin: 0 auto calc( 185 * 100vw / 1920 );
        width: calc( 1200 * 100vw / 1920 );
    }
    .p-merit--wrap h2 {
        margin: 0 0 calc( 70 * 100vw / 1920 );
    }
    .p-merit--wrap h2 picture {
        width: calc( 91 * 100vw / 1920 );
        aspect-ratio: 13 / 17;
        margin: 0 0 calc( 70 * 100vw / 1920 );
    }
    .p-merit--wrap h2 p {
        margin: 0;
        font-size: calc( 37 * 100vw / 1920 );
    }
    .p-merit--wrap .content p {
        margin: 0 0 calc( 70 * 100vw / 1920 );
        font-size: calc( 19 * 100vw / 1920 );
        text-align: center;
    }
}



.p-merit--wrap.merit_index {
    padding: calc( 150 * 100vw / 750 ) 0 0 0;
}
.p-merit--wrap.merit_index h2 {
}
.p-merit--wrap.merit_index h2 .title {
    display: inline-block;
    margin-bottom: calc( 115 * 100vw / 750 );
    font-size: calc( 56 * 100vw / 750 );
}
.p-merit--wrap.merit_index h2 .lead {
    display: inline-block;
    color: #67798a;
    font-size: calc( 37 * 100vw / 750 );
}
@media screen and (min-width: 769px) {
    .p-merit--wrap.merit_index {
        padding: calc( 250 * 100vw / 1920 ) 0 0 0;
    }
    .p-merit--wrap.merit_index h2 {
    }
    .p-merit--wrap.merit_index h2 .title {
        margin-bottom: calc( 115 * 100vw / 1920 );
        font-size: calc( 56 * 100vw / 1920 );
    }
    .p-merit--wrap.merit_index h2 .lead {
        font-size: calc( 37 * 100vw / 1920 );
    }
}



.p-merit--wrap.merit_index .content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 88%;
    margin: 0 auto;
}
.p-merit--wrap.merit_index .content a {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 calc( 30 * 100vw / 750 ) 0;
    padding: calc( 30 * 100vw / 750 ) 0 calc( 30 * 100vw / 750 ) calc( 30 * 100vw / 750 );
    background-color: #fff;
    border: 1px solid #333;
    box-shadow: calc( 5 * 100vw / 750 ) calc( 5 * 100vw / 750 ) calc( 5 * 100vw / 750 ) #ccc;
}
.p-merit--wrap.merit_index .content a:nth-of-type(6) {
    margin: 0;
}
@media screen and (min-width: 769px) {
    .p-merit--wrap.merit_index .content {
        width: 100%;
        margin: 0;
    }
    .p-merit--wrap.merit_index .content a {
        width: 48.75%;
        margin: 0 0 calc( 30 * 100vw / 1920 ) 0;
        padding: calc( 30 * 100vw / 1920 ) 0 calc( 30 * 100vw / 1920 ) calc( 30 * 100vw / 1920 );
        box-shadow: calc( 5 * 100vw / 1920 ) calc( 5 * 100vw / 1920 ) calc( 5 * 100vw / 1920 ) #ccc;
    }
    .p-merit--wrap.merit_index .content a:nth-of-type(5), 
    .p-merit--wrap.merit_index .content a:nth-of-type(6) {
        margin: 0;
    }
}



.p-merit--wrap.merit_index .content a .number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc( 110 * 100vw / 750 );
    padding: 0 calc( 30 * 100vw / 750 ) 0 0;
    border-right: 1px dotted #999;
}
.p-merit--wrap.merit_index .content a .number picture {
    display: inline-block;
}
.p-merit--wrap.merit_index .content a .number picture img {
    width: 100%;
}
.p-merit--wrap.merit_index .content a.merit_01 .number picture { width: calc( 68 * 100vw / 750 ); aspect-ratio: 13 / 17; }
.p-merit--wrap.merit_index .content a.merit_02 .number picture { width: calc( 81 * 100vw / 750 ); aspect-ratio: 108 / 119; }
.p-merit--wrap.merit_index .content a.merit_03 .number picture { width: calc( 82 * 100vw / 750 ); aspect-ratio: 110 / 119; }
.p-merit--wrap.merit_index .content a.merit_04 .number picture { width: calc( 87 * 100vw / 750 ); aspect-ratio: 116 / 119; }
.p-merit--wrap.merit_index .content a.merit_05 .number picture { width: calc( 82 * 100vw / 750 ); aspect-ratio: 110 / 119; }
.p-merit--wrap.merit_index .content a.merit_06 .number picture { width: calc( 84 * 100vw / 750 ); aspect-ratio: 113 / 119; }
.p-merit--wrap.merit_index .content a .subject {
    width: calc( 100% - calc( 110 * 100vw / 750 ) );
    font-size: calc( 27 * 100vw / 750 );
    text-align: center;
}
@media screen and (min-width: 769px) {
    .p-merit--wrap.merit_index .content a .number {
        width: calc( 110 * 100vw / 1920 );
        padding: 0 calc( 30 * 100vw / 1920 ) 0 0;
    }
    .p-merit--wrap.merit_index .content a .number picture {
    }
    .p-merit--wrap.merit_index .content a .number picture img {
    }
    .p-merit--wrap.merit_index .content a.merit_01 .number picture { width: calc( 68 * 100vw / 1920 ); aspect-ratio: 13 / 17; }
    .p-merit--wrap.merit_index .content a.merit_02 .number picture { width: calc( 81 * 100vw / 1920 ); aspect-ratio: 108 / 119; }
    .p-merit--wrap.merit_index .content a.merit_03 .number picture { width: calc( 82 * 100vw / 1920 ); aspect-ratio: 110 / 119; }
    .p-merit--wrap.merit_index .content a.merit_04 .number picture { width: calc( 87 * 100vw / 1920 ); aspect-ratio: 116 / 119; }
    .p-merit--wrap.merit_index .content a.merit_05 .number picture { width: calc( 82 * 100vw / 1920 ); aspect-ratio: 110 / 119; }
    .p-merit--wrap.merit_index .content a.merit_06 .number picture { width: calc( 84 * 100vw / 1920 ); aspect-ratio: 113 / 119; }
    .p-merit--wrap.merit_index .content a .subject {
        width: calc( 100% - calc( 110 * 100vw / 1920 ) );
        font-size: calc( 27 * 100vw / 1920 );
        font-size: calc( 24 * 100vw / 1920 );
    }
}



.p-merit--wrap.merit_index .content a .view_more {
    position: absolute;
    bottom: calc( 10 * 100vw / 750 );
    right: calc( 10 * 100vw / 750 );
    margin: 0;
    padding: 0 calc( 60 * 100vw / 750 ) 0 0;
    color: #67798a;
    font-size: calc( 16 * 100vw / 750 );
    line-height: 1;
    letter-spacing: 0.2em;
}
.p-merit--wrap.merit_index .content a .view_more::before {
    content: '';
    position: absolute;
    top: calc( 50% - calc( 9 * 100vw / 750 ) );
    right: 0;
    width: calc( 39 * 100vw / 750 );
    height: calc( 9 * 100vw / 750 );
    background-image: url( '../img/merit/view_more-arrow.svg' );
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (min-width: 769px) {
    .p-merit--wrap.merit_index .content a .view_more {
        bottom: calc( 10 * 100vw / 1920 );
        right: calc( 10 * 100vw / 1920 );
        padding: 0 calc( 60 * 100vw / 1920 ) 0 0;
        font-size: calc( 16 * 100vw / 1920 );
    }
    .p-merit--wrap.merit_index .content a .view_more::before {
        position: absolute;
        top: calc( 50% - calc( 9 * 100vw / 1920 ) );
        width: calc( 39 * 100vw / 1920 );
        height: calc( 9 * 100vw / 1920 );
    }
}



.p-merit--wrap.merit_01 .content .content_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
}
.p-merit--wrap.merit_01 .content .content_wrap picture.spObj {
    display: block;
    width: calc( 559 * 100vw / 750 );
    margin: 0 calc( 15 * 100vw / 750 ) 0 auto;
    padding: 0;
}
.p-merit--wrap.merit_01 .content .content_wrap picture.pcObj {
    display: none;
}
@media screen and (min-width: 769px) {
    .p-merit--wrap.merit_01 .content .content_wrap {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: calc( 802 * 100vw / 1920 );
        margin: 0 auto;
    }
    .p-merit--wrap.merit_01 .content .content_wrap picture.spObj {
        display: none;
    }
    .p-merit--wrap.merit_01 .content .content_wrap picture.pcObj {
        display: block;
        width: calc( 439 * 100vw / 1920 );
        margin: 0;
        padding: 0;
    }
}



.p-merit--wrap.merit_01 .content .content_wrap .spec {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 calc( 20 * 100vw / 750 ) 0 0;
}
@media screen and (min-width: 769px) {
    .p-merit--wrap.merit_01 .content .content_wrap .spec {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: calc( 100% - calc( 439 * 100vw / 1920 ) );
        height: 100%;
        margin: 0;
        padding: 0 calc( 20 * 100vw / 1920 ) 0 0;
    }
}



.p-merit--wrap.merit_01 .content .content_wrap .spec .spObj_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: calc( 490 * 100vw / 750 );
    margin: 0 auto;
    padding: 0;
}
@media screen and (min-width: 769px) {
    .p-merit--wrap.merit_01 .content .content_wrap .spec .spObj_wrap {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }
}



.p-merit--wrap.merit_01 .content .content_wrap .spec .type {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc( 128 * 100vw / 750 );
    margin: 0 0 calc( 50 * 100vw / 750 ) 0;
    padding: 0;
    aspect-ratio: 1 / 1;
    background-color: #67798a;
}
.p-merit--wrap.merit_01 .content .content_wrap .spec .type span {
    color: #fff;
    text-align: center;
}
.p-merit--wrap.merit_01 .content .content_wrap .spec .type span.text-large {
    font-size: calc( 62 * 100vw / 750 );
    line-height: 1;
}
.p-merit--wrap.merit_01 .content .content_wrap .spec .type span.text-small {
    font-size: calc( 21 * 100vw / 750 );
    line-height: 1;
}
@media screen and (min-width: 769px) {
    .p-merit--wrap.merit_01 .content .content_wrap .spec .type {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: calc( 128 * 100vw / 1920 );
        margin: 0 0 calc( 50 * 100vw / 1920 ) 0;
        padding: 0;
        aspect-ratio: 1 / 1;
        background-color: #67798a;
    }
    .p-merit--wrap.merit_01 .content .content_wrap .spec .type span {
        color: #fff;
        text-align: center;
    }
    .p-merit--wrap.merit_01 .content .content_wrap .spec .type span.text-large {
        font-size: calc( 62 * 100vw / 1920 );
        line-height: 1;
    }
    .p-merit--wrap.merit_01 .content .content_wrap .spec .type span.text-small {
        font-size: calc( 21 * 100vw / 1920 );
        line-height: 1;
    }
}



.p-merit--wrap.merit_01 .content .content_wrap .spec .plan {
    margin: 0 0 calc( 30 * 100vw / 750 ) 0;
    padding: 0 0 calc( 15 * 100vw / 750 ) 0;
    font-size: calc( 42 * 100vw / 750 );
    line-height: 1;
    border-bottom: 1px solid #333;
}
@media screen and (min-width: 769px) {
    .p-merit--wrap.merit_01 .content .content_wrap .spec .plan {
        margin: 0 0 calc( 30 * 100vw / 1920 ) 0;
        padding: 0 0 calc( 15 * 100vw / 1920 ) 0;
        font-size: calc( 42 * 100vw / 1920 );
    }
}



.p-merit--wrap.merit_01 .content .content_wrap .spec .area {
    margin: 0 0 calc( 25 * 100vw / 750 ) 0;
    font-size: calc( 19 * 100vw / 750 );
    line-height: 1;
}
.p-merit--wrap.merit_01 .content .content_wrap .spec .area .text-large {
    font-size: calc( 42 * 100vw / 750 );
    line-height: 1;
}
@media screen and (min-width: 769px) {
    .p-merit--wrap.merit_01 .content .content_wrap .spec .area {
        margin: 0 0 calc( 25 * 100vw / 1920 ) 0;
        font-size: calc( 19 * 100vw / 1920 );
    }
    .p-merit--wrap.merit_01 .content .content_wrap .spec .area .text-large {
        font-size: calc( 42 * 100vw / 1920 );
    }
}



.p-merit--wrap.merit_01 .content .content_wrap .spec .balcony_area {
    margin: 0 0 calc( 60 * 100vw / 750 ) 0;
    font-size: calc( 19 * 100vw / 750 );
    line-height: 1;
}
@media screen and (min-width: 769px) {
    .p-merit--wrap.merit_01 .content .content_wrap .spec .balcony_area {
        margin: 0 0 calc( 60 * 100vw / 1920 ) 0;
        font-size: calc( 19 * 100vw / 1920 );
    }
}



.p-merit--wrap.merit_01 .content .content_wrap .spec .remark {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: calc( 40 * 100vw / 750 ) 0 calc( 40 * 100vw / 750 ) 0;
}
.p-merit--wrap.merit_01 .content .content_wrap .spec .remark .figure_color {
    margin: 0 calc( 20 * 100vw / 750 ) 0 0;
    font-size: calc( 15 * 100vw / 750 );
    line-height: 1.5;
}
.p-merit--wrap.merit_01 .content .content_wrap .spec .remark .figure_color span {
    display: inline-block;
    width: calc( 24 * 100vw / 750 );
    height: calc( 15 * 100vw / 750 );
    background-color: #ece2d7;
}
.p-merit--wrap.merit_01 .content .content_wrap .spec .remark p {
    margin: 0;
    font-size: calc( 15 * 100vw / 750 );
    line-height: 1.5;
}
@media screen and (min-width: 769px) {
    .p-merit--wrap.merit_01 .content .content_wrap .spec .remark {
        display: block;
        margin: 0 0 calc( 80 * 100vw / 1920 ) 0;
    }
    .p-merit--wrap.merit_01 .content .content_wrap .spec .remark .figure_color {
        font-size: calc( 15 * 100vw / 1920 );
    }
    .p-merit--wrap.merit_01 .content .content_wrap .spec .remark .figure_color span {
        width: calc( 24 * 100vw / 1920 );
        height: calc( 15 * 100vw / 1920 );
    }
    .p-merit--wrap.merit_01 .content .content_wrap .spec .remark p {
        font-size: calc( 15 * 100vw / 1920 );
        text-align: left;
    }
}



.p-merit--wrap.merit_01 .content .content_wrap .spec .link_button {
    width: 75%;
    margin: 0 auto;
}
.p-merit--wrap.merit_01 .content .content_wrap .spec .link_button a {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0 0 0 calc( 48 * 100vw / 750 );
    height: calc( 96 * 100vw / 750 );
    color: #fff;
    font-size: calc( 25 * 100vw / 750 );
    letter-spacing: 0.2em;
    background-color: #666464;
    border-radius: 9999px;
}
.p-merit--wrap.merit_01 .content .content_wrap .spec .link_button a::before {
    content: '';
    position: absolute;
    top: calc( 50% - calc( 14 * 100vw / 750 ) );
    top: calc( 50% - calc( 11.2 * 100vw / 750 ) );
    right: calc( 48 * 100vw / 750 );
    width: calc( 62 * 100vw / 750 );
    width: calc( 49.6 * 100vw / 750 );
    height: calc( 14 * 100vw / 750 );
    height: calc( 11.2 * 100vw / 750 );
    background-image: url( '../img/merit/link_button-arrow.svg' );
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (min-width: 769px) {
    .p-merit--wrap.merit_01 .content .content_wrap .spec .link_button {
        width: 100%;
        margin: 0;
    }
    .p-merit--wrap.merit_01 .content .content_wrap .spec .link_button a {
        padding: 0 0 0 calc( 48 * 100vw / 1920 );
        height: calc( 96 * 100vw / 1920 );
        font-size: calc( 25 * 100vw / 1920 );
    }
    .p-merit--wrap.merit_01 .content .content_wrap .spec .link_button a::before {
        top: calc( 50% - calc( 14 * 100vw / 1920 ) );
        top: calc( 50% - calc( 11.2 * 100vw / 1920 ) );
        right: calc( 48 * 100vw / 1920 );
        width: calc( 62 * 100vw / 1920 );
        width: calc( 49.6 * 100vw / 1920 );
        height: calc( 14 * 100vw / 1920 );
        height: calc( 11.2 * 100vw / 1920 );
    }
}



.p-merit--wrap.merit_02 .content {
    overflow-x: hidden;
}
.p-merit--wrap.merit_02 .content figure {
    display: block;
    width: 110%;
    aspect-ratio: 227 / 339;
    margin: 0 auto;
}
.p-merit--wrap.merit_02 .content figure figcaption {
    display: block;
    margin: calc( -20 * 100vw / 750 ) 0 0 0;
    padding: 0 calc( 150 * 100vw / 750 ) 0 0;
    text-align: right;
}
@media screen and (min-width: 769px) {
    .p-merit--wrap.merit_02 .content {
    }
    .p-merit--wrap.merit_02 .content figure {
        display: block;
        width: calc( 906 * 100vw / 1920 );
        width: calc( 1100 * 100vw / 1920 );
        aspect-ratio: 227 / 339;
        margin: 0 auto;
    }
    .p-merit--wrap.merit_02 .content figure figcaption {
        display: block;
        margin: calc( -20 * 100vw / 1920 ) 0 0 0;
        padding: 0 calc( 150 * 100vw / 1920 ) 0 0;
        text-align: right;
    }
    .p-merit--wrap.merit_02 .content figure img {
        width: 100%;
    }
}




.p-merit--wrap.merit_03 .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.p-merit--wrap.merit_03 .content p {
    padding: 0;
}
.p-merit--wrap.merit_03 .content figure {
    display: block;
    width: calc( 523 * 100vw / 750 );
    margin: 0;
}
.p-merit--wrap.merit_03 .content figure figcaption {
    display: block;
    text-align: right;
}
@media screen and (min-width: 769px) {
    .p-merit--wrap.merit_03 .content {
        flex-direction: row;
    }
    .p-merit--wrap.merit_03 .content p {
        padding: 0 calc( 40 * 100vw / 1920 ) 0 0;
    }
    .p-merit--wrap.merit_03 .content figure {
        width: calc( 387 * 100vw / 1920 );
        width: calc( 500 * 100vw / 1920 );
    }
    .p-merit--wrap.merit_03 .content figure figcaption {
    }
    .p-merit--wrap.merit_03 .content figure img {
        width: 100%;
    }
}



.p-merit--wrap.merit_06 .content picture {
    display: block;
    width: 88%;
    margin: 0 auto;
}
@media screen and (min-width: 769px) {
    .p-merit--wrap.merit_06 .content picture {
        width: calc( 1100 * 100vw / 1920 );
    }
}






/* .p-merit_bottom
--------------------------------------------------*/
.p-merit_bottom {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 750 / 292;
    margin: 0;
    padding: 0;
    font-size: calc( 27 * 100vw / 750 );
    line-height: 1;
    letter-spacing: 0.1em;
    background-image: url( '../img/merit/img-merit-bottom_bg_sp.webp' );
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 3;
}
@media screen and (min-width: 769px) {
    .p-merit_bottom {
        aspect-ratio: 1920 / 292;
        font-size: calc( 27 * 100vw / 1920 );
        background-image: url( '../img/merit/img-merit-bottom_bg_pc.webp' );
    }
}




