#modelhouse-intro {
    margin-bottom: 32px;
}
#modelhouse-intro h2 {
    margin-bottom: 20px;
    text-align: center;
	font-family: var(--mi);
	font-weight: 400;
    span {
    background:linear-gradient(transparent 60%, #F9F4EF 60%);
	line-height: 1.5;
	font-size: 2rem;
    }
}
#modelhouse-intro p {
    text-align: center;
    font-feature-settings: "palt";
}
#modelhouse-mv {
    margin-bottom: 40px;
}
#modelhouse-mv .flex-box {
    display: flex;
    gap: 8px;
    margin-bottom: 42px;
}
#modelhouse-mv .img-box {
    width: 50%;
    height: 250px;
    img {
        height: 100%;
        object-fit: cover;
    }
}
#modelhouse-mv .border-box {
    background-color: var(--c3);
    padding: 14px;
    border: 1px solid #fff;
    position: relative;
    color: #fff;
    font-size: 1.6rem;
    font-family: var(--mi);
    text-align: center;
}
#modelhouse-mv .border-box::before {
    display: inline-block;
    position: absolute;
    content: '';
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    border-top: 1px solid white;
    border-left: 1px solid white;
    top: 5px;
    left: 5px;
}
#modelhouse-mv .border-box::after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid var(--c3);
    bottom: -5px;
    right: -5px;
    z-index: -1;
}
#modelhouse-concept {
    margin-bottom: 40px;
}
#modelhouse-concept h2 {
    font-family: var(--mi);
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 16px;
}
#modelhouse-concept h2 span {
    display: block;
    font-size: 1.4rem;
    line-height: 1;
}
#modelhouse-concept .concept-wrapper {
    display: flex;
    flex-direction: column;
}
#modelhouse-concept .concept-img img {
    height: 100%;
    vertical-align: middle;
}
#modelhouse-concept .concept-text {
    background-color: #fafafa;
    padding: 20px;
    height: 250px;
}
#modelhouse-concept .concept-text h3 {
    font-family: var(--mi);
    display: flex;
    font-size: 1.7rem;
    font-weight: 500;
    font-feature-settings: "palt";
    margin-top: 8px;
    margin-bottom: 16px;
}
#modelhouse-concept .concept-text h3 span {
    font-family: var(--go);
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--c3);
    border-top: 1px solid var(--c3);
    line-height: 1;
    padding-top: 10px;
    margin-top: -8px;
    margin-right: 12px;
}
#concept-point {
    background-color: #faf3ef;
    padding: 40px 0;
}
#concept-point h2 {
    text-align: center;
    font-family: var(--mi);
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 28px;
}
#concept-point-1f {
    margin-bottom: 44px;
}
.concept-slider {
    margin-bottom: 8px;
    background-color: white;
}
.concept-slider .slick-next,
.concept-slider .slick-prev {
    position: absolute;
    top: 100px;
    z-index: 2;
    background-color: rgba(255,255,255, 0.7);
    width: 30px;
    height: 30px;
    padding: 4px;
    background-size: 5px 11px;
    background-position: center;
}
.concept-slider .slick-next {
    right: 5px;
    background-image: url(../img/icon/next_arrow_bk.png);
}
.concept-slider .slick-prev {
    left: 5px;
    background-image: url(../img/icon/prev_arrow_bk.png);
}
.concept-item {
    display: flex;
    flex-direction: column;
}

.concept-item .concept-item-img img {
    display: block;
}
.concept-item .concept-item-text{
    background-color: white;
    padding: 16px 16px 24px;
}
.concept-item .concept-item-text h3 {
    font-family: var(--mi);
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 16px;
    font-feature-settings: "palt";
    letter-spacing: -0.05em;
}
.concept-item .concept-item-text h3::before {
    content: 'POINT.';
    background-color: var(--c3);
    color: white;
    font-family: var(--go);
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 4px;
    display: block;
    text-align: center;
    width: 45px;
    margin-bottom: 10px;
}
.concept-item .concept-item-text p {
    font-feature-settings: "palt";
}
#concept-point .flex-box {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#concept-point .flex-box .img-box:nth-of-type(1) {
    flex-basis: 100%;
    height: 250px;
}
#concept-point .flex-box .img-box:nth-of-type(2),
#concept-point .flex-box .img-box:nth-of-type(3) {
    flex-basis: calc(50% - 4px);
    height: 216px;
}
#concept-point .flex-box .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 960px) {
    article {
        margin-bottom: 128px;
    }
    article .wrapper {
        max-width: 1180px;
    }
    #modelhouse-intro {
        margin-bottom: 32px;
    }
    #modelhouse-intro h2 {
        margin-bottom: 72px;
        span {
        font-size: 4.4rem;
        }
    }
    #modelhouse-intro p {
        line-height: 2;
    }
    #modelhouse-mv {
        margin-bottom: 80px;
        aspect-ratio: 1100 / 632px;
    }
    #modelhouse-mv .flex-box {
        gap: 20px;
        margin-bottom: 85px;
    }
    #modelhouse-mv .img-box {
        height: auto;
    }
    #modelhouse-mv .border-box {
        padding: 24px;
        font-size: 2.6rem;
        max-width: 560px;
        margin: 0 auto;
        line-height: 1.5;
    }
    #modelhouse-mv .border-box::before {
        width: calc(100% - 7px);
        height: calc(100% - 7px);
        top: 7px;
        left: 7px;
    }
    #modelhouse-mv .border-box::after {
        bottom: -7px;
        right: -7px;
    }
    #modelhouse-concept {
        margin-bottom: 40px;
    }
    #modelhouse-concept h2 {
        font-size: 3rem;
        margin-bottom: 54px;
    }
    #modelhouse-concept h2 span {
        font-size: 2.4rem;
    }
    #modelhouse-concept .concept-wrapper {
        flex-direction: row;
        aspect-ratio: 1100 / 430;
        margin-bottom: 48px;
    }
    #modelhouse-concept .concept-wrapper:nth-of-type(2n) {
        flex-direction: row-reverse;
    }
    #modelhouse-concept .concept-img,
    #modelhouse-concept .concept-text {
        width: 50%;
        height: 100%;
    }
    #modelhouse-concept .concept-text {
        padding: 42px 30px;
    }
    #modelhouse-concept .concept-text h3 {
        font-size: 3rem;
        margin-top: 16px;
        margin-bottom: 16px;
        line-height: 1.5;
        letter-spacing: -0.05em;
    }
    #modelhouse-concept .concept-text h3 span {
        font-size: 4.2rem;
        border-top: 2px solid var(--c3);
        padding-top: 14px;
        margin-top: -16px;
        margin-right: 12px;
    }
    #concept-point {
        padding: 70px 0;
    }
    #concept-point h2 {
        font-size: 2.4rem;
        margin-bottom: 60px;
    }
    #concept-point-1f {
        margin-bottom: 96px;
    }
    .concept-slider {
        background-color: #fafafa;
        margin-bottom: 46px;
    }
    .concept-item {
        display: flex!important;
        flex-direction: row;
        max-height: 432px;
        /* aspect-ratio: 1100 / 432; */
    }
    .concept-slider .slick-next,
    .concept-slider .slick-prev {
        top: 50%;
        transform: translateY(-50%);
        width: 60px;
        height: 60px;
        padding: 4px;
        background-size: 10px 22px;
}
    .concept-slider .slick-next {
        right: 10px;
    }
    .concept-slider .slick-prev {
        left: 10px;
    }
    .concept-item:nth-of-type(2n) {
        flex-direction: row-reverse;
    }
    .concept-item-img {
        width: 50%;
    }
    .concept-item .concept-item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .concept-item .concept-item-text {
        width: 50%;
        background-color: #fafafa;
        padding: 16px;
    }
    .concept-item .concept-item-text h3 {
        font-size: 2.4rem;
        line-height: 1.5;
        margin-bottom: 16px;
    }
    .concept-item .concept-item-text h3::before {
        font-size: 1.6rem;
        padding: 7px;
        width: 80px;
    }
    .concept-item:nth-of-type(2n) .concept-item-text {
        padding-left: 80px;
    }
    .concept-item:nth-of-type(2n-1) .concept-item-text {
        padding-right: 80px;
    }
    .concept-item .concept-item-text p {
        font-size: 1.5rem;
    }
    #concept-point .flex-box {
        flex-wrap: nowrap;
        gap: 12px;
        aspect-ratio: 1100 / 432;
    }
    #concept-point .flex-box .img-box:nth-of-type(1) {
        flex-basis: calc(50% - 4px);
        height: auto;
    }
    #concept-point .flex-box .img-box:nth-of-type(2),
    #concept-point .flex-box .img-box:nth-of-type(3) {
        flex-basis: calc(25% - 4px);
        height: auto;
    }
}